/* 电商云解决方案头部 */
.shiwais5-onlineRetailers-header {
    width: 100%;
    height: 776px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-onlineretailers/onlineRetailersHeader.png) no-repeat;
    background-size: cover;
    padding-top: 150px;
    box-sizing: border-box;
    position: relative;
}

.shiwais5-onlineRetailers-header-area {
    width: 1300px;
    margin: 0 auto;

}

.shiwais5-onlineRetailers-header-img {
    width: 283px;
    height: 300px;
    position: absolute;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-onlineretailers/onlineRetailersHeaderImg.png) no-repeat;
    left: 0;
    bottom: -50px;
}

.shiwais5-onlineRetailers-header-area-title {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.shiwais5-onlineRetailers-header-area-desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.shiwais5-onlineRetailers-header-area-btn {
    display: flex;
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 400;
    font-size: 16px;
    color: #3D76FF;
    justify-content: center;
    align-items: center;

}

/* 方案优势 */
.shiwais5-onlineRetailers-advantage {
    width: 1300px;
    margin: 0 auto;
    padding-top: 108px;
    margin-bottom: 115px;
}

.shiwais5-onlineRetailers-advantage-title {
    font-weight: 400;
    font-size: 36px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 70px;
}

.shiwais5-onlineRetailers-advantage-module {
    display: flex;
    justify-content: space-between;
}

.shiwais5-onlineRetailers-advantage-module-box {
    width: 310px;
    height: 400px;
    transition: all 0.8s ease-in-out;
    background: linear-gradient(180deg, #F2F6FE 0%, #FFFFFF 100%);
    border: 1px solid #E1E6F0;
    padding: 25px 22px;
    box-sizing: border-box;
    
}

.shiwais5-onlineRetailers-advantage-module-box-img {
    height: 180px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.shiwais5-onlineRetailers-advantage-module-box-title {
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 15px;
    text-align: center;
    transition: all 0.8s ease-in-out;
}

.shiwais5-onlineRetailers-advantage-module-box-desc {
    font-weight: 400;
    font-size: 14px;
    color: #606882;
    line-height: 24px;
    text-align: center;
    transition: all 0.8s ease-in-out;
}

.shiwais5-onlineRetailers-advantage-module-box:hover {
    background: linear-gradient(180deg, #2F65F2 0%, #508BFD 100%);
}

.shiwais5-onlineRetailers-advantage-module-box:hover .shiwais5-onlineRetailers-advantage-module-box-title {
    color: #FFFFFF;
}

.shiwais5-onlineRetailers-advantage-module-box:hover .shiwais5-onlineRetailers-advantage-module-box-desc {
    color: #FFFFFF;
}

/* 行业痛点 */
.shiwais5-onlineRetailers-industry {
    height: 614px;
    background: #3D76FF;
    padding-top: 70px;
    box-sizing: border-box;
    margin-bottom: 90px;
}

.shiwais5-onlineRetailers-industry-area {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.shiwais5-onlineRetailers-industry-title {
    font-weight: 400;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 70px;
    text-align: center;
}

.shiwais5-onlineRetailers-industry-area-moduel {
    width: 310px;
    height: 374px;
    background: rgba(124, 163, 255, 0.1);
    border-radius: 4px;
    border: 1px solid #E1E6F0;
    padding: 22px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
.shiwais5-onlineRetailers-industry-area-moduel:hover{
    box-shadow: 0px 0px 10px #2222224d;
}
.shiwais5-onlineRetailers-industry-module-img {
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    margin-bottom: 24px
}

.shiwais5-onlineRetailers-industry-module-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
}

.shiwais5-onlineRetailers-industry-module-desc {
    font-weight: 400;
    font-size: 14px;
    color: #E6E9F1;
    line-height: 24px;
}

/* 方案架构 */
.shiwais5-onlineRetailers-framework {
    width: 100%;
    height: 730px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-onlineretailers/financialFramework.png) no-repeat;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
    margin-bottom: 110px;
}

.shiwais5-onlineRetailers-framework-title {
    font-weight: 400;
    font-size: 36px;
    color: #1C284D;
    margin-bottom: 70px;
    text-align: center;
}

.shiwais5-onlineRetailers-framework-area {
    width: 1300px;
    margin: 0 auto;
    height: 484px;
    background: #FFFFFF;
    display: flex;
}

.shiwais5-onlineRetailers-framework-area-img-box {
    width: 881px;
    padding: 60px 30px 60px 17px;
    box-sizing: border-box;
    border-right: 1px solid #E6EAF2;
    ;
}

.shiwais5-onlineRetailers-framework-area-img {
    width: 834px;
    height: 364pxs;
}

.shiwais5-onlineRetailers-framework-area-text {
    padding: 38px 40px 35px 34px;
    box-sizing: border-box;

}

.shiwais5-onlineRetailers-framework-area-text-title {
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 20px;
}

.shiwais5-onlineRetailers-framework-area-text-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
    margin-bottom: 20px;
}

.shiwais5-onlineRetailers-framework-area-text-ul {
    list-style: none;
    margin-bottom: 17px;
}

.shiwais5-onlineRetailers-framework-area-text-img {
    width: 17px;
    height: 17px;
    margin-right: 10px;

}

.shiwais5-onlineRetailers-framework-area-text-li {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
    margin-bottom: 8px;
}

.shiwais5-onlineRetailers-framework-area-text-btn {
    display: flex;
    width: 100%;
    height: 36px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    font-size: 14px;
    color: #FFFFFF;
    justify-content: center;
    text-decoration: none;
    align-items: center;
}

/* 应用场景 */
.shiwais5-onlineRetailers-scene {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 79px;
}

.shiwais5-onlineRetailers-scene-title {
    font-weight: 400;
    font-size: 36px;
    color: #1C284D;
    margin-bottom: 70px;
    text-align: center;
}

.shiwais5-onlineRetailers-scene-module {
    display: flex;
    justify-content: space-between;
}

.shiwais5-onlineRetailers-scene-module-box {
    width: 420px;
    height: 366px;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 19, 112, 0.16);
    border-radius: 6px;
    transition: all 0.8s ease;
}

.shiwais5-onlineRetailers-scene-module-box-img {
    width: 100%;
    height: 226px;
    margin-bottom: 24px;
    display: block;
}

.shiwais5-onlineRetailers-scene-module-box-title {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-bottom: 18px;
    margin-left: 20px;
}

.shiwais5-onlineRetailers-scene-module-box-desc {
    margin: 0 32px 0 20px;
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
}

.shiwais5-onlineRetailers-scene-module-box:hover {
    box-shadow: 0px 5px 5px 0px #222222;
}

.shiwais5-onlineRetailers-scene-module-box:hover .shiwais5-onlineRetailers-scene-module-box-title {
    font-size: 18px;
    color: #3D76FF;
}
.shiwais5-onlineRetailers-scene-ul{
    display: none;
}

/* 我们的优势 */
.shiwais5-onlineRetailers-OurAdvantages {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 110px;
}

.shiwais5-onlineRetailers-OurAdvantages-title {
    font-weight: 400;
    font-size: 36px;
    color: #1C284D;
    margin-bottom: 69px;
    text-align: center;
}

.shiwais5-onlineRetailers-OurAdvantages-module {
    display: flex;
    justify-content: space-between;
}

.shiwais5-onlineRetailers-OurAdvantages-module-box {
    width: 352px;
}

.shiwais5-onlineRetailers-OurAdvantages-module-box-img {
    width: 102px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.shiwais5-onlineRetailers-OurAdvantages-module-box-image {
    height: 102px;
    animation: onlineRetailersFlaot 1s ease-in-out infinite alternate;
}
@keyframes onlineRetailersFlaot {
    0%{
        transform: translateY(-10px);
    }
    100%{
        transform: translateY(10px);
    }
    
}

.shiwais5-onlineRetailers-OurAdvantages-module-title {
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 16px;
    text-align: center;
}

.shiwais5-onlineRetailers-OurAdvantages-module-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 30px;
    text-align: center;
}

@media screen and (max-width:768px) {

    /* 电商云解决方案头部 */
    .shiwais5-onlineRetailers-header {
        width: 100%;
        height: 108vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-onlineretailers/onlineRetailersHeaderApp.png) no-repeat;
        background-size: cover;
        padding-top: 36px;
        box-sizing: border-box;
        position: relative;
    }

    .shiwais5-onlineRetailers-header-area {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-onlineRetailers-header-img {
        /* width: 283px;
        height: 300px;
        position: absolute;
        background: url(/web/shiwais5/assets/img/img-onlineretailers/onlineRetailersHeaderImg.png) no-repeat;
        left: 0;
        bottom: -50px; */
        display: none;
    }

    .shiwais5-onlineRetailers-header-area-title {
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        margin-bottom: 16px;
        text-align: center;
        margin-top: 35px;
    }

    .shiwais5-onlineRetailers-header-area-desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 18px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-header-area-btn {
        display: flex;
        width: 130px;
        height: 40px;
        background: #FFFFFF;
        border-radius: 4px;
        text-decoration: none;
        font-weight: 400;
        font-size: 16px;
        color: #3D76FF;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    /* 方案优势 */
    .shiwais5-onlineRetailers-advantage {
        width: 100%;
        margin: 0 auto;
        padding: 35px 18px;
        box-sizing: border-box;
    }

    .shiwais5-onlineRetailers-advantage-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 24px;
    }

    .shiwais5-onlineRetailers-advantage-module {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-onlineRetailers-advantage-module-box {
        width: 100%;
        height: auto;
        background: linear-gradient(180deg, #F2F6FE 0%, #FFFFFF 100%);
        border: 1px solid #E1E6F0;
        padding: 24px 24px 30px 24px;
        box-sizing: border-box;
        margin-bottom: 14px;
    }

    .shiwais5-onlineRetailers-advantage-module-box-img {
        height: 180px;
        display: block;
        margin: 0 auto;
        margin-bottom: 19px;
    }

    .shiwais5-onlineRetailers-advantage-module-box-title {
        font-weight: 400;
        font-size: 20px;
        color: #1C284D;
        margin-bottom: 15px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-advantage-module-box-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-advantage-module-box:hover {
        background: linear-gradient(180deg, #2F65F2 0%, #508BFD 100%);
    }

    .shiwais5-onlineRetailers-advantage-module-box:hover .shiwais5-onlineRetailers-advantage-module-box-title {
        color: #FFFFFF;
    }

    .shiwais5-onlineRetailers-advantage-module-box:hover .shiwais5-onlineRetailers-advantage-module-box-desc {
        color: #FFFFFF;
    }

    /* 行业痛点 */
    .shiwais5-onlineRetailers-industry {
        height: auto;
        background: #3D76FF;
        padding: 36px 18px 25px 18px;
        box-sizing: border-box;
        margin-bottom: 0px;
    }

    .shiwais5-onlineRetailers-industry-area {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-onlineRetailers-industry-title {
        font-weight: bold;
        font-size: 22px;
        color: #FFFFFF;
        margin-bottom: 45px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-industry-area-moduel {
        width: 48%;
        height: auto;
        background: rgba(124, 163, 255, 0.1);
        border-radius: 4px;
        border: 1px solid #E1E6F0;
        padding: 15px 13px 0px 13px;
        box-sizing: border-box;
        margin-bottom: 14px;
    }

    .shiwais5-onlineRetailers-industry-module-img {
        display: block;
        width: 88px;
        height: 88px;
        margin: 0 auto;
        margin-bottom: 12px
    }

    .shiwais5-onlineRetailers-industry-module-title {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 14px;
    }

    .shiwais5-onlineRetailers-industry-module-desc {
        font-weight: 400;
        font-size: 13px;
        color: #E6E9F1;
        line-height: 22px;
    }

    /* 方案架构 */
    .shiwais5-onlineRetailers-framework {
        width: 100%;
        height: auto;
        background: linear-gradient(171deg, #EAF3FF 0%, #F4F9FF 100%);
        padding: 36px 18px;
        box-sizing: border-box;
        margin-bottom: 36px;
    }

    .shiwais5-onlineRetailers-framework-title {
        font-weight: 400;
        font-size: 36px;
        color: #1C284D;
        margin-bottom: 24px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-framework-area {
        width: 100%;
        margin: 0 auto;
        height: auto;
        background: #FFFFFF;
        display: flex;
        flex-wrap: wrap;
    }

    .shiwais5-onlineRetailers-framework-area-img-box {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;

        border-bottom: 1px solid #E6EAF2;

    }

    .shiwais5-onlineRetailers-framework-area-img {
        width: 100%;
        height: 364pxs;
    }

    .shiwais5-onlineRetailers-framework-area-text {
        padding: 24px 21px 21px 21px;
        box-sizing: border-box;

    }

    .shiwais5-onlineRetailers-framework-area-text-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 14px;
    }

    .shiwais5-onlineRetailers-framework-area-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
        margin-bottom: 24px;
    }

    .shiwais5-onlineRetailers-framework-area-text-ul {
        list-style: none;
        margin-bottom: 20px;
    }

    .shiwais5-onlineRetailers-framework-area-text-img {
        width: 17px;
        height: 17px;
        margin-right: 10px;

    }

    .shiwais5-onlineRetailers-framework-area-text-li {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
        margin-bottom: 14px;
    }

    .shiwais5-onlineRetailers-framework-area-text-btn {
        display: flex;
        width: 100%;
        height: 36px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        font-size: 14px;
        color: #FFFFFF;
        justify-content: center;
        text-decoration: none;
        align-items: center;
    }

    /* 应用场景 */
    .shiwais5-onlineRetailers-scene {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        margin-bottom: 36px;
        box-sizing: border-box;
    }

    .shiwais5-onlineRetailers-scene-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        margin-bottom: 24px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-scene-module {
        display: flex;
        justify-content: space-between;

    }

    .shiwais5-onlineRetailers-scene-module-box {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 0px 12px 0px rgba(0, 19, 112, 0.16);
        border-radius: 6px;
        padding-bottom: 30px;
        box-sizing: border-box;
        display: none;
        margin-bottom: 24px;
    }

    .shiwais5-onlineRetailers-scene-module-box-active {
        display: block;
    }


    .shiwais5-onlineRetailers-scene-module-box-img {
        width: 100%;
        height: 226px;
        margin-bottom: 24px;
        display: block;
    }

    .shiwais5-onlineRetailers-scene-module-box-title {
        font-weight: 400;
        font-size: 16px;
        color: #222222;
        margin-bottom: 10px;
        margin-left: 20px;
    }

    .shiwais5-onlineRetailers-scene-module-box-desc {
        margin: 0 32px 0 20px;
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
    }

    .shiwais5-onlineRetailers-scene-module-box:hover {
        box-shadow: 0px 5px 5px #222222;
    }

    .shiwais5-onlineRetailers-scene-module-box:hover .shiwais5-onlineRetailers-scene-module-box-title {
        font-size: 18px;
        color: #3D76FF;
    }

    .shiwais5-onlineRetailers-scene-ul {
        list-style: none;
        display: flex;
        justify-content: center;
    }

    .shiwais5-onlineRetailers-scene-li {
        width: 16px;
        height: 4px;
        background: #D5DDED;
        border-radius: 4px;
        margin: 0 4px;
    }

    .shiwais5-onlineRetailers-scene-li-active {
        width: 36px;
        background: #3D76FF;
    }

    /* 我们的优势 */
    .shiwais5-onlineRetailers-OurAdvantages {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .shiwais5-onlineRetailers-OurAdvantages-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        margin-bottom: 24px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-OurAdvantages-module {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-onlineRetailers-OurAdvantages-module-box {
        width: 100%;
        margin-bottom: 34px;
    }

    .shiwais5-onlineRetailers-OurAdvantages-module-box-img {
        width: 90px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .shiwais5-onlineRetailers-OurAdvantages-module-box-image {
        height: 90px;
    }

    .shiwais5-onlineRetailers-OurAdvantages-module-title {
        font-size: 20px;
        color: #1C284D;
        margin-bottom: 8px;
        text-align: center;
    }

    .shiwais5-onlineRetailers-OurAdvantages-module-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
        text-align: center;
    }

}