/** 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);
  }
}
.main-explore .header-container {
  -webkit-font-smoothing: antialiased;
  padding: 160px 0 100px;
  background: url("../../img/explore/explore-bg.jpeg") no-repeat;
  background-size: cover;
  margin-top: -60px;
}
.main-explore h1, .main-explore h2 {
  font-weight: normal;
  text-align: center;
}
.main-explore h1 {
  font-size: 32px;
}
.main-explore h2 {
  margin-bottom: 30px;
}
.main-explore .to-upload {
  text-align: center;
}
.main-explore .to-upload .view-historical {
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  margin-top: 30px;
  color: #fff;
}
.main-explore .mobile-upload {
  display: none;
  position: fixed;
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 0 2.5px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  bottom: 30px;
  right: 30px;
  z-index: 11;
}
.main-explore .container {
  padding: 35px 0;
}
.main-explore .explore-banner {
  margin: 0 auto;
  max-width: 920px;
  position: relative;
}
.main-explore .explore-banner .swiper-container {
  width: 640px;
  height: 320px;
  border-radius: 4px;
  margin: 0;
}
.main-explore .explore-banner .swiper-container img {
  width: 100%;
  height: 100%;
}
.main-explore .explore-banner .swiper-button-prev, .main-explore .explore-banner .swiper-button-next {
  opacity: 0.3;
}
.main-explore .explore-banner .swiper-button-prev:hover, .main-explore .explore-banner .swiper-button-next:hover {
  opacity: 1;
}
.main-explore .explore-banner .banner-right {
  width: 260px;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.main-explore .explore-banner .banner-right img {
  width: 260px;
  height: 154px;
  margin-bottom: 12px;
  border-radius: 4px;
}
.main-explore .explore {
  margin: 0 auto;
  max-width: 920px;
  position: relative;
}
.main-explore .explore .mobile-nav {
  display: none;
}
.main-explore .main {
  width: 640px;
  min-height: 800px;
  background: #fff;
  padding-bottom: 17px;
  margin-top: 34px;
  border-radius: 10px;
}
.main-explore .main h3 {
  font-weight: normal;
  margin: 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.main-explore .main .name {
  float: right;
}
.main-explore .main .name #sort-menu {
  padding: 2px 10px 0 10px;
  float: right;
  z-index: 10;
  cursor: pointer;
}
.main-explore .main .name #sort-menu .icon {
  color: #555;
}
.main-explore .main .name .sort-list li {
  padding: 0 0 0 30px;
  position: relative;
}
.main-explore .main .name .sort-list i {
  display: none;
  position: absolute;
  left: 8px;
}
.main-explore .main .name .active > i {
  display: block !important;
}
.main-explore .main .name .search-box {
  float: left;
  position: relative;
  display: inline-block;
}
.main-explore .main .name .search-box input {
  border: 1px solid #e1e1e1;
  border-radius: 14px;
  height: 22px;
  background: none;
  float: left;
  width: 120px;
  padding: 0 24px 0 26px;
  font-size: 13px;
  transition: all 0.2s;
}
.main-explore .main .name .search-box input:focus {
  border: 1px solid #c2c2c2;
}
.main-explore .main .name .search-box .icon-search {
  position: absolute;
  font-size: 14px;
  color: #555;
  left: 10px;
  top: 5px;
  cursor: pointer;
}
.main-explore .main .name .search-box .icon-circle-close {
  position: absolute;
  font-size: 15px;
  color: #808080;
  right: 6px;
  top: 4px;
  cursor: pointer;
  display: none;
}
.main-explore .main .name .search-box:after {
  content: " ";
  display: block;
  clear: both;
}
.main-explore .main .explore-share-result, .main-explore .main .explore-list-loading {
  margin-top: 50px;
}
.main-explore .main .main-list {
  box-sizing: border-box;
  padding: 17px 0;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
}
.main-explore .main .main-list .portrait {
  width: 95px;
  position: absolute;
  display: inline-block;
  bottom: 21px;
}
.main-explore .main .main-list .portrait .photo {
  margin: 0 auto;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #FFF;
  font-size: 14px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.main-explore .main .main-list .portrait .photo.name-label {
  text-align: center;
  background: #72a7dc;
  font-size: 12px;
  line-height: 18px;
}
.main-explore .main .main-list .portrait img {
  width: 20px;
  border-radius: 50%;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.main-explore .main .main-list .portrait p {
  margin: 0;
  max-width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
}
.main-explore .main .main-list .portrait .name {
  padding-left: 10px;
  float: none;
}
.main-explore .main .main-list .info {
  box-sizing: border-box;
  padding: 3px 0;
}
.main-explore .main .main-list .info .title {
  max-width: 100%;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 4px;
  font-weight: 700;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-explore .main .main-list .info .title:hover {
  text-decoration: underline;
}
.main-explore .main .main-list .info p {
  margin: 0;
  font-size: 13px;
  color: #7f7f7f;
  min-height: 27px;
}
.main-explore .main .main-list .info ul {
  height: 20px;
  color: #777;
  font-size: 13px;
  margin-top: 8px;
  display: inline-block;
  padding-left: 100px;
  bottom: 8px;
}
.main-explore .main .main-list .info ul li {
  width: auto;
  display: inline-block;
  margin-right: 20px;
  float: left;
  vertical-align: middle;
}
.main-explore .main .main-list .info ul li span {
  padding-left: 5px;
  color: #b2b2b2;
}
.main-explore .main .main-list .info ul li i {
  font-style: normal;
  vertical-align: middle;
  color: #b2b2b2;
  font-size: 14px;
}
.main-explore .main .main-list .info ul .praiseCount {
  cursor: pointer;
}
.main-explore .main .main-list .info ul .praiseCount i:hover {
  color: #6f6b6b;
}
.main-explore .main .main-list:after {
  content: " ";
  display: block;
  clear: both;
}
.main-explore .main .load-more {
  display: none;
  margin: 17px auto 0;
  width: 200px;
  padding: 5px;
  text-align: center;
  background: #efefef;
  cursor: pointer;
  border-radius: 2px;
}
.main-explore .main-right {
  width: 260px;
  position: absolute;
  top: 0;
  right: 0;
}
.main-explore .main-right h3 {
  font-weight: normal;
  margin: 0 0 15px 0;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}
.main-explore .main-right .nav-item {
  margin: 5px 3px;
  height: 25px;
  line-height: 25px;
  padding: 0 12px;
  text-align: center;
  color: #777;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #777;
  border-radius: 18px;
}
.main-explore .main-right .nav-item:hover {
  background: #f7f7f7;
  color: #777;
}
.main-explore .main-right .on, .main-explore .main-right .on:hover {
  background: #777;
  color: #f1f1f1;
}
.main-explore .main-right .hover {
  background: #f7f7f7;
  color: #777;
}
.main-explore .main-right .last {
  display: inline-block;
}
.main-explore .main-right .more {
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  color: #3F3F3F;
}
.main-explore .main-right .more-tag {
  position: absolute;
  display: none;
  width: 330px;
  padding: 14px;
  background: #fff;
  bottom: 0;
  right: 48px;
  z-index: 10;
  border-radius: 4px;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.main-explore .main-right .more-tag p {
  display: inline-block;
  height: 20px;
  line-height: 20px;
  float: left;
  width: 70px;
  margin: 3px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
}
.main-explore .main-right-img {
  padding-top: 15px;
  font-size: 0;
}
.main-explore .main-right-img a {
  display: inline-block;
}
.main-explore .main-right-img img {
  width: 260px;
  height: 50px;
  margin-bottom: 15px;
  border-radius: 4px;
}
.main-explore .download-app {
  background: #fff;
  border-radius: 4px;
  padding: 8px 21px;
  position: relative;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}
.main-explore .download-app > img {
  display: inline-block;
  width: 68px;
  height: 68px;
}
.main-explore .download-app .app-info {
  display: inline-block;
  vertical-align: top;
  padding: 15px 0 0 10px;
}
.main-explore .download-app .title {
  font-weight: bold;
}
.main-explore .download-app:hover > .enlarge {
  display: block;
}
.main-explore .enlarge {
  position: absolute;
  display: none;
  top: -168px;
  left: 45px;
  height: 150px;
  text-align: center;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
}
.main-explore .enlarge img {
  width: 150px;
  height: 150px;
  position: relative;
  z-index: 2;
}
.main-explore .down-app-arrow {
  width: 15px;
  height: 15px;
  background: #fff;
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  position: relative;
  top: -10px;
  z-index: 1;
  left: 50%;
  transform: translate(-50%, 0) rotate(45deg);
}

#upload-dlg, #upload-editor-dlg {
  width: 600px;
  border-radius: 2px;
}
#upload-dlg .header h3, #upload-editor-dlg .header h3 {
  margin: 0;
  text-align: left;
  font-weight: normal;
}
#upload-dlg .folder-selector, #upload-editor-dlg .folder-selector {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  height: 267px;
  font-size: 13px;
  user-select: none;
}
#upload-dlg .folder-selector .selector-dir, #upload-editor-dlg .folder-selector .selector-dir {
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e5e6e8;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#upload-dlg .folder-selector .selector-dir .dist, #upload-editor-dlg .folder-selector .selector-dir .dist {
  font-weight: bold;
}
#upload-dlg .folder-selector .selector-folders, #upload-editor-dlg .folder-selector .selector-folders {
  height: 220px;
  overflow: auto;
  padding: 5px 0;
}
#upload-dlg .folder-selector .selector-folders .exclude, #upload-editor-dlg .folder-selector .selector-folders .exclude {
  display: none;
}
#upload-dlg .folder-selector .selector-folders .indent, #upload-editor-dlg .folder-selector .selector-folders .indent {
  float: left;
  width: 18px;
  height: 18px;
  display: block;
  margin: 7px 5px 7px 5px;
}
#upload-dlg .folder-selector .selector-folders .expand-arrow, #upload-editor-dlg .folder-selector .selector-folders .expand-arrow {
  display: inline-block;
  float: left;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  color: #777;
}
#upload-dlg .folder-selector .selector-folders .imgBox, #upload-editor-dlg .folder-selector .selector-folders .imgBox {
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
  text-align: center;
  margin: 3px 5px 5px 0;
}
#upload-dlg .folder-selector .selector-folders img, #upload-editor-dlg .folder-selector .selector-folders img {
  height: 24px;
}
#upload-dlg .folder-selector .selector-folders .active, #upload-editor-dlg .folder-selector .selector-folders .active {
  background: #efefef;
}
#upload-dlg .folder-selector .selector-folders ul, #upload-editor-dlg .folder-selector .selector-folders ul {
  padding: 0 0 0 30px;
  display: none;
}
#upload-dlg .folder-selector .selector-folders li, #upload-editor-dlg .folder-selector .selector-folders li {
  line-height: 32px;
  padding: 0;
  cursor: pointer;
}
#upload-dlg .folder-selector .selector-folders li .item, #upload-editor-dlg .folder-selector .selector-folders li .item {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#upload-dlg .folder-selector .selector-folders li.expand > .item .expand-arrow, #upload-editor-dlg .folder-selector .selector-folders li.expand > .item .expand-arrow {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
#upload-dlg .folder-selector .selector-folders li.expand > ul, #upload-editor-dlg .folder-selector .selector-folders li.expand > ul {
  display: block;
}
#upload-dlg .selector-next, #upload-dlg .editor, #upload-editor-dlg .selector-next, #upload-editor-dlg .editor {
  border: 1px solid #d9d9d9;
  border-radius: 2px;
  box-sizing: border-box;
  font-size: 13px;
  user-select: none;
  padding: 0 10px;
  display: none;
}
#upload-dlg .selector-next .title, #upload-dlg .selector-next .describe, #upload-dlg .selector-next .label, #upload-dlg .editor .title, #upload-dlg .editor .describe, #upload-dlg .editor .label, #upload-editor-dlg .selector-next .title, #upload-editor-dlg .selector-next .describe, #upload-editor-dlg .selector-next .label, #upload-editor-dlg .editor .title, #upload-editor-dlg .editor .describe, #upload-editor-dlg .editor .label {
  width: 400px;
  padding: 10px;
  margin: 0 auto;
  font-size: 14px;
}
#upload-dlg .selector-next .title .lbl-text, #upload-dlg .selector-next .describe .lbl-text, #upload-dlg .selector-next .label .lbl-text, #upload-dlg .editor .title .lbl-text, #upload-dlg .editor .describe .lbl-text, #upload-dlg .editor .label .lbl-text, #upload-editor-dlg .selector-next .title .lbl-text, #upload-editor-dlg .selector-next .describe .lbl-text, #upload-editor-dlg .selector-next .label .lbl-text, #upload-editor-dlg .editor .title .lbl-text, #upload-editor-dlg .editor .describe .lbl-text, #upload-editor-dlg .editor .label .lbl-text {
  display: inline-block;
  width: 70px;
  text-align: right;
}
#upload-dlg .selector-next .title input, #upload-dlg .selector-next .describe input, #upload-dlg .selector-next .label input, #upload-dlg .editor .title input, #upload-dlg .editor .describe input, #upload-dlg .editor .label input, #upload-editor-dlg .selector-next .title input, #upload-editor-dlg .selector-next .describe input, #upload-editor-dlg .selector-next .label input, #upload-editor-dlg .editor .title input, #upload-editor-dlg .editor .describe input, #upload-editor-dlg .editor .label input {
  width: 300px;
  box-sizing: border-box;
}
#upload-dlg .selector-next .title .rmd-label, #upload-dlg .selector-next .describe .rmd-label, #upload-dlg .selector-next .label .rmd-label, #upload-dlg .editor .title .rmd-label, #upload-dlg .editor .describe .rmd-label, #upload-dlg .editor .label .rmd-label, #upload-editor-dlg .selector-next .title .rmd-label, #upload-editor-dlg .selector-next .describe .rmd-label, #upload-editor-dlg .selector-next .label .rmd-label, #upload-editor-dlg .editor .title .rmd-label, #upload-editor-dlg .editor .describe .rmd-label, #upload-editor-dlg .editor .label .rmd-label {
  display: inline-block;
  width: 300px;
}
#upload-dlg .selector-next .title .rmd-label span, #upload-dlg .selector-next .describe .rmd-label span, #upload-dlg .selector-next .label .rmd-label span, #upload-dlg .editor .title .rmd-label span, #upload-dlg .editor .describe .rmd-label span, #upload-dlg .editor .label .rmd-label span, #upload-editor-dlg .selector-next .title .rmd-label span, #upload-editor-dlg .selector-next .describe .rmd-label span, #upload-editor-dlg .selector-next .label .rmd-label span, #upload-editor-dlg .editor .title .rmd-label span, #upload-editor-dlg .editor .describe .rmd-label span, #upload-editor-dlg .editor .label .rmd-label span {
  box-sizing: border-box;
  width: 71px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  float: left;
  padding: 0 4px;
  background: #f0f0f0;
  margin: 0 2px 5px;
  cursor: pointer;
  font-size: 13px;
  border-radius: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#upload-dlg .selector-next .title .rmd-label span:hover, #upload-dlg .selector-next .describe .rmd-label span:hover, #upload-dlg .selector-next .label .rmd-label span:hover, #upload-dlg .editor .title .rmd-label span:hover, #upload-dlg .editor .describe .rmd-label span:hover, #upload-dlg .editor .label .rmd-label span:hover, #upload-editor-dlg .selector-next .title .rmd-label span:hover, #upload-editor-dlg .selector-next .describe .rmd-label span:hover, #upload-editor-dlg .selector-next .label .rmd-label span:hover, #upload-editor-dlg .editor .title .rmd-label span:hover, #upload-editor-dlg .editor .describe .rmd-label span:hover, #upload-editor-dlg .editor .label .rmd-label span:hover {
  background: #e5e5e5;
}
#upload-dlg .selector-next .title:after, #upload-dlg .selector-next .describe:after, #upload-dlg .selector-next .label:after, #upload-dlg .editor .title:after, #upload-dlg .editor .describe:after, #upload-dlg .editor .label:after, #upload-editor-dlg .selector-next .title:after, #upload-editor-dlg .selector-next .describe:after, #upload-editor-dlg .selector-next .label:after, #upload-editor-dlg .editor .title:after, #upload-editor-dlg .editor .describe:after, #upload-editor-dlg .editor .label:after {
  content: " ";
  display: block;
  clear: both;
}
#upload-dlg .selector-next .describe, #upload-dlg .editor .describe, #upload-editor-dlg .selector-next .describe, #upload-editor-dlg .editor .describe {
  height: 80px;
}
#upload-dlg .selector-next .describe div, #upload-dlg .editor .describe div, #upload-editor-dlg .selector-next .describe div, #upload-editor-dlg .editor .describe div {
  margin-top: 7px;
}
#upload-dlg .selector-next .describe textarea, #upload-dlg .editor .describe textarea, #upload-editor-dlg .selector-next .describe textarea, #upload-editor-dlg .editor .describe textarea {
  box-sizing: border-box;
  vertical-align: top;
  width: 300px;
  height: 80px;
  border-radius: 2px;
}
#upload-dlg .editor, #upload-editor-dlg .editor {
  display: block;
}
#upload-dlg .open-reward, #upload-editor-dlg .open-reward {
  padding: 0;
  margin-top: 10px;
}
#upload-dlg .open-reward .reward-switch, #upload-editor-dlg .open-reward .reward-switch {
  width: 200px !important;
  line-height: 30px;
  display: inline-block;
}
#upload-dlg .open-reward .reward-switch .btn-name, #upload-editor-dlg .open-reward .reward-switch .btn-name {
  width: 70px;
  display: inline-block;
  float: left;
  text-align: right;
}
#upload-dlg .open-reward .reward-switch .switch, #upload-editor-dlg .open-reward .reward-switch .switch {
  width: 36px;
  height: 20px;
  line-height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 11px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s;
}
#upload-dlg .open-reward .reward-switch .switch .btn, #upload-editor-dlg .open-reward .reward-switch .switch .btn {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 1px 0 2px rgba(0, 0, 0, 0.25);
  transition: all 0.2s;
}
#upload-dlg .open-reward .reward-switch .switch.on, #upload-editor-dlg .open-reward .reward-switch .switch.on {
  background: #72a7dc;
  border-color: #72a7dc;
}
#upload-dlg .open-reward .reward-switch .switch.on .btn, #upload-editor-dlg .open-reward .reward-switch .switch.on .btn {
  margin-left: 16px;
  box-shadow: -1px 0 2px rgba(0, 0, 0, 0.25);
}
#upload-dlg .buttons, #upload-editor-dlg .buttons {
  position: relative;
}
#upload-dlg .buttons #upload-back, #upload-editor-dlg .buttons #upload-back {
  position: absolute;
  left: 0;
  display: none;
  margin-left: 20px;
}
#upload-dlg .buttons #upload-btn, #upload-editor-dlg .buttons #upload-btn {
  display: none;
}
#upload-dlg .buttons .mobile-history, #upload-editor-dlg .buttons .mobile-history {
  display: none;
  float: left;
  height: 32px;
  line-height: 32px;
  color: #777;
  text-decoration: underline;
  font-size: 13px;
}

#upload-result .body {
  padding: 20px 30px;
}

#view-upload-history .body {
  padding: 0 40px 15px 40px;
  height: 360px;
  overflow: auto;
}
#view-upload-history .history-content {
  width: 400px;
}
#view-upload-history .history-content > p {
  margin: 0;
  text-align: center;
  line-height: 350px;
}
#view-upload-history .list {
  border-bottom: 1px dashed #e5e5e5;
  padding: 15px 0;
}
#view-upload-history .list h3 {
  margin: 0 0 10px 0;
  font-weight: normal;
}
#view-upload-history .list h3 a {
  display: inline-block;
  max-width: 300px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#view-upload-history .list h3 a:hover {
  text-decoration: underline;
}
#view-upload-history .list h3 .cancel-display, #view-upload-history .list h3 .upload-editor {
  display: none;
  font-size: 13px;
  color: #777;
  float: right;
  cursor: pointer;
}
#view-upload-history .list h3 .cancel-display:hover, #view-upload-history .list h3 .upload-editor:hover {
  color: #333;
  text-decoration: underline;
}
#view-upload-history .list h3 .upload-editor {
  margin-right: 20px;
}
#view-upload-history .list h3:after {
  content: " ";
  display: block;
  clear: both;
}
#view-upload-history .list:hover .cancel-display, #view-upload-history .list:hover .upload-editor {
  display: block;
}
#view-upload-history .data {
  font-size: 13px;
  color: #777;
}
#view-upload-history .data span {
  display: inline-block;
  margin-right: 30px;
}
#view-upload-history .data .status {
  padding: 0 10px;
  border: 1px solid #777;
  border-radius: 15px;
  font-size: 12px;
}
#view-upload-history .data .status.gray {
  color: #777;
  border-color: #777;
}
#view-upload-history .data .status.green {
  color: #7ccf41;
  border-color: #7ccf41;
}
#view-upload-history .data .status.red {
  color: #f27c7c;
  border-color: #f27c7c;
}

#footer {
  margin-top: 0 !important;
}

@media screen and (max-width: 930px) {
  html {
    overflow: hidden;
    overflow-y: auto;
  }

  .header-container {
    display: none;
  }

  .mobile-upload {
    margin-bottom: 0 !important;
    display: block !important;
  }

  .mobile-nav {
    display: block !important;
    background: #fff;
    overflow: hidden;
    margin: 10px 0;
    border-radius: 4px;
  }
  .mobile-nav > p {
    display: inline-block;
    box-sizing: border-box;
    margin: 5px;
    border: 1px solid #68727d;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 4px;
  }
  .mobile-nav .last {
    display: inline-block;
    position: relative;
  }
  .mobile-nav .more-tag {
    background: #fff;
    padding: 0 15px;
    display: none;
    margin-top: 10px;
  }
  .mobile-nav .more-tag .line {
    border-top: 1px solid #777;
  }
  .mobile-nav .more-tag > p {
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 5px;
  }
  .mobile-nav .on {
    background: #777;
    color: #f1f1f1;
  }

  .swiper-container {
    width: 100% !important;
    height: 460px !important;
  }
  .swiper-container .swiper-button-prev, .swiper-container .swiper-button-next {
    display: none !important;
  }

  .banner-right {
    display: none !important;
  }

  .main-right {
    display: none !important;
  }

  .main-explore h1 {
    font-size: 28px;
  }
  .main-explore h2 {
    font-size: 18px;
  }

  .container {
    padding: 10px 10px !important;
  }

  .explore h3 {
    margin: 0 10px !important;
  }
  .explore .nav {
    width: auto;
    display: inline-block;
    position: static;
  }
  .explore .nav ul {
    padding: 0 10px;
  }
  .explore .nav ul li {
    display: inline-block;
    padding: 5px 10px;
  }
  .explore .nav ul li span {
    padding: 0;
  }
  .explore .main {
    width: 100%;
    min-height: 320px;
    margin: 0;
  }
  .explore .main .explore-title {
    max-width: 130px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .explore .main #search-input {
    width: 80px;
  }
  .explore .main-list {
    margin: 0 10px;
  }
  .explore .portrait {
    bottom: 19px;
    width: 120px;
    text-align: left;
  }
  .explore .portrait img {
    display: inline-block;
    width: 18px;
    vertical-align: top;
  }
  .explore .portrait p {
    display: inline-block;
    margin: 0 0 0 5px;
    vertical-align: middle;
    max-width: 95px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .explore .portrait .name-label {
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
  }
  .explore .info {
    width: auto;
    margin: 0;
  }
  .explore .info p {
    margin-bottom: 5px;
  }
  .explore .info ul {
    float: right;
  }
  .explore .info ul:after {
    content: " ";
    display: block;
    clear: both;
  }
  .explore .info ul li {
    margin-right: 10px;
  }
  .explore .info ul li span {
    padding-left: 5px;
  }

  #view-upload-history .body {
    padding: 0 10px 15px 10px;
    height: 280px;
  }
  #view-upload-history .body .history-content {
    width: 280px;
  }
  #view-upload-history .body .history-content .data span {
    margin-right: 15px;
  }

  #upload-dlg .buttons .mobile-history, #upload-editor-dlg .buttons .mobile-history {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  .swiper-container {
    height: 380px !important;
  }
}
@media screen and (max-width: 760px) {
  #upload-dlg, #upload-editor-dlg {
    width: 320px;
  }
  #upload-dlg .selector-next, #upload-dlg .editor, #upload-editor-dlg .selector-next, #upload-editor-dlg .editor {
    max-height: 300px;
    overflow: auto;
    padding: 10px;
  }
  #upload-dlg .selector-next .title, #upload-dlg .selector-next .describe, #upload-dlg .selector-next .label, #upload-dlg .editor .title, #upload-dlg .editor .describe, #upload-dlg .editor .label, #upload-editor-dlg .selector-next .title, #upload-editor-dlg .selector-next .describe, #upload-editor-dlg .selector-next .label, #upload-editor-dlg .editor .title, #upload-editor-dlg .editor .describe, #upload-editor-dlg .editor .label {
    width: 200px;
    padding: 0;
  }
  #upload-dlg .selector-next .title div, #upload-dlg .selector-next .describe div, #upload-dlg .selector-next .label div, #upload-dlg .editor .title div, #upload-dlg .editor .describe div, #upload-dlg .editor .label div, #upload-editor-dlg .selector-next .title div, #upload-editor-dlg .selector-next .describe div, #upload-editor-dlg .selector-next .label div, #upload-editor-dlg .editor .title div, #upload-editor-dlg .editor .describe div, #upload-editor-dlg .editor .label div {
    display: block;
    width: 50px;
    text-align: left !important;
  }
  #upload-dlg .selector-next .title input, #upload-dlg .selector-next .describe input, #upload-dlg .selector-next .label input, #upload-dlg .editor .title input, #upload-dlg .editor .describe input, #upload-dlg .editor .label input, #upload-editor-dlg .selector-next .title input, #upload-editor-dlg .selector-next .describe input, #upload-editor-dlg .selector-next .label input, #upload-editor-dlg .editor .title input, #upload-editor-dlg .editor .describe input, #upload-editor-dlg .editor .label input {
    width: 200px;
  }
  #upload-dlg .selector-next .describe, #upload-dlg .editor .describe, #upload-editor-dlg .selector-next .describe, #upload-editor-dlg .editor .describe {
    height: auto;
  }
  #upload-dlg .selector-next .describe textarea, #upload-dlg .editor .describe textarea, #upload-editor-dlg .selector-next .describe textarea, #upload-editor-dlg .editor .describe textarea {
    width: 200px;
  }
  #upload-dlg .selector-next .rmd-label, #upload-dlg .editor .rmd-label, #upload-editor-dlg .selector-next .rmd-label, #upload-editor-dlg .editor .rmd-label {
    width: 100% !important;
  }
  #upload-dlg .selector-next .rmd-label > span, #upload-dlg .editor .rmd-label > span, #upload-editor-dlg .selector-next .rmd-label > span, #upload-editor-dlg .editor .rmd-label > span {
    width: 62px !important;
  }

  #view-upload-history .list .cancel-display, #view-upload-history .list .upload-editor {
    display: block !important;
  }
}
@media screen and (max-width: 420px) {
  .swiper-container {
    height: 207px !important;
  }
}
@media screen and (max-width: 380px) {
  .swiper-container {
    height: 185px !important;
  }
}
@media screen and (max-width: 330px) {
  .explore .container .shuffling {
    height: 160px !important;
  }

  .swiper-container {
    height: 150px !important;
  }
}
/*# sourceMappingURL=../maps/explore/explore.css.map */
