/**
 * importer.less
 *
 * By default, new Sails projects are configured to compile this file
 * from LESS to CSS.  Unlike CSS files, LESS files are not compiled and
 * included automatically unless they are imported below.
 *
 * The LESS files imported below are compiled and included in the order
 * they are listed.  Mixins, variables, etc. should be imported first
 * so that they can be accessed by subsequent LESS stylesheets.
 *
 * (Just like the rest of the asset pipeline bundled in Sails, you can
 * always omit, customize, or replace this behavior with SASS, SCSS,
 * or any other Grunt tasks you like.)
 */
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
.nav-top-wrapper {
  width: 100%;
  min-width: 1300px;
  background: #F2F2F2;
  color: #888888;
}
.nav-top-outer {
  width: 100%;
}
.nav-top-inner-wrapper {
  width: 100%;
  max-width: 1300px;
  line-height: 50px;
  margin: 0 auto;
  font-size: 14px;
  position: relative;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: black;
}
.nav-top-inner-wrapper > span,
.nav-top-inner-wrapper > div > span {
  margin-right: 12px;
}
.nav-top-unlogin,
.nav-top-login {
  display: inline-block;
}
.nav-top-inner-wrapper a {
  text-decoration: none;
  color: black;
  cursor: pointer;
}
.nav-top-right-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 40px;
}
.nav-top-right-wrapper > a {
  margin-left: 20px;
  cursor: pointer;
}
.nav-top-right-wrapper > a > img {
  width: 20px;
  vertical-align: middle;
  margin-right: 6px;
}
.nav-top-right-wrapper > a > span {
  vertical-align: middle;
}
.logo-header-outer {
  width: 100%;
  min-width: 1300px;
}
.logo-header-inner {
  width: 1300px;
  height: 120px;
  margin: 0 auto;
}
.logo-header-main {
  display: inline-block;
  height: 100px;
  margin: 10px 0 0 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
}
.logo-header-logo {
  height: 100%;
}
.logo-header-right-info {
  float: right;
  margin: 91px 34px 0 0;
  font-size: 20px;
  color: #898989;
}
#version {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  color: red;
  font-size: 12px;
}
#mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
}
.mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
}
.spinner {
  width: 150px;
  height: 60px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #fa8a00;
  height: 100%;
  width: 6px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
#mask-text {
  color: #fa8a00;
  font-size: 24px;
  font-weight: bold;
  margin-left: 25px;
  position: relative;
  bottom: 20px;
}
body {
  font: normal 14px '微软雅黑', 'arial', 'Tahoma', 'simsun';
  color: #222;
  position: relative;
  min-height: 100%;
  width: 100%;
  min-width: 1300px;
}
.outer {
  width: 100%;
  min-width: 1440px;
}
.inner {
  width: 1440px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.nav-side {
  display: inline-block;
  font-size: 17px;
  width: 240px;
  background: #f3f3f3;
  position: absolute;
  top: 0;
  bottom: 0;
}
.nav-side-each {
  display: block;
  text-decoration: none;
  color: black;
  text-align: center;
  line-height: 50px;
  height: 50px;
  border-left: solid 16px #f3f3f3;
  cursor: pointer;
}
.nav-side-each.active {
  background: white;
  border-left-color: #fa8a00;
}
.nav-side-each > span {
  vertical-align: middle;
}
.nav-side-each-img {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.bottom {
  margin-left: 240px;
  font-size: 13px;
  background: #ffe3c1;
  padding: 40px 0;
  color: #333;
  text-align: center;
}
.bottom-each {
  display: inline-block;
  vertical-align: top;
}
.footer-link {
  font-size: 14px;
  margin-right: 16px;
}
.default-btn {
  display: inline-block;
  text-decoration: none;
  color: white;
  background: #fa8a00;
  border: none;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 20px;
  outline: none;
}
.default-btn:hover {
  background: #eb8900;
}
.default-btn:disabled {
  cursor: not-allowed;
  background: #eee;
  color: #ccc;
}
.btn {
  background: white;
  outline: none;
  cursor: pointer;
  border: none;
  display: inline-block;
  text-align: center;
}
input[type=checkbox] {
  margin-right: 5px;
}
input,
select {
  outline: none;
}
input[type=date]::-webkit-inner-spin-button {
  display: none;
}
input[type=date]::-webkit-clear-button {
  display: none;
}
span {
  display: inline-block;
}
.nav-top {
  width: 100%;
  min-width: 1440px;
  height: 78px;
  -webkit-box-shadow: 0 2px 3px #ccc;
  -moz-box-shadow: 0 2px 3px #ccc;
  box-shadow: 0 2px 3px #ccc;
  position: relative;
  z-index: 1;
}
.nav-top > div {
  width: 1300px;
  margin: 0 auto;
}
.nav-top-left {
  display: inline-block;
  vertical-align: top;
  height: 78px;
  line-height: 78px;
  margin-left: 130px;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: black;
}
.nav-top-right {
  float: right;
  display: inline-block;
  vertical-align: top;
  height: 78px;
  line-height: 78px;
  font-size: 16px;
}
.nav-top-right > * {
  margin-left: 20px;
  vertical-align: top;
}
.nav-top-user {
  background: white;
  line-height: 40px;
  width: 100px;
}
.nav-top-user > * {
  width: 100px;
}
#confirm,
#alert,
#sale,
#email,
#set-code,
#set-remark,
#reset-confirm,
#remove-confirm,
#add-sub,
.bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 9;
  display: none;
}
.remark-input {
  width: 400px;
  padding: 5px 10px;
  border: solid 1px #ccc;
  border-radius: 3px;
}
.export-item {
  display: inline-block;
  width: 20%;
  font-size: 14px;
}
.confirm-inner {
  background: white;
  width: 470px;
  height: 310px;
}
#confirm-close {
  display: inline-block;
  color: #bbb;
  cursor: pointer;
  font-size: 24px;
  padding: 4px 12px;
}
.confirm-text {
  font-size: 18px;
  margin-top: 50px;
  padding: 0 50px;
  height: 100px;
}
.confirm-ok {
  background: #fa8a00;
  color: white;
  font-size: 16px;
  width: 100px;
  line-height: 34px;
  height: 34px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px;
}
.confirm-ok:hover {
  background: #f07f00;
}
.confirm-cancel {
  border: solid 1px #fa8a00;
  background: #FFF0E0;
  color: #fa8a00;
  font-size: 16px;
  width: 120px;
  line-height: 38px;
  height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px;
}
.side {
  position: fixed;
  right: 0;
  bottom: 20%;
}
.side-each {
  display: block;
  width: 36px;
  height: 36px;
  background: #999;
  margin-bottom: 2px;
  cursor: pointer;
  font-size: 0;
}
.side-each > img {
  width: 26px;
  height: 26px;
  margin: 5px;
}
.side-each:hover {
  background: #fa8a00;
}
.side-each-more {
  background: #fa8a00;
  height: 36px;
  line-height: 36px;
  color: white;
  text-align: center;
  vertical-align: top;
  display: none;
  font-size: 15px;
}
.side-each:hover > .side-each-more {
  display: inline-block;
}
body > a {
  display: none;
}
@font-face {
  font-family: 'iconfont';
  src: url('/iconfont/iconfont.eot');
  src: url('/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), url('/iconfont/iconfont.woff2') format('woff2'), url('/iconfont/iconfont.woff') format('woff'), url('/iconfont/iconfont.ttf') format('truetype'), url('/iconfont/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.login-wrapper {
  width: 100%;
  min-width: 1300px;
  background: url("/images/login_background.jpg") no-repeat center center;
  background-size: 1920px 100%;
}
.login-inner-wrapper {
  width: 1300px;
  height: 760px;
  margin: 0 auto;
}
.login-title-wrapper {
  display: inline-block;
  margin: 109px 0 0 99px;
  color: #4d2101;
}
.login-title {
  font-size: 64px;
}
.login-des {
  font-size: 22px;
  letter-spacing: 3px;
  margin-top: 20px;
}
.login-form-wrapper {
  float: left;
  width: 460px;
  height: 430px;
  margin: 100px 0 0 120px;
  background: white;
  padding: 29px 90px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-form-title {
  font-size: 20px;
  color: #333;
  text-align: center;
}
.login-input {
  width: 284px;
  margin: 27px 0 0 0;
  outline: none;
  line-height: 48px;
  height: 48px;
  border: solid 1px #787878;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.login-form-other {
  width: 284px;
  margin-top: 27px;
  font-size: 15px;
  color: #787878;
}
.login-form-other > a {
  color: #787878;
  float: right;
  text-decoration: none;
}
.login-button {
  width: 284px;
  border: none;
  background: #FF7300;
  outline: none;
  color: white;
  font-size: 24px;
  letter-spacing: 10px;
  line-height: 48px;
  margin-top: 20px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  cursor: pointer;
}
.login-button:disabled {
  background: lightgrey;
}
.login-register {
  color: #333;
  text-align: center;
  margin: 40px 10px 20px;
}
.login-register > a {
  color: #787878;
  text-decoration: none;
}
.login-copyright-wrapper {
  width: 100%;
  min-width: 1300px;
}
.login-copyright-inner {
  width: 1300px;
  margin: 0 auto;
  text-align: center;
}
.login-copyright {
  display: inline-block;
  font-size: 17px;
  color: #868585;
  margin: 88px 0 68px;
}
.register-outer-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: lightblue;
  z-index: -1;
  background: url("/images/register_bg.jpg") no-repeat;
  background-size: 100% 100%;
}
.register-wrapper {
  width: 100%;
  min-width: 1200px;
  position: relative;
  z-index: 1;
}
.register-inner-wrapper {
  width: 1200px;
  margin: 0 auto;
}
.register-title-wrapper {
  margin-top: 25px;
  border-bottom: solid 2px #FBAB00;
  padding-bottom: 15px;
}
.register-tel {
  width: 340px;
  float: right;
  margin-top: 40px;
}
.register-confirm {
  display: none;
}
.register-form-title {
  color: white;
  font-size: 20px;
  margin-bottom: 35px;
}
.register-form-title > img {
  width: 32px;
  vertical-align: bottom;
}
.register-line {
  margin-bottom: 16px;
  line-height: 42px;
  height: 42px;
}
.register-line > * {
  vertical-align: middle;
}
.register-key {
  display: inline-block;
  color: white;
  font-size: 18px;
  width: 100px;
}
.register-input {
  width: 260px;
  border: none;
  outline: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.register-protocol {
  color: white;
}
.register-protocol > span {
  color: #FFA200;
}
.register-button {
  color: white;
  font-size: 20px;
  background: #FFA200;
  padding: 0 30px;
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  cursor: pointer;
  outline: none;
}
.register-button:disabled {
  background: grey;
  cursor: not-allowed;
}
.register-header-outer {
  width: 100%;
  min-width: 1300px;
  background: white;
  border-bottom: solid 3px #fa8a00;
  height: 104px;
  overflow: hidden;
}
.register-header-inner {
  width: 1300px;
  margin: 0 auto;
}
.register-header-inner > * {
  vertical-align: top;
}
.register-header-logo-wrapper {
  display: inline-block;
  height: 97px;
  width: 176px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 12px;
}
.register-header-logo {
  width: 100%;
  height: 100%;
}
.register-header-title {
  margin-left: 10px;
  display: inline-block;
  margin-top: 40px;
  font-size: 27px;
  padding-left: 30px;
}
.register-header-right {
  float: right;
  margin-top: 43px;
  color: black;
  font-size: 18px;
}
.register-header-right > * {
  margin-left: 20px;
}
.register-login-outer {
  width: 100%;
  min-width: 1300px;
}
.register-login-outer > div {
  width: 1300px;
  margin: 0 auto;
}
.register-login-inner {
  text-align: right;
  color: white;
  font-size: 18px;
  padding: 24px 33px 18px 0;
}
.register-login-inner > a {
  display: inline-block;
  text-decoration: none;
  color: white;
  width: 76px;
  line-height: 29px;
  border: solid 1px white;
  text-align: center;
}
.register-body-outer {
  width: 100%;
  min-width: 1300px;
  padding-bottom: 30px;
}
.register-body-inner {
  width: 1300px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  background: white;
}
.register-stepper {
  text-align: center;
}
.register-stepper > * {
  vertical-align: middle;
}
.register-stepper-point {
  display: inline-block;
  border-bottom: solid 2px #eaeaea;
  width: 360px;
  padding-bottom: 12px;
}
.register-stepper-active {
  border-bottom: solid 3px #fa8a00;
}
.register-stepper-count {
  display: inline-block;
  width: 35px;
  height: 35px;
  background: #b6b6b6;
  color: white;
  font-size: 24px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-right: 10px;
}
.register-stepper-active .register-stepper-count {
  background: #fa8a00;
}
.register-stepper-tip {
  display: inline-block;
  font-size: 18px;
}
.register-form-login > a {
  color: #dc1129;
  text-decoration: none;
}
.register-form-inner {
  display: inline-block;
  width: 440px;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 0 12px #ccc;
  -moz-box-shadow: 0 0 12px #ccc;
  box-shadow: 0 0 12px #ccc;
}
.register-form-nav {
  text-align: center;
}
.register-form-nav-sep {
  display: inline-block;
  width: 1px;
  height: 20px;
  background: #787878;
}
.register-form-nav-each {
  display: inline-block;
  line-height: 42px;
  width: 170px;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
}
.register-form-nav-each.active {
  color: #fa8a00;
}
.register-form-nav-each.active > span {
  position: relative;
}
.register-form-nav-each.active > span:after {
  font-size: 16px;
  display: block;
  position: absolute;
  content: '';
  width: 30px;
  height: 3px;
  background: #fa8a00;
  right: 32%;
  bottom: -10px;
}
#register-company-wrapper {
  display: none;
}
.register-form-line {
  width: 100%;
  margin: 20px auto 0;
  font-size: 0;
  background: #f5f5f5;
}
.register-form-line > * {
  vertical-align: middle;
  font-size: 16px;
}
.register-form-key {
  display: inline-block;
  width: 12%;
  line-height: 40px;
  color: #fa8a00;
  text-align: center;
}
.register-form-input {
  padding: 0 5px;
  border: none;
  line-height: 40px;
  height: 40px;
  width: 88%;
  outline: none;
  background: inherit;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.register-form-send-btn {
  outline: none;
  padding: 0 10px;
  font-size: 16px;
  background: inherit;
  border: none;
  color: #fa8a00;
  cursor: pointer;
  line-height: 40px;
}
.register-form-send-btn:disabled {
  color: #797979;
}
.register-form-btn {
  display: inline-block;
  border: none;
  cursor: pointer;
  background: #fa8a00;
  color: white;
  font-size: 18px;
  outline: none;
  width: 360px;
  line-height: 40px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
}
.register-form-btn:hover {
  background: #f37c00;
}
.register-form-btn:disabled {
  background: #d5d5d5;
  cursor: not-allowed;
}
.register-auth-wrapper {
  width: 540px;
  margin: 20px auto 0;
}
.register-auth-key {
  display: inline-block;
  width: 120px;
  text-align-last: justify;
  margin-right: 20px;
}
.register-auth-line {
  margin-top: 20px;
  font-size: 18px;
}
.register-auth-line > * {
  vertical-align: middle;
}
.register-auth-input {
  padding: 0 0 0 10px;
  border: solid 1px #d5d5d5;
  line-height: 52px;
  height: 52px;
  width: 318px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.register-auth-select {
  padding: 0 0 0 10px;
  border: solid 1px #d5d5d5;
  line-height: 54px;
  width: 128px;
  height: 54px;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.register-auth-img-wrapper {
  display: inline-block;
  width: 150px;
  height: 150px;
  border: solid 1px #d5d5d5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  overflow: hidden;
}
.register-open-img-btn {
  border: none;
  background: white;
  cursor: pointer;
  outline: none;
  padding: 0;
  width: 148px;
  height: 148px;
}
.register-get-sample {
  color: #fa8a00;
  text-decoration: underline;
  cursor: pointer;
  margin-left: 10px;
}
.register-sample-wrapper {
  width: 488px;
  height: 491px;
  background: white;
  position: absolute;
  top: 0;
  left: 308px;
  z-index: 1;
  cursor: pointer;
  display: none;
}
.register-sample-wrapper > img {
  width: 100%;
  height: 100%;
}
.register-auth-a {
  color: black;
  text-decoration: none;
}
.register-success-wrapper {
  width: 650px;
  margin: 60px auto 0;
  text-align: center;
}
.register-success-img {
  width: 45px;
  height: 45px;
  margin-right: 10px;
  vertical-align: middle;
}
.register-success-wrapper > div > * {
  vertical-align: middle;
}
.register-success-title {
  font-size: 25px;
  color: black;
  vertical-align: middle;
}
.register-success-detail {
  width: 684px;
  font-size: 26px;
  line-height: 45px;
  margin-top: 25px;
  letter-spacing: 2px;
}
.reset-wrapper {
  width: 540px;
  margin: 80px auto 0;
}
.reset-line {
  margin-top: 20px;
  font-size: 18px;
}
.reset-key {
  display: inline-block;
  width: 120px;
  text-align-last: justify;
  margin-right: 20px;
}
.reset-input {
  padding: 0 0 0 10px;
  border: solid 1px #929091;
  line-height: 54px;
  height: 54px;
  width: 318px;
  outline: none;
  margin-left: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.protocol {
  text-decoration: none;
  color: #fa8a00;
  cursor: pointer;
}
.protocol-outer {
  width: 100%;
  min-width: 1300px;
  margin: 20px 0 0;
}
.protocol-inner {
  width: 1300px;
  margin: 0 auto;
}
.protocol-inner > div {
  font-size: 15px;
  line-height: 26px;
}
.register-nav {
  float: right;
  font-size: 18px;
  margin-top: 45px;
}
.register-nav > a {
  text-decoration: none;
  color: #000;
  margin-left: 20px;
}
.register-nav > a.active {
  color: #fa8a00;
  position: relative;
}
.register-nav > a.active:after {
  font-size: 16px;
  display: block;
  position: absolute;
  content: '▼';
  right: 42%;
  bottom: -18px;
}
.register-tip-wrapper {
  background: #F8F8F8;
  width: 100%;
  min-width: 1300px;
  text-align: center;
}
.register-tip-wrapper > div {
  width: 1300px;
  margin: 0 auto;
  padding: 50px 0;
}
.register-tip-t {
  color: #fa8a00;
  font-size: 28px;
}
.register-tip-des {
  color: #666;
  font-size: 20px;
  margin-top: 15px;
}
.register-tip-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.register-tip-content > div {
  width: 360px;
  color: #666;
  font-size: 15px;
  line-height: 28px;
}
.register-tip-content > div > div:nth-child(2) {
  font-size: 18px;
  color: #000;
  font-weight: bold;
  margin: 10px 0;
}
.register-footer {
  text-align: center;
  font-size: 14px;
  color: #CCCCCC;
  line-height: 20px;
  padding: 20px 0;
}
.main-index {
  display: inline-block;
  width: 1200px;
  font-size: 15px;
  margin-left: 240px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.item {
  border-left: solid 16px #fa8a00;
  font-size: 20px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  padding-left: 10px;
  margin-bottom: 20px;
}
.hr {
  background: #d7d3d0;
  height: 1px;
  margin: 20px 0;
}
.main-warning {
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  margin: -60px 0 15px 560px;
}
.main-warning-btn {
  background: #E94333;
  color: white;
  font-size: 14px;
  line-height: 24px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  float: right;
}
.main-none {
  text-align: center;
  height: 600px;
  background: url(/images/index_none.png) no-repeat center top;
}
.main-filter {
  display: inline-block;
  width: 280px;
  height: 340px;
  margin-right: 25px;
  background: white;
  font-size: 15px;
  padding: 15px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ap-btn {
  display: inline-block;
  border: solid 1px #eaeaea;
  background: white;
  color: #888;
  padding: 0;
  width: 26px;
  text-align: center;
  height: 26px;
  line-height: 23px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  outline: none;
  cursor: pointer;
}
.ap-btn:hover {
  background: #fa8a00;
  color: white;
}
.ap-item {
  display: inline-block;
  margin-left: 5px;
}
.main-data {
  display: inline-block;
  width: 540px;
  font-size: 0;
  vertical-align: top;
}
.main-chart {
  display: inline-block;
  width: 250px;
  font-size: 14px;
  vertical-align: top;
}
.main-data > div {
  display: inline-block;
  font-size: 14px;
  background: white;
  height: 160px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  vertical-align: top;
}
.main-data-title {
  font-size: 17px;
  font-weight: bold;
}
.main-data-btn {
  float: right;
  text-decoration: none;
  background: #fa8a00;
  color: white;
  font-weight: normal;
  font-size: 14px;
  padding: 2px 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.main-data-btn:hover {
  background: #eb8600;
}
.main-data-count {
  font-weight: bold;
  margin: 20px 0 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #e7e7e7;
}
.main-data-count > span:nth-child(1) {
  font-size: 22px;
  color: #fa8a00;
}
.main-data-all-count {
  display: inline-block;
  color: #fa8a00;
  font-size: 18px;
  font-weight: bold;
  margin: 15px 5px 0;
}
.main-data-type-each {
  display: inline-block;
  width: 79px;
  font-size: 13px;
  text-align: center;
}
.main-data-type-each > div:nth-child(2) {
  font-weight: bold;
  font-size: 16px;
  color: #fa8a00;
}
.main-list {
  background: white;
  margin-top: 30px;
}
.main-tb {
  padding: 20px 30px;
}
.main-row {
  font-size: 0;
  border-bottom: solid 1px #e7e7e7;
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
  padding: 8px 0;
}
.main-row.head {
  margin-top: 5px;
  padding-bottom: 5px;
  border-top: solid 1px #e7e7e7;
}
.main-row > span {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 5px;
  vertical-align: middle;
}
.main-row > span:nth-child(1) {
  text-align: center;
  width: 50px;
}
.main-row > span:nth-child(2) {
  width: 280px;
}
.main-row > span:nth-child(3) {
  width: 170px;
}
.main-row > span:nth-child(4) {
  width: 120px;
}
.main-row > span:nth-child(5) {
  width: 100px;
}
.main-row > span:nth-child(6) {
  width: 130px;
}
.main-tb-tip {
  display: inline-block;
  text-align: center;
  padding: 0 3px;
  background: #f3f3f3;
  font-size: 14px;
}
.main-tb-tip.a0 {
  color: white;
  background: #4379e9;
}
.main-tb-tip.a1 {
  color: white;
  background: #2fc5d3;
}
.main-tb-tip.a2 {
  color: white;
  background: #fdc52a;
}
.main-tb-tip.a3 {
  color: white;
  background: #e74242;
}
.main-tb-tip.a4 {
  color: white;
  background: #c3c3c3;
}
.main-tb-tip.a5 {
  color: white;
  background: #f265a7;
}
.main-tb-tip.a6 {
  color: white;
  background: #ff9b24;
}
.main-tb-tip.a7 {
  color: white;
  background: #74bb00;
}
.main-tb-tip.a8 {
  color: white;
  background: #7d68e7;
}
.main-tb-tip.a9 {
  color: white;
  background: #da6659;
}
.main-tb-tip.a10 {
  color: white;
  background: #64d774;
}
.main-tb-tip.a11 {
  color: white;
  background: #f86616;
}
.main-tb-tip.a12 {
  color: white;
  background: #51b6d3;
}
.main-page {
  text-align: center;
  font-size: 0;
  padding: 40px 0;
}
.main-page a {
  display: inline-block;
  font-size: 14px;
  text-decoration: none;
  color: black;
  background: white;
  line-height: 28px;
  height: 28px;
  text-align: center;
  border: solid 1px #b0b0b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 3px;
  padding: 0 10px;
}
.main-page > a.active {
  color: white;
  background: #fa8a00;
  border: solid 1px #fa8a00;
}
.main-page span {
  font-size: 14px;
}
.main-page input {
  font-size: 14px;
  width: 40px;
  border: solid 1px #b0b0b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  margin: 0 5px;
  line-height: 26px;
  height: 26px;
}
.main-page button {
  font-size: 14px;
  width: 50px;
  border: solid 1px #b0b0b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 28px;
  height: 30px;
  margin-left: 10px;
}
.main-page-sel {
  display: inline-block;
  font-size: 14px;
}
.main-page-sel > select {
  width: 50px;
  border: solid 1px #b0b0b0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 26px;
  height: 26px;
  margin-right: 10px;
}
#urgency {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  justify-content: center;
  align-items: center;
  z-index: 9;
  display: none;
}
.urgency-inner {
  background: white;
  width: 680px;
  height: 400px;
  font-size: 15px;
  text-align: left;
}
.add-each {
  display: inline-block;
  background: white;
  font-size: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 260px;
  height: 200px;
  text-align: center;
  text-decoration: none;
  color: black;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
}
.add-each-img {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
}
.add-file-wrapper {
  background: white;
  padding: 50px 60px 20px;
  height: 270px;
}
.add-file-add {
  display: inline-block;
  margin: 10px;
  width: 230px;
  height: 190px;
  background: #fef9f3;
  text-align: center;
  vertical-align: top;
}
.add-file-progress {
  display: inline-block;
  background: #d7d7d7;
  height: 8px;
  width: 180px;
  border-radius: 4px;
  text-align: left;
  overflow: hidden;
}
#add-file-progress {
  background: #fa8a00;
  height: 100%;
  width: 0%;
}
.add-file-result {
  display: none;
  line-height: 24px;
  padding: 20px 60px;
  vertical-align: top;
  border-top: solid 1px #eee;
  background: white;
}
.add-file-result-title {
  font-weight: bold;
  font-size: 16px;
  margin: 10px 0;
}
.add-file-result-title > span {
  margin-right: 10px;
}
.add-file-tip-wrapper {
  background: white;
  margin-left: 230px;
  color: #5d5d5d;
  display: inline-block;
}
.add-file-result a {
  text-decoration: none;
  cursor: pointer;
  color: #4d7ab3;
}
.err-tb {
  border-collapse: collapse;
  width: 100%;
  line-height: 30px;
  margin: 10px 0;
}
.err-tb tr {
  background: white;
}
.err-tb thead > tr:nth-child(odd) {
  background: white;
}
.err-tb tr:nth-child(odd) {
  background: #f9f9f9;
}
.err-tb th {
  border: solid 1px #f2f2f2;
}
.err-tb td {
  border: solid 1px #f2f2f2;
  text-align: center;
}
.add-search {
  background: white;
}
.add-search-form {
  padding: 36px 30px 30px;
}
.add-search-types {
  font-size: 0;
}
.add-search-types > a {
  font-size: 16px;
  color: #fa8a00;
  display: inline-block;
  padding: 3px 15px;
  cursor: pointer;
}
.add-search-types > a.active {
  color: white;
  background: #fa8a00;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.add-search-submits {
  font-size: 0;
}
.add-search-submits > * {
  font-size: 16px;
  vertical-align: middle;
}
.add-search-submits > input {
  width: 420px;
  line-height: 45px;
  height: 45px;
  outline: none;
  border: solid 2px #fa8a00;
  padding: 0 20px;
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
#add-search-btn {
  border: none;
  height: 49px;
  line-height: 49px;
  width: 80px;
  color: white;
  background: #fa8a00;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
  outline: none;
  cursor: pointer;
}
#add-search-btn:hover {
  background: #eb7d00;
}
.add-search-result {
  padding: 0 30px;
}
.add-search-result-tb {
  border-collapse: collapse;
  width: 100%;
  line-height: 30px;
}
.add-search-result-tb th {
  text-align: left;
  border-bottom: dashed 1px #e7e7e7;
}
.add-search-result-tb th * {
  vertical-align: middle;
}
.add-search-result-tb th input {
  margin-right: 5px;
}
.add-search-result-tb td {
  padding: 0 2px;
}
.add-search-result-tb td * {
  vertical-align: middle;
}
.add-search-result-tb td input {
  margin-right: 5px;
}
.add-search-result-tb .add-search-catch,
.add-search-catch {
  color: white;
  background: #fa8a00;
  border: none;
  cursor: pointer;
  outline: none;
  line-height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 50px;
  font-size: 14px;
}
.add-search-result-tb .add-search-catch img,
.add-search-catch img {
  width: 20px;
  display: none;
}
.add-search-result-tb .add-search-catch span,
.add-search-catch span {
  display: inline-block;
}
.add-search-result-tb .add-search-catch:hover,
.add-search-catch:hover {
  background: #eb7c00;
}
.add-search-result-tb .add-search-catch:disabled,
.add-search-catch:disabled {
  background: #888;
  cursor: not-allowed;
}
.add-search-result-tb .add-search-catch:disabled img,
.add-search-catch:disabled img {
  display: inline-block;
}
.add-search-result-tb .add-search-catch:disabled span,
.add-search-catch:disabled span {
  display: none;
}
.add-search-all {
  line-height: 42px;
  height: 42px;
  background: #f3f3f3;
  margin-top: 50px;
}
.add-search-catch-all {
  float: right;
  background: #fa8a00;
  color: white;
  cursor: pointer;
  text-align: center;
  width: 116px;
}
.add-search-catch-all:hover {
  background: #eb7c00;
}
#select-count {
  color: #fa8a00;
  font-size: 20px;
  font-weight: bold;
}
.add-collect {
  background: white;
  padding: 50px 0 100px;
}
.add-collect-info {
  background: #fffaf6;
  line-height: 42px;
  height: 42px;
  padding-left: 70px;
}
.add-collect-info > span {
  display: inline-block;
}
.add-count {
  color: #fa8a00;
  font-size: 20px;
  font-weight: bold;
}
.add-collect-result {
  padding: 30px 40px;
}
.monitor-wrapper {
  background: white;
}
.monitor-form {
  padding: 20px 0 30px;
  margin: 0 30px;
  border-bottom: dashed 1px #e7e7e7;
  font-size: 0;
}
.monitor-form > div {
  display: inline-block;
  font-size: 15px;
  vertical-align: top;
  margin-right: 20px;
  line-height: 30px;
}
.monitor-form > div:nth-last-child(1) {
  margin-right: 0;
}
.monitor-form > div > div:nth-child(1) {
  font-size: 17px;
  margin-bottom: 3px;
}
.monitor-form input,
.monitor-form select {
  border: solid 1px #d0d0d0;
  padding: 1px 5px;
  line-height: 30px;
  height: 30px;
  font-size: 14px;
}
.monitor-form input[type=date] {
  width: 102px;
}
.monitor-form select {
  height: 34px;
}
.monitor-btn {
  background: #fa8a00;
  color: white;
  width: 90px;
  font-size: 15px;
  line-height: 28px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 0 5px;
}
.monitor-btn:hover {
  background: #f08300;
}
#monitor-header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.monitor-form-i {
  cursor: pointer;
  margin-left: 10px;
}
.monitor-types {
  border-bottom: solid 2px #fa8a00;
  margin: 0 30px;
  font-size: 0;
}
.monitor-types > * {
  font-size: 15px;
  line-height: 32px;
}
.monitor-types > a {
  display: inline-block;
  text-decoration: none;
  color: black;
  padding: 0 20px;
  cursor: pointer;
}
.monitor-types > a.active {
  color: white;
  background: #fa8a00;
}
.monitor-bat {
  background: #ffe3c1;
  padding: 0 8px;
  font-size: 15px;
  line-height: 28px;
  margin: 0 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.monitor-list {
  padding: 20px 30px 80px;
}
.monitor-row {
  font-size: 0;
  position: relative;
  border-bottom: solid 1px #e7e7e7;
  border-left: solid 1px #e7e7e7;
  border-right: solid 1px #e7e7e7;
}
.monitor-row.head {
  border-left: none;
  border-right: none;
  position: sticky;
  top: 109px;
  background: #fff;
  z-index: 1;
}
.monitor-row.active {
  border-left: solid 2px #fa8a00;
}
.monitor-row > div {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 6px 5px;
}
.monitor-row > div:nth-child(1) {
  width: 60px;
}
.monitor-row > div:nth-child(2) {
  width: 140px;
}
.monitor-row > div:nth-child(3) {
  width: 90px;
}
.monitor-row > div:nth-child(4) {
  width: 120px;
}
.monitor-row > div:nth-child(5) {
  width: 90px;
}
.monitor-row > div:nth-child(6) {
  width: 90px;
}
.monitor-row > div:nth-child(7) {
  width: 90px;
}
.monitor-row > div:nth-child(8) {
  width: 60px;
}
.monitor-row > div:nth-child(9) {
  width: 60px;
}
.monitor-row > div:nth-child(10) {
  width: 120px;
}
.monitor-row > div:nth-child(11) {
  width: 50px;
}
.monitor-row:hover {
  background: #FEECD4;
}
.monitor-row.head:hover {
  background: white;
}
.monitor-row.bak {
  background: #FEECD4;
}
#monitor-list-tip {
  background: #F8CC9B;
  color: white;
  margin: 10px;
  text-align: left;
  padding-left: 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  display: none;
}
.code-each {
  background: #fa8a00;
  color: white;
  margin: 2px 0;
  padding: 0 5px;
  max-width: 100%;
  -ms-word-break: break-all;
  word-break: break-all;
}
.code-item {
  margin-right: 10px;
  white-space: nowrap;
}
.monitor-operate,
.monitor-row > .monitor-operate {
  position: absolute;
  font-size: 0;
  padding: 0;
  left: 450px;
  bottom: -30px;
  z-index: 1;
  display: none;
}
.monitor-row:hover > .monitor-operate {
  display: block;
  width: 220px;
}
.monitor-operate > span {
  display: inline-block;
  width: 1px;
  height: 30px;
  background: #fa8a00;
  vertical-align: top;
}
.monitor-operate > span > i {
  display: inline-block;
  width: 1px;
  background: white;
  height: 16px;
  margin: 7px 0;
}
.monitor-action {
  text-decoration: none;
  cursor: pointer;
  color: #3b7cce;
}
.monitor-feetypes {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.monitor-del,
.monitor-pay,
.monitor-remark,
.monitor-sync {
  border: none;
  background: #fa8a00;
  color: white;
  padding: 1px 8px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  line-height: 28px;
  width: 50px;
}
.monitor-del:hover,
.monitor-pay:hover,
.monitor-remark:hover,
.monitor-sync:hover {
  background: #f08000;
}
#monitor-detail {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  text-align: right;
  display: none;
}
.monitor-detail-inner {
  display: inline-block;
  border: solid 1px #d0d0d0;
  background: #fff9f3;
  width: 660px;
  max-height: calc(100% - 60px);
  text-align: left;
  overflow-x: hidden;
  overflow-y: auto;
  margin-top: 60px;
  font-size: 15px;
}
#monitor-detail-close {
  display: inline-block;
  color: #fa8a00;
  cursor: pointer;
  font-size: 24px;
  padding: 4px 12px;
}
.m-un-line {
  font-size: 0;
  line-height: 20px;
}
.m-un-line.head {
  border-bottom: dashed 1px #d0d0d0;
  margin: 10px 0;
  padding-bottom: 5px;
}
.m-un-line > div {
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
}
.m-un-line > div:nth-child(1) {
  width: 180px;
}
.m-un-line > div:nth-child(2) {
  width: 150px;
}
.m-un-line > div:nth-child(3) {
  width: 120px;
}
.m-done-line {
  font-size: 0;
  line-height: 20px;
}
.m-done-line.head {
  border-bottom: dashed 1px #d0d0d0;
  margin: 10px 0;
  padding-bottom: 5px;
}
.m-done-line > div {
  display: inline-block;
  font-size: 15px;
  overflow: hidden;
  word-break: break-all;
}
.m-done-line > div:nth-child(1) {
  width: 130px;
}
.m-done-line > div:nth-child(2) {
  width: 90px;
}
.m-done-line > div:nth-child(3) {
  width: 120px;
}
.m-done-line > div:nth-child(4) {
  width: 140px;
}
.m-done-line > div:nth-child(5) {
  width: 90px;
}
.monitor-email-types {
  position: absolute;
  border: solid 1px #aaa;
  width: 182px;
  background: white;
}
.monitor-email-types > div {
  padding: 2px 5px;
  height: 18px;
  line-height: 18px;
  overflow: hidden;
}
.monitor-email-types > div:hover {
  cursor: pointer;
  background: #fa8a00;
  color: white;
}
.email-key {
  display: inline-block;
  width: 150px;
  text-align: right;
  margin-right: 10px;
}
.email-input {
  width: 600px;
  height: 30px;
  line-height: 30px;
  border: solid 1px #cacaca;
  padding: 0 5px;
}
.user-line {
  line-height: 25px;
}
.user-key {
  display: inline-block;
  width: 120px;
}
.user-val {
  display: inline-block;
}
.user-auth-tip {
  display: inline-block;
  background: #fa8a00;
  color: white;
  font-size: 13px;
  padding: 0 4px;
  margin-left: 20px;
}
.user-input {
  border: solid 1px #cdccca;
  width: 280px;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 5px 0;
}
.user-btn {
  background: #fa8a00;
  color: white;
  width: 100px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  line-height: 30px;
  margin-top: 10px;
}
.user-btn:hover {
  background: #f07e00;
}
.email-row {
  font-size: 0;
}
.email-row.head {
  border-bottom: solid 1px #cacaca;
  padding: 5px 0;
}
.email-row > div {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 6px 5px;
}
.email-row > div > input {
  width: 100%;
  border: solid 1px #cacaca;
  text-align: center;
}
.email-row > div:nth-child(1) {
  width: 250px;
}
.email-row > div:nth-child(2) {
  width: 250px;
}
.email-row > div:nth-child(3) {
  width: 180px;
}
.email-row > div:nth-child(4) {
  width: 180px;
}
.email-row > div:nth-child(5) {
  width: 180px;
}
.email-row.edit {
  display: none;
}
.email-edit,
.email-save {
  color: #fa8a00;
  cursor: pointer;
}
.email-remove {
  cursor: pointer;
}
.code-row {
  font-size: 0;
}
.code-row.head {
  border-bottom: solid 1px #cacaca;
  padding: 5px 0;
}
.code-row > div {
  display: inline-block;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  padding: 6px 5px;
}
.code-row > div:nth-child(1) {
  width: 150px;
}
.code-row > div:nth-child(2) {
  width: 170px;
}
.code-row > div:nth-child(3) {
  width: 130px;
}
.code-row > div:nth-child(4) {
  width: 180px;
}
.code-row > div:nth-child(5) {
  width: 130px;
}
.code-row > div:nth-child(6) {
  width: 80px;
}
.code-row > div:nth-child(7) {
  width: 200px;
}
.open-reset,
.open-remove,
.open-edit,
.email-on,
.email-off {
  cursor: pointer;
}
.sub-line {
  font-size: 0;
  margin: 10px 0;
}
.sub-line > span {
  font-size: 14px;
}
.sub-key {
  display: inline-block;
  font-size: 14px;
  width: 80px;
  margin-left: 25px;
}
.sub-input {
  display: inline-block;
  font-size: 14px;
  border: solid 1px #999;
  width: 180px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.trade-filter {
  border-bottom: dashed 1px #e8e8e8;
  padding: 20px;
  line-height: 30px;
}
.trade-filter * {
  font-size: 15px;
}
.trade-input {
  border: solid 1px #d4d4d4;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 30px;
  height: 30px;
  width: 180px;
  vertical-align: top;
}
#trade-submit {
  border: solid 1px #d4d4d4;
  border-left: none;
  background: #F9F9F9;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 26px;
  height: 30px;
  vertical-align: top;
  width: 70px;
}
#trade-export {
  background: #fa8a00;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 112px;
  height: 30px;
  float: right;
}
#trade-export:hover {
  background: #f08100;
}
.trade-head {
  background: #FFFAF4;
  margin: 25px 0 25px 58px;
  line-height: 40px;
  height: 40px;
  font-size: 0;
}
.trade-head > span {
  font-size: 15px;
  text-align: center;
}
.trade-each {
  font-size: 0;
  line-height: 22px;
  border: solid 1px #cacaca;
  padding: 20px 0;
  height: 108px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 28px;
  margin-left: 58px;
}
.trade-each > div {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.trade-each > div:nth-child(1) {
  margin-left: -58px;
}
.trade-each > div:nth-child(2) {
  width: 400px;
}
.trade-each > div:nth-child(4) {
  width: 240px;
  text-align: center;
}
.trade-each > div:nth-child(6) {
  width: 160px;
  text-align: center;
}
.trade-each > div:nth-child(8) {
  width: 160px;
  text-align: center;
}
.trade-seg,
.trade-each > .trade-seg {
  width: 1px;
  background: #cacaca;
  height: 108px;
  vertical-align: top;
  margin-top: -20px;
  padding: 0;
}
.trade-btn {
  background: #fa8a00;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  margin: 2px 0;
  padding: 0 5px;
}
.trade-btn:hover {
  background: #f08100;
}
.order-btn {
  background: #fa8a00;
  color: white;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  line-height: 28px;
  padding: 0 10px;
}
.order-btn:hover {
  background: #f08100;
}
.order-btn:disabled {
  background: #999;
  cursor: not-allowed;
}
.order-wrapper {
  background: white;
  padding: 20px;
  margin-top: 30px;
}
.order-info {
  font-size: 0;
  line-height: 24px;
}
.order-info > div {
  font-size: 15px;
}
.order-detail {
  border: solid 1px #cacaca;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.order-step {
  border: solid 1px #cacaca;
  text-align: center;
  padding: 40px 0;
  margin-bottom: 20px;
}
.order-step-each {
  display: inline-block;
  vertical-align: middle;
  color: #cacaca;
}
.order-step-each.active {
  color: #fa8a00;
}
.order-step-seg {
  display: inline-block;
  vertical-align: middle;
  height: 1px;
  width: 50px;
  background: #cacaca;
  margin: 0 30px;
}
.order-content {
  border: solid 1px #cacaca;
  padding: 25px 45px;
}
.order-tb {
  border-collapse: collapse;
  width: 100%;
  line-height: 20px;
  margin-top: 20px;
}
.order-tb th {
  border: solid 1px #cacaca;
  padding: 10px 0;
}
.order-tb td {
  border: solid 1px #cacaca;
  text-align: center;
  padding: 10px 0;
}
.order-balance {
  margin: 20px 0;
  font-size: 16px;
}
.remove-aid {
  color: #fa8a00;
  cursor: pointer;
}
.invoice {
  background: white;
  width: 720px;
}
.invoice-title {
  background: #fa8a00;
  line-height: 38px;
  font-size: 17px;
  font-weight: bold;
  color: white;
  text-align: left;
}
.invoice-inner {
  padding: 15px 30px 40px;
  text-align: left;
}
.invoice-each {
  display: inline-block;
  width: 120px;
  line-height: 36px;
  text-align: center;
  border: solid 1px #9a9a9a;
  color: #9a9a9a;
  font-size: 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-right: 5px;
  cursor: pointer;
  position: relative;
}
.invoice-each.active {
  border: solid 1px #fa8a00;
  color: #fa8a00;
}
.invoice-each > img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.invoice-each.active > img {
  display: inline-block;
}
.invoice-line {
  font-size: 0;
  margin-bottom: 10px;
}
.invoice-line > input {
  border: solid 1px #9a9a9a;
  padding: 2px 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.invoice-key {
  display: inline-block;
  width: 100px;
  margin-right: 15px;
  font-size: 15px;
  text-align: right;
}
.invoice-val {
  display: inline-block;
  font-size: 15px;
  position: relative;
}
.invoice-val.act {
  border: solid 1px #fa8a00;
  color: #fa8a00;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.invoice-type {
  border: solid 1px #9a9a9a;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.invoice-val > img {
  position: absolute;
  bottom: 0;
  right: 0;
  display: none;
}
.invoice-val.act > img {
  display: inline-block;
}
.pay-item {
  border: solid 2px #f5f5f5;
  padding: 10px 30px;
  margin: 40px;
  width: 1020px;
  cursor: pointer;
}
.pay-item.active {
  border: solid 2px #b0b0b0;
  cursor: default;
}
.pay-tip {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  background: #f3f3f3;
  color: #999;
  width: 500px;
  padding: 90px 0;
  margin-top: 10px;
  font-weight: bold;
  line-height: 30px;
  font-size: 18px;
}
.pay-item-content {
  display: none;
}
.active .pay-item-content {
  display: block;
}
.bank-each {
  display: inline-block;
  border: solid 3px white;
  text-align: center;
  font-size: 15px;
  width: 158px;
  line-height: 40px;
  height: 40px;
  margin: 15px 20px;
  cursor: pointer;
}
.bank-each.active {
  border: solid 3px #4c88f6;
}
#unsuccess,
#success,
#fail,
#trans {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 999;
  justify-content: center;
  align-items: center;
  display: none;
}
.order-success-wrapper {
  width: 620px;
  background: white;
  text-align: center;
}
.order-success-title {
  color: #fa8a00;
  font-size: 24px;
  line-height: 90px;
}
.order-success-tip {
  font-size: 14px;
  width: 440px;
  margin: 10px auto 20px;
  text-align: left;
}
.order-success-line {
  width: 440px;
  border-bottom: solid 1px #e8e8e8;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  line-height: 35px;
}
.order-success-btn-wrapper {
  margin: 20px 0 40px;
}
#wx,
#ali {
  width: 128px;
  height: 128px;
  overflow: hidden;
  margin: 50px auto;
}
