.layout {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}
.layout.active {
  display: block;
}
.layout .box {
  width: 3.35rem;
  height: 3.41rem;
  background: #ffffff;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.layout .box .reg {
  width: 3.35rem;
  height: 3.41rem;
  padding: 0.26rem 0.2rem 0.36rem 0.2rem;
  box-sizing: border-box;
}
.layout .box .reg .t {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
}
.layout .box .reg .t .close {
  display: inline-block;
  font-size: 0.14rem;
  color: #a4a5a9;
}
.layout .box .reg .c {
  width: 100%;
  margin: 0 auto;
}
.layout .box .reg .c .title {
  font-size: 0.18rem;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 0.25rem;
  text-align: center;
  margin-bottom: 0.34rem;
}
.layout .box .reg .c .form .item {
  margin-bottom: 0.16rem;
  display: flex;
}
.layout .box .reg .c .form .item label {
  font-size: 0.14rem;
  color: #333333;
  line-height: 0.36rem;
  font-weight: 400;
  text-align: right;
  min-width: 0.56rem;
  display: inline-block;
}
.layout .box .reg .c .form .item input {
  width: 2.26rem;
  height: 0.36rem;
  border-radius: 0.02rem;
  border: 0.01rem solid #eeeeee;
  margin-left: 0.04rem;
  text-indent: 0.1rem;
  outline: none;
  /* 去除ios上边框阴影*/
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item.verify-code {
  margin-bottom: 0;
}
.layout .box .reg .c .form .item.verify-code input {
  width: 1.38rem;
  height: 0.36rem;
  border-radius: 0.02rem;
  border: 0.01rem solid #eeeeee;
  margin-left: 0.04rem;
  text-indent: 0.1rem;
  margin-right: 0.05rem;
  /* 去除ios上边框阴影*/
  appearance: button;
  -moz-appearance: button;
  -webkit-appearance: button;
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item.verify-code input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item.verify-code input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item.verify-code input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 0.14rem;
}
.layout .box .reg .c .form .item.verify-code input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: 0.14rem;
}
.xm-slide-hidden {
  display: none;
}
.layout .box .reg .c .form .item.verify-code .sendCode {
  width: 0.76rem;
  height: 0.36rem;
  border-radius: 0.02rem;
  border: 1px solid #ff8534;
  font-size: 0.12rem;
  font-weight: 400;
  color: #ff8534;
  line-height: 0.36rem;
  display: inline-block;
  text-align: center;
}
.layout .box .reg .c .submit {
  width: 2.95rem;
  height: 0.36rem;
  background: #ff8534;
  border-radius: 0.02rem;
  color: #fff;
  margin-top: 0.36rem;
  display: inline-block;
  outline: none;
  border: none;
  font-size: 0.16rem;
}
.layout .box .reg .c .submit.active {
  display: block;
}
.model {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  display: none;
}
.model.active {
  display: block;
}
.model .box {
  width: 3.35rem;
  height: 3.41rem;
  background: #ffffff;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.model .box .circle {
  position: absolute;
  right: 0;
  top: -56px;
  width: 0.2rem;
  height: 0.2rem;
}
.model .box .circle .close {
  display: inline-block;
  font-size: 26px;
  color: #fff;
}
.model .box .success-apply {
  padding: 0.47rem 0.8rem 0;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.model .box .success-apply .img {
  width: 1.5rem;
  height: 1.4rem;
  margin: 0 auto;
  background-image: url("../../imgs/homePage/success_apply@3x.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.model .box .success-apply .text {
  font-size: 0.18rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.25rem;
}
.model .box .success-apply .tip {
  font-size: 0.14rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.2rem;
  margin-top: 0.04rem;
}
.model .box .success-apply .button {
  width: 1rem;
  height: 0.44rem;
  background: #ff8534;
  border-radius: 0.02rem;
  margin: 0.27rem auto;
  line-height: 0.44rem;
  color: #fff;
}
header {
  position: fixed;
  top: 0;
  background: #fff;
  z-index: 1000;
  width: 100%;
  height: 0.41rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
}
header a {
  display: inline-block;
}
header a .logo {
  margin-left: 0.2rem;
  height: 0.24rem;
}
header .switch {
  color: #ff8534;
  font-weight: bold;
  font-size: 0.2rem;
  margin-right: 0.16rem;
}
footer {
  background-color: #30343e;
  position: relative;
}
footer .footer-top {
  width: 100%;
  height: 63px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  position: relative;
  align-items: center;
}
footer .footer-top .item:first-child {
  margin-left: 42px;
}
footer .footer-top .item .icon {
  width: 30px;
  height: 30px;
  margin-right: 9px;
  display: inline-block;
}
footer .footer-top .item .icon.icon1 {
  background-image: url("../imgs/homePage/Mask_footer_2@3x.png");
  background-size: contain;
}
footer .footer-top .item .icon.icon2 {
  background-image: url("../imgs/homePage/Mask_footer_3@3x.png");
  background-size: contain;
}
footer .footer-top .item .icon.icon3 {
  background-image: url("../imgs/homePage/Mask_footer_1@3x.png");
  background-size: contain;
}
footer .footer-top .item .text {
  line-height: 30px;
  font-size: 16px;
}
footer .footer-middle {
  height: 335px;
  width: 100%;
  border-top: 2px solid #434753;
  border-bottom: 2px solid #434753;
}
footer .footer-middle ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100%;
}
footer .footer-middle ul li:first-child {
  margin-left: -27px;
}
footer .footer-middle ul li:last-child {
  margin-left: -40px;
}
footer .footer-middle ul li a {
  display: block;
}
footer .footer-middle ul li span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #a2a6b2;
  line-height: 24px;
}
footer .footer-middle ul li p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 18px;
}
footer .footer-middle ul li .img {
  width: 100px;
  height: 100px;
}
footer .footer-middle ul li .img.img1 {
  background-image: url("../imgs/homePage/xmb.png");
  background-size: contain;
}
footer .footer-middle ul li .img.img2 {
  background-image: url("../imgs/homePage/xmx.png");
  background-size: contain;
}
footer .footer-bottom {
  width: 100%;
  height: 57px;
}
footer .footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #a2a6b2;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 57px;
}
.zhiCustomBtn {
  width: 170px;
  height: 60px;
  position: fixed;
  right: 0;
  bottom: 50px;
  background: linear-gradient(314deg, #ffb82f 0%, #fd994d 100%);
  box-shadow: 0px 3px 10px 0px rgba(255, 144, 50, 0.2);
  border-radius: 2px 0px 0px 2px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.zhiCustomBtn .consult-img {
  width: 39px;
  height: 39px;
  background-image: url("../imgs/homePage/Consult@3x.png");
  background-size: contain;
}
.zhiCustomBtn .content {
  margin-right: 10px;
}
.zhiCustomBtn .content .title {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
}
.zhiCustomBtn .content .detail {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 20px;
}
.module-model {
  width: 100%;
  background: linear-gradient(313deg, #ffbc6f 0%, #ffa255 74%, #ff994b 100%);
}
.module-model .big-img {
  position: relative;
  width: 100%;
  height: 240px;
}
.module-model .big-img .wrap {
  border: 1px solid transparent;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
}
.module-model .big-img .wrap .module-img .btn-wrap {
  display: inline-block;
  width: 100%;
  color: #fff;
}
.module-model .big-img .wrap .module-img .btn-wrap .btn-click {
  width: 160px;
  height: 34px;
  border: 1px solid #fff;
  border-radius: 2px;
  text-align: center;
  margin: 0 auto;
  line-height: 34px;
  margin-bottom: 80px;
}
.module-model .big-img .wrap .module-img .btn-wrap .btn-click:hover {
  opacity: 0.7;
}
.module-model .big-img .wrap .text {
  margin: 0 auto;
  font-size: 34px;
  line-height: 34px;
  margin-bottom: 20px;
  text-align: center;
  color: #fff;
  margin-top: 80px;
}
.nav {
  display: none;
  position: fixed;
  right: 0;
  top: 0.41rem;
  bottom: 0;
  left: 0%;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10000;
}
.nav .nav-bar-title {
  right: -2.7rem;
}
@keyframes rightmove {
  from {
    right: 0rem;
  }
  to {
    right: -2.7rem;
  }
}
.nav.active {
  background-color: rgba(0, 0, 0, 0.4);
  display: block;
}
.nav.active .nav-bar-title {
  right: 0rem;
}
@keyframes leftmove {
  from {
    right: -2.7rem;
  }
  to {
    right: 0;
  }
}
.nav li {
  text-decoration: none;
  list-style: none;
}
.nav .nav-bar-title {
  width: 2.2rem;
  height: 100%;
  top: 0.41rem;
  position: fixed;
  padding: 0.12rem 0.16rem 0.16rem 0.19rem;
  z-index: 10001;
  background-color: #fff;
  opacity: 1;
  transition: 1s all;
}
.nav .nav-bar-title .rotateUp {
  animation: rotateUp 0.2s linear;
  transform: rotate(0deg);
}
.nav .nav-bar-title .rotateDown {
  animation: rotateDown 0.2s linear;
  transform: rotate(180deg);
}
@keyframes rotateUp {
  from {
    transform: rotate(180deg);
  }
  to {
    transform: rotate(0deg);
  }
}
@keyframes rotateDown {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}
.nav .nav-bar-title > :nth-child(3) {
  position: absolute;
  top: 1rem;
}
@keyframes topMove1 {
  from {
    top: 2.3rem;
  }
  to {
    top: 1rem;
  }
}
.nav .nav-bar-title > :nth-child(3).active {
  top: 2.3rem;
  animation: topMove2 0.2s linear;
}
@keyframes topMove2 {
  from {
    top: 1rem;
  }
  to {
    top: 2.3rem;
  }
}
.nav .nav-bar-title > :nth-child(4) {
  position: absolute;
  top: 1.44rem;
}
@keyframes topMove3 {
  from {
    top: 2.74rem;
  }
  to {
    top: 1.44rem;
  }
}
.nav .nav-bar-title > :nth-child(4).active {
  top: 2.74rem;
  animation: topMove4 0.2s linear;
}
@keyframes topMove4 {
  from {
    top: 1.44rem;
  }
  to {
    top: 2.74rem;
  }
}
.nav .nav-bar-title > :nth-child(5) {
  position: absolute;
  top: 1.88rem;
}
@keyframes topMove1 {
  from {
    top: 3.18rem;
  }
  to {
    top: 1.88rem;
  }
}
.nav .nav-bar-title > :nth-child(5).active {
  top: 3.18rem;
  animation: topMove2 0.2s linear;
}
@keyframes topMove2 {
  from {
    top: 1.88rem;
  }
  to {
    top: 3.18rem;
  }
}
.nav .nav-bar-title > :nth-child(5).join-active {
  top: 2.78rem;
  animation: joinMove 0.2s linear;
}
@keyframes joinMove {
  from {
    top: 1.88rem;
  }
  to {
    top: 2.78rem;
  }
}
.nav .nav-bar-title a {
  text-decoration: none;
  color: inherit;
  display: block;
}
.nav .nav-bar-title #prod-wrap a {
  display: inline-block;
}
.nav .nav-bar-title #join-wrap a {
  display: inline-block;
}
.nav .nav-bar-title li {
  font-size: 0.14rem;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #333333;
  line-height: 0.2rem;
  margin-bottom: 0.24rem;
}
.nav .nav-bar-title li span {
  display: none;
  float: right;
  margin-right: 0.08rem;
}
.nav .nav-bar-title li span.on {
  display: block;
}
.nav .nav-bar-title li.on {
  color: #ff8534;
}
.nav .nav-bar-title li .module-choice-hover {
  display: none;
  padding-left: 0.47rem;
}
@keyframes fadeOut {
  from {
    opacity: 1;
    padding-left: 0.47rem;
  }
  to {
    opacity: 0;
    padding-left: 1rem;
  }
}
.nav .nav-bar-title li .module-choice-hover li:first-child {
  margin-top: 0.24rem;
}
.nav .nav-bar-title li .module-choice-hover li:hover {
  color: #ff8534;
}
.nav .nav-bar-title li .module-choice-hover.active {
  display: block;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    padding-left: 1rem;
  }
  to {
    opacity: 1;
    padding-left: 0.47rem;
  }
}
.switch {
  position: absolute;
  right: 0.05rem;
  width: 0.21rem;
  height: 0.2rem;
  padding: 0px;
  top: 50%;
  transform: scale(0.8);
  transform-origin: 50% 50%;
  margin-top: -0.1rem;
}
.switch .a {
  width: 21px;
  height: 2px;
  background: #ff8534;
  margin-bottom: 7px;
  transition: .5s all;
  opacity: 1;
  transform: rotate(0deg);
  transform-origin: 0% 0%;
  position: relative;
}
.switch .a3 {
  margin-bottom: 0px;
}
.switch.active .a1 {
  transform: rotateZ(45deg) scaleX(1.25) translate(5px, 1px);
}
.switch.active .a2 {
  opacity: 0;
}
.switch.active .a3 {
  transform: rotateZ(-45deg) scaleX(1.25) translate(-2px, 5px);
}
.control-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 0.46rem;
  background: #fff;
  z-index: 1000;
}
.control-button a {
  line-height: 0.46rem;
  font-size: 0.16rem;
  color: #333;
  text-align: center;
  height: 0.46rem;
  display: inline-block;
  text-decoration: none;
}
.control-button .communication {
  border-top: 1px solid #eee;
  width: 50%;
  box-sizing: border-box;
  float: left;
}
.control-button .try {
  width: 50%;
  background: linear-gradient(-90deg, #FF8534 0%, #FFAB1A 100%);
  color: #fff;
  float: right;
}
a,
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
em {
  font-style: normal;
}
em span {
  outline: none;
}
.tips {
  color: red;
  text-align: center;
  position: absolute;
  bottom: 24%;
  left: 0;
  width: 100%;
  font-size: 0.14rem;
}
.scroll {
  height: 100vh;
  overflow: auto;
}


/* #popularize{
  display: none
} */