/**
 * 医生介绍二级页专属样式
 */

.page-doctor-list {
  min-width: 1500px;
  color: #292c33;
  background: #fff;
}

.doctor-wrap {
  width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.doctor-site-header {
  background: #fff;
}

.doctor-site-header__inner {
  height: 145px;
  display: flex;
  align-items: center;
}

.doctor-logo {
  display: block;
  width: 407px;
  height: 76px;
}

.doctor-logo:hover {
  text-decoration: none;
}

.doctor-logo__img {
  width: 407px;
  height: 76px;
  object-fit: contain;
}

.doctor-nav {
  height: 55px;
  background: #008842;
}

.doctor-nav__list {
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.doctor-nav__list a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 116px;
  height: 34px;
  padding: 0 17px;
  border-radius: 18px;
  color: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
}

.doctor-nav__list a:hover {
  text-decoration: none;
}

.doctor-nav__list a.is-active {
  color: #008842;
  background: #fff;
}

.doctor-hero {
  position: relative;
  height: 405px;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.03) 42%, rgba(0, 0, 0, 0.22)),
    url("../images/index/fzfw_2.png") center 33% / cover no-repeat;
}

.doctor-hero__inner {
  position: relative;
  height: 100%;
}

.doctor-hero__crumb {
  position: absolute;
  right: 0;
  bottom: 36px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
}

.doctor-search-section {
  padding-top: 55px;
}

.doctor-search {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  height: 68px;
  margin: 0 auto;
}

.doctor-search input {
  width: 268px;
  height: 68px;
  padding: 0 30px;
  border: 2px solid #bfc1c5;
  border-radius: 10px;
  color: #292c33;
  font-size: 24px;
  line-height: 68px;
  outline: none;
}

.doctor-search input::placeholder {
  color: #8791a3;
}

.doctor-search .doctor-search__doctor {
  width: 520px;
}

.doctor-search button {
  width: 145px;
  height: 68px;
  border: 0;
  border-radius: 9px;
  background: #ff9709;
  color: #fff;
  font-size: 24px;
  line-height: 1;
}

.doctor-search.is-empty input {
  border-color: #cf3333;
}

.doctor-search.is-empty input::placeholder {
  color: #cf3333;
}

.doctor-directory {
  padding-top: 101px;
}

.doctor-directory__tabs {
  display: flex;
  align-items: flex-end;
  height: 86px;
  border-bottom: 4px solid #d0d0d0;
}

.doctor-directory__tabs button {
  position: relative;
  min-width: 222px;
  height: 86px;
  padding: 0 6px 22px;
  border: 0;
  background: transparent;
  color: #292c33;
  font-size: 35px;
  line-height: 1;
}

.doctor-directory__tabs button + button {
  margin-left: 80px;
}

.doctor-directory__tabs button.is-active {
  color: #008842;
  font-weight: 700;
}

.doctor-directory__tabs button.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
  height: 11px;
  background: #008842;
}

.doctor-directory__list {
  margin-top: 60px;
}

.doctor-directory__panel[hidden] {
  display: none;
}

.doctor-directory__panel.is-active {
  animation: doctor-panel-fade 0.24s ease-out;
}

@keyframes doctor-panel-fade {
  0% {
    opacity: 0;
    transform: translateY(12px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.doctor-group {
  display: grid;
  grid-template-columns: 280px 1fr;
  min-height: 199px;
  padding: 46px 0 38px;
  border-bottom: 2px dashed #d9d9d9;
  box-sizing: border-box;
}

.doctor-group[hidden] {
  display: none;
}

.doctor-group h2 {
  margin: 0;
  color: #008842;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 2px;
}

.doctor-group__names {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  align-content: start;
  row-gap: 28px;
  column-gap: 50px;
  padding-top: 3px;
}

.doctor-group__names a {
  color: #292c33;
  font-size: 25px;
  line-height: 1.25;
  text-decoration: none;
  white-space: nowrap;
}

.doctor-group__names a[hidden] {
  display: none;
}

.doctor-group__names a:hover {
  color: #008842;
  text-decoration: none;
}

.doctor-group__names--two-row {
  row-gap: 28px;
}

.doctor-map {
  position: relative;
  height: 307px;
  margin-top: 50px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0)),
    url("../jt/ysth.png") center center / cover no-repeat;
}

.doctor-map__card {
  position: absolute;
  left: calc((100% - 1500px) / 2 - 12px);
  top: 0;
  width: 480px;
  height: 307px;
  padding: 36px 43px 30px;
  box-sizing: border-box;
  background: rgba(0,136,66, 0.82);
  color: #fff;
}

.doctor-map__card h2 {
  margin: 0 0 27px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.doctor-map__card ul {
  display: grid;
  gap: 10px;
}

.doctor-map__card li {
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 1px;
}

.doctor-footer__main {
  background: #fff;
}

.doctor-footer__inner {
  display: grid;
  grid-template-columns: 410px 380px 1fr;
  align-items: start;
  gap: 140px;
  padding-top: 83px;
  min-height: 316px;
  box-sizing: border-box;
}

.doctor-footer__logo img {
  width: 407px;
  height: 76px;
  object-fit: contain;
}

.doctor-footer__links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px 58px;
  padding-top: 4px;
}

.doctor-footer__links a {
  color: #292c33;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.doctor-footer__links a:hover {
  color: #008842;
  text-decoration: none;
}

.doctor-footer__qr-list {
  display: flex;
  justify-content: flex-end;
  gap: 54px;
}

.doctor-footer__qr-list figure {
  margin: 0;
  text-align: center;
}

.doctor-qr {
  display: block;
  width: 160px;
  height: 160px;
  border: 1px solid #ebebeb;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  background:
    linear-gradient(90deg, #111 10px, transparent 10px 18px, #111 18px 28px, transparent 28px 40px, #111 40px 50px, transparent 50px 62px, #111 62px 72px, transparent 72px),
    linear-gradient(#111 10px, transparent 10px 18px, #111 18px 28px, transparent 28px 40px, #111 40px 50px, transparent 50px 62px, #111 62px 72px, transparent 72px),
    radial-gradient(circle at 50% 50%, #0f66c2 0 17px, #fff 18px 25px, transparent 26px),
    repeating-linear-gradient(90deg, transparent 0 8px, #111 8px 13px, transparent 13px 21px),
    repeating-linear-gradient(0deg, transparent 0 9px, #111 9px 14px, transparent 14px 24px),
    #fff;
  background-size: 72px 72px, 72px 72px, 62px 62px, 160px 160px, 160px 160px, auto;
  background-position: 12px 12px, 76px 76px, center, 0 0, 0 0, 0 0;
  background-repeat: no-repeat;
}

.doctor-footer__qr-list figcaption {
  margin-top: 25px;
  color: #292c33;
  font-size: 18px;
  line-height: 1;
}
