/* 标题公用区域 */
.title {
    text-align: center;
}

.title .title-way {
    padding: 150px 0;
}

.title .title-way h2 {
    font-weight: inherit;
    font-size: 25px;
}

.title .title-way .text {
    color: #6D6D6D;
    margin-top: 30px;
    font-size: 15px;
}

/* banner图区域 */
.banner {
    height: 600px;
}

.flex-width {
    width: 1400px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.flex-width h1 {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 700;
}

.flex-width p {
    font-size: 18px;
    line-height: 30px;

}

.flex-width .largeImageButton {
    display: flex;
    align-items: center;
    margin-top: 80px;
}

.flex-width .largeImageButton a:nth-child(1),
.flex-width .largeImageButton a:nth-child(2) {
    color: #fff;
    width: 120px;
    height: 40px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-width .largeImageButton a:nth-child(1) {
    background: #2981FF;
    font-size: 16px;
}

.flex-width .largeImageButton a:nth-child(1):hover {
    background: #74adff;
}

.flex-width .largeImageButton a:nth-child(2) {
    background: #fff;
    color: #2981FF;
}

.flex-margin {
    margin-top: 50px;
}

/* 产品优势 */
.way .alonePossess {
    margin-top: 50px;
    position: relative;
    padding: 50px 70px;
    background: rgb(252, 253, 255);
    box-shadow: 0px 2px 8px 1px rgba(0, 43, 127, 0.16);
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.way .alonePossess .item-c {
    display: flex;
    align-items: center;
}

.way .alonePossess .item-c .i-spirit {
    margin-right: 30px;
    width: 120px;
    height: 120px;
}

.way .alonePossess .item-c:nth-of-type(1) .i-spirit {
    background: url('/web/xiangyun/assets/img/gameShield/jingling.png') no-repeat;
    background-size: 250%;
    background-position: -14px -135px;
}

.way .alonePossess .item-c:nth-of-type(2) .i-spirit {
    background: url('/web/xiangyun/assets/img/gameShield/jingling.png') no-repeat;
    background-size: 240%;
    background-position: -148px -130px;
}

.way .alonePossess .item-c:nth-of-type(3) .i-spirit {
    background: url('/web/xiangyun/assets/img/gameShield/jingling.png') no-repeat;
    background-size: 250%;
    background-position: -19px -266px;
}

.way .alonePossess .item-c:nth-of-type(4) .i-spirit {
    background: url('/web/xiangyun/assets/img/gameShield/jingling.png') no-repeat;
    background-size: 250%;
    background-position: -158px 1px;
}

.way .alonePossess .item-c span {
    display: block;
    text-align: left;
    font-size: 18px;
}

.way .alonePossess .item-c p {
    font-size: 14px;
    margin-top: 15px;
}

/* 游戏盾版本说明 */
.productFeatures {
    display: flex;
    align-items: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.productFeatures .iqer {
    position: relative;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
    flex-direction: column;
}

.productFeatures .conten-rong {
    box-shadow: 0px 2px 8px 1px rgba(0, 43, 127, 0.16);
    position: absolute;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    width: 100%;
}

.productFeatures .conten-rong:nth-child(1) {
    z-index: 3;
}

.productFeatures .conten-rong:nth-child(2) {
    width: 97%;
    top: -2px;
    z-index: 2;
}

.productFeatures .conten-rong:nth-child(3) {
    width: 94%;
    top: 10px;
    z-index: 1;
}

/* .productFeatures .conten-rong::after{
    content: "";
    position: absolute;
    top: 11px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -1;
    width: 97%;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 2px 8px 1px rgba(0, 43, 127, 0.16);
    background-color: #fff;
}
.productFeatures .conten-rong::before{
    content: "";
    position: absolute;
    top: 22px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: -2;
    width: 94%;
    border-radius: 10px;
    height: 100%;
    box-shadow: 0px 2px 8px 1px rgba(0, 43, 127, 0.16);
    background-color: #fff;
} */
.productFeatures .item-top {
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding-top: 20px;
    border-radius: 10px 10px 0 0;
}

.productFeatures .item-top div {
    padding: 20px 40px;
    border-left: 6px solid #2878FF;
}

.productFeatures .text2 {
    text-align: left;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.productFeatures .item-top p {
    border-bottom: 1px solid #CBCBCB;
    margin: 0 30px;
}

.productFeatures .text2 p {
    border-bottom: none;
    font-size: 15px;
}

.productFeatures .text2 p i {
    font-size: 25px;
    color: #2878FF;
}

.productFeatures .itemBiao {
    width: 40px;
    height: 40px;
    background: url('/web/xiangyun/assets/img/cloudServices/youjiaobiao.png') no-repeat center;
    background-size: 60% 60%;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 2px 10px 1px rgba(171, 171, 171, 0.16);
    border-radius: 100%;

}

.productFeatures .left1 {
    transform: rotate(180deg);
    margin-right: 20px;
}

.productFeatures .right1 {
    margin-left: 20px;
}

.productFeatures .item-bottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 50px;
    position: relative;
    z-index: 100;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.productFeatures .item-bottom span {
    display: block;
    text-align: left;
    font-size: 16px;
}

.productFeatures .item-bottom p {
    font-size: 16px;
    text-align: left;
    line-height: 25px;
}

.productFeatures .item-bottom .item-grid {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productFeatures .item-bottom .item-grid div {
    display: flex;
    align-items: center;
}

.yunshi {
    background: url('/web/xiangyun/assets/img/promotionRebate/back2.png') no-repeat;
    background-size: 100%;
    position: relative;
}

.hotSellingItem {
    position: absolute;
    right: 10px;
    top: 275px;
}

.hotSellingItem img {
    width: 130px;
    height: 130px;
}

/* 服务优势 */
.deploy {
    display: flex;
}

.deploy .framework {
    padding: 30px 40px;
    color: #fff;
    text-align: left;
    box-shadow: 0px 2px 3px 1px rgba(0, 43, 127, 0.16);
    border-radius: 10px;
    flex: 0.4;
    margin-right: 41px;
}

.deploy .framework span {
    font-size: 20px;
    display: block;
    margin-bottom: 20px;
    color: #000;
    text-align: center;
}

.deploy .framework p {
    font-size: 14px;
    color: #000;
}

.deploy .frameworkImage {
    padding: 40px 0;
    box-shadow: 0px 2px 3px 1px rgba(0, 43, 127, 0.16);
    border-radius: 10px;
    flex: 2;
    background-color: #fff;
}

.deploy .frameworkImage img {
    width: 85%;
}

.topAndBottomCarousel {
    margin-top: 30px;
    box-shadow: 0px 2px 3px 1px rgba(0, 43, 127, 0.16);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 10px;
    padding: 30px 50px;
    background: #fff;
}

.topAndBottomCarousel span {
    font-size: 25px;
}

.topAndBottomCarousel span i {
    font-size: 14px;
}

.topAndBottomCarousel div p {
    font-size: 16px;
    margin-top: 15px;
}

.serviceAdvantages {
    background: #FCFDFFFF;
}

@media (min-width: 769px) {
    .way .alonePossess i {
        display: none;
    }
}

@media (max-width: 768px) {
    .banner {
        height: 75vw;
        overflow: hidden;
        background-size: 200% 400% !important;
        background-position: -47vw -225vw !important;
    }

    .flex-width {
        width: 100%;
        height: auto;
    }

    .flex-width h1 {
        margin-bottom: 7vw;
    }

    .banner h1 {
        font-weight: bold;
        font-size: 6.5vw;
    }

    .flex-margin {
        margin: 10vw 5vw 0 5vw;
    }

    .banner .title-banner {
        width: 100%;
        padding: 5vw;
        margin: 15vw 0;
    }

    .banner .title-banner .pc {
        display: none;
    }

    .flex-width p {
        font-size: 4vw ;
        line-height: 7vw;
        padding-right: 11vw !important;
    }

    .banner .title-banner {
        font-size: 3.5vw;
        width: 100%;
        line-height: 5vw;
        text-align: left;
    }

    .flex-margin {
        margin: 10vw 5vw 0 5vw;
    }

    .title .title-way h2 {
        font-size: 6vw;
        margin: 10vw 0 6vw 0;
    }

    .title .title-way .text {
        display: block;
        text-align: center;
        font-size: 3.5vw;
        padding: 0 5vw;
        color: #6D6D6D;
        line-height: 6vw;
        margin-top: 0;
    }
    .framework p {
        padding-right: 0 !important;
    }
    .flex-width .largeImageButton {
        margin-top: 10vw;
    }
    .productFeatures .conten-rong:nth-child(2){
        width: 94%;
        top: 1vw;
    }
    .productFeatures .conten-rong:nth-child(3){
        width: 90%;
        top: 3vw;
    }

    .flex-width .largeImageButton a:nth-child(1),
    .flex-width .largeImageButton a:nth-child(2) {
        width: 30vw;
        height: 10vw;
        font-size: 3.5vw;
    }

    .way .alonePossess {
        padding: 8vw;
        margin-top: 15vw;
        text-align: left;
        border-radius: 3vw;
    }

    .way .alonePossess .item-c p {
        display: none;
    }

    .way .alonePossess i {
        font-size: 3.6vw;
        line-height: 6vw;
        display: block;
        margin: 5vw 0;
    }

    .way .alonePossess .item-c .i-spirit {
        margin-right: 5vw;
    }

    .way .alonePossess .item-c:nth-of-type(1) .i-spirit {
        background-size: 300%;
        background-position: -4vw -28vw;
        width: 20vw;
        height: 20vw;
    }

    .way .alonePossess .item-c:nth-of-type(2) .i-spirit {
        background-size: 300%;
        background-position: -4vw -3vw;
        width: 20vw;
        height: 20vw;
    }

    .way .alonePossess .item-c:nth-of-type(3) .i-spirit {
        background-position: -5vw -56vw;
        background-size: 300%;
        width: 20vw;
        height: 20vw;
    }

    .way .alonePossess .item-c:nth-of-type(4) .i-spirit {
        background-size: 300%;
        background-position: -34vw -2vw;
        width: 20vw;
        height: 20vw;
    }

    .way .alonePossess .item-c span {
        font-size: 4vw;
    }

    .productFeatures {
        margin: 10vw 5vw;
        position: relative;
    }

    .productFeatures .left1 {
        position: absolute;
        left: -4vw;
        top: 50%;
        transform: translate(-50%, 0);
        z-index: 111;
        margin-right: 0;
    }

    .productFeatures .right1 {
        position: absolute;
        right: -4vw;
        top: 50%;
        transform: translate(-50%, 0);
        z-index: 111;
        margin-left: 0;
    }
    .productFeatures .iqer{
        height: 85vw;
    }
    .productFeatures .itemBiao {
        transform: rotate(180deg);
        width: 10vw;
        height: 10vw;
    }
    .productFeatures .item-bottom p{
        line-height: 5vw;
    }
    .productFeatures .itemBiao:nth-child(3) {
        transform: rotate(0deg);
    }

    .productFeatures .conten-rong {
        border-radius: 2vw;
        box-shadow: 0px 2px 8px 1px rgba(0, 43, 127, 0.16);
    }

    .productFeatures .item-top {
        border-radius: 2vw;
        padding-top: 5vw;
    }

    .productFeatures .item-top div {
        padding: 4vw 5vw;
        border-left: 1vw solid #2878FF;
    }

    .productFeatures .text2 {
        font-size: 4.5vw;
    }

    .productFeatures .text2 p i {
        font-size: 5.5vw;
    }

    .productFeatures .text2 p {
        font-size: 3.5vw;
    }

    .productFeatures .item-top p {
        border-bottom: 0.5vw solid #CBCBCB;
        margin: 0 6vw;
    }

    .productFeatures .text2 p {
        border-bottom: none;
    }

    .productFeatures .item-bottom {
        padding: 6vw 10vw;
        border-radius: 0 0 2vw 2vw;
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }

    .productFeatures .item-bottom .item-grid div {
        justify-content: space-between;
    }

    .productFeatures .item-bottom span,
    .productFeatures .item-bottom p {
        font-size: 4vw;
    }

    .productFeatures .item-bottom .item-grid:nth-child(1) div,
    .productFeatures .item-bottom .item-grid:nth-child(2) div {
        margin-bottom: 3vw;
    }

    .productFeatures .item-bottom .item-grid:nth-child(3) div:not(:last-of-type) {
        margin-bottom: 3vw;
    }

    .productFeatures .conten-rong::before {
        top: 4vw;
        width: 80%;
        border-radius: 2vw;
    }

    .productFeatures .conten-rong::after {
        width: 90%;
        border-radius: 2vw;
        top: 2vw;
    }

    .deploy {
        flex-direction: column-reverse;
    }

    .deploy .framework {
        padding: 7vw;
        margin-right: 0;
        margin-top: 5vw;
        border-radius: 3vw;
    }

    .deploy .frameworkImage {
        padding: 5vw 0;
        border-radius: 3vw;
    }

    .deploy .framework span {
        font-size: 4.5vw;
    }

    .deploy .framework p {
        font-size: 3vw;
        line-height: 6vw;
    }

    .topAndBottomCarousel {
        border-radius: 2vw;
        padding: 8vw;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        margin: 5vw;
        gap: 15vw;
    }

    .topAndBottomCarousel span {
        font-size: 10vw;
    }

    .topAndBottomCarousel div p {
        font-size: 3vw;
        margin-top: 3vw;
        line-height: 5vw;
    }

    .topAndBottomCarousel span i {
        font-size: 3.5vw;
    }

    .hotSellingItem {
        position: absolute;
        right: 1vw;
        top: 19vw;
        z-index: 1111;
    }

    .hotSellingItem img {
        width: 25vw;
        height: 25vw;
    }

    .title .title-way {
        padding: 10vw 0;
    }

    .yunshi {
        background: none;
    }
}