/* ========== Font Face ========== */
@font-face {
  font-family: "FZDBSJW-GB1-0";
  src: url("../font/fzdbsjw.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* ========== Reset & Base ========== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media (max-width: 1024px) {
  html { font-size: 56%; }
}

@media (max-width: 768px) {
  html { font-size: 50%; }
}

@media (max-width: 480px) {
  html { font-size: 45%; }
}

body {
  font-family: "Microsoft YaHei","FZDBSJW-GB1-0",  "PingFang SC", "Helvetica Neue", Arial, sans-serif;
  font-size: 1.4rem;
  color: #333;
  background: #f7f7f7;
  line-height: 1.6;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul, ol {
  list-style: none;
}

img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
}

.pic{ overflow: hidden;}
.pic img{ 
    width:100%; 
    height:100%; 
    display: block; 
    transition: 1s; 
    -webkit-transition: 1s; 
    -moz-transition: 1s; 
    -ms-transition: 1s; 
    -o-transition: 1s;
}

.pic:hover img{ 
    transform: scale(1.15) rotate(.1deg); 
    -webkit-transform: scale(1.15) rotate(.1deg); 
    -moz-transform: scale(1.15) rotate(.1deg); 
    -ms-transform: scale(1.15) rotate(.1deg); 
    -o-transform: scale(1.15) rotate(.1deg); 
}
.pc{}
.mb{
  display: none;
}
/* ========== Layout Container ========== */
.container {
  width: 100%;
  max-width: 140rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ========== Header ========== */
.header {
  background: #fff;
  position: relative;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12rem;
  max-width: 140rem;
  margin: 0 auto;
}

/* Logo */
.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  height: 7rem;
  width: auto;
}
.head_cont{
  
}
.head_cont p{
  font-size: 1.6rem;
  font-weight: bold;
  color: #333;
}

/* Navigation */
.nav-bg {
  width: 100%;
  height: 100%;
  background-color: #7c5a3c;
  z-index: 100;
}
.nav {
  max-width: 140rem;
  margin: 0 auto;
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-list {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: space-between;
}

.nav-item {
  position: relative;
}

.nav-item > a {
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  transition: all 0.3s ease;
  white-space: nowrap;
  height: 6rem;
  line-height: 6rem;
  padding: 0 2rem;
}

.nav-item > a:hover,
.nav-item.active > a {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}

/* Phone */
.header-phone {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: #333;
  flex-shrink: 0;
}

.header-phone img {
  width: 5.6rem;
}

.header-phone .phone-text {
  
}

.header-phone .phone-label {
  font-size: 2rem;
  color: #dc1e1a;
  font-weight: 600;
}

.header-phone .phone-number {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-family: "FZDBSJW-GB1-0";
}

/* Hamburger Button */
.hamburger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 3.6rem;
  height: 2.8rem;
  padding: 0.3rem 0;
  cursor: pointer;
  z-index: 110;
}

.hamburger span {
  display: block;
  height: 0.3rem;
  background: #333;
  border-radius: 0.2rem;
  transition: all 0.3s ease;
}

.hamburger.active span:nth-child(1) {
  transform: translateY(1.25rem) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-1.25rem) rotate(-45deg);
}

/* ========== Banner ========== */
.banner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner .swiper {
  width: 100%;
}

.banner .swiper-slide {
  width: 100%;
}

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

.banner .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.6;
  width: 0.8rem;
  height: 0.8rem;
}

.banner .swiper-pagination-bullet-active {
  background: #8B1A1A;
  opacity: 1;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
  color: #fff;
  width: 4rem;
  height: 4rem;
}

.banner .swiper-button-next::after,
.banner .swiper-button-prev::after {
  font-size: 2.4rem;
}



/* ========== Disease Guide ========== */

.disease-guide {
  padding: 8rem 0;
  background-image: url('../images/bz_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #f5efe6;
}

.disease-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem 2rem;
}

.disease-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.disease-icon {
  position: relative;
  width: 12rem;
  height: 12rem;
  margin-bottom: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
}

.disease-icon img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 0.3s ease;
  background-color: #ede6d8;
}

.disease-icon .icon-hover {
  opacity: 0;
}

.disease-item:hover .disease-icon .icon-normal {
  opacity: 0;
}

.disease-item:hover .disease-icon .icon-hover {
  opacity: 1;
  background-color: #80644b;
}

.disease-label {
  font-size: 2rem;
  color: #333;
  transition: color 0.3s ease;
}

.disease-item:hover .disease-label {
  color: #80644b;
}

.se_title{
  text-align: center;
  margin-bottom: 3rem;
}
.se_title h2{
  
}
.se_title h2 span{
  font-family: "FZDBSJW-GB1-0", "方正等线", "Microsoft YaHei", sans-serif;
  font-size: 4rem;
  font-weight: 700;
  color: #333;
  line-height: 2rem;
  position: relative;
  z-index: 1;
}
.se_title h2 span i{
  position: absolute;
  bottom: -.5rem;
  right: -.5rem;
  width: 2.7rem;
  height: 2.6rem;
  background: url('../images/tit_r_ico.png') no-repeat center center;
  background-size: cover;
}

/* ========== Doctor Team ========== */
.doctor-team {
  padding: 5rem 0 15rem;
  background-image: url('../images/ystd_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.doctor-wrap {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: relative;
  margin-top: 6rem;
}

.doctor-info {
  flex: 0 0 35%;
  max-width: 35%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.doctor-info-inner {
  flex: 1;
}

.doctor-name {
  font-family: "Microsoft YaHei";
  font-size: 3.2rem;
  color: #6a3f33;
  font-weight: 700;
  display: inline-block;
  margin-right: 1.5rem;
}

.doctor-title {
  font-size: 2.2rem;
  color: #6a3f33;
}

.doctor-hospital {
  font-size: 2.2rem;
  color: #6a3f33;
  margin: 1.5rem 0;
}

.doctor-desc {
  font-size: 2rem;
  color: #555;
  line-height: 1.5;
  margin-bottom: 2.5rem;
  min-height: 12rem;
}

.doctor-detail {
  font-size: 2rem;
  color: #8B1A1A;
}

.doctor-actions {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.btn-book {
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
  background: #91745a;
  color: #fff;
}

.btn-book:hover {
  background: #a52020;
}

.doctor-nav-btns {
  display: flex;
  gap: 1rem;
  margin-left: auto;
}

/* Doctor Swiper */
.doctor-swiper-wrap {
  width: calc(100% - 25.5rem);
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 38%;
  white-space: nowrap;
  overflow: hidden;
}

.doctor-swiper {
  padding: 0 0 1.5rem 1.5rem !important;
}

.doctor-photo {
  transition: all 0.4s ease;
  position: relative;
}

.doctor-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: #ac7750;
}
.doctor-swiper{
  padding:0 0 1.5rem 1.5rem!important;
}



.doctor-swiper .swiper-slide-active .doctor-photo:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  padding: 1.5rem;
  top: 4rem;
  left: -1.5rem;
  z-index: -1;
  background: #9e722a;
  opacity: 0.3;
}

/* Doctor nav buttons */
.doctor-nav-btn {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: rgba(139, 26, 26, 0.85);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.doctor-nav-btn:hover {
  background: #8B1A1A;
}

.doctor-nav-btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  border-top: 0.3rem solid #fff;
  border-right: 0.3rem solid #fff;
}

.doctor-prev::before {
  transform: rotate(-135deg);
  margin-left: 0.4rem;
}

.doctor-next::before {
  transform: rotate(45deg);
  margin-right: 0.4rem;
}


/* ========== Video Center ========== */
.video-center {
  padding: 5rem 0;
  background: #fff;
}

.video_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.more_link {
  font-size: 1.8rem;
  color: #6a3f33;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: color 0.3s ease;
}

.more_link:hover {
  color: #8B1A1A;
}

.more_link em {
  display: inline-block;
  width: 5.8rem;
  height: 1.8rem;
  background: url('../images/more_ico.png') no-repeat center/contain;
}

.video_list {
  display: flex;
  gap: 3rem;
  margin-top: 4rem;
}

.video_item {
  flex: 1;
  min-width: 0;
}

.video_cover {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  background: #000;
}

.video_cover img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.video_item:hover .video_cover img {
  transform: scale(1.05);
}

.play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: rgba(139, 26, 26, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play_btn span {
  display: block;
  width: 0;
  height: 0;
  border-left: 2rem solid #fff;
  border-top: 1.3rem solid transparent;
  border-bottom: 1.3rem solid transparent;
  margin-left: 0.4rem;
}

.video_item:hover .play_btn {
  background: #8B1A1A;
  transform: translate(-50%, -50%) scale(1.1);
}

.video_duration {
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  padding: 0.3rem 0.8rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.3rem;
  border-radius: 0.3rem;
}

.video_info {
  padding: 1.5rem 0 0;
}

.video_info h3 {
  font-size: 1.8rem;
  color: #333;
  font-weight: 500;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color 0.3s ease;
}

.video_item:hover .video_info h3 {
  color: #8B1A1A;
}

/* ========== Video Modal ========== */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.video-modal.active {
  display: block;
}

.video-modal-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
}

.video-modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 90rem;
}

.video-modal-box video {
  width: 100%;
  display: block;
  background: #000;
}

.video-modal-close {
  position: absolute;
  top: -4rem;
  right: 0;
  width: 3.5rem;
  height: 3.5rem;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.video-modal-close::before,
.video-modal-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3rem;
  height: 0.3rem;
  background: #fff;
  border-radius: 0.2rem;
}

.video-modal-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.video-modal-close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.video-modal-close:hover {
  transform: scale(1.15);
}

/* ========== Disease Encyclopedia ========== */
.disease-encyclopedia {
  padding: 5rem 0;
  background-image: url('../images/jbbk_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}



/* Tabs */
.de-tabs {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin-top: 4rem;
}

.de-tab-arrow {
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  cursor: pointer;
  position: relative;
  transition: opacity 0.3s ease;
  border: 0.1rem solid #e6e5e3;
  border-radius: 50%;
  background: #fff;
}

.de-tab-arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 1.2rem;
  border-top: 0.2rem solid #6a3f33;
  border-right: 0.2rem solid #6a3f33;
}

.de-tab-prev::before {
  transform: translate(-30%, -50%) rotate(-135deg);
}

.de-tab-next::before {
  transform: translate(-70%, -50%) rotate(45deg);
}

.de-tabs-scroll {
  flex: 1;
  overflow: hidden;
}

.de-tabs-list {
  display: flex;
  gap: 3rem;
  transition: transform 0.4s ease;
}

.de-tab {
  flex-shrink: 0;
  padding: 0.8rem 3.5rem;
  font-size: 1.8rem;
  color: #91745a;
  background: #fff;
  border: 0.1rem solid #91745a;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
  flex: 1;
  text-align: center;
}

.de-tab:hover {
  border-color: #951215;
  color: #951215;
}

.de-tab.active {
  background: #951215;
  color: #fff;
  border-color: #951215;
}

/* Content */
.de-content {
  margin-top: 3rem;
}

.de-content-panel {
  display: none;
}

.de-content-panel.active {
  display: flex;
  gap: 4rem 0;
  align-items: stretch;
}

/* Left: Articles */
.de-articles {
  flex: 1;
  min-width: 0;
  background: #fff;
  padding: 2rem;
}

.de-article-featured {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid #e0d8cc;
  margin-bottom: 2rem;
}

.de-date {
  display: inline-block;
  font-size: 1.6rem;
  color: #999;
  margin-right: 1rem;
  font-weight: 500;
  float: right;
}

.de-featured-title {
  display: block;
  font-size: 2rem;
  color: #333;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.5rem;
  transition: color 0.3s ease;
}

.de-featured-title:hover {
  color: #8B1A1A;
}

.de-featured-desc {
  font-size: 1.6rem;
  color: #666;
  line-height: 1.8;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.de-featured-more {
  display: inline-block;
  font-size: 1.6rem;
  color: #8B1A1A;
  transition: all 0.3s ease;
}


/* Article list */
.de-article-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem 3rem;
}

.de-article-list li {
  display: flex;
  align-items: center;
  padding: 1.2rem 0;
  border-bottom: 0.1rem dashed #d5cdbf;
  transition: background 0.3s ease;
}



.de-article-list li a {
  flex: 1;
  font-size: 2rem;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color 0.3s ease;
}

.de-article-list li:hover a {
  color: #8B1A1A;
}

.de-article-list li em {
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-top: 0.15rem solid #999;
  border-right: 0.15rem solid #999;
  transform: rotate(45deg);
  flex-shrink: 0;
}

/* Right: Info Card */
.de-info-card {
  flex: 0 0 32rem;
  background: #ac7750;
  padding: 1.2rem;
  overflow: hidden;
  position: relative;
}
.de-info-card .pic{
  height: 100%;
}
.de-info-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.au-gallery .honor .swiper-slide,
.au-gallery .envSwiper .swiper-slide {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 1rem;
}

.au-gallery .honor .swiper-slide .pic,
.au-gallery .envSwiper .swiper-slide .pic {
  width: 100%;
  height: 100%;
}

.au-gallery .honor .swiper-slide .pic:nth-child(1),
.au-gallery .envSwiper .swiper-slide .pic:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1;
}

.au-gallery .honor .swiper-slide .pic:nth-child(2),
.au-gallery .envSwiper .swiper-slide .pic:nth-child(2) {
  grid-row: 1;
  grid-column: 2;
}

.au-gallery .honor .swiper-slide .pic:nth-child(3),
.au-gallery .envSwiper .swiper-slide .pic:nth-child(3) {
  grid-row: 1;
  grid-column: 3;
}

.au-gallery .honor .swiper-slide .pic:nth-child(4),
.au-gallery .envSwiper .swiper-slide .pic:nth-child(4) {
  grid-row: 2;
  grid-column: 2;
}

.au-gallery .honor .swiper-slide .pic:nth-child(5),
.au-gallery .envSwiper .swiper-slide .pic:nth-child(5) {
  grid-row: 2;
  grid-column: 3;
}


/* ========== News Section ========== */
.news-section {
    padding: 5rem 0;
    background-color: #fff;
}

.news-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 4rem;
}


.news_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-body {
    display: flex;
    gap: 3rem;
}

.news-featured {
    flex: 1;
    min-width: 0;
}

.news-featured .swiper {
    width: 100%;
    max-height: 45rem;
}

.news-featured .swiper-slide {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.news-featured .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 45rem;
}

.news-featured-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 3rem;
    background: linear-gradient(to top, rgba(0,0,0,0.75), transparent);
    color: #fff;
    font-size: 1.8rem;
    line-height: 1.5;
}

.news-featured .swiper-pagination {
    bottom: 1.5rem;
    left: unset!important;
    right: 2rem!important;
    text-align: right;
}

.news-featured .swiper-pagination-bullet {
    width: 1.2rem;
    height: 0.3rem;
    border-radius: 0;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.news-featured .swiper-pagination-bullet-active {
    background: #fff;
}

.news-list {
    flex: 0 0 63rem;
    display: flex;
    flex-direction: column;
}

.news-list-item {
    padding: 1.8rem 0;
    border-bottom: 0.1rem solid #e5ddd0;
}
.news-list-item a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
}

.news-list-item.featured {
    /*padding: 2rem;*/
    border-bottom: 0;
}
.news-list-item.featured a{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
}

.news-list-item:hover{
    background-color: #f2efea;
}

.news-list-item.featured .news-date {
    color: #91745a;
}

.news-list-item.featured h4 {
    font-size: 2rem;
    color: #333;
    margin: 0;
    line-height: 1.4;
}

.news-list-item.featured p {
    font-size: 1.5rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news-list-item.featured p span{
    color: #91745a;
    font-size: 1.5rem;
}

.news-list-item h4 {
    flex: 1;
    font-size: 1.7rem;
    color: #333;
    margin: 0;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}

.news-list-item .news-date {
    flex-shrink: 0;
    font-size: 1.5rem;
    color: #999;
}


.footer {
    background-color: #7f5a39;
    padding: 30px 0;
    color: #ffffff;
    position: relative;
    margin-top: 5rem;
}
.footer::before {
    content: '';
    position: absolute;
    left: 0;
    top: -3.9rem;
    width: 100%;
    height: 3.9rem;
    background: url('../images/foot_t_bg.png') no-repeat center center;
    background-size: cover;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 1rem;
    justify-content: center;
}

.footer-logo img {
    
}

.footer-info h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.footer-info p {
    font-size: 1.2rem;
    margin: .5rem 0 0;
}

.footer-copyright {
    font-size: 1.4rem;
    line-height: 1.8;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}
.footer-copyright a{
    color: #ffffff;
    text-decoration: none;
    background-color: #ac947e;
    padding: .2rem 2rem;
    border-radius: .5rem;
    font-size: 1.6rem;
}

.footer-center {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    padding: 0 3rem;
}

.footer-center::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .1rem;
    background-color: rgba(255, 255, 255, 0.2);
}

.footer-center h4 {
    font-size: 2rem;
    font-weight: bold;
    margin: 0;
}

.footer-center p {
    font-size: 1.8rem;
    margin: 0;
    display: flex;
    align-items: center;
    gap: .5rem;
}
.footer-center p img{
  background-color: #ffffff;
  padding: .2rem;
  border-radius: 50%;
  margin-right: 1rem;
}

.footer-right {
    flex: 0 0 300px;
    display: flex;
    gap: 2rem;
    justify-content: center;
    position: relative;
}
.footer-right::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: .1rem;
    background-color: rgba(255, 255, 255, 0.2);
}


.qr-code {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.qr-code img {
    width: 13.5rem;
}

.qr-code span {
    font-size: 1.6rem;
}

.footer-bottom{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 4rem;
    position: relative;
    padding: 2rem 0;
}
.footer-bottom::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: .1rem;
    background-color: rgba(255, 255, 255, 0.2);
}
.footer-bottom p {
    font-size: 1.6rem;
    line-height: 4rem;
}




/* ========== About Us ========== */
.about-us {
  padding: 8rem 0;
}

.au-layout {
  display: flex;
  /* align-items: flex-start; */
  gap: 2rem;
}

.au-left {
  flex-shrink: 0;
}

.au-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  position: relative;
}

.au-title span {
  writing-mode: vertical-rl;
  font-family: "FZDBSJW-GB1-0", "方正等线", "Microsoft YaHei", sans-serif;
  font-size: 4rem;
  color: #333;
  letter-spacing: 0.5rem;
  font-weight: bold;
}



.au-title em {
    position: absolute;
    bottom: -0.5rem;
    right: 0.5rem;
    width: 2.7rem;
    height: 2.6rem;
    background: url(../images/tit_r_ico.png) no-repeat center center;
    background-size: cover;
}

.au-right {
  flex: 1;
  min-width: 0;
}

.au-tabs {
  display: flex;
  gap: 4rem;
  margin-bottom: 5rem;
  align-items: center;
  justify-content: end;
}

.au-tab {
  font-size: 2.4rem;
  color: #666;
  padding: 1rem 0;
  position: relative;
  transition: color 0.3s;
  cursor: pointer;
  text-decoration: none;
  color: #91745a;
}

.au-tab:hover {
  color: #333;
}

.au-tab.active {
  color: #333;
  font-weight: bold;
}

.au-tabs .au-tab:first-child::after {
  content: '';
  position: absolute;
  right: -2rem;
  top: 50%;
  transform: translateY(-50%) rotate(20deg);
  width: 0.3rem;
  height: 2.4rem;
  background: #e0e0e0;
}


.au-panel {
  display: none !important;
  overflow: hidden;
}

.au-panel.active {
  display: block !important;
}

.au-gallery .swiper {
  overflow: hidden;
  width: 100%;
}

.au-gallery .swiper-wrapper {
  height: 100%;
}

.au-gallery .swiper-slide {
  height: 100%;
}

.au-gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none;
}





/* ========== Footer - Tablet ========== */
@media (max-width: 1024px) {
  .header-inner {
    padding: 0 1.5rem;
    height: 8.5rem;
  }

  .logo img {
    /*height: 4.2rem;*/
  }

  .nav-item > a {
    padding: 0.5rem 1.2rem;
    font-size: 1.4rem;
  }

  .header-phone .phone-number {
    font-size: 1.8rem;
  }

  .doctor-wrap {
    min-height: auto;
  }

  .doctor-info {
    position: relative;
  }

  .doctor-info-inner {
    max-width: 28rem;
  }

  .doctor-swiper-wrap {
    right: -2rem;
    width: calc(100% - 24rem);
  }

  .doctor-name {
    font-size: 2.6rem;
  }

  .doctor-title {
    font-size: 1.8rem;
  }

  .doctor-hospital {
    font-size: 1.8rem;
  }

  .doctor-desc {
    font-size: 1.5rem;
  }

  /* Video center tablet */
  .video_list {
    gap: 2rem;
  }

  .play_btn {
    width: 5rem;
    height: 5rem;
  }

  .play_btn span {
    border-left-width: 1.5rem;
    border-top-width: 1rem;
    border-bottom-width: 1rem;
  }

  .video_info h3 {
    font-size: 1.5rem;
  }

  .about-us {
    padding: 6rem 0;
  }

  .au-layout {
    gap: 4rem;
  }

  .au-left {
    width: 10rem;
  }

  .au-title span {
    font-size: 3.2rem;
  }

  .au-title em {
    
  }

  .au-tabs {
    gap: 3rem;
    margin-bottom: 3rem;
  }

  .au-tab {
    font-size: 2rem;
  }

  

  .news-section {
    padding: 6rem 0;
  }

  .news-body {
    gap: 3rem;
  }

  .news-title span {
    font-size: 3.2rem;
  }

  .news-featured .swiper {
    
  }

  .news-list {
    flex: 0 0 36rem;
  }

  .news-list-item h4 {
    font-size: 1.5rem;
  }

  .news-list-item.featured h4 {
    font-size: 1.8rem;
  }

  .news-list-item.featured p {
    font-size: 1.3rem;
  }

  .footer {
    padding: 2.5rem 0;
  }

  .footer::before {
    height: 3rem;
    top: -3rem;
  }

  .footer-content {
    gap: 2rem;
  }

  .footer-right {
    flex: 0 0 12rem;
  }

  .qr-code img {
    width: 10rem;
  }

  .footer-bottom {
    margin-top: 3rem;
  }
}

/* ========== Footer - Mobile ========== */
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .header-inner {
    height: 8.5rem;
    padding: 0 1.5rem;
  }

  .logo img {
    /*height: 4rem;*/
  }

  /* Hamburger visible */
  .hamburger {
    display: flex;
  }

  /* Hide nav and phone, show in drawer */
  .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 70%;
    max-width: 30rem;
    height: 100vh;
    background: #8B1A1A;
    flex-direction: column;
    justify-content: flex-start;
    padding: 8rem 2rem 2rem;
    transition: right 0.3s ease;
    z-index: 105;
    box-shadow: -0.2rem 0 1rem rgba(0, 0, 0, 0.2);
  }

  .nav.active {
    right: 0;
  }

  .nav-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    width: 100%;
    flex-grow: initial;
  }

  .nav-item {
    width: 100%;
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.15);
  }

  .nav-item > a {
    padding: 1.5rem 1rem;
    font-size: 1.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-item > a::after {
    content: "\203A";
    font-size: 2rem;
    opacity: 0.7;
  }

  .header-phone {
    display: none;
  }

  /* Mobile phone box inside nav drawer */
  .mobile-phone {
    margin-top: 3rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 0.8rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #fff;
  }

  .mobile-phone img {
    height: 3rem;
    width: 3rem;
  }

  .mobile-phone .phone-label {
    font-size: 1.2rem;
    opacity: 0.8;
  }

  .mobile-phone .phone-number {
    font-size: 1.8rem;
    font-weight: 700;
  }

  /* Mask overlay */
  .nav-mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 104;
  }

  .nav-mask.active {
    display: block;
  }



  .disease-guide {
    padding: 3rem 0;
  }

  .disease-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem 1.5rem;
  }

  .disease-icon {
    width: 9rem;
    height: 9rem;
  }

  .disease-label {
    font-size: 2rem;
  }

  /* Disease encyclopedia tablet */
  .de-tabs {
    gap: 1rem;
  }

  .de-tab {
    padding: 0.6rem 1.8rem;
    font-size: 1.5rem;
  }

  .de-content-panel.active {
    gap: 2.5rem;
  }

  .de-featured-title {
    font-size: 1.8rem;
  }

  .de-featured-desc {
    font-size: 1.3rem;
  }

  .de-article-list li a {
    font-size: 1.4rem;
  }

  .de-info-card {
    flex: 0 0 26rem;
  }

  

 

  

  .banner .swiper-button-next,
  .banner .swiper-button-prev {
    display: none;
  }

  /* Doctor Team mobile */
  .doctor-team {
    padding: 3rem 0;
  }

  .doctor-wrap {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    min-height: auto;
    margin-top: 0;
  }

  .doctor-info {
    position: static;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .doctor-info-inner {
    max-width: 100%;
    margin-bottom: 2rem;
    text-align: left;
  }

  .doctor-name {
    font-size: 2.4rem;
  }

  .doctor-title {
    font-size: 1.6rem;
    display: block;
    margin-top: 0.5rem;
  }

  .doctor-hospital {
    font-size: 1.6rem;
    margin: 1rem 0;
  }

  .doctor-desc {
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: left;
    min-height: 5rem;
  }

  .doctor-detail {
    font-size: 1.4rem;
  }

  .btn-book {
    padding: 0.8rem 2rem;
    font-size: 1.4rem;
  }

  .doctor-actions {
    justify-content: space-between;
  }

  .doctor-nav-btns {
    margin-left: 0;
  }

  .doctor-swiper-wrap {
    position: static;
    width: 100%;
    right: auto;
  }

  .doctor-swiper {
    padding: 0 0 1rem 1rem !important;
  }

 

  .doctor-swiper .swiper-slide-active .doctor-photo:before {
    top: 2rem;
    left: -1rem;
    padding: 1rem;
  }

  .doctor-nav-btn {
    width: 3.5rem;
    height: 3.5rem;
  }

  /* Video center mobile */
  .video-center {
    padding: 3rem 0;
  }

  .video_list {
    flex-direction: column;
    gap: 2rem;
    margin-top: 2.5rem;
  }

  .play_btn {
    width: 5rem;
    height: 5rem;
  }

  .play_btn span {
    border-left-width: 1.5rem;
    border-top-width: 1rem;
    border-bottom-width: 1rem;
  }

  .video_duration {
    font-size: 2rem;
  }

  .video_info h3 {
    font-size: 2.5rem;
  }

  /* Video modal mobile */
  .video-modal-box {
    width: 92%;
  }

  .video-modal-close {
    top: -3.5rem;
    width: 3rem;
    height: 3rem;
  }

  .video-modal-close::before,
  .video-modal-close::after {
    width: 2.5rem;
  }

  /* Disease encyclopedia mobile */
  .disease-encyclopedia {
    padding: 3rem 0;
  }

  .de-tabs {
    gap: 0.8rem;
    margin-top: 2.5rem;
  }

  .de-tab-arrow {
    width: 4rem;
    height: 4rem;
  }
  .de-tabs-list {
    gap: 2rem;
  }
  .de-tab {
    padding: 0.5rem 1.5rem;
    font-size: 1.8rem;
  }

  .de-content-panel.active {
    flex-direction: column;
    gap: 2.5rem;
  }

  .de-featured-title {
    font-size: 1.7rem;
  }

  .de-featured-desc {
    font-size: 1.8rem;
  }
  .de-article-list{
    display: block;
  }
  .de-article-list li {
    padding: 1rem 0;
  }

  .de-article-list li a {
    font-size: 1.4rem;
  }

  .de-info-card {
    flex: none;
    width: 100%;
  }

  .about-us {
    padding: 4rem 0;
  }

  .au-layout {
    flex-direction: column;
    gap: 3rem;
  }

  .au-left {
    width: 100%;
  }

  .au-title {
    flex-direction: row;
    justify-content: center;
    gap: 1.5rem;
  }

  .au-title span {
    writing-mode: horizontal-tb;
    font-size: 4rem;
    letter-spacing: 0.3rem;
  }

  .au-title em {
    left: 32.5rem;
  }

  .au-tabs {
    gap: 4rem;
    margin-bottom: 2rem;
    justify-content: center;
  }

  .au-tab {
    font-size: 2.4rem;
  }

  .au-gallery .swiper-slide {
    height: auto;
  }

  .au-gallery .honor .swiper-slide,
  .au-gallery .envSwiper .swiper-slide {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    gap: 1rem;
  }

  .au-gallery .honor .swiper-slide .pic,
  .au-gallery .envSwiper .swiper-slide .pic {
    height: auto;
  }

  .au-gallery .honor .swiper-slide .pic:nth-child(1),
  .au-gallery .envSwiper .swiper-slide .pic:nth-child(1) {
    grid-row: 1;
    grid-column: 1 / 3;
  }

  .au-gallery .honor .swiper-slide .pic:nth-child(2),
  .au-gallery .envSwiper .swiper-slide .pic:nth-child(2) {
    grid-row: 2;
    grid-column: 1;
  }

  .au-gallery .honor .swiper-slide .pic:nth-child(3),
  .au-gallery .envSwiper .swiper-slide .pic:nth-child(3) {
    grid-row: 2;
    grid-column: 2;
  }

  .au-gallery .honor .swiper-slide .pic:nth-child(4),
  .au-gallery .envSwiper .swiper-slide .pic:nth-child(4) {
    grid-row: 3;
    grid-column: 1;
  }

  .au-gallery .honor .swiper-slide .pic:nth-child(5),
  .au-gallery .envSwiper .swiper-slide .pic:nth-child(5) {
    grid-row: 3;
    grid-column: 2;
  }

  .news-section {
    padding: 4rem 0;
  }

  .news-header {
    margin-bottom: 3rem;
  }

  .news-title span {
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
  }

  .news-more {
    font-size: 1.4rem;
  }

  .news-body {
    flex-direction: column;
    gap: 3rem;
  }

  .news-featured .swiper {
    
  }

  .news-list {
    flex: none;
  }

  .news-list-item h4 {
    font-size: 1.6rem;
  }

  .footer {
    padding: 2rem 0;
  }

  .footer::before {
    height: 3.9rem;
    top: -3.59rem;
  }

  .footer-content {
    flex-direction: column;
    gap: 2rem;
  }

  .footer-left {
    text-align: center;
  }

  .footer-logo {
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .footer-copyright {
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem;
  }

  .footer-center {
    text-align: left;
    align-items: start;
    padding: 3rem;
  }

  .footer-center::before {
    display: none;
  }

  .footer-right {
    flex: none;
    justify-content: center;
    padding-left: 0;
  }

  .footer-right::before {
    display: none;
  }

  .qr-code img {
    width: 10rem;
  }

  .footer-bottom {
    margin-top: 2rem;
    padding: 1.5rem 0;
  }

  .footer-bottom p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

/* ========== Footer - Small Mobile ========== */
@media (max-width: 480px) {
  .header-inner {
    height: 8.5rem;
    padding: 0 1rem;
  }

  .logo img {
    /*height: 3.5rem;*/
  }

  

  .disease-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 1rem;
  }

  .disease-icon {
    width: 8rem;
    height: 8rem;
  }

  .disease-label {
    font-size: 2rem;
  }

  .doctor-swiper-wrap {
    width: 100%;
  }

  .doctor-name {
    font-size: 2.5rem;
  }

  .doctor-title,
  .doctor-hospital {
    font-size: 1.8rem;
  }

  .doctor-desc {
    font-size: 1.8rem;
  }

  .doctor-detail {
    font-size: 1.8rem;
  }

  .btn-book {
    padding: 0.7rem 1.5rem;
    font-size: 1.8rem;
  }



  .doctor-nav-btn {
    width: 3rem;
    height: 3rem;
  }

  /* Video center small screen */
  .video_info h3 {
    font-size: 2rem;
  }

  .play_btn {
    width: 4.5rem;
    height: 4.5rem;
  }

  /* Disease encyclopedia small screen */
  .de-tab {
    padding: 0.4rem 1.5rem;
    font-size: 2rem;
  }

  .de-featured-title {
    font-size: 1.8rem;
  }

  .de-article-list li a {
    font-size: 1.8rem;
  }

  .au-tab {
    font-size: 2.2rem;
  }
  .inner-main{
      min-width:100%!important;
  }

  .news-section {
    padding: 3rem 0;
  }

  .news-title span {
    font-size: 2.4rem;
  }


  .news-featured-title {
    font-size: 1.8rem;
    padding: 2rem 1rem;
  }

  .news-list-item {
    padding: 1.2rem 0;
    gap: 1rem;
  }

  .news-list-item h4 {
    font-size: 1.8rem;
  }

  .news-list-item.featured h4 {
    font-size: 2rem;
  }

  .news-list-item.featured p {
    font-size: 1.8rem;
  }

  .news-list-item .news-date {
    font-size: 1.6rem;
  }
  .news-list-item.featured p span {
      font-size: 1.8rem;
  }

  .footer {
    padding: 1.5rem 0;
  }

  .footer::before {
    height: 3.9rem;
    top: -3.59rem;
  }

  .footer-logo img {
    max-height: 7rem;
  }

  .footer-copyright a {
    font-size: 1.8rem;
    padding: 0.2rem 2rem;
  }

  .footer-center p {
    font-size: 1.8rem;
  }

  .qr-code img {
    width: 13rem;
  }

  .qr-code span {
    font-size: 1.8rem;
  }

  .footer-bottom p {
    font-size: 1.8rem;
  }
}


/* ========== Inner Content Layout ========== */
.inner-content {
  padding: 8rem 0;
  background: #fff;
}

.inner-layout {
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}

/* Sidebar */
.inner-sidebar {
  flex: 0 0 27.8rem;
  overflow: hidden;
}
.inner-sidebar.se_title{
  text-align: left;
}
.inner-sidebar.se_title h2{
  margin-bottom: 4rem;
  line-height: 6rem;
}

.sidebar-title {
  padding: 3rem 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  color: #8b3a3a;
  text-align: center;
  border-bottom: 1px solid rgba(139, 58, 58, 0.2);
  font-family: "FZDBSJW-GB1-0", "Microsoft YaHei", sans-serif;
}

.sidebar-nav {
  background-color: #f3efec;
}
.sidebar-nav li {
  position: relative;
}
.sidebar-nav li a {
  display: block;
  padding: 1.8rem 2.5rem;
  font-size: 1.9rem;
  color: #555;
  transition: all 0.3s;
  position: relative;
  text-align: center;
}
.sidebar-nav li .xsj {
  position: absolute;
  right: 2.5rem;
  top: 3rem;
  transform: translateY(-50%);
}
.sidebar-nav li .xsj::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 0.8rem solid #8b3a3a;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  transition: transform 0.3s;
}

.sidebar-nav li.open .xsj::after {
  transform: translateY(-50%) rotate(90deg);
}

.sidebar-nav li .nav_sub {
  display: none;
  padding: 0 2.5rem 1rem 2.5rem;
  background: rgba(139, 58, 58, 0.05);
}

.sidebar-nav li.open .nav_sub {
  display: block;
}

.sidebar-nav li .nav_sub a {
  display: block;
  padding: 1rem 0;
  font-size: 1.5rem;
  color: #777;
  border-bottom: 1px dashed rgba(139, 58, 58, 0.15);
  text-indent: 4rem;
}

.sidebar-nav li .nav_sub a:last-child {
  border-bottom: none;
}

.sidebar-nav li .nav_sub a:hover {
  color: #8b3a3a;
}

.sidebar-nav li .list {
  display: none;
}

.sidebar-nav li a:hover {
  color: #8b3a3a;
  background: rgba(139, 58, 58, 0.08);
}

.sidebar-nav li.active a {
  color: #fff;
  font-weight: bold;
  background-color: #7c5a3c;
}

.sidebar-nav li.active a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 20%;
  width: 100%;
  height: 100%;
  background: url("../images/nav_r_yun.png") no-repeat center right;
  opacity: 0.3;
}

/* Main Content */
.inner-main {
  flex: 1;
  min-width: 0;
}

.c_pos {
    display: flex;
    align-items: center;
    justify-content:end;
    line-height: 6rem;
    margin-bottom: 4rem;
}
.c_pos img {
    width: 2.2rem;
    margin-right: 0.75rem;
    flex-shrink: 0;
}

.c_pos .label {
    font-size: 1.6rem;
    color: #333;
    margin-right: 0.5rem;
}

.c_pos .link {
    font-size: 1.6rem;
    color: #333;
    text-decoration: none;
    margin-right: 0.5rem;
    transition: color 0.3s ease;
}
.c_pos span a{
    color: #333;
    font-size: 1.6rem;
}
.c_pos span a:hover,
.c_pos .link:hover {
    color: #7c5a3c;
}

.c_pos .c_arrow {
    font-size: 1.6rem;
    color: #333;
    margin-right: 0.5rem;
}

.c_pos .current {
    font-size: 1.075rem;
    color: #333;
}

/* Convenience */
.convenience {
  background: #f3efec;
  margin-top: 4rem;
}

.convenience-title {
  font-size: 2rem;
  color: #fff;
  text-align: center;
  background-color: #7c5a3c;
  line-height: 6rem;
  margin-bottom: 2rem;
  font-family: "Microsoft YaHei", sans-serif;
}

.convenience-list {
  display: flex;
  justify-content: center;
  gap: 3rem;
}

.convenience-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  color: #555;
  transition: transform 0.3s;
}

.convenience-item:hover {
  transform: translateY(-0.5rem);
  color: #8b3a3a;
}

.article h3 {
    font-size: 2.4rem;
    color: #7c5a3c;
    margin: 2rem 0;
    line-height: 1.8;
    text-align: center;
}
.article h4 {
    text-align: center;
    color: #666;
    font-size: 1.4rem;
    line-height: 3.6rem;
    font-weight: normal;
    border-bottom: 1px solid #e0e3e7;
}
.article h4 span{
    display: inline-block;
}
.article h4 span.sp {
    margin: 0 2.5rem;
    
}
.content{
    margin: 3rem 0;
    border-bottom: 1px solid #e0e3e7;
}
.content .zj_img{
    width: 18rem;
    background: #7c5a3c;
    margin: 0 auto;
    display: block;
}
.content p{
    line-height: 2;
    padding: .5rem 0 !important;
    font-size: 1.6rem;
}
.content p, .content span {
    text-align: justify;
}

.pre_next p{
    line-height: 3rem;
}
.pre_next p a{
    color: #333;
    font-size: 1.6rem;
}
.pre_next p span{
    display: inline;
    color: #7c5a3c;
    font-weight:bold;
    font-size: 1.6rem;
}

.ci-ico {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  margin-bottom: 1rem;
  position: relative;
  border: 0.2rem solid #7c5a3c;
}

.ci-ico::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: 3rem;
  background-repeat: no-repeat;
  background-position: center;
}

.ci-ico-1::before {
  background-image: url("../images/zx_ico.png");
}

.ci-ico-2::before {
  background-image: url("../images/yy_ico.png");
}

.ci-ico-3::before {
  background-image: url("../images/tel_ico.png");
}
.phone-number{
  font-size: 2.4rem;
  color: #7c5a3c;
  font-family: "FZDBSJW-GB1-0", "Microsoft YaHei", sans-serif;
  font-style: normal;
}

/* Sidebar convenience: 2 per row, 3rd full width */
.inner-sidebar .convenience-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  padding: 1rem 3rem;
}

.inner-sidebar .convenience-list .convenience-item:last-child {
  grid-column: 1 / -1;
}

.inner-sidebar .convenience-item {
  flex-direction: row;
  align-items: center;
  gap: 1.2rem;
}

.inner-sidebar .convenience-item .ci-ico {
  margin-bottom: 0;
  flex-shrink: 0;
}

/* ========== News List Page ========== */
.news-list-page {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.news-page-item {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #eee;
  transition: background 0.3s;
}

.news-page-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.news-page-img {
  flex: 0 0 26rem;
  overflow: hidden;
}

.news-page-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s;
}

.news-page-item:hover .news-page-img img {
  transform: scale(1.05);
}

.news-page-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}

.news-page-title {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  line-height: 2.5;
  transition: color 0.3s;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-page-item:hover .news-page-title {
  color: #7c5a3c;
}

.news-page-date {
  font-size: 1.4rem;
  color: #7c5a3c;
  margin: 1rem 0;
}

.news-page-desc {
  font-size: 1.5rem;
  color: #777;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.news-page-more {
  align-self: flex-end;
  font-size: 1.4rem;
  color: #8b3a3a;
  margin-top: 1rem;
}

/* Pagination */


.page {
  text-align: center;
  margin: 3rem 0;
  font-size: 0;
  color: #919191;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: wrap;
}

.page li {
  display: inline-block;
  list-style: none;
}
.page .pagination p,
.page .pagination a {
  padding: 0 1.1rem;
  min-width: 4.125rem;
  line-height: 3rem;
  height: 3.25rem;
  display: inline-block;
  border: .1rem solid #e5e5e5;
  border-radius: 1.25rem;
  margin: .5rem 0.375rem;
  color: #868686;
  font-size: 1.5rem;
  -moz-transition: all 0.36s ease-in-out;
  -webkit-transition: all 0.36s ease-in-out;
  -o-transition: all 0.36s ease-in-out;
  -ms-transition: all 0.36s ease-in-out;
  transition: all 0.36s ease-in-out;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}

.page .pagination .cur {
  background: #8b3a3a!important;
  color: #fff;
  border: .1rem solid #8b3a3a;
}

.page a:hover {
  background: #8b3a3a;
  color: #fff;
  text-decoration: none;
  border: .1rem solid #8b3a3a;
}
.pagination p.pageRemark{

}

.page span {
  line-height: 3.2rem;
  display: inline-block;
  margin: 0 .8rem;
  font-size: 1rem;
  border-radius: .3rem;
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  -ms-border-radius: .3rem;
  -o-border-radius: .3rem;
}

.page input {
  height: 2.125rem;
  line-height: 2rem;
  font-size: 1rem;
  display: inline-block;
  border: .1rem solid #e5e5e5;
  border-radius: 1.25rem;
  background: none;
  width: 2.5rem;
  text-align: center;
  color: #868686;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}

.page button {
  width: 6.5rem;
  cursor: pointer;
  height: 2.125rem;
  line-height: 2rem;
  display: inline-block;
  border-radius: 1.25rem;
  border: .1rem solid #e5e5e5;
  font-size: 1rem;
  color: #868686;
  background: none;
  -webkit-border-radius: 1.25rem;
  -moz-border-radius: 1.25rem;
  -ms-border-radius: 1.25rem;
  -o-border-radius: 1.25rem;
}

.page button:hover {
  background: #8b3a3a;
  color: #fff;
  text-decoration: none;
  border: .1rem solid #8b3a3a;
}




/* ========== Team Page ========== */
.team_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}
.video_box{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 5rem;
}

.team-item {
  background: #fff;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  padding: 1.5rem;
  border: 0.1rem solid #d4b5a8;
}

.team-item:hover {
  transform: translateY(-0.5rem);
}

.team-img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  background: #f5f0ea;
}

.team-img img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}

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

.team-info {
  padding: 2rem 2.5rem;
}

.team-name {
  font-size: 2.2rem;
  font-weight: bold;
  color: #6a3f33;
  display: inline-block;
}

.team-title {
  font-size: 1.8rem;
  color: #6a3f33;
  margin-left: 1rem;
  display: inline-block;
}

.team-hospital {
  font-size: 1.6rem;
  color: #6a3f33;
  margin-top: 0.8rem;
}

.team-btn {
  display: block;
  margin: 0 2.5rem 2.5rem;
  padding: 1.2rem 0;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  background-color: #91745a;
  border-radius: 0.4rem;
  transition: all 0.3s;
}

.team-item:hover .team-btn {
  background: #8b3a3a;
  color: #fff;
}


/* ========== Inner Page - Tablet ========== */
@media (max-width: 1024px) {
  

  .inner-content {
    padding: 5rem 0;
  }

  .inner-layout {
    gap: 3rem;
  }

  .inner-sidebar {
    flex: 0 0 20rem;
  }

  .sidebar-title {
    font-size: 2.4rem;
    padding: 2.5rem 1.5rem;
  }

  .sidebar-nav li a {
    padding: 1.5rem 2rem;
    font-size: 1.6rem;
  }

  .inner-main-title {
    font-size: 3rem;
  }

  .news-page-img {
    flex: 0 0 22rem;
  }

  .news-page-title {
    font-size: 1.8rem;
  }
  .team_box {
    gap: 2rem;
  }

  .team-info {
    padding: 1.5rem 2rem;
  }

  .team-name {
    font-size: 2rem;
  }

  .team-title {
    font-size: 1.5rem;
  }

  .team-hospital {
    font-size: 1.3rem;
  }

  .team-btn {
    margin: 0 2rem 2rem;
    font-size: 1.4rem;
  }
}

/* ========== Inner Page - Mobile ========== */
@media (max-width: 768px) {
  

  .inner-content {
    padding: 4rem 0;
  }

  .inner-layout {
    flex-direction: column;
    gap: 3rem;
  }

  .inner-sidebar {
    flex: none;
    width: 100%;
    margin-bottom: 0;
  }

  .sidebar-nav {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
  }

  .sidebar-nav li {
    flex: 0 0 33.333%;
  }

  .sidebar-nav li a {
    padding: 1.2rem 1rem;
    font-size: 2.2rem;
    text-align: center;
  }

  .sidebar-nav li.active a::before {
    display: none;
  }

  .sidebar-nav li.active a {
    background-color: #7c5a3c;
  }

  .convenience {
    margin: 3rem 0 0;
  }

  .convenience-list {
    flex-direction: column;
    gap: 2rem;
  }
  .convenience-item{
    font-size: 2.4rem;
  }
  .phone-number{
      font-size: 2.8rem;
  }

  .inner-main-title {
    font-size: 2.6rem;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  /* News list mobile */
  .news-page-item {
    flex-direction: column;
    gap: 1.5rem;
  }

  .news-page-img {
    flex: none;
    width: 100%;
  }

  .news-page-title {
    font-size: 2.4rem;
  }

  .news-page-desc {
    font-size: 2rem;
  }
  .news-page-more{
    font-size: 2rem; 
  }
  .news-page-date{
      font-size: 1.8rem;
  }
  .article h4 span.sp{
      font-size: 2rem; 
  }
  .c_pos{
    justify-content: start;
  }
  .c_pos img{
    width: 3rem;
  }
  .c_pos .label{
    font-size: 2.2rem;
  }
  .c_pos .link{
    font-size: 2.2rem;
  }
  .c_pos .c_arrow{
    font-size: 2.2rem;
  }
  .c_pos span a{
    font-size: 2.2rem;
  }
  .team_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }

  .team-info {
    padding: 1.2rem 1.5rem;
  }

  .team-name {
    font-size: 2.8rem;
  }

  .team-title {
    font-size: 2.4rem;
    margin-left: 0.5rem;
  }

  .team-hospital {
    font-size: 2.2rem;
  }

  .team-btn {
    margin: 0 1.5rem 1.5rem;
    font-size: 2.3rem;
    padding: 1rem 0;
  }
  .content p{
      font-size: 1.8rem;
  }
  .pre_next p,
  .pre_next p span,
  .pre_next p a{
      font-size: 2rem;
  }
  .convenience-title{
      font-size: 2.75rem;
  }
  .inner-sidebar.se_title h2{
      text-align: center;
  }
}

/* ========== Inner Page - Small Mobile ========== */
@media (max-width: 480px) {
  .sidebar-nav li {
    flex: 0 0 50%;
  }

  .news-page-title {
    font-size: 2.4rem;
  }

  .page-pagination a {
    min-width: 3.5rem;
    height: 3.5rem;
    font-size: 1.8rem;
  }

  .team_box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}





