﻿@charset "UTF-8";

.iconfont {

  -moz-user-select: none;

  /*火狐*/

  -webkit-user-select: none;

  /*webkit浏览器*/

  -ms-user-select: none;

  /*IE10*/

  -khtml-user-select: none;

  /*早期浏览器*/

  user-select: none; }



/**

 * 1. Set default font family to sans-serif.

 * 2. Prevent iOS text size adjust after orientation change, without disabling

 *    user zoom.

 * 0. sassCore's style

 */

html {

  font-family: sans-serif;

  /* 1 */

  -ms-text-size-adjust: 100%;

  /* 2 */

  -webkit-text-size-adjust: 100%;

  /* 2 */

  overflow-y: scroll;

  /* 0 */

  -webkit-overflow-scrolling: touch;

  /* 0 */ }



/**

 * 1. Remove default margin

 * 0. sassCore's style.

 */

body {

  margin: 0;

  /* 1 */

  font-size: 14px;

  /* 0 */

  line-height: 1.5;

  /* 0 */

  color: #333;

  /* 0 */

  background-color: #fff;

  /* 0 */ }



/* 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,

hgroup,

main,

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.

 * 3. Correct `inline-block` display in IE 6/7.

 */

audio,

canvas,

progress,

video {

  display: inline-block;

  /* 1 */

  vertical-align: baseline;

  /* 2 */

  *display: inline;

  /* 3 */

  *zoom: 1;

  /* 3 */ }



/**

 * 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

   ========================================================================== */

/**

 * 1. Remove the gray background color from active links in IE 10.

 * 2. Improve readability when focused and also mouse hovered in all browsers.

 * 0. sassCore's style.

 */

a {

  background: transparent;

  /* 1 */

  text-decoration: none;

  /*  !* 0 *!

    text-decoration:none;

    @if length($linkColor) > 1{

        color:nth($linkColor,1);

        &:hover{

          color:nth($linkColor,2);

        }

    } @else {

      color:$linkColor;

      &:hover{

        color:darken($linkColor,10%);

      }

    }*/ }

  a:active, a:hover {

    outline: 0;

    /* 2 */ }



/* 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 Safari and Chrome.

 */

dfn {

  font-style: italic; }



/**

 * 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

   ========================================================================== */

/**

 * 1. Remove border when inside `a` element in IE 8/9/10.

 * 2. Improve image quality when scaled in IE 7.

 * 0. sassCore's style.

 */

img {

  border: 0;

  /* 1 */

  vertical-align: middle;

  /* 0 */

  -ms-interpolation-mode: bicubic;

  /* 2 */ }



/**

 * Correct overflow not hidden in IE 9/10/11.

 */

svg:not(:root) {

  overflow: hidden; }



/* Grouping content

   ========================================================================== */

/**

 * Address differences between Firefox and other browsers.

 */

hr {

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  height: 0; }



/**

 * 1. Contain overflow in all browsers.

 * 2. Improve readability of pre-formatted text in all browsers.

 */

pre {

  overflow: auto;

  /* 1 */

  white-space: pre;

  /* 2 */

  white-space: pre-wrap;

  /* 2 */

  word-wrap: break-word;

  /* 2 */ }



/**

 * 1. Address odd `em`-unit font size rendering in all browsers.

 * 2. Correct font family set oddly in IE 6, Safari 4/5, and Chrome.

 */

code,

kbd,

pre,

samp {

  font-family: monospace, monospace;

  /* 1 */

  _font-family: 'courier new', monospace;

  /* 1 */

  font-size: 1em;

  /* 2 */ }



/* 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 */ }



/**

 * 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.

 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.

 *    Known issue: inner spacing remains in IE 6.

 */

button,

html input[type="button"],

input[type="reset"],

input[type="submit"] {

  -webkit-appearance: button;

  /* 2 */

  cursor: pointer;

  /* 3 */

  *overflow: visible;

  /* 4 */ }



/**

 * 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.

 * 3. Remove excess padding in IE 7.

 *    Known issue: excess padding remains in IE 6.

 */

input[type="checkbox"],

input[type="radio"] {

  box-sizing: border-box;

  /* 1 */

  padding: 0;

  /* 2 */

  *height: 13px;

  /* 3 */

  *width: 13px;

  /* 3 */ }



/**

 * 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 */

  -moz-box-sizing: content-box;

  -webkit-box-sizing: content-box;

  /* 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.

 * 3. Correct alignment displayed oddly in IE 6/7.

 */

legend {

  border: 0;

  /* 1 */

  padding: 0;

  /* 2 */

  *margin-left: -7px;

  /* 3 */ }



/**

 * 1. Remove default vertical scrollbar in IE 8/9/10/11.

 * 0. sassCore's style

 */

textarea {

  overflow: auto;

  /* 1 */

  resize: vertical;

  /* 0 */ }



/**

 * 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; }



/**

 * Address CSS quotes not supported in IE 6/7.

 */

q {

  quotes: none; }



html,

button,

input,

select,

textarea {

  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", "Helvetica Neue", Helvetica, Tahoma, sans-serif; }



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; }



h1 {

  font-size: 21px; }



h2 {

  font-size: 18.2px; }



h3 {

  font-size: 16.38px; }



h4 {

  font-size: 14px; }



h5, h6 {

  font-size: 11.9px;

  text-transform: uppercase; }



input:-moz-placeholder,

textarea:-moz-placeholder {

  color: #e6e6e6; }



input::-moz-placeholder,

textarea::-moz-placeholder {

  color: #e6e6e6; }



input:-ms-input-placeholder,

textarea:-ms-input-placeholder {

  color: #e6e6e6; }



input::-webkit-input-placeholder,

textarea::-webkit-input-placeholder {

  color: #e6e6e6; }



body {

  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;

  font-size: 14px;

  line-height: 1.5;

  width: 100%;

  

  position: relative;

  min-width: 1230px; }



@font-face {

  font-family: "iconfont";

  src: url("../other/iconfont.eot");

  /* IE9*/

  src: url("../other/iconfont.eot#iefix") format("embedded-opentype"), url("../other/iconfont.woff") format("woff"), url("../other/iconfont.ttf") format("truetype"), url("../other/iconfont.svg#iconfont") format("svg");

  /* iOS 4.1- */ }

.iconfont {

  font-family: "iconfont" !important;

  font-size: 16px;

  font-style: normal;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale; }



body {

  box-sizing: border-box; }





.layerContnet {

  display: none;

  position: fixed;

  z-index: 123;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: rgba(0, 0, 0, 0.5); }

  .layerContnet .layerinner {

    box-sizing: border-box;

    padding: 20px 25px;

    position: fixed;

    top: 50%;

    left: 50%;

    -webkit-transform: translate(-50%, -50%);

    -ms-transform: translate(-50%, -50%);

    -moz-transform: translate(-50%, -50%);

    transform: translate(-50%, -50%);

    width: 400px;

    height: auto;

    background-color: #fff;

    -webkit-transition: all 0.3s ease;

    -ms-transition: all 0.3s ease;

    -moz-transition: all 0.3s ease;

    transition: all 0.3s ease; }

    .layerContnet .layerinner.login {

      height: auto; }

    .layerContnet .layerinner.active {

      -webkit-transform: translate(-50%, -65%);

      -ms-transform: translate(-50%, -65%);

      -moz-transform: translate(-50%, -65%);

      transform: translate(-50%, -65%); }

    .layerContnet .layerinner.win {

      width: 240px;

      height: 240px;

      border-radius: 10px; }

      .layerContnet .layerinner.win > h1 {

        margin: 29px auto 23px auto;

        color: #d79f44;

        line-height: 26px;

        text-align: center;

        font-size: 16px; }

      .layerContnet .layerinner.win .win-submint {

        cursor: pointer;

        display: block;

        margin: 0 auto;

        position: static;

        width: 180px;

        height: 40px;

        color: #fff;

        text-align: center;

        line-height: 40px;

        border-radius: 5px;

        font-size: 14px;

        background-color: #ffc46d;

        -webkit-transition: all 0.3s ease;

        -ms-transition: all 0.3s ease;

        -moz-transition: all 0.3s ease;

        transition: all 0.3s ease; }

        .layerContnet .layerinner.win .win-submint:hover {

          background-color: #f3ac45; }

      .layerContnet .layerinner.win > .win-radius {

        width: 140px;

        height: 140px;

        border-radius: 50%;

        background-color: #fff;

        box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.08);

        margin: 0 auto;

        position: relative;

        margin-top: -90px; }

        .layerContnet .layerinner.win > .win-radius:after {

          display: block;

          content: "";

          top: 5px;

          left: 5px;

          position: absolute;

          width: 130px;

          height: 130px;

          border-radius: 50%;

          background: url("../images/ico.png") no-repeat #e5d3c0; }

        .layerContnet .layerinner.win > .win-radius.win-one:after {

          background-position: -223px -135px; }

        .layerContnet .layerinner.win > .win-radius.win-two:after {

          background-position: -218px 20px; }

    .layerContnet .layerinner .inner-h1 {

      text-align: center;

      font-weight: 700;

      color: #222328;

      font-size: 22px; }

    .layerContnet .layerinner .close {

      cursor: pointer;

      display: block;

      position: absolute;

      width: 30px;

      height: 30px;

      background-color: #fff;

      right: -30px;

      top: 0;

      line-height: 30px;

      border-bottom-right-radius: 15px;

      border-top-right-radius: 15px; }

      .layerContnet .layerinner .close > i {

        font-size: 15px;

        position: relative;

        left: -1px; }

    .layerContnet .layerinner .form {

      display: block;

      margin: 0 auto;

      width: 320px; }

      .layerContnet .layerinner .form > label {

        margin-top: 39px;

        position: relative;

        display: block;

        width: 100%;

        height: 40px;

        border-radius: 20px;

        -webkit-transition: all 0.3s ease;

        -ms-transition: all 0.3s ease;

        -moz-transition: all 0.3s ease;

        transition: all 0.3s ease; }

        .layerContnet .layerinner .form > label.active {

          box-shadow: 0px 2px 5px 0px #d5d7e1; }

          .layerContnet .layerinner .form > label.active > input {

            border-color: #007ddd;

            box-shadow: inset 0 0 0 25px #fff; }

          .layerContnet .layerinner .form > label.active .clearContent {

            opacity: 1; }

        .layerContnet .layerinner .form > label > input {

          font-size: 14px;

          color: #4f5362;

          box-sizing: border-box;

          padding: 0 25px;

          display: block;

          position: absolute;

          width: 100%;

          height: 100%;

          border: none;

          border: none;

          margin: 0;

          border-radius: 20px;

          outline: none;

          box-shadow: inset 0 0 0 25px #eff0f4;

          border: 1px solid transparent;

          border: 1px solid #fff;

          -webkit-transition: all 0.3s ease;

          -ms-transition: all 0.3s ease;

          -moz-transition: all 0.3s ease;

          transition: all 0.3s ease; }

          .layerContnet .layerinner .form > label > input::-webkit-input-placeholder {

            color: #aeaeae; }

          .layerContnet .layerinner .form > label > input:-moz-placeholder {

            color: #aeaeae; }

          .layerContnet .layerinner .form > label > input::-moz-placeholder {

            color: #aeaeae; }

          .layerContnet .layerinner .form > label > input:-ms-input-placeholder {

            color: #aeaeae; }

        .layerContnet .layerinner .form > label .clearContent {

          opacity: 0;

          cursor: pointer;

          right: 8px;

          top: 5px;

          position: absolute;

          color: #8a8a8a;

          z-index: 1;

          -webkit-transition: all 0.3s ease;

          -ms-transition: all 0.3s ease;

          -moz-transition: all 0.3s ease;

          transition: all 0.3s ease; }

          .layerContnet .layerinner .form > label .clearContent > i {

            font-size: 20px;

            -webkit-transition: all 0.3s ease;

            -ms-transition: all 0.3s ease;

            -moz-transition: all 0.3s ease;

            transition: all 0.3s ease; }

          .layerContnet .layerinner .form > label .clearContent:hover {

            color: #222; }

        .layerContnet .layerinner .form > label > .pro {

          position: absolute;

          font-size: 12px;

          color: #a8acb9;

          left: 20px;

          top: -25px; }

          .layerContnet .layerinner .form > label > .pro.must:before {

            z-index: 1;

            content: "*";

            color: red;

            top: 0px;

            left: -12px;

            position: absolute;

            font-size: 16px; }

        .layerContnet .layerinner .form > label .btncode {

          cursor: pointer;

          right: 17px;

          top: 6px;

          display: block;

          position: absolute;

          width: 60px;

          height: 27px;

          object-fit: cover; }

        .layerContnet .layerinner .form > label .send_code {

          cursor: pointer;

          position: absolute;

          top: 1px;

          right: 0;

          width: 60px;

          height: 38px;

          color: #fff;

          line-height: 38px;

          text-align: center;

          font-size: 14px;

          border-bottom-right-radius: 20px;

          border-top-right-radius: 20px;

          background-color: #007ddd;

          -webkit-transition: all 0.3s ease;

          -ms-transition: all 0.3s ease;

          -moz-transition: all 0.3s ease;

          transition: all 0.3s ease; }

          .layerContnet .layerinner .form > label .send_code:hover {

            background-color: rgba(0, 125, 221, 0.8); }

          .layerContnet .layerinner .form > label .send_code.active {

            color: #fff;

            background-color: #929292; }

      .layerContnet .layerinner .form > .submit {

        cursor: pointer;

        letter-spacing: 3px;

        display: block;

        margin: 30px auto 15px auto;

        width: 180px;

        height: 40px;

        border-radius: 20px;

        font-size: 16px;

        font-weight: 700;

        text-align: center;

        color: #fff;

        line-height: 40px;

        background-color: #007ddd;

        -webkit-transition: all 0.3s ease;

        -ms-transition: all 0.3s ease;

        -moz-transition: all 0.3s ease;

        transition: all 0.3s ease; }

        .layerContnet .layerinner .form > .submit:hover {

          background-color: #005fa9; }

      .layerContnet .layerinner .form > .from_p {

        font-size: 12px;

        font-weight: 700; }

        .layerContnet .layerinner .form > .from_p > a {

          color: #666;

          cursor: pointer;

          -webkit-transition: all 0.3s ease;

          -ms-transition: all 0.3s ease;

          -moz-transition: all 0.3s ease;

          transition: all 0.3s ease; }

          .layerContnet .layerinner .form > .from_p > a:hover {

            color: #222; }

          .layerContnet .layerinner .form > .from_p > a.red {

            color: red; }

      .layerContnet .layerinner .form > .ty {

        position: relative;

        top: 10px;

        text-indent: 20px;

        text-align: left;

        color: #666;

        font-size: 12px; }

        .layerContnet .layerinner .form > .ty .blue {

          cursor: pointer;

          color: #4b8dfe;

          -webkit-transition: all 0.3s ease;

          -ms-transition: all 0.3s ease;

          -moz-transition: all 0.3s ease;

          transition: all 0.3s ease; }

          .layerContnet .layerinner .form > .ty .blue:hover {

            color: #005eff; }

    .layerContnet .layerinner .scanCode {

      display: none;

      position: absolute;

      top: 8px;

      right: 8px;

      width: 230px;

      height: 80px; }

      .layerContnet .layerinner .scanCode .codeBtn {

        cursor: pointer;

        float: right;

        right: 0;

        display: block;

        position: relative;

        width: 80px;

        height: 80px;

        background: url("../images/ico.png") no-repeat -2px -10px; }

        .layerContnet .layerinner .scanCode .codeBtn.wx_codeBtn {

          background-position: -4px -111px; }

      .layerContnet .layerinner .scanCode > .scanCode_h1 {

        position: relative;

        float: left;

        left: 10px;

        width: 150px;

        height: 30px;

        box-sizing: border-box;

        border: 1px solid #df9c1f;

        line-height: 25px;

        color: #df9c1f;

        font-size: 12px;

        margin-top: 18px;

        -webkit-animation: shake_lr 3s linear infinite;

        -ms-animation: shake_lr 3s linear infinite;

        -moz-animation: shake_lr 3s linear infinite;

        animation: shake_lr 3s linear infinite; }

        .layerContnet .layerinner .scanCode > .scanCode_h1 > i {

          position: relative;

          top: 2px;

          font-size: 18px;

          margin-right: 5px; }

        .layerContnet .layerinner .scanCode > .scanCode_h1:before {

          position: absolute;

          top: 8px;

          right: -9px;

          content: "";

          width: 0;

          height: 0;

          border-top: 6px solid transparent;

          border-left: 9px solid red;

          border-bottom: 6px solid transparent; }

        .layerContnet .layerinner .scanCode > .scanCode_h1:after {

          position: absolute;

          top: 8px;

          right: -8px;

          content: "";

          width: 0;

          height: 0;

          border-top: 6px solid transparent;

          border-left: 9px solid #fff;

          border-bottom: 6px solid transparent; }

    .layerContnet .layerinner .wx_code {

      display: block;

      margin: 15px auto 7px auto;

      width: 205px;

      height: 205px; }

    .layerContnet .layerinner .open_wx {

      color: #666;

      font-size: 14px; }

      .layerContnet .layerinner .open_wx .blue {

        color: #007ddd; }

      .layerContnet .layerinner .open_wx i {

        margin-right: 5px;

        position: relative;

        top: 3px;

        font-size: 25px; }

      .layerContnet .layerinner .open_wx a {

        font-weight: 700; }

    .layerContnet .layerinner .h2 {

      line-height: 80px; }

    .layerContnet .layerinner .img-pay {

      display: block;

      margin: 0 auto 30px auto;

      width: 200px;

      height: 200px; }

    .layerContnet .layerinner .pro-wx {

      display: block;

      bottom: -8px;

      right: -92px;

      position: absolute;

      width: 220px;

      height: 298px;

      background: url(../images/wx.png) no-repeat center; }

  .layerContnet.pay-content {

    padding-bottom: 10px; }

    .layerContnet.pay-content .layerinner {

      padding: 0; }

      .layerContnet.pay-content .layerinner .title {

        box-sizing: border-box;

        font-weight: 700;

        padding: 0 30px;

        text-align: left;

        font-size: 20px;

        color: #2b2e33;

        width: 100%;

        line-height: 65px;

        height: 65px;

        border-bottom: 2px solid #ebebeb; }

        .layerContnet.pay-content .layerinner .title .close {

          ursor: pointer;

          display: block;

          position: absolute;

          width: 30px;

          height: 30px;

          right: 6px;

          top: 14px;

          color: #999999;

          line-height: 30px;

          border-bottom-right-radius: 15px;

          border-top-right-radius: 15px; }

          .layerContnet.pay-content .layerinner .title .close > i {

            font-size: 19px; }

      .layerContnet.pay-content .layerinner .form-pay {

        margin: 0 auto;

        width: 100%;

        box-sizing: border-box;

        padding: 0 20px 20px 20px; }

        .layerContnet.pay-content .layerinner .form-pay > label {

          margin-top: 10px;

          display: block;

          line-height: 40px;

          height: 40px; }

          .layerContnet.pay-content .layerinner .form-pay > label .btn-add,

          .layerContnet.pay-content .layerinner .form-pay > label .btn-minus {

            cursor: pointer;

            color: #a1a1a1;

            font-weight: 700;

            font-size: 22px;

            margin-top: 5px;

            display: block;

            float: left;

            width: 30px;

            line-height: 28px;

            height: 30px;

            -webkit-transition: all 0.3s ease;

            -ms-transition: all 0.3s ease;

            -moz-transition: all 0.3s ease;

            transition: all 0.3s ease;

            background-color: #eee; }

            .layerContnet.pay-content .layerinner .form-pay > label .btn-add:hover,

            .layerContnet.pay-content .layerinner .form-pay > label .btn-minus:hover {

              color: #222;

              background-color: #ccc; }

          .layerContnet.pay-content .layerinner .form-pay > label .coupon {

            cursor: pointer;

            margin-top: 4px;

            float: left;

            display: block;

            width: 110px;

            height: 30px;

            line-height: 30px;

            font-size: 14px;

            color: #fff;

            background: url("../images/coupon.png") no-repeat center;

            background-size: cover; }

          .layerContnet.pay-content .layerinner .form-pay > label .btn-use {

            cursor: pointer;

            margin-top: 5px;

            float: left;

            width: 50px;

            color: #fff;

            height: 30px;

            font-size: 12px;

            line-height: 30px;

            background-color: #1971e9;

            -webkit-transition: all 0.3s ease;

            -ms-transition: all 0.3s ease;

            -moz-transition: all 0.3s ease;

            transition: all 0.3s ease; }

            .layerContnet.pay-content .layerinner .form-pay > label .btn-use:hover {

              background-color: rgba(25, 113, 233, 0.9); }

          .layerContnet.pay-content .layerinner .form-pay > label input {

            float: left;

            margin-top: 5px;

            outline: none;

            box-sizing: border-box;

            padding: 0 5px;

            height: 30px;

            border: none;

            box-shadow: inset 0 0 0 40px #eeeeee; }

            .layerContnet.pay-content .layerinner .form-pay > label input.text {

              width: 160px; }

            .layerContnet.pay-content .layerinner .form-pay > label input.num {

              margin: 5px 2px 0 2px;

              width: 45px;

              text-align: center; }

      .layerContnet.pay-content .layerinner .left-pay {

        font-weight: 700;

        width: 70px;

        text-align: right;

        float: left;

        font-size: 14px;

        color: #27364e;

        margin-right: 20px; }

      .layerContnet.pay-content .layerinner .right-pay {

        font-weight: 700;

        color: #1971e9;

        font-size: 14px;

        float: left; }

        .layerContnet.pay-content .layerinner .right-pay .zfb,

        .layerContnet.pay-content .layerinner .right-pay .wx {

          cursor: pointer;

          margin-right: 10px;

          display: block;

          float: left;

          width: 120px;

          height: 40px;

          border: 1px solid #dcdcdc;

          -webkit-transition: all 0.3s ease;

          -ms-transition: all 0.3s ease;

          -moz-transition: all 0.3s ease;

          transition: all 0.3s ease;

          background: url("../images/zfb.png") no-repeat center;

          background-size: cover; }

          .layerContnet.pay-content .layerinner .right-pay .zfb.active,

          .layerContnet.pay-content .layerinner .right-pay .wx.active {

            border-color: #1971e9; }

        .layerContnet.pay-content .layerinner .right-pay .zfb {

          position: relative; }

          .layerContnet.pay-content .layerinner .right-pay .zfb:after {

            color: #fff;

            font-size: 12px;

            content: "支付宝支付，立减1元";

            position: absolute;

            top: 44px;

            left: 45px;

            display: block;

            background: url("../images/pro_1.png") no-repeat center;

            background-size: cover;

            width: 135px;

            height: 36px;

            line-height: 41px;

            box-sizing: border-box;

            padding-left: 10px; }

        .layerContnet.pay-content .layerinner .right-pay .wx {

          background: url("../images/pay-wx.png") no-repeat center;

          background-size: cover; }

      .layerContnet.pay-content .layerinner .pay-way {

        margin: 0 auto;

        box-sizing: border-box;

        padding: 20px 0 50px 0;

        width: 366px;

        height: auto;

        border-top: 2px solid #ebebeb;

        border-bottom: 2px solid #ebebeb; }

        .layerContnet.pay-content .layerinner .pay-way .left-pay {

          margin-top: 10px; }

      .layerContnet.pay-content .layerinner .pay-mode {

        margin: 0 auto;

        box-sizing: border-box;

        padding: 15px 0;

        width: 366px;

        height: 66px; }

        .layerContnet.pay-content .layerinner .pay-mode .left-pay {

          margin-top: 10px; }

        .layerContnet.pay-content .layerinner .pay-mode .right-pay {

          color: #f05a28; }

        .layerContnet.pay-content .layerinner .pay-mode > .pay-pro {

          margin-left: 5px;

          font-size: 12px; }

        .layerContnet.pay-content .layerinner .pay-mode .pay-num {

          font-size: 34px; }

          .layerContnet.pay-content .layerinner .pay-mode .pay-num:after {

            position: relative;

            content: "元";

            font-size: 15px;

            top: 0px; }

      .layerContnet.pay-content .layerinner .go-pay {

        cursor: pointer;

        display: block;

        margin: 30px auto 15px auto;

        width: 150px;

        height: 40px;

        border-radius: 5px;

        font-size: 16px;

        font-weight: 700;

        text-align: center;

        color: #fff;

        line-height: 40px;

        background-color: #007ddd; }

        .layerContnet.pay-content .layerinner .go-pay:hover {

          background-color: rgba(0, 125, 221, 0.9); }

      .layerContnet.pay-content .layerinner .lable-a {

        cursor: pointer;

        font-size: 12px;

        color: #888;

        -webkit-transition: all 0.3s ease;

        -ms-transition: all 0.3s ease;

        -moz-transition: all 0.3s ease;

        transition: all 0.3s ease; }

        .layerContnet.pay-content .layerinner .lable-a:hover {

          color: #1971e9; }



/*媒体响应*/

/*媒体响应*/

.fadeInUp {

  display: block;

  -webkit-animation: fadeInUp 1s .2s ease both;

  -moz-animation: fadeInUp 1s .2s ease both; }



@-webkit-keyframes fadeInUp {

  0% {

    opacity: 0;

    -webkit-transform: translateY(20px); }

  100% {

    opacity: 1;

    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInUp {

  0% {

    opacity: 0;

    -moz-transform: translateY(20px); }

  100% {

    opacity: 1;

    -moz-transform: translateY(0); } }

.fadeInDown {

  -webkit-animation: fadeInDown 1s .2s ease both;

  -moz-animation: fadeInDown 1s .2s ease both; }



@-webkit-keyframes fadeInDown {

  0% {

    opacity: 0;

    -webkit-transform: translateY(-20px); }

  100% {

    opacity: 1;

    -webkit-transform: translateY(0); } }

@-moz-keyframes fadeInDown {

  0% {

    opacity: 0;

    -moz-transform: translateY(-20px); }

  100% {

    opacity: 1;

    -moz-transform: translateY(0); } }

.fadeInRight {

  -webkit-animation: fadeInRight 1s 0.2s ease both;

  -moz-animation: fadeInRight 1s 0.2s ease both; }



.fadeInLeft {

  -webkit-animation: fadeInLeft 1s 0.2s ease both;

  -moz-animation: fadeInLeft 1s 0.2s ease both; }



@-webkit-keyframes fadeInRight {

  0% {

    opacity: 0;

    -webkit-transform: translateX(-50px);

    -moz-transform: translateX(-50px); }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0); } }

@-webkit-keyframes fadeInLeft {

  0% {

    opacity: 0;

    -webkit-transform: translateX(50px);

    -moz-transform: translateX(50px); }

  100% {

    opacity: 1;

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0); } }

@-webkit-keyframes shake_lr {

  0%,

    50% {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    -moz-transform: translateX(0px);

    transform: translateX(0px); }

  65% {

    -webkit-transform: translateX(6px);

    -ms-transform: translateX(6px);

    -moz-transform: translateX(6px);

    transform: translateX(6px); }

  75% {

    -webkit-transform: translateX(-4px);

    -ms-transform: translateX(-4px);

    -moz-transform: translateX(-4px);

    transform: translateX(-4px); }

  85% {

    -webkit-transform: translateX(2px);

    -ms-transform: translateX(2px);

    -moz-transform: translateX(2px);

    transform: translateX(2px); }

  95% {

    -webkit-transform: translateX(-1px);

    -ms-transform: translateX(-1px);

    -moz-transform: translateX(-1px);

    transform: translateX(-1px); }

  100% {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    -moz-transform: translateX(0px);

    transform: translateX(0px); } }

@-moz-keyframes shake {

  0%,

    50% {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    -moz-transform: translateX(0px);

    transform: translateX(0px); }

  65% {

    -webkit-transform: translateX(6px);

    -ms-transform: translateX(6px);

    -moz-transform: translateX(6px);

    transform: translateX(6px); }

  75% {

    -webkit-transform: translateX(-4px);

    -ms-transform: translateX(-4px);

    -moz-transform: translateX(-4px);

    transform: translateX(-4px); }

  85% {

    -webkit-transform: translateX(2px);

    -ms-transform: translateX(2px);

    -moz-transform: translateX(2px);

    transform: translateX(2px); }

  95% {

    -webkit-transform: translateX(-1px);

    -ms-transform: translateX(-1px);

    -moz-transform: translateX(-1px);

    transform: translateX(-1px); }

  100% {

    -webkit-transform: translateX(0px);

    -ms-transform: translateX(0px);

    -moz-transform: translateX(0px);

    transform: translateX(0px); } }

@keyframes note_num {

  0%,

  5%,

  12.5%,

  20%,

  25%,

  100% {

    transform: translateY(0); }

  10% {

    transform: translateY(-4px); }

  15% {

    transform: translateY(-2px); } }



/*# sourceMappingURL=common.css.map */

