﻿@charset "UTF-8";
.ucenter, .modal > .modal-main .mlogin-form .fl-option {
  *zoom: 1; }
  .ucenter:before, .modal > .modal-main .mlogin-form .fl-option:before, .ucenter:after, .modal > .modal-main .mlogin-form .fl-option:after {
    content: "";
    display: table; }
  .ucenter:after, .modal > .modal-main .mlogin-form .fl-option:after {
    clear: both; }

.modal > .modal-main > .close, .modal > .modal-main .mlogin-form .fl-option > label > span:after, .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", "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", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
  position: relative;
  min-width: 1200px;
 }
section{
text-align:center;
}
@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- */ }
.modal > .modal-main > .close, .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; }

.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;
  overflow: hidden; }

.none {
  display: none !important; }

.reg_Agreement {
  text-align: left;
  padding: 120px 30px;
  box-sizing: border-box;
  font-size: 18px; }
  .reg_Agreement .content_inner {
    width: 100%; }
  .reg_Agreement span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #1e1b29;
    margin-right: 15px; }
  .reg_Agreement h5 {
    font-size: 24px; }

.ucenter {
  width: 100%;
  height: auto;
  padding-top: 72px;
  box-sizing: border-box; }
  .ucenter .menu-left {
    float: left;
    width: 300px;
    min-height: 900px;
    background-color: #f7f8fd;
    box-shadow: 1px 0px 0px 0px #e9ebef;
    padding: 30px;
    box-sizing: border-box;
    text-align: left; }
    .ucenter .menu-left h6 {
      font-size: 28px;
      position: relative;
      margin-bottom: 70px; }
      .ucenter .menu-left h6:after {
        content: "";
        width: 250px;
        height: 2px;
        background-color: #e9ebef;
        position: absolute;
        bottom: -25px;
        left: 0; }
    .ucenter .menu-left .menu {
      display: block;
      color: #4a525f;
      font-size: 16px;
      margin-bottom: 40px;
      cursor: pointer; }
      .ucenter .menu-left .menu i {
        margin-right: 20px; }
    .ucenter .menu-left .menus {
      position: relative; }
      .ucenter .menu-left .menus span {
        display: block;
        width: 94px;
        height: 26px;
        background-image: linear-gradient(90deg, #feae29 0%, #ff802b 100%), linear-gradient(#000000, #000000);
        color: #000;
        font-size: 14px;
        text-align: center;
        line-height: 26px;
        position: absolute;
        right: 6px;
        top: 0; }
        .ucenter .menu-left .menus span:before {
          display: block;
          content: "";
          position: absolute;
          width: 0;
          height: 0;
          border-bottom: 4px solid transparent;
          border-top: 4px solid transparent;
          border-right: 8px solid #feae29;
          top: 10px;
          left: -6px; }
      .ucenter .menu-left .menus i {
        position: relative;
        left: -2px;
        font-size: 20px;
        margin-right: 16px; }
    .ucenter .menu-left .active {
      color: #3c7fff; }
      .ucenter .menu-left .active i {
        color: #3c7fff; }
      .ucenter .menu-left .active svg {
        color: #3c7fff; }
    .ucenter .menu-left .quit {
      width: 117px;
      height: 40px;
      background-color: #3c7fff;
      border-radius: 4px;
      line-height: 40px;
      font-size: 14px;
      color: #fff;
      text-align: center; }

.modal {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2); }
  .modal > .modal-main {
    box-sizing: border-box;
    height: auto;
    color: #222222;
    background: #fff;
    position: fixed;
    left: 50%;
    top: 40%;
    z-index: 9999;
    padding: 30px !important;
    box-sizing: border-box !important;
    height: 576px;
    border-radius: 4px;
    -webkit-transform: translate(-50%, -35%);
    -ms-transform: translate(-50%, -35%);
    -moz-transform: translate(-50%, -35%);
    transform: translate(-50%, -35%); }
    .modal > .modal-main > .close {
      width: 18px;
      height: 18px;
      color: #333;
      text-align: center;
      line-height: 26px;
      font-size: 28px;
      cursor: pointer;
      position: absolute;
      z-index: 2;
      top: 20px;
      right: 30px;
      -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 > .close i {
        font-size: 35px; }
    .modal > .modal-main .modal-logo {
      width: 94px;
      height: 94px;
      background: url("/modal-logo.png") no-repeat;
      position: absolute;
      left: 50%;
      top: -42px;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      -moz-transform: translate(-50%);
      transform: translate(-50%); }
    .modal > .modal-main .mlogin-form > h4 {
      box-sizing: border-box;
      font-size: 20px;
      color: #333333;
      font-weight: normal;
      letter-spacing: 1px;
      margin: 0 0 40px; }
    .modal > .modal-main .mlogin-form .form-line {
      height: 50px;
      box-sizing: border-box;
      position: relative;
      margin: 0 auto 20px;
      border: 1px solid #e2e2e7;
      padding-left: 23px; }
      .modal > .modal-main .mlogin-form .form-line.col {
        border-color: #3c7fff; }
        .modal > .modal-main .mlogin-form .form-line.col i {
          color: #3c7fff; }
      .modal > .modal-main .mlogin-form .form-line.with-code > input {
        padding: 0 70px 0 48px; }
      .modal > .modal-main .mlogin-form .form-line.with-code > a {
        display: block;
        width: 70px;
        height: 30px;
        position: absolute;
        right: 5px;
        top: 12px;
        z-index: 2;
        cursor: pointer;
        color: #5569e5;
        font-size: 14px; }
      .modal > .modal-main .mlogin-form .form-line.with-code .time-cut {
        width: 50px;
        height: 26px;
        position: absolute;
        top: 12px;
        right: 5px;
        z-index: 2; }
        .modal > .modal-main .mlogin-form .form-line.with-code .time-cut input {
          display: block;
          width: 100%;
          height: 100%;
          line-height: 24px;
          border: none;
          outline: none;
          font-size: 12px;
          color: #fff;
          background-color: #036ad7;
          border-radius: 2px;
          cursor: pointer; }
      .modal > .modal-main .mlogin-form .form-line.with-code .code-img {
        position: absolute;
        right: 10px;
        top: 8px;
        z-index: 9;
        width: 70px;
        height: 28px; }
      .modal > .modal-main .mlogin-form .form-line.hide-block {
        display: none; }
      .modal > .modal-main .mlogin-form .form-line > i {
        width: 28px;
        height: 49px;
        line-height: 49px;
        text-align: center;
        font-size: 18px;
        color: #acacac;
        position: absolute;
        left: 6px;
        top: 0;
        z-index: 2; }
      .modal > .modal-main .mlogin-form .form-line > input {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        border: none;
        outline: none;
        box-sizing: border-box;
        padding: 0 15px 0 40px;
        text-align: left;
        font-size: 12px;
        line-height: 49px;
        background: none; }
        .modal > .modal-main .mlogin-form .form-line > input::-webkit-input-placeholder {
          color: #999999;
          font-size: 14px; }
        .modal > .modal-main .mlogin-form .form-line > input:-moz-placeholder {
          color: #999999;
          font-size: 14px; }
        .modal > .modal-main .mlogin-form .form-line > input::-moz-placeholder {
          color: #999999;
          font-size: 14px; }
        .modal > .modal-main .mlogin-form .form-line > input:-ms-input-placeholder {
          color: #999999;
          font-size: 14px; }
    .modal > .modal-main .mlogin-form .fl-option {
      position: relative;
      margin: auto;
      height: 56px;
      line-height: 50px;
      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: #666666; }
          .modal > .modal-main .mlogin-form .fl-option.has-se > label .agree_open {
            color: #3c7fff; }
            .modal > .modal-main .mlogin-form .fl-option.has-se > label .agree_open:hover {
              color: #3c7fff; }
      .modal > .modal-main .mlogin-form .fl-option > label {
        float: left;
        box-sizing: border-box;
        font-size: 12px;
        padding: 0 10px 0 20px;
        font-weight: normal;
        cursor: pointer;
        position: relative;
        color: #666666; }
        .modal > .modal-main .mlogin-form .fl-option > label > a {
          color: #3c7fff; }
        .modal > .modal-main .mlogin-form .fl-option > label > input {
          display: none; }
          .modal > .modal-main .mlogin-form .fl-option > label > input:checked + span {
            border-color: #3c7fff;
            background-color: #3c7fff; }
            .modal > .modal-main .mlogin-form .fl-option > label > input:checked + span:after {
              opacity: 1;
              filter: alpha(opacity=100);
              color: #fff; }
        .modal > .modal-main .mlogin-form .fl-option > label > span {
          box-sizing: border-box;
          width: 14px;
          height: 14px;
          border: 1px solid #e2e2e7;
          position: absolute;
          left: 0;
          top: calc(50% - 7px);
          -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 > label > span:after {
            content: "\e613";
            color: #3c7fff;
            font-size: 16px;
            position: absolute;
            top: -2px;
            left: -2px;
            line-height: 16px;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            transition: all 0.3s ease;
            opacity: 0;
            filter: alpha(opacity=0); }
      .modal > .modal-main .mlogin-form .fl-option > a {
        float: right;
        font-size: 12px;
        color: #3c7fff;
        cursor: pointer;
        text-decoration: underline;
        -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: #3c7fff; }
    .modal > .modal-main .mlogin-form .submit {
      display: block;
      width: 360px;
      height: 60px;
      line-height: 60px;
      background-color: #3c7fff;
      border-radius: 4px;
      font-size: 20px;
      color: #fff;
      letter-spacing: 2px;
      cursor: pointer;
      z-index: 2;
      margin: 0 auto 10px; }
    .modal > .modal-main .mlogin-form .act_reg {
      display: block;
      width: 360px;
      height: 60px;
      line-height: 60px;
      border-radius: 4px;
      font-size: 20px;
      color: #fff;
      letter-spacing: 2px;
      cursor: pointer;
      z-index: 2;
      margin: 0 auto 10px;
      background-color: #dddddd; }
    .modal > .modal-main .mlogin-form .tip {
      line-height: 30px;
      display: block;
      color: #666666;
      font-size: 12px;
      font-weight: normal;
      text-align: center; }
      .modal > .modal-main .mlogin-form .tip > a {
        text-decoration: underline;
        color: #3c7fff;
        -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 .mlogin-form .tip > a:hover {
          color: #3c7fff; }
    .modal > .modal-main .mlogin-form .ts {
      color: #777777;
      position: relative;
      top: 15px; }
    .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("../small-tip.png") center no-repeat; }

.four-wapper {
  background: #fafcff;
  height: calc(100vh);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center; }
  .four-wapper .four-main {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    .four-wapper .four-main > img {
      margin-right: 80px; }
    .four-wapper .four-main .four-right {
      flex: 1;
      text-align: left; }
      .four-wapper .four-main .four-right .sub-text {
        margin-top: 30px;
        margin-bottom: 50px;
        font-size: 18px;
        color: #3899ff; }
      .four-wapper .four-main .four-right p:nth-of-type(1) {
        font-size: 42px; }
      .four-wapper .four-main .four-right p:nth-of-type(2) {
        font-size: 18px; }
      .four-wapper .four-main .four-right ul li {
        margin-top: 10px; }

.fwapper {
  background: #fff;
  line-height: normal; }
  .fwapper .four-main {
    display: block; }
    .fwapper .four-main > img {
      margin-right: 0; }
    .fwapper .four-main .four-right {
      text-align: center; }
      .fwapper .four-main .four-right .ftit {
        margin-top: 40px;
        font-size: 48px;
        font-weight: bold;
        color: #000; }
      .fwapper .four-main .four-right .ftip {
        margin-top: 12px;
        font-size: 18px;
        color: #c8cbd4;
        font-weight: 300; }
      .fwapper .four-main .four-right .backbtn {
        margin-top: 40px;
        display: inline-block;
        height: 65px;
        line-height: 65px;
        padding: 0 65px;
        background: #3c7fff;
        font-size: 20px;
        color: #fff;
        border-radius: 5px; }

.line1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical; }

.tongji {
  display: none; }

.search {
  padding-top: 30px; }

.search-input {
  width: 700px;
  margin: 0 auto;
  background: #ebf0fa;
  border: 1px solid #78a6ff;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  box-sizing: border-box; }
  .search-input input {
    border: none;
    background: none;
    flex: 1;
    outline: none; }
  .search-input input::-webkit-input-placeholder {
    color: #78a6ff; }
  .search-input input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #78a6ff; }
  .search-input input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #78a6ff; }
  .search-input input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #78a6ff; }
  .search-input img {
    margin-left: auto; }

.search-key {
  width: 700px;
  margin: 0 auto;
  text-align: left;
  margin-top: 10px; }
  .search-key span {
    color: #FFF; }
  .search-key a {
    margin-left: 15px;
    color: #d9d9d9; }
  .search-key .active {
    color: #3899ff;
    position: relative; }
    .search-key .active::after {
      position: absolute;
      bottom: -5px;
      width: 100%;
      content: '';
      height: 2px;
      background: #3899ff;
      left: 0; }

.nc_wrapper {
  width: 100% !important;
  margin-bottom: 18px; }

.nc_scale {
  background: #e8e8e8 !important;
  /* 默认背景色 */ }

.nc_scale div.nc_bg {
  background: #3899ff !important;
  /* 滑过时的背景色 */ }

.nc_scale .scale_text2 {
  color: #fff !important;
  /* 滑过时的字体颜色 */ }

.noArea {
  margin-top: 40px;
  font-size: 14px !important;
  background: none !important;
  padding: 0 !important; }
  .noArea a {
    color: #333; }
  .noArea span {
    color: #2e6fed;
    margin-right: 5px; }

/*# sourceMappingURL=common.css.map */