.login-form-box .ant-form-item,
.login-form-box .ant-form-item-control-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.login-form-box .ant-form-item-with-help {
  margin-bottom: 0;
}
.login-form-box .ant-form-explain,
.login-form-box .ant-form-extra {
  margin-top: -21px;
}
.login-form-box .input-box {
  display: flex;
  justify-content: space-between;
  height: 40px;
  line-height: 40px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #2a66fe;
  box-shadow: 0px 0px 6px 0px rgba(42, 103, 255, 0.4);
  border-radius: 8px;
  overflow: hidden;
  font-size: 18px;
}
.login-form-box .input-box label {
  width: 70px;
  padding: 0 10px;
  color: #999999;
  font-size: 16px;
  text-align: justify;
}
.login-form-box .input-box input {
  box-sizing: border-box;
  flex: 1;
  height: 40px;
  line-height: 30px;
  padding: 5px 0;
  color: #000;
  border: none;
  outline: none;
  width: 100%;
  font-size: 18px;
}
.login-form-box .input-box input:focus {
  box-shadow: none;
}
.login-form-box .last-row-box {
  display: flex;
}
.login-form-box .last-row-box .input-box {
  flex: 1;
}
.login-form-box .last-row-box .input-box input {
  width: 60px;
}
.login-form-box .last-row-box .img-box {
  margin-left: 10px;
  width: 110px;
  height: 40px;
  background: #2a67ff;
  cursor: pointer;
}
.login-form-box .last-row-box .img-box1 {
  margin-left: 10px;
  width: 110px;
  height: 40px;
  cursor: pointer;
}
.login-form-box .btn-submit {
  height: 40px;
  line-height: 40px;
  background: linear-gradient(90deg, #2a67ff 0%, #77a2f9 100%);
  border-radius: 8px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.modal {
  display: none;
  position: absolute;
  right: 20px;
  top: 100px;
  width: 366px;
  height: 480px;
  background-color: #fff;
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}
.modal .modal-head h3 {
  line-height: 36px;
  font-size: 36px;
  color: #2a67ff;
  display: inline-block;
  margin-bottom: 30px;
}
.modal .modal-head a {
  line-height: 36px;
  float: right;
  font-size: 18px;
  color: #999;
}
.mask {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
}
@media only screen and (min-width: 0) and (max-width: 769px) {
  .modal {
    position: fixed;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 94%;
    height: 380px;
    border-radius: 20px;
    padding: 40px;
  }
}
.fd {
  padding-top: 70px;
  background: #080e27;
  color: #fff;
}
.fd .fd-l {
  float: left;
  width: 196px;
}
.fd .fd-m {
  overflow: hidden;
}
.fd .fd-m dl {
  float: left;
  width: 33.3%;
}
.fd .fd-m dl dt {
  font-size: 18px;
}
.fd .fd-m dl dt span {
  margin: auto;
  display: block;
  width: 100px;
}
.fd .fd-m dl dd {
  padding-top: 40px;
  font-size: 16px;
}
.fd .fd-m dl dd a {
  margin: auto;
  display: block;
  width: 100px;
  color: #FFF;
}
.fd .fd-r {
  float: right;
  width: 196px;
  font-size: 24px;
  text-align: center;
  overflow: hidden;
}
.fd .fd-r .imgbox {
  margin-top: 40px;
  margin-right: 20px;
  float: left;
  width: 88px;
  height: 88px;
  background: #ffffff;
  padding: 4px;
}
.fd .fd-r .imgbox:last-child {
  margin-right: 0;
}
.fd .fd-copyright {
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 14px;
}
.fd .fd-ifeng {
  width: 200px;
  margin-right: 20px;
  margin-left: 340px;
}
.fd .fd-ifengl {
  height: 65px;
  margin-right: 20px;
}
.fd .fd-ifengs {
  margin-right: 20px;
}
@media screen and (max-width: 992px) {
  .fd {
    padding-top: 40px;
  }
  .fd .fd-l {
    float: none;
    width: 100%;
  }
  .fd .fd-l img {
    display: block;
    margin: auto;
  }
  .fd .fd-r {
    float: none;
    margin: 20px auto;
    font-size: 18px;
    width: 176px;
  }
  .fd .fd-r .imgbox {
    margin-top: 20px;
    width: 78px;
    height: 78px;
  }
  .fd .fd-m dl {
    text-align: center;
  }
  .fd .fd-m dl dt {
    font-size: 14px;
  }
  .fd .fd-m dl dd {
    font-size: 14px;
    padding-top: 18px;
  }
  .fd .fd-copyright {
    font-size: 12px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: auto;
  overflow-y: scroll;
}
body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}
body {
  font: 12px "Microsoft YaHei", "\5B8B\4F53", "simsun", "Arial Narrow", HELVETICA;
  -webkit-text-size-adjust: 100%;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
a {
  text-decoration: none;
  color: #000;
}
.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.noborder {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
input {
  border: none;
  outline: none;
}
body {
  font-family: 'PingFang SC', 'Microsoft YaHei', Helvetica, 'Helvetica Neue';
}
.wp {
  width: 1600px;
  margin: 0 auto;
  overflow: hidden;
}
#banner {
  height: 902px;
}
#banner .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 902px;
  overflow: hidden;
  background: url(57dc9e3c878a3e39531f9d285df8a428.png) no-repeat top right;
  background-size: auto 90%;
}
#banner .bg2 {
  background-image: url(ac8d2825d0bb01bd684a19c46598f5a2.jpg);
}
#banner .bg3 {
  background-image: url(93cb9c450d0d5742890008b3b1551460.jpg);
}
#banner .banner-anim-arrow-default {
  display: none;
}
#banner .banner-anim-thumb {
  bottom: 20px;
}
#banner .banner-anim-thumb-default span {
  width: 12px;
  height: 12px;
  background: #dddddd;
  border-radius: 50%;
}
#banner .banner-anim-thumb-default span.active {
  width: 30px;
  height: 12px;
  background: #2a67ff;
  border-radius: 6px;
}
.banner-text-wrapper h2 {
  margin-top: 230px;
  font-size: 48px;
  font-weight: normal;
  color: #2a67ff;
  line-height: 100px;
}
.banner-text-wrapper p {
  font-size: 80px;
  font-weight: 500;
  color: #333333;
  line-height: 120px;
}
.banner-text-wrapper .start-button {
  display: block;
  width: 200px;
  height: 70px;
  margin-top: 40px;
  background: linear-gradient(90deg, #2a67ff 0%, #77a2f9 100%);
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
}
.btn-group-wrapper {
  display: none;
  margin-top: 10px;
  text-align: center;
}
.btn-group-wrapper a {
  display: inline-block;
  width: 140px;
  height: 50px;
  margin-right: 30px;
  border-radius: 6px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 500;
  color: #ffffff;
  background: linear-gradient(90deg, #2a67ff 0%, #77a2f9 100%);
}
.btn-group-wrapper a:hover {
  color: #ffffff;
}
.btn-group-wrapper a.login-button {
  margin-right: 0;
  background: linear-gradient(90deg, #f54343 0%, #fa7d75 100%);
}
.g-title {
  text-align: center;
  padding: 40px 0;
}
.g-title h2 {
  display: inline-block;
  padding-left: 40px;
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADBElEQVRIiZWWTWhcVRSAv/veOTMVpQQKEcwiuIrUNrTQLNzFUCHB1MVsBkO76ELIykZorahVrFY6cdGqiwYqjNDV22QVaTbGuHGjKwk23XTXUrvKwtGZ3PN6XczMy0syvw8enPt493zn/15Hn8duVV52En+PygwSH3MqoLKDxFuobDiVxM0v/NVtv+sLWL7xGypvOIlBBSSmBYHWN6eyhsRX3Gx5eyiA/+KzV53Gj5Cmwj6QBhIvudnySl5H1NN8b/8Gn4IZeCNYCt7AUoK3TMYbwVsRS++E9eT6wAD96uu/8bY6BAQsvRbWk8W2DunpQdOLC8CDAG86qAMaYMLBKEBgf5xb69thPdl0s+VtB9AovVtA5S1URlD5pVi9+6QX05ZvRKhMO4lvojLVLfFufuGcq8+VjqLyq5P4FM2f/kOlVKzeXe/nnN2qFJzEVVQWukBej7D0Et5OZbH19gLeVvopB5APru4GSy/i7Y8uOSlHwdtM9mEPMt44f/GlISBXuyR+RrD0ZD5RLflpMbn3zyAAALxtBnjWIfEnIrwdy8h7njwYWDkgH37yHG8PO5TwiARvB62HQcr3sBdNHSE0dYRAACK87WRxazeLt4n6XKl3l+d1f/pxFCyd2Gd905udCEu3cl3YDtEo3qaHsH4ab6OHQmTpVoS3jQOt3oZU6mffKfTTvfv+pQLebmYR2A/ZiIK3pMM8AW9ngqXVXpDd9xYLeKsGS6fIh3kPkjiA2vjpNafy9oEubMu/O4k/QmXzyP3V5wCN8oUIlWkkrjiVM9me9jhvvmv6+fVzzWqx9HKAsw6KbetyFTUV4GcHz+pzpYeIgLcJOgy7nNwArkCrHF98/Od2bWxyKcCdDpOxLY/2maB5eUkry9sZoAVZqY1NvhLgWp/Nh+QD6y/1u2+zWXboyKyNTS4i8W2nUuySk9zRKTjN4t5A4qXijz/sG5Qdz+Ta2ORrSPyNU5kfEPITKpeLyb3hDv3a+OnjTqXcurKcQGWkBdlBZctJvIFKcuT+atdry/9BbdYhW8fwjwAAAABJRU5ErkJggg==) no-repeat left center;
}
.product-box-wrapper {
  margin-bottom: 62px;
  overflow: hidden;
}
.product-box-wrapper li {
  width: 33.33%;
  float: left;
  padding-top: 10px;
  padding-bottom: 30px;
}
.product-box-wrapper li .product-imagebox {
  width: 37%;
  margin: auto;
  position: relative;
}
.product-box-wrapper li .product-imagebox .product-image {
  width: 100%;
  padding: 0 10%;
  background: url(9589052ff8858550114187cac369f8e6.png) no-repeat center bottom;
  background-size: 100% auto;
}
.product-box-wrapper li .product-imagebox img {
  width: 100%;
  transition: box-shadow 0.3s ease-out, transform 0.3s ease-out;
}
.product-box-wrapper li .product-imagebox:hover img {
  transform: translateY(-10px);
}
.product-box-wrapper li .product-textbox {
  width: 53%;
  margin: auto;
  text-align: center;
}
.product-box-wrapper li .product-textbox h3 {
  margin: 8px auto;
  font-size: 30px;
  color: #333333;
}
.product-box-wrapper li .product-textbox p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.content-out-wrapper {
  background: url(92b64c0bd5161791fb412b0669a4358e.png) no-repeat top 180px left;
  background-size: 52% auto;
}
.content-wrapper {
  position: relative;
  padding-bottom: 80px;
}
.content-wrapper .image1 {
  background: url(1f16650761d4b647e5c1555c4d0c5e57.png) no-repeat center center;
}
.content-wrapper .image2 {
  background: url(eaf57b1e795338e322076600b35e9dd0.png) no-repeat center center;
}
.content-wrapper .image3 {
  background: url(48406aee95dbdfc9aa8d60fa9cf6966f.png) no-repeat center center;
}
.content-wrapper .image4 {
  background: url(5631c8af6e738fb9f859aa74c1180d77.png) no-repeat center center;
}
.content-wrapper .image-wrapper {
  float: left;
  width: 830px;
  padding-top: 727px;
  position: relative;
  background-size: 100% auto;
}
.content-wrapper .text-wrapper {
  position: absolute;
  right: 12%;
  top: 50%;
  transform: translateY(-50%);
  width: 48.1%;
  text-align: right;
}
.content-wrapper .text-wrapper h2 {
  font-size: 60px;
  color: #333333;
}
.content-wrapper .text-wrapper p {
  margin: 10px 0 50px;
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  line-height: 2;
  color: #999;
}
.content-wrapper .text-wrapper span {
  display: block;
  font-size: 18px;
  color: #fffefe;
  line-height: 44px;
}
.content-wrapper .start-button {
  float: right;
  display: block;
  width: 200px;
  height: 60px;
  background: linear-gradient(90deg, #2a67ff 0%, #77a2f9 100%);
  border-radius: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.content-wrapper .text-white h2,
.content-wrapper .text-white p {
  color: #fff;
}
.content-wrapper .text-white .start-button {
  background: #fff;
  color: #2a67ff;
}
.content-wrapper-even .image-wrapper {
  float: right;
  margin-left: 0;
}
.content-wrapper-even .text-wrapper {
  left: 12%;
  right: auto;
}
.content-wrapper-even .text-wrapper {
  text-align: left;
}
.content-wrapper-even .start-button {
  float: left;
}
.adtype-wrapper {
  background: url(c3e985c6428921d79d2bb1c045a2afaa.png) no-repeat right top 100px;
  background-size: 48% auto;
  padding-bottom: 50px;
}
.adtype-wrapper .controler-wrapper {
  width: 40%;
  float: right;
  padding-right: 200px;
}
.adtype-wrapper .controler-wrapper .tabs-wrapper {
  padding: 60px 0 20px;
}
.adtype-wrapper .controler-wrapper .tabs-wrapper li {
  float: left;
  width: 180px;
  height: 60px;
  margin-bottom: 30px;
  margin-right: 30px;
  line-height: 60px;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  border-radius: 10px;
  cursor: pointer;
}
.adtype-wrapper .controler-wrapper .tabs-wrapper li:hover,
.adtype-wrapper .controler-wrapper .tabs-wrapper li.active {
  background: #FFF;
  box-shadow: 0px 10px 20px 0px rgba(13, 34, 140, 0.8);
  color: #2a67ff;
}
.adtype-wrapper .controler-wrapper .detail-wrapper {
  padding: 40px;
  background: #fff;
  box-shadow: 0px 10px 40px 0px rgba(13, 34, 140, 0.3);
  border-radius: 10px;
}
.adtype-wrapper .controler-wrapper .detail-wrapper h3 {
  margin-bottom: 20px;
  font-size: 24px;
  color: #2a67ff;
}
.adtype-wrapper .controler-wrapper .detail-wrapper p {
  font-size: 18px;
  color: #666666;
  line-height: 42px;
}
.adtype-wrapper .controled-wrapper {
  width: 60%;
  float: left;
}
.adtype-wrapper .controled-wrapper img {
  width: 100%;
}
.contact-wrapper {
  margin: 100px 0;
}
.contact-wrapper .contact-left {
  width: 50%;
  float: left;
  overflow: hidden;
  background: linear-gradient(120deg, #1c35af 0%, #77a2f9 100%);
  box-shadow: 0px 6px 40px 0px rgba(13, 34, 140, 0.3);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.contact-wrapper .contact-info {
  float: right;
  margin: 70px 70px;
  width: 460px;
  color: #FFF;
}
.contact-wrapper .contact-info h3 {
  margin-bottom: 20px;
  font-size: 36px;
  color: #FFF;
}
.contact-wrapper .contact-info p {
  margin-bottom: 20px;
  font-size: 18px;
}
.contact-wrapper .contact-right {
  width: 50%;
  float: left;
}
.contact-wrapper .contact-right .contact-img {
  margin: 70px 70px;
  width: 500px;
}
.contact-wrapper .contact-right .contact-img h3 {
  font-size: 36px;
  color: #333333;
  padding-bottom: 20px;
}
.contact-wrapper .contact-right .contact-img p {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
.contact-wrapper .contact-right .contact-img .img-group {
  display: flex;
}
.contact-wrapper .contact-right .contact-img .img1 {
  flex: 3;
}
.contact-wrapper .contact-right .contact-img .img1 img {
  width: 100%;
}
.contact-wrapper .contact-right .contact-img .img2 {
  flex: 1;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.contact-wrapper .contact-right .contact-img .img2 img {
  width: 108px;
  height: 108px;
  background: #ffffff;
  box-shadow: 0px 4px 10px 0px rgba(13, 34, 140, 0.8);
  border-radius: 10px;
  padding: 10px;
}
.text-wrapper-bottom {
  text-align: center;
  margin: 10% auto 40px;
}
.text-wrapper-bottom p {
  margin: 20px auto;
  font-size: 16px;
  line-height: 28px;
  color: #999;
}
@keyframes upDownMove {
  to {
    transform: translateY(10px);
  }
}
.form-box .ant-form-item,
.form-box .ant-form-item-control-wrapper {
  width: 100%;
  margin-bottom: 0;
}
.form-box .ant-form-item-with-help {
  margin-bottom: 0;
}
.form-box .ant-form-explain,
.form-box .ant-form-extra {
  margin-top: -21px;
}
.form-box .input-box {
  display: flex;
  justify-content: space-between;
  height: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  background: #ffffff;
  border: 1px solid #2a66fe;
  box-shadow: 0px 0px 6px 0px rgba(42, 103, 255, 0.4);
  border-radius: 12px;
  overflow: hidden;
  font-size: 18px;
}
.form-box .input-box label {
  width: 112px;
  padding: 0 20px;
  color: #999999;
  font-size: 18px;
}
.form-box .input-box input {
  flex: 1;
  height: 60px;
  line-height: 40px;
  padding: 10px;
  color: #000;
  border: none;
  outline: none;
}
.form-box .input-box ul {
  margin-right: 10px;
}
.form-box .input-box li {
  display: inline-block;
  width: 100px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border-radius: 10px;
  color: #333333;
  cursor: pointer;
}
.form-box .input-box li.active {
  background: linear-gradient(90deg, #2a67ff 0%, #77a2f9 100%);
  color: #fff;
}
.form-box .input-box .btn-code {
  margin-right: 10px;
  margin-top: 10px;
  width: 120px;
  height: 42px;
  background: linear-gradient(90deg, #2a67ff 0%, #77a2f9 100%);
  border-radius: 10px;
  line-height: 42px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.form-box .input-box .btn-code.btn-code-disabled {
  cursor: not-allowed;
  background: #999;
}
.form-box .last-row-box {
  display: flex;
}
.form-box .last-row-box .input-box {
  flex: 1;
}
.form-box .last-row-box .input-box input {
  width: 80px;
}
.form-box .last-row-box .btn-submit {
  margin-left: 10px;
  width: 114px;
  height: 60px;
  line-height: 60px;
  background: #2a67ff;
  box-shadow: 0px 4px 10px 0px rgba(13, 34, 140, 0.8);
  border-radius: 12px;
  font-size: 24px;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
  .wp {
    width: 1200px;
  }
  #banner {
    height: 870px;
  }
  #banner .bg {
    height: 870px;
    background-size: auto 80%;
  }
  .banner-text-wrapper h2 {
    font-size: 42px;
  }
  .banner-text-wrapper p {
    font-size: 68px;
  }
  .content-wrapper .image-wrapper {
    width: 51.9%;
    padding-top: 45.4%;
    margin-left: 0;
    margin-right: 0;
  }
  .content-wrapper .text-wrapper {
    right: 0;
  }
  .content-wrapper-even .text-wrapper {
    left: 0;
  }
  .adtype-wrapper .controler-wrapper {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1200px) {
  .wp {
    width: 98%;
  }
  #banner {
    height: 800px;
  }
  #banner .bg {
    height: 800px;
  }
  .adtype-wrapper .controler-wrapper .tabs-wrapper li {
    width: 150px;
  }
  .adtype-wrapper .controler-wrapper .detail-wrapper {
    padding: 20px;
  }
}
@media screen and (max-width: 992px) {
  #banner {
    height: 700px;
  }
  #banner .bg {
    height: 700px;
  }
  .banner-text-wrapper h2 {
    font-size: 38px;
  }
  .banner-text-wrapper p {
    font-size: 42px;
    line-height: 80px;
  }
  .product-box-wrapper {
    display: block;
  }
  .product-box-wrapper li {
    width: 50%;
    display: block;
  }
  .product-box-wrapper li .product-imagebox {
    width: 50%;
  }
  .product-box-wrapper li .product-textbox {
    width: 80%;
  }
  .product-box-wrapper li .product-textbox h3 {
    font-size: 16px;
  }
  .product-box-wrapper li .product-textbox p {
    font-size: 12px;
    line-height: 2;
  }
  .content-out-wrapper {
    background-position-y: 560px;
    background-size: 114% auto;
  }
  .content-wrapper {
    padding-bottom: 20px;
  }
  .content-wrapper .image-wrapper {
    float: none;
    width: 90%;
    padding-top: 87.6%;
    margin: 0 auto;
  }
  .content-wrapper .text-wrapper {
    width: 100%;
    position: static;
    text-align: center;
    transform: translateY(0);
  }
  .content-wrapper .text-wrapper h2 {
    font-size: 24px;
  }
  .content-wrapper .text-wrapper p {
    margin: 10px 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .content-wrapper .text-wrapper span {
    font-size: 12px;
  }
  .content-wrapper .text-wrapper .start-button {
    width: 130px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    border-radius: 6px;
  }
  .content-wrapper .start-button {
    float: none;
    margin: 0 auto;
  }
  .g-title {
    padding: 80PX 0 40PX;
  }
  .g-title h2 {
    font-size: 20px;
  }
  .adtype-wrapper {
    background-image: none;
  }
  .adtype-wrapper .controler-wrapper {
    float: none;
    width: 100%;
  }
  .adtype-wrapper .controler-wrapper .tabs-wrapper li {
    color: #000;
    width: 29%;
    margin-left: 2%;
    margin-right: 2%;
    margin-bottom: 20px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    border-radius: 6px;
  }
  .adtype-wrapper .controler-wrapper .tabs-wrapper li.active {
    box-shadow: 0px 6px 20PX 0px rgba(13, 34, 140, 0.5);
  }
  .adtype-wrapper .controler-wrapper .tabs-wrapper li:nth-child(3n) {
    margin-right: 0;
  }
  .adtype-wrapper .controler-wrapper .detail-wrapper {
    display: none;
  }
  .adtype-wrapper .controled-wrapper {
    float: none;
    width: 80%;
    margin: 0 auto;
  }
  .contact-wrapper {
    margin: 40px 0 40px;
  }
  .contact-wrapper .contact-left {
    width: 98%;
    float: none;
  }
  .contact-wrapper .contact-right {
    width: 98%;
    float: none;
    text-align: center;
  }
  .contact-wrapper .contact-right .contact-img {
    margin: 80px auto 40px;
    width: 80%;
  }
  .contact-wrapper .contact-right .contact-img h3 {
    padding-bottom: 10px;
    font-size: 24px;
  }
  .contact-wrapper .contact-right .contact-img p {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .contact-wrapper .contact-right .contact-img .img2 img {
    width: 80px;
    height: 80px;
    padding: 6px;
  }
  .contact-wrapper .contact-info {
    float: none;
    margin: 10%;
    width: auto;
  }
  .contact-wrapper .contact-info h3 {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .contact-wrapper .contact-info p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .form-box .input-box {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 14px;
  }
  .form-box .input-box label {
    width: 80px;
    padding: 0 10px 0 14px;
  }
  .form-box .input-box input {
    height: 40px;
    line-height: 20px;
    padding: 10px 0;
  }
  .form-box .input-box li {
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
  }
  .form-box .input-box .btn-code {
    margin-top: 5px;
    margin-right: 5px;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
  }
  .form-box .last-row-box {
    display: block;
  }
  .form-box .last-row-box .input-box {
    width: 100%;
  }
  .form-box .last-row-box .btn-submit {
    margin-left: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 18px;
  }
  .form-box .last-row-box + .ant-form-explain,
  .form-box .last-row-box + .ant-form-extra {
    margin-top: -62px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 0) and (max-width: 769px) {
  .ant-popover-inner {
    width: 235px;
  }
  .firstScreen {
    display: flex;
    flex-direction: column;
  }
  #banner {
    flex: 1;
  }
  #banner .bg {
    position: relative;
    height: 100%;
    background: url(1f6d06b76801afca00e46743c968e2d5.png) no-repeat top center;
    background-size: auto 100%;
  }
  #banner .bg2 {
    background-image: url(ac8d2825d0bb01bd684a19c46598f5a2.jpg);
    background-position: 0 60px;
    background-size: 100% auto;
  }
  #banner .bg3 {
    background-image: url(93cb9c450d0d5742890008b3b1551460.jpg);
    background-position: 0 60px;
    background-size: 100% auto;
  }
  #banner .banner-anim-thumb {
    bottom: 0px;
  }
  #banner .banner-anim-thumb-default span {
    width: 8px;
    height: 8px;
  }
  #banner .banner-anim-thumb-default span.active {
    width: 15px;
    height: 8px;
    border-radius: 4px;
  }
  .banner-text-wrapper {
    position: absolute!important;
    bottom: 10%;
    left: 0;
    text-align: center;
  }
  .banner-text-wrapper h2 {
    margin-top: -10px;
    font-size: 20px;
    line-height: 2;
    color: #2a67ff;
  }
  .banner-text-wrapper p {
    font-size: 28px;
    line-height: 2;
    color: #333;
  }
  .banner-text-wrapper .start-button {
    display: none;
  }
  .btn-group-wrapper {
    display: block;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
#header {
  position: fixed;
  z-index: 999;
  transition: border 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955), background 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955);
  height: 70px;
  width: 100%;
}
#header .header-login-button {
  float: right;
  margin-top: 18px;
  margin-left: 10px;
  width: 100px;
  height: 34px;
  line-height: 34px;
  background: linear-gradient(90deg, #f54343 0%, #fa7d75 100%);
  border-radius: 4px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
#header .nav {
  border: 0;
  float: right;
  font-size: 18px;
  color: #fff;
  background: transparent;
}
#header .nav li {
  height: 70px;
  line-height: 70px;
  text-align: center;
  margin-right: 20px;
}
#header .logo {
  float: left;
  height: 36px;
  line-height: 36px;
  margin-top: 17px;
}
#header .logo img {
  width: 96px;
  height: auto;
}
#header .ant-menu-horizontal > .ant-menu-item > a,
#header .ant-menu-horizontal > .ant-menu-submenu > a {
  color: #fff;
}
#header.header-white {
  background: #ffffff;
  border-bottom-color: #ebedee;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
#header.header-white .nav {
  color: #333;
}
#header.header-white .ant-menu-horizontal > .ant-menu-item > a,
#header.header-white .ant-menu-horizontal > .ant-menu-submenu > a {
  color: #333;
}
.nav-phone-icon {
  position: absolute;
  right: 30px;
  top: 26px;
  z-index: 1;
  width: 12px;
  height: 12px;
  transform: scale(1.4);
  cursor: pointer;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAACWSURBVGhD7ZnBCQAhDARt03asR2zFl7X4zCHoQ7j/3h4zsOSbAQOGpDAHATX+Ar33KKVYZfV8SLXWyDlbZfV8QECRS8B+Bna1BQE1CKhBQA0CahBQ4y8w54wxhlVWz4fUWnv9sn45q+cDC40il4D9E7If4l1tQUANAmoQUIOAGgTU+AtwYhLkXwuNvQAnJjEIqDEXiHgACgdAhqYkJMIAAAAASUVORK5CYII=) no-repeat center center;
  background-size: 100% auto;
}
@media screen and (max-width: 992px) {
  #header {
    height: 60px;
  }
  #header .nav li {
    height: 60px;
    line-height: 60px;
  }
  #header .logo {
    margin-top: 12px;
  }
  #header .logo img {
    width: 80px;
    margin-left: 20px;
  }
  #header .nav li {
    margin-right: 0;
  }
}
