* {
  font-family: '-apple-system,PingFang SC,Microsoft YaHei,SimSun,Arial,sans-serif';
}

.cbtn, .headerBtn, .bannerBtn, .submitBtn, .itemBtn, .productBtn, .priceBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 4px;
}

.cbtn.cbtn1, .cbtn1.headerBtn, .cbtn1.bannerBtn, .cbtn1.submitBtn, .cbtn1.itemBtn, .cbtn1.productBtn, .cbtn1.priceBtn {
  background: #4c6aff;
  margin-right: 12px;
  cursor: pointer;
}

.cbtn.cbtn1:hover, .cbtn1.headerBtn:hover, .cbtn1.bannerBtn:hover, .cbtn1.submitBtn:hover, .cbtn1.itemBtn:hover, .cbtn1.productBtn:hover, .cbtn1.priceBtn:hover {
  background: #7088ff;
}

.cbtn.cbtn2, .cbtn2.headerBtn, .cbtn2.bannerBtn, .cbtn2.submitBtn, .cbtn2.itemBtn, .cbtn2.productBtn, .cbtn2.priceBtn {
  border: 1px solid #4c6aff;
}

.cbtn.cbtn2:hover, .cbtn2.headerBtn:hover, .cbtn2.bannerBtn:hover, .cbtn2.submitBtn:hover, .cbtn2.itemBtn:hover, .cbtn2.productBtn:hover, .cbtn2.priceBtn:hover {
  color: #4c6aff;
}

.headerBtn {
  width: 104px;
  height: 34px;
}

.bannerBtn {
  width: 180px;
  height: 54px;
  margin-top: 20px;
}

.submitBtn {
  width: 100%;
  height: 45px;
  font-size: 16px;
}

.itemBtn {
  width: 160px;
  height: 45px;
  font-size: 16px;
  margin-top: 32px;
}

.productBtn {
  width: 160px;
  height: 50px;
  margin-top: 20px;
}

.productBtn:hover {
  color: #fff;
}

.priceBtn {
  width: 175px;
  height: 50px;
  margin: 30px auto !important;
  cursor: pointer;
}

.priceBtn.cbtn2 {
  color: #386ee7;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
}

header .logo {
  display: block;
  width: 120px;
  margin-right: 22px;
}

header .logo .pcLogoWhite {
  display: none;
}

header nav li {
  height: 100%;
}

header nav li a {
  display: block;
  height: 100%;
  padding: 0 17px;
  font-size: 17px;
  height: 100%;
  line-height: 60px;
  position: relative;
}

header nav li a::after {
  content: "";
  width: 0;
  height: 3px;
  background: #4c6aff;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s ease-in-out;
}

header nav li:hover a {
  color: #4c6aff;
}

header nav li:hover a::after {
  width: 34px;
}

header nav li.active a {
  color: #4c6aff;
}

header nav li.active a::after {
  width: 34px;
}

header.fixed {
  background: #fff;
}

footer .footer-contact {
  height: 338px;
  background: url(../images/footer-contact.png) no-repeat top/1920px 100%;
}

footer .footer-contact .left {
  width: 50%;
  box-sizing: border-box;
  padding-top: 37px;
  padding-left: 127px;
}

footer .footer-contact .left .title {
  font-size: 34px;
  font-weight: 500;
  line-height: 48px;
  color: #272e47;
}

footer .footer-contact .left .subTitle {
  font-size: 16px;
  line-height: 24px;
  color: #545a6e;
  padding-bottom: 20px;
}

footer .footer-contact .left ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #272e47;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .footer-contact .left ul li img {
  display: block;
  margin-right: 8px;
}

footer .footer-contact .right {
  width: 50%;
  box-sizing: border-box;
  padding: 45px 0 0 154px;
}

footer .footer-contact .right p {
  margin-bottom: 12px;
}

footer .footer-contact .right .footerForm {
  width: 310px;
  margin: 0 auto;
}

footer .footer-contact .right .inputBox {
  position: relative;
  padding-bottom: 24px;
}

footer .footer-contact .right .inputBox .input-error {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  font-size: 12px;
  color: #fe5b4c;
  display: none;
}

footer .footer-contact .right .inputBox:nth-child(3) {
  padding-bottom: 30px;
}

footer .footer-contact .right input {
  height: 38px;
  border: 1px solid #6f7485;
  width: 100%;
  font-size: 14px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 15px;
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  color: #fff;
  background: none;
}

footer .footer-contact .right input::placeholder {
  color: #6f7485;
}

footer .footer-contact .right input[type="checkbox"] {
  width: 14px;
  height: 14px;
  display: none;
}

footer .footer-contact .right .checkBox {
  background-color: #373b52;
  display: inline-block;
  position: relative;
  border: 1px solid #dcdfe6;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  z-index: 1;
  -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
  transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}

footer .footer-contact .right .checkBox::after {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  content: "";
  border: 1px solid #fff;
  border-left: 0;
  border-top: 0;
  height: 7px;
  left: 4px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(45deg) scaleY(0);
  transform: rotate(45deg) scaleY(0);
  width: 3px;
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;
  -webkit-transform-origin: center;
  transform-origin: center;
}

footer .footer-contact .right .checkBox.active {
  border-color: #4c6aff;
  background: #4c6aff;
}

footer .footer-contact .right .checkBox.active::after {
  transform: rotate(45deg) scaleY(1);
}

footer .footer-contact .right label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: #606266;
}

footer .footer-contact .right label span {
  padding-left: 6px;
}

footer .footer-contact .right label a {
  color: #4c6aff;
}

footer .footer-bot {
  background: #2e3141;
}

footer .footer-bot .page-info {
  padding-top: 76px;
  padding-bottom: 43px;
  border-bottom: 1px solid rgba(225, 227, 232, 0.1);
}

footer .footer-bot .page-info .footer-link .m-bot {
  margin-bottom: 28px;
}

footer .footer-bot .page-info .footer-link .text {
  display: block;
  font-size: 14px;
  color: #9fa2ad;
  line-height: 22px;
}

footer .footer-bot .page-info .footer-link .text:not(:first-child) {
  margin-top: 16px;
}

footer .footer-bot .page-info .footer-link .code {
  display: block;
  width: 97px;
  margin-top: 15px;
}

footer .footer-bot .page-info a:hover {
  color: #4c6aff;
}

footer .footer-bot .other {
  padding-top: 25px;
  padding-bottom: 19px;
  color: #9fa2ad;
  line-height: 22px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
}

footer .footer-bot .other a {
  color: #9fa2ad;
}

.navHeader {
  display: none !important;
}

@media screen and (max-width: 1200px) {
  header,
  footer .footer-contact .right {
    display: none;
  }
  .navHeader {
    display: flex !important;
  }
  .navHeader {
    width: 100%;
    z-index: 99;
  }
  .navHeader .mlogo {
    display: block;
    height: 0.18rem;
    width: 1.33rem;
    margin-top: 0.2rem;
    margin-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  .navHeader .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 16px 18px 17px 0;
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 99;
  }
  .navHeader .mNav {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    top: 0;
    display: none;
  }
  .navHeader .mNav .mNav-mask {
    background: rgba(0, 0, 0, 0.3);
    opacity: 1;
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
  }
  .navHeader .mNav .mNavBox {
    position: absolute;
    width: 100%;
    min-height: 2.54rem;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: top .5s;
    transition: top .5s;
    top: 100%;
  }
  .navHeader .mNav .mNavBox.active {
    -webkit-animation: slide-v .5s;
    animation: slide-v .5s;
    top: 0;
  }
  .navHeader .mNav .mNavBox .close-icon {
    position: absolute;
    top: 0.16rem;
    right: 0.17rem;
  }
  .navHeader .mNav .mNavBox .mNav-logo {
    display: block;
  }
  .navHeader .mNav .mNavBox ul li {
    height: 0.56rem;
    padding: 0 0.2rem;
  }
  .navHeader .mNav .mNavBox ul li a {
    color: var(--text-5, #272e47);
    font-family: PingFang SC;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    border-bottom: 1px solid var(--line-2, #ebedf2);
  }
  .navNeiye {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  footer .footer-contact {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 0.47rem;
    height: auto;
    background: url(../images/mfooter-bg.png) no-repeat;
    background-size: 100%;
  }
  footer .footer-contact .left {
    padding: 0;
    width: 100%;
  }
  footer .footer-contact .left .title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 6px;
    font-weight: 600;
  }
  footer .footer-contact .left .subTitle {
    font-size: 14px;
    color: #747a8c;
  }
  footer .footer-bot .content {
    width: 100%;
  }
  footer .footer-bot .page-info {
    padding: 0.4rem 0;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    align-items: center;
  }
  footer .footer-bot .page-info a {
    display: none;
  }
  footer .footer-bot .page-info .footer-link:nth-last-child(2) {
    display: none;
  }
  footer .footer-bot .page-info .footer-link {
    margin-bottom: 20px;
  }
  footer .footer-bot .page-info .footer-link .m-bot {
    margin-bottom: 0;
    text-align: center;
  }
  footer .footer-bot .page-info .footer-link .code {
    width: 140px;
  }
}

@keyframes slide-v {
  from {
    top: -100%;
  }
  to {
    top: 0;
  }
}
