/* 联系我们页面样式 - 基于1920px设计稿的vw自适应方案 */
/* 基准: 1920px = 100vw, 1vw = 19.2px */

/* 页面容器 */
.contact-us-page-wrapper {
  background: #fff;
}

/* 顶部横幅 - vw单位 */
.banner-wrapper {
  height: 20.8333vw;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.top-banner {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  align-items: center;
  position: relative;
}

.top-banner h1 {
  font-size: 2.5vw;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
  text-shadow: none;
  /* font-family: "Alimama ShuHeiTi", "Source Han Sans", "Noto Sans CJK SC", PingFang SC, sans-serif; */
  position: relative;
  right: 25.8854vw;
  top: 4.1667vw;
  z-index: 2;
}

/* 主要内容容器 - vw单位 */
.mian-common-wrapper {
  width: 72.9167vw;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

/* 联系信息容器 - vw单位 */
.contact-information-wrapper {
  width: 72.9167vw;
  min-height: 13.1771vw;
  margin-top: -7.9167vw;
  position: relative;
  z-index: 3;
}

/* 联系信息组件容器 - vw单位 */
.contact-information-com-wrapper {
  display: flex;
  flex-direction: column;
  padding: 1.6667vw 2.5vw;
  gap: 0.5208vw;
  background: #ffffff;
  box-shadow: 0px 0.1563vw 1.0417vw 0px #dbecfa;
  border-radius: 0.2083vw;
}

/* 联系信息主内容 - vw单位 */
.main-content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 3.8542vw;
  align-items: stretch;
  padding: 0;
  align-self: stretch;
}

/* 所有联系信息项 */
.main-content-wrapper > div {
  position: relative;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

/* 分隔线样式 - vw单位 */
.main-content-wrapper > div::after {
  content: "";
  position: absolute;
  right: -1.9271vw;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 3.9583vw;
  border-left: 0.0521vw solid #d5dee4;
}

.main-content-wrapper > div:last-child::after {
  display: none;
}

/* 文本类型项 - vw单位 */
.item-text-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 1.25vw;
  align-items: flex-start;
}

/* 图标样式 - vw单位 */
.item-text-wrapper img {
  flex-shrink: 0;
  width: 3.3333vw;
  height: 3.3333vw;
}

/* 文本内容容器 - vw单位 */
.item-text-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 0.8333vw;
}

/* 标签样式 - vw单位 */
.item-text-label {
  font-family: Source Han Sans;
  font-size: 1.4583vw;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #0075c0;
}

/* 地址文本样式 - vw单位 */
.item-text-0 .item-text-content-wrapper {
  width: 15.2083vw;
  flex-shrink: 0;
}

.item-text-0 .item-text-value {
  padding-left: 1.0417vw;
  position: relative;
}

.item-text-0 .item-text-value::after {
  content: "・";
  position: absolute;
  left: 0;
}

/* 文本值样式 - vw单位 */
.item-text-value {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Source Han Sans;
  font-size: 1.0417vw;
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
}

/* 地址值样式 - 保持垂直排列 */
.item-text-value.address-value {
  flex-direction: column;
  align-items: flex-start;
}

/* 电话和传真样式 - vw单位 */
.item-text-1 .item-text-content-wrapper,
.item-text-2 .item-text-content-wrapper {
  min-width: 9.375vw;
}

.item-text-1 .item-text-value,
.item-text-2 .item-text-value {
  font-family: OPPOSans, Source Han Sans, sans-serif;
  font-size: 1.25vw;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
}

/* 更多业务联系链接 */
.more-contact-link {
  margin-top: 0.4167vw;
  font-family: Source Han Sans;
  font-size: 0.8333vw;
  font-weight: normal;
  color: #0075c0;
  cursor: pointer;
  user-select: none;
  white-space: nowrap;
}

.more-contact-link:hover {
  opacity: 0.8;
}

/* 二维码项样式 - vw单位 */
.item-ewm-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
}

.item-ewm-wrapper img {
  display: block;
  width: 8.3333vw;
  height: 8.3333vw;
  object-fit: contain;
}

/* 二维码文本样式 - vw单位 */
.item-ewm-text {
  font-family: Source Han Sans;
  font-size: 1.0417vw;
  font-weight: normal;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #333333;
  text-align: center;
  margin-top: 0.4167vw;
  white-space: nowrap;
}

/* 联系电话弹窗 */
.phone-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.phone-modal-container {
  position: relative;
  width: 68.75vw;
  max-height: 90vh;
  background: #ffffff;
  border-radius: 0.4167vw;
  box-shadow: 0 0.2083vw 1.0417vw rgba(0, 0, 0, 0.15);
  padding: 2.0833vw 2.0833vw 1.6667vw;
  overflow-y: auto;
}

.phone-modal-close {
  position: absolute;
  top: 0.8333vw;
  right: 0.8333vw;
  font-size: 1.25vw;
  color: #999;
  cursor: pointer;
  line-height: 1;
  z-index: 1;
}

.phone-modal-close:hover {
  color: #333;
}

.phone-modal-title {
  text-align: center;
  font-family: Source Han Sans;
  font-size: 1.25vw;
  font-weight: bold;
  color: #333333;
  margin-bottom: 1.25vw;
}

.phone-modal-body {
  display: flex;
  gap: 1.25vw;
}

.phone-list-col {
  flex: 1;
  min-width: 0;
  border: 0.0521vw solid #e8e8e8;
}

.phone-item {
  display: flex;
  align-items: flex-start;
  gap: 0.4167vw;
  padding: 0.625vw 0.7292vw;
  font-family: Source Han Sans;
  font-size: 0.8333vw;
  color: #333333;
  line-height: 1.5;
  border-bottom: 0.0521vw solid #e8e8e8;
}

.phone-item:last-child {
  border-bottom: none;
}

.phone-item .phone-index {
  flex: 0 0 1.4583vw;
  text-align: center;
  color: #666;
}

.phone-item .phone-dept {
  flex: 1;
  min-width: 0;
}

.phone-item .phone-num {
  flex: 0 0 7.8125vw;
  text-align: right;
  white-space: nowrap;
  color: #333;
  padding-left: 0.5208vw;
}

/* 地图位置容器 - vw单位 */
.map-location-wrapper {
  margin-top: 6.0417vw;
}

/* 地图位置组件容器 */
.map-location-com-wrapper {
  position: relative;
  z-index: 1;
}

/* 标题样式 - vw单位 */
.title-wrapper {
  position: relative;
  text-align: center;
  font-family: Source Han Sans;
  font-size: 1.6667vw;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0em;
  font-variation-settings: "opsz" auto;
  font-feature-settings: "kern" on;
  color: #0075c0;
  padding-bottom: 0.625vw;
}

/* 标题下划线 - vw单位 */
.title-wrapper::after {
  content: "";
  position: absolute;
  left: calc(50% - 1.9271vw);
  bottom: 0px;
  width: 3.8542vw;
  height: 0.2083vw;
  opacity: 1;
  background: #0075c0;
}

/* 地图主内容 - vw单位 */
.main-wrapper {
  margin-top: 2.0833vw;
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: center;
  gap: 1.25vw;
}

/* 地图项容器 - vw单位 */
.item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.0417vw;
}

/* 地图图片样式 - vw单位 */
.item-img {
  width: 23.4375vw;
  height: 22.5vw;
}

/* 底部背景 - vw单位 */
.bottom-bg-wrapper {
  margin-left: -5.2083vw;
  margin-top: -8.3333vw;
  margin-bottom: 4.7917vw;
  width: 83.3333vw;
  height: 12.1354vw;
  background: linear-gradient(
    180deg,
    #1b80c1 0%,
    rgba(120, 196, 244, 0.91) 100%
  );
  z-index: 2;
}

/* 超宽屏幕适配 - 恢复px单位 */
@media screen and (min-width: 1920px) {
  .banner-wrapper {
    height: 400px;
  }

  .top-banner h1 {
    font-size: 48px;
    right: 497px;
    top: 80px;
  }

  .mian-common-wrapper {
    width: 1400px;
  }

  .contact-information-wrapper {
    width: 1400px;
    min-height: 253px;
    margin-top: -152px;
  }

  .more-contact-link {
    margin-top: 8px;
    font-size: 16px;
  }

  .phone-modal-container {
    width: 1320px;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding: 40px 40px 32px;
  }

  .phone-modal-close {
    top: 16px;
    right: 16px;
    font-size: 28px;
  }

  .phone-modal-title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .phone-modal-body {
    gap: 24px;
  }

  .phone-list-col {
    border: 1px solid #e8e8e8;
  }

  .phone-item {
    gap: 8px;
    padding: 12px 14px;
    font-size: 16px;
    border-bottom: 1px solid #e8e8e8;
  }

  .phone-item .phone-index {
    flex: 0 0 28px;
  }

  .phone-item .phone-num {
    flex: 0 0 150px;
    padding-left: 10px;
  }

  .contact-information-com-wrapper {
    padding: 32px 48px;
    gap: 10px;
    box-shadow: 0px 3px 20px 0px #dbecfa;
    border-radius: 4px;
  }

  .main-content-wrapper {
    gap: 74px;
  }

  .main-content-wrapper > div::after {
    right: -37px;
    top: 50%;
    transform: translateY(-50%);
    height: 76px;
    border-left: 1px solid #d5dee4;
  }

  .item-text-wrapper {
    gap: 24px;
  }

  .item-text-wrapper img {
    width: 64px;
    height: 64px;
  }

  .item-text-content-wrapper {
    gap: 16px;
  }

  .item-text-label {
    font-size: 28px;
  }

  .item-text-0 .item-text-content-wrapper {
    width: 292px;
  }

  .item-text-0 .item-text-value {
    padding-left: 20px;
  }

  .item-text-value {
    font-size: 20px;
  }

  .item-text-1 .item-text-content-wrapper,
  .item-text-2 .item-text-content-wrapper {
    min-width: 180px;
  }

  .item-text-1 .item-text-value,
  .item-text-2 .item-text-value {
    font-size: 24px;
  }

  .item-ewm-wrapper img {
    width: 160px;
    height: 160px;
  }

  .item-ewm-text {
    font-size: 20px;
    margin-top: 8px;
  }

  .map-location-wrapper {
    margin-top: 116px;
  }

  .title-wrapper {
    font-size: 32px;
    padding-bottom: 12px;
  }

  .title-wrapper::after {
    left: calc(50% - 37px);
    width: 74px;
    height: 4px;
  }

  .main-wrapper {
    margin-top: 40px;
    gap: 24px;
  }

  .item-wrapper {
    gap: 20px;
  }

  .item-img {
    width: 450px;
    height: 432px;
  }

  .bottom-bg-wrapper {
    margin-left: -100px;
    margin-top: -160px;
    margin-bottom: 92px;
    width: 1600px;
    height: 233px;
  }
}
