.service {
    background-color: #F8FAFC;
}

.awpom {
    width: calc(100% - 30em);
    background-color: #F8FAFC;
}

.future {
    width: 100%;
    position: relative;
}

.future img {
    width: 100%;
    display: block;
}

.future .icon {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, -50%);
}

@keyframes ball {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.future-ball-1 {
    user-select: none;
    border-radius: 50%;
    background-color: #00B5D2;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    top: 21%;
    left: 24%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    animation: ball 2s linear;
    transition: all 1.5s ease-in-out;
    cursor: pointer;
}

.future-ball-1:hover {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
}

.future-ball-1 .future-ball-1-text {
    font-size: 0.2rem;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    text-wrap: nowrap;
}

.future-ball-2 {
    user-select: none;
    border-radius: 50%;
    background-color: #00B5D2;
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    top: 11%;
    left: 50%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    animation: ball 2s linear;
    transition: all 1.5s ease-in-out;
    cursor: pointer;
}

@media (max-width: 768px) {
    .future-ball-2 {
        width: 1.2rem;
        height: 1.2rem;
        top: 20%;
        left: 48%;
    }
}

.future-ball-2:hover {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
}

.future-ball-2::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 1.7rem;
    height: 1.7rem;
    border-radius: 50%;
    background-color: #37b2d12a;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 768px) {
    .future-ball-2::after {
        width: 1.4rem;
        height: 1.4rem;
    }
}

.future-ball-2 .future-ball-2-text {
    font-size: 0.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    text-wrap: nowrap;
}

.future-ball-3 {
    user-select: none;
    border-radius: 50%;
    background-color: #00B5D2;
    position: absolute;
    width: 1.3rem;
    height: 1.3rem;
    top: 21%;
    left: 75%;
    font-weight: bold;
    transform: translate(-50%, -50%);
    animation: ball 2s linear;
    transition: all 1.5s ease-in-out;
    cursor: pointer;
}

.future-ball-3:hover {
    transform: translate(-50%, -50%) scale(1.1);
    transform-origin: center;
}

.future-ball-3 .future-ball-3-text {
    font-size: 0.2rem;
    position: absolute;
    left: 50%;
    top: 70%;
    transform: translate(-50%, -50%);
    color: aliceblue;
    text-wrap: nowrap;
}

.future-menu {
    width: 96%;
    position: absolute;
    top: 37%;
    left: 2%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    animation: menu 1.5s linear;
}

@media (max-width: 768px) {
    .future-menu {
        width: 80%;
        top: 75%;
    }
}

@keyframes menu {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}


.future-menu-item {
    width: 9.5vw;
    user-select: none;
    display: inline-block;
    border-radius: 255px;
    color: aliceblue;
    height: .5rem;
    background-color: #00B5D2;
    text-align: center;
    font-size: 0.2rem;
    margin-bottom: 5px;
}

.future-content {
    user-select: none;
    border-radius: 10px;
    color: aliceblue;
    font-size: 0.2rem;
    background-color: #00B5D2;
    width: 96%;
    padding: 0.2rem 0;
    position: absolute;
    top: 49%;
    left: 2%;
    display: flex;
    text-align: center;
    justify-content: space-around;
    align-items: center;
    animation: content 1.7s linear;

}

@media (max-width: 768px) {
    .future-content {
        width: 80%;
        top: 110%;
        font-size: 0.15rem;
    }
}

@keyframes content {
    0% {
        transform: translate(-50%, -50%) scale(0);
    }

    100% {
        transform: translate(-50%, -50%) scale(1);
    }
}

.scene {
    width: 100%;

}

.scene-item {
    width: 100%;
    border-radius: 12px;
    /* background-color: #fff; */
    overflow: hidden;
}

.scene-item:hover .scene-item-img {
    background-size: 120%;
}

.scene-item:hover .scene-item-content {
    background-color: rgb(0, 182, 209, 0.9);
    color: #fff;
}

.scene-item:hover .SIC-Title {
    color: #fff;
}

.scene-item:hover .SIC-Text div {
    color: #fff;
}

.scene-item:hover .SIC-bigText {
    color: #fff;
}

.scenarios {
    width: 100%;
}

.BMap-title {
    color: #00B5D2;
    font-weight: bold;
    position: relative;
    margin-bottom: 10px;
    padding-left: 0.6em;
}

.BMap-title::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0.5em;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #00B5D2;
}

.BMap-secondary-title div {
    padding-left: 0.6em;
    margin-right: 50px;
}

.BMap-secondary-title div .s32 {
    color: #00B5D2;
    font-weight: bold;
}

@media (min-width: 0px) {
    .flex {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .flexSB {
        justify-content: space-between;
    }

    .flexS {
        justify-content: flex-start;
    }

    .flexB {
        align-items: flex-end;
    }

    .scene-item {
        height: 27vw;
        margin-bottom: 3vw;
    }

    .pt60 {
        padding-top: 60px;
    }

    .pb0 {
        padding-bottom: 0;
    }

    .pb40 {
        padding-bottom: 40px;
    }

    .mb0 {
        margin-bottom: 0 !important;
    }

    .ns36 {
        font-weight: 300;
    }

    .ns18 {
        font-weight: 300;
        color: rgba(0, 0, 0, 0.2);
    }

    /* .s-t3{
        margin-top: 30px;
    }
    .s-b3{
        margin-bottom: 30px;
    } */
    .scene-item .scene-item-img {
        width: 50%;
        height: 100%;
        background-size: 110%;
        /* 背景图覆盖整个div */
        background-position: center;
        /* 背景图居中显示 */
        background-repeat: no-repeat;
        /* 不重复背景图 */
        position: relative;
        transition: all 0.5s;

    }

    .scene-item .scene-item-img span {
        position: absolute;
        z-index: 1;
        top: 68%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .scene-item .scene-item-content {
        width: 50%;
        height: 100%;
        padding-top: 3vw;
    }

    .scene-item:nth-child(2n) .scene-item-img {
        float: right;
    }

    .scene-item:nth-child(2n) .scene-item-content {
        float: left;
    }

    .scene-item:nth-child(2n+1) .scene-item-img {
        float: left;
    }

    .scene-item:nth-child(2n+1) .scene-item-content {
        float: right;
    }

    .SIC-bigList {
        padding-left: 3.2vw;
    }

    .SIC-bigList .SIC-Serial {
        font-size: 50px;
        font-weight: bold;
        color: rgba(2, 181, 210, 1);
        margin-right: 1vw;
    }

    .SIC-bigList .SIC-bigText {
        margin-left: 10px;
        /* font-size: 32px; */
        /* font-weight: bold; */
        /* color: rgba(51, 51, 51, 1); */
        padding-bottom: 10px;
    }

    .SIC-list {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 4.2vw;
        width: 100%;
        margin: 0.8vw 0;
        padding-left: 4vw;
    }

    .SIC-Img {
        width: 4.2vw;
        height: 4.2vw;
        border-radius: 50%;
        background-color: #EAF9FC;
        margin-right: 1vw;
        display: block;
    }

    .SIC-Text {
        font-size: 14px;
        color: #828282;
    }

    .SIC-Title {
        /* font-size: 18px; */
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 0.2vw;
    }

    .scenarios-list {
        width: 19vw;
        height: 12.9vw;
        box-shadow: 0px 0px 5px 0px rgba(0, 47, 56, 0.14);
        border-radius: 12px;
        padding-top: 1.5vw;
        background-color: #fff;
    }

    .scenarios-list .img1 {
        width: 5.8vw;
        height: 5.8vw;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-bottom: 1vw;
    }

    .scenarios-list div {
        width: 80%;
        margin-left: 10%;
    }

    .scenarios-list:nth-child(2) div {
        width: 8vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .scenarios .img2 {
        width: 50%;
        display: block;
    }

    .scenarios .img2:hover {
        cursor: pointer;
        transform: scale(1.4);
        /* 放大1.5倍 */
        border-radius: 15px;
    }

    .scenarios {
        position: relative;
        width: 100%;
        height: 20vw;
    }

    .trapezoid {
        position: relative;
        width: 35vw;
        /* 下底宽度 */
        height: 20vw;
        /* 梯形颜色 */
        clip-path: polygon(0 0, 100% 0, 69% 100%, 0 100%);
        transform-origin: center;
        /* 变换中心点 */
        /* 定义梯形的四个点 */
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        cursor: pointer;
        overflow: hidden;
    }

    .trapezoid img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .trapezoid:hover {
        transform: scale(1.05);
    }

    .trapezoid2 {
        position: relative;
        width: 35vw;
        /* 下底宽度 */
        height: 20vw;
        /* 梯形颜色 */
        clip-path: polygon(31% 0, 100% 0, 100% 100%, 0 100%);
        transform-origin: center;
        /* 变换中心点 */
        /* 定义梯形的四个点 */
        position: absolute;
        z-index: 2;
        right: 0;
        top: 0;
        cursor: pointer;
        overflow: hidden;
    }

    .trapezoid2 img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .trapezoid2:hover {
        transform: scale(1.05);
    }

    .SCE-list {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 30px;
    }

    .SCE-list img {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .trapezoid-hover {
        position: absolute;
        z-index: 3;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(1, 181, 209, 0.7);
    }

    .trapezoid-hover {
        font-size: 18px;
        font-weight: 400;
        color: #fff;
        display: none;
    }

    .trapezoid-hover-title {
        /* font-size: 38px; */
        /* font-weight: 600; */
        color: #fff;
    }

    .BMapBgDiv {
        position: relative;
        padding-top: 60px;
    }


    .BMap {
        width: 100%;
        height: 180px;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .BMap .BMap-list {
        width: 100%;
        border-radius: 10px;
        text-align: center;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .BMap-text1 {
        margin-top: 1vw;
        font-weight: 400;
        line-height: 0;
        color: #333333;
    }

    .BMap-text3 {
        color: #828282;
        font-family: "PingFang SC";
        font-size: 0.8vw;
        font-style: normal;
        font-weight: 400;
        margin-top: 10px;
    }

    .BMap .BMap-text2 {
        font-weight: 800;
        color: #02B5D2;
    }

    .BMap .BMap-text2 span {
        font-weight: 400;
        color: #000;
        margin-bottom: 0.8em;
        margin-left: 0.5em;
    }

    .scene4 {
        width: 100%;
        height: 30.5vw;
        box-shadow: 0 0 1em 0em rgba(180, 173, 173, 0.3);
    }

    .scene4 .textContent {
        height: 100%;
        line-height: 2;
    }

    .scene4 .textContent .textList {
        display: none;
    }

    .scene4 .imgContent {
        height: 100%;
        position: relative;
    }

    .scene4 .imgContentBg {
        width: 100%;
        height: 100%;
    }

    .scene4 .imgList {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
    }

    .scene4 .imgItem {
        flex: 1;
        height: 100%;
        border-right: 1px solid rgba(255, 255, 255, 0.5);
        cursor: pointer;
    }

    .scene4 .imgItem:last-child {
        border: 0;
    }

    .scene4 .imgItem .item {
        width: 100%;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
    }

    .scene4 .imgItem:hover {
        background-color: rgba(0, 181, 209, 0.6);
        color: #fff;
    }

    .scene4 .textContent:hover~.imgContent .imgItem .item {
        color: #fff;
    }

    .scene4 .textContent:hover~.imgContent .imgItem .item img {
        opacity: 1;
    }

    .scene4:hover .imgItem .item:not(:hover) {
        color: rgba(255, 255, 255, 0.4);
    }

    .scene4:hover .imgItem .item:not(:hover) img {
        opacity: 0.5;
    }

    .scene4 .imgItem img {
        width: 1.6vw;
        height: 1.6vw;
    }

    .scene4 .imgItemTitle {
        font-weight: 500;
        margin-top: 3em;
        font-size: calc(18 * 1rem / 100);
    }

    .scene4 .imgItem:hover .imgItemTitle {
        font-size: calc(23 * 1rem / 100);
        margin-top: 2.3em;
    }

    .scene4 .imgItem:hover img {
        transition: transform 1s;
        animation: scaleForever 2s infinite;
    }



    @keyframes scaleForever {

        0%,
        100% {
            transform: scale(1);
            /* 1倍大小 */
        }

        50% {
            transform: scale(1.5);
            /* 1.2倍大小 */
        }
    }

    .scene4 .textContent .active {
        display: block;
    }
}

@media (max-width: 0px) {
    .newTopBanner {
        height: 34.72vw;
        position: absolute;
        z-index: 4;
        top: 100px;
        padding-left: 10px;
    }

    .newTopBanner .new-pageTop {
        padding-top: 11vw;
    }

    .newTopBanner .new-pageTop::after {
        width: 0;
        height: 0;
    }

    .newTopBanner .new-pageTop .pageTop-title {
        font-size: 20px;
    }

    .newTopBanner .new-pageTop .pageTop-desc {
        font-size: 13px;
    }

    .awpom {
        width: calc(100% - 10em);
    }

    .teaser22 {
        min-height: 1600px;
    }

    .ns36 {
        display: flex;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
    }

    .ns18 {
        text-align: center;
        /* 文本内容居中 */
        font-size: 12px;
        color: rgba(0, 0, 0, 0.2);
    }

    .s-t3 {
        margin-top: 10px;
    }

    .s-b3 {
        margin-bottom: 10px;
    }

    .scene-item-content .SIC-bigList {
        font-weight: bold;
    }

    .SIC-Text {
        font-size: 12px;
        color: #828282;
    }

    .SIC-Text .s24 {
        font-size: 15px !important;
    }

    .SIC-Title {
        /* font-size: 18px; */
        color: #000;
        /* font-weight: bold; */
        margin-bottom: 0.2vw;
    }

    .future-menu-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .scene-item {
        margin-bottom: 3vw;
    }

    .scene-item .scene-item-img {
        width: 100%;
        padding-top: 56.9%;
        position: relative;
        background-size: 110%;
        /* 背景图覆盖整个div */
        background-position: center;
        /* 背景图居中显示 */
        background-repeat: no-repeat;
        /* 不重复背景图 */
        transition: all 0.5s;
    }

    .scene-item .scene-item-img span {
        position: absolute;
        z-index: 1;
        top: 65%;
        left: 50%;
        transform: translateX(-50%);
        color: #fff;
    }

    .scene-item-content {
        padding: 10px 2.5vw 1px 2.5vw;
    }

    .SIC-Img {
        width: 12vw;
        height: 12vw;
        margin-right: 1vw;
    }

    .SIC-list {
        margin: 2.5vw 0;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        height: 100%;
        width: 100%;
        font-size: 2.5vw;
    }

    .SIC-Title {
        font-size: 3vw;
        font-weight: bold;
        margin-bottom: 2vw;
    }

    .scenarios-list {
        width: 80%;
        margin-left: 10%;
        margin-bottom: 30px;
        box-shadow: 0px 0px 5px 0px rgba(0, 47, 56, 0.14);
        border-radius: 12px;
        padding-top: 4vw;
        padding-bottom: 4vw;
        background-color: #fff;
    }

    .scenarios-list .img1 {
        width: 15.8vw;
        height: 15.8vw;
        margin-left: 50%;
        transform: translateX(-50%);
        margin-bottom: 2vw;
    }

    .scenarios-list div {
        width: 58vw;
        margin-left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .scenarios .img2 {
        width: 100%;
        display: block;
        margin-bottom: 20px;
        border-radius: 12px;
    }

    .trapezoid {}

    .trapezoid .STATION {
        padding: 10px 0;
    }

    .trapezoid .STATION div {
        padding: 0 !important;
    }

    .trapezoid .STATION div .s30 {
        display: flex;
        justify-content: center;
        font-weight: bold;
    }

    .trapezoid .STATION div .s20 {
        display: flex;
        justify-content: center;
        color: #666;
    }

    .trapezoid2 {}

    .trapezoid2 .CENTER {
        padding: 10px 0;
    }

    .trapezoid2 .CENTER div {
        padding: 0 !important;
    }

    .trapezoid2 .CENTER div .s30 {
        display: flex;
        justify-content: center;
        font-weight: bold;
    }

    .trapezoid2 .CENTER div .s20 {
        display: flex;
        justify-content: center;
        color: #666;
    }

    .BMapBgDiv {
        position: relative;
        padding-top: 35px;
    }

    .BMap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        position: absolute;
        z-index: 2;
        left: 0;
        top: 0;
    }

    .BMap .BMap-list {
        width: 45%;
        border-radius: 10px;
        box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
        border-top: 10px solid rgba(2, 181, 210, 1);
        padding-left: 40px;
        background-color: rgba(255, 255, 255, 0.2);
    }

    .BMap-text1 {
        font-size: 15px;
    }

    .BMap-text2 {
        font-size: 28px;
        font-weight: bold;
        color: #02B5D2;
    }

    .BMap-text3 {
        color: #828282;
        font-family: "PingFang SC";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
    }

    .BMap .BMap-text2 span {
        font-size: 16px;
        font-weight: 400;
        color: #000;
    }

    .scene4-1 {
        width: 100%;
        color: #000;
    }

    .scene4-1 .flex {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .scene4-1 .flexSB {
        justify-content: space-between;
    }

    .scene4-1-item {
        margin-bottom: 30px;
    }

    .scene4-1-item img {
        width: 100%;
        height: auto;
        display: block;
    }

    .scene4-1-title {
        margin: 5px 0;
    }
}

/* 移动端1280px */
/* #asd1234 {
    --base-font-size: clamp(12px, 0.833vw + 0.1rem, 24px);
    font-size: var(--base-font-size) !important;
} */
.yd-bannerDiv9 {
    position: relative;
}

.yd-bannerDiv9-cn {
    text-align: center;
    transform: scale(1.3);
    font-weight: bold;
}

.yd-bannerDiv9 .img {
    width: 100%;
}

.yd-bannerDiv9 .yd-bannerTitle {
    width: 100%;
    padding: 5vw;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
}

.yd-bannerDiv9 .yd-bannerTitle .title {
    font-size: 0.55rem;
    margin-bottom: 0.35em;
}

.yd-platform {
    box-shadow: 0 4px 16.3px 0 #00000017;
}

.yd-platform .header {
    padding: 10vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5em;
}

.yd-platform .header .title {
    transform: scale(1.2);
    font-weight: 500;
    font-family: "PingFang SC";
}

.yd-platform .header .list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2em;
    color: #666;
}

.yd-platform .content {}

.yd-platform .content .item {
    padding: 1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.yd-platform .content .item.active {
    color: #fff;
    background: #01b5d14d;
}

.yd-platform .content .item.active img {
    opacity: 1;
}

.yd-platform .content .item img {
    width: 1.5em;
    opacity: 0.5;
}

.yd-network {
    position: relative;
    margin-top: 25vw;
    padding-top: 20vw;
}

.yd-network img {
    transform: scale(1.1);
}

.yd-network .data {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 15em;
    text-align: center;
    top: -13vw;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-sizing: content-box;
}

.yd-network .data .num {
    color: #02b5d2;
    font-size: 8em;
    font-weight: bold;
}

.yd-network .data .text2 {
    color: #828282;
    font-size: 0.20rem;
}