.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 body body * {
  max-width: 100vw;
}

.layout .box {
  width: 400px;
  height: 341px;
  background: #ffffff;
  border-radius: 10px;
  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: 400px;
  height: 341px;
  padding: 40px 50px;
  box-sizing: border-box;
}

.layout .box .reg .t {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.layout .box .reg .t .close {
  display: inline-block;
  font-size: 26px;
  color: #CCCCCC;
}

.layout .box .reg .c {
  width: 100%;
  margin: 0 auto;
}

.layout .box .reg .c .title {
  font-size: 18px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
  text-align: center;
  margin-bottom: 20px;
}

.layout .box .reg .c .form .item {
  margin-bottom: 16px;
}

.layout .box .reg .c .form .item label {
  font-size: 14px;
  color: #333333;
  line-height: 36px;
  font-weight: 400;
  text-align: right;
  width: 56px;
  display: inline-block;
}

.layout .box .reg .c .form .item input {
  width: 220px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  margin-left: 8px;
  text-indent: 10px;
}

.layout .box .reg .c .form .item.verify-code {
  margin-bottom: 10px;
}

.layout .box .reg .c .form .item.verify-code input {
  width: 130px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #eeeeee;
  margin-left: 8px;
  text-indent: 10px;
  margin-right: 4px;
}

.layout .box .reg .c .form .item.verify-code .sendCode {
  width: 80px;
  height: 36px;
  border-radius: 2px;
  border: 1px solid #CF3F61;
  font-size: 12px;
  font-weight: 400;
  color: #CF3F61;
  line-height: 36px;
  display: inline-block;
  text-align: center;
}

.layout .box .reg .c .submit {
  width: 300px;
  height: 36px;
  background: #CF3F61;
  border-radius: 2px;
  color: #fff;
  margin-top: 40px;
  display: inline-block;
}

.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: 400px;
  height: 341px;
  background: #ffffff;
  border-radius: 10px;
  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: 10px;
  top: 10px;
  cursor: pointer;
}

.model .box .circle .close {
  display: inline-block;
  font-size: 26px;
  color: #CCCCCC;
}

.model .box .success-apply {
  padding: 40px 116px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}

.model .box .success-apply .img {
  width: 160px;
  height: 145px;
  margin: 0 auto;
  background-image: url(../imgs/homePage/success_apply@3x.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: -9px;
}

.model .box .success-apply .text {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  line-height: 25px;
}

.model .box .success-apply .tip {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 20px;
  margin-top: 10px;
}

.model .box .success-apply .button {
  width: 100px;
  height: 36px;
  background: #CF3F61;
  border-radius: 2px;
  margin: 30px auto;
  line-height: 36px;
  color: #fff;
}

.header {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
}

.header.change {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.header.change .top {
  height: 60px;
  width: 100%;
}

.header.change .top .header-left .logo {
  width: 114px;
}

.header.change .top .header-left .logo h1 {
  position: absolute;
  left: -1200px;
}

.header.change .top .header-left .logo .img {
  width: 114px;
  height: 60px;
  background-image: url("../imgs/homePage/logo_primary.png");
  background-size: contain;
}

.header.change .top .header-right {
  position: relative;
}

.header.change .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}

.header.change .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #333;
  position: relative;
}

.header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on {
  color: #CF3F61;
}

.header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #CF3F61;
}

.header.change .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #CF3F61;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header.change .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}

.header.change .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice {
  position: absolute;
  top: 61px;
  transition: 1s all 0.1s;
  left: -36%;
  opacity: 0;
  width: 120px;
  background: transparent;
  z-index: 1;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover {
  position: relative;
  display: none;
  top: 9px;
  left: 0;
  text-align: center;
  box-shadow: 0 1px 1px #f2f2f2;
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  line-height: 2.6;
  padding: 18px;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 60px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .icon {
  width: 34px;
  height: 34px;
  margin-right: 18px;
  background-size: 34px;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .marketing-sales {
  background: url("../imgs/homePage/marketing_1.png") no-repeat;
  background-size: contain;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .management-finance {
  background: url("../imgs/homePage/management_1.png") no-repeat;
  background-size: contain;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
  background: url("../imgs/homePage/referral_1.png") no-repeat;
  background-size: contain;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .detail {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f7fbff;
}

.header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #CF3F61;
}

.header.change .top .header-right .login-box {
  margin-top: 15px;
}

.header.change .top .header-right .login-box .free-trial,
.header.change .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

.header.change .top .header-right .login-box .free-trial {
  background-color: #CF3F61;
  color: #fff;
  margin-right: 10px;
}

.header.change .top .header-right .login-box .login {
  background-color: #fff;
  color: #CF3F61;
  border: 1px solid #CF3F61;
  box-sizing: border-box;
}

.header.change .top .header-right .login-box span {
  display: inline-block;
}

.header .top {
  height: 60px;
  width: 100%;
}

.header .top .header-left .logo {
  width: 114px;
}

.header .top .header-left .logo h1 {
  position: absolute;
  left: -1200px;
}

.header .top .header-left .logo .img {
  width: 114px;
  height: 60px;
  background-image: url("../imgs/homePage/logo_primary.png");
  /* background-image: url("../imgs/homePage/logo_trans.png"); */
  background-size: contain;
}

.header .top .header-right {
  position: relative;
}

.header .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}

.header .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #333;
  position: relative;
}

.header .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #CF3F61;
}

.header .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background: #cf3f61;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.header .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}

.header .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}

.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}

.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}

.header .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice {
  position: absolute;
  top: 61px;
  transition: 1s all 0.1s;
  left: -36%;
  opacity: 0;
  width: 120px;
  background: transparent;
  z-index: 1;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover {
  position: relative;
  display: none;
  top: 9px;
  left: 0;
  text-align: center;
  box-shadow: 0 1px 1px #f2f2f2;
  border-radius: 4px;
  width: 300px;
  font-size: 16px;
  line-height: 2.6;
  padding: 18px;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 60px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .icon {
  width: 34px;
  height: 34px;
  margin-right: 18px;
  background-size: 34px;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .marketing-sales {
  background: url("../imgs/homePage/marketing_1.png") no-repeat;
  background-size: contain;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
  background: url("../imgs/homePage/referral_1.png") no-repeat;
  background-size: contain;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .management-finance {
  background: url("../imgs/homePage/management_1.png") no-repeat;
  background-size: contain;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .text .detail {
  font-size: 12px;
  color: #666;
  line-height: 17px;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f7fbff;
}

.header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #CF3F61;
}

.header .top .header-right .login-box {
  margin-top: 13px;
}

.header .top .header-right .login-box .free-trial,
.header .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}

.header .top .header-right .login-box .free-trial {
  background-color: #cf3f61;
  color: #fff;
  margin-right: 10px;
}

.header .top .header-right .login-box .login {
  color: #CF3F61;
  border: 1px solid #CF3F61;
  box-sizing: border-box;
}

.header .top .header-right .login-box span {
  display: inline-block;
}

.header.help-head .top {
  background-color: #fff;
}

.header.help-head .top .header-left .logo .img {
  width: 114px;
  height: 60px;
  background-image: url("../imgs/homePage/logo_primary.png");
  background-size: contain;
}

.header.help-head .top .title {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
  line-height: 60px;
  margin-left: 30px;
}

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:nth-child(2) {
  margin-left: -10px;
}

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: 220px;
  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%;
  margin-top: 20px;
}

footer .footer-middle ul li {
  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 span:hover {
  color: #CF3F61;
}

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: 80px;
  height: 80px;
}

footer .footer-middle ul li .img.img1 {
  background-image: url("../imgs/homePage/wechat-service-2.jpg");
  background-size: contain;
}

footer .footer-middle ul li .img.img2 {
  background-image: url("../imgs/homePage/wechat-ydk.png");
  background-size: contain;
}

footer .footer-middle ul> :nth-child(4) span:hover {
  color: #a2a6b2;
}

footer .footer-bottom {
  width: 100%;
  /*height: 57px;*/
}

footer .footer-bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #a2a6b2;
  display: flex;
  justify-content: center;
  line-height: 40px;
}

.sp_box {
  background: #cf3f61;
  display: block;
  overflow: visible;
  position: fixed;
  height: 50px;
  bottom: 330px;
  width: 155px;
  right: 0px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 9999;
}

.service_online {
  /* height: 100%;
  width: 100%;
  background: url(../imgs/homePage/kefu.png) no-repeat 50% 20%;
  background-size: 65%; */
  height: 50px;
  line-height: 50px;
  margin-left: 5px;
  width: 40px;
  background: url(../imgs/homePage/kefu.png) no-repeat 50% 50%;
  background-size: 100%;
}

.service_online .title {
  /* color: #fff;
  position: absolute;
  bottom: 8px;
  left: 12px;
  font-size: 12px; */
  display: block;
  position: absolute;
  width: 105px;
  height: 35px;
  right: 0;
  top: 0;
  line-height: 35px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #fff;
  z-index: 9999;
  text-align: left;
}

.service_online .phone_number {
  /* display: block;
  position: absolute;
  background: rgb(255, 255, 255);
  width: 140px;
  height: 58px;
  left: -146px;
  font-weight: bold;
  text-align: center;
  line-height: 60px;
  letter-spacing: 2px;
  color: #cf3f61;
  border-radius: 5px;
  border: 1px solid #cf3f61;
  z-index: 9999; */
  display: block;
  position: absolute;
  height: 20px;
  line-height: 20px;
  right: 0;
  top: 25px;
  width: 105px;
  font-weight: bold;
  font-size: 13px;
  text-align: left;
  letter-spacing: 1px;
  color: #fff;
  z-index: 9999;
}

/* 
.service_online {
  background: #cf3f61;
  display: block;
  overflow: visible;
  position: fixed;
  height: 120px;
  bottom: 200px;
  width: 56px;
  right: 0px;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  z-index: 9999;
}

.service_online .title {
  writing-mode: tb-rl;
  line-height: 56px;
  font-size: 16px;
  color: #fff;
  margin-top: 18px;
  text-align: justify;
  letter-spacing: 6px;
} */

.module-model {
  width: 100%;
  background: linear-gradient(313deg, #ca506c 0%, #CF3F61 74%, #e95b7c 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;
  cursor: pointer;
}

.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;
}

header {
  position: relative;
}

.tips {
  color: red;
  text-align: center;
  position: absolute;
  bottom: 80px;
  left: 0;
  width: 100%;
}

.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover.aboutus_list li .title {
  color: #333333;
  font-size: 14px;
  line-height: 20px;
}

.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover.aboutus_list li {
  border: none;
  height: auto;
  text-align: left;
  padding: 6px 10px;
  box-sizing: border-box;
}

.site .header .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover.aboutus_list {
  padding: 10px 18px;
}

.active {
  color: #cf3f61
}