/* 合作头部 */
.shiwais5-cooperate-header {
    /* width: 100%; */
    height: 40vw;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/cooperateHeader.jpg) no-repeat;
    background-size: cover;
    padding-top: 211px;
    box-sizing: border-box;
    margin-bottom: 100px;
    position: relative;
}

.shiwais5-cooperate-header-img {
    position: absolute;
    bottom: -40px;
    left: 0;
}

.shiwais5-cooperate-header-image {
    width: 400px;
    height: 259px;
}

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

}

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

.shiwais5-cooperate-header-desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;

}

/* 代理优势 */
.shiwais5-cooperate-agent-pc {
    display: block;

}

.shiwais5-cooperate-agent-app {
    display: none;

}

.shiwais5-cooperate-agent {
    width: 1300px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 45px;
    box-sizing: border-box;
}

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

.shiwais5-cooperate-agent-trend {
    width: 100%;
    height: 554px;
    background: #F7F9FF;
    padding: 80px 40px 80px 90px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-cooperate-agent-trend-title {
    font-weight: 400;
    font-size: 28px;
    color: #191919;
    margin-bottom: 53px;
}

.shiwais5-cooperate-agent-trend-text-ul {
    list-style: none;
    position: relative;
    margin: 20px 0;
    padding-left: 20px;


}

.shiwais5-cooperate-agent-trend-text-ul::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 10px;
    left: 4px;
    width: 2px;
    background-color: #007bff;
}

.shiwais5-cooperate-agent-trend-text-desc {
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;
    margin-bottom: 48px;
    line-height: 10px;


}

.shiwais5-cooperate-agent-trend-text-desc::before {
    content: '';
    position: absolute;
    /* top: 10px; */
    left: 0px;
    width: 10px;
    height: 10px;
    background-color: #007bff;
    /* 默认颜色 */
    border-radius: 50%;
}

.shiwais5-cooperate-agent-trend-text-desc:hover {
    font-weight: bold;
    font-size: 18px;
    color: #2C7EF8;

}

.shiwais5-cooperate-agent-trend-text-characteristic {
    width: 302px;
    font-weight: 400;
    font-size: 14px;
    color: #4E5A7E;
    line-height: 20px;
    padding-left: 14px;
    margin-top: -30px;
    margin-bottom: 60px;
}

.shiwais5-cooperate-agent-trend-text-btn {
    width: 150px;
    height: 48px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.shiwais5-cooperate-agent-trend-img {
    width: 711px;
    height: 375px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/cooperateAgent.png) no-repeat;
    background-size: cover;
}

/* 代理支持 */
@keyframes cooperateflaot {
    0%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(15px);
    }
    
}
.shiwais5-cooperate-support-pc {
    display: block;

}

.shiwais5-cooperate-support-app {
    display: none;

}

.shiwais5-cooperate-support {
    width: 100%;
    height: 784px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/supportBox.png) no-repeat;
    background-size: cover;
    padding-top: 140px;
    box-sizing: border-box;
}
.shiwais5-cooperate-support:hover .shiwais5-cooperate-support-trend-img{
    animation: cooperateflaot 1s ease infinite alternate;
}

.shiwais5-cooperate-support-area {
    width: 1300px;
    margin: 0 auto;
}

.shiwais5-cooperate-support-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
    margin-bottom: 90px;
}

.shiwais5-cooperate-support-trend {
    width: 100%;
    height: 376px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-cooperate-support-trend-text {
    width: 537px;
}

.shiwais5-cooperate-support-trend-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 40px;
}

.shiwais5-cooperate-support-text-characteristic {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 24px;
    line-height: 28px;
}

.shiwais5-cooperate-support-text-ul {
    list-style-position: inside;
    list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
}

.shiwais5-cooperate-support-text-li {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 20px;
}

.shiwais5-cooperate-support-trend-img {
    width: 732px;
    height: 376px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/support.png) no-repeat;
    background-size: auto;
}

/* 技术支持 */
.shiwais5-cooperate-technology {
    width: 1300px;
    margin: 0 auto;
}
.shiwais5-cooperate-technology :hover .shiwais5-cooperate-technology-trend-img{
    animation: cooperateflaot 1s ease infinite alternate;
}
.shiwais5-cooperate-technology-trend {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-cooperate-technology-trend-img {
    width: 716px;
    height: 403px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/technology.png) no-repeat;
    background-size: cover;
}

.shiwais5-cooperate-technology-trend-text {
    width: 496px;
    padding-top: 56px;
    box-sizing: border-box;
}

.shiwais5-cooperate-technology-trend-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 40px;
}

.shiwais5-cooperate-technology-text-characteristic {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
    margin-bottom: 24px;
}

.shiwais5-cooperate-technology-text-ul {
    list-style-position: inside;
    list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
}

.shiwais5-cooperate-technology-text-li {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 20px;
}

/* 市场支持 */
.shiwais5-cooperate-market-pc {
    display: block;
}

.shiwais5-cooperate-market-app {
    display: none;
}

.shiwais5-cooperate-market {
    width: 100%;
    height: 784px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/supportBox.png) no-repeat;
    background-size: cover;
    padding-top: 213px;
    box-sizing: border-box;
    margin-top: -200px;
}
.shiwais5-cooperate-market:hover .shiwais5-cooperate-market-trend-img{
    animation: cooperateflaot 1s ease infinite alternate;
}

.shiwais5-cooperate-market-area {
    width: 1300px;
    margin: 0 auto;

}

.shiwais5-cooperate-market-trend {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-cooperate-market-trend-text {
    padding-top: 100px;
    box-sizing: border-box;
}

.shiwais5-cooperate-market-trend-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 40px;
}

.shiwais5-cooperate-market-text-characteristic {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
    margin-bottom: 24px;
}

.shiwais5-cooperate-market-text-ul {
    list-style-position: inside;
    list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
}

.shiwais5-cooperate-market-text-li {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 20px;
}

.shiwais5-cooperate-market-trend-img {
    width: 545px;
    height: 464px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/market.png) no-repeat;
    background-size: cover;
}

/* 销售支持 */
.shiwais5-cooperate-sale {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.shiwais5-cooperate-sale:hover .shiwais5-cooperate-sale-trend-img{
    animation: cooperateflaot 1s ease infinite alternate;
}

.shiwais5-cooperate-sale-trend {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-cooperate-sale-trend-img {
    width: 633px;
    height: 324px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/sale.png) no-repeat;
    background-size: cover;
}

.shiwais5-cooperate-sale-trend-text {
    padding-top: 62px;
    box-sizing: border-box;
    width: 470px;
}

.shiwais5-cooperate-sale-trend-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    margin-bottom: 40px;
}

.shiwais5-cooperate-sale-text-characteristic {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 28px;
    margin-bottom: 24px;
}

.shiwais5-cooperate-sale-text-ul {
    list-style-position: inside;
    list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
}

.shiwais5-cooperate-sale-text-li {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.shiwais5-cooperate-solutioIcon {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

/* 加入条件 */
.shiwais5-cooperate-condition {
    width: 100%;
    height: 556px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/condition.png) no-repeat;
    background-size: cover;
    padding-top: 70px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

.shiwais5-cooperate-condition-title {
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    text-align: center;
}

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

.shiwais5-cooperate-condition-module {
    width: 602px;
    height: 162px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/conditionModule.png) no-repeat;
    background-size: cover;
    margin-top: 40px;
    padding: 48px 0 0 48px;
    box-sizing: border-box;
    display: flex;
    transition: all 0.6s ease-in-out;
}

.shiwais5-cooperate-condition-module:hover {
    box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.16);

}

.shiwais5-cooperate-condition-module-img {
    width: 75px;
    height: 66px;
    margin-right: 20px;
}

.shiwais5-cooperate-condition-module-title {
    font-weight: 400;
    font-size: 20px;
    color: #408AFF;
    margin-bottom: 20px;
}

.shiwais5-cooperate-condition-module-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
}

/* 合作流程 */
.shiwais5-cooperate-process-pc {
    display: block;
}

.shiwais5-cooperate-process-App {
    display: none;
}

.shiwais5-cooperate-process {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

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

.shiwais5-cooperate-process-trend {
    display: flex;
    justify-content: space-between;
    margin-bottom: 70px;
    flex-wrap: wrap;
}

.shiwais5-cooperate-process-module {
    width: 282px;
    height: 106px;
    background: #FFFFFF;
    box-shadow: 2px 2px 12px 0px rgba(0, 38, 161, 0.16);
    border-radius: 60px;
    padding: 12px 26px 12px 8px;
    display: flex;
    box-sizing: border-box;

    transition: all 0.8s ease;
}

.shiwais5-cooperate-process-module:hover {
    box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.16);
    transition: all 0.8s ease;
}

.shiwais5-cooperate-process-module-img {
    width: 82px;
    height: 82px;
    margin-right: 12px;
}

.shiwais5-cooperate-process-text-title {
    font-weight: 400;
    font-size: 18px;
    color: #1C284D;

}

.shiwais5-cooperate-process-text-desc {
    font-weight: 400;
    font-size: 14px;
    color: #606882;
    line-height: 22px;
    margin-top: 8px;
}

.shiwais5-cooperate-process-trend-img {
    height: 19px;
    line-height: 106px;
    margin: 14px;
    margin-top: 43px;
    position: relative;
    z-index: -1;

    animation: cooperateImg 1s infinite;
}

@keyframes cooperateImg {
    0% {
        /* opacity: 0; */
        transform: translateX(-30px);
    }

    100% {
        /* opacity: 1; */
        transform: translateX(40px);
    }
}

.shiwais5-cooperate-process-btn-box {
    width: 150px;
    height: 48px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
}

.shiwais5-cooperate-process-btn {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 48px;
    text-decoration: none;
}

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

    /* 合作头部 */
    .shiwais5-cooperate-header {
        width: 100%;
        height: 108vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/cooperateApp.png) no-repeat;
        background-size: cover;
        padding-top: 36px;
        /* box-sizing: border-box; */
        margin-bottom: 37px;
        /* position: relative; */
    }

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

    .shiwais5-cooperate-header-image {
        /* width: 400px;
        height: 259px; */
        display: none;
    }

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

    .shiwais5-cooperate-header-title {
        /* font-weight: bold; */
        font-size: 32px;
        color: #FFFFFF;
        margin-top: 35px;
        text-align: center;
        
    }

    .shiwais5-cooperate-header-desc {
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;

    }

    /* 代理优势 */
    .shiwais5-cooperate-agent-pc {
        display: none;

    }

    .shiwais5-cooperate-agent-app {
        display: block;

    }

    .shiwais5-cooperate-agent {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 18px;
        padding-bottom: 35px;
        box-sizing: border-box;
    }

    .shiwais5-cooperate-agent-title {
        /* font-weight: 400; */
        font-size: 25px;
        /* color: #1C284D; */
        /* text-align: center; */
        margin-bottom: 15px;
    }

    .shiwais5-cooperate-agent-trend {
        width: 100%;
        height: auto;
        /* background: #F7F9FF; */
        padding: 15px 15px;
        /* box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap; */
    }

    .shiwais5-cooperate-agent-trend-text {
        width: 100%;
    }

    .shiwais5-cooperate-agent-trend-title {
        /* font-weight: 400; */
        font-size: 18px;
        /* color: #191919; */
        margin-bottom: 0px;
    }

    .shiwais5-cooperate-agent-trend-text-ul {
        list-style: none;
        position: relative;
        margin: 15px 0;
        padding-left: 20px;


    }

    .shiwais5-cooperate-agent-trend-text-ul::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 10px;
        left: 4px;
        width: 2px;
        background-color: #007bff;
    }

    .shiwais5-cooperate-agent-trend-text-desc {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 48px;
        line-height: 10px;


    }

    .shiwais5-cooperate-agent-trend-text-desc::before {
        content: '';
        position: absolute;
        /* top: 10px; */
        left: 0px;
        width: 10px;
        height: 10px;
        background-color: #007bff;
        /* 默认颜色 */
        border-radius: 50%;
    }

    .shiwais5-cooperate-agent-trend-text-desc:hover {
        font-weight: bold;
        font-size: 18px;
        color: #2C7EF8;

    }

    .shiwais5-cooperate-agent-trend-text-characteristic {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #4E5A7E;
        line-height: 20px;
        padding-left: 14px;
        margin-top: -30px;
        margin-bottom: 15px;
    }

    .shiwais5-cooperate-agent-trend-text-btn {
        width: 110px;
        height: 30px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 30px;
        text-align: center;
        display: inline-block;
        text-decoration: none;
        /* margin: 0 auto; */
    }

    .shiwais5-cooperate-agent-trend-text-btn-box {
        width: 100%;
        text-align: center;
    }

    .shiwais5-cooperate-agent-trend-img {
        width: 100%;
        height: 41vw;
        /* background: url(/web/shiwais5/assets/img/img-cooperate/cooperateAgent.png) no-repeat;
        background-size: cover; */
        margin-bottom: 15px;
    }

    /* 代理支持 */
    .shiwais5-cooperate-support-pc {
        display: none;
    }

    .shiwais5-cooperate-support-app {
        display: block;

    }

    .shiwais5-cooperate-support {
        width: 100%;
        height: auto;
        background: #F7F9FF;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 20px;
        box-sizing: border-box;
        margin-bottom: 20px;

    }

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


    .shiwais5-cooperate-support-title {
        padding-top: 0px;
        font-weight: 400;
        font-size: 25px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 24px;
    }

    .shiwais5-cooperate-support-trend {
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-cooperate-support-trend-text {
        margin-top: 10px;
    }

    .shiwais5-cooperate-support-trend-text {
        width: 537px;
    }

    .shiwais5-cooperate-support-trend-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-support-text-characteristic {
        font-weight: 400;
        font-size: 15px;
        color: #606882;
        margin-bottom: 10px;
        line-height: 22px;
    }

    .shiwais5-cooperate-support-text-ul {
        list-style-position: inside;
        list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
    }

    .shiwais5-cooperate-support-text-li {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-support-trend-img {
        width: 85%;
        height: 41vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/support.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
    }

    /* 技术支持 */
    .shiwais5-cooperate-technology {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .shiwais5-cooperate-technology-trend {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-cooperate-technology-trend-img {
        width: 80%;
        height: 40vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/technology.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
    }

    .shiwais5-cooperate-technology-trend-text {
        width: 100%;
        padding-top: 15px;
        box-sizing: border-box;
    }

    .shiwais5-cooperate-technology-trend-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-technology-text-characteristic {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-technology-text-ul {
        list-style-position: inside;
        list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
    }

    .shiwais5-cooperate-technology-text-li {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        margin-bottom: 10px;
    }

    /* 市场支持 */
    .shiwais5-cooperate-market-pc {
        display: none;
    }

    .shiwais5-cooperate-market-app {
        display: block;
    }

    .shiwais5-cooperate-market {
        width: 100%;
        height: auto;
        background: #F7F9FF;
        background-size: cover;
        padding: 20px 0;
        box-sizing: border-box;
        margin-top: 0px;
        margin-bottom: 20px;
    }

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

    /* .shiwais5-cooperate-market-trend {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    } */

    .shiwais5-cooperate-market-trend-text {
        padding-top: 10px;
        box-sizing: border-box;
    }

    .shiwais5-cooperate-market-trend-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-market-text-characteristic {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-market-text-ul {
        list-style-position: inside;
        list-style-image: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/true.png);
    }

    .shiwais5-cooperate-market-text-li {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-market-trend-img {
        width: 70%;
        height: 52vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/market.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
    }

    /* 销售支持 */
    .shiwais5-cooperate-sale {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-cooperate-sale-trend {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-cooperate-sale-trend-img {
        width: 85%;
        height: 39vw;
        /* background: url(/web/shiwais5/assets/img/img-cooperate/sale.png) no-repeat;
        background-size: cover; */
        margin: 0 auto;
    }

    .shiwais5-cooperate-sale-trend-text {
        padding-top: 10px;
        box-sizing: border-box;
        width: 100%;
    }

    .shiwais5-cooperate-sale-trend-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-sale-text-characteristic {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 24px;
        margin-bottom: 10px;
    }

    /* .shiwais5-cooperate-sale-text-ul {
        list-style-position: inside;
        list-style-image: url(/web/shiwais5/assets/img/img-cooperate/true.png);
    } */

    .shiwais5-cooperate-sale-text-li {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        margin-bottom: 10px;
    }

    /* 加入条件 */
    .shiwais5-cooperate-condition {
        width: 100%;
        height: auto;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/condition.png) no-repeat;
        background-size: cover;
        padding-top: 20px;
        padding-bottom: 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .shiwais5-cooperate-condition-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 10px;
    }

    .shiwais5-cooperate-condition-area {
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-cooperate-condition-module {
        width: 100%;
        height: auto;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-cooperate/conditionModule.png) no-repeat;
        background-size: cover;
        margin-top: 10px;
        padding: 17px 18px 13px 45px;
        box-sizing: border-box;
        display: flex;
        border-radius: 12px 48px 12px 48px;
        border: 1px solid #408AFF;

    }


    .shiwais5-cooperate-condition-module-img {
        width: 35px;
        height: 35px;
        margin-right: 20px;
    }

    .shiwais5-cooperate-condition-module-title {
        font-weight: 400;
        font-size: 16px;
        color: #408AFF;
        margin-bottom: 10px;
    }

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

    /* 合作流程 */
    .shiwais5-cooperate-process-pc {
        display: none;
    }

    .shiwais5-cooperate-process-App {
        display: block;
    }

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

    .shiwais5-cooperate-process-title {
        font-weight: 400;
        font-size: 30px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 20px;
    }

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

    .shiwais5-cooperate-process-module {
        width: 100%;
        height: 86px;
        background: #FFFFFF;
        box-shadow: 2px 2px 12px 0px rgba(0, 38, 161, 0.16);
        border-radius: 60px;
        padding: 8px;
        /* display: flex;
        box-sizing: border-box; */

    }

    .shiwais5-cooperate-process-module:hover {
        box-shadow: 2px 2px 12px 10px rgba(0, 38, 161, 0.16);
    }

    .shiwais5-cooperate-process-module-img {
        width: 70px;
        height: 70px;
        margin-right: 12px;
    }

    .shiwais5-cooperate-process-text-title {
        font-weight: 400;
        font-size: 18px;
        color: #1C284D;

    }

    .shiwais5-cooperate-process-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
        margin-top: 8px;
    }

    .shiwais5-cooperate-process-trend-img {
        width: 17px;
        height: 25px;
        line-height: 0px;
        margin: 15px 35px;
        margin-top: 15px;
        animation: cooperateImg 1s ease-in-out infinite;
    }

    @keyframes cooperateImg {
        0% {
            /* opacity: 0; */
            transform: translateY(-30px);
        }
    
        100% {
            /* opacity: 1; */
            transform: translateY(40px);
        }
    }
    .shiwais5-cooperate-process-btn-box {
        /* width: 150px;
        height: 48px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        margin: 0 auto;
        text-align: center; */
        display: none;
    }

    .shiwais5-cooperate-process-btn {
        /* display: inline-block;
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        line-height: 48px;
        text-decoration: none; */
        display: none;
    }

}