html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
ol,
dl,
dt,
dd,
form,
p,
table,
td,
th,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

a {
  background-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-decoration-skip: objects;
}

img {
  border: 0;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  border: none;
  cursor: pointer;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: 100%;
}

* {
  box-sizing: border-box;
}

a,
button,
input {
  outline: none;
  text-decoration: none;
}

input::-webkit-input-placeholder {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}

input:-moz-placeholder {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
}

html {
  height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  -webkit-overflow-scrolling: touch;

}

.hidden {
  display: none;
}

.wrapper {
  width: 1024px;
  margin: 0 auto;
  overflow: hidden;
}

.m-hd {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #333;
  position: fixed;
  top: 0;
  z-index: 3;
}

.m-hd .headNav {
  width: 1024px;
  overflow: hidden;
  margin: 0 auto;
}

.m-hd .logo {
  float: left;
  padding: 20px 0;
}

.m-hd .logo h1 {
  float: left;
  margin-left: 20px;
  line-height: 24px;
  font-size: 18px;
  color: #fff;
  margin-top: -4px;
}

.m-hd .logo h1.title {
  margin-top: 7px;
}

.m-hd .logo h1 small {
  display: block;
  font-size: 12px;
}

.m-hd .logo img {
  float: left;
  height: 40px;
}

.m-hd .logo .words {
  float: left;
  height: 40px;
  margin-left: 10px;
}

.m-hd .logo .words p {
  height: 20px;
  line-height: 20px;
}

.m-hd .logo .words p.title {
  font-size: 18px;
  color: #333;
}

.m-hd .logo .words p.desc {
  font-size: 12px;
  color: #999;
}

.m-hd .nav {
  font-size: 18px;
  overflow: hidden;
  float: right;
}

.m-hd .nav li {
  float: left;
  width: 109px;
  margin: 0 20px;
  text-align: center;
}

.m-hd .nav li:last-of-type {
  margin-right: 0;
}

.m-hd .nav li a {
  display: inline-block;
  height: 77px;
  line-height: 77px;
  color: #fff;
}

.m-hd .nav li a.active {
  border-bottom: 3px solid #fff;
}

.m-bd {
  width: 100%;
  margin-top: 80px;
  min-width: 1024px;
}

.m-bd .banner {
  width: 100%;
  min-height: 651px;
  position: relative;
  background: url(./images/bg.jpg) no-repeat;
  background-size: cover;
}

.m-bd .banner .loginBox {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 346px;
  /* min-height: 300px; */
  float: right;
  margin-top: 10px;
  background: rgba(0, 0, 0, .68);
  border-radius: 4px;
  display: none;
}

.m-bd .banner .loginBox .login {
  margin-top: 40px;
}

.m-bd .banner .loginBox .login .agreement {
  color: #fff;
  font-size: 14px;
}

.m-bd .banner .banner-info {
  position: absolute;
  top: 120px;
  z-index: 1;
  width: 1024px;
  height: 493px;
  left: 50%;
  margin-left: -512px;
}

.m-bd .banner .result {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  width: 346px;
  min-height: 300px;
  margin-top: 10px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .68);
  box-shadow: 0 0 6px 0 #1F617E;
  display: none;
}

.m-bd .banner .banner-info .banner-house {
  position: absolute;
  bottom: 0;
}

.m-bd .banner .result .right {
  width: 44px;
  height: 44px;
  margin: 50px auto 20px;
  display: block;
  min-width: 0;
}

.m-bd .banner .result .register,
.m-bd .banner .result .registered {
  text-align: center;
  color: #fff;
  font-size: 24px;
  margin-bottom: 23px;
  display: none;
}

.m-bd .banner .result .download {
  width: 110px;
  min-width: 0;
  margin: 0 auto 40px;
  display: block;
}

.m-bd .banner .result .desc {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 15px;
}

.m-bd .banner .loginBox .title {
  height: 30px;
  line-height: 30px;
  font-size: 30px;
  color: #333;
  margin: 28px 40px 9px;
}

.m-bd .banner .loginBox .desc {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #666;
  margin: 0 40px;
}

.m-bd .banner .loginBox .login .login-form-item {
  height: 50px;
  line-height: 50px;
  margin: 14px 40px 0;
  position: relative;
}

.m-bd .banner .loginBox .login .login-form-item input {
  border: 1px solid #508CF0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-indent: 10px;
  color: #333;
  font-size: 16px;
  border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .m-bd .banner .loginBox .login .login-form-item input {
    line-height: initial;
  }
}

.m-bd .banner .loginBox .login .login-form-item .phone-clear-warp {
  position: absolute;
  top: 14px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
  color: #666;
  display: none;
}

.m-bd .banner .loginBox .login .login-form-item.bottom {
  margin-bottom: 63px;
  margin-top: 4px;
  height: 24px;
  line-height: 24px;
  display: block;
  cursor: pointer;
}

.m-bd .banner .loginBox .login .login-form-item .agreement {
  margin-bottom: 63px;
  margin-top: 4px;
  height: 24px;
  line-height: 24px;
  display: block;
  cursor: pointer;
}

.login-form-item .clear-btn {
  z-index: 99;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 10px;
  text-align: center;
}

.m-bd .banner .loginBox .login .login-form-item img.verify-code {
  width: 105px;
  min-width: 105px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 1px;
  right: 1px;
  height: 48px;
}

.m-bd .banner .loginBox .login .login-form-item .get-msg {
  width: 105px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  padding: 0 5px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  background: -webkit-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: -moz-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: -o-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
}

.m-bd .banner .loginBox .login .login-form-item .get-msg:hover {
  background: -webkit-linear-gradient(50deg, #77A0E5, #508CF0);
  background: -moz-linear-gradient(50deg, #77A0E5, #508CF0);
  background: -o-linear-gradient(50deg, #77A0E5, #508CF0);
  background: linear-gradient(50deg, #77A0E5, #508CF0);
}

.m-bd .banner .loginBox .login .login-form-item .get-msg:active {
  background: -webkit-linear-gradient(50deg, #6B91D0, #467AD0);
  background: -moz-linear-gradient(50deg, #6B91D0, #467AD0);
  background: -o-linear-gradient(50deg, #6B91D0, #467AD0);
  background: linear-gradient(50deg, #6B91D0, #467AD0);
}

.m-bd .banner .loginBox .login .login-form-item .submit-btn {
  width: 100%;
  height: 50px;
  color: #fff;
  border-radius: 4px;
  background: -webkit-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: -moz-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: -o-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
}

.m-bd .banner .loginBox .login .login-form-item .submit-btn:hover {
  width: 100%;
  height: 50px;
  color: #fff;
  background: -webkit-linear-gradient(50deg, #77A0E5, #4F87E4);
  background: -moz-linear-gradient(50deg, #77A0E5, #4F87E4);
  background: -o-linear-gradient(50deg, #77A0E5, #4F87E4);
  background: linear-gradient(50deg, #77A0E5, #4F87E4);
}

.m-bd .banner .loginBox .login .login-form-item .submit-btn:active {
  background: -webkit-linear-gradient(50deg, #6B91D0, #467AD0);
  background: -moz-linear-gradient(50deg, #6B91D0, #467AD0);
  background: -o-linear-gradient(50deg, #6B91D0, #467AD0);
  background: linear-gradient(50deg, #6B91D0, #467AD0);
}

.m-bd .banner img {
  width: 100%;
  min-width: 1024px;
}

.m-bd .banner .text {
  position: absolute;
  font-size: 70px;
  color: #fff;
  top: 55px;
}

.m-bd .banner .text h3 {
  height: 100px;
  line-height: 100px;
  font-weight: normal;
  font-size: 70px;
}

.m-bd .banner .text p {
  font-size: 21px;
  margin-top: 18px;
  text-align: center;
}

.m-bd .banner .btn {
  position: absolute;
  top: 240px;
  z-index: 1;
}

.atten-qrcode,
.download-qrcode {
  position: absolute;
  top: 60px;
  display: none;
}

.m-bd .banner .atten-qrcode img,
.m-bd .banner .download-qrcode img {
  min-width: 0;
  width: 110px;
}

.atten-qrcode {
  left: 40px;
}

.download-qrcode {
  right: 40px;
}

.m-bd .banner .btn .attention,
.m-bd .banner .btn .download {
  float: left;
  cursor: pointer;
}

.content {
  width: 1024px;
  margin: 50px auto;
  color: #666;
  font-size: 14px;
}

.content .items {
  padding: 0 50px;
}

.content .items .item {
  overflow: hidden;
  margin-bottom: 200px;
  text-align: left;
}

.content .items .item .illustration,
.content .items .item .desc {
  width: 50%;
  float: left;
}

.content .items .item:nth-last-of-type(2) .illustration img {
  margin: 0 auto;
}

.content .items .item .desc .bd {
  width: 300px;
  /* margin: 0 auto; */
  margin-left: 100px;
}

.content .items .item:nth-last-of-type(2) .desc .bd {
  margin: 0;
}

.content .items .item .illustration img {
  width: 217px;
}

.content .items .item .desc {
  margin-top: 20px;
}

.content .items .item .illustration img {
  display: block;
  margin-left: 55px;
}

.content .items .item .desc p {
  width: 400px;
  color: #666;
  margin: 0 auto;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
}

.content .items .item .desc p img {
  vertical-align: middle;
  margin-right: 6px;
  margin-bottom: 2px;
}

.content .items .item .desc p:first-child {
  font-size: 36px;
  margin-bottom: 20px;
}

.actions {
  padding: 0 0 130px 0;
}

.actions .about {
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #999;
}

.actions .msg {
  margin-bottom: 30px;
  border: 1px solid #999;
  padding: 10px;
  border-radius: 4px;
}

.actions .msg h2 {
  margin-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}

.actions p span {
  font-size: 30px;
  color: #69B2FC;
}

.actions .title {
  width: 100%;
  text-align: center;
  height: 43px;
  line-height: 43px;
  color: #666;
  font-size: 30px;
  margin-bottom: 23px;
}

.actions .title span {
  color: #5689D9;
  padding: 0 4px;
}

.actions .steps {
  overflow: hidden;
  height: 450px;
}

.actions .steps li {
  float: left;
  width: 265px;
  height: 440px;
  text-align: center;
  background-color: #fff;
  margin: 4px 38px;
  box-shadow: 0 0 10px 0 #A7C0C5;
  border-radius: 4px;
  position: relative;
}

.actions .steps li .icon {
  width: 85px;
  margin-top: 57px;
}

.actions .steps li .title {
  font-size: 30px;
  margin-top: 25px;
  color: #666;
}

.actions .steps li .desc {
  color: #999;
  font-size: 14px;
  margin: 0 34px;
}

.actions .steps li .block-red,
.actions .steps li .block-yellow,
.actions .steps li .block-blue {
  position: absolute;
  width: 50px;
  height: 12px;
  bottom: 41px;
  left: 50%;
  margin-left: -25px;
}

.actions .steps li .block-red {
  background-color: #FD5046;
}

.actions .steps li .block-yellow {
  background-color: #FBCB4D;
}

.actions .steps li .block-blue {
  background-color: #6570FC;
}

.about .title {
  width: 100%;
  text-align: center;
  height: 43px;
  line-height: 43px;
  color: #666;
  font-size: 30px;
  margin-bottom: 43px;
}

.about .desc {
  color: #666;
  font-size: 16px;
  line-height: 34px;
  text-indent: 2em;
  padding: 0 20px;
}

.about .block {
  overflow: hidden;
  width: 1024px;
  margin: 50px auto;
}

.about .block li {
  margin: 0 11px;
  width: 232px;
  height: 258px;
  float: left;
  border: 1px solid #DFE3E9;
  box-shadow: 0px 0px 4px #DFE3E9;
}

.about .block li span {
  padding: 55px 50px;
  display: block;
  font-size: 30px;
  text-align: center;
  color: #fff;
}

.about .block li p {
  color: #999;
  font-size: 14px;
  line-height: 27px;
  padding: 12px 10px;
}

.m-ft {
  background-color: #333;
  color: #fff;
  min-width: 1024px;
}

.contact {
  overflow: hidden;
}

.contact li {
  float: left;
  margin: 52px 0;
  width: 33.3%;
}

/* .contact li:nth-of-type(2) {
    text-align: center;
  } */
.contact li:nth-of-type(2) .title {
  width: 130px;
  margin: 0 auto 37px;
}

.contact li:nth-of-type(2) p {
  width: 130px;
  margin: 0 auto;
  text-align: left;
}

.contact li .title {
  font-size: 30px;
  height: 34px;
  line-height: 34px;
  margin-bottom: 37px;
}

.contact li p {
  font-size: 14px;
  line-height: 24px;
  margin: 14px 0;
}

.contact li p img {
  vertical-align: middle;
}

.contact li:nth-of-type(3) .attention {
  float: left;
  margin-left: 40px;
}

.contact li:nth-of-type(3) .attention .qrcode,
.contact li:nth-of-type(3) .download .qrcode {
  width: 110px;
}

.contact li:nth-of-type(3) .download {
  float: left;
  margin: 0 0 0 64px;
}

.contact li:nth-of-type(3) .attention p,
.contact li:nth-of-type(3) .download p {
  text-align: center;
}

.copyright {
  color: #C8C7CC;
  font-size: 12px;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 42px;
}

.copyright a {
  color: #C8C7CC;
  font-size: 12px;
  text-decoration: underline;
}

.w-tips {
  width: 100%;
  color: #fff;
  text-align: center;
  padding: .5rem 0;
  position: fixed;
  top: -4rem;
  left: 0;
  opacity: 0;
  background: rgba(0, 0, 0, .9);
  box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
  z-index: 1000;
}

.w-tips-active {
  animation: tips 1s ease 2 alternate;
  -webkit-animation: tips 1s ease 2 alternate;
}

@keyframes tips {
  60% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes tips {
  60% {
    opacity: 1;
    top: 0;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}


.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.opacity {
  -webkit-animation-name: opacity;
  animation-name: opacity;
}

.box {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  z-index: 1;
  display: none;
}

.box .box-content {
  width: 500px;
  height: 220px;
  margin: 350px auto 0;
  background-color: #fff;
  position: relative;
}

.box .box-content .title {
  font-size: 18px;
  color: #FF2B2B;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.box .box-content .close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.box .box-content .desc {
  color: #000;
  font-size: 16px;
  padding: 0 30px;
  padding-bottom: 30px;
  margin: 0 auto;
}

.box .box-content .buy {
  font-size: 18px;
  color: #FFF;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #FF2B2B;
  cursor: pointer;
}

.box .pay-box {
  width: 900px;
  height: 400px;
  margin: 200px auto 0;
  background-color: #fff;
  position: relative;
  display: none;
}

.box .pay-box .close {
  position: absolute;
  top: 13px;
  right: 13px;
  cursor: pointer;
}

.box .pay-box .title {
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}

.box .pay-box .warning {
  text-indent: 20px;
}

.box .pay-box .pay-way {
  margin: 20px;
}

.box .pay-box .pay-way .types {
  display: flex;
}

.box .pay-box .pay-way .types .item img {
  cursor: pointer;
}

.box .pay-box .pay-way .types .item img {
  vertical-align: middle;
}

.box .pay-box .pay-way .btn {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: -webkit-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: -moz-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: -o-linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  background: linear-gradient(133deg, #69B2FC 0%, #334BFE 100%);
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
  margin: 20px auto;
}

.box .pay-box .pay-way .btn:hover {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto;
  background: -webkit-linear-gradient(50deg, #77A0E5, #4F87E4);
  background: -moz-linear-gradient(50deg, #77A0E5, #4F87E4);
  background: -o-linear-gradient(50deg, #77A0E5, #4F87E4);
  background: linear-gradient(50deg, #77A0E5, #4F87E4);
}

.box .pay-box .pay-way .btn:active {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  margin: 20px auto;
  background: -webkit-linear-gradient(50deg, #6B91D0, #467AD0);
  background: -moz-linear-gradient(50deg, #6B91D0, #467AD0);
  background: -o-linear-gradient(50deg, #6B91D0, #467AD0);
  background: linear-gradient(50deg, #6B91D0, #467AD0);
}