.contact-page-body .yz24-head-box {
  height: 0;
}
.contact-page-body .yz24-head-box.default-box {
  height: var(--yz24-head-h);
}
@media (max-width: 600px) {
  .contact-page-body .yz24-head-box.default-box {
    height: var(--yz24-mobile-head-h);
  }
}
.contact-page-body .yz24-head-box.default-box .yz24-head {
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(51, 57, 64, 0.08);
}
.contact-page-body .yz24-head-box .yz24-head {
  background-color: unset;
  box-shadow: unset;
}
.contact-page-body .yz24-head-box .yz24-head-welcome-btn {
  background: unset;
}
.contact-page-body .yz24-head-do-login .yz24-head-files-btn,
.contact-page-body .yz24-head-do-login .yz24-head-create-btn {
  background: unset;
}
.contact-page-body .yz24-head-do-login .yz24-head-files-btn:hover,
.contact-page-body .yz24-head-do-login .yz24-head-create-btn:hover {
  background: #f3f8ff;
}
figure {
  margin: 0;
}
.contact-page {
  background-color: #f8f9fe;
}
.contact-header {
  display: flex;
  align-items: center;
  background-image: url('/faq/img/header-background.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 330px;
}
@media (max-width: 992px) {
  .contact-header {
    background-image: url('/faq/img/header-background-992.jpg');
  }
}
@media (max-width: 500px) {
  .contact-header {
    height: 200px;
    background-image: url('/faq/img/header-background-375.jpg');
  }
}
.contact-header .header-inner {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  max-width: 1280px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .contact-header .header-inner {
    max-width: 300px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .contact-header .header-inner {
    max-width: 250px;
  }
}
.contact-header .header-inner .contact-title {
  margin: 0;
  color: #020713;
  font-family: 'Microsoft YaHei';
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 500px) {
  .contact-header .header-inner .contact-title {
    font-size: 20px;
  }
}
.contact-header .header-inner .contact-subtitle {
  margin: 0;
  color: #848fac;
  font-family: 'Microsoft YaHei';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  letter-spacing: 7px;
}
@media (max-width: 500px) {
  .contact-header .header-inner .contact-subtitle {
    font-size: 12px;
    letter-spacing: normal;
  }
}
.contact-body {
  display: flex;
  justify-content: center;
  column-gap: 60px;
  max-width: 1320px;
  min-height: 808px;
  margin: 16px auto 0;
  padding: 0 20px 63px;
}
@media (max-width: 750px) {
  .contact-body {
    column-gap: 30px;
  }
}
@media (max-width: 500px) {
  .contact-body .left-side {
    display: none;
  }
}
.right-side {
  flex: 1;
}
.right-side .right-side-breadcrumb {
  display: flex;
  align-items: center;
  column-gap: 4px;
  margin-bottom: 20px;
}
.right-side .right-side-breadcrumb .link,
.right-side .right-side-breadcrumb .text {
  color: #666;
  font-family: 'Microsoft YaHei UI';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 18px */
}
.right-side .right-side-title {
  display: block;
  color: #020713;
  font-family: 'Microsoft YaHei';
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 500px) {
  .right-side .right-side-title {
    text-align: center;
  }
}
.right-side .contact-block {
  display: flex;
  flex-direction: column;
  padding: 30px 40px;
  margin-top: 20px;
  row-gap: 32px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0.25) 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 73, 157, 0.1);
}
@media (max-width: 950px) {
  .right-side .contact-block {
    padding: 20px;
  }
}
.right-side .contact-block .svg-icon {
  margin: 15px 16px 0 0;
}
@media (max-width: 750px) {
  .right-side .contact-block .svg-icon {
    width: 36px;
    height: 36px;
    margin: 0 8px 0 0;
  }
}
.right-side .contact-block .contact-details {
  display: flex;
}
.right-side .contact-block .contact-details .contact-details-text {
  display: flex;
}
@media (max-width: 750px) {
  .right-side .contact-block .contact-details .contact-details-text {
    width: 100%;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .right-side .contact-block .contact-details {
    justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .right-side .contact-block .contact-details {
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
  }
}
.right-side .contact-block .contact-details .qrcode-img-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 4px;
}
.right-side .contact-block .contact-details .qrcode-img-container .qrcode-img-text {
  display: flex;
  column-gap: 10px;
  color: #333;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-side .contact-block .email-phone {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 15px 37px 0 0;
}
@media (max-width: 750px) {
  .right-side .contact-block .email-phone {
    margin: 0;
  }
}
.right-side .contact-block .email-phone .label-text {
  color: #333333;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 750px) {
  .right-side .contact-block .email-phone .label-text {
    font-size: 13px;
  }
}
.right-side .contact-block .email-phone .label-content {
  color: #4c4cef;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 750px) {
  .right-side .contact-block .email-phone .label-content {
    font-size: 13px;
  }
}
.right-side .contact-block .email-phone .email {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
@media (max-width: 750px) {
  .right-side .contact-block .email-phone .email {
    column-gap: 25px;
  }
}
.right-side .contact-block .email-phone .phone {
  display: flex;
  column-gap: 32px;
}
@media (max-width: 750px) {
  .right-side .contact-block .email-phone .phone {
    column-gap: 25px;
  }
}
.right-side .contact-block .email-phone .phone .content {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
}
.right-side .contact-block .email-phone .phone .content .date {
  color: #666666;
  font-family: 'Microsoft YaHei';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-side .contact-block .attention {
  display: flex;
  flex-direction: column;
}
@media (max-width: 950px) {
  .right-side .contact-block .attention {
    display: block;
  }
}
.right-side .contact-block .attention .text-1 {
  color: #666666;
  font-family: 'PingFang SC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-side .contact-block .attention .text-1 .bold-text {
  font-weight: 700;
}
.right-side .contact-block .attention .text-2 {
  color: #666666;
  font-family: 'PingFang SC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-side .contact-block .attention .text-2 .link {
  color: #4c4cef;
  font-family: 'PingFang SC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.right-side .contact-block .attention .text-2 .link:hover {
  text-decoration: underline;
}
.right-side .wechat-block {
  display: flex;
  align-items: center;
  margin-top: 24px;
  padding: 20px 40px;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.25) 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 73, 157, 0.1);
}
@media (max-width: 992px) {
  .right-side .wechat-block {
    justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .right-side .wechat-block {
    flex-direction: column;
    row-gap: 16px;
    padding: 20px;
  }
}
.right-side .wechat-block .svg-icon {
  margin-right: 16px;
}
@media (max-width: 750px) {
  .right-side .wechat-block .svg-icon {
    width: 36px;
    height: 36px;
  }
}
.right-side .wechat-block .block-left {
  display: flex;
  margin-right: 285px;
}
@media (max-width: 992px) {
  .right-side .wechat-block .block-left {
    margin-right: 0;
  }
}
@media (max-width: 500px) {
  .right-side .wechat-block .block-left {
    width: 100%;
  }
}
.right-side .wechat-block .block-text {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
}
.right-side .wechat-block .block-text .text-1 {
  color: #333333;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 750px) {
  .right-side .wechat-block .block-text .text-1 {
    font-size: 13px;
  }
}
.right-side .wechat-block .block-text .text-2 {
  color: #666666;
  font-family: 'PingFang SC';
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 750px) {
  .right-side .wechat-block .block-text .text-2 {
    font-size: 12px;
  }
}
.right-side .map-block {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background-image: linear-gradient(90deg, #fff 0%, rgba(255, 255, 255, 0.25) 100%);
  box-shadow: 0px 4px 12px 0px rgba(0, 73, 157, 0.1);
  margin-top: 24px;
  padding-left: 40px;
  min-height: 150px;
}
@media (max-width: 1310px) {
  .right-side .map-block {
    justify-content: space-between;
  }
}
@media (max-width: 950px) {
  .right-side .map-block {
    flex-direction: column;
    row-gap: 16px;
    padding-left: 0;
  }
}
.right-side .map-block .block-left {
  display: flex;
  align-items: center;
}
@media (max-width: 950px) {
  .right-side .map-block .block-left {
    padding: 20px;
    flex-direction: column;
    row-gap: 16px;
    width: 100%;
  }
}
.right-side .map-block .block-left .svg-text {
  display: flex;
  align-items: center;
}
@media (max-width: 500px) {
  .right-side .map-block .block-left .svg-text {
    width: 100%;
  }
}
.right-side .map-block .svg-icon {
  margin-right: 16px;
}
@media (max-width: 1310px) {
  .right-side .map-block .svg-icon {
    margin-right: 5px;
  }
}
@media (max-width: 750px) {
  .right-side .map-block .svg-icon {
    width: 36px;
    height: 36px;
  }
}
.right-side .map-block .block-title {
  display: block;
  margin-right: 35px;
  color: #333333;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 1310px) {
  .right-side .map-block .block-title {
    margin-right: 10px;
  }
}
@media (max-width: 750px) {
  .right-side .map-block .block-title {
    font-size: 13px;
  }
}
.right-side .map-block .block-text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 950px) {
  .right-side .map-block .block-text {
    align-items: flex-start;
    row-gap: 12px;
  }
}
@media (max-width: 500px) {
  .right-side .map-block .block-text {
    width: 100%;
  }
}
.right-side .map-block .block-text .text-1 {
  color: #4c4cef;
  font-family: 'PingFang SC';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 750px) {
  .right-side .map-block .block-text .text-1 {
    font-size: 13px;
  }
}
.right-side .map-block .block-text .text-2 {
  color: #666666;
  font-family: 'PingFang SC';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
@media (max-width: 750px) {
  .right-side .map-block .block-text .text-2 {
    font-size: 12px;
  }
}
.right-side .map-block .map-img {
  width: 440px;
  height: 150px;
}
@media (max-width: 1310px) {
  .right-side .map-block .map-img {
    width: 279px;
    height: 100%;
  }
}
.right-side .map-block .map-img picture {
  display: block;
  width: 100%;
  height: 100%;
}
.right-side .map-block .map-img picture img {
  width: 100%;
  height: 100%;
}
