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;
  }
  input{
    outline: none;
  }
  label {
    margin-left: 35px;
  }
  .checkbox {
      width: 1.1rem;
      height: 1.1rem;
      background-color: #ffffff;
      border: solid 1px #5690F2;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      font-size: 0.8rem;
      margin: 0;
      padding: 0;
      margin-top: 2px;
      position: relative;
      display: inline-block;
      vertical-align: top;
      cursor: default;
      -webkit-appearance: none;  /**隐藏原生控件**/
  }        
  .checkbox {
      border-radius: 50%;   /**复选框的圆角要小一些**/
  }
/**选择后的样式**/
  .checkbox:checked{
      background-color: #5690F2;
      border: solid 1px #5690F2;
      box-shadow: 0 1px 1px rgba(0,0,0,.1);
      text-align: center;
      background-clip: padding-box;
  }
 /**选择后 里面小对勾样式**/
  .checkbox:checked:before{
      content: '';
      width: 0.5rem;
      height: 0.3rem;
      border: 1px solid #ffffff;
      border-top: none;
      border-right: none;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -0.25rem;
      margin-top: -0.25rem;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
  }
  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: 960px;
    margin: 0 auto;
    overflow: hidden;
  }
  .m-hd {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #2A292F;
    position: fixed;
    top: 0;
    z-index: 3;
    /* min-width: 1220px; */
  }
  .m-hd .headNav {
    width: 960px;
    overflow: hidden;
    margin: 0 auto;
  }
  .m-hd .logo {
    float: left; 
    font-size: 32px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 136px;
    height: 100%;
    color: #fff;
    background-color: #5535CC;
    text-align:center;
  }
   .m-hd .logo img {
    float: left;
    width: 136px;
    height: 54px;
    text-align: center;
  }
  .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;
    width: 100%;
    line-height: 77px;
    font-size: 18px;
    border-top: 3px solid #2a292f;
    color: #fff;
  }
  .m-hd .nav li a.active {
    border-top: 4px solid #5535CC;
  }
  .m-bd {
    width: 100%;
    margin-top: 80px;
    min-width: 960px;
  }
  .m-bd .banner {
    display: flex;
    justify-content: center;
    overflow: hidden;
    min-width: 960px;
  }
  .m-bd .banner img {
    width: 1920px;
    height: 420px;
  }
  .m-bd .banner .banner-info {
    position: absolute;
    top: 58px;
    z-index: 1;
    width: 960px;
    height: 493px;
    left: 50%;
    margin-left: -512px;
  }
  .m-bd .banner .result {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    width: 346px;
    height: 400px;
    margin-top: 10px;
    border-radius: 4px;
    background-color: #fff;
    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: #1DC682;
    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: #666;
    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;
    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;
  }
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    .m-bd .banner .loginBox .login .login-form-item input {
      line-height: initial;
    }
  }
  .login-form-checkbox {
    margin-top: -5px;
  }
  .login-check {
    margin-left: 37px;
  }
  .login-form-a {
    font-size: 14px;
    color: #5690F2;
    letter-spacing: 0.24px;
  }
  .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: 36px;
  }
  .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;
  background: -webkit-linear-gradient(50deg,#82AFFB,#508CF0);
  background: -o-linear-gradient(50deg,#82AFFB,#508CF0);
  background: -moz-linear-gradient(50deg,#82AFFB,#508CF0);
  background: linear-gradient(50deg,#82AFFB,#508CF0);
}
.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;
  background: -webkit-linear-gradient(50deg,#82AFFB,#508CF0);
  background: -moz-linear-gradient(50deg,#82AFFB,#82AFFB);
  background: -o-linear-gradient(50deg,#82AFFB,#82AFFB);
  background: linear-gradient(50deg,#82AFFB,#82AFFB);
}
.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 .text {
    position: absolute;
    font-size: 70px;
    color: #fff;
    margin-top: 250px;
  }
  .m-bd .banner .text h3 {
    height: 100px;
    line-height: 100px;
    font-size: 88px;
    position: relative;
  }

  .m-bd .banner .text h3.title::before {
    content: '';
    background: #fff;
    width: 57px;
    height: 14px;
    position: absolute;
    bottom: -35px;
    left: 0;
  }

  .m-bd .banner .text .desc {
    height: 100px;
    line-height: 100px;
    font-weight: normal;
    font-size: 50px;
    margin-top: 60px;
  }
  .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;
  }
  .m-bd .banner .btn .attention {
    width: 190px;
    height: 52px;
    background-image: url(./images/button-wx-default.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  .m-bd .banner .btn .attention:hover {
    background-image: url(./images/button-wx.png);
  }
  .m-bd .banner .btn .download {
    width: 190px;
    height: 52px;
    background-image: url(./images/button-download-default.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: 43px;
  }
  .m-bd .banner .btn .download:hover {
    background-image: url(./images/button-download.png);
  }
  .content {
    min-width: 960px;
  }
  .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-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 30px 0;
    width: 960px;
    margin: 0 auto;
  }
  .actions .title {
    text-align: center;
    font-size: 36px;
    font-weight: 900;
    color: #34335B;
    margin:70px 0 30px;
  }
  .actions .title span {
    color: #5689D9;
    padding: 0 4px;
  }
  .actions .steps {
    overflow: hidden;
  }
  .actions .steps li {
    float: left;
    width: 308px;
    height: 387px;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(#F2F2F2, #FFFFFF);
  }
  .actions .steps li img{
    width: 180px;
    margin: 40px auto 32px;
  }
  .actions .steps .steps-middle {
    margin: 0 18px;
  }
  .actions .steps li .desc {
    color: #2F2F2F;
  }
  .actions .steps li .desc h3 {
    font-weight: normal;
    font-size: 24px;
    color: #2F2F2F;
  }
  .actions .steps li .desc p {
    font-size: 16px;
    text-align: center;
    margin-top: 8px;
    padding: 0 34px;
    color: #666666;
  }
  .reason {
    position: relative;
    overflow: hidden;
    height: 323px;
  }
  .reason img{
    width: 1920px;
    height: 323px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
  }
  .reason .content {
    width: 293px;
    height: 140px;
    position: absolute;
    top: 28%;
    left: 56%;
    z-index: 2;
  }
  .reason .content .title{
    font-size: 36px;
    font-weight: 900;
    color: #FFFFFF;
  }
  .reason .content .divide {
    width: 28px;
    height: 3px;
    margin: 12px 0 25px;
    background-color: #fff;
    border: 1px solid #979797;
  }
  .reason .content .desc{
    font-size: 18px;
    color: #fff;
  }
  .scene .title {
    width: 100%;
    text-align: center;
    height: 50px;
    line-height: 50px;
    font-size: 36px;
    font-weight: 900;
    color: #34335B;
    margin: 75px 0 10px;
  }
  .scene .title-desc {
    margin: 0 auto 40px;
    font-size: 16px;
    text-align: center;
    color: #666666;
  }
  .scene .desc {
    color: #666;
    font-size: 16px;
    line-height: 34px;
    text-indent: 2em;
    padding: 0 20px;
  }
  .scene .block {
    overflow: hidden;
    width: 960px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .scene .block li {
    height: 182px;
    float: left;
    box-sizing: border-box;
    width: 289px;
  }
  .scene .block li:first-child{
    padding-left: 0;
  }
  .scene .block li {
    width: 308px;
    height: 204px;
  }
  .scene .block li:first-child div{
    background: url(./images/risk-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
  }
  .scene .block li:nth-child(2) div{
    background: url(./images/shenhe-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
  }
  .scene .block li:nth-child(3) div{
    background: url(./images/repay-bg.png) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
  }

  .product {
    position: relative;
    height: 400px;
    overflow: hidden;
  }
  .product img {
    width: 1920px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px
  }
  .product .content {
    width: 480px;
    position: absolute;
    top: 32%;
    left: 25%;
  }
  .product .content .title{
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -1px;
    color: #34335B;
  }
  .product .content .divide {
    width: 28px;
    height: 4px;
    margin: 12px 0 24px;
    background: linear-gradient(#646294, #34335B);
  }

  .product .product-info img{
    width: 280px;
    height: 210px;
    float: left;
  }

  .product .content p{
    font-size: 16px;
    color: #666;
  }

  .product .product-info .intro p{
    font-size: 20px;
    color: #2F2F2F;
    line-height: 2.5;
  } 
  .about {
    height: 328px;
    position: relative;
    overflow: hidden;
  }
  .about img {
    width: 1920px;
    height: 328px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
  }
  .about .content {
    position: absolute;
    top: 27%;
    left: 50%;
    transform: translateX(-50%);
    width: 583px;
  }
  .about .content .title{
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    color: #fff;
  }
  .about .content .divide {
    width: 28px;
    height: 4px;
    background-color: #fff;
    border: 1px solid #979797;
    margin: 10px auto 21px;
  }
  .about .content .desc{
    width: 583px;
    height: 72px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin: 0 auto;
  }

  .m-ft {
    background-color: #2A292F;
    color: #fff;
    min-width: 960px;
  }
  .contact {
    display: flex;
  }
  .contact .part-one {
    padding-top: 70px;
  }
  .contact .part-one .name img{
    width: 140px;
    height: 45.06px;
  }
  .contact .part-one .tel {
    margin-top: 16.94px;
    font-size: 18px;
    color: #999;
  }
  .contact .part-two {
    width: 289px;
    margin-left: 139px;
    padding-top: 66px;
    color: #999;
  }
  .contact .part-two .title {
    font-size: 24px;
  }
  .contact .part-two p {
    font-size: 14px;
  }
  .contact .part-two .mail {
    margin-top: 12px;
  }
  .contact .part-two .address {
    margin-top: 4px;
  }
  .contact .part-three {
    height: 200px;
    width: 0.5px;
    margin-left: 70.75px;
    background-color: #535353;
    border: 0.5px solid #535353;
    margin-top: 30px;
  }
  .contact .part-four {
    margin-left: 77.25px;
    padding-top: 41px;
  }
  .contact .part-four .qrcode img {
    width: 120px;
    height: 120px;
  }
  .contact .part-four p {
    text-align: center;
  }
  .contact .part-four .double-pay {
    font-size: 16px;
    margin-top: 12px;
  }
  .contact .part-four .double-pay-wechat {
    font-size: 12px;
  }
  .m-ft .divide-bottom {
    width: 100%;
    height: 0.5px;
    margin-top: 30px;
    background-color: #535353;
    border: 0.5px solid #535353;
  }

 .copyright {
  font-size: 14px;
  color: #999999;
  text-align: center;
  margin-top: 19.5px;
  padding-bottom: 20px;
 }
 .copyright a {
   color: #C8C7CC;
   font-size: 12px;
 }

 .contactUs {
  padding: 20px 0px;
  background: #F0EFFF;
 }

 .contactUs .title{
  font-size: 30px;
  color: #2F2F2F;
  text-align: center;
}

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


  
