@charset "UTF-8";
body, html, p, ul, li, dl, dt, dd, button, span, div, h1, h2, h3, h4, h5, h6, b, strong, i, a, img, input, textarea, select {
  padding: 0;
  margin: 0;
  border: 0;
  font-style: normal;
  font-size: inherit;
  font-family: "Source Han Sans CN", "noto sans", "Microsoft YaHei", '微软雅黑';
  line-height: inherit;
  font-weight: normal; }

li, ul, ol {
  list-style: none; }

html, body {
  overflow: auto; }

html {
  height: 100%; }

html, body {
  position: relative;
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.5em; }

.clearfix, .cl {
  *zoom: 1; }
  .clearfix:before, .clearfix:after, .cl:before, .cl:after {
    display: table;
    line-height: 0;
    content: ""; }
  .clearfix:after, .cl:after {
    clear: both; }

img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto; }

input, button {
  outline: none; }

@-webkit-keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadein {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.loading {
  background: url("images/loading.gif") center center no-repeat;
  background-size:  20px 20px;
  background-size:  1.33333rem 1.33333rem; }

.fadein {
  opacity: 1;
  -webkit-animation-name:  fadein;
  -moz-animation-name:  fadein;
  -ms-animation-name:  fadein;
  animation-name:  fadein;
  -webkit-animation-duration:  0.3s;
  -moz-animation-duration:  0.3s;
  -ms-animation-duration:  0.3s;
  animation-duration:  0.3s; }

body {
  min-height: 100%;
  position: relative;
  background: url("images/bg_r.png") left top repeat;
  background-size:  3px 4px;
  background-size:  0.2rem 0.26667rem; }

.animate {
  -webkit-transition:  all;
  -moz-transition:  all;
  -ms-transition:  all;
  transition:  all;
  -webkit-transition-duration:  0.3s;
  -moz-transition-duration:  0.3s;
  -ms-transition-duration:  0.3s;
  transition-duration:  0.3s; }

.show .wrap {
  opacity: 1; }
  .show .wrap .banner {
    -webkit-transform:  translateY(0);
    -moz-transform:  translateY(0);
    -ms-transform:  translateY(0);
    transform:  translateY(0);
    opacity: 1; }

.wrap {
  z-index: 0;
  opacity: 0; }
  .wrap .banner {
    -webkit-transform:  translateY(-100%);
    -moz-transform:  translateY(-100%);
    -ms-transform:  translateY(-100%);
    transform:  translateY(-100%);
    opacity: 1; }
  .wrap .next {
    padding:  20px 0px;
    padding:  1.33333rem 0rem; }
  .wrap .font2 img {
    float: left; }
    .wrap .font2 img:first-child {
      width: 66.4%; }
    .wrap .font2 img:last-child {
      width: 33.6%; }
  .wrap .content {
    position: relative;
    margin:  0px 40px;
    margin:  0rem 2.66667rem;
    text-align: center;
    padding-top:  24px;
    padding-top:  1.6rem; }
    .wrap .content .score {
      background-color: #d13d4b; }
      .wrap .content .score .inner {
        background: #fdffda;
        margin:  0px 20px;
        margin:  0rem 1.33333rem; }
        .wrap .content .score .inner div {
          position: relative; }
          .wrap .content .score .inner div:before, .wrap .content .score .inner div:after {
            display: block;
            background: #db483a;
            width:  14px;
            width:  0.93333rem;
            height:  12px;
            height:  0.8rem;
            border-radius:  14px;
            border-radius:  0.93333rem;
            position: absolute;
            bottom: 0;
            content: ''; }
          .wrap .content .score .inner div:before {
            left:  -7px;
            left:  -0.46667rem; }
          .wrap .content .score .inner div:after {
            right:  -7px;
            right:  -0.46667rem; }
      .wrap .content .score strong {
        font-size:  28px;
        font-size:  1.86667rem;
        font-weight: bold;
        color: #d13d4b;
        line-height:  28px;
        line-height:  1.86667rem;
        padding:  15px 0px 12px 0px;
        padding:  1rem 0rem 0.8rem 0rem;
        display: block; }
      .wrap .content .score p {
        color: #464b69;
        font-size:  16px;
        font-size:  1.06667rem;
        line-height:  20px;
        line-height:  1.33333rem;
        -webkit-transform:  translateY(-50%);
        -moz-transform:  translateY(-50%);
        -ms-transform:  translateY(-50%);
        transform:  translateY(-50%);
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%; }
        .wrap .content .score p span {
          color: #d13d4b; }
    .wrap .content .footer {
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0; }
  .wrap .download {
    color: #464b69;
    font-size:  15px;
    font-size:  1rem;
    line-height:  22px;
    line-height:  1.46667rem; }
    .wrap .download p {
      padding:  35px 0px 15px 0px;
      padding:  2.33333rem 0rem 1rem 0rem; }
    .wrap .download a {
      display: block; }
    .wrap .download .btn {
      margin-bottom:  40px;
      margin-bottom:  2.66667rem; }

.mask {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition:  all;
  -moz-transition:  all;
  -ms-transition:  all;
  transition:  all;
  -webkit-transition-duration:  0.3s;
  -moz-transition-duration:  0.3s;
  -ms-transition-duration:  0.3s;
  transition-duration:  0.3s;
  display: none; }
  .mask.block {
    display: block; }
  .mask.show {
    opacity: 1;
    z-index: 1; }
  .mask img {
    position: absolute;
    top:  10px;
    top:  0.66667rem;
    right:  30px;
    right:  2rem;
    width: 40%; }

/*# sourceMappingURL=main.css.map */
