@charset "UTF-8";
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: "Microsoft Yahei";
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

/**
 * Remove default margin.
 */
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: white; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 0; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  outline: none; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  -webkit-user-select: none;
  outline: 0; }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Add Reset
   ========================================================================== */
html, button, input, select, textarea {
  font-family: "Microsoft Yahei";
  /* 1 */ }

h1, h2, h3, h4, h5, h6, p, figure, form, blockquote {
  margin: 0; }

ul, ol, li, dl, dd {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none outside none; }

h1, h2, h3 {
  line-height: 2;
  font-weight: normal; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #A6A6A6; }

a,
a:link,
a:visited,
a:hover {
  color: #666;
  text-decoration: none; }

a, img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单 */ }

html, body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项） */
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none; }

.ball-grid-pulse:before, .ball-grid-pulse:after {
  content: "";
  display: table; }

.ball-grid-pulse:after {
  clear: both; }

.fn-hide {
  display: none !important; }

.btn-area {
  text-align: center; }

.form-page {
  position: absolute;
  left: 1.26667rem;
  top: 45%;
  margin-top: -8rem;
  width: 17.46667rem;
  height: 18.66667rem;
  z-index: 999;
  background: url(https://s.autoimg.cn/topic/ssme/img/form-bg.png) no-repeat;
  background-size: 100%; }
  .form-page .form-layer {
    position: relative;
    box-sizing: border-box;
    height: 100%;
    padding: 2.21333rem 1.46667rem 0;
    -webkit-overflow-scrolling: touch; }
  .form-page .form-box {
    box-sizing: border-box;
    padding: 0 10px 0 0; }
    .form-page .form-box dl {
      clear: both; }
      .form-page .form-box dl.col2 {
        float: left;
        width: 50%;
        clear: none; }
    .form-page .form-box dt {
      font-size: 0.64rem;
      color: #1c1c1c;
      float: left; }
      .form-page .form-box dt i {
        display: none; }
      .form-page .form-box dt label {
        display: none; }
      .form-page .form-box dt em {
        color: #ffe742;
        font-style: normal;
        display: inline-block;
        width: 10px;
        text-indent: 3px; }
    .form-page .form-box dd {
      margin-bottom: 7px;
      position: relative;
      overflow: hidden;
      padding-bottom: 0.96rem; }
      .form-page .form-box dd p {
        position: absolute;
        bottom: 0;
        left: 0;
        font-size: 0.64rem;
        color: #ffe742;
        height: 0.96rem; }
    .form-page .form-box input[type=tel],
    .form-page .form-box input[type=text], .form-page .form-box select, .form-page .form-box textarea {
      display: block;
      box-sizing: border-box;
      width: 100%;
      padding-left: 10px;
      color: #1c1c1c;
      border-radius: 6px;
      border: 1px solid #cdccc9;
      background-color: white;
      outline: none;
      appearance: none;
      -moz-appearance: none;
      -webkit-appearance: none; }
    .form-page .form-box input[type=radio] {
      display: none; }
      .form-page .form-box input[type=radio] ~ label {
        float: left;
        width: 50%;
        text-align: center;
        background-color: #d8d8d8;
        color: #1c1c1c; }
      .form-page .form-box input[type=radio]:checked + label {
        background-color: #c7001f;
        color: #fff; }
    .form-page .form-box select {
      background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAKCAYAAAC5Sw6hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzExN0MzQURBMEJGMTFFNjlGODVGRTRDODk2NUE3OTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NzExN0MzQUVBMEJGMTFFNjlGODVGRTRDODk2NUE3OTUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MTE3QzNBQkEwQkYxMUU2OUY4NUZFNEM4OTY1QTc5NSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo3MTE3QzNBQ0EwQkYxMUU2OUY4NUZFNEM4OTY1QTc5NSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiYOQQQAAAB3SURBVHjaYtyzZ08NAwNDIxAzMZAHfgNxOkjzJwoMAQEWIP4IMmASELeSach/IM4E4nUwl9SQYRjMkJkMaF4ixTAUQxiwhA0xhmEYwoAjkPEZhtUQBjyxhc0wnIYwEIh2ZMPwGgJLAwwEDLsPxO9BUYxPIUCAAQCpoR7Fuu8hPAAAAABJRU5ErkJggg==);
      background-position: right 10px center;
      background-repeat: no-repeat;
      background-size: 12px auto; }
  .form-page input::-webkit-input-placeholder,
  .form-page textarea::-webkit-input-placeholder {
    color: #1c1c1c; }
  .form-page .btn-form > a, .form-page .btn-form > div {
    position: absolute;
    top: 15.6rem;
    left: 3.26667rem;
    width: 10.93333rem;
    height: 2.45333rem;
    background: url("https://s.autoimg.cn/topic/ssme/img/btn-bg.png") no-repeat;
    background-size: 100%;
    text-align: center;
    color: #7d480a;
    font-size: 0.85333rem;
    line-height: 2.34667rem; }

@media (min-width: 0px) and (max-width: 320px) {
  .form-page .form-box dt {
    line-height: 28px; }
  .form-page .form-box input[type=tel], .form-page .form-box input[type=text], .form-page .form-box select {
    height: 28px;
    line-height: 26px;
    font-size: 12px; }
  .form-page .form-box input[type=radio] ~ label {
    height: 28px;
    line-height: 28px; } }

@media (min-width: 321px) and (max-width: 413px) {
  .form-page .form-box dt {
    line-height: 32px; }
  .form-page .form-box input[type=tel], .form-page .form-box input[type=text], .form-page .form-box select {
    height: 32px;
    line-height: 30px;
    font-size: 14px; }
  .form-page .form-box input[type=radio] ~ label {
    height: 32px;
    line-height: 32px; } }

@media (min-width: 414px) and (max-width: 1280px) {
  .form-page .form-box dt {
    line-height: 34px; }
  .form-page .form-box input[type=tel], .form-page .form-box input[type=text], .form-page .form-box select {
    height: 34px;
    line-height: normal;
    font-size: 15px; }
  .form-page .form-box input[type=radio] ~ label {
    height: 34px;
    line-height: 34px; } }

.loading-box {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #70b6ff;
  z-index: 9999; }
  .loading-box .area {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -60px;
    margin-left: -30px;
    width: 60px; }
  .loading-box .percent {
    margin-top: 10px;
    font-family: STHeitiSC-Light;
    font-size: 20px;
    color: #fff;
    line-height: 1.0;
    text-align: center; }

@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }

.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: -0.02s;
            animation-delay: -0.02s;
    -webkit-animation-duration: 1.39s;
            animation-duration: 1.39s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: 0.63s;
            animation-delay: 0.63s;
    -webkit-animation-duration: 0.88s;
            animation-duration: 0.88s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.61s;
            animation-delay: 0.61s;
    -webkit-animation-duration: 1.17s;
            animation-duration: 1.17s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.51s;
            animation-delay: 0.51s;
    -webkit-animation-duration: 1.22s;
            animation-duration: 1.22s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.52s;
            animation-delay: 0.52s;
    -webkit-animation-duration: 1.04s;
            animation-duration: 1.04s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: -0.15s;
            animation-delay: -0.15s;
    -webkit-animation-duration: 1.07s;
            animation-duration: 1.07s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
    -webkit-animation-duration: 0.65s;
            animation-duration: 0.65s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.53s;
            animation-delay: 0.53s;
    -webkit-animation-duration: 0.99s;
            animation-duration: 0.99s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s; }
  .ball-grid-pulse > div {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }

html, body {
  background: #70b6ff;
  color: #fff;
  height: 39.89333rem; }

.h1692 {
  height: 45.12rem !important; }

.wrap {
  height: 39.89333rem;
  width: 20rem;
  overflow: hidden;
  position: relative;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }
  .wrap > section {
    height: 100%;
    box-sizing: border-box;
    -webkit-animation: fadeIn .6s both;
            animation: fadeIn .6s both; }
  .wrap .s1 {
    width: 20rem;
    height: 39.89333rem;
    background: url("https://s.autoimg.cn/topic/ssme/img/s1.jpg") no-repeat;
    background-size: 100%; }
    .wrap .s1 .btn-begin {
      position: absolute;
      top: 28.26667rem;
      left: 5.68rem;
      width: 8.64rem;
      height: 3.25333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/btn-unclick.png") no-repeat;
      background-size: 100%; }
      .wrap .s1 .btn-begin.click {
        background: url("https://s.autoimg.cn/topic/ssme/img/btn-click.png") no-repeat;
        background-size: 100%; }
    .wrap .s1 .tq {
      position: absolute;
      top: 28.8rem;
      right: 0.26667rem;
      width: 3.2rem;
      height: 3.2rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/tq.png") no-repeat;
      background-size: 100%; }
  .wrap .s2 {
    width: 20rem;
    height: 39.89333rem;
    background: url("https://s.autoimg.cn/topic/ssme/img/s2.jpg?0") no-repeat;
    background-size: 100%; }
    .wrap .s2 .timer {
      position: fixed;
      top: 1.46667rem;
      left: 0.69333rem;
      width: 2.53333rem;
      height: 3.25333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/timer.png?4") no-repeat;
      background-size: 100%;
      color: #61a8d0;
      font-size: 0.93333rem;
      line-height: 3.6rem;
      text-align: center;
      font-weight: bold; }
    .wrap .s2 .score {
      position: fixed;
      top: 1.46667rem;
      right: 0.69333rem;
      width: 5.2rem;
      height: 3.28rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/score.png") no-repeat;
      background-size: 100%; }
      .wrap .s2 .score span {
        display: block;
        color: #fff;
        font-size: 0.93333rem;
        line-height: 1.54667rem;
        text-align: center;
        font-weight: bold;
        width: 3.12rem;
        height: 1.54667rem;
        margin-left: 2.08rem;
        margin-top: 1.22667rem; }
    .wrap .s2 .barrel {
      position: absolute;
      top: 3.52rem;
      left: 4.64rem;
      width: 6.74667rem;
      height: 4.69333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/barrel.png") no-repeat;
      background-size: 100%;
      opacity: 0; }
      .wrap .s2 .barrel.active {
        opacity: 1; }
    .wrap .s2 .water-wr {
      position: absolute;
      width: 4.37333rem;
      height: 21.06667rem;
      overflow: hidden;
      top: 6.58667rem;
      left: 7.94667rem;
      z-index: 10; }
      .wrap .s2 .water-wr .water {
        width: 4.16rem;
        height: 6.02667rem;
        background: url("https://s.autoimg.cn/topic/ssme/img/water3.png") no-repeat;
        background-size: 100%;
        position: absolute;
        top: 0; }
    .wrap .s2 .man {
      position: absolute;
      top: 11.76rem;
      width: 20rem;
      height: 16.26667rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/man.png") no-repeat;
      background-size: 100%; }
      .wrap .s2 .man.water {
        background: url("https://s.autoimg.cn/topic/ssme/img/water-man.png") no-repeat;
        background-size: 100%; }
    .wrap .s2 .pour {
      position: absolute;
      top: 28.18667rem;
      left: 5.68rem;
      width: 8.64rem;
      height: 3.25333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/pour.png") no-repeat;
      background-size: 100%; }
    .wrap .s2 .times {
      position: absolute;
      top: 31.46667rem;
      width: 100%;
      line-height: 2;
      font-size: 0.64rem;
      color: #608703;
      text-align: center; }
    .wrap .s2 .yxgz {
      position: absolute;
      top: 32.53333rem;
      width: 100%;
      line-height: 2;
      font-size: 0.69333rem;
      color: #5c81b5;
      text-align: center;
      text-decoration: underline; }
  .wrap .s3 {
    width: 20rem;
    height: 45.12rem;
    background: url("https://s.autoimg.cn/topic/ssme/img/s3-1.jpg") no-repeat;
    background-size: 100%; }
    .wrap .s3 .myPrize {
      position: absolute;
      top: 0.66667rem;
      right: 0;
      width: 4.42667rem;
      height: 1.44rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/my-Prize.png") no-repeat;
      background-size: 100%; }
    .wrap .s3 .box {
      margin: 0 auto;
      width: 86%;
      text-align: center;
      overflow: hidden;
      width: 100%;
      padding-top: 11.78667rem; }
      .wrap .s3 .box .scratch {
        box-sizing: border-box;
        position: relative;
        margin: 0 auto;
        background: #fff;
        padding: 3px;
        width: 300px;
        height: 81px;
        -webkit-animation-name: zoomIn;
        animation-name: zoomIn; }
        .wrap .s3 .box .scratch canvas {
          -webkit-transform: scale(0.5, 0.5);
              -ms-transform: scale(0.5, 0.5);
                  transform: scale(0.5, 0.5);
          -webkit-transform-origin: left top;
          -ms-transform-origin: left top;
              transform-origin: left top;
          position: absolute;
          top: 3px;
          left: 3px;
          width: 588px;
          height: 150px; }
        .wrap .s3 .box .scratch .info {
          display: table-cell;
          width: 300px;
          height: 75px;
          line-height: 26px;
          font-size: 18px;
          font-weight: bold;
          color: #434343;
          text-align: center;
          vertical-align: middle; }
          .wrap .s3 .box .scratch .info span {
            display: block;
            font-size: 20px;
            color: #ce0000; }
    .wrap .s3 .playCount {
      height: 1.33333rem;
      font-size: 0.64rem;
      line-height: 1.33333rem;
      color: #336186;
      text-align: center; }
    .wrap .s3 .btn-share {
      width: 9.68rem;
      height: 1.94667rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/share.png") no-repeat;
      background-size: 100%;
      margin: 0 auto; }
    .wrap .s3 .tip {
      height: 1.6rem;
      font-size: 0.53333rem;
      line-height: 1.6rem;
      color: #336186;
      text-align: center;
      overflow: hidden; }
      .wrap .s3 .tip span {
        color: #c5ab00; }
    .wrap .s3 .prizeList {
      margin-top: 0.53333rem;
      width: 20rem;
      height: 9.33333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/prizeList.png") no-repeat;
      background-size: 100%; }
    .wrap .s3 .hdsm {
      position: absolute;
      bottom: 3.73333rem;
      top: 31.36rem;
      left: 0.93333rem;
      width: 18.13333rem;
      overflow: auto;
      font-size: 0.58667rem;
      color: #263304; }
    .wrap .s3 .bottom {
      width: 100%;
      height: 3.41333rem;
      position: fixed;
      bottom: 0;
      background: url("https://s.autoimg.cn/topic/ssme/img/bottom.jpg") no-repeat;
      background-size: 100%; }
      .wrap .s3 .bottom .baojia {
        width: 4.37333rem;
        height: 1.73333rem;
        position: absolute;
        right: 0.8rem;
        top: 0.8rem;
        background: url("https://s.autoimg.cn/topic/ssme/img/baojia.png") no-repeat;
        background-size: 100%; }

.mask-weixin p {
  background: url(https://s.autoimg.cn/topic/pan/img/share-guide.png) 50% no-repeat;
  background-size: 100%;
  height: 4.15625rem;
  position: fixed;
  right: 1.5625rem;
  top: 1.5625rem;
  width: 9.9375rem;
  z-index: 10000; }

[class^="mask-"] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  z-index: 99;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  background: rgba(0, 0, 0, 0.8);
  -webkit-animation: fadeIn .6s both;
  animation: fadeIn 0.6s both; }
  [class^="mask-"]:after {
    content: '';
    position: absolute;
    width: 0.26667rem;
    left: 9.86667rem;
    background-color: #bc4635; }
  [class^="mask-"] .box {
    position: absolute;
    box-sizing: border-box;
    z-index: 2; }

.mask-result-plate .box {
  position: absolute;
  top: 40%;
  margin-top: -7.25333rem;
  width: 20rem;
  height: 14.77333rem;
  background: url("https://s.autoimg.cn/topic/ssme/img/result-plate.png") no-repeat;
  background-size: 100%; }
  .mask-result-plate .box .close-btn {
    position: absolute;
    top: 0.53333rem;
    left: 16.82667rem;
    width: 1.46667rem;
    height: 1.46667rem; }
  .mask-result-plate .box .num {
    position: absolute;
    width: 20rem;
    top: 4.66667rem;
    font-size: 0.93333rem;
    line-height: 2;
    color: #fff;
    text-align: center; }
    .mask-result-plate .box .num span {
      color: #f5e02b; }
  .mask-result-plate .box .play-count {
    position: absolute;
    width: 20rem;
    top: 6.82667rem;
    font-size: 0.93333rem;
    line-height: 1.86667rem;
    height: 1.86667rem;
    color: #fff;
    text-align: center; }
    .mask-result-plate .box .play-count span {
      color: #f5e02b; }
  .mask-result-plate .box .btn-box {
    position: absolute;
    bottom: 0;
    width: 20rem;
    height: 2.61333rem; }
    .mask-result-plate .box .btn-box > div {
      position: absolute;
      bottom: 0;
      width: 6.53333rem;
      height: 2.61333rem; }
    .mask-result-plate .box .btn-box .btn-again {
      left: 2.93333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/btn-again.png") no-repeat;
      background-size: 100%; }
    .mask-result-plate .box .btn-box .btn-choujiang {
      right: 2.93333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/btn-choujiang.png") no-repeat;
      background-size: 100%; }

.mask-success .box {
  position: absolute;
  top: 40%;
  left: 0.53333rem;
  margin-top: -8rem;
  width: 18.93333rem;
  height: 16rem;
  background: url("https://s.autoimg.cn/topic/ssme/img/success.png") no-repeat;
  background-size: 100%; }

.mask-success .close-btn {
  position: absolute;
  top: 1.06667rem;
  right: 1.22667rem;
  width: 1.46667rem;
  height: 1.46667rem; }

.mask-success .prize-img {
  position: absolute;
  top: 4.16rem;
  left: 7.09333rem;
  width: 4.64rem;
  height: 4.10667rem; }
  .mask-success .prize-img.p-xq {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-xq.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-cb {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-cb.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-cdq {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-cdq.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-dhj {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-dhj.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-fhd {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-fhd.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-ipx {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-ipx.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-kindle {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-kindle.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-kl {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-kl.png") no-repeat;
    background-size: 100%; }
  .mask-success .prize-img.p-zc {
    background: url("https://s.autoimg.cn/topic/ssme/img/p-zc.png") no-repeat;
    background-size: 100%; }

.mask-success .prize-txt {
  position: absolute;
  top: 9.06667rem;
  width: 100%;
  text-align: center;
  font-size: 0.93333rem;
  color: #fff;
  font-weight: bold; }

.mask-success .btn {
  position: absolute;
  top: 12.93333rem;
  left: 4.53333rem;
  width: 10.93333rem;
  height: 2.45333rem;
  background: url("https://s.autoimg.cn/topic/ssme/img/btn-bg.png") no-repeat;
  background-size: 100%;
  text-align: center;
  color: #7d480a;
  font-size: 0.85333rem;
  line-height: 2.34667rem; }

.mask-prize .box {
  position: absolute;
  top: 40%;
  left: 1.2rem;
  margin-top: -5.33333rem;
  width: 17.6rem;
  height: 14.98667rem;
  background: url("https://s.autoimg.cn/topic/ssme/img/prize-box.png") no-repeat;
  background-size: 100%; }

.mask-prize .close-btn {
  position: absolute;
  top: 0.53333rem;
  right: 0.66667rem;
  width: 1.46667rem;
  height: 1.46667rem; }

.mask-prize .prize-box {
  position: absolute;
  top: 4.77333rem;
  left: 0.96rem;
  width: 15.78667rem;
  height: 11.62667rem; }
  .mask-prize .prize-box .prize-item {
    width: 15.78667rem;
    height: 3.62667rem;
    background: url("https://s.autoimg.cn/topic/ssme/img/prize-item.png") no-repeat;
    background-size: 100%;
    margin-top: 0.53333rem;
    overflow: hidden; }
    .mask-prize .prize-box .prize-item > div, .mask-prize .prize-box .prize-item > a {
      float: left; }
    .mask-prize .prize-box .prize-item .prize-img {
      margin-left: 0.4rem;
      margin-top: 0.29333rem;
      width: 3.04rem;
      height: 3.04rem;
      border-radius: 50%;
      box-sizing: border-box;
      border: 0.05333rem solid #436ccd; }
      .mask-prize .prize-box .prize-item .prize-img.p-xq {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-xq.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-cb {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-cb.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-cdq {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-cdq.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-dhj {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-dhj.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-fhd {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-fhd.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-ipx {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-ipx.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-kindle {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-kindle.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-kl {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-kl.png") no-repeat;
        background-size: 100%; }
      .mask-prize .prize-box .prize-item .prize-img.p-zc {
        background: #fff url("https://s.autoimg.cn/topic/ssme/img/p-zc.png") no-repeat;
        background-size: 100%; }
    .mask-prize .prize-box .prize-item .prize-txt {
      margin-left: 0.53333rem;
      text-align: center;
      font-size: 0.93333rem;
      line-height: 3.62667rem;
      color: #fff;
      font-weight: bold;
      width: 6.66667rem;
      overflow: hidden; }
    .mask-prize .prize-box .prize-item .btn {
      float: right;
      width: 4.37333rem;
      height: 1.36rem;
      line-height: 1.2rem;
      font-size: 0.64rem;
      color: #7d480a;
      text-align: center;
      margin-right: 0.32rem;
      margin-top: 1.13333rem;
      background: url("https://s.autoimg.cn/topic/ssme/img/prize-btn.png") no-repeat;
      background-size: 100%; }

.mask-form .close-btn {
  position: absolute;
  top: 0.53333rem;
  right: 0.53333rem;
  width: 1.46667rem;
  height: 1.46667rem;
  z-index: 999; }

.mask-gz .box {
  position: absolute;
  top: 40%;
  left: 1.24rem;
  margin-top: -5.33333rem;
  width: 17.52rem;
  height: 148.18667rem;
  background: url("https://s.autoimg.cn/topic/ssme/img/mask-gz.png") no-repeat;
  background-size: 100%; }

.mask-gz .close-btn {
  position: absolute;
  top: 0.53333rem;
  right: 0.53333rem;
  width: 1.46667rem;
  height: 1.46667rem;
  z-index: 999; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes pour {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); } }

@keyframes pour {
  0% {
    -webkit-transform: rotate3d(0, 0, 1, 0);
    transform: rotate3d(0, 0, 1, 0); }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg); } }

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 21.33333rem, 0);
    transform: translate3d(0, 21.33333rem, 0); } }

@keyframes fadeInDown {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 21.33333rem, 0);
    transform: translate3d(0, 21.33333rem, 0); } }

/*# sourceMappingURL=main.css.map */
