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

.shiwais5-gameCloud-header-img {
    width: 330px;
    height: 330px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudHeaderImg.png) no-repeat;
    background-size: cover;
    position: absolute;
    bottom: -30px;
    left: 20pxgj;
}

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

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

.shiwais5-gameCloud-header-area-desc {
    width: 778px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 34px;
}
.shiwais5-gameCloud-header-area-desc-app{
    display: none;
}

.shiwais5-gameCloud-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-gameCloud-advantage {
    width: 1300px;
    margin: 0 auto;

    margin-bottom: 112px;
}

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

.shiwais5-gameCloud-advantage-module {
    width: 100%;
    height: 450px;
    display: flex;
    /* flex-wrap: wrap; */
    align-items: center;
}

.shiwais5-gameCloud-advantage-module-box {
    width: 325px;
    height: 408px;
    background: #ECF1F6;
    transition: height 0.3s ease, background 0.3s ease;
    padding: 51px 26px 0 33px;
    box-sizing: border-box;
}

.shiwais5-gameCloud-advantage-module-box:nth-child(odd) {
    background: #F6FAFF;
}

.shiwais5-gameCloud-advantage-module-box:nth-child(even) {
    background: #ECF1F6;
}

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

.shiwais5-gameCloud-advantage-module-box-icon {
    width: 52px;
    height: 52px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudIcon.png) no-repeat;
    background-size: cover;
    margin-bottom: 32px;
}

.shiwais5-gameCloud-advantage-module-box:hover .shiwais5-gameCloud-advantage-module-box-icon {
    background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudTrue.png) no-repeat;
}

.shiwais5-gameCloud-advantage-module-box-title {
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 18px;
}

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

.shiwais5-gameCloud-advantage-module-box-desc {
    font-size: 14px;
    color: #606882;
    line-height: 24px;
}

.shiwais5-gameCloud-advantage-module-box:hover .shiwais5-gameCloud-advantage-module-box-desc {
    color: #E7EBF3;
}

/* 行业痛点 */
.shiwais5-gameCloud-industry {
    width: 100%;
    height: 706px;
    background: #3D76FF;
    padding-top: 60px;
}

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

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

.shiwais5-gameCloud-industry-area-text {
    width: 624px;
    height: 235px;
    background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudIndustry.png) no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    padding: 40px;
    box-sizing: border-box;
    transition: all 0.8s ease-in-out;
}

.shiwais5-gameCloud-industry-area-text:hover {
    box-shadow: 0px 5px 5px #1C284D;
transition: all 0.8s ease-in-out;
}

.shiwais5-gameCloud-industry-area-text-title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 16px;

}

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

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

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

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

.shiwais5-gameCloud-framework-area-img-box {
    width: 862px;
    padding: 38px 51px 26px 56px;
    box-sizing: border-box;
    border-right: 1px solid #E6EAF2;

}

.shiwais5-gameCloud-framework-area-img {
    width: 760px;
    height: 420px;
}

.shiwais5-gameCloud-framework-area-text {
    width: 436px;
    padding: 38px 39px 0px 46px;
    box-sizing: border-box;
}

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

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

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

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

.shiwais5-gameCloud-framework-area-text-ul-img {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
}

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

/* 应用场景 */
.shiwais5-gameCloud-scene-module-text-pc {
    display: none;
}

.shiwais5-gameCloud-scene-module-text-app {
    display: block;
}

.shiwais5-gameCloud-scene {
    width: 1300px;
    margin: 0 auto;
    padding-top: 116px;
    box-sizing: border-box;
    margin-bottom: 110px;
}

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

.shiwais5-gameCloud-scene-module-nav {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 70px;
}

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

.shiwais5-gameCloud-scene-module:hover {
    background: linear-gradient(270deg, #1566EB 0%, #4789F6 100%);
    color: #FFFFFF;
    transition: all 0.8s ease-in-out;
}

.shiwais5-gameCloud-scene-module-text {
    width: 1300px;
    height: 493px;
    background: #FFFFFF;
    box-shadow: 0px 1px 10px 0px rgba(1, 37, 113, 0.2);
    border-radius: 8px;
    padding: 33px 112px 33px 60px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.shiwais5-gameCloud-scene-module-text-box {
    width: 712px;
    margin-top: 53px;
}

.shiwais5-gameCloud-scene-module-text-box-ul {
    /* list-style-position: inside; */
    margin-bottom: 40px;
}

.shiwais5-gameCloud-scene-module-text-box-li {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    line-height: 26px;
    margin-bottom: 40px;
}

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

.shiwais5-gameCloud-scene-module-img-box {
    width: 407px;
}

.shiwais5-gameCloud-scene-module-img {
    height: 426px;
}

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

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

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

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

.shiwais5-gameCloud-OurAdvantages-module-box-img {
    width: 102px;
    margin: 0 auto;
    margin-bottom: 25px;
    animation: OurAdvantagesFloat 0.8s ease-in-out infinite alternate;
}
@keyframes OurAdvantagesFloat {
    0%{
        transform: translateY(-15px);
    }
    100%{
        transform: translateY(15px);
    }
    
}

.shiwais5-gameCloud-OurAdvantages-module-box-image {
    height: 102px;
}

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

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

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

    /* 游戏云解决方案头部 */
    .shiwais5-gameCloud-header {
        width: 100%;
        height: 108vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudHeaderApp.png) no-repeat;
        background-size: cover;
        position: relative;
        padding-top: 36px;
        box-sizing: border-box;
        margin-bottom: 15px;
    }

    .shiwais5-gameCloud-header-img {
        /* width: 330px;
        height: 330px;
        background: url(/web/shiwais5/assets/img/img-gameCloud/gameCloudHeaderImg.png) no-repeat;
        background-size: cover;
        position: absolute;
        bottom: -30px;
        left: 20pxgj; */
        display: none;
    }

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

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

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

    .shiwais5-gameCloud-header-area-btn {
        display: flex;
        width: 100px;
        height: 35px;
        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-gameCloud-advantage {
        width: 100%;
        margin: 0 auto;
        padding: 0 18px;
        box-sizing: border-box;
        margin-bottom: 30px;
    }

    .shiwais5-gameCloud-advantage-title {
        font-weight: bold;
        font-size: 22px;
        color: #1C284D;
        text-align: center;
        margin-bottom: 20px;
    }

    .shiwais5-gameCloud-advantage-module {
        width: 100%;
        height: auto;
        display: flex;
        /* flex-wrap: wrap; */
        align-items: center;
        flex-wrap: wrap;
    }

    .shiwais5-gameCloud-advantage-module-box {
        width: 100%;
        height: auto;
        background: #ECF1F6;
        transition: all 0.8s ease,;
        padding: 15px;
        box-sizing: border-box;
    }

    .shiwais5-gameCloud-advantage-module-box:nth-child(odd) {
        background: #F6FAFF;
    }

    .shiwais5-gameCloud-advantage-module-box:nth-child(even) {
        background: #ECF1F6;
    }

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

    .shiwais5-gameCloud-advantage-module-box-title-header {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .shiwais5-gameCloud-advantage-module-box-icon {
        width: 30px;
        height: 30px;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudIcon.png) no-repeat;
        background-size: cover;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .shiwais5-gameCloud-advantage-module-box:hover .shiwais5-gameCloud-advantage-module-box-icon {
        width: 30px;
        height: 30px;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudTrue.png) no-repeat;
        background-size: cover;
    }

    .shiwais5-gameCloud-advantage-module-box-title {
        font-weight: 400;
        font-size: 20px;
        color: #1C284D;
        margin-bottom: 0px;
    }

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

    .shiwais5-gameCloud-advantage-module-box-desc {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 24px;
    }

    .shiwais5-gameCloud-advantage-module-box:hover .shiwais5-gameCloud-advantage-module-box-desc {
        color: #E7EBF3;
    }

    /* 行业痛点 */
    
    .shiwais5-gameCloud-industry {
        width: 100%;
        height: auto;
        background: #3D76FF;
        padding: 20px 0px;
    }

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

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

    .shiwais5-gameCloud-industry-area-text {
        width: 50%;
        height: auto;
        background: url(/web/shiwaicloud/s5-file/assets/img/img-gameCloud/gameCloudIndustry.png) no-repeat;
        background-size: cover;
        margin-bottom: 0px;
        padding: 25px;
        padding-left: 40px;
        padding-right: 10px;
        box-sizing: border-box;
    }

    .shiwais5-gameCloud-industry-area-text:hover {
        box-shadow: 0px 5px 5px #1C284D;
    }

    .shiwais5-gameCloud-industry-area-text-title {
        font-weight: 400;
        font-size: 20px;
        color: #FFFFFF;
        margin-bottom: 16px;

    }

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

    /* 方案架构 */
    .shiwais5-gameCloud-framework {
        width: 100%;
        height: auto;
        background: #F4F9FF;
        background-size: cover;
        padding: 20px 18px 20px 18px;
        box-sizing: border-box;
    }

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

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

    }

    .shiwais5-gameCloud-framework-area-img-box {
        width: 100%;
        padding: 20px 10px;
        box-sizing: border-box;
        border-bottom: 1px solid #E6EAF2;

    }

    .shiwais5-gameCloud-framework-area-img {
        width: 100%;
        height: 247px;
    }

    .shiwais5-gameCloud-framework-area-text {
        width: 100%;
        padding: 10px;
        box-sizing: border-box;
    }

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

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

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

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

    .shiwais5-gameCloud-framework-area-text-ul-img {
        width: 16px;
        height: 16px;
        margin-right: 8px;
        vertical-align: middle;
    }

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

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

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

    .shiwais5-gameCloud-scene-module-nav {
        display: flex;
        justify-content: space-evenly;
        margin-bottom: 20px;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        -ms-overflow-style: none;

    }

    .shiwais5-gameCloud-scene-module {
        flex: 0 0 auto;
        width: 112px;
        height: 40px;
        background: #EBF1F6;
        border-radius: 30px;
        font-weight: 400;
        font-size: 20px;
        color: #1C284D;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        margin-right: 18px;
    }

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

    .shiwais5-gameCloud-arrow-right {
        position: absolute;
        top: 100px;
        /* 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-gameCloud-arrow-left {
        position: absolute;
        top: 100px;
        left: 10px;
        border-style: solid;
        border-width: 10px 10px 10px 0;
        border-color: transparent #000000 transparent transparent;
        z-index: 10;
    }

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


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

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

    .shiwais5-gameCloud-scene-module-text-pc {
        display: block;
    }

    .shiwais5-gameCloud-scene-module-text-app {
        display: none;
    }

    .shiwais5-gameCloud-scene-module-text-box {
        width: 100%;
        margin-top: 10px;
    }

    .shiwais5-gameCloud-scene-module-text-box-ul {
        /* list-style-position: inside; */
        margin-bottom: 10px;
    }

    .shiwais5-gameCloud-scene-module-text-box-li {
        font-weight: 400;
        font-size: 14px;
        color: #606882;
        line-height: 20px;
        margin-bottom: 8px;
    }

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

    .shiwais5-gameCloud-scene-module-img-box {
        width: 80%;
        margin: 0 auto;
    }

    .shiwais5-gameCloud-scene-module-img {
        width: 100%;
        height: 57vw;

    }

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

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

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

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

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

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

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

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