@import "../../../statics/icon/iconfont.css";
.content .mg-group.mg-group-kepu-bottom {
  padding-bottom: 15px;
}

.content .mg-group.mg-group-kepu-bottom:after {
  display: none;
}

.content .mg-group.mg-group-kepu-bottom .mg-kepu-bottom {
  background: white;
  position: relative;
}

.content .mg-group.mg-group-kepu-bottom .mg-kepu-bottom .mg-list-lower,
.content .mg-group.mg-group-kepu-bottom .mg-kepu-bottom .mg-list-notfound {
  display: block;
  text-align: center;
  color: #606266;
}

.content .mg-group.mg-group-kepu-bottom .mg-kepu-bottom .mg-list-notfound {
  color: #909399;
  margin: 5px 0 0;
}

.content .mg-group.mg-group-kepu-bottom .mg-kepu-bottom .mg-list-notfound a {
  color: #27c8af;
  margin-left: 5px;
}

.content .mg-group.mg-subject-detail-recommend {
  padding-left: 0;
  padding-right: 0;
}

.content .mg-group.mg-subject-detail-recommend .mg-temp-subject-detail {
  padding-left: 25px !important;
  padding-right: 25px !important;
}

.mg-page.mg-knowledge-page-subject .content {
  padding-bottom: 0;
}

.mg-page.mg-knowledge-page-subject .content .mg-group.mg-detail-head {
  padding: 0 0 30px;
  padding-top: 0;
}

.mg-page.mg-knowledge-page-subject .content .mg-group.mg-detail-head .mg-detail-title {
  background: linear-gradient(360deg, #f0f2f5 0%, white 100%);
  padding: 70px 53px 50px;
  margin-bottom: 0;
}

.mg-page.mg-knowledge-page-subject .content .mg-group.mg-detail-head .mg-detail-title .mg-detail-title-main {
  border-top: 2px solid #606266;
  border-bottom: 2px solid #606266;
  padding: 15px 0;
  color: #606266;
  font-size: 12px;
  text-align: center;
}

.mg-page.mg-knowledge-page-subject .content .mg-group.mg-detail-head .mg-detail-title .mg-detail-title-main h1 {
  font-size: 21px;
  font-weight: 500;
  margin-bottom: 5px;
}

.mg-page.mg-knowledge-page-subject .content .mg-group.mg-detail-head .mg-subject-detail-content {
  padding: 15px 20px 0;
}

.mg-page.mg-knowledge-page-subject
  .content
  .mg-group.mg-detail-head
  .mg-subject-detail-content
  .mg-detail-content-wrap
  p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.7;
}

.mg-page.mg-knowledge-page-subject
  .content
  .mg-group.mg-detail-head
  .mg-subject-detail-content
  .mg-subject-detail-bottom {
  display: flex;
  justify-content: space-between;
  color: #c0c4cc;
  font-size: 12px;
}

.mg-page.mg-knowledge-page-subject .content .mg-detail-auther {
  background: #f5f7fa;
  text-align: center;
  border-radius: 4px;
}

.mg-page.mg-knowledge-page-subject .content .mg-detail-auther .mg-detail-auther-top {
  text-align: center;
  display: block;
}

.mg-page .content .mg-group.mg-detail-head {
  padding-top: 10px;
}
.mg-page .content .case-head{
  padding: 24px 15px 10px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-title {
  display: flex;
  flex-direction: column;
  margin-bottom: 10px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-title h1 {
  font-size: 20px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-pet {
  margin-bottom: 10px;
  font-size: 16px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-info,
.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-question {
  display: flex;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-info span,
.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-question span {
  margin-right: 5px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-info span:last-child,
.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-question span:last-child {
  margin-right: 0;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-info p,
.mg-page .content .mg-group.mg-detail-head .mg-detail-pet .mg-detail-pet-question p {
  margin: 5px 0 0;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-consult {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-consult .mg-detail-consult-doctor {
  display: flex;
  overflow: hidden;
  width: 100%;
  flex: 1;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-consult .mg-detail-consult-doctor img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 4px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-consult .mg-detail-consult-doctor .detail-consult-doctor-info {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12px;
  color: #909399;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.detail-consult-doctor-info .iconfont {
  font-size: 12px;
  color: #feb753;
  margin-left: 2px;
  margin-top: 1px;
}

.mg-page
  .content
  .mg-group.mg-detail-head
  .mg-detail-consult
  .mg-detail-consult-doctor
  .detail-consult-doctor-info
  .doctor-name {
  font-size: 14px;
  color: #303133;
  font-weight: 600;
  margin-right: 10px;
}
.mg-page
  .content
  .mg-group.mg-detail-head
  .mg-detail-consult
  .mg-detail-consult-doctor
  .detail-consult-doctor-info
  .doctor-name-u{
    margin-right: 0;
  }

.mg-page .content .mg-group.mg-detail-head .mg-detail-consult .mg-detail-consult-me {
  height: 26px;
  text-align: center;
  color: #fff;
  padding: 0 10px;
  box-sizing: border-box;
  line-height: 26px;
  border-radius: 40px;
  margin-left: 5px;
  background-color: #30b19c;
  font-weight: 700;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-content h3 {
  margin-bottom: 15px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-content .mg-detail-content-wrap {
  margin-bottom: 20px;
  text-align: justify;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-content .mg-detail-content-wrap p {
  font-size: 17px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.mg-page .content .mg-group.mg-detail-head .mg-detail-content .case-desc-q >p{
  font-size: 16px;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-content p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  vertical-align: top;
}tatic/css/mg_v2/kepu_detail

.mg-page .content .mg-group.mg-detail-head .mg-detail-content p:last-child {
  margin-bottom: 0;
}

.mg-page .content .mg-group.mg-detail-head .mg-detail-copyright {
  font-size: 12px;
  color: #c0c4cc;
}

.mg-detail-auther {
  background: #f5f7fa;
  border-radius: 4px;
  margin-top: 20px;
}

.mg-detail-auther-other {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #909399;
  margin-bottom: 10px;
}

.mg-detail-auther-other p {
  line-height: 1.7;
  margin-bottom: 20px;
}

.mg-detail-auther-other a {
  display: block;
  text-align: center;
  line-height: 44px;
  height: 44px;
  background: #27c8af;
  color: #fff;
  border-radius: 4px;
  margin: 0;
}

.mg-list-item:last-child {
  padding-bottom: 0 !important;
}

.mg-page .content .relation-disease {
  margin-top: 25px;
}

.mg-page .content .relation-disease.mg-group {
  margin-top: 0;
}

.mg-page .content .relation-disease .media-list {
  overflow: hidden;
  margin-bottom: -10px;
  margin-right: -10px;
}

.mg-page .content .relation-disease .media-list a {
  float: left;
  color: #606266;
  text-align: center;
  height: 32px;
  line-height: 32px;
  background: rgba(145, 147, 153, 0.1);
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 0 10px;
  box-sizing: border-box;
}

.mg-detail-auther {
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.mg-detail-auther.mg-fixed-bottom .mg-detail-auther-top .mg-detail-auther-info {
  height: 40px;
}

.mg-detail-auther .mg-detail-auther-top {
  display: flex;
  margin-bottom: 15px;
}

.mg-detail-auther .mg-detail-auther-top img {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info span {
  font-size: 12px;
  color: #909399;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info p {
  margin-bottom: 5px;
  line-height: 20px;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info .mg-detail-auther-star {
  display: flex;
  align-items: center;
  margin-top: 5px;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info .mg-detail-auther-star span {
  margin-right: 10px;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info .mg-detail-auther-star span.auther-star {
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(../../img/mg_v2/doctor_star.png) center no-repeat;
  background-size: 16px;
}

.mg-detail-auther .mg-detail-auther-top .mg-detail-auther-info .mg-detail-auther-star span:last-child {
  margin: 0;
}

.mg-detail-auther .mg-detail-auther-consult {
  display: block;
  text-align: center;
  line-height: 44px;
  height: 44px;
  background: #27c8af;
  color: #fff;
  border-radius: 4px;
  margin: 0;
}

.mg-consult-more a {
  display: block;
  background: #f5f7fa;
  text-align: center;
  color: #909399;
  border-radius: 4px;
  line-height: 50px;
  height: 50px;
}

.mg-consult-more a span {
  padding-right: 10px;
  background: url(../../img/mg_v2/arrow_right.png) right center no-repeat;
  background-size: 7px 10px;
}

.mg-knowledge-page-video .mg-detail-head .mg-detail-copyright,
.mg-knowledge-page-video .mg-detail-head .mg-detail-content {
  margin-bottom: 5px;
}

.mg-knowledge-page-video .mg-detail-head .mg-video-head-ctrl {
  display: block;
  text-align: center;
  line-height: 50px;
  height: 50px;
  color: #27c8af;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.mg-knowledge-page-video .mg-detail-head.mg-detail-head-hide .mg-detail-copyright {
  display: none;
}

.mg-knowledge-page-video .mg-detail-head.mg-detail-head-hide .mg-video-head-ctrl:after {
  content: "";
  height: 10px;
  background: #f5f7fa;
  left: -20px;
  position: absolute;
  bottom: 0;
  width: calc(100% + 40px);
}

.mg-knowledge-page-video .mg-video .video-js {
  background-color: white;
  position: relative;
}

.mg-knowledge-page-video .mg-video .video-js.vjs-paused:not(.vjs-has-started):after {
  position: absolute;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.7);
}

.mg-knowledge-page-video .mg-video .video-js .vjs-big-play-button {
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  background: url(../../img/mg_v2/video_play.png) center no-repeat;
  background-size: 50px;
  border: none;
}

.mg-knowledge-page-video .mg-video .video-js .vjs-big-play-button span {
  display: none;
}

.mg-knowledge-page-video .mg-video .video-js.vjs-paused .vjs-big-play-button {
  display: block;
}

.mg-knowledge-page-video .mg-video .video-js:hover .vjs-big-play-button,
.mg-knowledge-page-video .mg-video .video-js .vjs-big-play-button:focus {
  border-color: none;
  background-color: none;
  background-color: rgba(115, 133, 159, 0);
  transition: all 0s;
}

.mg-knowledge-page-video .mg-video .my-video-dimensions {
  width: 100%;
  padding-bottom: calc(100% / (16 / 9));
  height: 0;
}

.mg-knowledge-page-video .mg-video .video-detail-play {
  height: 0;
  padding-bottom: calc(100% / (16 / 9));
}

.mg-knowledge-page-video .mg-video .vjs-poster {
  background-color: white;
}

.detail-auther {
  padding: 30px 16px;
  position: relative;
}
.detail-auther::before {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.detail-auther-top {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  font-weight: 700;
}
.link {
  text-align: center;
  display: block;
  margin: 18px 14px 0;
  background-color: #e95d47;
  color: #fff;
  line-height: 48px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  box-shadow: 0 4px 30px 0 rgba(233, 93, 71, 0.5);
  overflow: hidden;
}
.link i {
  margin-right: 8px;
}
.skill {
  margin-top: 16px;
  line-height: 18px;
  text-align: center;
}
.skill span {
  margin: 0 15px;
  font-size: 13px;
}
.skill i {
  font-size: 14px;
  margin-right: 6px;
  color: #f25618;
}
i {
  display: inline-block;
}

.link-component {
  display: block;
  overflow: hidden;
  margin-top: 20px;
  background-color: #f5f5f5;
  padding: 0 10px 0 14px;
  border-radius: 10px;
  font-size: 13px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
}

.link-component-link {
  color: #1ec7af;
  float: right;
}
.link-component-link i {
  font-size: 10px;
  margin-left: 2px;
}
.link-component-link span i {
  font-size: 14px;
  margin-right: 5px;
}

.bottom-component {
    max-width: 650px;
    left:50%;
    width: 100%;
    transform: translateX(-50%);
  color: #333;
  font: 14px/20px tahoma, \5fae\8f6f\96c5\9ed1;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 -3px 20px 0 rgba(0, 0, 0, 0.08);
  display: flex;
  text-align: center;
  align-items: center;
}
.bottom-component p {
  font-size: 10px;
  line-height: 14px;
  margin-top: 3px;
}
.bottom-component .item {
  position: relative;
  flex: 1;
  max-width: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
  line-height: 23px;
}
.bottom-component .item i {
  font-size: 19px;
  color: #000;
  display: inline-block;
  line-height: 23px;
}
.bottom-component .bottom-component-link {
  flex: 3;
  background-color: #e05f58;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 55px;
  line-height: 23px;
}
.bottom-component .bottom-component-link b {
  font-size: 16px;
}
.bottom-component .bottom-component-link p {
  font-weight: 300;
  font-size: 10px;
  line-height: 14px;
  margin-top: 3px;
}
.bottom-component .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background-color: #e8e8e8;
  transform: scaleX(0.5);
}

.question-header {
  border-bottom: 1px solid #eee;
}
.img-box {
  width: 80px;
  height: 44px;
  float: left;
  margin-left: 15px;
  text-align: left;
  background: url(../../img/mg_v2/moguvet.png) center center no-repeat;
  background-size: 80px;
}
.go-to-ask {
  position: absolute;
  font-size: 16px;
  color: #333;
  left: auto;
  right: 56px;
  line-height: 42px;
  top: 0;
  height: 35px;
}
.g-t-a-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../img/mg_v2/question.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
.g-t-a-txt {
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  height: 20px;
  margin-bottom: 4px;
}
.ml {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  height: 44px;
  margin: 0 11px 0 20px;
  float: right;
  position: relative;
  line-height: 44px;
  display: flex;
  align-items: center;
}
.ml .iconfont {
  margin-left: 15px;
  color: #000;
}

.s-header {
  float: right;
  right: auto;
  left: 106px;
  width: calc(100% - 180px);
  position: absolute;
  margin: 9px 0;
}
.s-logo {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 100px;
  width: 100%;
  height: 29px;
  line-height: 30px;
  margin-top: -2px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #999;
  font-size: 13px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s-logo .iconfont {
  color: #999;
  font-size: 14px;
  margin-right: 4px;
  font-weight: 500;
  line-height: 1;
}
.ml .ico {
  display: inline-block;
  width: 19px;
  height: 19px;
  vertical-align: middle;
}
.ml .icon-login {
  background: url(../../img/mg_v2/login.png) center center no-repeat;
  background-size: 18px 18px;
}

.go-to-ask {
  position: absolute;
  font-size: 16px;
  color: #333;
  left: auto;
  right: 56px;
  line-height: 42px;
  top: 0;
  height: 35px;
}
.g-t-a-icon {
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../../img/mg_v2/question.png) center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
.g-t-a-txt {
  vertical-align: middle;
  display: inline-block;
  line-height: 22px;
  height: 20px;
  margin-bottom: 4px;
}
.appendix {
  text-align: left;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  width: 28px;
  height: 44px;
  margin: 0 11px 0 20px;
  float: right;
  position: relative;
}
.option {
  width: 28px;
  height: 44px;
  display: inline-block;
  position: relative;
}
.dib {
  display: inline-block;
  position: relative;
}
.header-option-icon {
  margin: 11px 0 0;
  width: 22px;
  height: 22px;
  position: relative;
  color: #333;
  font-size: 16px;
  display: inline-block;
  background: url(../../img/mg_v2/ddd.png) center center no-repeat;
  background-size: 22px 22px;
}

.spect-header {
  float: right;
  right: auto;
  left: 106px;
  width: calc(100% - 236px);
  position: absolute;
  margin: 9px 0;
}
.search-logo {
  display: inline-block;
  background: #f5f5f5;
  border-radius: 100px;
  width: 100%;
  height: 29px;
  line-height: 30px;
  margin-top: -2px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #999;
  font-size: 14px;
  word-break: break-all;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-logo .iconfont {
  color: #999;
  font-size: 14px;
  margin-right: 4px;
  font-weight: 500;
  line-height: 1;
}
.iknow-msg-list {
  display: none;
  opacity: 0;
  position: absolute;
  left: -118px;
  background: #fff;
  width: 142px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.05);
  z-index: 1;
}
.msg-list {
  width: 100%;
}
.msg-link {
  position: relative;
  display: block;
  height: 43px;
  padding-left: 52px;
  font-size: 13px;
  line-height: 43px;
  color: #000;
  text-decoration: none;
  text-align: left;
}
.msg-link .ico {
  position: absolute;
  top: 12px;
  left: 17px;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  font-size: 18px;
}
.msg-link .icon-home {
  background: url(../../img/mg_v2/home.png) center center no-repeat;
  background-size: 18px 18px;
}
.msg-link .icon-login {
  background: url(../../img/mg_v2/login.png) center center no-repeat;
  background-size: 18px 18px;
}
.msg-link::before {
  position: absolute;
  bottom: 0;
  left: -50%;
  display: block;
  content: "";
  height: 1px;
  width: 200%;
  background-color: #e6e6e6;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  pointer-events: none;
}
.mg-bar-nav {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 650px;
  width: 100%;
  height: 44px;
  z-index: 12;
  text-align: center;
  background: white;
}
.banner-box {
  display: inline-block;
}
.banner-img {
  width: 100%;
  height: 100%;
  border-bottom: 10px solid #f5f7fa;
}

/* 问答详情 商品轮播 */
.goods-box {
  position: relative;
  padding: 10px 0 30px 17px;
}
.goods-box .doctor-Question {
  height: 22px;
  margin-top: 15px;
  line-height: 22px;
  padding-left: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #27c8af;
  color: #909399;
  font-size: 16px;
  font-weight: 500;
}
.goods-box .goods-title {
  font-weight: bold;
  margin-top: 10px;
  font-size: 16px;
  color: #333;
  padding-right: 17px;
}
.goods-box .g-d-box {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 17px;
}
.goods-box .goods-desc {
  text-align: justify;
  padding-right: 6px;
  line-height: 2;
  font-size: 14px;
  color: #575a5c;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.goods-box .iconfont {
  font-size: 14px;
  color: #575a5c;
}

.goods-box::after {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.swiper-box {
  margin-top: 10px;
}
.goods-box .goods-item {
  padding: 10px;
  background-color: #f5f5f5;
  border-radius: 10px;
  display: flex;
}
.goods-box .goods-item .g-image {
  width: 72px;
  height: 72px;
  overflow: hidden;
  border-radius: 10px;
}
.goods-box .goods-item .g-image img {
  width: 72px;
}
.goods-box .goods-item .g-info {
  margin-left: 10px;
  flex: 1;
  height: 72px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.goods-box .goods-item .g-title {
  font-weight: bold;
  font-size: 12px;
  color: #000;
  line-height: 1.5;
}
.goods-box .goods-item .g-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.goods-box .goods-item .g-price-box {
  display: flex;
  align-items: center;
}
.goods-box .goods-item .price {
  font-weight: bold;
  color: #ea3f4a;
  font-size: 12px;
  margin-right: 8px;
}
.goods-box .goods-item .tag {
  padding: 0 6px;
  background-color: #f0ccd1;
  color: #ea3f4a;
  font-size: 12px;
  border-radius: 30px;
  height: 18px;
  line-height: 18px;
}
.goods-box .goods-item .g-btn {
  padding: 4px 8px;
  border: 1px solid #ea3f4a;
  color: #ea3f4a;
  font-size: 12px;
  border-radius: 20px;
}

/* banner */
.banner-box2 {
  display: block;
  position: relative;
}
.banner-box2 img {
  width: 100%;
}
.banner-box2::after {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f5f7fa;
}

/* 开讲 */
.cell-box {
  position: relative;
  padding: 0 17px 30px;
}
.cell-box::after {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.u-cell-box::after {
  background: #fff;
}
.cell-box .doctor-Question {
  height: 22px;
  margin-top: 15px;
  line-height: 22px;
  padding-left: 10px;
  margin-bottom: 15px;
  border-left: 3px solid #27c8af;
  color: #909399;
  font-size: 16px;
  font-weight: 500;
}
.cell-box .cell-title {
  padding-right: 17px;
  font-size: 13px;
  color: #757575;
}
.cell-box .cell-title .hot {
  color: #e84b6a;
}
.cell-box .cell-list {
  padding-right: 17px;
}
.cell-list .cell {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 1.5px;
  color: #575a5c;
  padding: 15px 0 25px;
  border-bottom: #f7f7f7 solid 1px;
}

/* 展开更多 */
#content-box {
  overflow: hidden;
}

.consult-link::before {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f2f2f2;
}

.consult-link {
  display: block;
  position: relative;
  padding: 15px 17px 25px;
  background-color: #fff;
}
.swan-ad-fc-wys__title-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.swan-ad-fc-wys__title-wrap .swan-ad-fc-wys__title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  color: #333;
  font-size: 19px;
}
.swan-ad-fc-wys__logo {
  background-image: url(https://m.moguvet.com/_nuxt/img/a7b5305.png);
  background-size: cover;
  width: 90px;
  height: 22px;
}

.c-gap-top-small {
  margin-top: 5px;
}

.swan-ad-fc-wys__info {
  display: inline-block;
}
.c-color-gray {
  color: #999;
}
.c-font-normal {
  font: 14px/24px Arial, Helvetica, sans-serif;
}
.swan-ad-fc-wys__dot {
  display: inline-block;
  vertical-align: middle;
  height: 14px;
  width: 1px;
  background-color: #eee;
}
.c-gap-left {
  margin-left: 10px;
}
.c-gap-right {
  margin-right: 10px;
}
.swan-ad-fc-wys__input-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.c-gap-top-small {
  margin-top: 5px;
}
.swan-ad-fc-wys__input {
  border: 1px solid #b8b8b8;
  border-radius: 6px;
  height: 38px;
  line-height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
.c-gap-inner-left-large {
  padding-left: 15px;
}
.c-gap-inner-right-large {
  padding-right: 15px;
}
.c-color {
  color: #555;
}
.c-line-clamp1 {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.swan-ad-fc-wys__btn {
  background-color: #30b19c;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px 0 rgb(0 200 200 / 25%);
  box-shadow: 0 3px 9px 0 rgb(0 200 200 / 25%);
  color: #fff;
  line-height: 38px;
  text-align: center;
  height: 38px;
  width: 100px;
  font-weight: 700;
}

.swan-ad-fc-wys__flex,
.swan-ad-fc-wys__image,
.swan-ad-fc-wys__loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.c-gap-top {
  margin-top: 10px;
}
.swan-ad-fc-wys__loop {
  height: 20px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

.c-l-swiper-slide {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}

.imgbox > img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #fff;
  /* overflow: hidden; */
  position: relative;
}

/*  */
.kp-content {
  background-color: #f2f2f2;
  padding: 0 10px;
}
.title-text {
  font-size: 19px;
  color: #000;
  padding: 10px 0 5px;
  border-bottom: 1px solid #f1f1f1;
  position: relative;
  text-align: center;
}
.title-text::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 0;
  width: 75px;
  height: 1px;
}
.kp-bottom {
  margin-top: 10px;
}
.kp-bottom::before {
  background-color: #f2f2f2 !important;
}
.title-isRedesign-line {
  color: #eee;
  margin: 0 10px;
}
.title-isRedesign-line {
  color: #eee;
  margin: 0 10px;
}

.clink {
  margin-top: 8px;
  background-color: #fff;
  padding: 20px 13px;
  border-radius: 10px;
  display: block;
}

.clink .titlel {
  width: 100%;
  font-size: 14px;
  color: #1a1a1a;
}
.clink .contents {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 15px;
}
.clink .left {
  flex: 1;
}
.left .desc {
  line-height: 1.5;
  font-size: 13px;
  color: #808080;
}
.left .doctor {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.left .doctor .avatar {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #eee;
}
.left .doctor .doctor-name {
  font-size: 12px;
  margin-left: 10px;
}
.left .doctor .iconfont {
  font-size: 12px;
  color: #feb753;
  margin-left: 4px;
  margin-top: 1px;
}
.left .doctor .doctor-tit {
  font-size: 12px;
  color: #b3b3b3;
  margin-left: 10px;
}
.clink .right {
  position: relative;
  margin-left: 20px;
}
.clink .right .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #eee;
  border-radius: 50%;
}
.clink .right > img {
  width: 85px;
  border-radius: 10px;
}

/* 相关case */
.cell-box > h4 {
  font-size: 15px;
  margin-bottom: 5px;
}
.cell-case {
  border-bottom: 1px solid rgba(228, 228, 228, 0.3);
  display: block;
  padding: 20px 0;
}
.case-item-user {
  display: flex;
  align-items: center;
}
.case-item-user > img {
  width: 20px;
  border-radius: 50%;
}
.case-item-user__name {
  font-size: 14px;
  margin-left: 5px;
}
.case-item-question {
  margin: 15px 0 10px;
  font-size: 14px;
  line-height: 1.5;
}
.case-item-answer {
  background-color: #f5f5f5;
  padding: 15px;
  border-radius: 15px;
}
.case-item-answer .doctor {
  display: flex;
  align-items: center;
}
.case-item-answer .doctor .iconfont {
  font-size: 12px;
  color: #feb753;
  margin-left: 4px;
  margin-top: 1px;
}
.case-item-answer .doctor > img {
  width: 20px;
  border-radius: 50%;
}
.case-item-answer .doctor-name {
  margin-left: 6px;
  font-size: 13px;
}
.case-item-answer .doctor-title {
  color: #b5b5b5;
  font-size: 12px;
  margin-left: 6px;
}
.case-item-answer__text {
  margin-top: 10px;
  font-size: 13px;
  color: #878787;
  line-height: 1.5;
}
.more {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1ec7af;
  font-size: 13px;
  margin-top: 20px;
}
.more .iconfont {
  margin-top: 1px;
  font-size: 12px;
}
.swp-box {
  position: relative;
  padding: 10px 0 30px 17px;
}

.swp-box::after {
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.swp-box-slide {
  width: auto !important;
}
.swp-box .all-doctor {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 80px;
}
.swp-box .all-doctor .iconfont {
  font-size: 18px;
}
.swp-box .all-doctor .swp-box-txt {
  font-size: 16px;
}

.footer {
  background-color: #f2f2f2;
  padding-top: 40px;
  display: flex;
  padding-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.footer .footer-img {
  margin-bottom: 10px;
  width: 100px;
}
.footer .footer-txt {
  position: relative;
  width: 100%;
  height: 50px;
}
.footer .footer-txt .txt {
  z-index: 1;
  font-size: 12px;
  color: #ccc;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #f2f2f2;
  padding: 0 10px;
  word-break: keep-all; /* 不换行 */
  white-space: nowrap; /* 不换行 */
}
.footer .footer-txt .lin {
  position: absolute;
  left: 50%;
  top: 10px;
  transform: translate(-50%, -50%);
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
  width: 80%;
}

.card-swiper-container{
  width: 60px;
}
.card-swiper-container .swiper-wrapper .swiper-slide{
  width: 20px;
}




/* case */
.case{
  position: relative;
  overflow:hidden;
  background-color: #f2f2f2;
  padding: 0 0 75px;
}
.case::before{
  position: absolute;
  height: 10px;
  bottom: 0;
  content: "";
  left: 0;
  width: 100%;
  background: #f2f2f2;
}
.answer{
  margin: 17px 32px 0 17px;
}
.question{
    margin: 17px 17px 0 32px;
  }
.question,.answer .time{
  text-align: center;
  font-size: 12px;
  color:#9d9d9d;
}
.question .main{
  border-radius: 7.5px;
  margin-top: 17px;
  background-color: #C9E2DC;
  padding: 20px  17px;
}
.question .main .tit{
  font-size: 15px;
  color:#080812;
  text-align: left;
}
.question .main .q-content{
    color: #29564be6;
  text-align: left;
  font-size: 15px;
  word-wrap:break-word;
  word-break: break-all;
  white-space: pre-wrap;
  line-height: 1.5;
  letter-spacing: 1px;
}
.question .main .icon-box,
.answer .main .icon-box
{
  display: flex;
  align-items: center;
  margin-top: 25px;
  font-size: 12px;
  color:#b3b9b5;
}


.case .answer .main{
  background-color: #fff;
}
.answer .main{
  border-radius: 7.5px;
  margin-top: 17px;
  background-color: #ffffff;
  padding: 20px  17px;
}
.answer .main .tit{
  display: flex;
  align-items: center;
}
.answer .main .tit .doctor-img{
  width: 24px;
  border-radius: 50%;
}
.answer .main .tit .doctor-name{
  margin-left: 6px;
  font-size: 14px;
  color: #29564B;
}
.answer .main .tit .iconfont{
  font-size: 14px;
  color: #feb753;
  margin-left: 10px;
  margin-right: 4px;
}
.answer .main .tit .doctor-title{
  color: #5EC4AF;
  font-size: 12px;
}
.answer .main .tit .avatar{
  width: 40px;
  border-radius: 50%;
}
.answer .main .tit >div{
  margin-left: 10px;
  font-size: 16px;
  color:#383838;

}
.answer .main .tit >div:first-child{
  margin-right: 7.5px;
}
.answer .main .q-content{
  margin-top: 10px;
  font-size: 15px;
  color:#333;
  line-height: 1.5;
  word-wrap:break-word;
  word-break: break-all;
  white-space: pre-wrap;
  letter-spacing: 1px;
}
.case-more{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 100%;
  box-shadow: -1px -20px 20px 2px #fff;
  background-color: #fff;
  padding: 10px 0 20px;
}
.case-more >div {
    width: 201px;
    height: 32px;
    background-color: #fff;
    background: #30b19c;
    border-radius: 100px;
    line-height: 32px;
    text-align: center;
}
.case-more >div >p {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

.answer-prescription {
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.answer-prescription-box {
    background-color: #fff;
    border: 1px solid #549989;
    border-radius: 100px;
    text-align: center;
    font-size: 13px;
    padding: 0 30px;
    height: 32px;
    line-height: 32px;
    font-weight: 700;
    color: #549989;
}

.case-desc-q,.case-desc-a{
  margin-top: 15px;
}

.case-desc-q >p {
  font-size: 16px;
  line-height: 1.5;
}
.case-desc-a >p{
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.swan-ad-fc-wys__loop{
  display:flex;
  align-items: center;
  white-space: nowrap;
  width: 50px;
  text-align: left;
}
.s-box-link .imgbox{
  margin-right: -5px;
  position: relative;
  transform: scale(1);
}
.s-box-link .img-outer{
  transform: scale(0,0);
}
.s-box-link .img-prev,.img-active,.img-next{
  transition:all .5s ease;
  width: 20px;
  height: 20px;
  opacity: 1;
}

.question-card{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    padding: 10px 15px;
    margin-bottom: 20px;
}
.question-card-txt{
    font-size: 14px;
}
.question-card .mg-detail-consult-me{
    height: 26px;
    text-align: center;
    min-width: 62px;
    color: #fff;
    box-sizing: border-box;
    line-height: 26px;
    border-radius: 40px;
    margin-left: 5px;
    background-color: #27c8af;
    font-weight: 500;
}



.doctor-link{
    position: relative;
    background-color: #fff;
    padding: 15px 17px 25px;
}
.doctor-link::before {
    position: absolute;
    height: 10px;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    background: #f2f2f2;
}
.doctor-link-title{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.doctor-link-title-txt{
    font-size: 15px;
}
.doctor-link-title-count{
    color: #999;
    font-size: 14px;
}
.doctor-link-item{
    padding: 15px 0;
    border-bottom: 1px solid #f6f6f6;
}
.doctor-link-item-header{
    display: flex;
    align-items: center;
}
.doctor-link-item-avatar{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.doctor-link-item-info{
    flex: 1;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 10px;
}
.doctor-link-item-info-name{
    font-size: 16px;
}
.doctor-link-item-info-name >span{
    font-size: 12px;
    color: #999;
}
.doctor-link-item-info-name >i{
    color: #feb753;
    font-size: 12px;
    margin-top: 1px;
    margin-right: 2px;
}
.doctor-link-item-info-question{
    font-size: 14px;
    color: #999;
}
.doctor-link-item-info-question-count{
    color: #333;
    font-size: 14px;
}
.doctor-link-item-footer{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.doctor-link-item-footer-item{
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 40px;
}
.doctor-link-item-footer .doctor-link-item-footer-item:first-child{
    margin-left: 0;
}
.doctor-link-item-footer-img{
    width: 20px;
    height: 20px;
}
.doctor-link-item-footer .margin-lr{
    margin: 0 5px;
}
.doctor-link-item-footer-price{
    font-size: 14px;
}
.doctor-link-item-footer .iconfont{
    font-size: 14px;
}
.docotr-link-txt-tips{
    display: flex;
    justify-content: center;
    padding-top: 15px;
    text-align: center;
}

.free{
    position: fixed;
    bottom: 55px;
    width: 100%;
    max-width: 650px;
    z-index: 9;
    background-color: #2cb7a3;
    padding: 10px 17px;
}
.free-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.free-close{
    text-align: right;
    font-size: 14px;
}
.free-title{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.free-content{
    color: #fff;
    white-space: pre-line;
    font-size: 20px;
    text-align: center;
    margin-top: 15px;
}
.free-btn{
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    background-color: #fff;
    color:rgb(30, 199, 175);
    font-size: 16px;
    border-radius: 30px;
}
.free-tips{
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-top: 20px;
}

.hospital {
    display: block;
    position: relative;
    background-color: #fff;
    padding: 15px 17px 25px;
}

.hospital::after{
    position: absolute;
    height: 10px;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    background: #f2f2f2;
}
.hospital-title {
    font-weight: 600;
    font-size: 15px;
}
.hospital-title >span {
    font-weight: normal;
}
.hospital-cover {
    margin-top: 10px;
    position: relative;
}
.hospital-img {
    width: 100%;
}
.hospital-name {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 36px;
    line-height: 36px;
}
.hospital-name-txt {
    color: #fff;
    font-size: 14px;
}
.hospital-footer {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgb(30, 199, 175);
    text-align: center;
    border-radius: 6px;
}

.zhikong-box {
    position: relative;
    background-color: #fff;
    padding-bottom: 10px;
}
.zhikong {
    width: 100%;
    height: 100%;
}
.zhikong-box::before {
    position: absolute;
    height: 10px;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    background: #f2f2f2;
}

.wenda-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background-color: #fff;
    padding: 20px 0 25px;
}
.wenda-banner::before {
    position: absolute;
    height: 10px;
    bottom: 0;
    content: "";
    left: 0;
    width: 100%;
    background: #f2f2f2;
}
.wenda-banner-logo {
    width: 120px;
    height: 30px;
}
.wenda-banner-tips {
    width: 100%;
    max-width: 650px;
    margin-top: 12px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wenda-banner-tips-txt {
    width: 177px;
    background-color: #fff;
    position: relative;
    z-index: 1;
    color: #999;
    font-size: 13px;
    text-align: center;
}
.wenda-banner-tips-line {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 60px;
    right: 60px;
    height: 1px;
    background-color: #d8d8d8;
}
.wenda-banner-txt {
    display: flex;
    align-items: center;
    font-weight: normal;
    margin: 0;
    font-size: 14px;
    color: #666;
    margin-top: 20px !important;
}
.wenda-banner-txt >span {
    margin: 0 15px;
    width: 1px;
    height: 12px;
    background-color: #ccc;
}

.wenda-banner-btns {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wenda-banner-btns >button {
    margin: 0;
    padding: 0;
    width: 166px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 15px;
    border-radius: 8px;
}

.wenda-banner-wen {
    border: 1px solid #1EC7AF;
    color: #1EC7AF;
    background-color: #fff;
}
.wenda-banner-jia {
    color: #fff;
    background-color: #1EC7AF;
    border: 1px solid #1EC7AF;
    margin-left: 10px !important;
}

.header-box-input {
    display: flex;
    align-items: center;
    justify-content: center;
    float: right;
    right: auto;
    left: 106px;
    width: calc(100% - 180px);
    position: absolute;
    margin: 5px 0;
    border-radius: 17px;
    border: 2px solid #000000;
    height: 34px;
}

.header-box-input-search {
    width: 14px;
    height: 14px;
}

.header-box-input-txt {
    margin-left: 6px;
    color: #000;
    font-size: 14px;
}
.freecard {
    margin-bottom: 20px;
    height: 45px;
    background: #48B4AD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.freecard-txt {
    font-size: 14px;
    color: #fff;
}

.freecard-right {
    display: flex;
    align-items: center;
}

.freecard-right-img {
    margin-left: 3px;
    width: 14px;
    height: 14px;
}

.mg-detail-consult-btn {
    padding: 0 10px;
    min-width: auto;
}
.wenda-doctor-info {
    margin-top: 20px;
}

.smart-cell {
    margin-top: 16px;
    height: 45px;
    background: #48B4AD;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px;
}

.smart-cell-txt {
    font-size: 14px;
    color: #fff;
}

.smart-cell-right {
    display: flex;
    align-items: center;
}
.smart-cell-right-img {
    margin-left:3px;
    width: 14px;
    height: 14px;
    font-size: 20px;
}

.video-smart-cell {
    margin-top: 0;
    border-radius: 0;
}
.case-smart-cell {
    margin: 10px 0;
}

.line {
    height: 10px;
    background-color: #f2f2f2;
}

.drug .drug-box {
    padding: 15px 17px;
}
.drug .drug-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drug .drug-header-title {
    font-size: 15px;
    color: #222;
}
.drug .drug-header-count {
    display: flex;
    align-items: center;
}
.drug .drug-header-count-img {
    width: 60px;
}
.drug .drug-header-count-text {
    font-size: 14px;
    color: #333;
    margin-left: 5px;
}
.drug .drug-tag {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.drug .drug-tag-cell {
    display: flex;
    align-items: center;
}
.drug .drug-tag-cell-img {
    width: 14px;
}
.drug .drug-tag-text {
    font-size: 12px;
    color: #86CBC0;
    margin-left: 2px;
}
.drug .info-box {
    width: 100px;
}
.drug .drug-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}
.drug .info-cover {
    position: relative;
    width: 100px;
    height: 100px;
}
.drug .info-cover .img-bg-all{
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}
.drug .info-cover .img-bg-all .img-item{
    width: 100%;
    height: 100%;
    border-radius: none;  
}
.drug .info-cover .img-bg-all .img-item .img-bg{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-size: cover;
}
.drug .info-cover .img-bg-all .img-placeholder{
    background: rgba(153, 153, 153, 0.1);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    border-radius: 5px;
}
.drug .info-cover img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
}
.drug .info-box-rx {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0 0 5px 0;
    background-color: #4CB6A6;
    color: #fff;
    font-size: 12px;
    text-align: center;
    height: 16px;
    padding: 0 5px;
}
.drug .info-name {
    margin-top: 5px;
    font-size: 13px;
    color: #333;
}
.drug .info-price {
    margin-top: 5px;
    font-size: 12px;
}
.drug .info-price >span {
    color: #EF6262;
}
.drug .info-price .old-price {
    color: #777;
    text-decoration: line-through;
}
.drug .info-btn {
    background: #4CB6A6;
    border: none;
    padding: 0;
    margin: 0;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    cursor: pointer;
    border-radius: 60px;
}
.drug .drug-footer {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drug .drug-footer >p {
    color: #4CB6A6;
    font-size: 14px;
}
.drug .drug-footer >i {
    color: #4CB6A6;
    font-size: 14px;
}

.case-tip {
    color: #999;
    padding: 17px;
    font-size: 12px;
    line-height: 1.5;
}

.case-cell-box {
    margin: 0 17px;
}

.case-list-doctor-cell {
    padding: 20px 0 21px;
    background-color: #CFE6E2;
}
.case-list-doctor-cell .box-header {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case-list-doctor-cell .box-header-title {
    font-size: 17px;
    margin: 0;
    color: #2D2F35;
}

.case-list-doctor-cell .box-header-txt {
    font-size: 12px;
    color: #666B7A;
    margin-left: 10px;
}

.case-list-doctor-cell .box-header-txt-count {
    font-size: 12px;
    color: #329E97;
}

.case-list-doctor-cell .doctor {
    margin: 20px 0 18px;
    white-space: nowrap;
    overflow-x: scroll;
}

.case-list-doctor-cell .doctor .wrap {
    display: inline-block;
    margin-right: 10px;
    height: 186px;
    overflow: hidden;
}


.case-list-doctor-cell .doctor .wrap:first-child {
    margin-left: 16px;
}
.case-list-doctor-cell .doctor .wrap:last-child {
    margin-right: 16px;
}

.case-list-doctor-cell .doctor-cell {
    padding: 0 16px;
    width: 128px;
    height: 189px;
    background: #F5F5F5;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.case-list-doctor-cell .doctor-cell-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.case-list-doctor-cell .doctor-cell-name {
    font-size: 16px;
    color: #2D2F35;
    margin-top: 7px;
}

.case-list-doctor-cell .doctor-cell-title {
    margin-top: 3px;
    font-size: 12px;
    color: #9096AA;
}

.case-list-doctor-cell .doctor-cell-title >span {
    margin: 0 3px;
    color: #EF6262;
}

.case-list-doctor-cell .doctor-cell-btn {
    margin-top: 8px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #EF6262;
    border-radius: 17px;
    color: #fff;
    font-size: 13px;
}
.case-list-doctor-cell .more-box {
    border-radius: 30px;
    padding: 0 30px;
    border: 1px solid #333;
    display: flex;
    align-items: center;
    height: 34px;
    line-height: 34px;
}

.case-list-doctor-cell .more-txt {
    font-size: 13px;
    color: #333;
}

.case-list-doctor-cell .iconfont {
    margin-left: 3px;
    font-size: 14px;
    color: #333;
}

.case-list-doctor-cell .box-header-wrap {
    display: flex;
    align-items: center;
}
