body {
  background-color: #fff;
}
.header-title {
  color: #222222 !important;
}

.swiper-container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
}

.swiper-img {
  width: 100%;
  height: 100%;
}

.tips {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30rem;
  left: 30rem;
  z-index: 100;
  width: 117rem;
  height: 49rem;
  font-size: 28rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5100);
  border-radius: 25rem;
}

.tips img {
  width: 28rem;
  height: 24rem;
  margin-right: 10rem;
}

.container {
  padding: 0 20rem;
}

.hospital-info {}

.hospital-name {
  font-size: 50rem;
  color: #333;
  font-weight: bold;
}

.hospital-label {
  display: flex;
  margin-top: 20rem;
  margin-bottom: 10rem;
}

.hospital-label .label {
  padding: 6rem 20rem;
  box-sizing: border-box;
  border-radius: 6rem;
  font-size: 20rem;
  color: #fff;
  font-weight: 600;
}

.hospital-label .level {
  background: #0052FE;
}

.hospital-label .general {
  background: #B9D0FF;
  color: #0052FE;
  margin: 0 15rem;
}

.hospital-label .type {
  background: #FE5E06;
}

.hospital-info .top-wrap {
  position: relative;
  margin: 16rem 16rem 16rem 0;
  display: flex;
  overflow-y: auto;
}

.hospital-info .top-wrap p,
.hospital-info .top-wrap .tags p {
  height: 28rem;
  background: #F6CF9F;
  border-radius: 3rem;
  font-size: 20rem;
  color: #744000;
  padding: 2rem 20rem 2rem 20rem;
  display: flex;
  align-items: center;
  margin-right: 16rem;
  white-space: nowrap;
}

.hospital-info .top-wrap .tags {
  display: flex;
  align-items: center;
}

.hospital-info .top-wrap .tags img {
  width: 34rem;
  height: 34rem;
  margin-right: -12rem;
  z-index: 20;
}

.hospital-info-desc {
  font-size: 26rem;
  color: #666;
  position: relative;
  margin: 16rem 0;
  height: 108rem;
  overflow: hidden;
}

.text-desc {
  position: relative;
}

.fold {
  width: 80rem;
  height: 35rem;
  background-color: #fff;
  color: #000000;
  font-size: 24rem;
  font-weight: bold;
  clear: both;
  margin: 0 auto 20rem auto;
}

.text-desc::before {
  content: '';
  float: right;
  width: 0;
  height: calc(100% - 32rem);
  background: #ffffff;
}

.operation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30rem 20rem 0;
  background: #fff;
  box-sizing: border-box;
  padding-top: 20rem;
  box-sizing: border-box;
  background: linear-gradient(90deg, rgba(224, 234, 255, 0.0500) 0%, rgba(190, 211, 255, 0.3900) 100%);
  border-radius: 16rem;
}

.operation .location {
  display: flex;
  align-items: center;
  font-size: 26rem;
  color: #000;
  letter-spacing: 2rem;
}

.operation .location .txt {
  width: 500rem;
}

.operation .location-icon {
  width: 24rem;
  height: 34rem;
  margin-right: 10rem;
}

.operation .call {
  font-size: 22rem;
  color: #0052FE;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.operation .call-icon {
  width: 26rem;
  height: 26rem;
  margin-bottom: 4rem;
}

.related-doctor-wraper {
  margin-top: 20rem;
}
.related-doctor-list {
  margin: 0 20rem;
  display: none;
}
.related-doctor-list .related-doctor-item {
  margin-bottom: 20rem;
}

.scroll-tab .active::before {
  display: none;
}

.scroll-tab-wraper {
  margin: 0 20rem;
}