.Top_Header{
    display: none;
}
.nav-left{
    display: none;
}
.header{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}
.main-container {
    margin-top: 80px;
}
.header .wrap{
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo more";
}
.nav-right{
    grid-column: 2 / 4;
    display: none !important;
}
.footer{
    margin-top: 80px;
}
.cs-footer-btn{
    display: none;
}
.footer .cs-footer-box img{
    display: none;
}
.footer-bottom-box{
    display: none;
}
.footer-bottom-left{
    display: none !important;
}
.footer-bottom-right{
    grid-column: 1 / 3;
}
.youlian{
    margin-top: 20px;
}
.right-box{
    display: none;
}
.more-box{
    display: block;
    text-align: right;
    grid-area: more;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 5px;
}
.more-box i{
    font-size: 12px;
}
.more-box>a{
    font-size: 12px;
    padding: 6px 10px;
    background: rgb(112, 164, 251,0.1);
    color: #3355db;
    border-radius: 5px;
    cursor: pointer;
}
.more-box>i{
    font-size: 18px;
    padding: 0 6px;
    color: #3355db;
    background: rgb(112, 164, 251,0.1);
    border-radius: 5px;
    cursor: pointer;
}

.more-box-input:checked ~ .more-box-content {
    padding: 20px 0; /* 展开时添加内边距 */
    opacity: 1;
    transform: translateY(0); /* 回到原位置 */
    height: 600px; /* 设置足够大的高度 */
}



.banner-right{
    display: none;
}
.container{
    height: 300px;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.container .banner_wrap{
    padding-top: 0;
}
.banner-left h1{
    font-size:38px;
    margin: 10px 0;
}
.banner-left .banner-left-d1{
    padding: 0 10px;
    margin-bottom: 10px;
    font-size: 12px;
}
.banner-left-d2{
    display: none;
}
.banner-right-bg{
    display: none;
}
.banner-left{
    padding-left: unset;
    padding: 0 15px;
}
.banner-left>p{
    margin-bottom: 0;
    font-size: 14px;
    font-weight:100;
}

.home-row2{
    margin-top: 0;
}
.home-row2-box{
    display: flex;
    flex-direction: column;
    gap: 10px;
    top:-20px;
}
.home-row2-box-left{
    width: 100%;
    align-items: center;
    gap: 10px;
}
.home-row2-box-right{
    display: none;
}
.home-row2-box-left p{
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    /* white-space: nowrap; */
    font-size: 12px;
    text-align: center;
}

.home-row3-box>h2{
    font-size: 36px;
    margin-top:10px;
}
.home-row3-box .title-des {
    font-size: 14px;
}
.row3-left{
    display: none;
}
.home-row3-box-nav{
    margin-top: 40px;
}
.node-map{
    display: none;
}
.node-tabs{
    display: grid;
    padding: 0 10px;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.youshi-box{
    gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 0;
    padding-top: 30px;
    border-top: 1px solid #eee;
}
.youshi-box>div{
    text-align: center;
}
.we-can-do{
    padding: 0 10px;
}
.we-can-do h3{
    font-size: 30px;
}
.article-box{
    display: grid;
    grid-template-columns: 1fr;
}
.home-map>h2{
    font-size: 36px;
}


/* 合作 */
.hezuo-header{
    min-width: unset !important;
}
.hezuo-header-box{
    min-width: unset !important;
    width: 100%;
    display: flex !important;
    align-items: center;
}
.share_con_card{
    min-width: unset !important;
    grid-template-columns: 1fr !important;
    padding: 0 20px;
}
.hezuo-title1 h2{
    font-size: 30px !important;
}
.header-left-btn{
    margin-top: 50px !important;
}
.hezuo-title2{
    min-width: unset !important;
}
.hezuo-content1{
    grid-template-columns: 1fr !important;
}
.tuiguang-xz{
    min-width: unset !important;
}
.tuiguang-xz>div{
    min-width: unset !important;
    padding: 0 20px;
}
.header-right{
    display: none;
}
.header-left h1{
    margin-top: 0px !important;
}

/* 博客 */
.boke-box{
    min-width: unset !important;
    grid-template-columns:1fr !important;
}
.boke-left-content ul li{
    grid-template-columns: 1fr;
    gap: 10px;
}
.boke-left-content-p{
    display: none;
}
.boke-left-content ul li img{
    width: 100%;
    height: auto;
    padding: 5px;
    border: 1px solid #eee;
    border-radius: 5px;
}


/* 文档中心 */
.desc-header,.boke-container,.boke-header,.help-content{
    min-width: unset;
}
.help-content{
    padding: 0;
}
.boke-container,.boke-header{
    width: 100%;
}
.boke-header{
    padding: 20px 10px;
    grid-template-columns: 1fr;
    gap: 20px;
    position: relative;
}
.desc-header>div{
    width: 80%;
}
.boke-header-item{
    gap: 10px;
    border-right: none;
}
.boke-header-item img{
    width: 30px;
    height: 30px;
    padding: 0 5px;
}
.boke-header-item-content{
    font-size: 12px;
}
.help-content{
    margin-top: 20px;
}
.help-content-title{
    margin-bottom: 10px;
}
.boke-header-item>div{
    width: 200px;
}
.help-hot{
    grid-template-columns: 1fr 1fr;
}
.help-other .help-other-item>div{
    grid-template-columns: 1fr 1fr;
}


/* 家庭静态IP */
.jingtai1-header,.jingtai1-header-wrap,.jingtai1-header-bottom,.jingtai1-why-choose,.jingtai1-application-scene,.jingtai1-document-tool{
    min-width: unset;
}
.jingtai1-header{
    height: auto;
}
.jingtai1-header-wrap{
    padding-bottom: 40px;
}
.jingtai1-header-wrap{
    grid-template-columns: 1fr;
}
.jingtai1-header-bottom{
    grid-template-columns: 1fr;
    height: auto;
    gap: 10px;
    padding: 10px 0;
    display: none;
}
.jingtai1-header-wrap h1{
    margin-top: 40px;
}
.jingtai1-header-wrap .feature-tags{
    gap: 10px;
}
.jingtai-dingzhi-btn-box{
    margin-top: 20px;
    justify-content: center;
}
.jingtai1-header-wrap .jingtai-shuoming{
    display: none;
}
.choose_content{
    grid-template-columns: 1fr;
    gap: 0;
}
.choose_content_item{
    padding: 20px;
}
.jingtai1-application-scene-box{
    grid-template-columns: 1fr;
    padding: 0 20px;
}
.jingtai1-document-tool .jingtai1-document-tool-box{
    grid-template-columns: 1fr;
    padding: 20px;
    margin-bottom:20px;
    margin-top: 0;
    gap: 10px;
    padding-bottom: 40px;
}
.jingtai1-application-scene-box-item-img img{
    width: 100%;
    height: auto;
}
.jingtai1-why-choose-box .choose_tab{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.scence-desc{
    padding: 0 20px;
}
.jingtai1-header-wrap p{
    font-size: 14px;
    line-height: 24px;
}

/* 文档中心 */

/* 移动端文档中心样式优化 */
.help-new-container{
    min-width: unset;
    width: 100%;
}

.help-new-header{
    overflow-x: auto; /* 改为 auto，只在需要时显示滚动条 */
    overflow-y: hidden; /* 隐藏垂直滚动条 */
    -webkit-overflow-scrolling: touch; /* iOS 平滑滚动 */
    scrollbar-width: none; /* Firefox 隐藏滚动条 */
    -ms-overflow-style: none; /* IE/Edge 隐藏滚动条 */
    white-space: nowrap; /* 防止换行 */
    padding: 0 15px; /* 添加左右内边距 */
}

/* 隐藏滚动条但保持滚动功能 */
.help-new-header::-webkit-scrollbar {
    display: none;
}

.help-new-header ul{
    display: flex;
    align-items: center;
    gap: 20px; /* 减少间距以适应移动端 */
    min-width: max-content; /* 确保内容不会被压缩 */
    padding: 0;
    margin: 0;
    list-style: none;
}

.help-new-header ul li{
    flex-shrink: 0; /* 防止 li 被压缩 */
    white-space: nowrap; /* 防止文字换行 */
}

.help-new-header ul li a{
    display: block;
    padding: 8px 16px; /* 增加点击区域 */
    text-decoration: none;
    color: #f2f2f2;
    font-size: 14px; /* 移动端字体稍小 */
    font-weight: 500;
    border-radius: 20px; /* 添加圆角 */
    transition: all 0.3s ease;
}


.help-new-header .header-right{
    display: none;
}

.help-new-content{
    min-width: unset;
    flex-wrap: wrap;
    margin: 0;
}

.help-new-content-left{
    width: 100%;
}
.help-new-content-title-box{
    min-height: unset;
}

.center-content{
    grid-template-columns: 1fr;
}

.center-content-right{
    padding: 20px;
}

/* 协议 */
.agreeMent-box > .box-container{
    width: auto;
}
.agreeMent-container{
    min-width: auto;
}
.agreeMent-box .content{
    padding: 20px;
}
.agreeMent-box{
    /* padding: 0; */
}

.family-box-container{
    grid-template-columns: 1fr;
}

