.show-doctor003 {
  min-height: 6rem;
  padding-bottom: 0.8rem;
}

.show-doctor003 .basic-msg {
  position: relative;
  margin-top: 0.8rem;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg {
  display: flex;
  box-sizing: border-box;
  padding: 0.6rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-header {
  width: 2.2rem;
  height: fit-content;
  flex-shrink: 0;
  margin-right: 0.6rem;
  position: relative;
  z-index: 1;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-header .r_img .inner-img {
  padding-bottom: 132%;
  border-radius: 0.1rem;
  overflow: hidden;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-header {
  /* margin-top: -1.2rem; */
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-header .r_img .inner-img img {
  object-position: top;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info {
  flex: 1;
  position: relative;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail {
  padding-bottom: 0.2rem;
  position: relative;
  z-index: 1;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit {
  font-size: 0.32rem;
  line-height: 1;
  color: #fff;
  position: relative;
}

.show-doctor003 .basic-msg .inner-layout {
  background-color: #037469;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep {
  margin-top: 0.1rem;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p {
  font-size: 0.2rem;
  line-height: 1;
  color: #fff;
  margin-top: 0.2rem;
}

/* .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p+p {
  margin-left: 0.2rem;
} */

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p span,
.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p a {
  color: #fff;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p a:hover {
  color: var(--ruifox-color-primary-1);
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at {
  margin-top: 0.2rem;
  font-size: 0.2rem;
  line-height: 1.5;
  display: flex;
  color: #fff;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at span {
  color: rgba(255, 255, 255, 0.7);
  flex-shrink: 0;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .m-doc-brief {
  display: block;
  margin-top: 0.1rem;
  font-size: 0.18rem;
  line-height: 1.5;
  color: #fff;
}

.show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-brief {
  font-size: 0.16rem;
  line-height: 2;
  margin-top: 0.2rem;
}

.show-doctor003 .detail-intro {
  margin-top: 0.8rem;
}

.show-doctor003 .detail-intro .inner-layout .doc-intro {
  margin-top: 0.4rem;
}

.show-doctor003 .detail-intro .inner-layout .doc-intro p,
.show-doctor003 .detail-intro .inner-layout .doc-intro span {
  color: #333;
  font-size: 0.18rem !important;
  line-height: 0.32rem !important;
  font-family: 'Arial Normal', 'Arial', sans-serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
}

.show-doctor003 .dep-doctor {
  margin-top: 0.8rem;
}

.show-doctor003 .dep-doctor .inner-layout h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.show-doctor003 .dep-doctor .inner-layout h1 .tit-wrap {
  display: flex;
  align-items: center;
}

.show-doctor003 .dep-doctor .inner-layout h1 .tit-component {
  margin-right: 0.3rem;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container {
  margin-top: 0.4rem;
  height: fit-content;
  padding: 0.1rem;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper.jc-center {
  justify-content: center;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide {
  padding: 0.2rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
  background-color: #fff;
  margin-right: 0.2rem;
  width: calc(16.6% - 20px);
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 0px 15px var(--ruifox-color-primary-3);
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide:hover .r_img .inner-img img {
  transform: scale(1.1);
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .name {
  color: var(--ruifox-color-primary-1);
  font-weight: bold;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .r_img .inner-img {
  padding-bottom: 133%;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom {
  transition: all 0.3s;
  margin-top: 0.1rem;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom p {
  text-align: center;
  line-height: 1;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom p:not(:first-child) {
  margin-top: 0.1rem;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom .name {
  font-size: 0.18rem;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom .protit {
  font-size: 0.14rem;
  color: #999;
}

.show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom .depart {
  font-size: 0.14rem;
}

@media (max-width: 960px) {
  .show-doctor003 .basic-msg {
    margin-top: 40px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg {
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-header {
    margin-right: 0;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info {
    width: 100%;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail {
    padding-bottom: 20px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 {
    margin-top: 20px;
    text-align: center;
    justify-content: center;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit {
    font-size: 20px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit .tit-line {
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .more001 {
    display: none;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep {
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p {
    font-size: 14px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p+p {
    margin-left: 0;
    margin-top: 10px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at {
    margin-top: 20px;
    display: block;
    font-size: 16px;
    line-height: 2;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at p {
    margin-top: 10px;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-brief {
    display: none;
  }

  .show-doctor003 .basic-msg .inner-layout .inner-basic-msg .doc-info .m-doc-brief {
    display: block;
  }

  .show-doctor003 .detail-intro {
    display: none;
  }

  .show-doctor003 .dep-doctor .inner-layout h1 {
    align-items: flex-start;
  }

  .show-doctor003 .dep-doctor .inner-layout h1 .tit-wrap {
    display: block;
    width: 50%;
  }

  .show-doctor003 .dep-doctor .inner-layout h1 .tit-component {
    margin: 10px 0;
  }

  .show-doctor003 .dep-doctor .inner-layout h1 .tabtit-component .tab-tit a {
    font-size: 18px;
    white-space: nowrap;
  }

  .show-doctor003 .dep-doctor .inner-layout h1 .more-component {
    margin-top: 10px;
  }

  .show-doctor003 .dep-doctor .inner-layout .swiper-container {
    margin-top: 20px;
  }

  .show-doctor003 .dep-doctor .inner-layout .swiper-container .swiper-wrapper {
    justify-content: flex-start !important;
  }
}

/*# sourceMappingURL=show-doctor003.css.map */