.outpatient-wrapper {
  width: 100%;
  background-color: #f0f5f6;
  padding: 16px 0 60px;
}

.main-cont {
  width: 1200px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 8px;
  padding: 48px;
}

.info-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.info-header .left .title {
  position: relative;
  text-align: center;
}

.info-header .left .title .text {
  font-size: 35px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: 0;
}

.info-header .left .title .line {
  width: 315px;
  height: 16px;
  background: #00aac4;
  opacity: 0.2;
  margin-bottom: 40px;
}

.info-header .left .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.info-header .left .info-item img {
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.info-header .left .info-item span {
  font-size: 18px;
  color: #999999;
  display: inline-block;
  width: 520px;
}

.info-header .right {
  width: 480px;
  height: 270px;
  position: relative;
}

.swiper-bg {
  width: 480px;
  height: 270px;
  background: #00aac4;
  position: absolute;
  top: 20px;
  right: 20px;
}

.basic-info .intro {
  font-size: 14px;
  margin-top: 20px;
  padding-bottom: 0;
}

.main-cont .ql-editor {
  padding-bottom: 0;

}

.detail-item .item-title {
  display: flex;
  margin-top: 0px;
}

.detail-item .item-title img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.detail-item .item-title .text {
  font-size: 16px;
  font-weight: 600;
  color: #00aac4;
}

.detail-item .item-cont {
  margin-top: 6px;
}

.img-list {
  display: flex;
  margin-top: 10px;
  padding-left: 30px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img-list .img-wrapper.active {
  border: 4px solid #00aac4;
}

.img-list .img-wrapper {
  width: 112px;
  height: 63px;
  cursor: pointer;
}

.img-list img {
  width: 100%;
  height: 100%;
  margin-right: 24px;
}

.img-list img:last-child {
  margin-right: 0;
}

.cur-img {
  width: 100%;
  height: 633px;
  margin-top: 24px;
  padding-left: 30px;
}

.cur-img img {
  width: 100%;
  height: 100%;
}
 .swiper2 {
  width: 1074px;
  height: 440px;
  position: relative;
  overflow: hidden;
}
.swiper2 .swiper-button-next, .swiper2 .swiper-button-prev{
  width: 48px;
  height: 48px;
  background-color: RGBA(151, 156, 158, .8);
  border-radius: 50%;
  color: #ffffff;
  font-size: 20px;
}
.swiper2 .swiper-button-next:after, .swiper2 .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: 20px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}