/**
 * 医院概况页面样式
 */

.page-overview {
  --overview-container: 1500px;
  --overview-blue: #008842;
  min-width: 1500px;
  color: #292c33;
  background: #fff;
}

.overview-wrap {
  width: var(--overview-container);
  margin-left: auto;
  margin-right: auto;
}

.overview-header {
  background: #fff;
}

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

.overview-logo,
.overview-logo__img {
  display: block;
  width: 420px;
  height: 90px;
}

.overview-logo__img {
  object-fit: contain;
  object-position: left center;
}

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

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

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

.overview-nav__list > li > 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: 21px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.overview-nav__list > li > a:hover {
  text-decoration: none;
}

.overview-nav__list > li > a.is-active {
  color: #008842;
  background: #fff;
}

.overview-hero {
  height: 380px;
  background: url("../images/overview/hero-overview.png") center top / cover no-repeat;
}

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

.overview-crumb {
  position: absolute;
  right: 0;
  bottom: 35px;
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 1px;
}

.overview-tabs {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 980px;
  height: 75px;
  margin: 40px auto 0;
  border: 1px solid #e0e4ec;
  border-radius: 31px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(30, 45, 70, 0.22);
  overflow: hidden;
}

.overview-tabs a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3d3d3d;
  font-size: 25px;
  line-height: 1;
  text-decoration: none;
}

.overview-tabs a.is-active {
  color: var(--overview-blue);
  font-weight: 700;
}

.overview-tabs a.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 13px;
  width: 105px;
  height: 5px;
  border-radius: 3px;
  background: var(--overview-blue);
  transform: translateX(-50%);
}

.overview-main {
  padding-top: 96px;
}

.overview-page-title {
  margin: 0 0 44px;
  color: var(--overview-blue);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 4px;
}

.intro-cover {
  width: 1470px;
  height: 437px;
  margin: 0 auto;
  overflow: hidden;
}

.intro-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 57%;
}

.intro-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 1390px;
  height: 118px;
  margin: 48px auto 0;
  color: var(--overview-blue);
}

.intro-facts li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0;
  border-right: 1px solid #b9c1ce;
}

.intro-facts li:last-child {
  border-right: 0;
}

.intro-facts__label {
  font-size: 23px;
  line-height: 1;
}

.intro-facts strong {
  margin: 0 8px;
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 8px;
}

.intro-facts li:nth-child(2) strong {
  letter-spacing: 7px;
}

.intro-facts li:nth-child(3) strong {
  letter-spacing: 5px;
}

.intro-facts__unit {
  font-size: 24px;
  line-height: 1;
}

.intro-profile {
  height: 750px;
  margin-top: 70px;
  padding-top: 60px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0)),
    url("../images/overview/sm_bg.png") center center / cover no-repeat;
  overflow: hidden;
}

.intro-profile__inner {
  display: grid;
  grid-template-columns: 550px 1fr;
  /*gap: 60px;*/
  align-items: start;
  width: 1440px;
}

.intro-profile__stats {
  width: 450px;
  height: 595px;
  padding: 40px 30px 40px;
  border-radius: 0 120px 0 120px;
  background: url(../images/overview/yyjj_bg.png) center / cover no-repeat;
  color: #fff;
  box-sizing: border-box;
}

.intro-profile__stat {
  position: relative;
  min-height: 130px;
  margin: 0;
  padding: 28px 0 20px 120px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.intro-profile__stat:last-child {
  border-bottom: 0;
}

.intro-profile__icon {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 65px;
  height: 70px;
  object-fit: contain;
}

.intro-profile__stat dt {
  margin: 0 0 14px;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
}

.intro-profile__stat dd {
  margin: 0;
  font-size: 18px;
  line-height: 1;
}

.intro-profile__stat strong {
  font-size: 35px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 4px;
}

.intro-profile__copy {
  padding-top: 20px;
}

.intro-profile__copy h2 {
  margin: 0 0 40px;
  color: var(--overview-blue);
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
}

.intro-profile__copy p {
  width: 100%;
  margin: 0;
  color: #2b2b2b;
  font-size: 23px;
  line-height: 2.5;
  letter-spacing: 2px;
  text-indent: 50px;
}

.intro-profile__copy strong {
  color: var(--overview-blue);
  font-weight: 700;
}

.page-overview--appearance .overview-main {
  padding-top: 96px;
}

.page-overview--appearance .overview-page-title {
  margin-bottom: 104px;
}

.appearance-feature {
  display: grid;
  grid-template-columns: 1200px 220px;
  gap: 30px;
  align-items: start;
  width: 1450px;
  margin: 0 auto;
}

.appearance-stage {
  position: relative;
  width: 1200px;
  height: 592px;
  margin: 0;
  overflow: hidden;
  background: #edf2f8;
}

.appearance-stage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.22s ease, transform 0.22s ease;
}

.appearance-stage.is-exiting-next img {
  opacity: 0;
  transform: translateX(-42px);
}

.appearance-stage.is-exiting-prev img {
  opacity: 0;
  transform: translateX(42px);
}

.appearance-stage.is-entering-next img {
  animation: appearance-enter-next 0.34s ease-out;
}

.appearance-stage.is-entering-prev img {
  animation: appearance-enter-prev 0.34s ease-out;
}

@keyframes appearance-enter-next {
  from {
    opacity: 0;
    transform: translateX(42px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes appearance-enter-prev {
  from {
    opacity: 0;
    transform: translateX(-42px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.appearance-switch {
  width: 220px;
  /*padding-top: 26px;*/
}

.appearance-switch__list {
  display: flex;
  flex-direction: column;
}

.appearance-switch__list button {
  position: relative;
  width: 100%;
  height: 85px;
  padding: 0 0 0 38px;
  border: 0;
  border-bottom: 1px solid #008842;
  background: transparent;
  color: #383838;
  font-size: 30px;
  line-height: 1;
  text-align: left;
  white-space: nowrap;
}

.appearance-switch__list button.is-active {
  color: var(--overview-blue);
  font-weight: 700;
}

.appearance-switch__list button.is-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 16px solid var(--overview-blue);
  transform: translateY(-50%);
}

.appearance-arrows {
  display: flex;
  gap: 24px;
  padding-top: 20px;
  padding-left: 14px;
}

.appearance-arrow {
  position: relative;
  width: 72px;
  height: 72px;
  padding: 0;
  border: 8px solid #d9e5f3;
  border-radius: 50%;
  background: #E7C774;
  transition: transform 0.18s ease, background-color 0.18s ease;
}

.appearance-arrow:hover {
  transform: translateY(-2px);
  background: #008842;
}

.appearance-arrow span {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 20px;
  border-top: 6px solid #fff;
  border-right: 6px solid #fff;
  transform: translate(-35%, -50%) rotate(-135deg);
}

.appearance-arrow[data-appearance-next] span {
  transform: translate(-65%, -50%) rotate(45deg);
}

.appearance-grid {
  display: grid;
  grid-template-columns: repeat(3, 432px);
  justify-content: space-between;
  row-gap: 124px;
  width: 1468px;
  margin: 140px auto 268px;
}

.appearance-card {
  display: block;
  width: 432px;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
  /*box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);*/
  overflow: hidden;
  cursor: pointer;
}

.appearance-card img {
  width: 432px;
  height: 340px;
  object-fit: cover;
}

.appearance-card figcaption {
  width: 355px;
  height: 80px;
  left: 35px;
  position: relative;
  margin-top: -30px;
  padding: 18px 20px;
  background: #fff;
  color: #333;
  font-size: 23px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #e9dbdb;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
}

.overview-contact {
  position: relative;
  height: 307px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0)),
    url("../images/overview/intro-map.png") center top / 2184px auto no-repeat,
    #edf1f5;
}

.overview-contact__card {
  position: absolute;
  left: calc((100% - var(--overview-container)) / 2 + 10px);
  top: 0;
  width: 480px;
  height: 307px;
  padding: 36px 43px 30px;
  box-sizing: border-box;
  background: rgba(0,136,66, 0.86);
  color: #fff;
}

.overview-contact__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;
}

.overview-contact__card ul {
  display: grid;
  gap: 10px;
}

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

.overview-footer {
  background: #fff;
}

.overview-footer__inner {
  display: grid;
  grid-template-columns: 420px 380px 1fr;
  align-items: start;
  gap: 128px;
  width: 1460px;
  min-height: 343px;
  padding-top: 83px;
  box-sizing: border-box;
}

.overview-footer__logo,
.overview-footer__logo img {
  display: block;
  width: 420px;
  height: 90px;
}

.overview-footer__logo img {
  object-fit: contain;
  object-position: left center;
}

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

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

.overview-footer__links a:hover {
  color: var(--overview-blue);
  text-decoration: none;
}

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

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

.overview-footer__qr-list img {
  width: 175px;
  height: 175px;
  border: 1px solid #ebebeb;
  object-fit: cover;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

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