@charset "utf-8";
/* =============================================
   Tdyun 首页移动端响应式适配
   适用屏幕: max-width 768px
   ============================================= */

/* ===== 通用容器去固定宽度（含手机横屏：触屏+横屏+宽度≤1024px） ===== */
@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: landscape) and (pointer: coarse) {
    /* --- 防止横向滚动 --- */
    html, body {
        overflow-x: hidden;
    }

    /* --- 全局容器重置 --- */
    .divMobiCenter,
    .divMobiCenterbg {
        min-width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }

    .wide1190 {
        min-width: 100% !important;
        max-width: 100% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    /* --- 顶部信息栏 --- */
    .toph {
        min-width: 100% !important;
        height: auto;
        line-height: 28px;
        padding: 4px 10px;
        box-sizing: border-box;
        font-size: 11px;
        overflow: hidden;
    }
    .toph .start {
        width: 100% !important;
        padding: 0;
    }
    .toph .txt1 {
        float: none;
        display: block;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11px;
    }
    .toph .txt2 {
        float: none;
        display: block;
        text-align: center;
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 11px;
    }
    .toph .fenge {
        margin: 0 5px;
    }

    /* --- 主导航头部 --- */
    .top {
        min-width: 100% !important;
        height: auto;
        padding: 0;
        border-bottom: none;
    }
    .start {
        width: 100% !important;
        padding: 0 10px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .top .start .logo {
        float: none;
        width: 160px;
        margin: 0 auto;
        padding: 8px 0;
        text-align: center;
    }
    .top .start .logo .logo-img {
        width: 160px;
        height: 34px;
        margin: 0 auto;
    }
    .top .start .menu {
        float: none;
        height: auto;
        line-height: normal;
        text-align: center;
        margin: 0;
        padding: 0 0 10px;
        overflow: hidden;
    }
    .top .start .menu ul {
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0 5px;
        text-align: center;
    }
    .top .start .menu ul::-webkit-scrollbar {
        display: none;
    }
    .top .start .menu li {
        display: inline-block;
        margin: 0 8px;
    }
    .top .start .menu li a {
        font-size: 14px;
        white-space: nowrap;
    }

    /* --- 右侧浮动客服按钮隐藏 --- */
    .izl-rmenu {
        display: none !important;
    }

    /* --- Banner轮播 --- */
    .fullSlideAct {
        min-width: 100% !important;
        height: 180px !important;
    }
    .fullSlideAct .bd,
    .fullSlideAct .bd ul,
    .fullSlideAct .bd li,
    .fullSlideAct .bd li a {
        height: 180px !important;
    }
    .fullSlideAct .bd li {
        background-size: cover !important;
        background-position: center center !important;
    }
    .fullSlideAct .hd {
        bottom: 8px;
        margin-left: -30px;
    }
    .fullSlideAct .hd li {
        width: 16px;
        height: 3px;
    }

    /* --- 域名搜索区域 --- */
    .conter {
        min-width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden;
    }
    .ym_nr {
        min-width: 100% !important;
        height: auto !important;
        padding: 12px 0;
        box-sizing: border-box;
        background: #f7f7f7;
    }
    .ym_c {
        min-width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .ym_left {
        float: none !important;
        width: 100% !important;
    }
    .ym_right {
        float: none !important;
        width: 100% !important;
        padding: 10px 0 0 0 !important;
    }
    .searchTip {
        font-size: 16px;
        margin-top: 0;
        text-align: center;
    }
    .searchTip .p1 {
        font-size: 14px;
    }
    .searchTip .span1 {
        color: #e4393c;
    }
    .searchForm {
        width: 100% !important;
        height: auto !important;
        background: none !important;
        margin-top: 10px;
        position: relative;
        overflow: visible;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 6px;
    }
    .iptSearch {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box;
        height: 40px !important;
        line-height: 40px !important;
        font-size: 15px !important;
        padding: 0 12px !important;
        border: 2px solid #2087ed !important;
        border-radius: 4px;
        background: #fff;
        float: none;
        outline: none;
    }
    /* 隐藏 stray input 标签 */
    .searchForm > input:not([type="hidden"]) {
        display: none !important;
    }
    .sufSearch {
        float: none;
        display: inline-block;
        width: auto;
        min-width: 70px;
        height: 38px;
        line-height: 38px;
        font-size: 14px;
        margin-top: 0;
        padding: 0 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background: #f5f5f5;
        text-align: center;
        flex-shrink: 0;
    }
    .btnSearch {
        float: none;
        display: inline-block;
        width: auto;
        min-width: 80px;
        height: 38px;
        font-size: 15px;
        margin: 0;
        padding: 0 20px;
        background: #2087ed;
        color: #fff;
        border: none;
        border-radius: 4px;
        flex-shrink: 0;
    }
    .searchList {
        position: absolute;
        left: 0;
        top: 44px;
        width: 100px;
        z-index: 99;
    }
    .yingyu {
        width: 90% !important;
        right: 5% !important;
        top: 50px;
    }
    .yingyu3 {
        width: 100% !important;
    }
    .yingyu3 p {
        width: auto;
        float: none;
        display: inline-block;
        margin: 2px 4px;
    }
    .searchLink {
        margin-top: 8px;
        overflow: visible;
    }
    .searchLink p {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 4px;
    }
    .searchLink a {
        font-size: 12px;
        margin-right: 6px;
        color: #666;
    }
    .span_3 {
        float: none;
        display: inline;
        margin-bottom: 0;
    }
    .span_4 {
        float: none;
        display: inline-block;
        text-align: left;
        padding-right: 0;
        background: none !important;
        font-size: 12px !important;
        color: #2087ed;
    }
    .ad_list {
        width: 100% !important;
        padding: 0 !important;
        text-align: center;
    }
    .ad_list li {
        float: none;
        display: inline-block;
        width: 30%;
        height: auto;
        margin: 0 1%;
    }
    .ad_list li img {
        width: 100%;
        height: auto;
    }

    /* --- 产品Tab标签 --- */
    .hotList-title {
        font-size: 18px !important;
        padding: 15px 12px 0;
    }
    .hotList-title p {
        font-size: 12px !important;
        padding: 0 12px;
    }
    .hotList {
        width: 100% !important;
        height: auto !important;
        margin: 8px auto 5px !important;
        white-space: nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        padding: 0;
        box-sizing: border-box;
        display: flex;
        flex-wrap: nowrap;
    }
    .hotList::-webkit-scrollbar {
        display: none;
    }
    .hotList li {
        float: none;
        display: inline-block;
        flex-shrink: 0;
    }
    .hotList li a {
        width: auto;
        min-width: 100px;
        font-size: 13px;
        height: 34px;
        line-height: 34px;
        margin-right: 4px;
        padding: 0 12px;
        border-radius: 4px;
        text-align: center;
    }

    /* --- 左侧标记栏隐藏(移动端用Tab切换即可) --- */
    .columnList-flag-container {
        display: none !important;
    }

    /* --- 产品列表区域 --- */
    .columnList-container {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        min-height: auto !important;
        overflow: visible !important;
    }
    /* WAP端展示全部产品面板（不再按Tab切换隐藏） */
    .columnList {
        display: block !important;
        position: relative !important;
        opacity: 1 !important;
        -ms-filter: none !important;
        filter: none !important;
    }
    .columnList li {
        width: 100% !important;
        float: none !important;
        display: block;
    }
    .columnList.cl li {
        display: block;
        margin-bottom: 10px;
    }
    .column {
        border: 1px solid #eee !important;
        border-right: 1px solid #eee !important;
        margin-bottom: 10px;
    }
    .column-last {
        border-right: 1px solid #eee !important;
    }
    .column h6 {
        font-size: 16px;
        padding: 12px 15px 8px;
    }
    .column .price {
        font-size: 24px !important;
        padding: 0 15px;
    }
    .column-vhost .price {
        height: 60px !important;
        line-height: 60px !important;
        font-size: 20px !important;
    }
    .column-vhost p {
        height: 36px !important;
        line-height: 36px !important;
        margin: 0 15px !important;
        font-size: 13px;
    }
    .column .tList tr td,
    .column .tList tr th {
        height: 28px;
        line-height: 28px;
        font-size: 13px;
    }
    .column .tList tr th {
        padding-left: 15px;
    }
    .column .tList tr td {
        padding-right: 15px;
    }
    .column .btnDiv {
        padding: 8px 15px 12px;
    }
    .column .btnDiv .g-common-btn {
        width: auto;
        padding: 0 15px;
        font-size: 13px;
    }
    .column-vhost .check-more {
        padding: 8px 15px;
        font-size: 13px;
    }

    /* --- 域名资讯 --- */
    .latest-news {
        height: auto !important;
        margin: 10px 0;
    }
    .latest-news .title {
        float: none;
        width: 100% !important;
        text-align: center;
        padding: 10px 0 5px !important;
        background-position: center 5px !important;
    }
    .latest-news .scroll-msg {
        height: auto !important;
    }
    #J_lastestNews ul li {
        float: none;
        display: block;
        height: auto;
    }
    #J_lastestNews a {
        width: 100% !important;
        float: none;
        display: block;
        margin-right: 0;
        padding: 0 12px;
        box-sizing: border-box;
    }
    #J_lastestNews span.msg {
        width: 60%;
    }

    /* --- "为什么选择天达云" --- */
    .wide1190 .txtP {
        font-size: 20px !important;
        padding-top: 15px !important;
    }
    .wide1190 .txt {
        font-size: 13px !important;
        line-height: 22px !important;
        padding: 0 12px !important;
        margin-top: 10px !important;
    }
    .wide1190 .line-blue {
        margin-top: 8px !important;
    }
    .wide1190 .line-gray {
        width: 80% !important;
    }
    .adList {
        margin: 0 !important;
        padding: 0 12px;
    }
    .adList li {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-top: 20px !important;
        text-align: center !important;
    }
    .adList li.col-middle {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .adList li .reason_img {
        margin: 0 auto;
    }
    .adList li .ad_right {
        padding-top: 8px;
        font-size: 14px !important;
        line-height: 24px !important;
    }

    /* --- 新闻资讯三栏 --- */
    .news {
        background: none !important;
    }
    .newsList {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }
    .newsList li {
        float: none !important;
        display: block !important;
        width: 100% !important;
        margin-bottom: 15px;
    }
    .newsList li.middle-column {
        margin: 0 0 15px 0 !important;
    }
    .newsList .newsBg {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    .newsList .newsImg {
        padding: 10px 0;
    }
    .newsList .newsImg i {
        width: 60px;
        height: 58px;
        background-size: 60px auto;
    }
    .newsList .newsImg i.item-1 { background-position: 0 0; }
    .newsList .newsImg i.item-2 { background-position: 0 -75px; }
    .newsList .newsImg i.item-3 { background-position: 0 -140px; width: 70px; }
    .newsList ol {
        padding: 12px 8px 15px;
    }
    .newsList ol li a {
        padding-right: 70px;
        padding-left: 20px;
        font-size: 13px;
    }
    .newsList .btnDiv .txtBtn {
        width: 120px;
        font-size: 13px;
    }

    /* --- 底部Footer --- */
    .bottom {
        min-width: 100% !important;
        height: auto !important;
        padding: 15px 0;
        box-sizing: border-box;
    }
    .bottom .info {
        width: 100% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }
    .info .left {
        float: none !important;
        width: 100% !important;
        height: auto !important;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .left ul {
        float: none !important;
        /* 4组一行平铺，各占25%，文字超宽自动省略号隐藏 */
        width: 25% !important;
        box-sizing: border-box !important;
        padding: 0 8px !important;
        margin: 0 !important;
    }
    /* 第1列左边距再加大，避免贴容器左边缘 */
    .left ul:first-child {
        padding-left: 16px !important;
    }
    .left ul li {
        font-size: 12px;
        line-height: 200% !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .bottom h3 {
        /* Tab表头风格：浅蓝底+蓝字加粗，超出省略号；左对齐与列内容对齐 */
        font-size: 13px !important;
        font-weight: 600;
        padding: 6px 0 !important;
        margin: 0 0 4px !important;
        color: #2b7de9 !important;
        background: #f0f6ff;
        border-radius: 4px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .info .right {
        float: none !important;
        width: 100% !important;
        text-align: center;
        padding: 15px 0;
    }
    .right .tel {
        float: none;
        font-size: 22px !important;
    }
    .right .telt {
        float: none;
        width: auto !important;
        text-align: center;
        font-size: 12px !important;
    }
    .footer-middle-attion {
        margin: 15px 0 0 0 !important;
        text-align: center;
    }
    .footer-middle-attion .attion-list li {
        float: none;
        display: inline-block;
        padding: 5px 10px;
    }
    .footer-middle-attion .attion-list .wx-img {
        height: 80px;
    }

    .bottom-footer {
        min-width: 100% !important;
        height: auto !important;
        padding: 10px 12px;
        box-sizing: border-box;
        font-size: 12px !important;
    }
    .footerimg {
        text-align: center;
    }
    .footerimg img {
        width: 80px;
        height: auto;
        margin: 5px;
    }

    /* --- 通知公告 marquee 隐藏 --- */
    .top marquee {
        font-size: 12px;
    }
}

/* ===== 超小屏幕适配 (max-width: 480px) ===== */
@media screen and (max-width: 480px) {
    .top .start .logo {
        width: 130px;
    }
    .top .start .logo .logo-img {
        width: 130px;
        height: 28px;
    }
    .top .start .menu li {
        margin: 0 5px;
    }
    .top .start .menu li a {
        font-size: 13px;
    }
    .fullSlideAct {
        height: 140px !important;
    }
    .fullSlideAct .bd,
    .fullSlideAct .bd ul,
    .fullSlideAct .bd li,
    .fullSlideAct .bd li a {
        height: 140px !important;
    }
    .searchTip .p1 {
        font-size: 14px !important;
    }
    .hotList li a {
        width: 100px;
        font-size: 12px;
        height: 32px;
        line-height: 32px;
    }
    .column h6 {
        font-size: 15px;
    }
    .column .price {
        font-size: 20px !important;
    }
    .column-vhost .price {
        font-size: 18px !important;
        height: 50px !important;
        line-height: 50px !important;
    }
    .wide1190 .txtP {
        font-size: 18px !important;
    }
}

/* =============================================
   WAP 专属元素：桌面端隐藏，移动端默认显示
   注意：手机横屏宽度可达 812~932px（>769px），此时必须保留 wap-topbar，
   否则横屏时 LOGO 与汉堡菜单会消失；用 pointer:fine 区分真实桌面设备（鼠标），
   触屏设备（手机/平板）横屏不隐藏；body 带 wap-page 时也不隐藏（双保险）
   ============================================= */
@media screen and (min-width: 769px) and (pointer: fine) {
    body:not(.wap-page) .wap-topbar,
    body:not(.wap-page) .wap-drawer-overlay,
    body:not(.wap-page) .wap-drawer,
    body:not(.wap-page) .wap-stats,
    body:not(.wap-page) .wap-nav-grid,
    body:not(.wap-page) .wap-cloud-list,
    body:not(.wap-page) .wap-news {
        display: none !important;
    }
}

/* =============================================
   WAP 首页改版（参考阿里云手机版）
   通过媒体查询控制：宽度≤768px，或手机横屏（触屏+横屏+宽度≤1024px）
   不再依赖后端 isMobile
   ============================================= */
@media screen and (max-width: 768px), screen and (max-width: 1024px) and (orientation: landscape) and (pointer: coarse) {

/* --- 全局背景 --- */
body { background: #f5f7fa; }

/* --- 隐藏旧版顶部信息栏和导航 --- */
.toph, .top {
    display: none !important;
}

/* --- WAP顶部导航栏（参考腾讯云手机版） --- */
.wap-topbar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.wap-topbar-logo {
    display: flex;
    align-items: center;
}
.wap-topbar-logo img {
    height: 32px;
    width: auto;
}
.wap-topbar-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}
.wap-topbar-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #333;
    text-decoration: none;
}
.wap-topbar-icon svg {
    width: 24px;
    height: 24px;
}
.wap-hamburger-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

/* --- WAP侧边栏抽屉菜单 --- */
.wap-drawer-overlay {
    display: none;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 9998 !important;
}
.wap-drawer-overlay.active {
    display: block !important;
}
.wap-drawer {
    position: fixed !important;
    top: 0 !important;
    right: -280px !important;
    width: 280px !important;
    height: 100vh !important;
    background: #fff !important;
    z-index: 9999 !important;
    transition: right 0.3s ease;
    overflow-y: auto;
}
.wap-drawer.active {
    right: 0 !important;
}
.wap-drawer-header {
    display: flex;
    justify-content: flex-end;
    padding: 12px 16px;
    border-bottom: 1px solid #eee;
}
.wap-drawer-close {
    background: none;
    border: none;
    font-size: 24px;
    color: #666;
    cursor: pointer;
    padding: 0;
    width: 32px;
    height: 32px;
}
.wap-drawer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.wap-drawer-menu li {
    border-bottom: 1px solid #f0f0f0;
}
.wap-drawer-menu li a {
    display: block;
    padding: 16px 20px;
    color: #333;
    text-decoration: none;
    font-size: 15px;
}
.wap-drawer-menu li a:hover {
    background: #f5f7fa;
}
.wap-drawer-contact {
    padding: 16px 20px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #f0f0f0;
}
.wap-drawer-actions {
    display: flex;
    gap: 12px;
    padding: 20px;
}
.wap-drawer-btn {
    flex: 1;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
}
.wap-drawer-btn-primary {
    background: #00aaff;
    color: #fff;
}
.wap-drawer-btn-primary:active,
.wap-drawer-btn-primary:focus {
    background: #00aaff;
    color: #fff;
}
.wap-drawer-btn-outline {
    border: 1px solid #00aaff;
    color: #00aaff;
}
.wap-drawer-btn-outline:active,
.wap-drawer-btn-outline:focus {
    border: 1px solid #00aaff;
    color: #00aaff;
}

/* --- 域名搜索区：手机端隐藏 --- */
.conter {
    display: none !important;
}
.ym_nr {
    background: #fff !important;
    border-radius: 8px;
    margin: 0 12px 16px;
    padding: 14px 0;
    box-shadow: 0 2px 10px rgba(15, 40, 90, 0.05);
}

/* --- 产品区背景与标题 --- */
.divMobiCenterbg,
.divMobiCenter {
    background: #f5f7fa !important;
}
.hotList-title {
    color: #1a1a1a !important;
    font-weight: bold;
}
.hotList-title p {
    color: #8a93a6 !important;
}

/* --- 产品Tab：阿里云计算式胶囊按钮 --- */
.hotList li a {
    background: #fff !important;
    border: 1px solid #e5e9f0;
    color: #333 !important;
    border-radius: 20px !important;
    box-sizing: border-box;
}
.hotList li a.active {
    background: #00aaff !important;
    border-color: #00aaff;
    color: #fff !important;
}

/* --- 产品卡片：白底悬浮卡片 --- */
.column {
    border: none !important;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 10px rgba(15, 40, 90, 0.06);
    overflow: hidden;
}
.column .price {
    color: #00aaff !important;
}
.column .btnDiv .g-empty-btn {
    background: #00aaff !important;
    border-color: #00aaff !important;
    color: #fff !important;
    border-radius: 4px;
}
.column .btnDiv .g-empty-dark-btn {
    border-radius: 4px;
}

/* --- 产品面板：WAP端全部展示，顶部Tab作为锚点导航 --- */
.columnList-container {
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
}
.columnList {
    display: block !important;
    position: relative !important;
    opacity: 1 !important;
    -ms-filter: none !important;
    filter: none !important;
    margin-bottom: 16px;
    scroll-margin-top: 64px; /* 避免被吸顶导航遮挡 */
}
/* 各产品面板标题（移动端隐藏左侧标记栏，用伪元素补充分组标题） */
.columnList::before {
    content: "";
    display: block;
    text-align: left;
    font-size: 16px;
    font-weight: bold;
    color: #1a1a1a;
    padding: 8px 2px 10px;
}
#hotList_hotHost_1::before { content: "共享云虚拟主机"; }
#hotList_hotHost_2::before { content: "独享云虚拟主机"; }
#hotList_hotHost_3::before { content: "云服务器"; }
#hotList_hotHost_4::before { content: "优惠活动"; }

/* --- 数据亮点区 --- */
.wap-stats {
    margin: 6px 12px 18px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    padding: 18px 6px;
    box-shadow: 0 2px 10px rgba(15, 40, 90, 0.05);
}
.wap-stats-item {
    flex: 1;
    text-align: center;
}
.wap-stats-item b {
    display: block;
    font-size: 20px;
    color: #00aaff;
    margin-bottom: 4px;
}
.wap-stats-item span {
    font-size: 11px;
    color: #8a93a6;
}

/* --- 优势列表：图标+文字横排卡片 --- */
.adList li {
    display: flex !important;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    padding: 12px 14px;
    margin-top: 10px !important;
    text-align: left !important;
    box-shadow: 0 2px 8px rgba(15, 40, 90, 0.05);
}
.adList li .reason_img {
    margin: 0 12px 0 0;
    flex-shrink: 0;
}
.adList li .ad_right {
    padding-top: 0 !important;
    font-size: 14px !important;
    color: #333;
}

/* --- 新闻教程区：白底卡片 --- */
.newsList .newsborder {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 40, 90, 0.05);
}

/* --- 域名资讯：纵向轮播容器（配合 topLoop 脚本） --- */
.latest-news {
    height: auto !important;
    border: none;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(15, 40, 90, 0.05);
    margin: 12px 0;
}
.latest-news .scroll-msg {
    height: 76px !important;
    overflow: hidden;
    position: relative;
}
#J_lastestNews ul li {
    display: block;
    float: none;
    height: 38px;
    line-height: 38px;
}
#J_lastestNews a {
    height: 38px;
    line-height: 38px;
    width: 100% !important;
    float: none;
    display: block;
    margin-right: 0;
    padding: 0 12px;
    box-sizing: border-box;
}
#J_lastestNews span.msg {
    width: 68%;
}
#J_lastestNews span.date {
    float: right;
    font-size: 12px;
}

/* --- 底部CTA区 --- */
.wap-cta {
    margin: 8px 12px 20px;
    background: linear-gradient(135deg, #1e4fd8, #00aaff);
    border-radius: 8px;
    padding: 26px 16px;
    text-align: center;
}
.wap-cta-title {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.wap-cta-sub {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    margin-bottom: 16px;
}
.wap-cta-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
}
.wap-cta .wap-btn-primary {
    background: #fff;
    color: #1e4fd8;
}
.wap-cta .wap-btn-ghost {
    border: 1px solid #fff;
    color: #fff;
}

/* --- WAP产品导航网格（轮播图下方） --- */
.wap-nav-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background: #fff;
    padding: 16px 8px 8px;
    margin: 0;
}
.wap-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 8px 4px 12px;
    box-sizing: border-box;
}
.wap-nav-item:active {
    opacity: 0.7;
}
.wap-nav-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.wap-nav-icon svg {
    width: 26px;
    height: 26px;
}
.wap-nav-item span {
    font-size: 13px;
    color: #333;
    text-align: center;
    line-height: 1.3;
}

/* --- WAP热销云服务器列表（首页底部） --- */
.wap-cloud-list {
    margin: 8px 12px 20px;
}
.wap-cloud-title {
    font-size: 17px;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
    padding: 12px 0 4px;
}
.wap-cloud-card {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 14px;
    margin-top: 12px;
    box-shadow: 0 2px 10px rgba(15, 40, 90, 0.05);
}
.wap-cloud-hot {
    position: absolute;
    top: 0;
    right: 0;
    background: #ff4d4f;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 1;
    padding: 4px 10px;
    border-radius: 0 10px 0 10px;
}
.wap-cloud-top {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f2f4f8;
    padding-bottom: 10px;
}
.wap-cloud-icon {
    width: 42px;
    height: 42px;
    border-radius: 8px;
    background: #f0f6ff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex-shrink: 0;
}
.wap-cloud-name b {
    display: block;
    font-size: 16px;
    color: #1a1a1a;
    line-height: 1.4;
}
.wap-cloud-name em {
    display: block;
    font-style: normal;
    font-size: 12px;
    color: #2b7de9;
    line-height: 1.4;
}
.wap-cloud-body {
    display: flex;
    align-items: center;
    padding-top: 10px;
}
.wap-cloud-specs {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    min-width: 0;
}
.wap-cloud-specs span {
    width: 50%;
    box-sizing: border-box;
    font-size: 13px;
    color: #555;
    line-height: 2;
    padding-right: 6px;
}
.wap-cloud-buy {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 8px;
}
.wap-cloud-price {
    color: #ff6a00;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 8px;
    white-space: nowrap;
}
.wap-cloud-price span {
    font-size: 13px;
    font-weight: normal;
}
.wap-cloud-btn {
    display: inline-block;
    background: #2b7de9;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    padding: 7px 20px;
    border-radius: 4px;
    white-space: nowrap;
}
.wap-cloud-btn:active {
    opacity: 0.8;
}

/* --- WAP首页新闻（最新公告/域名资讯） --- */
.wap-news {
    margin: 8px 12px 20px;
    background: #fff;
    border-radius: 10px;
    padding: 0 10px 4px;
    box-shadow: 0 2px 10px rgba(15, 40, 90, 0.05);
}
.wap-news-tabs {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid #f0f2f5;
}
.wap-news-tab {
    position: relative;
    font-size: 14px;
    color: #8a93a6;
    text-decoration: none;
    padding: 14px 10px 10px;
    white-space: nowrap;
}
.wap-news-tab.active {
    color: #2b7de9;
    font-weight: bold;
}
.wap-news-tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 44px;
    height: 3px;
    border-radius: 2px;
    background: #2b7de9;
}
.wap-news-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.wap-news-list li {
    border-bottom: 1px solid #f2f4f8;
}
.wap-news-list li:last-child {
    border-bottom: none;
}
.wap-news-list li a {
    display: block;
    padding: 13px 0;
    font-size: 14px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.wap-news-list li a:active {
    color: #2b7de9;
}

} /* end @media max-width:768px */

/* --- Hero 和福利卡片初始隐藏，JS 延迟1分钟后显示 --- */
.wap-hero {
    display: none;
}

/* --- 底部版权区+认证徽章 移动端重设计：文字居中弱化，徽章圆角细边居中排布 --- */
body.wap-page .bottom-footer {
    min-width: 100% !important;
    padding: 18px 14px 22px !important;
    box-sizing: border-box;
    background-color: #fff !important;
    border-top: 1px solid #ececec;
    text-align: center !important;
    font-size: 12px !important;
    line-height: 1.9 !important;
    color: #9a9a9a !important;
}
body.wap-page .bottom-footer a {
    color: #9a9a9a !important;
    text-decoration: none !important;
}
body.wap-page .footerimg {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px 8px;
    margin-top: 12px;
    padding: 0 !important;
}
body.wap-page .footerimg a {
    display: inline-block;
    margin: 0 !important;
    line-height: 0;
}
body.wap-page .footerimg img {
    width: 100px !important;
    height: auto !important;
    margin: 0 !important;
    display: block;
    border: 1px solid #eee;
    border-radius: 4px;
}
/* 手机WAP端隐藏AWS认证徽章 */
body.wap-page .footerimg a[href="/user/aws.aspx"] {
    display: none !important;
}
