@charset "UTF-8";
.modal > .modal-main .mlogin-form .fl-option {
  *zoom: 1; }
  .modal > .modal-main .mlogin-form .fl-option:before, .modal > .modal-main .mlogin-form .fl-option:after {
    content: "";
    display: table; }
  .modal > .modal-main .mlogin-form .fl-option:after {
    clear: both; }

.iconfont, .modal > .modal-main > .close, .modal > .modal-main .mlogin-form .form-line.necessary:before, .modal > .modal-main .mlogin-form .fl-option > label > span:after {
  -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; }

html {
  position: relative;
  width: 100%;
  min-height: 100%;
  text-align: center;
  min-width: 1200px; }

body {
  font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  min-width: 1200px; }

html, body {
  background-color: #fff; }

@font-face {
  font-family: "iconfont";
  src: url("../font/iconfont.eot");
  /* IE9*/
  src: url("../font/iconfont.eot#iefix") format("embedded-opentype"), url("../font/iconfont.woff") format("woff"), url("../font/iconfont.ttf") format("truetype"), url("../font/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; }

html {
  overflow: auto; }

.modal > .modal-main > .close, .modal > .modal-main .mlogin-form .form-line.necessary:before, .modal > .modal-main .mlogin-form .fl-option > label > span:after {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a[href*="www.cnzz.com"] {
  display: none; }

h5, h6 {
  text-transform: none; }

.header {
  width: 100%;
  height: 67px;
  line-height: 67px;
  overflow: hidden;
  position: relative; }
  .header .inner {
    position: relative;
    width: 1400px;
    margin: 0  auto; }
  .header .logo {
    width: 124px;
    height: 42px;
    position: absolute;
    left: 5%;
    top: 12px;
    display: inline-block;
    background: url("../image/logo.png") no-repeat center; }
  .header .nav {
    display: inline-block;
    margin-left: 200px; }
    .header .nav a {
      display: inline-block;
      color: #666666;
      font-size: 16px;
      width: 91px;
      height: 64px; }
    .header .nav .active {
      color: #0a76ff;
      border-bottom: 3px solid #0a76ff; }
  .header .member-before {
    display: inline-block;
    margin-left: 100px; }
    .header .member-before .regs {
      width: 87px;
      height: 34px;
      background-color: #0a76ff;
      border-radius: 17px;
      line-height: 34px;
      color: #fff;
      display: inline-block;
      margin-right: 5px;
      cursor: pointer; }
    .header .member-before .logs {
      display: inline-block;
      width: 87px;
      height: 34px;
      line-height: 34px;
      border-radius: 17px;
      border: solid 1px #2b75f3;
      color: #2b75f3;
      box-sizing: border-box;
      cursor: pointer; }
  .header .member-after {
    display: inline-block;
    margin-left: 100px; }
    .header .member-after .user {
      display: inline-block;
      margin-right: 5px;
      cursor: pointer; }
    .header .member-after .name {
      display: inline-block;
      color: #333;
      box-sizing: border-box;
      cursor: pointer; }
      .header .member-after .name:hover {
        color: #0a76ff; }
    .header .member-after .quit {
      cursor: pointer; }
      .header .member-after .quit:hover {
        color: #0a76ff; }

.inform {
  width: 100%;
  height: 97px;
  background: url("../image/inform.png") no-repeat center;
  background-size: cover; }
  .inform .inner {
    width: 100%;
    margin: 0 auto; }
    .inform .inner i {
      font-size: 25px;
      margin-right: 10px;
      position: relative;
      top: 2px;
      color: #fff; }
    .inform .inner span {
      font-size: 25px;
      font-weight: bold;
      color: #fff;
      line-height: 96px;
      background-image: -webkit-linear-gradient(left, #c5e7ff, #efdcff 10%, #ffdccd 20%, #c8c5cc 30%, #CCCCFF 40%, #00FFFF 50%, #ffffff 60%, #0CFCFF 70%, #FFD912 80%, #CC17CB 90%, red 100%);
      -webkit-text-fill-color: transparent;
      /* 将字体设置成透明色 */
      -webkit-background-clip: text;
      /* 裁剪背景图，使文字作为裁剪区域向外裁剪 */
      -webkit-background-size: 200% 100%;
      -webkit-animation: masked-animation 4s linear infinite; }
@keyframes masked-animation {
  0% {
    background-position: 0  0; }
  100% {
    background-position: -100%  0; } }
.footer {
  width: 100%;
  background-color: #1d1d1d;
  padding-bottom: 18px;
  box-sizing: border-box; }
  .footer .inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 18px;
    box-sizing: border-box;
    border-bottom: 1px solid #333333; }
  .footer .listbox {
    float: left;
    margin-top: 38px;
    margin-right: 33px; }
    .footer .listbox:first-child {
      margin: 54px 80px 0 130px; }
      .footer .listbox:first-child .tstd {
        color: #fff;
        font-size: 24px;
        margin-top: 5px; }
    .footer .listbox:nth-child(3) {
      margin: 38px 35px 0; }
    .footer .listbox ul {
      text-align: left; }
      .footer .listbox ul li {
        color: #c8c8c8;
        line-height: 30px; }
        .footer .listbox ul li:first-child {
          font-size: 18px;
          color: #fff; }
        .footer .listbox ul li i {
          color: #fff;
          margin-right: 8px; }
        .footer .listbox ul li a {
          color: #c8c8c8; }
          .footer .listbox ul li a:hover {
            color: #0a76ff; }
        .footer .listbox ul li img {
          width: 85px;
          margin: 10px; }
    .footer .listbox:last-child ul {
      text-align: center; }
  .footer .friend-link {
    text-align: left;
    color: #a9a9a9;
    width: 942px;
    margin: 20px auto 10px;
    overflow: hidden; }
    .footer .friend-link .friend {
      width: 71px;
      float: left; }
    .footer .friend-link .link {
      width: 800px;
      float: left; }
      .footer .friend-link .link a {
        color: #a9a9a9;
        margin: 0 10px; }
        .footer .friend-link .link a:hover {
          color: #fff; }
  .footer .bot {
    color: #a9a9a9;
    font-size: 13px; }
    .footer .bot a {
      color: #4da2ff; }

.user-header .logo {
  background: url("/user-logo.png") no-repeat center; }
.user-header .nav a {
  color: #fff; }
.user-header .member-after .name, .user-header .member-after span, .user-header .member-after .quit {
  color: #fff; }

.customer {
  position: fixed;
  right: 138px;
  top: 50%;
  width: 50px;
  height: 150px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 10px 22px 0px rgba(17, 21, 39, 0.1);
  z-index: 99; }
  .customer .menu {
    width: 50px;
    height: 50px;
    position: relative;
    cursor: pointer;
    display: block;
    color: #333; }
    .customer .menu i {
      font-size: 30px; }
    .customer .menu:hover {
      background-color: #387eec; }
      .customer .menu:hover i {
        color: #fff; }
  .customer .pattern:hover .kf-ewm {
    display: block; }
  .customer .pattern .kf-ewm {
    display: none;
    width: 120px;
    height: 130px;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow: 0px 10px 22px 0px rgba(17, 21, 39, 0.1);
    padding: 10px;
    box-sizing: border-box;
    position: relative;
    left: 61px;
    top: -93px; }
    .customer .pattern .kf-ewm:before {
      display: block;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-right: 8px solid #fff;
      top: 57px;
      left: -7px; }
    .customer .pattern .kf-ewm:after {
      display: block;
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-right: 8px solid #fff;
      top: 57px;
      left: -7px; }
    .customer .pattern .kf-ewm p {
      font-size: 12px; }
    .customer .pattern .kf-ewm img {
      display: block;
      width: 100px;
      height: 100px;
      border: 1px solid #999;
      box-sizing: border-box; }

.modal {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .modal.active {
    opacity: 1;
    filter: alpha(opacity=100); }
    .modal.active > .modal-main {
      -webkit-transform: translate(-50%, calc(-50%));
      -ms-transform: translate(-50%, calc(-50%));
      -moz-transform: translate(-50%, calc(-50%));
      transform: translate(-50%, calc(-50%)); }
  .modal > .modal-main {
    width: 454px;
    position: absolute;
    background: #fff;
    border-radius: 10px;
    left: 50%;
    top: 50%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translate(-50%, calc(-50% + 100px));
    -ms-transform: translate(-50%, calc(-50% + 100px));
    -moz-transform: translate(-50%, calc(-50% + 100px));
    transform: translate(-50%, calc(-50% + 100px)); }
    .modal > .modal-main > .close {
      width: 30px;
      height: 30px;
      display: block;
      text-align: center;
      line-height: 30px;
      position: absolute;
      z-index: 10;
      top: -60px;
      right: 0;
      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;
      font-size: 30px;
      color: #fff; }
      .modal > .modal-main > .close:after {
        content: "";
        width: 1px;
        height: 30px;
        background: #fff;
        position: absolute;
        left: 15px;
        top: 30px; }
    .modal > .modal-main .mlogin-form {
      padding: 20px 0; }
      .modal > .modal-main .mlogin-form > h4 {
        height: 45px;
        display: block;
        box-sizing: border-box;
        line-height: 45px;
        font-size: 18px;
        color: #333;
        font-weight: 300;
        letter-spacing: 1px;
        text-align: center; }
      .modal > .modal-main .mlogin-form > p {
        display: block;
        line-height: 20px;
        height: 20px;
        color: #7e8994;
        font-size: 12px;
        letter-spacing: 1px; }
      .modal > .modal-main .mlogin-form .form-pro {
        margin: 0 auto;
        width: 340px;
        background-color: #fff6f0;
        font-size: 12px;
        line-height: 30px;
        color: #222;
        border-radius: 3px;
        box-shadow: 0 0 0 0 #f6b7ae;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden; }
        .modal > .modal-main .mlogin-form .form-pro.active {
          height: 30px;
          box-shadow: 0 0 0 1px #f6b7ae; }
        .modal > .modal-main .mlogin-form .form-pro > a {
          cursor: pointer;
          color: red; }
          .modal > .modal-main .mlogin-form .form-pro > a:hover {
            text-decoration: underline; }
        .modal > .modal-main .mlogin-form .form-pro > i {
          color: #ee2222;
          position: relative;
          font-size: 19px;
          top: 3px;
          margin-right: 6px; }
      .modal > .modal-main .mlogin-form .form-line {
        position: relative;
        width: 340px;
        height: 45px;
        display: block;
        box-sizing: border-box;
        margin: 20px auto 0px; }
        .modal > .modal-main .mlogin-form .form-line > * {
          z-index: 2; }
        .modal > .modal-main .mlogin-form .form-line.necessary:before {
          position: absolute;
          left: -20px;
          color: #ea2000;
          content: "*";
          display: block;
          line-height: 45px; }
        .modal > .modal-main .mlogin-form .form-line.with-code > input {
          padding: 0 125px 0 45px; }
        .modal > .modal-main .mlogin-form .form-line.with-code > img {
          width: 90px;
          height: 30px;
          display: block;
          position: absolute;
          right: 12px;
          top: 7px;
          z-index: 2;
          cursor: pointer; }
        .modal > .modal-main .mlogin-form .form-line.with-code > a {
          width: 103px;
          height: 30px;
          background-image: linear-gradient(-90deg, #296be4 0%, #4b90f7 100%), linear-gradient(0deg, #f19d4b 0%, #ed6f2d 100%);
          position: absolute;
          display: block;
          right: 12px;
          top: calc(50% - 15px);
          box-sizing: border-box;
          border-radius: 15px;
          cursor: pointer;
          line-height: 30px;
          font-size: 12px;
          letter-spacing: 1px;
          color: #fff;
          border: 1px solid #3899ff;
          z-index: 2; }
          .modal > .modal-main .mlogin-form .form-line.with-code > a.disable {
            background: #e2f0ff;
            color: #788da3;
            border: 1px solid #e2f0ff;
            cursor: default; }
            .modal > .modal-main .mlogin-form .form-line.with-code > a.disable:hover {
              background: #e2f0ff;
              color: #788da3; }
          .modal > .modal-main .mlogin-form .form-line.with-code > a:hover {
            background: #3899ff;
            color: #fff; }
        .modal > .modal-main .mlogin-form .form-line > i {
          position: absolute;
          z-index: 2;
          width: 40px;
          height: 45px;
          display: block;
          left: 5px;
          text-align: center;
          line-height: 45px;
          font-size: 25px;
          color: #9ea7ab;
          font-weight: normal;
          top: 0; }
        .modal > .modal-main .mlogin-form .form-line > input {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          z-index: 1;
          box-sizing: border-box;
          padding: 0  15px 0 45px;
          text-align: left;
          border: 1px solid #cccccc;
          border-radius: 6px;
          font-size: 14px;
          line-height: 52px;
          background: none;
          outline: none;
          z-index: 1; }
          .modal > .modal-main .mlogin-form .form-line > input::-webkit-input-placeholder {
            color: #aaa; }
          .modal > .modal-main .mlogin-form .form-line > input:-moz-placeholder {
            color: #aaa; }
          .modal > .modal-main .mlogin-form .form-line > input::-moz-placeholder {
            color: #aaa; }
          .modal > .modal-main .mlogin-form .form-line > input:-ms-input-placeholder {
            color: #aaa; }
      .modal > .modal-main .mlogin-form .error > input {
        border-color: #ed4d4d; }
      .modal > .modal-main .mlogin-form .fl-option {
        position: relative;
        width: 340px;
        margin: auto;
        height: 42px;
        line-height: 42px;
        font-size: 14px; }
        .modal > .modal-main .mlogin-form .fl-option.has-se {
          font-size: 12px; }
          .modal > .modal-main .mlogin-form .fl-option.has-se > label {
            color: #999; }
        .modal > .modal-main .mlogin-form .fl-option > label {
          float: left;
          box-sizing: border-box;
          padding: 0 10px 0 25px;
          font-weight: normal;
          cursor: pointer;
          position: relative;
          color: #999; }
          .modal > .modal-main .mlogin-form .fl-option > label > a {
            color: #0088de; }
          .modal > .modal-main .mlogin-form .fl-option > label > input {
            display: none; }
            .modal > .modal-main .mlogin-form .fl-option > label > input:checked + span:after {
              display: block; }
          .modal > .modal-main .mlogin-form .fl-option > label > span {
            position: absolute;
            width: 14px;
            height: 14px;
            border: 1px solid #3899ff;
            border-radius: 2px;
            left: 0px;
            display: block;
            box-sizing: border-box;
            top: calc(50% - 7px); }
            .modal > .modal-main .mlogin-form .fl-option > label > span:after {
              content: "\e603";
              display: none;
              color: #3899ff;
              font-size: 20px;
              font-weight: bold;
              position: absolute;
              top: -2px;
              left: -3px;
              line-height: 16px; }
        .modal > .modal-main .mlogin-form .fl-option > a {
          float: right;
          font-size: 13px;
          color: #999;
          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; }
          .modal > .modal-main .mlogin-form .fl-option > a:hover {
            color: #4aa7f8; }
      .modal > .modal-main .mlogin-form .submit {
        width: 350px;
        height: 40px;
        display: block;
        cursor: pointer;
        background-image: linear-gradient(-90deg, #296be4 0%, #4b90f7 100%), linear-gradient(90deg, #f19d4b 0%, #ed6f2d 100%);
        line-height: 40px;
        border-radius: 20px;

        color: #fff;
        margin: 15px auto 0;
        font-size: 15px;
        text-align: center;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .modal > .modal-main .mlogin-form .submit:hover {
          background-image: linear-gradient(-90deg, #4182f9 0%, #62a1ff 100%), linear-gradient(90deg, #f19d4b 0%, #ed6f2d 100%); }
      .modal > .modal-main .mlogin-form .tip {
        line-height: 40px;
        display: block;
        color: #333;
        font-size: 14px;
        font-weight: normal;
        text-align: center; }
        .modal > .modal-main .mlogin-form .tip > a {
          color: #4aa7f8;
          -webkit-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          transition: all 0.3s ease;
          cursor: pointer; }
    .modal > .modal-main .st {
      display: inline-block;
      margin: 10px  auto 0;
      padding: 0 10px 0 25px;
      position: relative;
      line-height: 22px;
      border-radius: 22px;
      background: #f2f8ff;
      color: #6d7c8c;
      font-size: 12px;
      letter-spacing: 1px; }
      .modal > .modal-main .st:after {
        width: 20px;
        height: 20px;
        display: block;
        content: "";
        position: absolute;
        left: 4px;
        top: -10px;
        background: url("__IMG__/small-tip.png") center no-repeat; }

@media screen and (min-width: 1300px) {
  .header_inner {
    width: 1300px !important; } }

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