@charset "utf-8";

/* ==================== 基础样式 ==================== */
html, body {
  min-width: auto;
  height: 100%;
  overflow-x: hidden;
}

body {
  color: #828282;
  background: #fff;
  margin: 0;
  padding: 0;
  font-family: "微软雅黑", "Microsoft YaHei", -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.5;
}

.body {
  font-size: 14px;
  overflow-x: hidden;
  background: #f8e8d6 url(/static/images/pt-img26.png) no-repeat center bottom;
  background-size: 100% auto;
  min-height: 100vh;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

/* ==================== 通用组件样式 ==================== */
.w-section {
  position: relative;
}

.w-section .row {
  position: relative;
  margin: 0 auto;
  max-width: 1120px;
}

.w-section .row .row-mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.w-section .row .wrap-content-in {
  position: relative;
  z-index: 3;
  padding: 20px 0;
}

.wrap-content-in {
  padding: 20px 0;
  max-width: 1120px;
  margin: 0 auto;
}

/* 间距�?*/
.pdTop-default {
  padding-top: 0 !important;
}

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

.pdTop-medium {
  padding-top: 20px !important;
}

.pdTop-big {
  padding-top: 30px !important;
}

.pdTop-large {
  padding-top: 40px !important;
}

.pdBottom-default {
  padding-bottom: 0 !important;
}

.pdBottom-small {
  padding-bottom: 10px !important;
}

.pdBottom-medium {
  padding-bottom: 20px !important;
}

.pdBottom-big {
  padding-bottom: 30px !important;
}

.pdBottom-large {
  padding-bottom: 40px !important;
}

/* 空间组件 */
.w-space {
  width: 100%;
  position: relative;
}

.stretch-b {
  width: 100%;
  height: 100%;
}

/* 标题组件 */
.w-title {
  position: relative;
  margin-bottom: 20px;
}

.w-title-in {
  position: relative;
}

.w-title-inner {
  position: relative;
}

.title-h-in {
  min-height: 25px;
}

.w-title h2 {
  font-size: 24px;
  margin: 0;
  font-weight: normal;
}

.w-title .color_span {
  font-size: 14px;
  color: #999;
  margin-left: 10px;
}

/* 文本组件 */
.w-text {
  min-height: 25px;
  line-height: 2;
}

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

.w-text ul,
.w-text ul li {
  list-style: inside disc;
}

.w-text ol,
.w-text ol li {
  list-style: inside decimal;
}

/* 产品列表 */
.w-productList-in {
  position: relative;
}

.w-prd-list {
  width: 100%;
  overflow: hidden;
}

.w-prd-list-in {
  width: 100%;
  overflow: hidden;
}

.w-prd-list1 {
  width: 100%;
  overflow: hidden;
}

.w-prd-list1 .w-prd-list-cell {
  float: left;
  position: relative;
  width: 33.333%;
}

.w-prd-list1 .w-prd-list-cell-in {
  padding: 0 15px;
  position: relative;
  margin-bottom: 30px;
}

.w-prd-list-cell {
  float: left;
  position: relative;
}

.w-prd-list-cell-in {
  padding: 0 15px;
  position: relative;
}

.w-prd-con {
  position: relative;
  overflow: hidden;
}

.w-prd-imgbox {
  position: relative;
  overflow: hidden;
}

.w-prd-imgbox img {
  width: 100%;
  height: auto;
  display: block;
}

/* 新闻列表样式 */
.w-News-list {
  width: 100%;
  overflow: hidden;
}

.w-News-list-in {
  width: 100%;
}

.w-News-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w-News-list li {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.w-News-list li:last-child {
  border-bottom: none;
}

.news-item {
  display: flex;
  gap: 20px;
}

.news-imgbox {
  flex-shrink: 0;
  width: 180px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
}

.news-imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-com {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news-h {
  margin-bottom: 10px;
}

.news-h a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.news-h a:hover {
  color: #8B4513;
}

.news-kind {
  font-size: 12px;
  color: #8B4513;
  margin-right: 10px;
}

.news-sum {
  color: #666;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.date {
  color: #999;
  font-size: 13px;
}

.news-together {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}

/* 分页样式 */
.next1 {
  text-align: center;
  padding: 30px 0;
}

.next1 a {
  display: inline-block;
  padding: 8px 16px;
  margin: 0 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #666;
  text-decoration: none;
  transition: all 0.3s;
}

.next1 a:hover {
  border-color: #8B4513;
  color: #8B4513;
}

.next1 a.on1 {
  background: #8B4513;
  color: #fff;
  border-color: #8B4513;
}

/* 图片容器样式 */
.aspectRatio {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.img-count {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}

.img-count-in {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.img-count-in img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.w-prd-infobox {
  padding: 15px 0;
  text-align: center;
}

.w-prd-name {
  font-size: 16px;
  margin: 0 0 10px 0;
  font-weight: normal;
}

.w-prd-name a {
  color: #333;
  text-decoration: none;
}

.w-prd-name a:hover {
  color: #8B4513;
}

.w-prd-sum {
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}

/* 颜色类 */
.color_main {
  color: #8B4513;
}

.color_vice {
  color: #999;
}

.color_h {
  color: #333;
}

/* 列表项样式 */
.li-div {
  position: relative;
}

/* 按钮样式 */
.w-button {
  padding: 20px 0;
}

.btn-default-w {
  display: inline-block;
  padding: 12px 30px;
  background: #8B4513;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
}

.btn-default-w:hover {
  background: #A0522D;
  color: #fff;
}

.btn-inner {
  display: block;
}

/* 产品列表样式 */
.w-productList {
  width: 100%;
  overflow: hidden;
}

.w-productList-in {
  width: 100%;
  overflow: hidden;
}

/* 名医团队专用容器 */
.w-productList .teamSlide {
  width: 100%;
  overflow: hidden;
}

.w-productList .teamSlide .bd {
  overflow: hidden !important;
}

.w-productList .teamSlide .bd ul {
  overflow: visible !important;
  float: left !important;
}

/* 产品列表样式 - 首页专用 */
.w-productList1 .g-n4 {
  width: 24.99%;
}

/* 名医团队滚动样式 - Flex */
.team-container {
  position: relative;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.team-scroll {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 10px 0;
}

.team-scroll::-webkit-scrollbar {
  display: none;
}

.team-item {
  flex: 0 0 240px;
  text-align: center;
}

.team-img-box {
  width: 240px;
  height: 320px;
  overflow: hidden;
  border-radius: 12px;
  margin-bottom: 15px;
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.team-img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.team-img-box:hover img {
  transform: scale(1.05);
}

.team-name {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

.team-name a {
  color: #333;
  text-decoration: none;
}

.team-name a:hover {
  color: #8B4513;
}

.team-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: #8B4513;
  color: #fff;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  transition: all 0.3s;
  z-index: 10;
  box-shadow: 0 4px 15px rgba(139, 69, 19, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 44px;
  text-align: center;
  padding: 0;
}

.team-nav:hover {
  background: #A0522D;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 20px rgba(139, 69, 19, 0.5);
}

.team-nav:active {
  transform: translateY(-50%) scale(0.95);
}

.team-nav-prev {
  left: 0;
}

.team-nav-next {
  right: 0;
}

/* 移动端适配 - 一次只显示一个医生 */
@media (max-width: 768px) {
  .team-container {
    padding: 0 45px;·
  }
  
  .team-scroll {
    gap: 0;
    scroll-snap-type: x mandatory;
  }
  
  .team-item {
    flex: 0 0 85%;
    max-width: 280px;
    scroll-snap-align: center;
    scroll-snap-stop: always;
  }
  
  .team-img-box {
    width: 100%;
    max-width: 260px;
    height: auto;
    aspect-ratio: 3/4;
    margin: 0 auto 15px;
    border-radius: 10px;
  }
  
  .team-nav {
    width: 36px;
    height: 36px;
    font-size: 20px;
    line-height: 36px;
    box-shadow: 0 3px 10px rgba(139, 69, 19, 0.3);
  }
  
  .team-nav:hover {
    transform: translateY(-50%) scale(1.05);
  }
}

/* 中医主题色 */
.color_traditional {
  color: #8B4513;
}

.color_gold {
  color: #d4a574;
}

.color_ink {
  color: #2c3e50;
}

/* 网格布局 */
.g-n4 {
  width: 25%;
}

/* 动画类 */
.not-animated {
  opacity: 1;
}

/* ==================== Header 样式 ==================== */

a {
  color: #333;
  text-decoration: none;
}

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

/* ==================== Header 样式 ==================== */
.w-container {
  width: 100%;
}

/* ===== 桌面端导航栏 ===== */
.w-header {
  border-bottom: 1px solid #eee;
  background: #f7e7d7;
  position: relative;
  z-index: 100;
  height: 100px;
}

.w-header .row {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}

.row_top {
  display: table;
  width: 100%;
}

.row_top .column {
  display: table-cell;
  vertical-align: middle;
}

.row_top .columnM {
  width: 60%;
}

.row_top .columnL, .row_top .columnR {
  width: 20%;
}

.col-logo {
  float: left;
}

.w-logo {
  padding: 0 1.2rem;
}

.w-logo h1 {
  font-size: 32px;
  padding: 0 10px;
  margin: 0;
  font-weight: normal;
  display: none;
}

.w-logo h1, .w-logo a {
  color: #231F20;
}

.w-logo-img {
  display: block;
}

.w-logo-img img {
  max-height: 100px;
  max-width: 100%;
}

.w-nav {
  text-align: right;
  font-size: 0;
}

.w-nav ul {
  display: inline-block;
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.w-nav .nav_inner > li {
  float: left;
  text-align: center;
  margin: 0 17px;
}

.w-nav .nav_inner > li > a,
.w-nav .nav_inner > li > .li-parent-div > a {
  display: block;
  line-height: 100px;
  font-size: 16px;
  color: #333;
  padding: 0 5px;
  transition: color 0.3s ease;
}

.w-nav .nav_inner > li.active > a,
.w-nav .nav_inner > li.active > .li-parent-div > a {
  color: #8B4513;
}

.w-nav .nav_inner > li:hover > a,
.w-nav .nav_inner > li:hover > .li-parent-div > a {
  color: #8B4513;
}

/* 电脑端下拉菜单样式 */
.w-nav .nav_inner > li.dropdown {
  position: relative;
}

.w-nav .nav_inner > li.dropdown .submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 180px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  z-index: 1000;
  padding: 10px 0;
  margin-top: 0;
}

.w-nav .nav_inner > li.dropdown:hover .submenu {
  display: block;
  animation: fadeInDown 0.3s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.w-nav .nav_inner > li.dropdown .submenu .back-div {
  display: none;
}

.w-nav .nav_inner > li.dropdown .submenu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.w-nav .nav_inner > li.dropdown .submenu ul li {
  float: none;
  margin: 0;
  text-align: left;
}

.w-nav .nav_inner > li.dropdown .submenu ul li a {
  display: block;
  padding: 12px 20px;
  font-size: 14px;
  color: #555;
  text-decoration: none;
  transition: all 0.3s;
  border-bottom: 1px solid #f5f5f5;
}

.w-nav .nav_inner > li.dropdown .submenu ul li:last-child a {
  border-bottom: none;
}

.w-nav .nav_inner > li.dropdown .submenu ul li a:hover {
  background: #f5f0e8;
  color: #8B4513;
  padding-left: 25px;
}

/* 下拉菜单指示箭头 */
.w-nav .nav_inner > li.dropdown .nav-more {
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  transition: transform 0.3s;
}

.w-nav .nav_inner > li.dropdown:hover .nav-more {
  transform: rotate(180deg);
}

.topLogBoxPc {
  display: block;
}

.col-right {
  display: none;
}

/* ===== 汉堡菜单按钮 ===== */
.mobile-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #8B4513;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(139, 69, 19, 0.25);
  z-index: 100;
}

.mobile-nav-toggle span,
.mobile-nav-toggle:before,
.mobile-nav-toggle:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  left: 50%;
  margin-left: -10px;
}

.mobile-nav-toggle span {
  top: 50%;
  margin-top: -1px;
}

.mobile-nav-toggle:before {
  top: 14px;
}

.mobile-nav-toggle:after {
  bottom: 14px;
}

.nav-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  margin-left: 6px;
  border-radius: 50%;
  background: rgba(139, 69, 19, 0.12);
  color: #8B4513;
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
}

.article-content img {
width: 100%;
}
/* ==================== Banner 幻灯片样式 ==================== */
.bannerBox {
  width: 100%;
}

.banner ul.bxslider {
  height: 400px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.banner ul.bxslider li {
  height: 400px;
  position: relative;
}

.banner ul.bxslider li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner ul.bxslider li a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 单张Banner图片自适应 */
.banner-single {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.banner-single-img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}

.banner {
  height: auto;
}

.banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* 幻灯片响应式高度 */
@media (max-width: 1200px) {
  .banner ul.bxslider {
    height: 350px;
  }
  .banner ul.bxslider li {
    height: 350px;
  }
}

@media (max-width: 960px) {
  .banner ul.bxslider {
    height: 300px;
  }
  .banner ul.bxslider li {
    height: 300px;
  }
}

@media (max-width: 768px) {
  .banner ul.bxslider {
    height: 250px;
  }
  .banner ul.bxslider li {
    height: 250px;
  }
}

@media (max-width: 480px) {
  .banner ul.bxslider {
    height: 180px;
  }
  .banner ul.bxslider li {
    height: 180px;
  }
}

/* ==================== 主要内容区域 ==================== */
.w-main {
  padding: 20px 0;
}

.w-main .row {
  max-width: 1120px;
  margin: 0 auto;
}

/* ==================== 响应式样�?==================== */
@media (max-width: 960px) {
  html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
  }
  
  .bannerBox {
    display: none;
  }
  
  .crumbs {
    display: none;
  }
  
  body {
    height: 100%;
    min-width: 100%;
  }
  
  .body {
    padding-top: 80px;
    font-size: 14px;
  }
  
  .banner {
    margin-top: 0;
    height: 200px !important;
  }
  
  .banner ul.bxslider {
    height: 200px !important;
  }
  
  .banner ul.bxslider li {
    height: 200px !important;
  }
  
  .banner ul.bxslider li img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
  }

  .banner-single-img {
    width: 100% !important;
    height: auto !important;
  }
  
  /* 通用容器响应�?*/
  .w-container {
    width: 100%;
  }
  
  .w-section .row,
  .wrap-content-in {
    max-width: 100%;
    padding: 15px;
  }
  
  /* 产品列表响应�?*/
  .w-prd-list-cell {
    width: 50% !important;
  }
  
  .w-prd-list1 .w-prd-list-cell {
    width: 50% !important;
  }
  
  .w-prd-list-cell-in {
    padding: 0 10px;
  }
  
  /* 侧边栏响应式 */
  .w-system {
    max-width: 100% !important;
    padding: 15px !important;
  }
  
  .w-system-in {
    flex-direction: column !important;
    gap: 20px !important;
  }
  
  .side_bar {
    width: 90% !important;
    margin: 0 auto;
  }
  
  .doctor-main-img img {
    width: 100%;
  }
  .w-article-detail {
    padding: 0px!important;
  }
  .side_left {
    width: 100% !important;
    overflow: hidden;
  }
  
  /* 标题响应�?*/
  .w-title h2 {
    font-size: 20px;
  }
  
  .w-title .color_span {
    font-size: 12px;
  }
  
  /* ===== 手机端导航栏 ===== */
  .w-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    color: #333;
    background: #fff;
    border-bottom: 1px solid #ECECEC;
    height: 80px;
    display: flex;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
  }
  
  .w-header .row {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  
  .topLogBoxPc {
    display: none;
  }
  
  /* 汉堡菜单按钮 - 移动端显示 */
  .mobile-menu-wrapper {
    display: flex !important;
    position: static !important;
    transform: none !important;
    width: 55px;
    height: 55px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #8B4513;
    box-shadow: 0 8px 20px rgba(139, 69, 19, 0.25);
    margin-left: auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .mobile-menu-btn span,
  .mobile-menu-btn:before,
  .mobile-menu-btn:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 2.5px;
    background: #fff;
    border-radius: 2px;
  }
  
  .mobile-menu-btn span {
    top: 50%;
    margin-top: -1.25px;
  }
  
  .mobile-menu-btn:before {
    top: 18px;
  }
  
  .mobile-menu-btn:after {
    bottom: 18px;
  }
  
  /* 隐藏旧的导航按钮 */
  .mobile-nav-toggle {
    display: none !important;
  }
  
  .nav_right_mask {
    display: none !important;
  }
  
  /* 隐藏旧的侧边菜单 */
  .col-right {
    display: none !important;
  }
  
  .row_top {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
  }
  
  .row_top .column {
    display: flex;
    align-items: center;
    width: auto;
  }
  
  .row_top .columnM, .row_top .columnR {
    display: none !important;
  }
  
  .col-logo {
    float: none;
    text-align: left;
    padding: 0;
  }
  
  .w-logo {
    padding: 0;
    height: auto;
  }
  
  .w-logo-img {
    display: block;
    padding: 0;
    line-height: 1;
  }
  
  .w-logo-img img {
    max-height: 60px;
    max-width: 100%;
    vertical-align: middle;
  }
  
  /* 隐藏桌面端导航 */
  .desktop-nav {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .link {
    display: none;
  }
  
  .w-News-list2 li {
    width: 50% !important;
  }
  
  .newsDetail {
    padding-left: 1em;
    padding-right: 1em;
  }
}

/* ==================== 移动端菜单样式 ==================== */

/* 移动端菜单容器 */
.mobile-menu-wrapper {
  display: none;
}

/* 移动端菜单内容 */
.w-nav.mobile-menu {
  display: none;
  position: fixed;
  left: -75%;
  width: 75%;
  max-width: 280px;
  height: 100vh;
  background: #fff;
  top: 0;
  z-index: 1000;
  overflow-y: auto;
  padding-top: 70px;
  transition: left 0.3s ease;
  box-shadow: 4px 0 20px rgba(0,0,0,0.15);
}

.w-nav.mobile-menu.active {
  display: block;
  left: 0;
}

.w-nav.mobile-menu .nav_inner {
  padding: 0;
  margin: 0;
  list-style: none;
}

.w-nav.mobile-menu .nav_inner > li {
  border-bottom: 1px solid #eee;
  position: relative;
  width: 100%;
  padding:0px
}

.w-nav.mobile-menu .nav_inner > li > a,
.w-nav.mobile-menu .nav_inner > li > .li-parent-div > a {
  display: block;
  padding: 15px 20px;
  font-size: 15px;
  color: #333;
  text-decoration: none;
  background: #fff;
  transition: background 0.3s;
}

.w-nav.mobile-menu .nav_inner > li:hover > a,
.w-nav.mobile-menu .nav_inner > li:hover > .li-parent-div > a {
  background: #f9f7f5;
  color: #8B4513;
}

.w-nav.mobile-menu .nav_inner > li.active > a,
.w-nav.mobile-menu .nav_inner > li.active > .li-parent-div > a {
  color: #8B4513;
  font-weight: 600;
}

/* 子菜单展开按钮 */
.nav-more-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 20px;
  color: #999;
  transition: transform 0.3s;
}

.nav-more-btn.open {
  transform: rotate(180deg);
}

.nav-more-btn::after {
  content: '▼';
  font-size: 12px;
}

/* 子菜单 */
.w-nav.mobile-menu .submenu {
  display: none;
  background: #fafafa;
  padding: 10px 0;
}

.w-nav.mobile-menu .submenu.open {
  display: block;
}

.w-nav.mobile-menu .submenu li a {
  display: block;
  padding: 12px 20px 12px 40px;
  font-size: 14px;
  color: #666;
  text-decoration: none;
  border-bottom: 1px solid #f0f0f0;
  transition: all 0.3s;
}

.w-nav.mobile-menu .submenu li:last-child a {
  border-bottom: none;
}

.w-nav.mobile-menu .submenu li a:hover {
  background: #f5f0e8;
  color: #8B4513;
}

/* 返回按钮 */
.mobile-menu-back {
  display: none;
}

/* 遮罩层 */
.nav-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  z-index: 999;
  opacity: 0;
  transition: opacity 0.3s;
}

.nav-overlay.active {
  display: block;
  opacity: 1;
}

/* 移动端关闭按钮 */
.mobile-menu-close {
  display: none;
}

/* 移动端Header */
@media (max-width: 960px) {
  .mobile-menu-wrapper {
    display: flex !important;
  }
  
  .topLogBoxPc {
    display: none;
  }
  
  /* row_top flex 布局，让 logo 和菜单按钮在一行 */
  .row_top {
    display: flex !important;
    align-items: center;
    width: 100%;
  }
  
  .row_top .columnL {
    display: flex !important;
    align-items: center;
    flex: 1;
  }
  
  .mobile-menu-btn {
    display: flex !important;
    position: relative !important;
    width: 48px;
    height: 48px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #8B4513;
    box-shadow: 0 4px 12px rgba(139, 69, 19, 0.3);
    margin-left: auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .mobile-menu-btn span,
  .mobile-menu-btn:before,
  .mobile-menu-btn:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
  }
  
  .mobile-menu-btn span {
    top: 50%;
    margin-top: -1px;
  }
  
  .mobile-menu-btn:before {
    top: 14px;
  }
  
  .mobile-menu-btn:after {
    bottom: 14px;
  }
  
  .row_top .columnM, 
  .row_top .columnR {
    display: none !important;
  }
  
  .col-logo {
    float: none;
    text-align: left;
    padding: 0;
  }
  
  .w-logo {
    padding: 0;
    height: auto;
  }
  
  .w-logo-img img {
    max-height: 50px;
    max-width: 100%;
  }
  
  .w-nav.desktop-nav {
    display: none !important;
  }
  
  /* 移动端菜单 */
  .w-nav.mobile-menu {
    left: -75%;
    width: 75%;
  }
  
  .w-nav.mobile-menu.active {
    left: 0;
  }
  
  .mobile-menu-close {
    display: flex;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #999;
    cursor: pointer;
  }
  
  .mobile-menu-close:hover {
    color: #8B4513;
  }
  
  .mobile-menu-back {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    background: #f5f0e8;
    color: #8B4513;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
  }
  
  .mobile-menu-back::before {
    content: '←';
    margin-right: 8px;
  }
  
  .nav-overlay {
    display: none;
    position: fixed;
  }

  .nav-overlay.active {
    display: block;
  }
  
  .w-header {
    height: 70px;
    padding: 0 15px;
  }
  
  .w-logo-img img {
    max-height: 50px;
  }
  
  .mobile-menu-btn {
    width: 48px;
    height: 48px;
  }
  
  .w-nav.mobile-menu {
    padding-top: 70px;
  }
}

/* Article Content Page Styles */
.w-system .w-main .row {
    max-width: 100% !important;
    width: 100%;
    margin: 0;
}

.w-system .wrap-content-in {
    max-width: 100% !important;
    width: 100%;
    padding: 0;
}

.w-system {
    max-width: 1400px;
    margin: 0 auto;
    padding-top: 30px !important;
    padding-left: 15px;
    padding-right: 15px;
}

.w-system .w-system-in {
    display: flex !important;
    gap: 35px;
    width: 100%;
}

.w-system .side_bar {
    width: 240px !important;
    flex-shrink: 0;
    position: static !important;
    z-index: auto !important;
}

.w-system .side_bar.side_bar_top {
    position: static !important;
    z-index: auto !important;
}

.w-system .side_left {
    flex: 1;
    min-width: 0;
    margin-left: 0 !important;
    width: auto !important;
}

.w-system .w-com-menu-V {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 30px rgba(0,0,0,0.06);
}

.w-system .w-com-menu-V .systitle {
    background: linear-gradient(135deg, #8B4513, #A0522D);
    color: #fff;
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.w-system .menu-toggle-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255,255,255,0.18);
    border: 1px solid rgba(255,255,255,0.3);
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

.w-system .w-com-menu-V .ul-parent {
    padding: 15px 0;
}

.w-system .w-com-menu-V .li-parent .div-parent {
    padding: 12px 20px;
    transition: all 0.3s;
}

.w-system .w-com-menu-V .li-parent:hover .div-parent {
    background: #f0faf3;
}

.w-system .w-com-menu-V .li-parent:hover .div-parent a {
    color: #8B4513;
}

.w-system .w-com-menu-V .li-parent.cur .div-parent {
    background: linear-gradient(90deg, #e8f8ec, transparent);
    border-left: 3px solid #8B4513;
}

.w-system .w-com-menu-V .li-parent.cur .div-parent a {
    color: #8B4513;
    font-weight: 500;
}

.w-system .w-com-menu-V .li-parent .div-parent a {
    color: #555;
    font-size: 15px;
}

/* 面包屑美化 */
.w-system .crumbs {
    margin-bottom: 30px;
    padding: 16px 24px;
    background: linear-gradient(135deg, #faf8f5 0%, #f5f0e8 100%);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(139, 69, 19, 0.08);
    position: relative;
    overflow: hidden;
}
.w-system .crumbs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #8B4513, #A0522D, #8B4513);
}
.w-system .crumbs_in {
    font-size: 14px;
    color: #555;
    display: flex;
    align-items: center;
    gap: 8px;
}
.w-system .crumbs_in a {
    color: #666;
    text-decoration: none;
    transition: all 0.3s;
    padding: 4px 8px;
    border-radius: 4px;
}
.w-system .crumbs_in a:hover {
    color: #8B4513;
    background: rgba(139, 69, 19, 0.1);
    font-weight: 500;
}
.w-system .crumbs_in span:last-child {
    color: #8B4513;
    font-weight: 600;
}

/* 文章详情美化 */
.w-system .w-article-detail {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
    margin-bottom: 30px;
    width: 100%;
    box-sizing: border-box;
}

.w-system .article-title {
    font-size: 28px;
    color: #333;
    font-weight: 600;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.4;
}

.w-system .article-content {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
}

.w-system .article-content p {
    margin-bottom: 18px;
}

.w-system .article-content img {
    max-width: 100%;
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 15px 0;
    display: block;
}

/* 上下篇美化*/
.w-system .article-prev-next {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.w-system .article-prev,
.w-system .article-next {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #555;
    transition: all 0.3s;
}

.w-system .article-prev:hover,
.w-system .article-next:hover {
    color: #8B4513;
}

.w-system .article-prev:hover .arrow,
.w-system .article-next:hover .arrow {
    transform: translateX(-4px);
}

.w-system .article-next:hover .arrow {
    transform: translateX(4px);
}

.w-system .arrow {
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s;
}

.w-system .article-prev-text,
.w-system .article-next-text {
    display: flex;
    flex-direction: column;
}

.w-system .article-prev-text span:first-child,
.w-system .article-next-text span:first-child {
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
}

.w-system .article-prev-text span:last-child,
.w-system .article-next-text span:last-child {
    font-size: 14px;
    font-weight: 500;
}

/* 上下篇文章样式 */
.w-system .article-prev-next {
    background: #fff;
    border-radius: 12px;
    padding: 25px 30px;
    box-shadow: 0 5px 30px rgba(0,0,0,0.05);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.w-system .article-prev-next > div {
    flex: 1;
}

.w-system .article-prev-next > div.prev-article {
    text-align: left;
}

.w-system .article-prev-next > div.next-article {
    text-align: right;
}

.w-system .article-prev-next span {
    font-size: 13px;
    color: #999;
    margin-right: 8px;
}

.w-system .article-prev-next a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
    display: inline-block;
    max-width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}

.w-system .article-prev-next a:hover {
    color: #8B4513;
}

/* 文章页响应式 */
@media (max-width: 960px) {
    .w-system .w-system-in {
        flex-direction: column !important;
    }
    
    .w-system .side_bar {
        width: 100% !important;
    }
}

@media (max-width: 768px) {
    .w-system .w-container.w-main {
        padding: 30px 15px;
    }
}
