html {
  line-height: 1.3;
  letter-spacing: 0.5px;
  -webkit-text-size-adjust: none;
  -webkit-touch-callout: none
}

/* preloader */
#preloader {
  position: fixed;
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  z-index: 999999999;
}

#preloader .tb-cell {
  display: table-cell;
  vertical-align: middle;
}

#preloader .page-loading .item-icon {
  width: 40px;
  height: 40px;
  margin: auto;
  opacity: .9;
  border-right: 3px solid #945b35;
  border-bottom: 3px solid transparent;
  border-radius: 100%;
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  -o-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }

  50% {
    -o-transform: rotate(180deg);
  }

  100% {
    -o-transform: rotate(359deg);
  }
}

.container {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 1.24rem;
  background-color: #fff;
  min-height: 100vh;
}

.header {
  box-sizing: border-box;
  padding: 0 .36rem;
  width: 100%;
  height: 1.02rem;
  position: relative;
}

.header .logo {
  width: 4.2rem;
  height: .63rem;
}

.header .nav-switch {
  width: .48rem;
  height: .47rem;
}

/* index-swiper */
.index-swiper {
  width: 100%;
  height: 3.18rem;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.index-swiper-container,
.team-swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
}


.index-swiper-container .swiper-button-prev:after,
.index-swiper-container .swiper-button-next:after {
  font-size: .28rem !important;
  font-weight: bold;
}

.index-swiper-container .swiper-button-prev,
.index-swiper-container .swiper-button-next {
  width: .38rem;
  height: .77rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
}

.index-swiper-container .swiper-button-prev {
  left: .36rem;
}

.index-swiper-container .swiper-button-next {
  right: .36rem;
}

.full img {
  width: auto;
    height: 3.18rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
z-index: 2
}

.burger {
  width: .48rem;
  height: .47rem;
  background-image: url(../images/nav/switch.jpg.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  right: .36rem;
  z-index: 100;
  transform: translateY(-50%);
}

.header .burger.open {
  background-image: none;
}

.layer-close {
  width: .48rem;
  height: .47rem;
  background-image: url(../images/nav/close.png);
  background-size: cover;
  position: absolute;
  top: .48rem;
  right: .36rem;
  z-index: 100;
  transform: translateY(-50%);
}

/* .burger.open {
  background-image: url(../images/nav/close.png);
  background-size: cover;
} */

.nav-layer .menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: -1;
  transform: scale(1.6, 1.6);
  transition: all 400ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
  background: rgba(0, 0, 0, 0.8);
}

.nav-layer.expand .menu-bg {
  opacity: 1;
  z-index: 999;
  transform: scale(1, 1);
}

.menu ul {
  box-sizing: border-box;
  padding-top: 2rem;
}

.menu ul li {
  width: 6rem;
  line-height: .6rem;
  margin: 0 auto;
  border-bottom: 1px solid #999999;
  opacity: 0;
  text-align: center;
  font-size: 0px;
  transition: all 70ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.menu ul li a {
  color: #fff;
}

.menu li.animate {
  font-size: .30rem;
  opacity: 1;
  transition: all 150ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

.menu li.animate:nth-of-type(1) {
  transition-delay: 0.0s;
}

.menu li.animate:nth-of-type(2) {
  transition-delay: 0.03s;
}

.menu li.animate:nth-of-type(3) {
  transition-delay: 0.06s;
}

.menu li.animate:nth-of-type(4) {
  transition-delay: 0.09s;
}

.menu li.animate:nth-of-type(5) {
  transition-delay: 0.12s;
}

.menu li.animate:nth-of-type(6) {
  transition-delay: 0.15s;
}

.menu li.animate:nth-of-type(7) {
  transition-delay: 0.18s;
}

.menu li.animate:nth-of-type(8) {
  transition-delay: 0.21s;
}

.menu li.animate:nth-of-type(9) {
  transition-delay: 0.24s;
}

.menu li.animate:nth-of-type(10) {
  transition-delay: 0.27s;
}

.menu li.animate:nth-of-type(11) {
  transition-delay: 0.30s;
}

/* notice */
.notice {
  width: 6.82rem;
  margin: 0 auto;
  height: .6rem;
  background-color: #fff;
  position: relative;
}

.notice-scroll-box {
  overflow: hidden;
  width: 100%;
  height: .6rem;
  box-sizing: border-box;
  padding: 0 .1rem;
}

.notice-scroll-box li {
  height: .6rem;
}

.notice-scroll-box li {
  width: 100%;
}

.notice-scroll-box li p {
  color: #905e43;
  line-height: .6rem;
  font-size: .25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice .notice-left-icon {
  width: .26rem;
  height: .26rem;
}

/* 新闻中心 */
.news-content {
  margin-top: .2rem;
}

.news-title {
  width: 6.87rem;
  margin: 0 auto;
  height: .65rem;
  border-radius: .4rem;
  color: #ffffff;
  box-sizing: border-box;
  position: relative;
  background-color: #b1806c;
}

.news-title .tit {
  font-size: .32rem;
  font-weight: bold;
  margin-left: .17rem;
}

.news-title ul {
  margin-right: .36rem;
  margin-top: .1rem;
}

.news-title ul a:last-child li,
.news-title ul li:last-child {
  border-right: none;
}

.news-title ul li {
  padding: 0 .10rem;
  color: #ffffff;
  font-size: .24rem;
  box-sizing: border-box;
  border-right: 2px solid #ffffff;
}

.moment {
  width: .18rem;
  height: .18rem;
}

.click {
  width: .18rem;
  height: .14rem;
}

.news-item-box {
  box-sizing: border-box;
  padding: 0 .2rem;
  margin-top: .1rem;
}

.news-item-box .item {
  box-sizing: border-box;
  padding: .30rem 0;
  border-bottom: 1px solid #c4c4c4;
}

.news-item-box .item .title {
  font-size: .28rem;
  font-weight: bold;
  color: #b72121;
}

.news-item-box .item .intro {
  font-size: .25rem;
  color: #8a5a47;
  line-height: 1.5;
  margin-top: .12rem;
}

.news-item-box .item .read {
  margin-top: .1rem;
}

.news-item-box .item .read span {
  color: #988b86;
  margin-left: .04rem;
  font-size: .22rem;
}

.news-item-box .item .read div:nth-child(2) {
  margin-left: .1rem;
}

/* quick nav */

.quick-nav-box {
  width: 6.82rem;
  margin: 0 auto;
  margin-top: .26rem;
}

.quick-nav-box>a {
  width: 1.58rem;
  height: 1rem;
  display: block;
}

.quick-nav-box .item {
  width: 100%;
  height: 1rem;
  line-height: 1rem;
  box-sizing: border-box;
  padding-left: .32rem;
  color: #fff;
  font-size: .28rem;
}

.quick-nav-box .item1 {
  background: url(../images/home/quick1.png) no-repeat center center;
  background-size: cover;
}

.quick-nav-box .item2 {
  background: url(../images/home/quick2.png) no-repeat center center;
  background-size: cover;
}

.quick-nav-box .item3 {
  background: url(../images/home/quick3.png) no-repeat center center;
  background-size: cover;
}

.quick-nav-box .item4 {
  background: url(../images/home/quick4.png) no-repeat center center;
  background-size: cover;
}

/*  */
.spec-content {
  width: 100%;
  height: 5.04rem;
  box-sizing: border-box;
  padding-top: .4rem;
  background: url(../images/home/bg1.jpg) no-repeat center;
  background-size: cover;
  margin-top: .28rem;
}

.spec-content .class-tit {
  text-align: center;
  font-size: .32rem;
  color: #efddc9;
  font-weight: bold;
  overflow: hidden;
}

.spec-content .class-main {
  width: 5.88rem;
  height: 1.82rem;
  margin: 0 auto;
  margin-top: .34rem;
}

.class-main .class-item {
  width: 1.45rem;
  height: .91rem;
  line-height: .91rem;
  text-align: center;
  font-size: .25rem;
  color: #efddc9;
  background-color: rgba(0, 0, 0, .3);
  position: relative;
  margin-right: .02rem;
  margin-bottom: .02rem;
}

.class-main .class-float-layer {
  width: 1.53rem;
  height: .99rem;
  color: #ffffff;
  opacity: 0;
  cursor: pointer;
  text-align: center;
  position: absolute;
  top: -.04rem;
  left: -.04rem;
  z-index: 9;

}

.class-float-layer .layer-tit {
  line-height: .3rem;
}

.class-float-layer .see-detail {
  text-align: center;
  margin-top: .1rem;
  font-size: .18rem;
  color: #fff;
  line-height: 1.3;
}


/* experts */
.team-content {
  width: 100%;
  overflow-x: scroll;
  margin: 0 auto;
  padding-left: .12rem;
  margin-top: .3rem;
  box-sizing: border-box;
}

.team-content .peo-item:first-child {
  margin-left: 0;
}

.team-content .peo-item:last-child {
  margin-right: .20rem;
}

.peo-list-container .peo-item {
  width: 2.87rem;
  height: auto;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: .1rem;
  margin-left: .2rem;
}

.peo-list-container .peo-item img {
  width: 100%;
  height: 4.25rem;
}


.team-content {
  white-space: nowrap;
}

.team-content .peo-item .peo-intro .tag {
  /*white-space: normal;*/
}

.team-content .peo-item {
  width: 2.07rem;
  height: auto;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: .1rem;
  margin-left: .2rem;
}

.team-content .peo-item>a {
  display: block;
}

.team-content .peo-item img {
  width: 100%;
  height: 2.75rem;
}

.peo-item .peo-intro {
  box-sizing: border-box;
  padding: 0 .08rem;
  color: #8a5a47;
  text-align: center;
  font-size: .24rem;
  width: 100%;
}

.peo-item .peo-intro .tag {
  margin-top: .1rem;
}

/* enviornment */
.hospital-enviornment-content {
  position: relative;
  width: 100%;
  min-height: 5.4rem;
  box-sizing: border-box;
  margin-top: .4rem;
  padding-top: .3rem;
}

.hospital-enviornment-content .back-img {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.hospital-enviornment-content .hospital-about-tit {
  font-size: .32rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.hospital-enviornment-content .hospital-about-intro {
  color: #a3a3a3;
  text-align: center;
  font-size: .25rem;
  line-height: 1.3;
  width: 5.4rem;
  margin: 0 auto;
  margin-top: .15rem;
}

.hospital-enviornment-content .hospital-about-img-box {
  width: 6.53rem;
  margin: 0 auto;
  margin-top: .18rem;
  overflow: hidden;
}

.hospital-enviornment-content .hospital-about-img-box img {
  width: 2.17rem;
  height: 1.6rem;
  display: block;
  margin-bottom: .01rem;
}

.link img {
  width: 100%;
  height: .89rem;
  margin-top: .4rem;
}

/* 内页 */
.back {
  background-image: url(../images/nav/back.png);
  background-size: .24rem .46rem;
  background-position: center center;
  background-repeat: no-repeat;
}

.inside-header {
  width: 100%;
  height: .97rem;
  line-height: .97rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-image: url(../images/nav/inside-header-bg.jpg);
  background-size: contain;
}

.inside-header .burger {
  background-image: url(../images/nav/switch.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.inside-header .burger.open {
  background-image: none;
}

.inside-header a {
  width: .50rem;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: .18rem;
}

.inside-header span {
  font-size: .32rem;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 0 1.18rem;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.peo-list-container {
  margin-top: .12rem;
  box-sizing: border-box;
  padding: 0 .28rem;
  position: relative;
}

.peo-list-container .peo-box {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-top: .2rem;
}

.peo-list-container .peo-item {
  margin-left: 0;
  display: block;
}

/* 专家详情 */
/* 专家介绍详情 */

.per-intro-container {
  width: 100%;
  box-sizing: border-box;
  padding: 0 .28rem;
  margin-top: 1.37rem;
}

.per-intro-container .per-img {
  width: 3.06rem;
  padding: .1rem;
  overflow: hidden;
  border: .01rem solid #e0e0e0;
}

.per-intro-container .per-img img {
  width: 100%;
  height: auto;
}

.per-intro-container .per-intro-box {
  flex: 1;
  color: #857469;
  /* height: 4.48rem; */
  margin-left: .2rem;
}

.per-intro-container .per-intro-box .per-name {
  font-size: .32rem;
  margin-top: .4rem;
  font-weight: bold;
}

.per-intro-container .per-intro-box .per-intro {
  font-size: .25rem;
  margin-top: .1rem;
  line-height: 1.5;
  -webkit-line-clamp: 7;
  font-weight: bold;
}

.per-intro-container .per-content {
  font-size: .25rem;
  margin-top: .3rem;
  line-height: 1.5;
  color: #857469;
}

/* 内页标题 */
.inside-page-title {
  width: 100%;
  font-size: .32rem;
  color: #704e41;
  font-weight: bold;
  text-align: center;
  margin-top: 1.37rem;
}

.inside-page-sub-title {
  width: 100%;
  font-size: .24rem;
  color: #704e41;
  text-align: center;
  margin-top: .21rem;
}

.detail-content {
  box-sizing: border-box;
  padding: 0 .15rem;
}

/* 时间 */
.detail-pv-time {
  box-sizing: border-box;
  padding-bottom: .3rem;
  color: #704e41;
  font-size: .24rem;
  margin-top: .25rem;
  border-bottom: 1px solid #e2d1cb;
}

/* 上一条下一条 */
.detail-footer {
  padding-top: .25rem;
  margin-bottom: .25rem;
  margin-top: .2rem;
  border-top: 1px solid #e2d1cb;
}

.detail-footer .next-item {
  margin-top: .2rem;
}

.detail-footer .prev-item,
.detail-footer .next-item {
  width: 100%;
  line-height: .35rem;
  color: #704e41;
}

/* 专家介绍列表 */
.per-intro-list-container {
  box-sizing: border-box;
  padding: 0 .28rem;
  margin-top: 1.47rem;
}

/* .per-intro-list-container a {
  display: block;
} */

.per-intro-list-container .per-img {
  width: 2.56rem;
  height: 2.17rem;
}

.per-intro-list-container .per-img>img {
  width: 100%;
  height: 100%;
}

.per-intro-list-container .per-intro-box {
  flex: 1;
  height: 2.17rem;
  overflow: hidden;
  color: #704e41;
  box-sizing: border-box;
  padding-left: .2rem;
}

.per-intro-list-container .per-intro-box>div {
  width: 100%;
}

.per-intro-list-container .per-intro-box .per-name {
  font-size: .32rem;
  margin-top: .1rem;
}

.per-intro-list-container .per-intro-box .per-intro {
  font-size: .25rem;
  margin-top: .18rem;
  color: #704e41;
}

.per-intro-list-container .per-intro-box .per-content {
  font-size: .25rem;
  margin-top: .58rem;
  color: #704e41;
}

.per-intro-list-container .per-intro-list-item:first-child {
  margin-top: 0;
}

.per-intro-list-container .per-intro-list-item {
  margin-top: .2rem;
}

/* 上广告位 下文列表 */
/* 插件样式 */
.refresh {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 5rem;
  height: 60px;
  line-height: 60px;
  text-align: center;
}

.loadingBox {
  width: 5rem;
  text-align: center;
  padding: 10px;
  position: relative;
  background-color: #fff;
  z-index: 2;
  margin: 0 auto;
}

.loading,
.loadTxt {
  vertical-align: middle;
  display: inline-block;
  color: #945b35;
}

.loading {
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #945b35;
  border-top-color: transparent;
  margin-right: 8px;
  transform: translateZ(0);
  position: relative;
}

.noMore .loading {
  display: none;
}

.success {
  border-color: transparent;
}

.success:before {
  content: "";
  border: 1px solid #945b35;
  border-top-color: transparent;
  border-left-color: transparent;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 8px;
  height: 16px;
}

.rotate {
  -webkit-animation: refresh-rotate 0.6s linear infinite;
  animation: refresh-rotate 0.6s linear infinite;
}

@keyframes refresh-rotate {
  0% {
    transform: rotateZ(0deg);
    -moz-transform: rotate(0deg);
  }

  100% {
    transform: rotateZ(360deg);
    -moz-transform: rotate(360deg);
  }
}

/* 环境 */
.environment-list-container {
  width: 100%;
  padding: .18rem;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

#img-wrapper {
  width: 100%;
  height: 100%;
}

.environment-list-container .environ-img-item {
  width: 3.31rem;
  height: 2.48rem;
  margin-top: .2rem;
}

.environment-list-container .environ-img-item img {
  width: 100%;
  height: 100%;
}

.img-layer {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
  opacity: 0;
  transform: scale(1.2, 1.2);
  transition: all .3s linear;
}

.img-layer.show {
  z-index: 10070;
  opacity: 1;
  transform: scale(1, 1);
}

.img-layer .swiper-container {
  height: 5.5rem;
  margin-top: 3.17rem;
}

.img-layer .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}

.img-layer img {
  display: block;
  width: 100%;
  height: auto;
}

/* 分页 */
.pagination-container {
  width: 100%;
  margin: 0 auto;
  margin-top: .2rem;
  text-align: center;
}

ul.pagination {
  display: inline-block;
  padding: 0;
  margin: 0 auto;
}

ul.pagination li {
  display: inline;
}

ul.pagination li a {
  color: #945b35;
  float: left;
  padding: 5px 10px;
}

ul.pagination li a.active {
  background-color: #945b35;
  color: white;
}

ul.pagination li a:hover:not(.active) {
  background-color: #ddd;
}

.class-content {
  border-bottom: 1px solid #dccac2;
  padding: .36rem .18rem .14rem .18rem;
  margin-top: .97rem;
}

.class-box {
  max-height: 1.48rem;
  overflow: hidden;
}

.class-content .expandBtn {
  display: none;
  transition: all .3s linear;
}

.class-content.isExpand .expandBtn {
  transform: rotateX(-180deg);
}

.class-content.isExpand .class-box {
  max-height: 6.67rem;
  overflow: visible;
}

.class-content.canExpand .expandBtn {
  display: block;
  width: .3rem;
  height: .4rem;
  background: url(../images/expand.png) no-repeat center center;
  background-size: .3rem .16rem;
  margin: 0 auto;
}



.child-class .item {
  width: auto!important;

  margin: 0 0.2rem;
}

.child-class .item span {
  width: auto!important;
  padding: 0 0.2rem;
  text-overflow: inherit!important;
}

.class-content .item {
  color: #905e43;
  text-align: center;
  font-size: .25rem;
  height: .5rem;
  width: 25%;
  margin-bottom: .24rem;
}

.class-content .item span>a {}

.class-content .item span {
  width: 80%;
  margin: 0 auto;
  height: .5rem;
  line-height: .5rem;
  border: .01rem solid #905e43;
  border-radius: .4rem;
  background-color: #fff;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;

}

.class-content .item.active span {
  background-color: #905e43;
  color: #fff;
}

.rich-text {
  box-sizing: border-box;
  padding: 0 .15rem;
  color: #704e41;
  margin-top: .45rem;
}


.rich-text img {
  width: 95% !important;
  height: auto !important;
  margin: 10px !important;
  border-style: none;
}

/*  */
.word-list-content {
  margin-top: 0;
  position: relative;
}

/* 底部 */
.footer {
  width: 100%;
  min-height: .89rem;
  box-sizing: border-box;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  background-color: #693e2c;
  display: flex;
  align-items: center;
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.safe-area-inset-bottom {
  padding-bottom: 0;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.mobile {
  width: .36rem;
  height: .36rem;
}

.map {
  width: .32rem;
  height: .42rem;
}

.home {
  width: .38rem;
  height: .38rem;
}


.footer a {
  display: block;
}

.footer .item {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footer .item span {
  font-size: .24rem;
  color: #fff;
  margin-top: .10rem;
}