/* Local adaptations — only supplements, do not override skin layout */
html, body {
  min-width: 0 !important;
  overflow-x: hidden;
}
.copyright {
  text-align: center;
  padding: 16px 20px 30px;
  color: #666;
  font-size: 13px;
 /* background: #f7f7f7;*/
}
.copyright a {
  color: #666;
  margin-left: 8px;
}
.footer .div2 .p2 {
  color: #fff !important;
  line-height: 1.8 !important;
}
.sybn .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}
.barwrap .logo img {
  height: 50px;
  width: auto;
}
#ab_img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 12px;
}
#ab_img {
  line-height: 1.8;
  color: #333;
  font-size: 15px;
}
.detail-title {
  text-align: center;
  font-size: 28px;
  padding: 20px 0 10px;
}
.detail-meta {
  text-align: center;
  color: #999;
  margin-bottom: 30px;
}
.detail-nav {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #eee;
  margin-top: 40px;
  color: #666;
}
.detail-nav a {
  color: #666;
}
.pagebar {
  text-align: center;
  padding: 30px 0 50px;
  clear: both;
  font-size: 14px;
}
.pagebar .pagination {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.pagebar .pagination a {
  display: inline-block;
  background: #fff;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 3px;
  text-decoration: none;
}
.pagebar .pagination a.page-num-current,
.pagebar .pagination a:hover {
  background: #d7a449 !important;
  border-color: #d7a449 !important;
  color: #fff !important;
}
.index-footer-form {
  margin: 40px auto 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.06);
}
.index-footer-form textarea.ar {
  width: 100%;
  height: 135px;
  padding: 12px 10px;
  font-size: 14px;
  border: 1px solid #d8d8d8;
  color: #666;
  margin-bottom: 20px;
  box-sizing: border-box;
  resize: vertical;
}
.ctas:after {
  content: '';
  display: block;
  clear: both;
}
/* 网店卡片：避免 float 因高度不一致错位掉行 */
.ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.ctas a.addr {
  float: none;
  width: 33.333%;
  box-sizing: border-box;
  display: block;
}
.ctas a.addr .x {
  text-align: left;
  word-break: break-all;
}
.tade .zxsj p.tip {
  color: #999 !important;
  margin-top: 10px;
}
.detail-left, .detail-right {
  box-sizing: border-box;
}
@media (max-width: 992px) {
  .detail-left, .detail-right {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
  }
  .detailpage {
    padding: 30px 15px !important;
  }
}
@media (max-width: 992px) {
  .barwrap {
    height: auto;
    min-height: 70px;
    padding: 10px 16px;
    flex-wrap: wrap;
  }
  .navbar {
    width: 100%;
    order: 3;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 8px 0;
  }
  .navbar li a {
    padding: 6px 10px;
    font-size: 13px;
  }
  .ctas a {
    width: 50% !important;
  }
  .newspage ul li {
    width: 100% !important;
  }
  .casepage li {
    width: 48% !important;
  }
}
@media (max-width: 600px) {
  .ctas a {
    width: 100% !important;
  }
  .casepage li {
    width: 100% !important;
  }
  .index-sec1 .ul1 li {
    width: 100% !important;
  }
}
