@charset "utf-8";
@media screen and (max-width: 768px) {

    html, body {
        overflow-x: hidden;
        -webkit-text-size-adjust: 100%;
        width: 100% !important;
        min-width: 320px;
    }

    #zoomall {
        width: 100%;
        overflow-x: hidden;
    }

    /* 手机端顶部固定区域：热线+导航合并 */
    .webtop {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1001;
        background: #242424;
        height: 35px;
        line-height: 35px;
    }

    .webtop_con {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .webtop_con .fl {
        float: none;
        text-align: center;
        font-size: 13px;
        line-height: 32px;
        width: 100%;
        color: #fff;
    }

    .webtop_con .fr {
        display: none;
    }

    .dingbu {
        position: fixed;
        top: 35px;
        left: 0;
        width: 100%;
        z-index: 1000;
        background: #f8f8f8;
        height: 55px;
        border-bottom: 1px solid #e0e0e0;
        box-shadow: 0 1px 3px rgba(0,0,0,0.08);
    }

    .menutop {
        width: 100%;
        height: 55px;
        padding: 0 15px;
        box-sizing: border-box;
    }

    #header {
        height: 55px;
    }

    .header2 {
        height: 55px;
        position: relative;
    }

    /* 隐藏PC端LOGO和导航 */
    .logonew,
    .navnew {
        display: none !important;
    }

    /* 手机端顶部栏 - 固定定位 */
    .mobile-header {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        height: 55px;
        width: 100%;
        position: relative;
        z-index: 1000;
    }

    /* 给body添加顶部padding，避免内容被固定导航遮挡 */
    body {
        padding-top: 90px !important; /* 35px热线 + 55px导航 */
    }

    /* 焦点图区域 */
    #container {
        margin-top: 0 !important;
    }

    .mobile-header .mobile-logo {
        display: block;
    }

    .mobile-header .mobile-logo img {
        height: 36px;
        width: auto;
        display: block;
    }

    /* 汉堡菜单按钮 */
    .hamburger-btn {
        display: block;
        width: 44px;
        height: 44px;
        line-height: 44px;
        text-align: center;
        font-size: 22px;
        color: #444;
        cursor: pointer;
        background: #f0f0f0;
        border-radius: 4px;
        border: 1px solid #ccc;
        user-select: none;
        -webkit-tap-highlight-color: transparent;
    }

    .hamburger-btn.active {
        color: #ff0000;
        border-color: #ff0000;
    }

    /* 手机端导航菜单 - 从固定导航下方开始 */
    .mobile-nav {
        display: none;
        position: fixed;
        top: 90px; /* 35px热线 + 55px导航 = 90px */
        left: 0;
        width: 100%;
        height: calc(100vh - 90px);
        background: #fff;
        z-index: 998;
        overflow-y: auto;
        box-shadow: 0 5px 15px rgba(0,0,0,0.3);
    }

    .mobile-nav.active {
        display: block;
    }

    .mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .mobile-nav > ul > li {
        border-bottom: 1px solid #eee;
    }

    .mobile-nav > ul > li > a {
        display: block;
        padding: 14px 20px;
        font-size: 15px;
        color: #444;
        font-weight: bold;
        text-decoration: none;
        line-height: 1.4;
    }

    .mobile-nav > ul > li > a:hover,
    .mobile-nav > ul > li > a:active {
        color: #ff0000;
        background: #f9f9f9;
    }

    /* 二级菜单 */
    .mobile-nav .mobile-subnav {
        display: none;
        background: #f5f5f5;
        padding: 5px 0;
    }

    .mobile-nav .mobile-subnav.active {
        display: block;
    }

    .mobile-nav .mobile-subnav li {
        list-style: none;
    }

    .mobile-nav .mobile-subnav li a {
        display: block;
        padding: 10px 20px 10px 35px;
        font-size: 13px;
        color: #666;
        text-decoration: none;
        border-bottom: 1px dotted #ddd;
        line-height: 1.5;
    }

    .mobile-nav .mobile-subnav li a:hover,
    .mobile-nav .mobile-subnav li a:active {
        color: #ff0000;
        background: #eee;
    }

    .mobile-nav .mobile-subnav li:last-child a {
        border-bottom: none;
    }

    /* 有子菜单的项添加箭头 */
    .mobile-nav .has-submenu > a {
        position: relative;
    }

    .mobile-nav .has-submenu > a::after {
        content: "▼";
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        color: #999;
        transition: transform 0.3s;
    }

    .mobile-nav .has-submenu.open > a::after {
        transform: translateY(-50%) rotate(180deg);
    }

    /* 焦点图适配 */
    #container {
        height: 200px !important;
    }

    .section {
        background-size: cover !important;
        background-position: center !important;
    }

/* 产品列表适配 */
    .idc_bg {
        width: 100%;
        overflow: hidden;
    }

    .idc_main {
        width: 100%;
        padding: 0 10px 40px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .pro_atit,
    .idc_atit {
        width: 100%;
        height: auto;
        padding: 25px 0 15px;
    }

    .pro_tit,
    .idc_tit {
        width: 100%;
        font-size: 18px;
        height: auto;
        line-height: 28px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .pro_txt {
        width: 100%;
        font-size: 12px;
        height: auto;
        line-height: 20px;
        padding: 8px 5px;
        box-sizing: border-box;
    }

    .zyprolist {
        width: 100%;
	margin-bottom: -30px;
        /* margin-top: -10px;  缩短与上的间隔 */
        overflow: hidden;
    }

    .zyprolist > ul {
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .zyprolist li.zypronor {
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 30px;
        float: none;
        box-sizing: border-box;
        overflow: hidden;
    }

    .zyprolt {
        width: 100% !important;
        float: none;
        padding-bottom: 5px;
        box-sizing: border-box;
    }

    .zyprotitle {
        font-size: 18px;
        height: 55px;
        line-height: 55px;
        width: 100%;
        box-sizing: border-box;
    }

    .discount {
        display: none;
    }

    .zyprice {
        width: 90%;
        height: auto;
        padding: 15px 0;
        line-height: 1.1;
        margin: 0 auto;
    }

    #price_jd {
        font-size: 26px;
    }

    .zyprice span {
        margin-top: 5px;
        display: inline-block;
        vertical-align: middle;
    }

    .price_float {
        top: 20px;
        left: 20px;
    }

    .chagebdrt {
        width: 100%;
        float: none;
        padding-bottom: 10px;
        box-sizing: border-box;
    }

    .chagebdrt.zypropz {
        width: 100%;
        padding: 0 10px;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .chagebdrt li {
        font-size: 13px;
        color: #666;
        line-height: 28px !important;
        padding-left: 15px;
        margin-bottom: 0;
    }

    .private_zy_a {
        display: none;
    }

    .s_pro_more {
        margin-left: 0 !important;
    }

    .s_pro_more a {
        font-size: 12px;
    }

    /* 手机端隐藏"是否推荐"列 */
    table.jg_tab2 th:nth-child(3),
    table.jg_tab2 td:nth-child(3){
        display: none !important;
    }
	
	/* 手机端隐藏服务器列表的"1,4,6-7"列 */
	table.jg_tab th:nth-child(1),
	table.jg_tab th:nth-child(4),
	table.jg_tab th:nth-child(n+6):nth-child(-n+7),
	table.jg_tab td:nth-child(1),
	table.jg_tab td:nth-child(4),
	table.jg_tab td:nth-child(n+6):nth-child(-n+7) {
    display: none !important;
}

    /* 手机端服务器列表剩余列宽度调整 - 隐藏1,4,6,7列后剩余2,3,5,8列 */
    table.jg_tab {
        table-layout: fixed !important;
        width: 100% !important;
    }

    /* 第2列-核心：占33%（加宽） */
    table.jg_tab th:nth-child(2),
    table.jg_tab td:nth-child(2) {
        width: 33% !important;
        min-width: 95px !important;
        padding: 8px 4px !important;
        font-size: 12px !important;
        word-break: break-all !important;
    }

    /* 第3列-内存：占18% */
    table.jg_tab th:nth-child(3),
    table.jg_tab td:nth-child(3) {
        width: 18% !important;
        min-width: 50px !important;
        padding: 8px 4px !important;
        font-size: 12px !important;
    }

    /* 第5列-独享带宽：占34%（加宽） */
    table.jg_tab th:nth-child(5),
    table.jg_tab td:nth-child(5) {
        width: 34% !important;
        min-width: 95px !important;
        padding: 8px 4px !important;
        font-size: 12px !important;
        word-break: break-all !important;
    }

    /* 第8列-表头"价格" */
    table.jg_tab th:nth-child(8) {
        width: 15% !important;
        min-width: 50px !important;
        padding: 8px 4px !important;
        font-size: 12px !important;
        white-space: nowrap !important;
        text-align: center !important;
    }

    /* 第8列-价格单元格：占15%，隐藏"元/月"只显示数字 */
    table.jg_tab td:nth-child(8) {
        width: 15% !important;
        min-width: 50px !important;
        padding: 8px 4px !important;
        font-size: 0 !important;        /* 隐藏 td 中的直接文本（元/月） */
        white-space: nowrap !important;
        text-align: center !important;
    }

    /* 价格数字恢复显示并加粗放大 */
    table.jg_tab td:nth-child(8) span {
        display: inline-block !important;
        font-size: 15px !important;
        font-weight: bold !important;
        color: #c4181f !important;
    }

    /* 表头字体缩小 */
    table.jg_tab th {
        padding: 10px 4px !important;
        font-size: 12px !important;
    }

    /* 表格单元格内边距统一 */
    table.jg_tab td {
        padding: 8px 4px !important;
        line-height: 1.4 !important;
    }

    /* 手机端购买咨询和更多配置按钮居中 */
    .zypropz li.clearfix {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .zypropz li.clearfix a.qzx,
    .zypropz li.clearfix a.rentInfo {
        float: none !important;
        display: inline-block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .zypropz li.btmc {
        border-bottom: 1px dashed #ccc;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .zypropz li.clearfix {
        padding-left: 0;
        text-align: center;
    }

    .zypropz li a.qzx,
    .zypropz li a.rentInfo {
        margin-left: 10px;
        margin-right: 10px;
    }

    /* 企业级服务器区域适配 */
    .idc_onebg {
        width: 100%;
    }

    .idc_onecont {
        width: 100%;
        padding: 30px 10px;
        box-sizing: border-box;
    }

    .idc_one_tit {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    .idc_one_img {
        margin-bottom: 15px;
    }

    .idc_one_img img {
        max-width: 100%;
        height: auto;
    }

    /* 20项测试区域 - 只显示4个图标 */
    .idc_twobg {
        width: 100%;
    }

    .idc_twocont {
        width: 100%;
        padding: 30px 10px;
        box-sizing: border-box;
    }

    .idc_two_tit {
        width: 100%;
        font-size: 20px;
        line-height: 32px;
        margin: 20px 0 30px;
    }

    .idc_two_img {
        margin-bottom: 20px;
    }

    .idc_two_img img {
        max-width: 100%;
        height: auto;
    }

    .idc_two_icon {
        width: 100%;
        padding: 20px 0 30px;
        overflow: hidden;
    }

    .idc_two_icon ul {
        width: 100%;
        overflow: hidden;
    }

    .idc_two_icon ul li {
        width: 22%;
        margin-right: 4%;
        margin-bottom: 15px;
        float: left;
    }

    .idc_two_icon ul li:nth-child(5),
    .idc_two_icon ul li:nth-child(6),
    .idc_two_icon ul li:nth-child(7),
    .idc_two_icon ul li:nth-child(8) {
        display: none;
    }

    .idc_two_icon ul li:nth-child(4) {
        margin-right: 0;
    }

    .idc_two_icon li img {
        width: 30px;
        height: auto;
        padding: 5px;
    }

    .idc_two_icon li span {
        font-size: 11px;
        line-height: 18px;
        margin-top: 5px;
    }

    /* 网络速度对比 */
    .idc_ninebg {
        height: auto;
        padding: 20px 0;
        margin-top: 0;
    }

    .idc_ninecont {
        width: 100%;
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .idc_nine_left,
    .idc_nine_right {
        width: 100%;
        float: none;
    }

    .idc_nine_img {
        display: none;
    }

    .idc_nine_tit {
        font-size: 22px;
        line-height: 36px;
        padding-top: 15px;
    }

    .idc_nine_txt {
        font-size: 12px;
    }

    .idc_nine_left img,
    .idc_nine_right img {
        max-width: 100%;
        height: auto;
    }

    /* T3+机房区域适配 */
    .idc_tenbg {
        height: auto;
        padding: 30px 0;
    }

    .idc_tencont {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .idc_ten_tit {
        font-size: 22px;
        line-height: 36px;
        margin-top: 20px;
    }

    .idc_ten_txt {
        font-size: 12px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    /* 稳定运行时间区域 */
    .idc_elevenbg {
        height: auto;
        padding: 40px 0;
    }

    .idc_elevencont {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .idc_eleven_tit {
        font-size: 20px;
        line-height: 32px;
    }

    .idc_eleven_txt {
        font-size: 13px;
        line-height: 22px;
        margin-bottom: 20px;
    }

    /* 机房性能对比表格 */
    .idc_twelvebg {
        height: auto;
        padding: 30px 0;
    }

    .idc_twelvecont {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .idc_twelve_tit {
        font-size: 22px;
        line-height: 36px;
    }

    .idc_twelve_table {
        width: 100%;
        overflow-x: auto;
        margin-top: 20px;
    }

    .idc_twelve_table table {
        width: 100%;
        min-width: 500px;
    }

    .idc_twelve_table table td {
        height: auto;
        padding: 8px 5px;
        font-size: 12px;
    }

    /* 服务保障区域 */
    .idc_thirteenbg {
        height: auto;
        padding: 30px 0;
        background-size: cover;
    }

    .idc_thirteencont {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }

    .idc_thirteen_tit {
        font-size: 22px;
        line-height: 36px;
    }

    .idc_thirteen_txt {
        width: 100%;
        margin-top: 20px;
    }

    .idc_thirteen_txt ul li {
        height: auto;
        margin-bottom: 15px;
        overflow: hidden;
    }

    .idc_thirteen_txt img {
        width: 40px;
        height: auto;
    }

    .idc_thirteen_txt i {
        width: calc(100% - 55px);
        font-size: 12px;
        line-height: 20px;
    }

    /* 资讯文章 - 三个模块隔开 */
    .com_pro_bg {
        height: auto;
        padding: 30px 0;
    }

    .com_main {
        width: 100%;
        height: auto;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }

    .com_s {
        width: 100%;
        margin-right: 0;
	padding-bottom: 15px;
        margin-bottom: 25px;
        height: auto;
        float: none;
        box-sizing: border-box;
    }

    .com_s:last-child {
        margin-bottom: 0;
    }

    .com_tit_b {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 16px;
    }

    .com_tit_b img {
        width: 36px;
        height: auto;
        vertical-align: middle;
    }

    .com_q {
        width: 100%;
        height: auto;
        padding: 12px 15px 5px;
        box-sizing: border-box;
    }

    .com_q ul {
        overflow: hidden;
    }

    .com_q li {
        width: calc(100% - 80px);
        height: 24px;
        line-height: 24px;
        font-size: 13px;
    }

    .com_q span {
        width: 70px;
        font-size: 11px;
    }

    .com_btn {
        margin: 15px auto 15px;
    }

        /* 产品滑动菜单适配 */
    .idc_menu {
        width: 100% !important;
        height: auto !important;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .idc_menu ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .idc_menu ul li {
        width: 31% !important;
        height: 40px !important;
        line-height: 40px !important;
        margin-right: 0 !important;
        font-size: 13px !important;
        float: none !important;
        flex: 1;
    }

    .idc_menu ul li + li {
        margin-left: 8px;
    }

    .idc_menu ul li a {
        font-size: 13px !important;
        line-height: 40px !important;
        height: 40px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 5px;
        box-sizing: border-box;
    }
    .idc_menu2,
    .idc_menu3 {
        width: 100% !important;
        height: auto !important;
        padding: 0 10px;
        box-sizing: border-box;
        margin-bottom: 20px;
    }

    .idc_menu2 ul,
    .idc_menu3 ul {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .idc_menu2 ul li,
    .idc_menu3 ul li {
        width: 31% !important;
        height: 40px !important;
        line-height: 40px !important;
        margin-right: 0 !important;
        margin-bottom: 8px;
        font-size: 12px !important;
        float: none !important;
        flex: 1;
    }

    .idc_menu2 ul li + li,
    .idc_menu3 ul li + li {
        margin-left: 8px;
    }

    .idc_menu2 ul li a,
    .idc_menu3 ul li a {
        font-size: 12px !important;
        line-height: 40px !important;
        height: 40px !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 0 3px;
        box-sizing: border-box;
    }

/* 快速导航 - 手机端隐藏 */
    .find_bg {
        display: none !important;
    }

    /* 底部区域适配 */
    .foot_bg {
        width: 100%;
    }

    .foot_main {
        width: 100%;
        padding: 25px 10px 0;
        height: auto;
        box-sizing: border-box;
    }

    .foor_l {
        width: 100%;
        float: none;
        padding-bottom: 15px;
    }

    .foor_l span {
        font-size: 12px;
        line-height: 20px;
        padding-bottom: 8px;
    }

    .foor_mm {
        width: 100%;
        float: none;
        padding: 15px 0;
        text-align: center;
    }

    .foor_mm img {
        width: 100px;
        height: auto;
    }

    .foor_r {
        width: 100%;
        float: none;
        margin-left: 0;
        padding-bottom: 15px;
    }

    .foor_r ul {
        overflow: hidden;
    }

    .foor_r li {
        width: 33.33%;
        padding-left: 0;
        text-align: center;
    }

    .foor_r li span {
        font-size: 13px;
    }

    .foor_r li a {
        font-size: 11px;
        padding: 3px 0 0;
    }

    /* 友情链接 - 手机端隐藏 */
    .lin {
        display: none !important;
    }

    /* 版权信息 */
    .cop {
        height: auto;
    }

    .cop_main {
        width: 100%;
        padding: 10px;
        font-size: 11px;
        line-height: 20px;
        text-align: center;
        box-sizing: border-box;
    }


    /* 付款方式板块 - 手机端适配 */
    /* ---- 外层容器 ---- */
    .fukuanbg,
    .fukuan2,
    .fukuan3 {
        width: 100% !important;
        height: auto !important;
        overflow: hidden;
    }

    .fukuanmain {
        width: 100% !important;
        padding: 0 15px 15px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    /* ---- 内容区域 - 去掉固定高度，减少padding ---- */
    .fukuan_atit,
    .fukuan_atit2,
    .fukuan_atit3 {
        width: 100% !important;
        height: auto !important;
        padding: 20px 0 5px 0 !important;
        box-sizing: border-box !important;
    }

    /* ---- 标题 ---- */
    .fukuan_tit,
    .fukuan_tit2,
    .idc_tit {
        width: 100% !important;
        height: auto !important;
        font-size: 17px !important;
        line-height: 26px !important;
        padding: 0 5px !important;
        box-sizing: border-box !important;
        word-break: break-all;
    }

    .fukuan_tit2 {
        padding-top: 10px !important;
    }

    /* ---- 文本内容 ---- */
    .fukuan_txt1,
    .fukuan_txt2,
    .fukuan_txt3 {
        width: 100% !important;
        height: auto !important;
        font-size: 12px !important;
        line-height: 20px !important;
        color: #666;
        padding: 6px 5px 0 5px !important;
        box-sizing: border-box !important;
    }

    /* ---- 在线支付区域 - 大幅缩短底部间隔 ---- */
    .pay_online {
        width: 100% !important;
        margin-top: 5px !important;
        margin-bottom: 0 !important;
    }

    .pay_online li {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .pay_online li img {
        max-width: 100% !important;
        height: auto !important;
    }

    /* ---- 按钮 - 缩短上方间距和整体尺寸 ---- */
    .pay_online li a.pay_index2,
    .pay_online li a.pay_index1,
    .pay_online li a.pay_index3 {
        width: 160px !important;
        height: 36px !important;
        line-height: 36px !important;
        font-size: 14px !important;
        margin-top: 10px !important;
        margin-bottom: 0 !important;
        background-size: cover !important;
    }

    /* ---- 支付说明 ---- */
    .pay_des {
        width: 100% !important;
        padding: 8px 10px !important;
        font-size: 12px !important;
        line-height: 20px !important;
        box-sizing: border-box !important;
        margin-bottom: 0 !important;
    }

    /* ---- 转账表格 ---- */
    .pay_accounts,
    .pay_accounts_c {
        width: 100% !important;
        margin-top: 8px !important;
        margin-bottom: 5px !important;
        overflow-x: auto !important;
    }

    .pay_accounts table,
    .pay_accounts_c table {
        width: 100% !important;
        min-width: 320px !important;
        font-size: 12px !important;
    }

    .pay_accounts th,
    .pay_accounts_c th {
        height: auto !important;
        line-height: 1.5 !important;
        padding: 8px 5px !important;
        font-size: 14px !important;
    }

    .pay_accounts td,
    .pay_accounts_c td {
        height: auto !important;
        line-height: 1.5 !important;
        padding: 8px 5px !important;
        font-size: 12px !important;
    }

    .pay_accounts td img,
    .pay_accounts_c td img {
        max-width: 80px !important;
        height: auto !important;
    }

    .pay_accounts_c .company_bank {
        line-height: 1.6 !important;
        font-size: 12px !important;
    }

    /* ---- 支付切换区域 ---- */
    .pay_change {
        width: 100% !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .pay_change .pay_username {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    .pay_change .pay_username img {
        max-width: 100% !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }

    .pay_change .pay_username span {
        font-size: 14px !important;
        line-height: 26px !important;
    }

    .pay_change .pay_change_way {
        width: 100% !important;
        margin-top: 10px !important;
    }

    .pay_change .pay_change_left,
    .pay_change .pay_change_right {
        width: 100% !important;
        float: none !important;
        padding: 0 !important;
        text-align: center !important;
        margin-bottom: 10px !important;
    }

    .pay_change .pay_change_right p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    /* ---- 标题栏 ---- */
    .pay_title {
        width: 100% !important;
        padding: 0 10px !important;
        font-size: 15px !important;
        text-indent: 0 !important;
        box-sizing: border-box !important;
    }

    .pay_title span {
        display: block;
        margin-left: 0 !important;
        margin-top: 3px;
    }

    /* ---- 扫码支付图片 ---- */
    .pay_online li img[alt="支付宝"] {
        max-width: 180px !important;
    }

    .pay_online li a.pay_index2,
    .pay_online li a.pay_index1,
    .pay_online li a.pay_index3 {
        width: 180px !important;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 16px !important;
        margin-top: 25px !important;
        background-size: cover !important;
    }

    /* 域名注册搜索板块 - 手机端自适应 */
    /* 注册域名板块 - 手机端隐藏 */
    /* 注释掉,后面增加了手机端显示样式 .ym_content,
    .ym_xx,
    form[name="domain1"] {
        display: none !important;
    } */
    form[name="domain1"] {
        width: 100% !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .ym_content {
        width: 100% !important;
        height: auto !important;
        padding: 15px 10px 5px !important;
        margin: 0 auto !important;
        display: flex !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    .ym_content span {
        width: auto !important;
        font-size: 20px !important;
        line-height: 42px !important;
        height: auto !important;
        float: none !important;
        margin-right: 4px !important;
        color: #8b8b8b !important;
        flex-shrink: 0 !important;
        white-space: nowrap !important;
    }

    .ym_content input.so_text {
        flex: 1 !important;
        min-width: 0 !important;
        max-width: none !important;
        height: 42px !important;
        font-size: 13px !important;
        text-indent: 8px !important;
        float: none !important;
        border: 1px solid #d2d2d2 !important;
        border-radius: 4px 0 0 4px !important;
        box-sizing: border-box !important;
    }

    .ym_content input.so_button {
        width: 85px !important;
        height: 42px !important;
        line-height: 42px !important;
        font-size: 14px !important;
        text-indent: 0 !important;
        background: #c4181f !important;
        float: none !important;
        border-radius: 0 4px 4px 0 !important;
        border: none !important;
        flex-shrink: 0 !important;
    }

    /* 手机端隐藏下拉选择框，简化界面 */
    .ym_content .dowebok {
        display: none !important;
    }

    .ym_xx {
        width: 100% !important;
        padding: 5px 5px 10px !important;
        box-sizing: border-box !important;
        text-align: center !important;
    }

    .ym_xx .domain_select {
        padding: 5px 0 15px !important;
    }

    .ym_xx ul {
        padding-top: 5px !important;
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center !important;
    }

    .ym_xx li {
        width: auto !important;
        height: auto !important;
        float: none !important;
        padding: 4px 8px !important;
        display: flex !important;
        align-items: center !important;
    }

    .ym_xx li input {
        float: none !important;
        margin-top: 0 !important;
        width: 16px !important;
        height: 16px !important;
    }

    .ym_xx li span {
        padding-left: 4px !important;
        font-size: 13px !important;
        line-height: 20px !important;
        float: none !important;
    }

    /* 域名服务板块 - 手机端自适应 */
    .domain_atit {
        width: 100% !important;
        height: auto !important;
        padding: 10px 10px 15px !important;
        box-sizing: border-box !important;
    }

    .domain_tit {
        width: 100% !important;
        height: auto !important;
        font-size: 20px !important;
        line-height: 30px !important;
        padding: 0 10px !important;
        box-sizing: border-box !important;
    }

    .domain_txt {
        width: 100% !important;
        height: auto !important;
        font-size: 13px !important;
        line-height: 22px !important;
        padding: 8px 10px !important;
        color: #666 !important;
        box-sizing: border-box !important;
    }

    .domain_list {
        width: 100% !important;
        height: auto !important;
        padding: 0 10px 30px !important;
        box-sizing: border-box !important;
        overflow: hidden !important;
    }

    .domain_list a {
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px !important;
    }

    .domain_list li {
        width: 100% !important;
        height: auto !important;
        margin-left: 0 !important;
        padding: 20px 15px !important;
        box-sizing: border-box !important;
        float: none !important;
        text-align: left !important;
        display: flex !important;
        align-items: flex-start !important;
    }

    .domain_list li img {
        width: 50px !important;
        height: auto !important;
        margin-right: 15px !important;
        flex-shrink: 0 !important;
    }

    .domain_list li div {
        flex: 1 !important;
    }

    .domain_list li strong.domain_tit1 {
        width: auto !important;
        height: auto !important;
        line-height: 28px !important;
        font-size: 16px !important;
        margin-top: 0 !important;
        text-align: left !important;
        display: block !important;
        margin-bottom: 5px !important;
    }

    .domain_list li div {
        font-size: 13px !important;
        line-height: 22px !important;
        color: #666 !important;
    }

    /* idc_onebg 价格列表板块 - 手机端自适应 */
    .idc_onebg {
        width: 100% !important;
    }

    .idc_onecont {
        width: 100% !important;
        padding: 20px 10px !important;
        box-sizing: border-box !important;
    }

    .jg_list {
        width: 100% !important;
        padding-left: 0 !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch !important;
    }

    .jg_list table.dmtable {
        width: 100% !important;
        min-width: 320px !important;
        font-size: 13px !important;
    }

    .jg_list table.dmtable th,
    .jg_list table.dmtable td {
        padding: 8px 5px !important;
        height: auto !important;
        line-height: 1.5 !important;
        font-size: 12px !important;
    }

    /* 手机端隐藏域名说明列（第2列） */
    .jg_list table.dmtable th:nth-child(2),
    .jg_list table.dmtable td:nth-child(2) {
        display: none !important;
    }

    .jg_list table.dmtable th:first-child,
    .jg_list table.dmtable td:first-child {
        width: 45% !important;
    }

    .jg_list table.dmtable th:nth-child(3),
    .jg_list table.dmtable td:nth-child(3),
    .jg_list table.dmtable th:nth-child(4),
    .jg_list table.dmtable td:nth-child(4) {
        width: 27.5% !important;
        text-align: center !important;
    }

    .jg_list table.dmtable .dmtd {
        padding-left: 5px !important;
    }

    .jg_list table.dmtable em {
        font-size: 13px !important;
    }

    /* 手机端隐藏指定文字类 */
    .mobile-hide { /* 手机端元素需要隐藏时调用 */
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        width: 0 !important;
        overflow: hidden !important;
        padding: 0 !important;
        margin: 0 !important;
        border: none !important;
    }
    /* 手机端隐藏原价标签 */
    .price_float {
        display: none !important;
    }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {

    .webtop_con,
    .menutop,
    .navnew,
    .idc_main,
    .idc_onecont,
    .idc_twocont,
    .idc_ninecont,
    .idc_tencont,
    .idc_elevencont,
    .idc_twelvecont,
    .idc_thirteencont,
    .com_main,
    .find_bgl,
    .foot_main,
    .links_box,
    .cop_main {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
    }

    .navnew > li {
        width: auto;
        padding: 0 8px;
    }

    /* 产品列表 - 平板端适配 */
    .zyprolist li.zypronor {
        width: 48% !important;
        margin-right: 4% !important;
        margin-top: 0 !important;
        float: left;
        box-sizing: border-box;
    }

    .zyprolist li.zypronor:nth-child(2n) {
        margin-right: 0 !important;
    }

    .zyprolist li.zypronor:nth-child(n+3) {
        margin-top: 30px !important;
    }

    .zyprolt {
        width: 100% !important;
        float: none;
        box-sizing: border-box;
    }

    .zyprotitle {
        font-size: 20px;
        height: 60px;
        line-height: 60px;
    }

    .zyprice {
        width: 90%;
        height: auto;
        padding: 10px 0;
    }

    #price_jd {
        font-size: 28px;
    }

    .zyprice span {
        margin-top: 25px;
    }

    .chagebdrt.zypropz {
        width: 90%;
        margin: 0 auto;
        float: none;
    }

    .chagebdrt li {
        padding-left: 20px;
    }

    .idc_nine_left,
    .idc_nine_right {
        width: 48%;
    }

    .idc_nine_img {
        display: none;
    }

    .com_s {
        width: 48%;
        margin-right: 4%;
    }

    .com_s:nth-child(2) {
        margin-right: 0;
    }

    .com_s:nth-child(3) {
        display: none;
    }

    .foor_l {
        width: 50%;
    }

    .foor_mm {
        width: 20%;
    }

    .foor_r {
        width: 30%;
        margin-left: 0;
    }
}

/* PC端 - 隐藏手机端元素 */
@media screen and (min-width: 769px) {
    .mobile-header,
    .mobile-nav {
        display: none !important;
    }
}