/* 推广头部 */
.shiwais5-promotion-header {
    height: 40vw;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-promotion/promotionHeader.jpg) no-repeat;
    background-size: cover;
    padding-top: 211px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 108px;
}

.shiwais5-promotion-header-img {
    position: absolute;
    bottom: -80px;
    left: 0px;
}

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

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

.shiwais5-promotion-header-desc {
    width: 777px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
}

/* 推广优势  */
.shiwais5-promotion-advantages {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 110px;
}

.shiwais5-promotion-advantages-module {
    width: 290px;
    height: 362px;
    background: #FFFFFF;
    box-shadow: 2px 2px 12px 0px rgba(0, 38, 161, 0.25);
    padding: 15px 25px 0 25px;
    box-sizing: border-box;
    transition: box-shadow 0.8s ease;
}

.shiwais5-promotion-advantages-module:hover {
    box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.25);
}

.shiwais5-promotion-advantages-module-img {
    width: 204px;
    margin: 0 auto;
    margin-bottom: 19px;
}

.shiwais5-promotion-advantages-image {
    /* width: 204px; */
    height: 140px;
    /* display: flex;
    justify-content: center; */
}

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

.shiwais5-promotion-advantages-module-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 24px;
    text-align: center;
}

/* 推广流程 */
.shiwais5-promotion-process {
    height: 474px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-promotion/promotionProcess.png) no-repeat;
    background-size: cover;
    padding-top: 68px;
    box-sizing: border-box;
}

.shiwais5-promotion-process-area {
    width: 1300px;
    margin: 0 auto;
}

.shiwais5-promotion-process-title {
    font-weight: 400;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 70px;
}

.shiwais5-promotion-process-module {
    display: flex;
    justify-content: space-between;
    margin-bottom: 58px;
}

.shiwais5-promotion-process-module-box {
    width: 190px;
}

.shiwais5-promotion-process-module-box-num {
    font-weight: bold;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 10px;
}

.shiwais5-promotion-process-module-box-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 24px;
}

.shiwais5-promotion-process-module-box-desc {
    font-weight: 400;
    font-size: 14px;
    color: #E7EBF3;
}

@keyframes promotionfloat {
    0% {
        transform: translateX(-40px);
    }
    
    100% {
        transform: translateX(40px);
    }
}
.shiwais5-promotion-process-module-img {

    padding: 50px 0px;
    overflow: hidden;
}

.shiwais5-promotion-process-image {
    width: 42px;
    height: 42px;
    animation: promotionfloat 2s ease-in-out infinite;
}

.shiwais5-promotion-process-module-btn-box {

    width: 150px;
    height: 48px;
    background: #FFFFFF;
    text-align: center;
    margin: 0 auto;
}

.shiwais5-promotion-process-module-btn-box:hover {
    box-shadow: 5px 5px 12px 5px rgba(0, 38, 161, 0.25);
}

.shiwais5-promotion-process-module-btn {
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #2664F8;
    line-height: 48px;
    border-radius: 4px;
}

/* 推广方式 */
.shiwais5-promotion-way {
    width: 1300px;
    margin: 0 auto;
    padding-top: 110px;
    box-sizing: border-box;
    margin-bottom: 163px;
}

.shiwais5-promotion-way-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 70px;
}

.shiwais5-promotion-way-module {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.shiwais5-promotion-way-module-text-box {
    width: 587px;
    height: 146px;
    padding: 20px 23px 30px 59px;
    box-sizing: border-box;
    transition: all 0.8s ease;
}

.shiwais5-promotion-way-module-text-box-active {
    background: #F4F8FF;
    border-radius: 4px 4px 4px 4px;
}

.shiwais5-promotion-way-module-text-box-active .shiwais5-promotion-way-module-text-title{
    color: #3D76FF;
}

.shiwais5-promotion-way-module-text-title {
    font-weight: bold;
    font-size: 20px;
    color: #1C284D;
    line-height: 36px;
    transition: all 0.8s ease;
}

.shiwais5-promotion-way-module-text-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
}

.shiwais5-promotion-way-module-img-pc {
    display: block;

}

.shiwais5-promotion-way-module-img-app {
    display: none;

}

.shiwais5-promotion-way-module-img-box {
    display: none;
    width: 640px;
    height: 385px;
}

.shiwais5-promotion-way-module-img-box-active {
    display: block;
    animation: promotionFloat 1s ease;
}
@keyframes promotionFloat {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        transform: translateY(0);
    }
    
}

/* 参与规则 */
.shiwais5-promotion-rule {
    width: 1300px;
    height: 568px;
    margin: 0 auto;
    background: linear-gradient(180deg, #3C8BFF 0%, #94C0FE 100%);
    border-radius: 8px 8px 8px 8px;
    padding: 17px 10px 10px 10px;
    box-sizing: border-box;
}

.shiwais5-promotion-rule-title {
    display: flex;
    justify-content: center;
    margin-bottom: 17px;
}

.shiwais5-promotion-rule-title-img {
    width: 26px;
    height: 20px;
    margin: 8px 15px;
}

.shiwais5-promotion-rule-title-text {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
}

.shiwais5-promotion-rule-desc {
    width: 100%;
    height: 492px;
    background: #F2F9FF;
    border-radius: 6px;
    padding: 40px 49px 51px 49px;
    box-sizing: border-box;
}

.shiwais5-promotion-rule-desc-ol {
    list-style-type: decimal;
}

.shiwais5-promotion-rule-desc-ol-li::marker {
    font-size: 16px;
}

.shiwais5-promotion-rule-desc-ol-li {
    color: #1C284D;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 25px;
}

.shiwais5-promotion-rule-desc-ol-li-content {
    color: #606882;
    font-size: 14px;
}

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

    /* 推广头部 */
    .shiwais5-promotion-header {
        height: 109vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-promotion/promotionHeaderApp.png) no-repeat;
        background-size: cover;
        padding-top: 39px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 37px;
    }

    .shiwais5-promotion-header-img {
        /* position: absolute;
        bottom: -80px;
        left: 0px; */
        display: none;
    }

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

    .shiwais5-promotion-header-title {
        font-weight: bold;
        font-size: 28px;
        color: #FFFFFF;
        margin-bottom: 20px;
        text-align: center;
    }

    .shiwais5-promotion-header-desc {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
    }

    /* 推广优势  */
    .shiwais5-promotion-advantages {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 30px;

    }

    .shiwais5-promotion-advantages-module {
        width: 48%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 2px 2px 12px 0px rgba(0, 38, 161, 0.25);
        padding: 11px 18px 24px 18px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .shiwais5-promotion-advantages-module:hover {
        box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.25);
    }

    .shiwais5-promotion-advantages-module-img {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 14px;
    }

    .shiwais5-promotion-advantages-image {
        /* width: 204px; */
        height: 23vw;
        /* display: flex;
    justify-content: center; */
    }

    .shiwais5-promotion-advantages-module-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 14px;
        text-align: center;
    }

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

    /* 推广流程 */
    .shiwais5-promotion-process {
        height: auto;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-promotion/promotionProcessApp.png) no-repeat;
        background-size: cover;
        padding-top: 36px;
        padding-bottom: 25px;
        box-sizing: border-box;
    }

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

    .shiwais5-promotion-process-title {
        font-weight: 400;
        font-size: 30px;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 44px;
    }

    .shiwais5-promotion-process-module {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-bottom: 0px;
    }

    .shiwais5-promotion-process-module-box {
        width: 160px;
        margin-bottom: 36px;
    }

    .shiwais5-promotion-process-module-box-num {
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        margin-bottom: 16px;
    }

    .shiwais5-promotion-process-module-box-title {
        font-weight: 400;
        font-size: 18px;
        color: #FFFFFF;
        margin-bottom: 14px;
    }

    .shiwais5-promotion-process-module-box-desc {
        font-weight: 400;
        font-size: 12px;
        color: #E7EBF3;
    }

    .shiwais5-promotion-process-module-img {

        padding: 50px 0px;
        display: none;
    }

    /* .shiwais5-promotion-process-image {
        width: 42px;
        height: 42px;
    } */

    .shiwais5-promotion-process-module-btn-box {

        width: 150px;
        height: 48px;
        background: #FFFFFF;
        border-radius: 4px;
        text-align: center;
        margin: 0 auto;
    }

    .shiwais5-promotion-process-module-btn-box:hover {
        box-shadow: 5px 5px 12px 5px rgba(0, 38, 161, 0.25);
    }

    .shiwais5-promotion-process-module-btn {
        display: inline-block;
        text-decoration: none;
        font-size: 16px;
        color: #2664F8;
        line-height: 48px;
        border-radius: 4px;
    }

    /* 推广方式 */

    .shiwais5-promotion-way {
        width: 100%;
        margin: 0 auto;
        padding-top: 25px;
        box-sizing: border-box;
        margin-bottom: 25px;
    }

    .shiwais5-promotion-way-title {
        font-weight: bold;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 24px;
    }

    .shiwais5-promotion-way-module {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-promotion-way-module-text-box {
        width: 100%;
        height: auto;
        padding: 20px;
        box-sizing: border-box;
        background: #F4F8FF;
        border-radius: 4px 4px 4px 4px;
        margin-bottom: 24px;
    }

    /* .shiwais5-promotion-way-module-text-box-active {
        background: #F4F8FF;
        border-radius: 4px 4px 4px 4px;
    } */

    .shiwais5-promotion-way-module-text-box-active .shiwais5-promotion-way-module-text-title {
        color: #3D76FF;
    }

    .shiwais5-promotion-way-module-text-title {
        font-weight: 400;
        font-size: 16px;
        /* color: #1C284D; */
        margin-bottom: 14px;
        line-height: 0;
    }

    .shiwais5-promotion-way-module-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
    }

    .shiwais5-promotion-way-module-img-box {
        display: none;
        width: 100%;
        height: 215px;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-promotion-way-module-img-pc {
        display: none;

    }

    .shiwais5-promotion-way-module-img-app {
        display: block;

    }

    .shiwais5-promotion-way-module-img-box-image {
        width: 100%;
        height: 215px;
    }

    .shiwais5-promotion-way-module-img-box-active {
        display: block;
    }

    /* 参与规则 */
    .shiwais5-promotion-rule {
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: linear-gradient(180deg, #3C8BFF 0%, #94C0FE 100%);
        border-radius: 8px 8px 8px 8px;
        padding: 17px 18px 14px 18px;
        box-sizing: border-box;
        margin-bottom: 43px;
    }

    .shiwais5-promotion-rule-title {
        display: flex;
        justify-content: center;
        margin-bottom: 19px;
    }

    .shiwais5-promotion-rule-title-img {
        width: 26px;
        height: 20px;
        margin: 4px 10px;
    }

    .shiwais5-promotion-rule-title-text {
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
    }

    .shiwais5-promotion-rule-desc {
        width: 100%;
        height: auto;
        background: #F2F9FF;
        border-radius: 6px;
        padding: 30px 14px 28px 30px;
        box-sizing: border-box;
    }

    .shiwais5-promotion-rule-desc-ol {
        list-style-type: decimal;
    }

    .shiwais5-promotion-rule-desc-ol-li::marker {
        font-size: 16px;
    }
    /* li::before {
        content: counter(list-counter) ". ";
    } */

    .shiwais5-promotion-rule-desc-ol-li {
        color: #1C284D;
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 15px;
    }

    
    .shiwais5-promotion-rule-desc-ol-li-content {
        color: #606882;
        font-size: 14px;
        display: block;
        z-index: 99;
    }
}