/*  帮助中心头部  */
.shiwais5-help-header {
    height: 818px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-help/helpheader.png) no-repeat;
    background-size: cover;
    padding-top: 120px;
    box-sizing: border-box;
}

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

.shiwais5-help-header-title {
    font-weight: bold;
    font-size: 66px;
    color: #FFFFFF;
    margin-bottom: 37px;
}

.shiwais5-help-header-desc {
    width: 720px;
    /* font-weight: 400; */
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.shiwais5-help-Input {
    width: 700px;
    /* height: 64px; */
    background: #FFFFFF;
    display: flex;

}

.shiwais5-help-search {
    width: 569px;
    height: 64px;
    /* background: #FFFFFF; */
    padding: 20px 36px;
    box-sizing: border-box;
    border: none;
}

.shiwais5-help-button-box {
    width: 130px;
    padding: 10px 0px;
    box-sizing: border-box;
}

.shiwais5-help-button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #fff;
    border-left: 1px solid #D9D9D9;
}

.shiwais5-help-header-img {
    text-align: center;
}

/* 帮助导航 */
.shiwais5-help-nav {
    width: 1300px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: -85px;
    margin-bottom: 100px;
}

.shiwais5-help-nav-module {
    width: 400px;
    height: 150px;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px 0px rgba(0, 19, 112, 0.16);
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #ECEFF5;
    padding: 48px;
    box-sizing: border-box;
    display: flex;
    transition: box-shadow 0.8s ease;
}

.shiwais5-help-nav-module:hover {
    box-shadow: 2px 4px 10px 10px rgba(0, 19, 112, 0.16);
}

.shiwais5-help-nav-module-img {
    margin-right: 37px;
}

.shiwais5-help-nav-module-image {
    width: 50px;

}

.shiwais5-help-nav-module-title {
    font-size: 18px;
    color: #1C284D;
    margin-bottom: 12px;
}

.shiwais5-help-nav-module-desc {
    font-size: 14px;
    color: #7D87A4;
}

/* 协议 */
.shiwais5-help-agreement-wrapper-block-active{
    animation: agreementFlaot 1s ease;
}
@keyframes agreementFlaot {
    0%{
        opacity: 0;
        transform: translateY(20px);
    }
    100%{
        opacity: 1;
        transform: 0;
    }
    
}
.shiwais5-agreement {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

.shiwais5-agreement-ul {
    width: 100%;
    height: 45px;
    list-style: none;
    display: flex;
    justify-content: space-around;
    border-bottom: 1px solid #DFE5EE;

}

.shiwais5-agreement-text-active {
    color: #3D76FF;
    height: 100%;
    border-bottom: 3px solid #3D76FF;
}

.shiwais5-agreement-text {
    font-size: 16px;
    color: #000000;
}



.shiwais5-help-agreement {
    display: flex;
    overflow: hidden;
    margin-top: 70px;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

.shiwais5-help-agreement-wrapper {
    display: flex;
    transition: transform 0.5s ease;
    /* flex-wrap: nowrap; */
}

.shiwais5-help-agreement-wrapper-box {
    width: 1300px;
    height: 600px;
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}

.shiwais5-help-agreement-wrapper-content {
    width: 410px;
    height: 260px;
    background: #FFFFFF;
    box-shadow: 2px 4px 10px 0px rgba(0, 19, 112, 0.16);
    border-radius: 6px;
    border: 1px solid #ECEFF5;
    padding-top: 36px;
    box-sizing: border-box;
    position: relative;
    margin: 11px;
    transition: border 0.8s ease;
}

.shiwais5-help-agreement-wrapper-title {
    width: 350px;
    margin: 0 auto;
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 20px;

}

.shiwais5-help-agreement-wrapper-desc {
    width: 350px;
    margin: 0 auto;
    font-size: 16px;
    color: #606882;
}

.shiwais5-help-agreement-wrapper-model {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 10;
}

.shiwais5-help-agreement-wrapper-model-num {
    font-size: 14px;
    color: #929BB7;
    margin-right: 60px;
}

.shiwais5-help-agreement-wrapper-link {
    width: 100%;
    height: 60px;
    background: #fff;
    /* display: flex;
    justify-content: space-around; */
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 125px; */
    position: absolute;
    bottom: 0;
    padding: 0 75px;
    box-sizing: border-box;
    /* display: none; */
    overflow: hidden;
    transition: overflow 0.8s ease, background-color 1s ease;
}

.shiwais5-help-agreement-wrapper-text {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    display: inline-block;
    text-decoration: none;


}

.shiwais5-help-agreement-wrapper-download {
    margin-right: 120px;
}

.shiwais5-help-agreement-wrapper-content:hover .shiwais5-help-agreement-wrapper-link {
    overflow: visible;
    background-color: #3D76FF;
}

.shiwais5-help-agreement-wrapper-content:hover {
    border: 1px solid #3D76FF;
}

.shiwais5-help-agreement-wrapper-content:hover .shiwais5-help-agreement-wrapper-model {
    z-index: 0;
}

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

    /*  帮助中心头部  */
    .shiwais5-help-header {
        height: 97vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-help/helpHeaderApp.png) no-repeat;
        background-size: cover;
        padding-top: 60px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

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

    .shiwais5-help-header-title {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        margin-bottom: 14px;
    }

    .shiwais5-help-header-desc {
        width: 100%;
        /* font-weight: 400; */
        font-size: 14px;
        color: #FFFFFF;
        margin-bottom: 14px;
        display: flex;
        justify-content: center;
    }

    .shiwais5-help-Input {
        width: 100%;
        /* height: 64px; */
        background: #FFFFFF;
        display: flex;

    }

    .shiwais5-help-search {
        width: 85%;
        height: 40px;
        /* background: #FFFFFF; */
        padding: 20px 36px;
        box-sizing: border-box;
        border: none;
    }

    .shiwais5-help-button-box {
        width: 15%;
        padding: 8px 0px;
        box-sizing: border-box;
    }

    .shiwais5-help-button {
        width: 100%;
        height: 100%;
        border: none;
        background-color: #fff;
        border-left: 1px solid #D9D9D9;
    }

    .shiwais5-help-header-img {
        text-align: center;
    }

    /* 帮助导航 */
    .shiwais5-help-nav {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        display: flex;
        justify-content: space-between;
        margin-top: -85px;
        margin-bottom: 0px;
        box-sizing: border-box;
        background: #fff;
    }

    .shiwais5-help-nav-module {
        width: 100px;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 0px 0px 0px rgba(0, 19, 112, 0.16);
        border-radius: 6px 6px 6px 6px;
        border: 0px solid #ECEFF5;
        padding: 15px 0px ;
        box-sizing: border-box;
        display: block;

    }

    .shiwais5-help-nav-module:hover {
        box-shadow: 2px 4px 10px 10px rgba(0, 19, 112, 0.16);
    }

    .shiwais5-help-nav-module-img {
        display: flex;
        justify-content: center;
        margin-right: 0px;
        margin-bottom: 12px;
    }

    .shiwais5-help-nav-module-image {
        width: 35%;
        height: 10vw;


    }

    .shiwais5-help-nav-module-title {
        font-size: 14px;
        color: #1C284D;
        margin-bottom: 5px;
        text-align: center;
    }

    .shiwais5-help-nav-module-desc {
        font-size: 14px;
        color: #7D87A4;
        display: none;
    }

    /* 协议 */
    .shiwais5-agreement {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .shiwais5-agreement-ul {
        width: 100%;
        height: 36px;
        list-style: none;
        display: flex;
        /* justify-content:; */
        border-bottom: 1px solid #DFE5EE;
        /* display: flex; */
        /* background-image: none; */
        /* padding: 0 18px; */
        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }



    .shiwais5-agreement-text {
        /* width: 100px; */
        margin-right: 40px;
        font-size: 16px;
        color: #000000;
        white-space: nowrap;
    }

    .shiwais5-agreement-text-active {
        color: #3D76FF;
        height: 100%;
        border-bottom: 3px solid #3D76FF;
        height: 35px;
    }



    .shiwais5-help-agreement {
        display: flex;
        overflow: hidden;
        margin-top: 15px;
        /* overflow-x: hidden;
        scroll-behavior: smooth; */
    }

    .shiwais5-help-agreement-wrapper {
        display: flex;
        transition: transform 0.5s ease;
        /* flex-wrap: nowrap; */
    }

    .shiwais5-help-agreement-wrapper-box {
        width: 100%;
        height: auto;
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }

    .shiwais5-help-agreement-wrapper-content {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 2px 4px 10px 0px rgba(0, 19, 112, 0.16);
        border-radius: 6px;
        border: 1px solid #ECEFF5;
        padding-top: 26px;
        box-sizing: border-box;
        position: relative;
        margin: 0px;
        margin-bottom: 80px;
    }

    .shiwais5-help-agreement-wrapper-title {
        width: 80%;
        margin: 0 29px;
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 10px;

    }

    .shiwais5-help-agreement-wrapper-desc {
        width: 80%;
        margin: 0 29px;
        font-size: 16px;
        color: #606882;
        margin-bottom: 50px;
    }

    .shiwais5-help-agreement-wrapper-model {
        position: absolute;
        bottom: 0px;
        left: 30px;
    }

    .shiwais5-help-agreement-wrapper-model-num {
        font-size: 14px;
        color: #929BB7;
        margin-right: 60px;
    }

    .shiwais5-help-agreement-wrapper-link {
        width: 100%;
        height: 60px;
        background: #3D76FF;
        /* display: flex;
    justify-content: space-around; */
        /* display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 125px; */
        position: absolute;
        bottom: -60px;
        padding: 0px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-evenly;
    }

    .shiwais5-help-agreement-wrapper-text {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 60px;
        display: inline-block;
        text-decoration: none;
        text-align: center;



    }

    .shiwais5-help-agreement-wrapper-download {
        margin-right: 0;
    }


    .shiwais5-help-agreement-wrapper-content:hover {
        border: 1px solid #ECEFF5;
    }
}