@charset "utf-8";

/* ========================================================
   鑫梦商务 - 旧版页面响应式适配（手机版）
   仅在 max-width:768px 以下生效，电脑版完全不受影响
   适用于: showservice, showservice2, newslist, list, help
   ======================================================== */

@media screen and (max-width: 768px) {

  /* ========== 全局容器 ========== */
  body {
    font-size: 14px !important;
    overflow-x: hidden;
  }

  .nb,
  .moduleBg,
  .head-top-con,
  .head-sch,
  .head-nav,
  .rmfw,
  .nav-con,
  .gszc,
  .foot-mid,
  .bom-link,
  .pro-tab,
  .pro-tab .hdfix {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    padding: 0 12px;
    margin: 0 auto !important;
  }

  /* ========== 顶部欢迎条 ========== */
  .head-top-con {
    height: auto !important;
    line-height: 30px !important;
    text-align: center;
  }

  .head-top-con span {
    font-size: 12px;
  }

  .login-link {
    display: none !important;
  }

  /* ========== Logo + 搜索区 ========== */
  .head-sch {
    padding-top: 10px !important;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .head-sch .lf {
    float: none !important;
  }

  .logo {
    float: none !important;
    display: inline-block;
  }

  .logo img {
    max-height: 40px !important;
  }

  .head-sch .sch {
    display: none !important;
  }

  .head-sch .dh {
    margin-top: 0 !important;
    margin-right: 0 !important;
  }

  .head-sch .dh img {
    height: 24px !important;
  }

  /* ========== 导航栏 ========== */
  .nav {
    height: auto !important;
    margin-top: 10px !important;
    border-bottom: 2px solid #fc9701;
  }

  .nav-con {
    height: auto !important;
    position: static !important;
  }

  /* 隐藏全部服务分类下拉 */
  .nav-left {
    display: none !important;
  }

  .nav-right {
    margin-left: 0 !important;
    height: auto !important;
    line-height: 36px !important;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .nav-right ul {
    display: flex !important;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }

  .nav-right > ul > li {
    float: none !important;
    flex-shrink: 0;
    padding: 0 12px !important;
    font-size: 14px !important;
    white-space: nowrap;
  }

  /* ========== 轮播 / Banner ========== */
  .banner-list img,
  .banner img,
  .lb-img img {
    width: 100%;
    height: auto;
  }

  /* ========== 热门服务 ========== */
  .rmfw {
    padding: 15px 0 !important;
  }

  .rm-list {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .rm-list > div {
    width: 48% !important;
    margin-bottom: 10px;
  }

  .rm-list > div i {
    width: 40px !important;
    height: 40px !important;
  }

  .rm-list > div span {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  /* ========== 公司注册区 ========== */
  .gszc {
    padding-top: 10px !important;
  }

  .gszc-top {
    display: block !important;
  }

  .gszc-top > p,
  .gszc-top > ul {
    float: none !important;
    display: block !important;
    margin: 10px 0 !important;
  }

  .gszc-top > ul li {
    margin-right: 15px !important;
    font-size: 12px !important;
    line-height: 24px !important;
    height: 24px !important;
  }

  /* ========== 创业知识区 ========== */
  .cyzs {
    display: block !important;
  }

  .cyzs-lf,
  .cyzs-rf {
    width: 100% !important;
    float: none !important;
  }

  .cyzs-img img {
    width: 100% !important;
    height: auto !important;
  }

  .cy-con h3 {
    font-size: 16px !important;
  }

  .cy-con p {
    font-size: 12px !important;
    margin-top: 8px !important;
    line-height: 18px !important;
  }

  /* ========== 页脚 ========== */
  .footer {
    padding: 0;
  }

  .foot-top {
    display: block !important;
    padding-bottom: 15px !important;
  }

  .foot-tit,
  .foot-lf,
  .foot-rf,
  .foot-link {
    width: 100% !important;
    float: none !important;
    flex: none !important;
    display: block !important;
    padding: 10px 0 !important;
  }

  .foot-tit {
    display: flex !important;
    align-items: center;
  }

  .foot-tit-lf {
    width: 40px !important;
    height: 40px !important;
    line-height: 38px !important;
    font-size: 18px !important;
  }

  .foot-tit-rf {
    padding: 0 12px !important;
  }

  .foot-tit-rf h3 {
    font-size: 14px !important;
    padding-bottom: 5px !important;
  }

  .foot-tit-rf p {
    font-size: 12px !important;
  }

  .foot-link {
    padding: 10px 0 !important;
  }

  .foot-link h3 {
    font-size: 14px !important;
  }

  .foot-link a {
    font-size: 12px !important;
    line-height: 22px !important;
  }

  .foot-link a:nth-child(2) {
    margin-top: 6px !important;
  }

  .foot-rf {
    justify-content: flex-start !important;
    padding-top: 10px !important;
  }

  .foot-rf img {
    width: 100px !important;
    height: 100px !important;
    margin: 0 10px 0 0 !important;
    float: none !important;
  }

  .foot-rf-msg p {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .foot-mid {
    display: block !important;
  }

  .bom-link {
    display: block !important;
    text-align: center;
  }

  .bom-link a {
    font-size: 12px !important;
    margin: 0 5px !important;
  }

  /* ========== 产品/服务详情页 ========== */
  .pro-view {
    padding: 10px !important;
  }

  .pro-tab {
    width: 100% !important;
  }

  .pro-tab .hdd ul li {
    padding: 0 15px !important;
    font-size: 13px !important;
    height: 36px !important;
    line-height: 36px !important;
  }

  .pro-tab .hdfix {
    width: 100% !important;
  }

  .pro-tab .bdd > div {
    padding: 10px !important;
  }

  .pro-tab .bdd .attr {
    max-width: 100% !important;
  }

  .pro-tab .bdd .attr li {
    width: 50% !important;
    font-size: 12px !important;
  }

  /* ========== 列表页 ========== */
  .list-item,
  .pps li {
    width: 100% !important;
    box-sizing: border-box;
  }

  /* 图片自适应 */
  img {
    max-width: 100%;
    height: auto;
  }

  /* 表格自适应 */
  table {
    width: 100% !important;
    display: block;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  /* ========== 杂项 ========== */
  .main {
    width: 100% !important;
    overflow: hidden;
  }

  .clearovermartb {
    margin: 10px 0 !important;
  }

  /* 隐藏桌面端浮动客服等 */
  .nb-icon-wrap {
    display: none !important;
  }

  /* 搜索框 */
  .searchbox {
    width: 100% !important;
  }

}
