.page-banner {
  background-image: url(https://zhihui-lingyang.oss-cn-hangzhou.aliyuncs.com/static/contact/banner.png);
  background-size: cover;
  background-position-y: bottom;
  background-position-x: center;
}
.page-banner .banner-main {
  height: 100%;
  margin: 0 auto;
  color: #FF8258;
  display: flex;
  align-items: center;
}
@media (min-width: 1250px) {
  .page-banner .banner-main {
    height: 335px;
    width: 1250px;
    padding: 0 50px;
  }
  .page-banner .banner-main div p:nth-child(1) {
    font-size: 58px;
  }
  .page-banner .banner-main div p:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 1250px) {
  .page-banner .banner-main {
    width: 100%;
    height: 335px;
    padding: 0 50px;
  }
  .page-banner .banner-main div p:nth-child(1) {
    font-size: 58px;
  }
  .page-banner .banner-main div p:nth-child(2) {
    font-size: 36px;
  }
}
@media (max-width: 800px) {
  .page-banner .banner-main {
    height: 155px;
    width: 100vw;
    padding: 0 46px;
  }
  .page-banner .banner-main div p:nth-child(1) {
    font-size: 24px;
  }
  .page-banner .banner-main div p:nth-child(2) {
    font-size: 18px;
  }
}
.page-infos {
  margin: 0 auto;
}
.page-infos .infos-header {
  position: relative;
}
.page-infos .infos-header .header-title {
  position: relative;
}
.page-infos .infos-header .header-title p:nth-child(1) {
  position: absolute;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to bottom, #eeeeee, #fafafa);
  -webkit-background-clip: text;
  white-space: nowrap;
  transform: translate(-50%, -10px);
  left: 50%;
}
.page-infos .infos-header .header-title p:nth-child(2) {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  bottom: 18px;
}
.page-infos .infos-header .header-title div {
  position: absolute;
  transform: translateX(-50%);
  background-color: #FF8258;
  height: 6px;
  border-radius: 5px;
  bottom: 8px;
  left: 50%;
}
.page-infos .infos-p {
  color: #666666;
  padding: 20px 30px;
  text-align: center;
}
.page-infos .infos-contact ul {
  display: flex;
  justify-content: center;
}
.page-infos .infos-contact ul li {
  background-color: #F8F8FA;
}
@media (min-width: 800px) {
  .page-infos {
    margin-top: 80px;
  }
  .page-infos .header-title {
    height: 144px;
  }
  .page-infos .header-title p:nth-child(1) {
    font-size: 95px;
    bottom: 0;
  }
  .page-infos .header-title p:nth-child(2) {
    font-size: 28px;
  }
  .page-infos .header-title div {
    width: 48px;
  }
  .page-infos .infos-contact {
    padding: 64px 0;
  }
  .page-infos .infos-contact ul li {
    width: 215px;
    height: 238px;
    display: flex;
    flex-direction: column;
    margin-right: 64px;
    padding-top: 50px;
    align-items: center;
  }
  .page-infos .infos-contact ul li img {
    width: 33px;
  }
  .page-infos .infos-contact ul li p:nth-child(2) {
    padding-top: 34px;
    font-size: 20px;
    color: #1F1F1F;
  }
  .page-infos .infos-contact ul li p:nth-child(3) {
    padding-top: 14px;
    font-size: 14px;
    color: #666666;
    text-align: center;
  }
  .page-infos .infos-contact ul li p:nth-child(4) {
    text-align: center;
    padding: 5px;
    color: #666666;
    font-size: 14px;
  }
  .page-infos .infos-contact ul .qr div:last-child p:last-child {
    color: #D36641;
  }
  .page-infos .infos-contact ul li:last-child {
    margin-right: 0;
  }
}
@media (max-width: 800px) {
  .page-infos {
    width: 100vw;
    padding: 28px 0 32px;
  }
  .page-infos .header-title {
    height: 84px;
  }
  .page-infos .header-title p:nth-child(1) {
    font-size: 36px;
    bottom: 20px;
    letter-spacing: 8px;
  }
  .page-infos .header-title p:nth-child(2) {
    font-size: 18px;
    white-space: nowrap;
  }
  .page-infos .header-title div {
    width: 32px;
  }
  .page-infos .infos-contact ul {
    flex-direction: column;
    align-items: center;
  }
  .page-infos .infos-contact ul li {
    display: grid;
    grid-template-columns: 72px 1fr;
    grid-template-rows: 50% 50%;
    width: 299px;
    height: 72px;
    margin-top: 18px;
    padding: 15px 0 10px;
  }
  .page-infos .infos-contact ul li div {
    grid-row: 1 / span 2;
    display: grid;
    place-content: center;
  }
  .page-infos .infos-contact ul li div img {
    width: 28px;
  }
  .page-infos .infos-contact ul li p:nth-child(2) {
    color: #1F1F1F;
    font-size: 15px;
  }
  .page-infos .infos-contact ul li p:nth-child(3) {
    color: #666666;
    font-size: 14px;
  }
  .page-infos .infos-contact ul li p:nth-child(4) {
    display: none;
  }
}
.page-address {
  padding-bottom: 80px;
}
.page-address .address-header {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-address .address-header div:first-child,
.page-address .address-header div:last-child {
  background-color: #D9D9D9;
  width: 80px;
  height: 2px;
}
.page-address .address-header div:first-child {
  margin-right: 20px;
  background: linear-gradient(90deg, #ffffff, #D9D9D9);
}
.page-address .address-header div:nth-child(2) {
  font-size: 20px;
  color: #1F1F1F;
}
.page-address .address-header div:last-child {
  margin-left: 20px;
  background: linear-gradient(90deg, #D9D9D9, #ffffff);
}
.page-address .address-desc {
  text-align: center;
  padding: 23px 0 40px;
  color: #666666;
  font-size: 15px;
}
.page-address .address-map {
  width: 1250px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  .page-address .address-map {
    width: 100%;
    padding: 0 14px;
  }
  .page-address .address-map > div {
    height: 500px;
  }
}
@media (max-width: 800px) {
  .page-address {
    padding-bottom: 28px;
  }
  .page-address .address-map > div {
    height: 300px;
  }
}
