:root {
  --bar-width: 50%;
  --wrapper-bg: #f6f6f6;
}
.hot {
  display: flex;
  align-items: center;
  margin-top: 14px;
  width: 100%;
}
.hot-text {
  font-weight: 400;
  font-size: 10px;
  color: #929292;
  line-height: 0px;
  margin-right: 14px;
}
.hot-text.active {
  color: red;
}
.slideshow {
  width: 1140px;
  height: 400px;
  border-radius: 14px;
  background-color: #ccc;
  overflow: hidden;
  margin-left: 50%;
  transform: translateX(-50%);
  margin-top: 20px;
}
.publicTitleBox {
  margin-top: 20px;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
.title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.title-img {
  display: flex;
  align-items: end;
}
.title-img-span {
  font-size: 20px;
  font-weight: 700;
}
.more {
  padding: 6px 8px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.line {
  width: 100%;
  border: 1px solid #f2f2f2;
  border-radius: 999px;
  margin-top: 20px;
}
.doctor-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}
.hospital-box {
  margin-top: 20px;
}
.hospital-img {
  display: block;
  width: 185px;
  height: 130px;
  margin: 0;
}
.hospital-name {
  display: block;
  width: 185px;
  margin-top: 14px;
  text-align: center;
  white-space: nowrap;
  /* 强制文本不换行*/
  overflow: hidden;
  /* 超出部分隐藏*/
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 14px;
  color: #616161;
}
.doctor-box {
  width: 100%;
  height: 220px;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.doctor-item {
  /*width: 100%;*/
  height: 200px;
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: space-between;*/
}
.doctor {
  width: 186px;
}
.doctor-img {
  width: 186px;
  height: 140px;
  display: block;
  margin: 0;
}
.doctor-name {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #232323;
  display: -webkit-box;
  /* 必须结合 Webkit 浏览器的支持*/
  -webkit-line-clamp: 1;
  /* 限制显示 2 行*/
  -webkit-box-orient: vertical;
  /* 垂直排列子元素*/
  overflow: hidden;
}
.doctor-hospital {
  width: 100%;
  text-align: center;
  margin-top: 8px;
  font-weight: 400;
  font-size: 10px;
  color: #616161;
  display: -webkit-box;
  /* 必须结合 Webkit 浏览器的支持*/
  -webkit-line-clamp: 1;
  /* 限制显示 2 行*/
  -webkit-box-orient: vertical;
  /* 垂直排列子元素*/
  overflow: hidden;
}
.progressBar {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 160px;
  height: 6px;
  border-radius: 99px;
  background-color: #ccc;
  display: flex;
  align-items: center;
}
.progressBar-item {
  width: 53px;
  height: 6px;
  border-radius: 99px;
  background-color: #ccc;
}
.progressBar-item.active {
  background-color: #8fdace;
}
.doctor-left {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 30px;
  z-index: 1;
  cursor: pointer;
}
.doctor-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 30px;
  height: 30px;
  font-size: 20px;
  background-color: #f6f6f6;
  text-align: center;
  line-height: 30px;
  z-index: 2;
  cursor: pointer;
}
.topic-box {
  margin-top: 20px;
}
.topic-img {
  display: block;
  margin: 0;
  margin-right: 14px;
  width: 36px;
  height: 36px;
}
.topic-title {
  font-weight: 700;
  font-size: 14px;
  color: #232323;
  line-height: 0px;
}
.topic-content {
  padding: 15px;
  margin-top: 10px;
  background-color: #f6f6f6;
  font-weight: 400;
  font-size: 12px;
  color: #707070;
  line-height: 20px;
}
.loadMore {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 8px 16px;
  font-weight: 400;
  font-size: 12px;
  color: #616161;
  margin-top: 20px;
  margin-left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  cursor: pointer;
}
.visaAndstrategy {
  width: 128px;
  height: 77px;
  background: linear-gradient(180deg, #F3FFFD 0%, #FFFFFF 100%);
  border-radius: 14px 14px 14px 14px;
  border: 1px solid #CCCCCC;
}
.visaAndstrategy-img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0;
}
.zw {
  font-weight: 400;
  font-size: 13px;
  color: #232323;
}
.rw {
  font-weight: 400;
  font-size: 10px;
  color: #929292;
  margin-top: 2px;
}
.picture {
  width: 276px;
  height: 99px;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 20px;
}
.picture img {
  width: 100%;
  height: 100%;
}

