/* 
 * 移动端响应式样式
 * 参考设计: m.32r.com/index_ios.html
 * 
 * 重要: 所有样式都在媒体查询内，不影响PC端 (>1024px)
 */

/* ========================================
   平板设备 (768px - 1024px)
   ======================================== */
@media screen and (max-width: 1024px) {
  .mainContent,
  .nav,
  .footer,
  .top {
    min-width: auto !important;
    width: 100%;
  }

  .mw1300 {
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* 三列布局改为两列 */
  .h_part .p_mod,
  .h_part .p_software {
    width: 48%;
    margin-left: 1%;
  }

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

  /* 返回顶部按钮定位修复 */
  #gotoTop {
    left: auto;
    right: 20px;
    margin-left: 0;
  }
  .h_part .p_software .p_con ul li .a_tit {
    display: inline-block;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .h_part .p_software .p_con ul .naw_first::before {
    content: '新';
    display: inline-block;
    border: 1px solid #ff33ff;
    border-radius: 17px;
    width: 25px;
    height: 25px;
    position: relative;
    top: -1px;
    left: -295px;
    background-color: #ffffff;
    text-align: center;
    line-height: 1.8;
    color: #ff33ff;
  }

  /* ========================================
     应用列表 - 一行4个（上图下文字）
     ======================================== */
  .h_down .d_conten .d_left {
    width: 70%;
  }
  .h_down .d_conten .d_right {
    width: 29%;
  }
  ul.bl_topsecList li img {
    width: 30px;
    height: 30px;
    display: inline-block;
    overflow: hidden;
    border-radius: 6px;
  }
  ul.bl_topsecList li .pm {
    margin-top: 0px;
    margin-right: 3px;
    width: 28px !important;
  }

  ul.bl_topsecList li {
    display: flex; /* 使用flex布局 */
    align-items: center; /* 垂直居中对齐 */
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的内容 */
    width: 100%; /* 或任意宽度，flex会自适应 */
  }

  ul.bl_topsecList li > *:first-child {
    flex: 0 0 auto; /* 不放大、不缩小、固定宽度 */
  }

  ul.bl_topsecList li > *:nth-child(3) {
    flex: 1 1 auto; /* 可放大、可缩小、自适应 */
    min-width: 0; /* 重要：允许元素缩小到0 */
  }
  ul.bl_topsecList li .l_text .tl {
    margin: 0px 0px 0px 0;
    margin-left: 5px;
    width: 100%;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  ul.bl_topsecList li .l_text span {
    margin-left: 5px;
    display: block;
    font-size: 12px;
    color: #a8a8a8;
  }

  ul.bl_topsecList li {
    padding: 6px 0px;
  }

  ul.az_applist,
  ul.pg_appTab {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  ul.az_applist li,
  ul.pg_appTab li {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 25% !important;
    padding: 5px 3px !important;
    margin: 0 !important;
    float: none !important;
    border: none !important;
    background: transparent !important;
    text-align: center;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    transition: all 0.15s ease;
    border-radius: 10px;
  }

  ul.az_applist li:active,
  ul.pg_appTab li:active {
    background: rgba(16, 185, 129, 0.08) !important;
    transform: scale(0.96);
  }

  ul.az_applist li:active .one_img,
  ul.pg_appTab li:active .one_img {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25) !important;
  }

  ul.az_applist li a,
  ul.pg_appTab li a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none;
    width: 100%;
  }

  ul.az_applist li .one_img,
  ul.pg_appTab li .one_img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 12px !important;
    margin: 0 0 4px 0 !important;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  ul.az_applist li .a_tit,
  ul.pg_appTab li .a_tit {
    font-size: 12px !important;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 100%;
    word-break: break-all;
  }

  ul.az_applist li span,
  ul.az_applist li .two_a,
  ul.az_applist li .two_img,
  ul.pg_appTab li span,
  ul.pg_appTab li .two_a,
  ul.pg_appTab li .two_img {
    display: none !important;
  }
  .comm_part {
    display: flex;
    flex-direction: column;
  }
  .mob_del_info {
    display: flex;
  }
  .mob_del_info .mobdet_pic {
    width: 128px;
  }
}

/* ========================================
   移动设备核心样式 (< 768px)
   设计规范：
   - 间距基础单位: 8px (8/12/16/20/24)
   - 圆角: 12px卡片 / 10px图标
   - 主色: #10B981 / 文字: #333/#666/#999
   - 最小触摸目标: 44px
   ======================================== */
@media screen and (max-width: 768px) {
  /* ========================================
     设计规范变量说明：
     - 模块外边距: 10px
     - 模块圆角: 12px
     - 模块内边距: 14px
     - 模块阴影: 0 1px 3px rgba(0,0,0,0.04)
     - 标题字号: 15px
     - 正文字号: 14px
     - 辅助字号: 12px
     - 主色: #10B981
     - 文字色: #333/#666/#999
     - 背景色: #f5f6f8
     - 卡片色: #fff
     ======================================== */

  /* ========================================
     基础重置 - 页面容器
     ======================================== */
  * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent; /* 移除点击高亮 */
  }

  /* 全局链接样式 */
  a {
    text-decoration: none;
    transition: all 0.15s ease;
  }

  /* 禁用长按选择 */
  img,
  a {
    -webkit-touch-callout: none;
    user-select: none;
  }

  html {
    overflow-x: hidden;
    width: 100%;
  }

  body {
    overflow-x: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    padding-top: 80px;
    background: #f5f6f8;
    -webkit-overflow-scrolling: touch;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial,
      sans-serif;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
  }

  /* 主内容区重置 */
  .mainContent {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .mw1300 {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  /* 通用浮动清除 */
  .fl,
  .fr {
    float: none !important;
  }

  .clearfix::after {
    clear: both;
  }

  /* ========================================
     导航栏 - 顶部固定
     ======================================== */
  .nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    height: 80px;
  }

  /* 隐藏导航下拉菜单 */
  .nav .n-list {
    display: none !important;
  }

  .nav .n-top {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
    height: 80px;
    gap: 10px;
    max-width: 100%;
  }

  /* Logo */
  .logo {
    flex-shrink: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    gap: 6px;
  }

  .logo-icon {
    width: 28px;
    height: 28px;
  }

  .logo-icon svg {
    width: 28px;
    height: 28px;
  }

  .logo-text .logo-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
  }

  .logo-text .logo-slogan {
    display: none;
  }

  /* 横向滑动导航菜单 */
  .seMenu {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    gap: 2px;
    padding: 0;
    margin: 0;
    flex: 1;
    float: none !important;
  }

  .seMenu::-webkit-scrollbar {
    display: none;
  }

  .seMenu li {
    flex-shrink: 0;
    margin: 0;
    width: auto;
    float: none;
  }

  .seMenu li h3 {
    margin: 0;
  }

  .seMenu li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
    color: #666;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.15s ease;
    position: relative;
  }

  /* 默认状态 */
  .seMenu li a b {
    width: 28px;
    height: 26px;
    margin-bottom: 2px;
    opacity: 0.6;
    transition: all 0.15s ease;
  }

  /* 选中/激活状态 - .hover 是当前选中页面的class */
  .seMenu li a.hover,
  .seMenu li a:active {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.35);
    transform: scale(0.98);
  }

  .seMenu li a.hover b,
  .seMenu li a:active b {
    opacity: 1;
    filter: brightness(0) invert(1);
  }

  /* 悬停状态 - 非选中项 */
  .seMenu li a:not(.hover):hover {
    background-color: rgba(16, 185, 129, 0.1);
    color: #10b981;
  }

  .seMenu li a:not(.hover):hover b {
    opacity: 0.9;
  }

  /* 隐藏搜索框 */
  .searth_box {
    display: none;
  }

  /* ========================================
     通用标题样式 - 统一所有模块标题
     ======================================== */
  .title,
  .com_titOne,
  .comm_rigbox > div:first-child {
    padding-left: 0 !important;
    margin-bottom: 12px !important;
  }

  .title h2,
  .com_titOne h2,
  .com_titOne h3,
  .comm_rigbox h3,
  .h_Recommenda .title h2,
  .d_right .com_titOne h3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #333 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    background: none !important;
    gap: 0 !important;
  }

  .title h2::before,
  .com_titOne h2::before,
  .com_titOne h3::before,
  .comm_rigbox h3::before,
  .h_Recommenda .title h2::before,
  .d_right .com_titOne h3::before {
    content: '' !important;
    display: inline-block !important;
    width: 3px !important;
    height: 14px !important;
    background: linear-gradient(180deg, #10b981, #059669) !important;
    border-radius: 2px !important;
    margin-right: 8px !important;
    flex-shrink: 0;
  }

  .h_title2 {
    font-size: 13px;
    color: #666;
  }

  /* ========================================
     火爆推荐模块 - 水平滑动应用列表
     ======================================== */
  .h_Recommenda {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px 0 12px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    max-width: calc(100% - 20px) !important;
  }

  .h_Recommenda .title {
    padding: 0 14px 0 0 !important;
    margin: 0 0 12px 0;
  }

  /* 水平滚动的应用列表 */
  .h_Recommenda .h_switch {
    overflow: visible;
    border-bottom: none !important;
    padding-bottom: 0 !important;
  }

  .h_Recommenda .h_switch ul {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    gap: 0;
    margin: 0 !important;
    padding: 0 6px 6px 6px;
  }

  .h_Recommenda .h_switch ul::-webkit-scrollbar {
    display: none;
  }

  .h_Recommenda .h_switch li {
    flex-shrink: 0 !important;
    width: 76px !important;
    margin: 0 !important;
    float: none !important;
  }

  .h_Recommenda .h_switch li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 6px 4px;
    font-size: 12px;
    line-height: 1.2;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    transition: background-color 0.2s;
    overflow: hidden;
  }

  .h_Recommenda .h_switch li a:active {
    background-color: rgba(16, 185, 129, 0.08);
    transform: scale(0.96);
  }

  .h_Recommenda .h_switch li a:active img {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
  }

  .h_Recommenda .h_switch li img {
    width: 60px;
    height: 60px;
    border-radius: 14px;
    margin-bottom: 6px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
    flex-shrink: 0;
  }

  /* 火爆推荐文字截断 - 单行省略 */
  .h_Recommenda .h_switch li a br {
    display: none;
  }

  .h_Recommenda .h_switch li a span,
  .h_Recommenda .h_switch li a {
    max-width: 68px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* 热门标签 - 移动端隐藏 */
  .h_hot {
    display: none !important;
  }

  /* ========================================
     轮播图区域 - 移动端样式
     ======================================== */
  .h_part {
    margin: 10px !important;
    border-radius: 12px;
    overflow: hidden;
    max-width: calc(100% - 20px) !important;
  }

  .h_part .p_mod {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  /* Banner轮播容器 */
  #banner {
    width: 100% !important;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
  }

  /* 隐藏PC端缩略图列表 */
  #banner .listBox {
    display: none !important;
  }

  /* picBox - 使用padding-bottom保持宽高比 */
  .h_part .p_mod .picBox,
  #banner .picBox {
    position: relative !important;
    width: 100% !important;
    height: 0 !important;
    padding-bottom: 52% !important; /* 接近2:1宽高比 */
    overflow: hidden !important;
    border-radius: 12px;
  }

  .h_part .p_mod .picBox ul,
  #banner .picBox ul {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 轮播项保持absolute叠加 */
  .h_part .p_mod .picBox li,
  #banner .picBox li,
  .h_part .p_mod .cf li {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    float: none !important;
    list-style: none;
  }

  /* 链接和图片 */
  .h_part .p_mod .cf a,
  #banner .picBox li a {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }

  .h_part .p_mod .cf a img,
  #banner .picBox img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
  }

  /* 轮播图标题文字 */
  .h_part .p_mod .cf li span,
  #banner .picBox li span:not(.icon) {
    position: absolute !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    padding: 32px 14px 12px !important;
    color: #fff !important;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.7)) !important;
    box-sizing: border-box !important;
    text-align: left !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
  }

  /* 轮播指示器 */
  .h_part .p_mod .icon,
  #banner .icon,
  #banner .picBox .icon {
    position: absolute !important;
    bottom: 10px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: auto !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 !important;
    z-index: 10 !important;
  }

  .h_part .p_mod .icon i,
  #banner .icon i {
    display: inline-block !important;
    width: 6px !important;
    height: 6px !important;
    border-radius: 50% !important;
    background: rgba(255, 255, 255, 0.5) !important;
    margin: 0 !important;
    transition: all 0.25s ease;
  }

  .h_part .p_mod .icon i.on,
  #banner .icon i.on {
    width: 20px !important;
    border-radius: 3px !important;
    background: #fff !important;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  }

  /* ========================================
     通用模块标题容器
     ======================================== */
  .com_titOne {
    padding: 0 !important;
    margin-bottom: 12px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .com_titOne h2 i,
  .com_titOne h3 i {
    display: none;
  }

  /* 更多链接 */
  .com_titOne .more,
  .title .more {
    font-size: 12px;
    color: #10b981;
    text-decoration: none;
  }

  /* ========================================
     软件列表Tab - 电脑软件、安卓软件、苹果软件
     ======================================== */
  /* 软件Tab容器 - 独立模块 */
  .mainContent > .p_software,
  .mw1300 > .p_software {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 0 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
    max-width: calc(100% - 20px) !important;
    float: none !important;
  }

  /* 软件Tab容器 - 在 h_part 内 */
  .h_part .p_software {
    background: transparent;
    border-radius: 0;
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none;
    overflow: visible;
    width: 100% !important;
    float: none !important;
  }

  .p_softlist {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    margin: 0;
  }

  .h_part .p_softlist {
    background: #fafafa;
    border-radius: 8px;
  }

  .p_softlist .p_top {
    display: flex !important;
    background: #fafafa;
    padding: 0;
    margin: 0 !important;
    border-bottom: 1px solid #f0f0f0;
  }

  .p_softlist .p_top li {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
    border-bottom: 2px solid transparent;
    float: none !important;
    margin: 0 !important;
    list-style: none;
    transition: all 0.2s;
    position: relative;
    bottom: -1px;
  }

  .p_softlist .p_top li.cur {
    color: #10b981;
    border-bottom: 2px solid #10b981;
    background: #fff;
    font-weight: 600;
  }

  .p_softlist .p_top li:active {
    background: #f5f5f5;
    transform: scale(0.98);
  }

  .p_softlist .p_con {
    padding: 4px 14px 8px 14px;
  }

  .p_softlist .p_con ul.c-new {
    margin: 0 !important;
    padding: 0 !important;
  }

  .p_softlist .p_con ul.c-new li {
    display: flex !important;
    align-items: center !important;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 !important;
    height: auto !important;
    transition: all 0.15s ease;
    border-radius: 8px;
  }

  .p_softlist .p_con ul.c-new li:last-child {
    border-bottom: none;
  }

  .p_softlist .p_con ul.c-new li:active {
    background: rgba(16, 185, 129, 0.06);
    transform: scale(0.99);
  }

  .p_softlist .p_con ul.c-new li .a_type {
    display: none !important;
  }

  .p_softlist .p_con ul.c-new li img {
    width: 44px !important;
    height: 44px !important;
    border-radius: 10px;
    margin-right: 12px !important;
    flex-shrink: 0;
    float: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }

  .p_softlist .p_con ul.c-new li .a_tit {
    flex: 1;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: none !important;
  }

  .p_softlist .p_con ul.c-new li .bot_span {
    font-size: 12px;
    color: #999;
    flex-shrink: 0;
    float: none !important;
  }

  /* ========================================
     应用下载模块 - 电脑/安卓/苹果下载
     ======================================== */
  .h_down {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    max-width: calc(100% - 20px) !important;
  }

  .d_conten {
    display: block;
  }

  .d_conten .d_left,
  .d_conten .dt_left {
    width: 100% !important;
    float: none !important;
  }

  /* ========================================
     应用列表 - 一行4个（上图下文字）
     ======================================== */
  ul.az_applist,
  ul.pg_appTab {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
  }

  ul.az_applist li,
  ul.pg_appTab li {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 25% !important;
    padding: 5px 3px !important;
    margin: 0 !important;
    float: none !important;
    border: none !important;
    background: transparent !important;
    text-align: center;
    box-sizing: border-box !important;
    height: auto !important;
    min-height: 0 !important;
    transition: all 0.15s ease;
    border-radius: 10px;
  }

  ul.az_applist li:active,
  ul.pg_appTab li:active {
    background: rgba(16, 185, 129, 0.08) !important;
    transform: scale(0.96);
  }

  ul.az_applist li:active .one_img,
  ul.pg_appTab li:active .one_img {
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.25) !important;
  }

  ul.az_applist li a,
  ul.pg_appTab li a {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-decoration: none;
    width: 100%;
  }

  ul.az_applist li .one_img,
  ul.pg_appTab li .one_img {
    width: 52px !important;
    height: 52px !important;
    border-radius: 12px !important;
    margin: 0 0 4px 0 !important;
    flex-shrink: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  }

  ul.az_applist li .a_tit,
  ul.pg_appTab li .a_tit {
    font-size: 12px !important;
    color: #333;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    width: 100%;
    word-break: break-all;
  }

  ul.az_applist li span,
  ul.az_applist li .two_a,
  ul.az_applist li .two_img,
  ul.pg_appTab li span,
  ul.pg_appTab li .two_a,
  ul.pg_appTab li .two_img {
    display: none !important;
  }

  /* ========================================
     下载排行榜 - 列表样式（图左文字右）
     ======================================== */
  .d_conten .d_right {
    display: block !important;
    width: 100% !important;
    float: none !important;
    margin-top: 16px !important;
    padding-top: 14px;
    border-top: 1px solid #f0f0f0;
  }

  .d_right .com_titOne {
    margin-bottom: 10px;
  }

  ul.bl_topsecList {
    margin: 0 !important;
    padding: 0 !important;
  }

  ul.bl_topsecList li {
    display: flex !important;
    align-items: center !important;
    padding: 10px 0 10px 12px !important;
    border-bottom: 1px solid #f5f5f5;
    margin: 0 !important;
    float: none !important;
    transition: all 0.15s ease;
    border-radius: 8px;
  }

  ul.bl_topsecList li:last-child {
    border-bottom: none;
  }

  ul.bl_topsecList li:active {
    background: rgba(16, 185, 129, 0.06);
    transform: scale(0.99);
  }

  /* 排名数字 - 与最新资讯保持一致 */
  ul.bl_topsecList li .pm {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    text-align: center;
    border-radius: 4px;
    font-size: 11px;
    font-weight: bold;
    margin-right: 10px !important;
    flex-shrink: 0;
    float: none !important;
  }

  ul.bl_topsecList li .nbone {
    background: linear-gradient(135deg, #ff6b6b, #ff8e53);
    color: #fff;
  }

  ul.bl_topsecList li .nbtwo {
    background: linear-gradient(135deg, #ff8e53, #ffab5e);
    color: #fff;
  }

  ul.bl_topsecList li .nbthr {
    background: linear-gradient(135deg, #ffd93d, #ffc107);
    color: #fff;
  }

  ul.bl_topsecList li .p_tl {
    background: #f0f0f0;
    color: #999;
  }

  /* 应用图标 */
  ul.bl_topsecList li > a:first-of-type {
    flex-shrink: 0;
    float: none !important;
  }

  ul.bl_topsecList li img {
    width: 42px !important;
    height: 42px !important;
    border-radius: 10px;
    margin-right: 10px !important;
    float: none !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  }

  /* 应用名称 */
  ul.bl_topsecList li .l_text,
  ul.bl_topsecList li .l_texts {
    flex: 1;
    min-width: 0;
    float: none !important;
  }

  ul.bl_topsecList li .l_text .tl,
  ul.bl_topsecList li .l_texts a,
  ul.bl_topsecList li .p_tt {
    display: block;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: none !important;
  }

  ul.bl_topsecList li .l_text span {
    font-size: 12px;
    color: #999;
    margin-top: 2px;
    display: block;
  }

  /* 隐藏下载按钮 */
  ul.bl_topsecList li .a_down {
    display: none !important;
  }

  /* ========================================
     页脚 - 友情链接
     ======================================== */
  .footer {
    background: #fff;
    margin: 10px !important;
    margin-bottom: 30px !important;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    min-width: 0 !important;
    max-width: calc(100% - 20px) !important;
  }

  .footer .f-links {
    padding: 0;
  }

  .footer .f-links .links {
    text-align: left;
    border-bottom: none;
  }

  .footer .f-links .links span {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    margin-bottom: 14px;
  }

  .footer .f-links .links span::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: linear-gradient(180deg, #10b981, #059669);
    border-radius: 2px;
    margin-right: 8px;
  }

  .footer .f-links .links p {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0;
  }

  .footer .f-links .links p a {
    font-size: 13px;
    color: #666;
    text-decoration: none;
    padding: 8px 14px;
    background: #f8f8f8;
    border-radius: 8px;
    margin: 0;
    transition: all 0.2s;
  }

  .footer .f-links .links p a:active {
    background: rgba(16, 185, 129, 0.15);
    color: #10b981;
    transform: scale(0.96);
  }

  /* 底部关于 - 移动端宽度重置 */
  .footer .f-links .about {
    padding-top: 14px;
  }

  .footer .f-links .about .text {
    width: 100% !important;
    max-width: 100% !important;
  }

  /* 返回顶部按钮 - 移动端隐藏 */
  #gotoTop {
    display: none !important;
  }

  .bl_topsecList li:last-child {
    border-bottom: none;
  }

  .bl_topsecList li .pm {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    margin-right: 10px;
    flex-shrink: 0;
  }

  .bl_topsecList li .nbone {
    background: linear-gradient(135deg, #ff4800, #ff6d34);
    color: #fff;
  }

  .bl_topsecList li .nbtwo {
    background: linear-gradient(135deg, #ff6d34, #ff8a50);
    color: #fff;
  }

  .bl_topsecList li .nbthr {
    background: linear-gradient(135deg, #ffa07b, #ffb899);
    color: #fff;
  }

  .bl_topsecList li .p_tl {
    background: #f0f0f0;
    color: #999;
  }

  .bl_topsecList li img {
    width: 44px;
    height: 44px;
    border-radius: 10px;
    margin-right: 12px;
    flex-shrink: 0;
  }

  .bl_topsecList li .l_text {
    flex: 1;
    min-width: 0;
  }

  .bl_topsecList li .l_text .tl {
    display: block;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
  }

  .bl_topsecList li .l_text span {
    font-size: 12px;
    color: #999;
  }

  .bl_topsecList li .a_down {
    background: #f5f5f5;
    color: #10b981;
    padding: 8px 16px;
    border-radius: 16px;
    font-size: 12px;
    text-decoration: none;
    flex-shrink: 0;
  }

  .bl_topsecList li .p_tt {
    flex: 1;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  /* ========================================
     最新资讯列表
     ======================================== */
  .comm_rigbox {
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    margin: 10px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    max-width: calc(100% - 20px) !important;
    float: none !important;
  }

  .comm_rigbox > div:first-child {
    margin-bottom: 12px;
  }

  .zx_rigbox {
    width: 100% !important;
  }

  .zx_topsec_List {
    margin: 0 !important;
    padding: 0 !important;
  }

  .zx_topsec_List li {
    display: flex !important;
    align-items: center !important;
    height: auto !important;
    padding: 10px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    float: none !important;
    width: 100% !important;
    transition: all 0.15s ease;
    border-radius: 6px;
  }

  .zx_topsec_List li:last-child {
    border-bottom: none !important;
  }

  .zx_topsec_List li:active {
    background: rgba(16, 185, 129, 0.06);
    transform: scale(0.99);
  }

  .zx_topsec_List li span {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 11px !important;
    margin-right: 10px !important;
    flex-shrink: 0;
    float: none !important;
  }

  .zx_topsec_List li a {
    flex: 1;
    font-size: 14px !important;
    line-height: 1.4 !important;
    height: auto !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
  }

  /* ========================================
     通用宽度类重置 - 仅移动端
     ======================================== */

  .w880,
  .w840,
  .w740,
  .w750,
  .w520,
  .w500,
  .w480,
  .w420,
  .w400,
  .w380,
  .w340,
  .w330,
  .w300,
  .w260,
  .w920 {
    width: 100% !important;
    max-width: 100%;
  }

  .main_Left,
  .main_Right {
    width: 100% !important;
    float: none;
  }

  /* ========================================
     图片和媒体自适应
     ======================================== */
  img {
    max-width: 100%;
    height: auto;
  }

  table {
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  iframe,
  video {
    max-width: 100%;
    height: auto;
  }

  .des img {
    width: 100% !important;
    height: auto !important;
  }

  /* ========================================
     触摸优化 - 仅移动端
     ======================================== */
  a,
  button {
    -webkit-tap-highlight-color: transparent;
  }

  .seMenu,
  #banner .listBox {
    -webkit-overflow-scrolling: touch;
  }

  /* ========================================
     详情页 - 应用/资讯详情
     ======================================== */
  /* 面包屑导航 */
  .pageposition {
    padding: 10px 14px !important;
    font-size: 12px;
    background: #fff;
    margin: 10px !important;
    border-radius: 12px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    color: #999;
  }

  .pageposition .fl {
    float: none !important;
  }

  .pageposition a {
    color: #10b981;
  }

  /* 详情页主内容区 */
  .comm_part {
    padding: 0 !important;
  }

  .dt_left,
  .dt_right,
  .main_Left,
  .main_Right {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  /* 应用详情内容 */
  .comm_detailBox {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .comm_detailBox .des {
    font-size: 14px;
    line-height: 1.7;
    color: #333;
  }

  .comm_detailBox .des p {
    margin: 0 0 12px 0;
  }

  /* 截图展示 */
  .comm_detailBox .screenShortList {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0;
    scrollbar-width: none;
  }

  .comm_detailBox .screenShortList::-webkit-scrollbar {
    display: none;
  }

  .comm_detailBox .screenShortList img {
    width: 200px !important;
    height: auto !important;
    border-radius: 12px;
    flex-shrink: 0;
  }

  /* ========================================
     列表页 - 资讯列表 zxlist.html
     ======================================== */
  /* 资讯列表容器 */
  .zx_conBox {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .zx_ulCon {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* 资讯列表项 */
  .zx_ulCon .itemli {
    display: flex !important;
    /* justify-content: space-between; */
    padding: 14px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    margin: 0 !important;
    transition: all 0.15s ease;
    border-radius: 8px;
  }
  .zx_ulCon li .artic_info p.artic_sum {
    width: 100%;
    font-size: 14px;
    color: #777;
    max-height: 44px;
    margin-top: 16px;
    margin-bottom: 18px;
    line-height: 24px;
    display: -webkit-box;
    display: -moz-box;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .zx_ulCon .itemli:last-child {
    border-bottom: none !important;
  }

  .zx_ulCon .itemli:active {
    background: rgba(16, 185, 129, 0.06);
    transform: scale(0.99);
  }

  /* 文章图片 */
  .zx_ulCon .itemli .artic_img {
    flex-shrink: 0;
    border-radius: 8px;
	width:100px;
  }

  .zx_ulCon .itemli .artic_img img {
    width: 100px !important;
    height: 100% !important;
    object-fit: cover;
  }

  /* 文章信息 */
  .zx_ulCon .itemli .artic_info {
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
  }

  .zx_ulCon .itemli .artic_name {
  }

  .zx_ulCon .itemli .artic_name a {
    color: #333;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .zx_ulCon .itemli .artic_sum {
  }

  .zx_ulCon .itemli .artic_info > p:last-child {
    margin: 0 !important;
  }

  .zx_ulCon .itemli .artic_info span {
    font-size: 12px !important;
    color: #999;
    margin-right: 12px;
  }

  .zx_ulCon .itemli .artic_info span label {
    display: none;
  }

  .zx_ulCon .itemli .artic_info span i {
    display: none;
  }

  /* 分页 */
  /* .pagination {
    text-align: center;
    padding: 16px 0 !important;
  } */

  /* .pagination__next,
  .pagination a {
    display: inline-block;
    padding: 10px 24px !important;
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff !important;
    border-radius: 20px;
    font-size: 14px;
    text-decoration: none;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
    transition: all 0.15s ease;
  } */

  /* .pagination__next:active,
  .pagination a:active {
    transform: scale(0.96);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.4);
  } */

  /* 侧边栏 - 热门教程 */
  .main_Right .comm_rigbox {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  /* 热门教程详情列表 */
  ul.newArt_delRg {
    margin: 0 !important;
    padding: 0 !important;
  }

  ul.newArt_delRg li {
    padding: 12px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    transition: all 0.15s ease;
    border-radius: 8px;
  }

  ul.newArt_delRg li:last-child {
    border-bottom: none !important;
  }

  ul.newArt_delRg li:active {
    background: rgba(16, 185, 129, 0.06);
    transform: scale(0.99);
  }

  ul.newArt_delRg li .u_title {
    font-size: 15px !important;
    font-weight: 500;
    color: #333;
    display: block;
    margin-bottom: 8px;
  }

  ul.newArt_delRg li .u_img {
    display: flex !important;
    gap: 10px;
  }

  ul.newArt_delRg li .u_img .img {
    flex-shrink: 0;
    width: 80px !important;
    height: 60px !important;
    border-radius: 6px;
    overflow: hidden;
    float: none !important;
  }

  ul.newArt_delRg li .u_img .img img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  ul.newArt_delRg li .u_img .u_txt {
    flex: 1;
    font-size: 12px !important;
    color: #666;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: none !important;
    width: auto !important;
  }

  /* 热门教程文字列表 */
  ul.newArt_txtRg {
    margin: 0 !important;
    padding: 0 !important;
    border-top: 1px solid #f5f5f5;
  }

  ul.newArt_txtRg li {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    transition: all 0.15s ease;
    border-radius: 6px;
  }

  ul.newArt_txtRg li:last-child {
    border-bottom: none !important;
  }

  ul.newArt_txtRg li:active {
    background: rgba(16, 185, 129, 0.06);
    transform: scale(0.99);
  }

  ul.newArt_txtRg li .zxd_tit {
    flex: 1;
    font-size: 14px !important;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: none !important;
  }

  ul.newArt_txtRg li span {
    flex-shrink: 0;
    font-size: 12px !important;
    color: #999;
    float: none !important;
    margin-left: 10px;
  }

  /* 分页通用 */
  .SESFPage {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 20px 0 !important;
  }

  .SESFPage a {
    padding: 8px 14px !important;
    font-size: 13px !important;
    border-radius: 8px !important;
    min-width: 36px;
    text-align: center;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    transition: all 0.15s ease;
  }

  .SESFPage a:active {
    transform: scale(0.95);
  }

  .SESFPage a.cur,
  .SESFPage a:hover {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  }

  /* 侧边栏标题 */
  .rig_com_tit {
    font-size: 15px !important;
    font-weight: 600;
    color: #333;
    padding: 0 0 10px 0 !important;
    margin-bottom: 10px !important;
    border-bottom: none !important;
    display: flex;
    align-items: center;
  }

  .rig_com_tit::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: linear-gradient(180deg, #10b981, #059669);
    border-radius: 2px;
    margin-right: 8px;
  }

  /* ========================================
     资讯详情页 zx_6842.html
     ======================================== */
  /* 文章容器 */
  .comm_itembox {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  /* 文章信息头 */
  .con_art_info,
  .con_main_info {
    margin: 0 !important;
    padding: 0 !important;
  }

  .artDel_name {
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f5f5f5;
  }

  .artDel_name h1 {
    font-size: 20px !important;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
    margin: 0 0 12px 0 !important;
  }

  .artDel_name p {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0 !important;
  }

  .artDel_name p span {
    font-size: 12px !important;
    color: #999;
    display: flex;
    align-items: center;
    gap: 4px;
  }

  .artDel_name p span i {
    display: none;
  }

  /* 文章内容 */
  .comm_itembox .des {
    font-size: 15px !important;
    line-height: 1.8;
    color: #333;
  }

  .comm_itembox .des p {
    margin: 0 0 16px 0 !important;
    text-align: justify;
  }

  .comm_itembox .des h3 {
    font-size: 17px !important;
    font-weight: 600;
    color: #333;
    margin: 24px 0 12px 0 !important;
    padding-left: 10px;
    border-left: 3px solid #10b981;
  }

  .comm_itembox .des img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 12px 0;
  }

  /* 展开更多 */
  .loadMore {
    text-align: center;
    padding: 20px 0 10px 0 !important;
    margin: 0 !important;
    border-top: 1px solid #f5f5f5;
    margin-top: 16px !important;
  }

  .loadMore span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 24px;
    background: linear-gradient(135deg, #f8f9fa, #f0f1f3);
    color: #666;
    border-radius: 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.2s;
  }

  .loadMore span:active {
    background: linear-gradient(135deg, #10b981, #059669);
    color: #fff;
    transform: scale(0.98);
  }

  .loadMore span i {
    display: none;
  }

  .loadMore span::after {
    content: '展开全部';
  }

  /* 相关推荐 */
  .comm_itembox .relatedArt {
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid #f5f5f5;
  }

  /* ========================================
     应用详情页优化 app_6828.html
     ======================================== */
  /* 主内容区 */
  .comm_part {
    display: flex;
    flex-direction: column;
  }

  /* ========================================
     应用详情页 app_6828.html - 完整布局修复
     ======================================== */
  /* 应用信息卡片容器 */
  .comm_mobInfo {
    background: #fff !important;
    border-radius: 12px !important;
    margin: 10px !important;
    padding: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    overflow: hidden;
  }

  /* 应用标题 */
  .mob_del_name {
    margin-bottom: 14px !important;
  }

  .mob_del_name h1 {
    font-size: 20px !important;
    font-weight: 600;
    color: #333;
    margin: 0 !important;
    line-height: 1.3;
  }

  /* 应用详情区域 - 清除浮动 */
  .mob_del_info {
    display: block !important;
    overflow: hidden;
  }

  .mob_del_info::after {
    content: '';
    display: table;
    clear: both;
  }

  /* 应用图标 - 左浮动 */
  .mobdet_pic {
    width: 80px !important;
    height: 80px !important;
    float: left !important;
    margin: 0 14px 14px 0 !important;
  }

  .mobdet_pic img {
    width: 80px !important;
    height: 80px !important;
    border-radius: 18px !important;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
    display: block;
  }

  /* 应用信息列表区域 */
  .mob_del_info .w750 {
    width: auto !important;
    float: none !important;
    overflow: hidden;
    margin: 0 !important;
  }

  /* 应用参数列表 */
  .p_sfSum {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 6px 14px;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  .p_sfSum li {
    font-size: 13px !important;
    color: #666;
    display: flex;
    align-items: center;
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.5;
  }

  .p_sfSum li em {
    color: #999;
    margin-right: 3px;
    font-style: normal;
  }

  .p_sfSum li span {
    color: #333;
  }

  .p_sfSum li span a {
    color: #10b981;
  }

  .p_sfSum li.wall {
    display: none !important;
  }

  .p_sfSum li.doubli,
  .p_sfSum li.tripli {
    width: 100% !important;
  }

  /* 分类标签 */
  .m_tags {
    display: inline-flex;
    gap: 6px;
  }

  .m_tags a {
    display: inline-block;
    padding: 3px 10px;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.1), rgba(5, 150, 105, 0.1));
    color: #10b981 !important;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
  }

  /* 下载按钮组 */
  .az_loadBtnIco {
    margin-top: 14px !important;
    clear: both;
  }

  .AnDetCLS {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }

  .AnDetCLS li {
    margin: 0 !important;
    float: none !important;
    width: 100% !important;
  }

  .AnDetCLS li a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;
    padding: 12px 10px !important;
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 500;
    border-radius: 10px !important;
    text-decoration: none;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(16, 185, 129, 0.3);
    transition: all 0.15s ease;
  }

  .AnDetCLS li a:active {
    transform: scale(0.97);
    box-shadow: 0 2px 6px rgba(16, 185, 129, 0.4);
  }

  .AnDetCLS li.azbnt a {
    background: linear-gradient(135deg, #3b82f6, #2563eb) !important;
    box-shadow: 0 3px 10px rgba(59, 130, 246, 0.3);
  }

  .AnDetCLS li.pcbnt a {
    background: linear-gradient(135deg, #8b5cf6, #7c3aed) !important;
    box-shadow: 0 3px 10px rgba(139, 92, 246, 0.3);
  }

  .AnDetCLS li.macbnt a {
    background: linear-gradient(135deg, #6b7280, #4b5563) !important;
    box-shadow: 0 3px 10px rgba(107, 114, 128, 0.3);
  }

  .AnDetCLS li a .smico {
    width: 18px !important;
    height: 18px !important;
    margin: 0 !important;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
  }

  /* 评分和点赞区域 */
  .mob_del_info .w300 {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin: 0 !important;
  }

  .score_box {
    display: flex !important;
    align-items: center !important;
    gap: 14px;
    margin: 16px 0 0 0 !important;
    padding: 14px !important;
    background: linear-gradient(135deg, rgba(16, 185, 129, 0.06), rgba(5, 150, 105, 0.06));
    border-radius: 12px;
    border: 1px solid rgba(16, 185, 129, 0.1);
  }

  .score_num {
    background: linear-gradient(135deg, #10b981, #059669);
    padding: 6px 12px !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  }

  .score_num span {
    font-size: 22px !important;
    font-weight: 700;
    color: #fff !important;
  }

  /* 评分星星 */
  .score_star {
    flex: 1;
  }

  .app_starBox {
    display: block;
  }

  .app_starBox .star {
    display: block;
    height: 16px;
  }

  /* 点赞踩区 */
  .mood {
    display: none !important;
  }

  /* 截图区域 */
  .snapShotWrap {
    margin: 0 !important;
    position: relative;
    overflow: hidden;
    background: #fafafa;
    border-radius: 10px;
    padding: 12px !important;
  }

  .snapShotWrap .snap-shot-btn {
    display: none !important;
  }

  .snapShotCont {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 0;
    scrollbar-width: none;
  }

  .snapShotCont::-webkit-scrollbar {
    display: none;
  }

  .snopshot {
    flex-shrink: 0;
    width: 140px !important;
    margin: 0 !important;
    display: block !important;
    float: none !important;
  }

  .snopshot img {
    width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  }

  .snopshot .elementOverlay {
    display: none !important;
  }

  /* 应用详情Tab */
  .comm_detTab {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .comm_detTab .tab_tit {
    display: flex !important;
    background: #fafafa;
    border-bottom: 1px solid #f0f0f0;
    padding: 0 !important;
    margin: 0 !important;
  }

  .comm_detTab .tab_tit li,
  .comm_detTab .tab_tit_item {
    flex: 1;
    text-align: center;
    padding: 14px 0 !important;
    font-size: 14px;
    color: #666;
    border: none !important;
    background: transparent !important;
  }

  .comm_detTab .tab_tit li.cur,
  .comm_detTab .tab_tit_item.cur {
    color: #10b981 !important;
    font-weight: 600;
    background: #fff !important;
    border-bottom: 2px solid #10b981 !important;
  }

  .comm_detTab .tab_tit li:active,
  .comm_detTab .tab_tit_item:active {
    background: #f5f5f5 !important;
    transform: scale(0.98);
  }

  .comm_detTab .tab_con {
    padding: 16px !important;
  }

  /* 应用截图 - 旧样式兼容 */
  .screenShortBox,
  .screenShort_Box {
    padding: 0 !important;
  }

  .screenShortList,
  .screenShort_List {
    display: flex !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    padding: 10px 0 !important;
    scrollbar-width: none;
  }

  .screenShortList::-webkit-scrollbar,
  .screenShort_List::-webkit-scrollbar {
    display: none;
  }

  .screenShortList li,
  .screenShort_List li {
    flex-shrink: 0;
    width: 180px !important;
    margin: 0 !important;
  }

  .screenShortList li img,
  .screenShort_List li img {
    width: 100% !important;
    height: auto !important;
    border-radius: 10px;
  }

  /* 应用介绍内容标题 */
  .itTit {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
    margin: 20px 0 12px 0 !important;
    padding: 0 0 0 12px !important;
    border-left: 3px solid #10b981;
    background: transparent !important;
  }

  /* 详情介绍标题 */
  .syDeReTitle {
    margin-bottom: 16px !important;
    padding-bottom: 14px !important;
    border-bottom: 1px solid #f0f0f0;
  }

  .syDeReTitle h2 {
    font-size: 17px !important;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
  }

  .syDeReTitle h2::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: linear-gradient(180deg, #10b981, #059669);
    border-radius: 2px;
    margin-right: 10px;
  }

  .syDeReTitle h2 em,
  .syDeReTitle h2 em b,
  .syDeReTitle h2 em big {
    background: none !important;
    font-style: normal;
    font-size: inherit;
  }

  /* 右侧内容区 - 详情页主体 */
  .main_Right {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main_Right .comm_itembox {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 16px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  /* 详情介绍内容 */
  .main_Right .des {
    font-size: 15px !important;
    line-height: 1.8;
    color: #333;
  }

  .main_Right .des p {
    margin: 0 0 14px 0 !important;
  }

  .main_Right .des h3 {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
    margin: 20px 0 10px 0 !important;
    padding-left: 12px;
    border-left: 3px solid #10b981;
  }

  .main_Right .des img {
    max-width: 100% !important;
    height: auto !important;
    border-radius: 8px;
    margin: 12px 0;
  }

  .main_Right .des strong {
    color: #333;
    font-weight: 600;
  }

  /* 应用截图标题 */
  .itTit {
    font-size: 16px !important;
    font-weight: 600;
    color: #333;
    margin: 24px 0 14px 0 !important;
    padding: 0 0 0 12px !important;
    border-left: 3px solid #10b981;
    background: transparent !important;
  }

  /* 模块内容容器 */
  .module-cont {
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ========================================
     下载页 down.html
     ======================================== */
  /* 侧边栏容器 - 移动端显示 */
  .h_part .p_role {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    float: none !important;
  }

  .h_part .p_role .comm_rigbox {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .h_part .p_role .comm_rigbox h3 {
    font-size: 15px !important;
    font-weight: 600;
    color: #333;
    margin: 0 0 12px 0 !important;
    display: flex;
    align-items: center;
  }

  .h_part .p_role .comm_rigbox h3::before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 14px;
    background: linear-gradient(180deg, #10b981, #059669);
    border-radius: 2px;
    margin-right: 8px;
  }

  /* 资讯排行列表 */
  .zx_topsec_List {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .zx_topsec_List li {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
    padding: 10px 0 !important;
    margin: 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
    height: auto !important;
    float: none !important;
    width: 100% !important;
  }

  .zx_topsec_List li:last-child {
    border-bottom: none !important;
  }

  .zx_topsec_List li span {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
    font-size: 12px !important;
    border-radius: 6px !important;
    flex-shrink: 0;
    float: none !important;
  }

  .zx_topsec_List li a {
    flex: 1 !important;
    font-size: 14px !important;
    color: #333 !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    line-height: 1.4 !important;
    margin: 0 !important;
  }

  /* 下载列表容器统一 */
  .h_down .d_conten {
    display: block !important;
  }

  .h_down .d_conten > div {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }

  /* 分类Tab列表 */
  .tab_BoxList {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  }

  .tab_BoxList .tab_list {
    display: flex !important;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px 0 !important;
    padding: 0 !important;
  }

  .tab_BoxList .tab_list li {
    padding: 6px 14px !important;
    font-size: 13px;
    border-radius: 16px !important;
    background: #f5f5f5;
    border: none !important;
    margin: 0 !important;
  }

  .tab_BoxList .tab_list li.cur {
    background: linear-gradient(135deg, #10b981, #059669) !important;
    color: #fff !important;
    box-shadow: 0 2px 8px rgba(16, 185, 129, 0.3);
  }

  .tab_BoxList .tab_list li:active {
    transform: scale(0.95);
  }

  /* 下载列表宽度条 */
  .wid_tow {
    margin: 0 !important;
    padding: 0 !important;
  }

  .wid_tow li {
    display: flex !important;
    align-items: center;
    gap: 12px;
    padding: 12px 0 !important;
    border-bottom: 1px solid #f5f5f5 !important;
  }

  .wid_tow li:last-child {
    border-bottom: none !important;
  }

  .wid_tow li img {
    width: 48px !important;
    height: 48px !important;
    border-radius: 12px;
    flex-shrink: 0;
  }

  .wid_tow li .l_text {
    flex: 1;
    min-width: 0;
  }

  .wid_tow li .l_text .tl {
    font-size: 14px !important;
    font-weight: 500;
    color: #333;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wid_tow li .l_text p {
    font-size: 12px !important;
    color: #999;
    margin: 0;
  }

  .wid_tow li .l_text .a_into {
    display: none !important;
  }

  /* ========================================
     down.html 页面整体布局优化
     ======================================== */
  /* 轮播区域容器 */
  .h_part {
    display: block !important;
  }

  .h_part.mw1300 {
    background: #fff;
    border-radius: 12px;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    max-width: calc(100% - 20px) !important;
  }

  /* 轮播容器左侧和中间 */
  .h_part .p_mod,
  .h_part .p_software {
    width: 100% !important;
    float: none !important;
    margin: 0 0 16px 0 !important;
  }

  .h_part .p_mod:last-child,
  .h_part .p_software:last-child {
    margin-bottom: 0 !important;
  }

  /* 确保软件Tab在轮播区域内正确显示 */
  .h_part .p_softlist {
    margin: 0 !important;
  }

  /* 确保侧边栏最新资讯正确显示 */
  .h_part .p_role {
    width: 100% !important;
    margin: 16px 0 0 0 !important;
    float: none !important;
  }

  .h_part .p_role .comm_rigbox {
    margin: 0 !important;
    padding: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  /* 为单独的 .comm_rigbox 保留卡片样式 */
  .mainContent > .comm_rigbox,
  .mw1300 > .comm_rigbox {
    background: #fff !important;
    border-radius: 12px !important;
    margin: 10px !important;
    padding: 14px !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04) !important;
  }

  /* ========================================
     通用移动端优化
     ======================================== */
  /* 所有虚线变实线 */
  [style*='dashed'] {
    border-style: solid !important;
  }

  /* 隐藏PC端搜索框 */
  .searth_box {
    display: none !important;
  }

  /* 所有宽度类重置 */
  .w920,
  .w880,
  .w840,
  .w750,
  .w740,
  .w520,
  .w500,
  .w480,
  .w420,
  .w400,
  .w380,
  .w340,
  .w330,
  .w300,
  .w260 {
    width: 100% !important;
  }
}

/* ========================================
   小屏手机 (< 480px)
   ======================================== */
@media screen and (max-width: 480px) {
  /* 模块间距减小 */
  .h_part,
  .h_Recommenda,
  .h_down,
  .p_software,
  .footer,
  .comm_rigbox {
    margin: 8px !important;
  }

  /* 推荐列表 - 小屏优化 */
  .h_Recommenda .h_switch li {
    width: 70px !important;
  }

  .h_Recommenda .h_switch li img {
    width: 54px !important;
    height: 54px !important;
  }

  .h_Recommenda .h_switch li a {
    font-size: 11px;
    max-width: 62px;
  }

  /* 应用列表和苹果列表 - 小屏优化 */
  ul.az_applist li,
  ul.pg_appTab li {
    padding: 5px 2px !important;
  }

  ul.az_applist li .one_img,
  ul.pg_appTab li .one_img {
    width: 46px !important;
    height: 46px !important;
    margin: 0 0 5px 0 !important;
  }

  ul.az_applist li .a_tit,
  ul.pg_appTab li .a_tit {
    font-size: 11px !important;
  }

  /* 排行榜列表 */
  ul.bl_topsecList li img {
    width: 40px !important;
    height: 40px !important;
  }

  /* 软件Tab列表 */
  .p_softlist .p_con ul.c-new li img {
    width: 40px !important;
    height: 40px !important;
  }

  /* 导航菜单 */
  .seMenu li a {
    padding: 5px 10px;
    font-size: 10px;
  }

  .seMenu li a b {
    width: 20px;
    height: 20px;
  }

  /* 标题 */
  .com_titOne h2,
  .com_titOne h3,
  .h_Recommenda .title h2 {
    font-size: 15px !important;
  }
}

/* ========================================
   超小屏手机 (< 375px)
   ======================================== */
@media screen and (max-width: 375px) {
  /* 模块间距 */
  .h_part,
  .h_Recommenda,
  .h_down,
  .p_software,
  .footer,
  .comm_rigbox {
    margin: 6px !important;
  }

  .h_Recommenda .h_switch li {
    width: 66px !important;
  }

  .h_Recommenda .h_switch li img {
    width: 50px !important;
    height: 50px !important;
  }

  .h_Recommenda .h_switch li a {
    font-size: 10px;
    max-width: 58px;
  }

  /* 应用列表和苹果列表 - 超小屏优化 */
  ul.az_applist li,
  ul.pg_appTab li {
    padding: 4px 2px !important;
  }

  ul.az_applist li .one_img,
  ul.pg_appTab li .one_img {
    width: 42px !important;
    height: 42px !important;
    margin: 0 0 4px 0 !important;
  }

  ul.az_applist li .a_tit,
  ul.pg_appTab li .a_tit {
    font-size: 10px !important;
  }

  /* 排行榜 */
  ul.bl_topsecList li img {
    width: 36px !important;
    height: 36px !important;
    margin-right: 10px !important;
  }

  /* 软件Tab */
  .p_softlist .p_con ul.c-new li img {
    width: 36px !important;
    height: 36px !important;
  }

  .seMenu li a {
    padding: 4px 8px;
    font-size: 10px;
  }

  .seMenu li a b {
    width: 18px;
    height: 18px;
  }
}

/* ========================================
   横屏模式
   ======================================== */
@media screen and (max-width: 768px) and (orientation: landscape) {
  /* 横屏时一行显示更多 */
  ul.az_applist li,
  ul.pg_appTab li {
    width: 16.66% !important; /* 一行6个 */
  }

  ul.az_applist li .one_img,
  ul.pg_appTab li .one_img {
    width: 44px !important;
    height: 44px !important;
  }
}

/* 打印样式已移至 compatibility.css */
