.contactPage {
  position: relative;
  margin-top: 120px;
}
.contactPage .contact-top {
  background: #F8F8F8;
  width: 100%;
}
.contactPage .contact-top .contact-top-inner {
  padding: 0 210px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .contact-top .contact-top-other {
  width: 100%;
}
.contactPage .contact-top .contact-top-other .index-title {
  margin-bottom: 60px;
}
.contactPage .contact-top .contact-top-other .index-title .text {
  color: #000000;
}
.contactPage .contact-top .contact-top-other .index-title .add {
  color: #000000;
}
.contactPage .contact-top .contact-top-other .contact-top-qrcodes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one {
  width: 190px;
  height: 207px;
  background: #FFFFFF;
  border-radius: 20px;
  margin-right: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-one-inner {
  width: 100%;
  height: 100%;
  padding: 24px;
  position: relative;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-one-inner .contact-qrcode-title {
  font-weight: 400;
  font-size: 18px;
  color: #323232;
  line-height: 17px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-one-inner .contact-qrcode-right {
  width: 32px;
  height: 32px;
  background: #FFE200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 18px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-one-inner .contact-qrcode-right svg {
  width: 55%;
  height: 55%;
  object-fit: scale-down;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-one-inner::after {
  content: "";
  width: 241px;
  height: 171px;
  position: absolute;
  bottom: -27px;
  left: -15px;
  background: url('https://file.global86.cn/website_v3-guoneijiedian/xiecheng/cur/contact-qrcode-pro.png') no-repeat;
  background-size: 100% 100%;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-icon {
  width: 129px;
  aspect-ratio: 1;
  background: #333333;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-icon img {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: scale-down;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-text {
  width: 100%;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin-bottom: 14px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .contact-top .contact-connects {
  width: 100%;
  display: flex;
}
.contactPage .contact-top .contact-connects .contacti-info-one {
  width: calc((100% - 144px) / 3);
  margin-right: 72px;
  margin-bottom: 30px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFFFFF;
  border-radius: 20px;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-icon {
  width: 57px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFE200;
  border-radius: 50%;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-icon svg {
  display: block;
  width: 55%;
  height: 55%;
  object-fit: scale-down;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main {
  width: calc(100% - 57px);
  padding-left: 27px;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-text {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 17px;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a-outer {
  width: 100%;
  margin-top: 5px;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a {
  width: auto;
  color: #333333;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline;
  text-decoration: none;
  padding-bottom: 4px;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, #333333 0, #333333 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a span {
  text-align: center;
}
.contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a:hover {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contactPage .contact-top .contact-connects .contacti-info-one:hover .contacti-info-icon svg {
  transform: rotateY(360deg);
}
.contactPage .contact-top .contact-connects .contacti-info-one:nth-of-type(3n) {
  margin-right: 0;
}
.contactPage .contact-top .contact-connects .contacti-info-one-whatsapp-m {
  display: none;
}
.contactPage .contact-top .contact-connects .contacti-info-one-whatsapp-pc {
  display: flex;
}
.contactPage .contact-top .contact-connects .contacti-info-one-address {
  display: none;
}
.contactPage .contact-top .contact-connects-other {
  flex-wrap: wrap;
}
.contactPage .contact-top .contact-connects-other .contacti-info-one {
  width: calc((100% - 72px) / 2);
  margin-right: 72px;
}
.contactPage .contact-top .contact-connects-other .contacti-info-one:nth-of-type(2n) {
  margin-right: 0;
}
.contactPage .contact-bottom {
  width: 100%;
  background: #FFFFFF;
}
.contactPage .contact-bottom .indexPage-inner {
  padding-bottom: 40px;
}
.contactPage .contact-bottom .contact-bottom-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #F8F8F8;
  border-radius: 20px;
  padding: 60px 74px 63px 63px;
}
.contactPage .contact-bottom .contact-bottom-title {
  width: 300px;
}
.contactPage .contact-bottom .contact-bottom-title .index-title .text {
  color: #000000;
}
.contactPage .contact-bottom .contact-bottom-title .index-title .add {
  color: #000000;
}
.contactPage .contact-bottom .contact-bottom-title .contact-bottom-img {
  width: 100%;
  overflow: hidden;
  background: #fff;
  border-radius: 20px;
  aspect-ratio: 0.79365079;
  transform: translateY(48px);
  margin-bottom: -40px;
}
.contactPage .contact-bottom .contact-bottom-title .contact-bottom-img img {
  display: block;
  width: 100%;
  transform: scale(1);
  transition: 0.5s;
}
.contactPage .contact-bottom .contact-bottom-title .contact-bottom-img:hover img {
  transform: scale(1.05);
}
.contactPage .contact-bottom .contact-bottom-main {
  width: calc(95% - 300px);
  max-width: 600px;
}
.contactPage .contact-bottom .contact-form-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
  margin-bottom: 25px;
}
.contactPage .contact-bottom .contact-form-desc strong {
  font-size: 16px;
}
.contactPage .contact-bottom .contact-form {
  width: 100%;
}
.contactPage .form {
  width: 100%;
}
.contactPage .form-input {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .form-input .form-input-one {
  width: 30%;
  margin-bottom: 30px;
}
.contactPage .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-family: 'HarmonyOS-Regular';
  line-height: 56px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 0 5px 0 30px;
  transition: 0.5s;
}
.contactPage .form-input .input::placeholder {
  color: #666666;
  border: 0;
  outline: none;
  transition: 0.2s;
}
.contactPage .form-input .input:focus {
  color: #222222;
  border: 0;
  outline: none;
}
.contactPage .form-input .input:focus::placeholder {
  opacity: 0;
}
.contactPage .form-input .form-input-one:nth-of-type(3) {
  margin-right: 0;
}
.contactPage .form-message {
  width: 100%;
  z-index: 20;
  position: relative;
}
.contactPage .form-message .message {
  width: 100%;
  z-index: 20;
  position: relative;
  padding: 8px 5px 0 15px;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  font-family: 'HarmonyOS-Regular';
  line-height: 38px;
  height: 140px;
  background: #FFFFFF;
  border-radius: 20px;
  transition: 0.5s;
}
.contactPage .form-message .message::placeholder {
  color: #666666;
  border: 0;
  outline: none;
  transition: 0.2s;
}
.contactPage .form-message .message:focus {
  color: #222222;
  border: 0;
  outline: none;
}
.contactPage .form-message .message:focus::placeholder {
  opacity: 0;
}
.contactPage .form-message .message::-webkit-scrollbar {
  height: 2px;
  width: 0px;
}
.contactPage .formButton-box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  z-index: 20;
  position: relative;
}
.contactPage .formButton-box .formButton {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
  background: #F8F8F8;
}
.contactPage .formButton-box .formButton .banner-more-inner {
  width: 100%;
  height: 56px;
  background: #FFE200;
  border-radius: 28px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.contactPage .formButton-box .formButton .banner-more-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.contactPage .formButton-box .formButton .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 56px;
  transition: 0.5s;
}
.contactPage .formButton-box .formButton .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #000000;
  transform: translateY(100%);
  z-index: 13;
}
.contactPage .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
@media only screen and (max-width: 1918px) {
  .contactPage .contact-top .contact-top-inner {
    padding: 0 8%;
  }
  .index-title .text {
    font-size: 31px;
  }
  .index-title .add {
    font-size: 40px;
  }
  .contactPage .contact-top .contact-top-other .index-title {
    margin-bottom: 52px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 22px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-icon {
    width: 52px;
    height: 52px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main {
    width: calc(100% - 52px);
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1598px) {
  .contactPage .contact-top .contact-top-inner {
    padding: 0 5%;
  }
  .contactPage .contact-bottom .indexPage-inner {
    width: 100%;
    max-width: 100%;
  }
  .index-title .text {
    font-size: 28px;
  }
  .index-title .add {
    font-size: 36px;
  }
  .contactPage .contact-top .contact-top-other .index-title {
    margin-bottom: 42px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 20px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one {
    width: calc((100% - 114px) / 3);
    margin-right: 57px;
    padding: 22px 27px;
  }
  .contactPage .contact-top .contact-connects-other .contacti-info-one {
    width: calc((100% - 57px) / 2);
    margin-right: 57px;
  }
  .contactPage .contact-top .contact-connects-other .contacti-info-one {
    width: calc((100% - 72px) / 2);
    margin-right: 72px;
    padding: 22px 27px;
  }
}
@media only screen and (max-width: 1365px) {
  .contactPage {
    margin-top: 100px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 19px;
    line-height: 22px;
    margin-top: 7px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-icon {
    width: 45px;
    height: 45px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main {
    width: calc(100% - 45px);
    padding-left: 24px;
  }
  .contactPage .contact-bottom .contact-bottom-inner {
    padding: 60px 5%;
  }
}
@media only screen and (max-width: 1250px) {
  .contactPage {
    margin-top: 65px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one {
    margin-right: 30px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one:nth-of-type(1) {
    margin-right: 70px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 17px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one {
    width: calc((100% - 40px) / 3);
    margin-right: 20px;
    padding: 18px 20px;
  }
  .contactPage .contact-top .contact-connects-other .contacti-info-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-one-inner .contact-qrcode-title {
    font-size: 17px;
  }
  .contactPage .form-input .input {
    line-height: 46px;
    height: 46px;
  }
  .contactPage .contact-bottom .contact-bottom-inner {
    padding: 42px 5%;
  }
  .contactPage .form-input .form-input-one {
    width: 100%;
  }
  .contactPage .form-input .form-input-one {
    margin-bottom: 20px;
  }
  .contactPage .formButton-box .formButton .banner-more-inner {
    height: 46px;
  }
  .contactPage .formButton-box .formButton .read-more-p {
    line-height: 46px;
  }
  .contactPage .formButton-box {
    margin-top: 20px;
  }
  .index-title .text {
    font-size: 24px;
  }
  .index-title .add {
    font-size: 30px;
  }
  .index-title .add::after {
    font-size: 22px;
  }
  .contactPage .contact-bottom .contact-bottom-title .contact-bottom-img {
    transform: translateY(34px);
    margin-bottom: 0;
  }
  .contactPage .contact-bottom .contact-form-desc strong {
    font-size: 14px;
  }
  .contactPage .contact-bottom .indexPage-inner {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 1025px) {
  .contactPage {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .contactPage .contact-top .contact-connects {
    flex-wrap: wrap;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one {
    width: calc((100% - 20px) / 2);
    margin-right: 20px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one:nth-of-type(2n) {
    margin-right: 0;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one-whatsapp-m {
    display: flex;
    margin-left: 20px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one-whatsapp-pc {
    display: none;
  }
  .contactPage .contact-top .contact-connects-other .contacti-info-one {
    display: none;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one-address {
    display: flex;
    margin-left: 20px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one-address-other {
    width: 100%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .contactPage .contact-top .contact-top-other .contact-qrcode-one:nth-of-type(1) {
    display: none;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one-address {
    margin-left: 0;
  }
  .contactPage .contact-top .contact-connects .contacti-info-one-whatsapp-m {
    margin-left: 0;
  }
  .contactPage .contact-bottom .contact-bottom-title {
    width: 100%;
  }
  .contactPage .contact-bottom .contact-bottom-main {
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one {
    width: 170px;
  }
  .contactPage .contact-bottom .contact-form-desc {
    margin-bottom: 18px;
  }
  .contactPage .contact-bottom .contact-bottom-inner {
    padding: 30px 5%;
  }
  .contactPage .contact-top .contact-top-other .index-title {
    margin-bottom: 36px;
  }
  .contactPage .contact-bottom .contact-bottom-title .contact-bottom-img {
    display: none;
  }
}
@media only screen and (max-width: 641px) {
  .contactPage {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .contactPage {
    margin-top: 42px;
  }
}
@media only screen and (max-width: 421px) {
  .contactPage .contact-top .contact-top-other .contact-qrcode-one {
    width: 140px;
    margin-right: 18px;
    height: auto;
    padding: 15px 0;
  }
  .contactPage .contact-top .contact-top-other .contact-top-qrcodes {
    margin-top: 20px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-icon {
    width: 100px;
  }
}
