.form {
  position: static;
}
.form input {
  display: inline-block;
  color: black;
}
.form input::-webkit-input-placeholder {
  color: #666;
}
.form input::-moz-input-placeholder {
  color: #666;
}
.form input::-ms-input-placeholder {
  color: #666;
}
.popularize-box {
  font-family: 'Microsoft YaHei';
  position: relative;
}
.popularize-box .top-2 {
  position: relative;
  top: -2px;
}
.popularize-box .site .header {
  z-index: 10;
  position: absolute;
  top: 0;
  width: 100%;
  line-height: normal;
  background: none;
  height: 65px;
}
.popularize-box .site .header.change {
  background-color: #fff;
  position: fixed;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.popularize-box .site .header.change .top {
  height: 60px;
  width: 100%;
}
.popularize-box .site .header.change .top .header-left .logo {
  width: 170px;
}
.popularize-box .site .header.change .top .header-left .logo h1 {
  position: absolute;
  left: -1000px;
}
.popularize-box .site .header.change .top .header-left .logo .img {
  width: 170px;
  height: 50px;
  margin-top: 10px;
  background-image: url("../images/logo-primary@3x.png");
  background-size: contain;
}
.popularize-box .site .header.change .top .header-right {
  position: relative;
}
.popularize-box .site .header.change .top .header-right .nav {
  line-height: 60px;
  font-size: 14px;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li {
  cursor: pointer;
  float: left;
  margin: 0 24px;
  color: #333;
  position: relative;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on {
  color: #2041c2;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li.on::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2041c2;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #2041c2;
  -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;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title .nav-bar-li:hover::after {
  transform: scaleX(1);
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice {
  position: relative;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice {
  opacity: 1;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .triangle-up {
  display: block;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice:hover .module-choice .module-choice-hover {
  display: block;
}
.popularize-box .site .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;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .triangle-up {
  position: relative;
  top: 10px;
  left: 42%;
  display: none;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-father {
  position: relative;
  top: -9px;
  width: 300px;
}
.popularize-box .site .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;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li {
  border: none;
  height: 50px;
  text-align: left;
  padding: 6px 10px;
  box-sizing: border-box;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a {
  color: #595959;
  display: block;
}
.popularize-box .site .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;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .enroll-market {
  background: url("../images/erollment@3x.png") no-repeat;
  background-size: contain;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .manage-data {
  background: url("../images/management@3x.png") no-repeat;
  background-size: contain;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li a .renewal-referral {
  background: url("../images/renewal@3x.png") no-repeat;
  background-size: contain;
}
.popularize-box .site .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;
}
.popularize-box .site .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;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover {
  background: #f4f6f9;
}
.popularize-box .site .header.change .top .header-right .nav .nav-bar-title #show-choice .module-choice .module-choice-hover li:hover a {
  color: #2041c2;
}
.popularize-box .site .header.change .top .header-right .login-box {
  margin-top: 13px;
}
.popularize-box .site .header.change .top .header-right .login-box .free-trial,
.popularize-box .site .header.change .top .header-right .login-box .login {
  width: 100px;
  height: 34px;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
}
.popularize-box .site .header.change .top .header-right .login-box .free-trial {
  background-color: #2041c2;
  color: #fff;
  margin-right: 10px;
}
.popularize-box .site .header.change .top .header-right .login-box .login {
  background-color: #fff;
  color: #2041c2;
  border: 1px solid #2041c2;
  box-sizing: border-box;
}
.popularize-box .site .header.change .top .header-right .login-box a {
  display: inline-block;
}
.popularize-box .site .header.change .top .header-right .login-box span {
  display: inline-block;
}
.popularize-box .banner {
  background: url(../images/01@2x.png) no-repeat;
  width: 100%;
  height: 606px;
  /*background-size: auto 100%;*/
  overflow: hidden;
  text-align: center;
}
.popularize-box .banner .text {
  font-size: 0.8rem;
  font-family: 'Microsoft YaHei';
  color: white;
  font-weight: 600;
  text-align: center;
  margin-top: 1.5rem;
}
.popularize-box .banner .text .subTitle {
  font-size: 0.475rem;
  font-family: 'Microsoft YaHei';
  font-weight: 400;
  opacity: 0.8;
}
.popularize-box .banner .text .button {
  margin-top: 0.6rem;
  font-family: 'Microsoft YaHei';
  display: inline-block;
  width: 2.76rem;
  height: 0.8rem;
  background: white;
  color: #FE913B;
  font-size: 0.4rem;
  border-radius: 0.4rem;
  line-height: 0.8rem;
  font-weight: 400;
  transition: 0.2s;
}
.popularize-box .banner .text .button:hover {
  box-shadow: 0px 8px 16px 0px rgba(202, 99, 5, 0.41);
}
.popularize-box .zhiCustomBtn1 {
  position: fixed;
  right: 0;
  top: 37vw;
}
.popularize-box .zhiCustomBtn1 {
  position: fixed;
  right: 0;
  top: 37vw;
  width: 1.8rem;
  height: 0.8rem;
  z-index: 100;
}
.popularize-box .zhiCustomBtn1:hover {
  right: 0;
  top: 37vw;
  z-index: 100;
}
.popularize-box .zhiCustomBtn1 img {
  width: 100%;
  height: 100%;
}
.popularize-box .consult {
  width: 1.7rem;
  position: fixed;
  top: 37vw;
  right: 0;
}
.popularize-box .tab .tab-margin {
  padding-top: 0.9rem;
}
.popularize-box .tab .title {
  font-size: 0.38rem;
  text-align: center;
  font-family: 'Microsoft YaHei';
  font-weight: 500;
  color: #333333;
  line-height: 68px;
  margin-bottom: 0.5rem;
}
.popularize-box .tab .tab-1 {
  background: none;
}
.popularize-box .tab .tab-1 ul {
  display: flex;
  justify-content: space-between;
  padding: 0 2rem;
  box-sizing: border-box;
  width: 90%;
  margin: 0 auto;
}
.popularize-box .tab .tab-1 ul li {
  flex: 1;
  font-size: 20px;
  border-radius: 4px;
  padding: 0 0.2rem;
}
.popularize-box .tab .tab-1 ul li > div {
  transition: .3s;
}
.popularize-box .tab .tab-1 ul li:hover > div {
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}
.popularize-box .tab .tab-1 ul li img {
  width: 100%;
}
.popularize-box .tab .tab-1 ul li div {
  padding: 0.25rem 0;
}
.popularize-box .tab .tab-1 ul li div p {
  text-align: center;
  font-size: 0.25rem;
  color: #333333;
}
.popularize-box .tab .tab-2 {
  background: none;

}
.popularize-box .tab .tab-2 ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  width: 70%;
  margin: 0 auto;

}
.popularize-box .tab .tab-2 ul > li {
  flex: 1;
  margin-top: -50px;
  height: 5rem;
  text-align: center;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.popularize-box .tab .tab-2 ul > li img {
  transition: 0.3s;
}
.popularize-box .tab .tab-2 ul > li:hover img {
  transform: scale(1.1, 1.1);
}
.popularize-box .tab .tab-2 ul > li img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.popularize-box .tab .tab-2 ul > li > p:nth-of-type(1) {
  font-size: 0.36rem;
  font-family: Microsoft YaHei;
  font-weight: 600;
  margin-bottom: 0.1rem;
}
.popularize-box .tab .tab-2 ul > li > p:nth-of-type(2) {
  font-size: 0.36rem;
}
.popularize-box .tab .tab-3 {
  background: none;
  width: 70%;
  margin: 0 auto;

}
.popularize-box .tab .tab-3 ul {
  display: flex;
}
.popularize-box .tab .tab-3 ul > li {
  flex: 1;
  height: 4.5rem;
  display: flex;
  justify-content: center;
  padding-top: 1.54rem;
  box-sizing: border-box;
  color: white;
  font-size: 0.25rem;
  position: relative;
  overflow: hidden;
}

.popularize-box .tab .tab-3 ul > li .tab3-background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffaa1b 0%, #ff8634 100%);
  opacity: 0;
  transition: .3s;
}
.popularize-box .tab .tab-3 ul > li > div.tab3-fontsie {
  text-align: center;
  z-index: 1;
}
.popularize-box .tab .tab-3 ul > li > div.tab3-fontsie p {
  font-size: 0.5rem;
  line-height: 0.8rem;
  font-weight: 800;
  margin-bottom: 0.3rem;
}
.popularize-box .tab .tab-3 ul > li > div.tab3-fontsie .describe {
  line-height: 0.42rem;
}
.popularize-box .tab .tab-3 ul li:nth-of-type(1) {
  background: url('../images/04-1@2x.png') no-repeat;
  background-size: cover;
}
.popularize-box .tab .tab-3 ul li:nth-of-type(2) {
  background: url('../images/04-2@2x.png') no-repeat;
  background-size: cover;
}
.popularize-box .tab .tab-3 ul li:nth-of-type(3) {
  background: url('../images/04-3@2x.png') no-repeat;
  background-size: cover;
}
.popularize-box .tab .tab-3 ul li:nth-of-type(4) {
  background: url('../images/04-4@2x.png') no-repeat;
  background-size: cover;
}
.popularize-box .tab .tab-3 ul li:nth-of-type(5) {
  background: url('../images/04-5@2x.png') no-repeat;
  background-size: cover;
}
.popularize-box .tab .tab-4 {
  background: #f9f9f9;
}
.popularize-box .tab .tab-4 ul {

  display: flex;
  flex-wrap: wrap;
  padding: 1.05rem 1.8rem;
  background: url(../images/05-bj@2x.png) no-repeat;
  background-size: auto 100%;
}
.popularize-box .tab .tab-4 ul li {
  width: 25%;
  height: 3.86rem;
  padding: 0.65rem 1rem;
  box-sizing: border-box;
  background: #fff;
}
.popularize-box .tab .tab-4 ul li:hover {
  padding: 0 0.31rem;
  box-sizing: border-box;
  display: flex;
  background: #f9f9f9;
  align-items: center;
}
.popularize-box .tab .tab-4 ul li:hover .show-way {
  display: none;
}
.popularize-box .tab .tab-4 ul li:hover .introduce {
  display: block;
  width: 100%;
}
.popularize-box .tab .tab-4 ul li .show-way {
  text-align: center;
}
.popularize-box .tab .tab-4 ul li .show-way img {
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 0.1rem;
}
.popularize-box .tab .tab-4 ul li .show-way span {
  color: #333333;
  font-size: 0.34rem;
}
.popularize-box .tab .tab-4 ul li .introduce {
  display: none;
}
.popularize-box .tab .tab-4 ul li .introduce h4 {
  text-align: center;
  color: #333333;
  font-size: 0.36rem;
  font-weight: 300;
  margin-bottom: 0.3rem;
}
.popularize-box .tab .tab-4 ul li .introduce > p,
.popularize-box .tab .tab-4 ul li .introduce > div {
  font-size: 0.2rem;
  color: #333;
}
.popularize-box .tab .tab-5 {
  padding-bottom: 1.6rem;

}
.popularize-box .tab .tab-5 ul {
  display: flex;
   width: 70%;
  padding: 0 1.94rem;
  margin: 0 auto;
}
.popularize-box .tab .tab-5 ul li {
  flex: 1;
  text-align: center;
}
.popularize-box .tab .tab-5 ul li img {
  width: 1.9rem;
  height: 1.9rem;
  margin-bottom: 0.29rem;
}
.popularize-box .tab .tab-5 ul li p {
  font-size: 0.2rem;
  color: #666;
  line-height: 0.5rem;
}
.popularize-box .tab .tab-5 ul li p.supplement {
  color: #999999;
  font-size: 0.22rem;
}
.popularize-box .tab .tab-6 .step-pic {
  width: 100vw;
  height: 8.62rem;
  background: url(../images/07-bj@2x.png) no-repeat;
  background-size: auto 100%;
  color: white;
  overflow: hidden;
  padding: 0 2.75rem;
  box-sizing: border-box;
  text-align: center;
}
.popularize-box .tab .tab-6 .step-pic h4 {
  font-size: 0.7rem;
  text-align: center;
  margin-top: 1.2rem;
  margin-bottom: 0.8rem;
}
.popularize-box .tab .tab-6 .step-pic ul {
  display: flex;
}
.popularize-box .tab .tab-6 .step-pic ul .step {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.popularize-box .tab .tab-6 .step-pic ul .step img {
  width: 2rem;
  height: 2rem;
  margin-bottom: 0.36rem;
}
.popularize-box .tab .tab-6 .step-pic ul .step span {
  font-size: 0.36rem;
}
.popularize-box .tab .tab-6 .step-pic ul .direct {
  width: 1.9rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popularize-box .tab .tab-6 .step-pic ul .direct img {
  width: 0.62rem;
}
.popularize-box .tab .tab-6 .step-pic .button {
  margin-top: 0.8rem;
  font-family: 'Microsoft YaHei';
  display: inline-block;
  text-align: center;
  width: 4rem;
  height: 0.9rem;
  background: #2041c2;
  color: #fff;
  font-size: 0.4rem;
  border-radius: 0.45rem;
  line-height: 0.9rem;
  font-weight: 400;
}
.popularize-box .tab .tab-6 .step-pic .button:hover {
  background: #fc9c6b;
}
.popularize-box .tab .tab-6 .footer {
  background: url('../images/footer-bj@2x.png') no-repeat;
  background-size: auto 100%;
  width: 100vw;
  height: 4.3rem;
  display: flex;
  padding: 1.2rem 1rem 1.2rem 3.6rem;
  box-sizing: border-box;
}
.popularize-box .tab .tab-6 .footer .contact {
  color: white;
  box-sizing: border-box;
  font-size: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.popularize-box .tab .tab-6 .footer .contact p {
  line-height: 0.7rem;
}
.popularize-box .tab .tab-6 .footer .QR-code {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.popularize-box .tab .tab-6 .footer .QR-code img {
  width: 1.48rem;
  height: 1.48rem;
  margin-bottom: 0.12rem;
}
.popularize-box .tab .tab-6 .footer .QR-code p {
  width: 1.48rem;
  font-size: 0.3rem;
  color: #fff;
  text-align: center;
}
.popularize-box .cover {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 10001;
}
.popularize-box .cover .cover-model {
  position: fixed;
  width: 400px;
  height: 310px;
  top: 50%;
  background: #fff;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  text-align: right;
  padding: 0.1rem 0.1rem;
  box-sizing: border-box;
  border-radius: 0.1rem;
}
.popularize-box .cover .cover-model .close {
  display: inline-block;
  width: 28px;
  height: 28px;
}
.popularize-box .cover .cover-model .close img {
  width: 100%;
  height: 100%;
}
.popularize-box .cover .cover-model .apply-form {
  text-align: center;
  font-family: Microsoft YaHei;
  font-weight: 500;
  color: #333333;
  font-size: 0.18rem;
}
.popularize-box .cover .cover-model .apply-form label {
  color: #333333;
  font-size: 14px;
  margin-right: 0.1rem;
  font-family: Microsoft YaHei, "Microsoft YaHei", SimSun, '\5b8b\4f53', sans-serif;
  font-weight: 400;
}
.popularize-box .cover .cover-model .apply-form .input {
  display: inline-block;
  position: relative;
}
.popularize-box .cover .cover-model .apply-form .input input {
  width: 255px;
  height: 36px;
  outline: none;
  text-indent: 10px;
  border: 1px solid #eeeeee;
  box-sizing: border-box;
  box-shadow: none;
  border-radius: 2px;
}
.popularize-box .cover .cover-model .apply-form .input input::-webkit-input-placeholder {
  color: #666;
  font-size: 13px;
}
.popularize-box .cover .cover-model .apply-form .input input::-moz-input-placeholder {
  color: #666;
  font-size: 13px;
}
.popularize-box .cover .cover-model .apply-form .input input::-ms-input-placeholder {
  color: #666;
  font-size: 13px;
}
.popularize-box .cover .cover-model .apply-form .input input.error {
  border: 1px solid #ec4b35;
}
.popularize-box .cover .cover-model .apply-form .input .error-name,
.popularize-box .cover .cover-model .apply-form .input .error-phone {
  position: absolute;
  font-size: 0.05rem;
  color: #EC4B35;
  display: none;
}
.popularize-box .cover .cover-model .apply-form p {
  margin-bottom: 30px;
  font-size: 18px;
}
.popularize-box .cover .cover-model .apply-form .name,
.popularize-box .cover .cover-model .apply-form .phone {
  margin-bottom: 20px;
}
.popularize-box .cover .cover-model .apply-form .submit-box {
  margin-top: 40px;
}
.popularize-box .cover .cover-model .apply-form .submit-box .submit {
  width: 300px;
  height: 36px;
  display: inline-block;
  background: #2041c2;
  color: white;
  font-size: 14px;
  line-height: 36px;
  border-radius: 2px;
}
.popularize-box .cover .cover-model .form-success {
  display: none;
}
.popularize-box .cover .cover-model .form-success img {
  width: 100%;
  height: 109px;
  margin-bottom: 0.15rem;
}
.popularize-box .cover .cover-model .form-success p {
  font-family:Microsoft YaHei;
  font-size: 18px;
  text-align: center;
  padding: 0 56px;
}
.popularize-box .cover .cover-model .form-success .ok {
  text-align: center;
  padding: 30px 0;
}
.popularize-box .cover .cover-model .form-success .ok span {
  display: inline-block;
  width: 146px;
  height: 36px;
  background: #2041c2;
  color: white;
  font-size: 14px;
  line-height: 36px;
}
.popularize-box .cover .cover-model .hotline {
  display: none;
}
.popularize-box .cover .cover-model .hotline p {
  text-align: center;
  font-family:Microsoft YaHei;
}
.popularize-box .cover .cover-model .hotline p:nth-of-type(1) {
  font-size: 18px;
  color: #333333;
  padding: 12.5px 0 30px 0;
}
.popularize-box .cover .cover-model .hotline p:nth-of-type(2) {
  color: #333333;
  font-weight: 500;
  font-size: 25px;
  padding-bottom: 72px;
}
