@charset "UTF-8";
/** normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 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.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-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;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#header {
  height: 60px;
  top: 0px;
  width: 100%;
  color: #111;
}
#header #main {
  position: relative;
}
#header .logo-for-fetch {
  position: fixed;
  left: -100px;
  top: -100px;
}
#header .logo {
  float: left;
  margin-right: 40px;
}
#header .logo a {
  display: inline-block;
  line-height: 60px;
  font-size: 24px;
}
#header .logo img {
  height: 40px;
  margin-top: 10px;
  cursor: pointer;
}
#header .header-user {
  position: absolute;
  right: 0;
  top: 0;
}
#header .header-user .nav-item {
  margin-left: 32px;
  color: #555;
}
#header .header-user > a {
  display: inline-block;
  margin: 14px 0;
}
#header .header-user .login {
  line-height: 26px;
  margin-left: 32px;
  border-left: 1px solid #e5e6e8;
  padding-left: 32px;
}
#header .header-user .main-btn {
  line-height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  padding: 0 20px;
  margin-left: 20px;
}
#header .header-user .main-btn:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#header .header-user .main-btn.dark {
  background: #4a4a4a;
  border-color: #4a4a4a;
  color: white;
  margin-left: 32px;
}
#header .header-user .user {
  display: inline-block;
  margin: 14px 20px 14px 0;
  line-height: 32px;
}
#header .nav-menu {
  position: relative;
  z-index: 3;
  display: inline-block;
  text-align: center;
  top: 5px;
  padding: 0 10px 0 18px;
}
#header .nav-menu i {
  font-size: 25px;
  color: #323333;
}
#header .nav-menu .menu {
  font-size: 14px;
}
#header .nav-menu .menu li {
  height: 30px;
  line-height: 30px;
}

@media screen and (max-width: 350px) {
  #header .header-user .login {
    margin-left: 18px;
    padding-left: 18px;
  }
}
#footer {
  margin-top: 40px;
  background: #333;
  border-top: 1px solid #eee;
  padding: 30px 0 0;
  color: #aaa;
  text-align: center;
}
#footer .footer-cols {
  width: 1000px;
  display: inline-block;
  text-align: left;
  font-size: 0;
  position: relative;
  left: 75px;
}
#footer .footer-col {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  color: #9e9d9d;
  font-size: 14px;
}
#footer .footer-col .title {
  color: #c6c7c9;
  margin-bottom: 15px;
  font-size: 16px;
  position: relative;
  height: 30px;
  line-height: 30px;
}
#footer .footer-col .title > i {
  position: absolute;
  right: 0;
}
#footer .footer-col .mobile-title {
  display: none;
}
#footer .footer-col a:hover {
  color: #aaa;
}
#footer .mubu-contact {
  position: relative;
  font-size: 20px;
  padding-top: 5px;
}
#footer .mubu-contact .follow {
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-left: 15px;
}
#footer .mubu-contact .follow:hover > .arrow_box {
  display: block;
}
#footer .mubu-contact .arrow_box {
  color: #777;
  display: none;
  position: absolute;
  background: #fff;
  bottom: 45px;
  width: 130px;
  border-radius: 4px;
  left: 50%;
  transform: translate(-50%, 0);
  box-shadow: 0 0 2px 0 rgba(51, 51, 51, 0.5);
  padding: 10px;
  text-align: center;
}
#footer .mubu-contact .arrow_box .title {
  line-height: 25px;
  height: 25px;
  font-size: 14px;
  color: #777;
  margin-bottom: 5px;
}
#footer .mubu-contact .arrow_box .footer-qrcode {
  width: 90%;
}
#footer .mubu-contact .arrow_box:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
#footer .mobile-hide .item {
  height: 30px;
  line-height: 30px;
}
#footer .bottom {
  font-size: 13px;
  line-height: 50px;
  margin: 35px auto 0;
}
#footer .bottom .wrap {
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  font-size: 12px;
  text-align: center;
}
#footer .bottom .item a:hover {
  text-decoration: underline;
}
#footer .bottom .icon {
  font-size: 24px;
  vertical-align: middle;
}
#footer .bottom img {
  vertical-align: middle;
}
#footer .bottom .br {
  display: none;
}
#footer .bottom .relevant {
  position: fixed;
  bottom: -1000px;
}
#footer .bottom .distance {
  margin-right: 8px;
}

@media screen and (max-width: 1000px) {
  #footer .footer-cols {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    left: 0;
  }
  #footer .footer-col {
    border-bottom: 1px solid #656464;
    width: 100%;
    box-sizing: content-box;
    text-align: left;
  }
  #footer .footer-col .title {
    margin: 0;
    display: none;
  }
  #footer .footer-col .mobile-title {
    display: block !important;
    padding: 7px 0;
  }
  #footer .footer-col .mobile-hide {
    display: none;
  }
  #footer .footer-col .on i {
    transform: rotate(180deg);
    transition: 0.3s;
  }
  #footer .mobile-hide {
    padding: 0 0 15px 15px;
  }
  #footer .bottom .wrap {
    left: 0;
    text-align: center;
  }
  #footer .bottom .br {
    display: block;
  }
  #footer .bottom .hide-aliyun {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #footer .qrcode-box {
    position: relative;
  }
  #footer .bottom {
    line-height: 26px;
    padding: 8px 0;
  }
  #footer .bottom .aliyun {
    display: block;
  }
  #footer .bottom .weibo {
    display: block;
  }
}
body {
  color: #333;
  font-size: 14px;
  font-family: "Helvetica Neue", "Hiragino Sans GB", "PingFang SC", "WenQuanYi Micro Hei", "Microsoft Yahei", sans-serif;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-overflow-scrolling: touch;
}

input::-ms-clear {
  display: none;
}

#main {
  max-width: 1000px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  #main {
    margin: 0 15px;
  }
}
a {
  color: inherit;
  text-decoration: none;
}
a.link {
  color: #72a7dc;
}
a.underline {
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.text.light {
  color: #777;
}
.text.link {
  color: #72a7dc;
  cursor: pointer;
}
.text.dark {
  color: #111;
}
.text.underline {
  text-decoration: underline;
}

.error {
  color: #ff4141;
}

input, textarea, div[contenteditable] {
  outline: none;
}
input:focus, textarea:focus, div[contenteditable]:focus {
  outline: none;
}

input.text, textarea.text, select.text {
  box-sizing: border-box;
  height: 36px;
  padding: 0 12px;
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  resize: none;
}
input.text.item-error, textarea.text.item-error, select.text.item-error {
  border-color: red;
}
input.text.small, textarea.text.small, select.text.small {
  padding: 0 10px;
  height: 32px;
}
input.text.small.no-border, textarea.text.small.no-border, select.text.small.no-border {
  border: 0;
}
input.text.large, textarea.text.large, select.text.large {
  height: 42px;
}
input.text.no-border, textarea.text.no-border, select.text.no-border {
  border: 0;
}

select.text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #FFF url(../../img/common/drop.svg) right center no-repeat;
}

textarea.text {
  line-height: 1.5;
  padding: 6px 12px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 0;
}

.button {
  box-sizing: border-box;
  border-radius: 2px;
  background: #72a7dc;
  color: #fff;
  height: 36px;
  line-height: 36px;
  outline: 0;
  display: inline-block;
  border: 0;
  cursor: pointer;
  text-align: center;
  padding: 0 20px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  vertical-align: middle;
}
.button:hover {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button.dark {
  background: #4a4a4a;
}
.button.highlight {
  background: #f27c7c;
}
.button.light {
  border: 1px solid #d9d9d9;
  padding: 0 19px;
  background: #FFF;
  color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.button.light.small {
  padding: 0 14px;
}
.button.light.large {
  padding: 0 24px;
}
.button.light.tiny {
  padding: 0 9px;
}
.button.large {
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  padding: 0 25px;
}
.button.small {
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  font-size: 13px;
}
.button.tiny {
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  font-size: 13px;
}
.button.disable {
  opacity: 0.7;
  cursor: default;
}

.icon {
  line-height: inherit;
}

.clear {
  display: block;
  clear: both;
}

/********************Plugs Styles******************/
.dlg_mask {
  background: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
  position: fixed;
  top: 0px;
  left: 0px;
  width: 3000px;
  height: 3000px;
  z-index: 100;
}

.dlg {
  background-color: #fff;
  position: fixed;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 101;
}
.dlg .header {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 30px 0 20px;
  cursor: default;
}
.dlg .body {
  padding: 15px 20px;
}
.dlg .buttons {
  padding: 0 20px 20px;
  text-align: right;
}
.dlg .buttons .button {
  margin-left: 10px;
}
.dlg .dlg-close {
  position: absolute;
  top: 13px;
  right: 10px;
  cursor: pointer;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  color: #777;
}
.dlg .dlg-close:hover {
  background: #d7d7d7;
  color: #111;
}

#global_confirm_window {
  max-width: 450px;
}

.confirm_msg {
  padding: 20px 0px;
  min-width: 300px;
}

.overlay {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.overlay .confirm_msg {
  min-width: 0;
}
.overlay > .menu {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 320px;
  background: #FFF;
  line-height: 40px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 10px 0;
  overflow: hidden;
}
.overlay > .menu li {
  padding: 0 20px;
}
.overlay > .menu li:active {
  background: #f4f4f4;
}
.overlay .dlg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 320px;
  background: #FFF;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  display: block;
}
.overlay .dlg .header {
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 30px 0px 20px;
  cursor: default;
}
.overlay .dlg .body {
  padding: 0 20px 20px;
}
.overlay .dlg .buttons {
  padding: 0px 20px 20px;
  text-align: right;
}
.overlay .dlg .buttons .button {
  margin-left: 10px;
}

.toast-box {
  position: fixed;
  padding: 3px;
  background: black;
  background: rgba(0, 0, 0, 0.7);
  color: #FFF;
  font-size: 15px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  display: none;
  z-index: 105;
}

.dropdown {
  position: relative;
}

.menu {
  background: #FFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  cursor: default;
  white-space: normal;
  font-size: 13px;
  transition: all 0.2s;
  box-sizing: border-box;
  display: none;
}
.menu.no-border {
  border: 0;
}
.menu ul {
  margin: 0;
  padding: 5px 0;
  line-height: 26px;
  list-style: none;
}
.menu ul > .item {
  padding: 0 20px;
  cursor: pointer;
}
.menu ul > .item:hover {
  background: #e9e9e9;
}
.menu ul > .item.link {
  padding: 0;
}
.menu ul > .item.link a {
  display: block;
  padding: 0 20px;
}
.menu ul > .split {
  margin: 3px 0;
  border-bottom: 1px solid #eee;
}
.menu > .arrow {
  content: " ";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
}
.menu > .arrow.bottom {
  border-top: 0;
}
.menu > .arrow.bottom.outer {
  top: -9px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
}
.menu > .arrow.bottom.inner {
  top: -8px;
  border-bottom-color: #fff;
}
.menu > .arrow.right {
  border-left: 0;
}
.menu > .arrow.right.outer {
  left: -9px;
  border-right-color: rgba(0, 0, 0, 0.08);
}
.menu > .arrow.right.inner {
  left: -8px;
  border-right-color: #fff;
}

.common-tip {
  position: fixed;
  z-index: 11;
  padding: 3px 10px;
  background: #555;
  color: #FFF;
  font-size: 12px;
  border-radius: 2px;
}
.common-tip.bottom:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #555;
  -webkit-transform: translate(-50%, 0%);
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}
.common-tip.right:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 50%;
  border-top: 5px solid transparent;
  border-right: 5px solid #555;
  border-bottom: 5px solid transparent;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.input-range {
  margin: 10px 0;
  height: 6px;
  border-radius: 3px;
  background: #e9e9e9;
}
.input-range .range-bar {
  height: 6px;
  border-radius: 3px;
  background: #72a7dc;
  position: relative;
  width: 0;
}
.input-range .range-slider {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -7px;
  right: -10px;
  cursor: pointer;
  background: #f5f5f5;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.loader {
  margin: 10px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 3px solid rgba(102, 102, 102, 0.2);
  border-right: 3px solid rgba(102, 102, 102, 0.2);
  border-bottom: 3px solid rgba(102, 102, 102, 0.2);
  border-left: 3px solid #666666;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.info-fields {
  padding-bottom: 40px;
}
.info-fields .row {
  margin-bottom: 25px;
}
.info-fields .row:after {
  content: " ";
  display: block;
  clear: both;
}
.info-fields .label {
  float: left;
  padding-right: 5px;
  line-height: 36px;
  width: 90px;
  text-align: right;
}
.info-fields .label.text {
  line-height: inherit;
}
.info-fields .control {
  float: left;
}
.info-fields .control .group {
  margin-right: 15px;
}
.info-fields .control .single {
  width: 360px;
}
.info-fields .control input[name=company] {
  width: 210px;
  float: left;
}
.info-fields .control input[name=job] {
  width: 140px;
  margin-left: 10px;
  float: left;
}
.info-fields .control .birth {
  width: 110px;
  margin-right: 10px;
}
.info-fields .submit {
  margin-left: 95px;
  width: 110px;
}

.avatar-box {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  height: 100px;
  cursor: pointer;
}
.avatar-box img {
  width: 100px;
  height: 100px;
}
.avatar-box div {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  padding: 3px 0;
}

.reg-wrapper {
  max-width: 400px;
  margin: 0 auto;
}
.reg-wrapper h2 {
  text-align: center;
  font-weight: normal;
  margin: 35px 0;
}
.reg-wrapper h2 img {
  height: 40px;
}
.reg-wrapper .info-title {
  margin-bottom: 20px;
  font-size: 24px;
}
.reg-wrapper h3 {
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0;
}

.fields {
  margin: 0 20px;
}
.fields .row {
  margin-bottom: 20px;
  position: relative;
}
.fields .row.right {
  text-align: center;
}
.fields .row .agreement:hover {
  text-decoration: underline;
}
.fields .row .error {
  line-height: 42px;
  position: absolute;
  left: 375px;
  top: 0;
  width: 200px;
  display: none;
}
.fields .row > input[type=text],
.fields .row > input[type=password] {
  width: 100%;
}
.fields .row .forget {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.fields .row label {
  cursor: pointer;
}
.fields .row input[type=checkbox] {
  position: relative;
  background: white;
  width: 18px;
  height: 18px;
  -webkit-appearance: initial;
  border-radius: 2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  vertical-align: middle;
}
.fields .row input[type=checkbox]:checked:after {
  content: "✔";
  position: absolute;
  top: 0px;
  left: 0px;
  color: #444;
  width: 100%;
  line-height: 18px;
  text-align: center;
  font-size: 13px;
  vertical-align: text-top;
}
.fields #fetch-code {
  width: 40%;
  font-size: 14px;
}
.fields .verify input {
  width: 55% !important;
}
.fields .verify .button {
  float: right;
}
.fields .submit {
  display: block;
}

.reg-info-desc {
  color: #777;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.platform {
  text-align: center;
  border-top: 1px solid #e5e6e8;
  padding: 20px 0 40px;
}
.platform .desc {
  color: #999;
  padding-bottom: 15px;
}
.platform .platform-item {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  background: #e1e1e1;
  font-size: 24px;
  margin: 0 15px;
}
.platform .platform-item i {
  color: #FFF;
}
.platform #login-qq {
  background: #15a7f0;
}
.platform #login-wechat {
  background: #49be38;
}

.reset-fields {
  display: none;
}

#reg-validate .body {
  width: 300px;
  height: 150px;
  text-align: center;
}
#reg-validate .validate-text {
  margin-top: 30px;
}
#reg-validate .validate-change {
  display: inline-block;
  text-align: left;
  margin: 10px 0 0 8px;
}
#reg-validate .validate-change .change-validate-img {
  color: #72a7dc;
  cursor: pointer;
  text-decoration: underline;
}

@media screen and (max-width: 500px) {
  .fields .row .error {
    line-height: 20px;
    position: relative;
    left: 0;
    top: 0;
  }
}
/*# sourceMappingURL=../maps/user/reg.css.map */
