.banner {
  margin-top: 1.28rem;
  height: 4.52rem;
}

.banner .swiper-container {
  height: 4.52rem;
}

.banner .swiper-container .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover !important;
}

.notice {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -1.6rem;
  padding: .666667rem .4rem .4rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 1.6rem;
  font-size: .373333rem;
  line-height: .533333rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.9)));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9));
  z-index: 2;
}

.notice .tag {
  padding: 0 .2rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: .533333rem;
  color: #fff;
  font-size: .32rem;
  line-height: .533333rem;
  border: .5px solid #fff;
  border-radius: .106667rem;
}

.notice a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: .2rem;
  color: #fff;
}

.notice .arrow-right {
  display: block;
  width: .16rem;
  height: .306667rem;
  background: url(../images/icon-next-w.png) center no-repeat;
  background-size: cover;
}

.fn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .333333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fn a {
  display: block;
  width: 4.533333rem;
  height: 2.053333rem;
  font-size: .48rem;
  font-weight: 600;
  line-height: 2.053333rem;
  text-align: center;
  color: #fff;
  border-radius: .133333rem;
}

.fn a.fn-item-1 {
  background: url(../images/icon-01.png) left no-repeat;
}

.fn a.fn-item-2 {
  background: url(../images/icon-02.png) left no-repeat;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .333333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: .5px solid #eee;
}

.heading h2 {
  font-size: .426667rem;
  font-weight: 600;
  color: #222;
}

.heading .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: .373333rem;
  color: #9c9c9c;
}

.heading .more .i-arrow-right {
  display: block;
  margin-left: .133333rem;
  width: .16rem;
  height: .306667rem;
  background: url(../images/icon-next.png) center no-repeat;
  background-size: cover;
}

.news-wrapper .newslist li {
  padding: .333333rem .266667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: .5px solid #eee;
}

.news-wrapper .newslist li:last-child {
  border-bottom: 0;
}

.news-wrapper .newslist li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-wrapper .newslist li a img {
  display: block;
  width: 3.333333rem;
  height: 2.466667rem;
}

.news-wrapper .newslist li a .content {
  margin-left: .266667rem;
  width: 5.733333rem;
}

.news-wrapper .newslist li a .content .title {
  font-size: .4rem;
  line-height: 1.2;
  font-weight: 600;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-wrapper .newslist li a .content p {
  margin-top: .266667rem;
  height: 1.066667rem;
  font-size: .346667rem;
  line-height: .533333rem;
  color: #999;
  overflow: hidden;
}

.news-wrapper .newslist li a .content .date {
  display: block;
  margin-top: .266667rem;
  font-size: .32rem;
}

.doctor {
  width: 100%;
}

.doctor .doctors {
  overflow: hidden;
}

.doctor .doctors ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: .333333rem 0 .333333rem .333333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.doctor .doctors ul::-webkit-scrollbar {
  display: none;
}

.doctor .doctors ul li {
  margin-right: .266667rem;
}

.doctor .doctors ul li a img {
  display: block;
  width: 3.333333rem;
  height: auto;
}

.doctor .doctors ul li a .name {
  display: block;
  font-size: .4rem;
  line-height: .666667rem;
  text-align: center;
}

.environment .environment-img {
  position: relative;
  margin: .333333rem auto;
  width: 9.333333rem;
  height: 4.066667rem;
}

.environment .environment-img img {
  display: block;
  width: 9.333333rem;
  height: 4.066667rem;
}

.environment .environment-img span {
  display: block;
  position: absolute;
  bottom: 0;
  padding: 0 .333333rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 1.066667rem;
  font-size: .4rem;
  font-weight: 600;
  line-height: 1.066667rem;
  background-color: rgba(255, 255, 255, 0.4);
}

.sidebar {
  position: fixed;
  bottom: .533333rem;
  right: .266667rem;
  z-index: 6;
}

.sidebar a {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0.13333rem rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0.13333rem rgba(255, 255, 255, 0.6);
}

.sidebar .reservation {
  background: url(../images/icon-yuyue.png) center no-repeat;
  background-size: cover;
}

.sidebar .leavemsg {
  margin-top: .266667rem;
  background: url(../images/icon-contact.png) center no-repeat;
  background-size: cover;
}
