.contactPage {
  position: relative;
  padding-top: 100px;
}
.contactPage footer .contact-footer {
  display: block;
}
.contactPage .contact-top {
  overflow: hidden;
  position: relative;
}
.contactPage .contact-top::after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  bottom: -12%;
  left: 0;
  background: url('https://file.global86.cn/fileStore/website_new_v2/youjia/youjia/new/contactPage-back.png') no-repeat;
  background-size: 100% auto;
  background-position: bottom left;
}
.contactPage .contact-main {
  max-width: 1200px;
  width: 100%;
  position: relative;
  z-index: 12;
  margin: 0 auto;
}
.contactPage .contactInner-texts {
  width: 100%;
}
.contactPage .contactInner-title {
  font-weight: 900;
  font-size: 160px;
  color: #1A5ED4;
  line-height: 110px;
  margin-bottom: 20px;
  font-family: 'Roboto-Black';
  text-transform: uppercase;
}
.contactPage .indexPage-desc {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.contactPage .contactMenthods {
  display: flex;
  width: 100%;
  z-index: 20;
  position: relative;
  margin-top: 4px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 36px;
}
.contactPage .contactMenthods p {
  color: #666666;
  z-index: 12;
  margin-right: 10px;
}
.contactPage .contactMenthods p:nth-last-of-type(1) {
  margin-right: 0;
}
.contactPage .contact-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.contactPage .contact-info .contact-connects {
  width: calc(50% - 20px);
  background: #F8F8F8;
  border-radius: 20px;
  padding: 40px;
}
.contactPage .contacti-info-one {
  width: 100%;
  margin-top: 26px;
}
.contactPage .contacti-info-one .contacti-info-text {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 17px;
}
.contactPage .contacti-info-one .contacti-info-val {
  margin-top: 10px;
}
.contactPage .contacti-info-one .contacti-info-val .contacti-info-a {
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  width: auto;
  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%, #222222 0, #222222 100.2%);
  background-size: 0 1px;
  background-repeat: no-repeat;
  background-position: left 90%;
  border-radius: 999px;
  position: relative;
}
.contactPage .contacti-info-one .contacti-info-val a {
  font-family: 'Roboto-Regular';
}
.contactPage .contacti-info-one:hover .contacti-info-val {
  margin-top: 10px;
}
.contactPage .contacti-info-one:hover .contacti-info-val .contacti-info-a {
  background-size: 100% 1px;
  transition: background-size 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.contactPage .contacti-info-title {
  font-weight: 500;
  font-size: 30px;
  color: #2C2C2C;
  line-height: 58px;
  font-family: 'Roboto-Medium';
  margin-bottom: 10px;
}
.contactPage .contacti-form {
  width: calc(50% - 20px);
  background: #F8F8F8;
  border-radius: 20px;
  padding: 40px 30px;
}
.contactPage .contacti-form-inner {
  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: 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-R';
  line-height: 38px;
  height: 38px;
  background: #EEEEEE;
  border-radius: 10px;
  padding: 0 5px 0 15px;
  transition: 0.5s;
}
.contactPage .form-input .input::placeholder {
  color: #222222;
  border: 0;
  outline: none;
  transition: 0.2s;
}
.contactPage .form-input .input:focus {
  color: #2C2C2C;
  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: #222222;
  font-family: 'SourceHanSansSC-R';
  line-height: 38px;
  height: 110px;
  background: #EEEEEE;
  border-radius: 10px;
  transition: 0.5s;
}
.contactPage .form-message .message::placeholder {
  color: #222222;
  border: 0;
  outline: none;
  transition: 0.2s;
}
.contactPage .form-message .message:focus {
  color: #2C2C2C;
  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;
}
@media only screen and (max-width: 1500px) {
  .contactPage .contactInner-title {
    font-size: 125px;
  }
}
@media only screen and (max-width: 1281px) {
  .contactPage .contactInner-title {
    font-size: 10vw;
    line-height: 10vw;
    margin-bottom: 10px;
  }
  footer .contact-footer .contact-footer-text {
    font-size: 8vw;
    line-height: 8vw;
  }
}
@media only screen and (max-width: 1250px) {
  .contactPage {
    padding-top: 65px;
  }
  .contactPage .contacti-form {
    padding: 22px 24px 30px;
  }
  .contactPage .contact-info .contact-connects {
    padding: 30px;
  }
  .contactPage .form-input .form-input-one {
    width: 100%;
  }
  .contactPage .formButton-box {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1025px) {
  .contactPage {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1000px) {
  .contactPage .contactMenthods {
    margin-bottom: 30px;
  }
  .contactPage .contacti-info-title {
    font-size: 24px;
    line-height: 54px;
  }
  .contactPage .contacti-form {
    width: calc(50% - 10px);
  }
  .contactPage .contact-info .contact-connects {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .contactPage .contact-top::after {
    bottom: 0;
  }
  .contactPage .contact-info {
    flex-wrap: wrap;
  }
  .contactPage .contacti-form {
    width: 100%;
  }
  .contactPage .contact-info .contact-connects {
    width: 100%;
    margin-top: 25px;
  }
}
@media only screen and (max-width: 641px) {
  .contactPage {
    padding-top: 50px;
  }
}
@media only screen and (max-width: 431px) {
  .contactPage {
    padding-top: 42px;
  }
}
