/* 金融云解决方案头部 */
.shiwais5-financial-header {
    width: 100%;
    height: 776px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-financial/financialHeader.png) no-repeat;
    background-size: cover;
    padding-top: 151px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 108px;
}

.shiwais5-financial-header-img {
    width: 390px;
    height: 276px;
    position: absolute;
    left: 0;
    bottom: -50px;
}

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

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

.shiwais5-financial-header-area-desc {
    width: 768px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 34px;
}

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

/* 方案优势 */
.shiwais5-financial-advantage-pc {
    display: block;
}

.shiwais5-financial-advantage-app {
    display: none;
}

.shiwais5-financial-advantage {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 150px;
}

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

.shiwais5-financial-advantage-module {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.shiwais5-financial-advantage-module-box {
    width: 636px;
    height: 174px;
    background: #FFFFFF;
    border: 1px solid #E0E4EF;
    padding: 0px 20px 0px 8px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin-bottom: 26px;
    transition: all 0.3s ease;
}

.shiwais5-financial-advantage-module-img {
    width: 98px;
    height: 60px;
    margin-top: 57px;
    margin-right: 16px;
}

.shiwais5-financial-advantage-module-text {
    margin-top: 32px;
}

.shiwais5-financial-advantage-module-text-title {
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 16px;
    transition: all 0.3s ease;
}

.shiwais5-financial-advantage-module-text-desc {
    font-weight: 400;
    font-size: 14px;
    color: #606882;
    line-height: 24px;
    transition: all 0.3s ease;
}

.shiwais5-financial-advantage-module-box:hover {
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    transition: all 0.3s ease;
}

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

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

/* 行业痛点 */
.shiwais5-financial-industry-pc {
    display: block;
}

.shiwais5-financial-industry-app {
    display: none;
}

.shiwais5-financial-industry {
    width: 1300px;
    margin: 0 auto;
    margin-bottom: 100px;
}

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

.shiwais5-financial-industry-module {
    display: flex;
    justify-content: space-between;
}

.shiwais5-financial-industry-module-image-box {
    width: 400px;
    display: none;

}

.shiwais5-financial-industry-module-image-box-active {
    display: block;
    animation: financialFloat 0.8s ease;
}
@keyframes financialFloat {
    0%{
        opacity: 0;
        transform: translateX(-20px);
    }
    100%{
        opacity: 1;
        transform: translateX(0px);
    }
    
}

.shiwais5-financial-industry-module-img {
    height: 400px;
}

.shiwais5-financial-industry-module-text {
    width: 696px;
    border-left: 2px solid #DBE5FF;
    box-sizing: border-box;

}



.shiwais5-financial-industry-module-text-box {
    padding-left: 24px;
    box-sizing: border-box;
    margin-bottom: 32px;
}

.shiwais5-financial-industry-module-text-box-title {
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 16px;
}

.shiwais5-financial-industry-module-text-box-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 26px;
}

.shiwais5-financial-industry-module-text-box-active {
    border-left: 3px solid #3D76FF;
    transition: all 0.8s ease;
}

.shiwais5-financial-industry-module-text-box-active .shiwais5-financial-industry-module-text-box-title {
    transition: all 0.8s ease;
    color: #3D76FF;
}

.shiwais5-financial-industry-module-text-box:hover {
    border-left: 3px solid #3D76FF;
}

.shiwais5-financial-industry-module-text-box:hover .shiwais5-financial-industry-module-text-box-title {
    color: #3D76FF;
}

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

.shiwais5-financial-framework-area {
    width: 1300px;
    margin: 0 auto;
}

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

.shiwais5-financial-framework-area-module {
    display: flex;
    justify-content: space-between;
}

.shiwais5-financial-framework-area-module-img {
    width: 748px;
    height: 484px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-financial/solutionArchitecture.png) no-repeat;
    background-size: cover;
}

.shiwais5-financial-framework-area-module-text {
    width: 513px;
    height: 485px;
    background: #FFFFFF;
    padding: 32px 42px 0 42px;
    box-sizing: border-box;
}

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

.shiwais5-financial-framework-area-module-text-desc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 30px;
    margin-bottom: 40px;
}

.shiwais5-financial-framework-area-module-text-btn {
    display: block;
    width: 120px;
    height: 36px;
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    border-radius: 4px;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;

    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
}

/* 应用场景 */
.shiwais5-financial-scene {
    width: 1300px;
    margin: 0 auto;
    padding-top: 110px;
    box-sizing: border-box;
    margin-bottom: 100px;
}

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

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

.shiwais5-financial-scene-module-btn {
    display: flex;
    width: 194px;
    height: 52px;
    background: #EBF1F6;
    border-radius: 30px;
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    margin-bottom: 70px;
    transition: all 0.8s ease;

}

.shiwais5-financial-scene-module-btn:hover {
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    color: #FFFFFF;
}

.shiwais5-financial-scene-content-pc {
    display: block;
}

.shiwais5-financial-scene-content-app {
    display: none;
}

.shiwais5-financial-scene-content {
    width: 100%;
    height: 493px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(1, 37, 113, 0.2);
    border-radius: 8px;
    padding: 56px 63px 56px 84px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.shiwais5-financial-scene-content-text {
    padding-top: 56px;
    box-sizing: border-box;
}

.shiwais5-financial-scene-content-text-title {
    font-weight: 400;
    font-size: 24px;
    color: #1C284D;
    line-height: 38px;
    margin-bottom: 38px;

}

.shiwais5-financial-scene-content-text-desc {
    width: 544px;
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 30px;
    margin-bottom: 40px;
}

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

.shiwais5-financial-scene-content-img {
    width: 539px;
    height: 381px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-financial/contentImg.png) no-repeat;
    background-size: cover;
}

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

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

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

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

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

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

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

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

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

    /* 金融云解决方案头部 */
    .shiwais5-financial-header-area-active{
        display: none;
    }
    .shiwais5-financial-header {
        width: 100%;
        height: 108vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-financial/financialHeaderApp.png) no-repeat;
        background-size: cover;
        padding-top: 36px;
        box-sizing: border-box;
        position: relative;
        margin-bottom: 20px;
    }

    .shiwais5-financial-header-img {
        display: none;
    }

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

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

    .shiwais5-financial-header-area-desc {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        line-height: 22px;
        margin-bottom: 15px;
        text-align: center;
    }

    .shiwais5-financial-header-area-btn {
        /* display: block; */
        width: 100px;
        height: 35px;
        background: #FFFFFF;
        border-radius: 4px;
        font-weight: 400;
        font-size: 14px;
        color: #3D76FF;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }

    /* 方案优势 */
    .shiwais5-financial-advantage-pc {
        display: none;
    }

    .shiwais5-financial-advantage-app {
        display: block;
    }

    .shiwais5-financial-advantage {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        padding: 0 18px;
        box-sizing: border-box;
    }

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

    .shiwais5-financial-advantage-module {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-financial-advantage-module-box {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        border: 1px solid #E0E4EF;
        padding:10px;
        display: block;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .shiwais5-financial-advantage-module-title-box {
        display: flex;
        height: 34px;
        margin-bottom: 8px;
    }

    .shiwais5-financial-advantage-module-img {
        width: 54px;
        height: 34px;
        margin-top: 0px;
        margin-right: 5px;
    }

    /* .shiwais5-financial-advantage-module-text {
        margin-top: 32px;
    } */

    .shiwais5-financial-advantage-module-text-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 0px;
        display: flex;
        align-items: center;
    }

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

    .shiwais5-financial-advantage-module-box:hover {
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
    }

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

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

    /* 行业痛点 */
    .shiwais5-financial-industry-pc {
        display: none;
    }

    .shiwais5-financial-industry-app {
        display: block;
    }

    .shiwais5-financial-industry {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
        height: auto;
        padding: 0 18px;
        box-sizing: border-box;
    }

    .shiwais5-financial-industry-title {
        font-weight: 400;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 15px;
    }

    .shiwais5-financial-industry-module-app {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .shiwais5-financial-industry-module-image-box-app {
        width: 250px;
        display: block;
        margin: 0 auto;

    }

    /* .shiwais5-financial-industry-module-image-box-active {
        display: block;
    } */

    .shiwais5-financial-industry-module-img-app {
        height: 250px;
    }

    .shiwais5-financial-industry-module-text-app {
        width: 100%;
        border-left: 0px solid #DBE5FF;
        box-sizing: border-box;
        display: none;
    }

    .shiwais5-financial-industry-module-text-active-app {
        display: block;
        animation: financialFloat 0.8s ease-in-out;
    }


    .shiwais5-financial-industry-module-text-box-app {
        padding-left: 0px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }

    .shiwais5-financial-industry-module-text-box-title-app {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        margin-bottom: 10px;
    }

    .shiwais5-financial-industry-module-text-box-desc-app {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 24px;
    }

    .shiwais5-financial-industry-SerialNumber-ul-app {
        display: flex;
        list-style: none;
        justify-content: center;
    }

    .shiwais5-financial-industry-SerialNumber-li-app {
        width: 16px;
        height: 4px;
        background: #D5DDED;
        border-radius: 4px;
        margin: 0 4px;
    }

    .shiwais5-financial-industry-SerialNumber-li-active-app {
        width: 36px;
        height: 4px;
        background: #3D76FF;
        border-radius: 4px;
        margin: 0 25px;
    }

    /* .shiwais5-financial-industry-module-text-box-active {
        border-left: 3px solid #3D76FF;
    } */

    /* .shiwais5-financial-industry-module-text-box-active .shiwais5-financial-industry-module-text-box-title {
        color: #3D76FF;
    } */

    /* .shiwais5-financial-industry-module-text-box:hover {
        border-left: 3px solid #3D76FF;
    }

    .shiwais5-financial-industry-module-text-box:hover .shiwais5-financial-industry-module-text-box-title {
        color: #3D76FF;
    } */

    /* 方案架构 */
    .shiwais5-financial-framework {
        width: 100%;
        height: auto;
        background-image: none;
        background: linear-gradient(171deg, #EAF3FF 0%, #F4F9FF 100%);
        background-size: cover;
        padding-top: 10px;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

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

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

    .shiwais5-financial-framework-area-module {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-financial-framework-area-module-img {
        width: 100%;
        height: 60vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-financial/solutionArchitecture.png) no-repeat;
        background-size: cover;
        margin-bottom: 10px;
    }

    .shiwais5-financial-framework-area-module-text {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        padding: 10px;
        box-sizing: border-box;
    }

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

    .shiwais5-financial-framework-area-module-text-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 23px;
        margin-bottom: 10px;
    }

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

    }

    /* 应用场景 */
    .shiwais5-financial-scene {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
        margin-bottom: 10px;
        padding: 20px 18px;
        box-sizing: border-box;
        position: relative;
    }

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

    .shiwais5-financial-scene-module {
        width: 100%;
        display: flex;
        justify-content: space-between;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }

    .shiwais5-financial-scene-module-btn {
        flex: 0 0 auto;
        display: block;
        width: 90px;
        height: 35px;
        background: #EBF1F6;
        border-radius: 30px;
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        /* text-align: center;
        line-height: 40px; */
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 10px;
        margin-right: 10px;
    }

    .shiwais5-financial-scene-module-btn:last-child {
        margin-right: 0;
    }

    .shiwais5-financial-scene-module-btn:hover {
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        color: #FFFFFF;
    }

    .shiwais5-financial-arrow-right {
        position: absolute;
        top: 83px;
        /* transform: translateY(-50%); */
        /* width: 0;
            height: 0; */
        right: 10px;
        border-style: solid;
        border-width: 10px 0 10px 10px;
        border-color: transparent transparent transparent #000000;
        /* cursor: pointer; */
        z-index: 10;
    }

    .shiwais5-financial-arrow-left {
        position: absolute;
        top: 83px;
        left: 10px;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #000000 transparent transparent;
        z-index: 10;
    }



    .shiwais5-financial-arrow-hidden {
        display: none;
    }

    .shiwais5-financial-scene-content-pc {
        display: none;
    }

    .shiwais5-financial-scene-content-app {
        display: block;
    }

    .shiwais5-financial-scene-content {
        width: 100%;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 1px 10px 0px rgba(1, 37, 113, 0.2);
        border-radius: 8px;
        padding: 15px;
        box-sizing: border-box;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .shiwais5-financial-scene-content-text {
        padding-top: 26px;
        box-sizing: border-box;
    }

    .shiwais5-financial-scene-content-text-title {
        font-weight: 400;
        font-size: 16px;
        color: #1C284D;
        line-height: 0px;
        margin-bottom: 16px;

    }

    .shiwais5-financial-scene-content-text-desc {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 22px;
        margin-bottom: 10px;
    }

    .shiwais5-financial-scene-content-text-btn {
        width: 120px;
        height: 36px;
        background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
        border-radius: 4px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: 400;
        font-size: 14px;
        color: #FFFFFF;
        margin: 0 auto;
    }

    .shiwais5-financial-scene-content-img {
        width: 85%;
        height: 48vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-financial/contentImg.png) no-repeat;
        background-size: cover;
        margin: 0 auto;
    }

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

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

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

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

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

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

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

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