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

    
    .index-header-item {
        padding-top: 60px;
        width: 100%;
        height: auto;

    }

    .index-header-text {
        width: 100%;
        margin: 0 auto;
        padding: 70px 20px;
        z-index: 2;
        /* position: relative; */
    }

    .indexBanner {
        display: none;
    }

    .indexAppBanner {
        width: 200px;
        height: 150px;
        position: absolute;
        bottom: 8px;
        right: 0;
    }

    .index-header-text h2 {

        font-size: 28px;
        height: 40px;
        position: relative;
        z-index: 2;

    }

    .index-header-text p {
        font-size: 14px;
        line-height: 25px;
        position: relative;
        z-index: 2;
    }

    .index-header-text span {
        margin-left: 0px;
        position: relative;
        z-index: 2;
    }

    .index-header-btn {
        width: 120px;
        height: 38px;
        line-height: 38px;
        border-radius: 20px;
        margin-top: 10px;
        margin-bottom: 5px;
        font-size: 14px;
    }


    /* 导航介绍 */
    .index-nav {
        height: auto;
        padding-top: 30px;
    }

    .index-nav-item {
        height: auto;
        width: 100%;

    }

    .index-nav-area {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        justify-content: space-between;
    }

    .indexNav-Img video {
        border: none;
        width: 100%;
        height: auto;

    }

    .indexNav-title {
        font-size: 14px;
    }

    .indexNav-desc {
        font-size: 12px;
        padding: 0 20px;
        width: auto;
    }

    /* 启动全球服务器盒子 */
    .index-Global {
        padding-top: 50px;
        background-color: #fafafa;
        padding-bottom: 60px;
    }

    .index-Global-area {
        width: 100%;
        padding: 0 18px;
        margin: 0 auto;

    }

    .index-Global-title {
        font-size: 26px;
        font-weight: 700;
        color: #191919;
        line-height: 60px;
    }

    .index-Global-desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
        padding: 0 5%;
    }

    .index-Global-product {
        margin: 34px auto 0px;
        padding-bottom: 20px;
        display: block;


    }

    .index-Global-nav {
        margin-bottom: 0 !important;
        background-color: #dee8f3;
        border-radius: 8px;
        height: 52px;
        padding: 4px;
        display: flex;
        align-items: center;
    }

    .index-Global-btn {

        font-size: 13px;
        background: inherit;
        padding: 0 2px;
        height: auto;
    }

    .index-Global-active {
        background-color: #fff;
        color: #191919;
        font-weight: 600;
        box-shadow: 0 0 0 3px rgba(24, 144, 255, .12);
    }


    .global-zhishi-box {
        /* margin-left: 0px; */
        margin: 0 auto;
        padding-top: 20px;
        display: flex;
        /* grid-template-columns: repeat(3, auto); */
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 500;
        color: #414141;
        white-space: nowrap;
        /* margin-left: 10px; */
    }

    .global-num {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background: #0158fd;
        font-size: 16px;
        color: #fff;
        text-align: center;
        line-height: 30px;
        font-weight: 500;
        margin-right: 10px;
    }

    .global-icon-down {

        margin-top: 30px;
        margin-left: 15px;
        width: 48px;
        height: 35px;

    }

    .index-Global-fuqi {
        display: flex;
        flex-wrap: wrap;
        cursor: pointer;
    }

    .global-icon-nav {
        width: 50%;
        height: 50px;
        padding: 12px 15px;
        border-bottom: .5px solid #cce4fe;
        border-right: .5px solid #cce4fe;
        background-color: #eef6ff;
        display: flex;
        align-items: center;
        /* transition: all 0.3s ease; */
    }

    .global-icon-nav:hover {
        background-color: #cce4fe !important;
        color: #191919;
        border: .5px solid #eef6ff;
    }

    .global-icon-avtive {

        background: url('/web/imitate/assets/indexImg/iconTrue.png') calc(95%) 50% no-repeat #cce4fe !important;
        z-index: 2;
        position: relative;
    }

    .global-icon {
        width: 35px;
        height: 30px;
        margin: 0 12px 0 0;
    }

    .global-text {
        font-size: 13px;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .index-Global-productModu {
        margin-top: 50px;
    }

    .index-product-title {
        justify-content: center;
        font-size: 14px;
    }

    .global-product-list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        overflow: scroll;
        /* scroll-behavior: smooth; */
        scroll-snap-type: x mandatory; 
        scrollbar-width: thin; /* Firefox */
        scrollbar-color: #888 #f1f1f1;
    }
 

    .global-product-box {
        flex: 0 0 auto;
        width: 100% !important;
        max-width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        scroll-snap-align: start;

    }

    .global-product-titleBox {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        border-bottom: .5px solid #e7e7e7;
        text-align: center;
    }

    .global-product-titleBox b {
        font-size: 20px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .product-titleBox-icon {
        width: 35px;
        height: 30px;
        margin-left: 15px;
    }

    .global-product-price {
        font-size: 40px;
        font-weight: 600;
        line-height: 42px;
        margin: 10px 0 20px;
        text-align: center;
    }

    .global-product-price span {
        font-size: 24px;
        font-weight: 400;
        line-height: 27px;
        margin: 0 10px;
    }

    .global-product-desc-item {
        display: flex;
        margin-top: 22px;
    }

    .global-productIcon {
        widows: 24px;
        height: 25px;
        margin-right: 10px;
    }

    .global-product-desc {
        font-size: 18px;
        font-weight: 400;
        line-height: 27px;
        color: #a4a4a4;
    }

    .global-product-desc span {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-left: 10px;
        color: #000;
    }

    .global-product-icon-box {
        display: flex;
        align-items: center;
        margin-top: 20px;

    }

    .global-product-icon-box img {
        width: 30px;
        margin-right: 5px;
    }

    .global-product-btn {
        margin-top: 20px;
        width: 100%;
        height: 52px;
        line-height: 52px;
        border-radius: 26px;
        background: #0158fd;
        text-align: center;
        color: #fff;
    }

    .global-product-box:hover {
        transform: scale(1.05) !important;
    }

    /* 全球节点 */
    .index-node {
        padding: 30px 0 50px;
    }

    .index-node-area {
        width: 100%;
        padding: 0 20px;
        margin: 0 auto;
    }

    .index-node-title { 
        font-size: 26px;
        font-weight: 700;
        color: #191919;
        line-height: 60px;
    }

    .index-node-desc {
        text-align: center;
        font-size: 16px;        
        line-height: 20px;
        margin-top: 8px;
        padding: 0 5%;
    }

    .index-node-item {
        display: flex;
    }

    .index-node-lsitBox {
        flex: 1 1;
        height: auto;
        padding: 4% 2%;
        width: 100%;

        background-color: #fff;
       
    }

    .node-map {
        width: 910px;
        position: relative;
        height: 510px;
        margin: 18px 18px 0 82px;
        background: url('/web/imitate/assets/indexImg/nodeMap.png') no-repeat 50%;
        background-size: 100% 100%;
        display: block;
    }

    .node-map ul {

        list-style: none;

    }

    .node-map-li {
        width: 20px;
        height: 20px;
        position: absolute;
        background: url('/web/imitate/assets/indexImg/nodeMapSpot.png') no-repeat;
        background-size: cover;
        border-radius: 50%;
    }

    .node-map-li div {
        width: 5px;
        height: 5px;
        position: absolute;
        top: 6px;
        right: 8px;
        border-radius: 50%;
        background: rgba(8, 123, 255, .6);

        opacity: 0;
        /* animation-fill-mode: both; */
    }


    .node-map-li:before {
        content: "";
        position: absolute;
        /* z-index: 999; */
        top: 7px;
        right: 7px;
        width: 6px;
        height: 6px;
        background-color: #0f7aff;
        border-radius: 50%;
    }

    /* 动画定义 */
    @keyframes nodeMap {
        0% {
            transform: scale(1);
            opacity: 1;
        }

        100% {
            transform: scale(12);
            opacity: 0;
        }
    }

    .index-node-map {
        display: none;
    }

    .index-node-map a {
        display: flex;
        margin: 0 auto;
        width: 180px;
        font-size: 18px;
        height: 54px;
        border-radius: 15px;
        background: #0158fd;
        color: #fff;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .index-node-map a:hover {
        background-color: #1890ff;
    }

    .node-btn-icon {
        display: inline-block;
        /* width:40px; */
        padding: 0 15px 0 5px;
        overflow: hidden;
        margin-left: 8px;
    }

    .node-btn-icon img {
        width: 25px;
        height: 18px;
    }

    @keyframes rightArrow {
        0% {
            transform: translateX(-25px);
        }

        100% {
            transform: translateX(40px);
        }
    }

    .index-node-map a:hover .node-btn-icon img {
        animation: rightArrow 2s infinite;
    }

    .node-summarize {
        margin-top: 40px;
        display: flex;
        justify-content: space-around;

    }

    .node-sunmmarize-box {
        display: flex;
        align-items: center;
    }

    .node-summarize-image {
        padding-top: 5px;
    }

    .node-summarize-image img {
        widows: 45px;
        height: 45px;
    }

    .node-summarize-text {
        margin-left: 20px;

    }

    .node-summarize-text b {
        margin-bottom: -5px;
        font-size: 35px;
        font-weight: 700;
        color: #42415f;
    }

    .node-summarize-text p {
        font-size: 18px;
        font-weight: 400;
        color: #191919;
    }

    /* 滚动容器 */
    .node-scroll-container {
        overflow-y: hidden;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: auto;
        gap: 20px;
        position: relative;
        margin-top: 15px;
    }
    .node-scroll-container::after{
        content: "";
        width: 2px;
        height: 99%;
        background: #999;
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        z-index: 10;
    }
    

    

    .node-list-item {
        width: 46%;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        height: 36px;
        cursor: pointer;
    }

    .node-list-item img {
        width: 30px;
        height: 23px;
        box-shadow: 2px 2px 10px rgba(0, 0, 0, .3);
        margin-right: 10px
    }

    .node-list-item p {
        font-weight: 600;
        font-size: 14px;
        line-height: 36px;
        transition: all 0.3s ease;
        box-sizing: border-box;
    }

    .node-list-item:hover p {
        border-bottom: 2px solid #0f7aff;
    }

    .app-node-btn{
        display: block;
        margin: 20px auto 0;
        width: 140px;
        border-radius: 10px;
        height: 50px;
        font-size: 16px;
        line-height: 50px;
        text-align: center;
        background: #0158fd;
        color: #fff;
    }

    /* 选择世外云 */
    .select-box {
        padding-top: 30px;
        background-color: #fafafa;
    }

    .select-box-area {
        widows: 100%;
        padding: 0 20px;
        margin: 0 auto;

    }

    .select-title {
        font-size: 26px;
        font-weight: 700;
        color: #191919;
        line-height: 60px;
    }

    .selecr-desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
        padding: 0 5%;
    }

    .selecr-item {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        flex-flow: column wrap;
        margin: 0 auto;
    }

    .selecr-itemBox {
        display: block;
        flex: 0 1 50%;
        max-width: 100%;

    }

    .selecr-box {

        margin-bottom: 15px;
        padding: 14px 16px 18px 27px;
        width: 100%;
        height: auto;
        min-height: 154px;
        transition: all .5s;
        background-color: #fff;
        border: .5px solid #e5e5e5;
        border-radius: 20px;
        box-shadow: 0 8px 15px 0 rgba(0, 114, 255, .1);
    }

    .selecr-box:hover {
        transform: scale(1.05) !important;
    }


    .selecr-box img {
        transition: all .5s;
    }
    
    .selecr-box:hover img {
        margin-top: -65px;
        transition: all .5s;
    }
    
    .selecr-boxTop {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 60px;
    }
    
    .selecr-box-title {
        font-size: 18px;
        line-height: 25px;
        color: #000;
        font-weight: 600;
    
    }
    
    .selecr-boxBot {
        font-size: 14px;
        color: #333;
        line-height: 1.5715;
    }
    
    .selecr-boxWid {
        overflow: hidden;
        width: 100%;
    }
    
    .selecr-boxA {
        color: #0158fd;
        cursor: pointer;
    }
    
    

    /* 互联世界，全球信赖 */
    .dependent-module {
        padding: 30px 20px 30px;
        background: linear-gradient(180deg, #fff, #deeeff);
        position: relative;
    }

    .dependent-module-area {
        width: 100%;
        margin: 0 auto;
    }

    .dependent-title {
        font-size: 26px;
        font-weight: 700;
        color: #191919;
        line-height: 60px;
    }

    .dependent-desc {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
        padding: 0 5%;
    }

    .dependent-item {
        margin-top: 50px;
        position: relative;
        width: 100%;
        overflow: hidden;

        height: 230px;
    }

    .dependent-item-margin {
        height: 160px;
        width: 50px;
        z-index: 3;
        position: absolute;
        background: linear-gradient(90deg, #e8f3ff 25%, rgba(238, 246, 255, 0));
    }

    .dependent-item-left {
        position: absolute;
        left: 0;
    }

    .dependent-item-right {
        position: absolute;
        right: 0;
        background: linear-gradient(270deg, #e8f3ff 25%, rgba(238, 246, 255, 0));
    }

    .dependent-box {
        display: flex;
        text-align: center;
        cursor: pointer;
        margin-bottom: 10px;
        animation: scroll infinite;
        animation-duration: 1s;
        transition: animation-duration 0.1s ease;
    }

    .content {
        flex: none;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 6px;
        height: 140px;
        margin: 0 5px;
        background: #fff;
        width: 246px;
        box-shadow: 0 8px 3px 0 rgba(0, 114, 255, .1);
    }



    @keyframes scroll {
        0% {
            transform: translateX(0%);
        }

        100% {
            transform: translateX(-50%);
        }
    }

    /* 暂停动画的样式 */
    .dependent-box.paused {
        animation-play-state: paused;
    }

    .content-text {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .content-text img {
        width: 45px;
        height: 32px;
    }

    .content-text span {
        font-size: 18px;
        margin: 0 10px;
        font-weight: 400;
        white-space: nowrap;
    }


    .dependent-nav {
        width: 100%;
        padding-bottom: 25px ;
        display: flex;
        flex-wrap: wrap;
        position: relative;
        /* align-items: center; */
        justify-content: space-around;
        height: auto;
        border-radius: 10px;
        background-color: #fff;
        z-index: 5;
        margin-bottom: 0px;
        box-shadow: 0 8px 15px 0 rgba(0, 114, 255, .1);
    }

    .dependent-nav-box {
        width: 130px;
        display: flex;
        flex-direction: column;
        align-items: center;

    }

    
    .dependent-nav-box p {
        /* margin-top: 10px; */
        font-size: 14px;
        font-weight: 700;
        color: #333;
        text-align: center;
    }

    /* 最新动态 */
    .new-item {
        position: relative;
        z-index: 2;
        padding: 30px 20px;
        background: #fafafa;
    }

    .new-item-area {
        width: 100%;
        margin: 0 auto;
    }

    .new-item-title {
        font-size: 26px;
        font-weight: 700;
        color: #191919;
        line-height: 60px;
    }

    .new-item-desc {
        font-size: 16px;
        line-height: 20px;
        margin-top: 8px;
        padding: 0 5%;
    }

    .new-item-list-box {
        width: 100%;
        min-height: 200px;
        
        display: flex;
        flex-wrap: wrap;
        align-content: flex-start;
        margin: 25px auto 0;
        transition: all 0.5s ease;
    }

    .new-item-header {
        width: 100%;
        display: flex;
        align-items: center;
        position: relative;
    }

    .new-item-header h4 {
        font-size: 20px;
        color: #545868;
        margin-left: 38px;
        margin-right: auto;
        line-height: 47px;
        height: 47px;

    }

    .new-item-header a {
        font-size: 16px;
        color: #a5bad4;
        margin-left: auto;
        

    }

    .new-item-list {
        margin: 30px 0 0 0px;
        font-size: 18px;
        color: #545868;
        font-weight: 700;
        width: 100%;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .newsBox {
        line-height: 40px;
        white-space: nowrap;
        color: inherit;
        font-size: 14px;
    }

    .new-item-list-box:hover {
        background: url('/web/imitate/assets/indexImg/indexServerbg.png') no-repeat 0;
        box-shadow: 0 8px 20px 0 rgba(0, 114, 255, .2);
        border-bottom: 4px solid #4c91ff;
    }

    .new-item-list-box:hover .new-item-header h4 {
        font-weight: 700;
        color: #0158fd;
    }

    .newsBox:hover {
        color: #0158fd !important;
    }


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

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

    .lazyHiddn {
        opacity: 0;
    }

    .hidden-active {
        opacity: 1;
        animation: fadeInUp 1s ease;
    }

}