.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;
}
.contactPage .contact-top .contact-top-other {
  width: 52%;
}
.contactPage .contact-top .contact-top-other .contactInner-title {
  width: 100%;
  height: 0;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: transparent;
}
.contactPage .contact-top .contact-top-other .contact-top-img {
  width: 100%;
  max-width: 700px;
}
.contactPage .contact-top .contact-top-other .contact-top-img img {
  width: 100%;
  display: block;
}
.contactPage .contact-top .contact-top-other .contact-top-line {
  width: 64px;
  height: 5px;
  background: #FFE200;
  margin: 38px 0 32px;
}
.contactPage .contact-top .contact-top-other .contact-top-address {
  width: 100%;
}
.contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-text {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 17px;
  opacity: 0.83;
}
.contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-val {
  width: 100%;
}
.contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer {
  width: 100%;
  margin-top: 10px;
  font-weight: 400;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
}
.contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer .contacti-info-a {
  width: auto;
  color: #000000;
  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%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer .contacti-info-a span {
  text-align: center;
}
.contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer .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-top-other .contact-top-qrcodes {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 70px 0 60px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one {
  width: 150px;
  margin-right: 62px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-icon {
  width: 100%;
  aspect-ratio: 1;
  background: #111521;
  border-radius: 10px;
  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: 16px;
  color: #222222;
  line-height: 26px;
  margin-top: 20px;
}
.contactPage .contact-top .contact-top-other .contact-qrcode-one:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .contact-top .contact-top-other .contact-top-shares {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list {
  display: flex;
  align-items: center;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 13px;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one svg {
  width: 60%;
  height: 60%;
  object-fit: scale-down;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one1 {
  background: #336AE9;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one2 {
  background: #FF0000;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one3 {
  position: relative;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one3 .contact-top-share-back {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: scale-down;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one3 .icon {
  position: relative;
  z-index: 12;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one4 {
  background: #0966C2;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-line {
  border-top: 1px dashed #000000;
  width: calc(80% - 325px);
}
.contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-text {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 28px;
}
.contactPage .contact-top .contact-top-main {
  width: 35%;
}
.contactPage .contact-top .contact-top-main .indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 30px;
}
.contactPage .contact-top .contact-top-main .contactMenthods {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 35px;
}
.contactPage .contact-top .contact-top-main .contactMenthods .text {
  padding: 10px 12px;
  position: relative;
}
.contactPage .contact-top .contact-top-main .contactMenthods .text::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 19px;
  width: 1px;
  background: #222222;
}
.contactPage .contact-top .contact-top-main .contactMenthods .text:nth-of-type(1) {
  padding-left: 0;
}
.contactPage .contact-top .contact-top-main .contactMenthods .text:nth-last-of-type(1)::after {
  display: none;
}
.contactPage .contact-top .contact-top-main .contact-connects {
  width: 100%;
}
.contactPage .contact-top .contact-top-main .contacti-info-one {
  width: 100%;
  background: #FFE200;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 30px 8%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-icon img {
  display: block;
  width: 38px;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-icon1 img {
  width: 45px;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main {
  width: calc(100% - 65px);
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-text {
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 17px;
  opacity: 0.83;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val {
  margin-top: 10px;
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  display: flex;
  flex-wrap: wrap;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a-outer {
  width: 100%;
  margin-top: 5px;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a {
  width: auto;
  color: #000000;
  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%, #000000 0, #000000 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 0;
  position: relative;
}
.contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a span {
  text-align: center;
}
.contactPage .contact-top .contact-top-main .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-bottom {
  width: 100%;
  background: #FFFFFF;
}
.contactPage .contact-bottom .contact-bottom-inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactPage .contact-bottom .contact-bottom-title {
  font-weight: 400;
  font-size: 30px;
  color: #222222;
  line-height: 40px;
  margin-bottom: 40px;
  width: 100%;
}
.contactPage .contact-bottom .contact-bottom-main {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contactPage .contact-bottom .contact-form {
  width: 100%;
}
.contactPage .contact-bottom .contact-upload {
  width: 37.5%;
  display: none;
}
.contactPage .contact-bottom .up-intro {
  width: 100%;
  background: #F8F8F8;
  border-radius: 10px;
  cursor: pointer;
  padding: 72px 12px;
}
.contactPage .contact-bottom .up-intro .form-up-btn {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.contactPage .contact-bottom .up-intro .form-up-btn .el-upload {
  width: 100%;
}
.contactPage .contact-bottom .up-intro .form-up-btn input {
  display: none;
}
.contactPage .contact-bottom .up-intro .upLoad-text {
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  font-family: 'SourceHanSansSC-Medium';
}
.contactPage .contact-bottom .up-intro .banner-more-inner {
  width: 160px;
  height: 36px;
  background: #FFE200;
  margin: 10px auto 28px;
  border-radius: 8px;
  font-weight: 500;
  text-align: center;
  font-family: 'SourceHanSansSC-Medium';
  overflow: hidden;
}
.contactPage .contact-bottom .up-intro .banner-more-inner .read-more-p {
  position: relative;
  height: 100%;
  z-index: 12;
  font-size: 14px;
  color: #222222;
  line-height: 36px;
  transition: 0.5s;
}
.contactPage .contact-bottom .up-intro .banner-more-inner .read-more-p::before {
  content: attr(data-word);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #222222;
  transform: translateY(100%);
  z-index: 13;
}
.contactPage .contact-bottom .up-intro .banner-more-inner:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage .contact-bottom .up-intro .up-intro-desc {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactPage .contact-bottom .up-intro .up-intro-desc img {
  width: 16px;
  margin-right: 6px;
}
.contactPage .contact-bottom .up-intro .up-intro-desc1 {
  margin-top: 10px;
}
.contactPage .contact-bottom .contacti-steps {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
  justify-content: center;
}
.contactPage .contact-bottom .contacti-steps-inner {
  display: flex;
  justify-content: center;
}
.contactPage .contact-bottom .contacti-step-one {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 60px;
  position: relative;
}
.contactPage .contact-bottom .contacti-step-one .contacti-step-icon {
  width: 50px;
  height: 50px;
  background: #FFE200;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  position: relative;
  z-index: 12;
}
.contactPage .contact-bottom .contacti-step-one .contacti-step-icon img {
  width: 45%;
  transform: rotateY(0deg);
  transition: 0.5s;
}
.contactPage .contact-bottom .contacti-step-one .contacti-step-text {
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: center;
}
.contactPage .contact-bottom .contacti-step-one::after {
  width: calc(66px + (100% - 50px));
  height: 1px;
  left: 50px;
  content: "";
  border-top: 1px dashed #ccc;
  position: absolute;
  top: 25px;
}
.contactPage .contact-bottom .contacti-step-one:hover .contacti-step-icon img {
  transform: rotateY(360deg);
}
.contactPage .contact-bottom .contacti-step-one:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .contact-bottom .contacti-step-one:nth-last-of-type(1)::after {
  display: none;
}
.contactPage .form {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contactPage .form-input {
  width: 31.7%;
}
.contactPage .form-input .form-input-one {
  width: 100%;
  margin-bottom: 20px;
}
.contactPage .form-input .input {
  width: 100%;
  z-index: 20;
  position: relative;
  border: 0;
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 56px;
  height: 56px;
  background: #F8F8F8;
  border-radius: 10px;
  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-bottom: 0;
}
.contactPage .form-main {
  width: 62.5%;
}
.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: #222222;
  font-family: 'SourceHanSansSC-Regular';
  line-height: 38px;
  height: 208px;
  background: #F8F8F8;
  border-radius: 10px;
  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;
  justify-content: flex-end;
  z-index: 20;
  position: relative;
}
.contactPage .formButton-box .formButton {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  text-transform: uppercase;
  z-index: 12;
  border: none;
}
.contactPage .formButton-box .formButton .banner-more-inner {
  width: 160px;
  height: 46px;
  background: #000000;
  border-radius: 6px;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
.contactPage .formButton-box .formButton .banner-more-inner::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFE200;
  content: "";
  border-radius: 6px;
  transform-origin: bottom right;
  transform: rotateZ(65deg) translateY(2px);
  transition: 0.5s;
}
.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: 16px;
  color: #FFFFFF;
  line-height: 46px;
  transition: 0.5s;
}
.contactPage .formButton-box .formButton .read-more-p::after {
  content: "+";
  position: absolute;
  top: 10px;
  right: 0;
  transform: translateX(112%);
  color: #FFE200;
  font-size: 20px;
  line-height: 20px;
  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: #fff;
  transform: translateY(100%);
  z-index: 13;
}
.contactPage .formButton-box .formButton:hover .read-more-p {
  transform: translateY(-100%);
  transition: 0.5s;
}
.contactPage .formButton-box .formButton:hover .read-more-p::after {
  top: 52px;
}
@media only screen and (max-width: 1918px) {
  .contactPage .contact-top .contact-top-inner {
    padding: 0 6%;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one {
    width: 58px;
    height: 58px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one3 .contact-top-share-back image {
    width: 58px;
  }
  .contactPage .contact-top .contact-top-main {
    width: 36%;
  }
}
@media only screen and (max-width: 1598px) {
  .contactPage {
    margin-top: 100px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-line {
    width: 60px;
    height: 4px;
    margin: 32px 0 32px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer {
    font-size: 22px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-qrcodes {
    margin: 52px 0 50px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one {
    width: 136px;
    margin-right: 46px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-text {
    margin-top: 16px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one {
    width: 52px;
    height: 52px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one3 .contact-top-share-back image {
    width: 52px;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods {
    margin-bottom: 20px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 20px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-text {
    font-size: 15px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val .contacti-info-a-outer {
    margin-top: 0;
  }
  .contactPage .contact-bottom .contact-bottom-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
@media only screen and (max-width: 1365px) {
  .contactPage .contact-top .contact-top-inner {
    padding: 0 5%;
  }
  .contactPage .contact-top .contact-top-other .contact-top-img {
    width: 90%;
  }
  .contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer {
    font-size: 20px;
  }
  .contactPage .contact-top .contact-top-main {
    width: 40%;
  }
  .contactPage .contact-top .contact-top-other .contact-top-qrcodes {
    margin: 35px 0 45px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one {
    margin-bottom: 24px;
    padding: 26px 7%;
  }
}
@media only screen and (max-width: 1250px) {
  .contactPage {
    margin-top: 65px;
  }
  .contactPage .form-input {
    width: 45%;
  }
  .contactPage .form-main {
    width: 50%;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods {
    font-size: 14px;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods .text::after {
    height: 17px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer {
    font-size: 18px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-text {
    font-size: 14px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one .contact-qrcode-text {
    margin-top: 12px;
    font-size: 14px;
  }
  .contactPage .contact-top .contact-top-other .contact-qrcode-one {
    width: 122px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one {
    width: 46px;
    height: 46px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-list .contact-top-share-one3 .contact-top-share-back image {
    width: 46px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-line {
    width: calc(85% - 325px);
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 18px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-text {
    font-size: 14px;
  }
  .contactPage .contact-bottom .contacti-step-one .contacti-step-text {
    font-size: 14px;
  }
  .contactPage .contact-bottom .up-intro {
    padding: 56px 6px;
  }
  .contactPage .contact-bottom .contact-bottom-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .contactPage .contact-bottom .contacti-step-one {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 1025px) {
  .contactPage {
    margin-top: 65px;
  }
}
@media only screen and (max-width: 1023px) {
  .contactPage .contact-top .contact-top-inner {
    flex-wrap: wrap;
  }
  .contactPage .contact-top .contact-top-other {
    width: 100%;
  }
  .contactPage .contact-top .contact-top-main {
    width: 100%;
    margin-top: 30px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-img {
    max-width: 500px;
  }
  .contactPage .contact-bottom .contact-bottom-main {
    flex-wrap: wrap;
  }
  .contactPage .contact-bottom .contact-form {
    width: 100%;
  }
  .contactPage .contact-bottom .contact-upload {
    width: 100%;
    margin-top: 30px;
  }
  .contactPage .formButton-box {
    margin-top: 26px;
  }
  .contactPage .contact-bottom .contacti-step-one {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .contactPage .form-input .input {
    line-height: 46px;
    height: 46px;
  }
  .contactPage .form {
    flex-wrap: wrap;
  }
  .contactPage .form-input {
    width: 100%;
  }
  .contactPage .form-main {
    width: 100%;
    margin-top: 22px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-line {
    width: 42px;
    height: 3px;
    margin: 24px 0 26px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-address .contacti-info-a-outer {
    font-size: 16px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-qrcodes {
    margin: 28px 0 36px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares {
    flex-wrap: wrap;
    position: relative;
    padding-top: 42px;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-line {
    display: none;
  }
  .contactPage .contact-top .contact-top-other .contact-top-shares .contact-top-share-text {
    font-size: 14px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .contactPage .contact-top .contact-top-main {
    margin-top: 22px;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods {
    margin-bottom: 15px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one {
    padding: 22px 20px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one .contacti-info-main .contacti-info-val {
    font-size: 17px;
  }
  .contactPage .contact-bottom .contact-bottom-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 26px;
  }
  .contactPage .form-input .form-input-one {
    width: 100%;
    margin-bottom: 18px;
  }
}
@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-main .contactMenthods .text {
    width: 50%;
    padding: 10px 12px;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods .text:nth-of-type(1) {
    padding: 10px 12px;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods .text:nth-of-type(2)::after {
    display: none;
  }
  .contactPage .contact-top .contact-top-main .contactMenthods {
    margin-bottom: 10px;
  }
  .contactPage .contact-top .contact-top-main .contacti-info-one {
    padding: 20px 16px;
    margin-bottom: 20px;
  }
}
