* {
  box-sizing: border-box;
}

.contact-page {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #FFFFFF;
}

.contact-main {
  background: #FFFFFF;
  width: 100%;
}

.contact-wrapper {
  width: 100%;
  background: #FFFFFF;
}

.content-section {
  width: 100%;
  margin: 0 auto;
  padding: 80px 5%;
}

.contact-info {
  width: 100%;
  max-width: 1599px;
  margin: 0 auto;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
}

.company-full-name {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 32px;
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 30px 0;
  display: block;
}

.contact-person {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 50px 0;
  display: block;
}

.spacing-line {
  display: none;
}

.region-hk {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 28px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 20px 0;
  display: block;
}

.label-hotline-hk {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0 8px 0;
  display: block;
}

.hotline-hk {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 10px 0;
  display: block;
}

.label-address-hk {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0 8px 0;
  display: block;
}

.address-hk {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 50px 0;
  display: block;
  word-wrap: break-word;
  white-space: normal;
}

.region-cn {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 28px;
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 20px 0;
  display: block;
}

.hotline-cn {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  text-align: left;
  line-height: 1.5;
  margin: 0 0 10px 0;
  display: block;
}

.label-address-cn {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei-Bold, "Microsoft YaHei", sans-serif;
  font-weight: 700;
  text-align: left;
  line-height: 1.5;
  margin: 20px 0 8px 0;
  display: block;
}

.address-cn {
  width: 100%;
  color: rgba(25, 25, 25, 1);
  font-size: 24px;
  font-family: MicrosoftYaHei, "Microsoft YaHei", sans-serif;
  text-align: left;
  line-height: 1.6;
  margin: 0 0 60px 0;
  display: block;
  word-wrap: break-word;
  white-space: normal;
}

.map-image {
  width: 100%;
  max-width: 1226px;
  height: auto;
  margin: 40px auto 0 auto;
  display: block;
}

@media screen and (max-width: 1024px) {
  .content-section {
    padding: 50px 30px;
  }

  .company-full-name {
    font-size: 28px;
  }

  .contact-person {
    font-size: 22px;
  }

  .region-hk,
  .region-cn {
    font-size: 26px;
  }

  .label-hotline-hk,
  .hotline-hk,
  .label-address-hk,
  .address-hk,
  .hotline-cn,
  .label-address-cn,
  .address-cn {
    font-size: 22px;
  }
}

@media screen and (max-width: 768px) {
  .content-section {
    padding: 40px 20px;
  }

  .company-full-name {
    font-size: 24px;
    margin-bottom: 25px;
  }

  .contact-person {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .region-hk,
  .region-cn {
    font-size: 22px;
    margin-bottom: 15px;
  }

  .label-hotline-hk,
  .label-address-hk,
  .label-address-cn {
    font-size: 20px;
    margin-top: 15px;
  }

  .hotline-hk,
  .address-hk,
  .hotline-cn,
  .address-cn {
    font-size: 18px;
  }

  .address-hk,
  .address-cn {
    line-height: 1.8;
  }

  .map-image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 480px) {
  .content-section {
    padding: 30px 15px;
  }

  .company-full-name {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .contact-person {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .region-hk,
  .region-cn {
    font-size: 20px;
  }

  .label-hotline-hk,
  .label-address-hk,
  .label-address-cn {
    font-size: 18px;
  }

  .hotline-hk,
  .address-hk,
  .hotline-cn,
  .address-cn {
    font-size: 16px;
  }

  .map-image {
    margin-top: 20px;
  }
}
