.shiwais5-clode-Area {
    width: 1300px;
    margin: 0 auto;
}

.clodeTitle {
    /* width: 40px; */
    text-align: center;
    font-weight: 400;
    font-size: 30px;
    color: #1C284D;
    /* margin: 0 auto; */
}

/* 头部介绍 */
.shiwais5-clode-headImg {
    /* width: 100%; */
    height: 818px;
    background: url(/web/shiwaicloud/s5-file/assets/img/index/clodeGoup.png) no-repeat;
    background-size: cover;
    padding-top: 171px;
}

.shiwais5-clode-headImg .clodeHeaderTitle {
    font-weight: bold;
    font-size: 60px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.shiwais5-clode-headImg .clodeHeaderP {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.shiwais5-clode-headImg .clodeHeaderBy {
    font-size: 16px;
    color: #3D76FF;
    width: 150px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    border: 0px;
    text-align: center;
    line-height: 48px;
}

/* 精选热门云服务器 */
.shiwais5-clode-popular {
    margin-top: 116px;
}

.shiwais5-clode-popular .clodePopularTab {
    margin-top: 70px;
    display: flex;
    justify-content: space-evenly;
}

.shiwais5-clode-popular .clodePopularTab .PopularTab {
    width: 212px;
    height: 60px;
    /* background: linear-gradient(90deg, #FAFAFB 0%, #F7F9FF 100%); */
    border-radius: 30px 30px 30px 30px;
    border: 1px solid #D8E0EB;
    font-size: 20px;
    /* color: #555555; */
    line-height: 60px;
    text-align: center;
    color: inherit;
    margin-bottom: 50px;
    transition: all 0.3s ease-in-out;
}

.shiwais5-clode-popular .clodePopularTab .PopularTab:hover {
    color: #FFFFFF;
    background: linear-gradient(90deg, #508AFD 0%, #3369F4 100%);
}

.PopularTabActive {
    color: #FFFFFF;
    background: linear-gradient(90deg, #508AFD 0%, #3369F4 100%);
}

.clodePopularCardNoon {
    display: none;
}

.clodePopularCardS {
    display: block;
    box-shadow: 0px 1px 30px 0px rgba(0, 18, 92, 0.15);
}
.icon-arrow{
    width: 75%;
}

@keyframes clodePopularCardFolat {
    0% {
        transform: translateY(50px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.clodePopularCard-float {
    animation: clodePopularCardFolat 1s ease-in-out;
}


.popularCard {
    height: 119px;
    /* background: #FFFFFF; */
    display: flex;
    border: 1px solid #E9EEF5;
    transition: box-shadow 0.5s ease;

}

.popularCard:hover {
    box-shadow: 0px 0px 8px #222;
}

.popularCardTopic {
    width: 226px;
    background: #F6F8F9;
    padding: 30px 28px;
    box-sizing: border-box;
}

.popularCardTopic .popularCardTitle {
    font-weight: 400;
    font-size: 18px;
    color: #222222;
    margin-bottom: 18px;
}

.popularCardTopic .popularCardLine {
    font-size: 14px;
    color: #888888;
}

.popularCardPoint {
    width: 747px;
    display: flex;
    justify-content: space-evenly;
    padding-top: 30px;
    box-sizing: border-box;
}

.popularCardPoint .CardPointTitle {
    font-size: 18px;
    color: #222222;
    margin-bottom: 18px;

}

.popularCardPoint .CardPointCPU {
    font-size: 14px;
    color: #9EA7B3
}

.popularCard .CardBtn {
    width: 143px;
    height: 84px;
    background: #F4F7FF;
    border: 1px solid #3D76FF;
    margin-top: 18px;
    padding-top: 9px;
    box-sizing: border-box;

}

.CardBtn .CardPrice {
    font-weight: bold;
    font-size: 24px;
    color: #3D76FF;
    text-align: center;
    margin-bottom: 3px;
}

.CardPrice .CardMoon {
    font-size: 14px;
}

.CardPrice .originalPrice {
    margin-left: 8px;
    font-size: 12px;
    color: #888888;
}

.CardBtn .CrrdYear {
    height: 36px;
    background: #DDE7FF;
    font-size: 14px;
    color: #2162FE;
    text-align: center;
    line-height: 36px;
}

.popularCardBuyA {
    text-decoration: none;
}

.popularCardBuy {
    width: 105px;
    height: 38px;
    background: #1566EB;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #3D76FF;
    margin: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #FFFFFF;
}

/* 产品优势 */
.product {
    padding-top: 116px;
    margin-bottom: 116px;

}

.productCardBox {
    margin-top: 68px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productCard {
    width: 352px;
    cursor: pointer;
}

.productCard .productCardImg {
    width: 162px;
    height: 162px;

    margin: 0 auto;
    margin-bottom: 15xpx;
    animation: productfloat 2s ease-in-out infinite;
}

@keyframes productfloat {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.productCard .productCardTitle {
    font-weight: bold;
    font-size: 22px;
    color: #33406A;
    text-align: center;
    margin-bottom: 16px;
    margin-top: 20px;
}

.productCard .productCardP {
    font-size: 16px;
    color: #606882;
    text-align: center;
}


/* 产品功能 */
.function {
    height: 534px;
    background: linear-gradient(180deg, #D7EAFF 0%, #A3CFFF 100%);
    margin-top: 70px;
    padding: 76px 0px;
    box-sizing: border-box;
}

.functionCards {
    display: flex;
    justify-content: space-between;
    /* flex-wrap: wrap; */

}

.functionLeft {
    margin-top: 49px;
}

.functionLeft .functionLeftTop {
    width: 418px;
    height: 141px;
    border-radius: 32px;
    border: 1px solid #FFFFFF;
    padding: 5px 14px 17px 5px;
    box-sizing: border-box;
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 24px;
    /* transform: ; */
    transition: box-shadow 0.5s ease;
}

.functionLeft .functionLeftTop:hover {
    box-shadow: 0px 0px 10px #1C284D;
}

.serialNumber {
    width: 52px;
    height: 52px;
    background: #3FA1FF;
    border-radius: 50%;
    text-align: center;
    line-height: 52px;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
    margin-right: 16px;
}

.functionLeftTop .functionLeftText {

    width: 330px;
    margin-top: 6px;
}

.functionLeftTop .functionLeftText .functionLeftTitle {
    font-weight: 400;
    font-size: 20px;
    color: #1C284D;
    margin-bottom: 6px;
}

.functionLeftTop .functionLeftText .functionLeftScript {
    font-size: 14px;
    color: #606882;
}

.functionTop {
    width: 418px;
    height: 62px;
    border-radius: 32px;
    border: 1px solid #FFFFFF;
    padding: 5px 25px 5px 5px;
    box-sizing: border-box;
    display: flex;
    line-height: 52px;
    margin-bottom: 40px;
    transition: box-shadow 0.5s ease;
}

.functionTop:hover {
    box-shadow: 0px 0px 10px #1C284D;
}

.functionTop .functionText {
    width: 320px;
    display: flex;
    justify-content: space-between;
}

.functionTo .functionTitle {

    font-weight: 400;
    font-size: 20px;
    color: #1C284D;

}

.functionTo .functionPlus {
    background: #FFFFFF;
}

/* .functionCenter{
    z-index: -1;
} */
.functionRingt {
    width: 100%;
    margin-top: 49px;
}

.spacing {
    margin-top: 64px;
    margin-bottom: 64px;
}

/* 满足多样化应用场景 */
.scene {
    margin-top: 116px;
    margin-bottom: 80px;
}

.sceneBox {
    margin-top: 76px;
    display: flex;
    justify-content: space-around;



    flex-wrap: wrap;
    transition: background-color 0.8s ease;
}

.sceneBox:hover {
    background-color: #649ffd;
    border-radius: 30px;
}

.sceneBox:hover .sceneBoxTitle {
    color: #fff;
}

.sceneBox:hover .sceneBoxDesc {
    color: #fff;
}

.sceneBoxText {
    width: 611px;
    /* padding-top: 109px; */
}

.sceneBoxText .sceneBoxTitle {
    margin-top: 109px;
    font-weight: 400;
    font-size: 26px;
    color: #1C284D;
    margin-bottom: 40px;
}

.sceneBoxText .sceneBoxDesc {
    width: 100%;
    font-size: 16px;
    color: #606882;
}

.sceneBoximage {
    width: 546px;
    height: 383px;
}

.sceneBottomText {
    width: 672px;
    padding-top: 47px;
}

.sceneBottomText .sceneBottomTitle {
    margin-top: 109px;
    font-weight: 400;
    font-size: 26px;
    color: #1C284D;
    margin-bottom: 40px;
}

.sceneBottomDesc {
    font-weight: 400;
    font-size: 16px;
    color: #606882;
    margin-bottom: 20px;
}

.sceneBox:hover .sceneBottomTitle {
    color: #fff;
}

.sceneBox:hover .sceneBottomDesc {
    color: #fff;
}

.sceneBottomDesc .sceneLiImg {
    margin-right: 10px;
}

.shiwais5-clode-AppBox {
    display: none;
}

.shiwais5-clode-pcBox {
    display: block;
}

@media screen and (max-width:768px) {
    .clodeTitle {
        font-size: 25px;
        margin-bottom: 20px;
    }
    .shiwais5-clode-pcBox {
        display: none;
    }

    .shiwais5-clode-AppBox {
        display: block;
    }

    .shiwais5-clode-Area {
        width: 100%;
        padding: 0 18px;
        box-sizing: border-box;
    }

    /* 头部介绍 */
    .shiwais5-clode-headImg {
        /* width: 100%; */
        height: 97vw;
        background: url(/web/shiwaicloud/s5-file/assets/img/index/clodeGroupApp.png) no-repeat;
        background-size: cover;
        padding-top: 36px;
    }

    .shiwais5-clode-headImg .clodeHeaderTitle {
        font-weight: bold;
        font-size: 32px;
        color: #FFFFFF;
        margin-bottom: 16px;
        text-align: center;
        margin-top: 35px;
    }

    .shiwais5-clode-headImg .clodeHeaderP {
        font-weight: 400;
        font-size: 16px;
        color: #FFFFFF;
        margin-bottom: 18px;
        text-align: center;
    }

    .shiwais5-clode-headImg .clodeHeaderBy {
        font-size: 16px;
        color: #3D76FF;
        width: 130px;
        height: 48px;
        line-height: 48px;
        text-align: center;
        background: #FFFFFF;
        border-radius: 4px 4px 4px 4px;
        border: 0px;
        margin: 0 auto;
    }

    /* 精选热门云服务器 */
    .shiwais5-clode-popular {
        margin-top: 36px;

    }


    .shiwais5-clode-popular .clodePopularTab {
        width: 100%;
        height: auto;
        margin: 15px 0;
        display: flex;
        /* justify-content: space-evenly; */
        background-image: none;

        overflow-x: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .shiwais5-clode-popular .clodePopularTab .PopularTab {
        width: auto;
        height: 49px;
        /* background: linear-gradient(90deg, #FAFAFB 0%, #F7F9FF 100%); */
        border-radius: 0;
        border: 0px;
        font-size: 18px;
        margin-right: 44px;
        /* color: #555555; */
        line-height: 49px;
        text-align: center;
        color: inherit;
        margin-bottom: 0px;
        white-space: nowrap;
    }

    .shiwais5-clode-popular .clodePopularTab .PopularTab:hover {
        color: #3D76FF;
        border-bottom: 2px solid #3D76FF;
        background: none;
    }

    .PopularTabActive {
        color: #3D76FF;
        border-bottom: 2px solid #3D76FF;
        background: none;
    }

    .clodePopularCardS {
        display: block;
        box-shadow: 0px 0px rgba(0, 18, 92, 0);
    }

    /* .clodePopularCardNoon {
        display: none;
    } */




    .popularCard {
        height: auto;
        /* background: #FFFFFF; */
        display: block;

        border: 1px solid #E9EEF5;
        margin-bottom: 14px;
    }

    .popularCardTopic {
        width: 100%;
        background: #F6F8F9;
        padding: 16px 24px;
        box-sizing: border-box;
    }

    .popularCardTopic .popularCardTitle {
        font-weight: 400;
        font-size: 18px;
        color: #222222;
        margin-bottom: 12px;
    }

    .popularCardTopic .popularCardLine {
        font-size: 14px;
        color: #888888;
    }

    .popularCardPoint {
        width: 100%;
        display: flex;
        /* justify-content: space-between; */
        /* padding-top: 30px; */
        box-sizing: border-box;
        flex-wrap: wrap;
        padding: 24px 18px 0px 18px;
        box-sizing: border-box;
    }

    .popularCardPoint .CardPointTitle {
        width: 100px;
        font-size: 14px;
        color: #606882;
        margin-bottom: 22px;

    }

    .popularCardPoint .CardPointCPU {
        /* font-size: 14px;
        color: #9EA7B3 */
    }

    .popularCard .CardBtn {
        width: 100%;
        height: auto;
        background: #ffffff;
        border: 0px solid #3D76FF;
        margin-top: 0px;
        padding-top: 0px;
        box-sizing: border-box;
        padding: 15px 24px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;

    }

    .CardBtn .CardPrice {
        font-weight: bold;
        font-size: 24px;
        color: #3D76FF;
        text-align: center;
        margin-bottom: 3px;
        line-height: 44px;

    }

    .CardPrice .CardMoon {
        font-size: 14px;
    }

    .CardPrice .originalPrice {
        margin-left: 8px;
        font-size: 32px;
        color: #888888;
    }

    .CardBtn .CrrdYear {
        height: 36px;
        background: #0b54ff;
        font-size: 14px;
        color: #2162FE;
        text-align: center;
        line-height: 36px;
    }

    .popularCardBuy {
        width: 166px;
        height: 44px;
        background: #3D76FF;
        border-radius: 0px 0px 0px 0px;
        border: 1px solid #3D76FF;
        margin: 0px;
        text-align: center;
        line-height: 44px;
        font-size: 16px;
        color: #FFFFFF;

    }

    /* 产品优势 */
    .product {
        padding-top: 25px;
        margin-bottom: 25px;
        height: auto;
        padding-bottom: 10px;
        box-sizing: border-box;
        background: #ffffff;
    }

    .productCardBox {
        margin-top: 0px;
        /* padding-top: 24px; */
        display: flex;
        justify-content: space-between;
        position: relative;
    }

    .productCardBox .prev {
        width: 32px;
        height: 32px;
        /* background: #FFFFFF; */
        /* box-shadow: 0px 0px 4px 0px rgba(0, 19, 112, 0.212); */
        border-radius: 50%;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #fff;
        background: #c1c1c2b0;
        justify-content: center;
        position: absolute;
        top: 50%;
        border: none;
    }

    .productCardBox .next {
        width: 32px;
        height: 32px;
        /* background: #FFFFFF; */
         /* box-shadow: 0px 0px 4px 0px rgba(0, 19, 112, 0.212); */
        border-radius: 50%;
        display: flex;
        align-items: center;
        font-size: 20px;
        color: #fff;
        background: #c1c1c2b0;
        justify-content: center;
        position: absolute;
        top: 50%;
        right: 0;
        border: none;
    }


    .productCardApp {
        width: 100%;
        display: none;

        padding: 26px 0;
        box-sizing: border-box;
    }

    .productCardApp .productCardImgBox {
        display: flex;
        justify-content: center;
    }

    .productCardApp .productCardImg {
        width: 179px;
        height: 179px;
        margin-bottom: 20xpx;
        margin: 0 auto;
    }

    .productCardApp .productCardTitle {
        font-weight: bold;
        font-size: 22px;
        color: #33406A;
        text-align: center;
        margin-bottom: 14px;
    }

    .productCardApp .productCardP {
        font-size: 16px;
        color: #606882;
        text-align: center;
    }


    /*  产品功能  */



    .function {
        height: auto;
        background: linear-gradient(180deg, #D7EAFF 0%, #A3CFFF 100%);
        margin-top: 0px;
        padding: 36px 0px 24px 0px;
        box-sizing: border-box;
    }

    .functionCards {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .functionLeft {
        margin-top: 20px;
    }

    .functionLeft .functionLeftTop {
        width: 100%;
        height: auto;
        border-radius: 32px;
        border: 1px solid #FFFFFF;
        padding: 5px 14px 17px 5px;
        box-sizing: border-box;
        display: flex;
        /* justify-content: space-between; */
        margin-bottom: 14px;
    }

    .serialNumber {
        width: 52px;
        height: 52px;
        background: #3FA1FF;
        border-radius: 50%;
        text-align: center;
        line-height: 52px;
        font-weight: bold;
        font-size: 30px;
        color: #FFFFFF;
        margin-right: 16px;
    }

    .functionLeftTop .functionLeftText {

        width: calc(100% - 55px);
        margin-top: 6px;
    }

    .functionLeftTop .functionLeftText .functionLeftTitle {
        font-weight: 400;
        font-size: 20px;
        color: #1C284D;
        margin-bottom: 6px;
    }

    .functionLeftTop .functionLeftText .functionLeftScript {
        font-size: 14px;
        color: #606882;
    }

    .functionTop {
        width: 100%;
        height: auto;
        border-radius: 32px;
        border: 1px solid #FFFFFF;
        padding: 5px 25px 5px 5px;
        box-sizing: border-box;
        display: flex;
        line-height: 52px;
        margin-bottom: 14px;
    }

    .functionTop .functionText {
        width: calc(100% - 55px);
        display: flex;
        justify-content: space-between;
    }

    .functionTo .functionTitle {

        font-weight: 400;
        font-size: 20px;
        color: #1C284D;

    }

    .functionTo .functionPlus {
        background: #FFFFFF;
    }

    .functionCenter {
        width: 100%;
        margin-top: 14px;
    }

    .functionRingt {
        margin-top: 0px;
    }

    /* .spacing {
        margin-top: 64px;
        margin-bottom: 64px;
    } */


    /* 满足多样化应用场景 */
    .sceneBoxImg {
        width: 90%;
        height: 45vw;
        margin: 0 auto;
    }

    .sceneBoximage {
        width: 90%;
        height: 45vw;
        margin: 0 auto;
    }

    .scene {
        margin-top: 36px;
        margin-bottom: 20px;
    }

    .sceneBox {
        height: auto;
        margin-top: 15px;
        display: block;
        padding-bottom: 20px;
        box-sizing: border-box;
        padding:5px;
        /* margin-bottom: 15px; */
    }

    .sceneBottomImg {
        width: 90%;
        height: 45vw;
        margin: 0 auto;
    }

    .sceneBoxText {
        width: 100%;
        /* padding-top: 109px; */
        margin-bottom: 0px;
    }

    .sceneBoxText .sceneBoxTitle {
        margin-top: 15px;
        font-weight: 400;
        font-size: 20px;
        color: #1C284D;
        margin-bottom: 10px;
        text-align: center;
    }

    .sceneBoxText .sceneBoxDesc {
        width: 100%;
        font-size: 14px;
        color: #606882;
    }



    .sceneBottomText {
        width: 100%;
        padding-top: 0px;
        margin-bottom: 0px;
    }

    .sceneBottomText .sceneBottomTitle {
        font-weight: 400;
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 10px;
        text-align: center;

    }


    .sceneBottomDesc {
        font-weight: 400;
        font-size: 16px;
        color: #606882;
        margin-bottom: 14px;
    }

    .sceneBottomDesc .sceneLiImg {
        margin-right: 10px;
    }

}