@charset "UTF-8";
@font-face {
  font-family: "iconfont"; /* Project id 3308791 */
  src: url("../font/iconfont.woff2?t=1683371950435") format("woff2"), url("../font/iconfont.woff?t=1683371950435") format("woff"), url("../font/iconfont.ttf?t=1683371950435") format("truetype"), url("../font/iconfont.svg?t=1683371950435#iconfont") format("svg");
}
.contact-us header {
  padding-top: 40px;
}
.contact-us header h1 {
  font-size: 38px;
  font-size: clamp(38px, -6.5915492958px + 9.7183098592vw, 180px);
  line-height: normal;
  font-weight: bold;
  text-align: center;
  color: #333;
}
.contact-us .form-content {
  padding: 0 40px;
  max-width: 800px;
  margin: 100px auto 40px;
  display: flex;
  justify-content: space-between;
}
.contact-us .form-content .method {
  width: 50%;
}
.contact-us .form-content .method li {
  margin-bottom: 12px;
}
.contact-us .form-content .method .way {
  font-family: "iconfont";
  font-size: 18px;
}
.contact-us .form-content .method .title {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 25px;
}
.contact-us .form-content .method .contact {
  width: 224px;
  height: 30px;
  font-size: 22px;
  font-weight: 400;
  color: #333;
  line-height: 30px;
}
.contact-us .form-content .method .contact a {
  color: #333;
  font-size: 22px;
  line-height: 30px;
}
.contact-us .form-content .method .code {
  margin-top: 30px;
}
.contact-us .form-content .method .code h3 {
  width: 72px;
  height: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  line-height: 25px;
  padding-bottom: 10px;
}
.contact-us .form-content .method .code .square {
  width: 200px;
  height: 200px;
  background: #242424;
  border: 1px solid #333;
  box-sizing: border-box;
}
.contact-us .form-content .method .code .square img {
  width: 100%;
}
.contact-us .form-content .connect {
  width: 50%;
  flex-shrink: 0;
}
.contact-us .form-content .connect form label {
  display: block;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(181, 181, 181, 0.09);
  transition-duration: 0.4s;
}
.contact-us .form-content .connect form label span {
  opacity: 0;
  transition: all 0.1s;
}
.contact-us .form-content .connect form label.err {
  border: 1px solid #ff4d4f;
  color: #ff4d4f;
}
.contact-us .form-content .connect form label.err span {
  opacity: 1;
}
.contact-us .form-content .connect form label input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  padding-left: 20px;
  border: none;
  box-sizing: border-box;
  background: rgba(181, 181, 181, 0.09);
}
.contact-us .form-content .connect form .enterText {
  height: auto;
}
.contact-us .form-content .connect form .enterText textarea {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 20px;
  box-sizing: border-box;
  color: #ffffff;
  border: none;
  overflow: hidden;
  background: rgba(181, 181, 181, 0.09);
  vertical-align: top;
}
.contact-us .form-content .connect form button {
  width: 100%;
  height: 60px;
  margin-top: 20px;
  color: #ffffff;
  background: #254fda;
  border: none;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s;
}
.contact-us .form-content .connect form button.loading {
  background: #5073e6;
}
.contact-us .form-content .connect form button.loading:after {
  content: "载";
  display: inline-block;
  font-size: 18px;
  margin-left: 8px;
  font-family: "iconfont";
  animation: loading 3s linear infinite;
}
.contact-us .foot {
  max-width: 1200px;
  background-image: linear-gradient(to right, rgb(34, 34, 34) 0 10%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 8px 1px;
  background-repeat: repeat-x;
  padding: 30px 0 120px;
  padding-bottom: clamp(120px, 9.8873239437px + 0.4225352113vw, 120px);
  margin: 0 auto;
}
.contact-us .foot p {
  flex-shrink: 0;
  text-align: right;
  height: 24px;
  font-weight: 400;
  line-height: 20px;
  color: #222;
  font-size: 14px;
  font-size: clamp(14px, 9.8873239437px + 0.4225352113vw, 10px);
}
.contact-us .foot p a {
  color: #222;
  margin: 0 4px;
}
.contact-us .foot p img {
  vertical-align: top;
}
.contact-us .inner {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 40px;
  z-index: 10;
}
.contact-us .inner .subject_tab {
  position: relative;
  display: flex;
  padding: 6px;
  border-radius: 8px;
  background: rgba(34, 34, 34, 0.8);
  transition: all 0.4s linear;
}
.contact-us .inner .subject_tab .home {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 130px;
  flex-shrink: 1;
  box-sizing: border-box;
  padding: 0 10px;
  transition: all 0.1s linear;
  background: #222;
  border-radius: 8px;
}
.contact-us .inner .subject_tab .home img {
  height: 30px;
  vertical-align: top;
}
.contact-us .inner .subject_tab .home .three-gang {
  width: 10px;
  height: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  cursor: pointer;
  transition: all 0.3s linear;
}
.contact-us .inner .subject_tab .home .three-gang span {
  width: 10px;
  height: 1px;
  background: #fff;
}
.contact-us .inner .subject_tab .tabs {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding-right: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #3e3e3e;
  border-radius: 8px;
  margin-left: 10px;
}
.contact-us .inner .subject_tab .tabs li {
  height: 48px;
  line-height: 48px;
  margin-left: 6px;
  padding: 0 12px;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #4e4e4e;
  color: #d3d3d3;
  white-space: nowrap;
  transition: all 0.3s linear;
}
.contact-us .inner .subject_tab .tabs li:hover, .contact-us .inner .subject_tab .tabs li.active {
  border-color: #d3d3d3;
}
.contact-us .inner .subject_tab .tabs li a {
  color: #d3d3d3;
}

@media (max-width: 700px) {
  .aboutus .main p {
    font-size: 14px;
  }
  .aboutus .foot {
    margin: 0 20px;
  }
  .aboutus .foot p {
    text-align: left;
  }
  .aboutus .inner .subject_tab.unfold {
    width: 300px;
    flex-direction: column-reverse;
  }
  .aboutus .inner .subject_tab.unfold .home {
    width: 100%;
    height: 60px;
    flex-shrink: 0;
  }
  .aboutus .inner .subject_tab.unfold .home .three-gang {
    position: relative;
  }
  .aboutus .inner .subject_tab.unfold .home .three-gang span {
    position: absolute;
    left: 50%;
    top: 50%;
  }
  .aboutus .inner .subject_tab.unfold .home .three-gang span:nth-of-type(1) {
    transform: translate3d(-50%, -50%, 0) rotate(45deg);
  }
  .aboutus .inner .subject_tab.unfold .home .three-gang span:nth-of-type(2) {
    transform: translate3d(-50%, -50%, 0) rotate(-45deg);
  }
  .aboutus .inner .subject_tab.unfold .home .three-gang span:nth-of-type(3) {
    display: none;
  }
  .aboutus .inner .subject_tab.unfold .tabs {
    flex-shrink: 0;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 6px 6px 0 6px;
  }
  .aboutus .inner .subject_tab.unfold .tabs li {
    margin: 0 0 6px 0;
  }
  .aboutus .inner .subject_tab .home {
    height: 60px;
  }
  .aboutus .inner .subject_tab .tabs {
    display: none;
  }
}/*# sourceMappingURL=contact-us.css.map */