@charset "UTF-8";
/*! normalize.css v5.0.0 | 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 on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * 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; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 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; }

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * 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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * 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"] {
  -webkit-box-sizing: border-box;
          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 macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent; }

.mp-dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }
  .mp-dialog.animated {
    -webkit-animation-duration: .5s;
    animation-duration: 0.5s; }
  .mp-dialog .bg {
    width: 100%;
    height: 100%;
    background: #000;
    background: rgba(0, 0, 0, 0.5); }
  .mp-dialog .inner {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 1; }
    .mp-dialog .inner.comment {
      width: 300px;
      height: 158px;
      padding: 15px;
      background-color: #f7f7fa;
      border-radius: 7px; }
      .mp-dialog .inner.comment > textarea {
        width: 100%;
        height: 90px;
        resize: none;
        border-radius: 7px;
        background: #fff;
        padding: 7px;
        border: 1px solid #ccc;
        outline: 0;
        font-size: 15px; }
      .mp-dialog .inner.comment > button {
        float: right;
        height: 100%;
        width: 56px;
        height: 26px;
        line-height: 26px;
        font-size: 12px;
        border-radius: 7px;
        background: #2887f0;
        border: none;
        color: #fff;
        margin-top: 5px;
        text-align: center;
        outline: 0; }
        .mp-dialog .inner.comment > button[disabled] {
          background: #999; }
    .mp-dialog .inner.download {
      width: 285px;
      border-radius: 13px;
      height: 420px; }
      .mp-dialog .inner.download .main {
        background: #fff;
        height: 362px;
        border-radius: 13px;
        background: url(https://ss2.meipian.me/qrcode/qrcode-bg.png) 0 0 no-repeat;
        background-size: 100%; }
        .mp-dialog .inner.download .main .title {
          height: 78px;
          line-height: 78px;
          font-size: 20px;
          color: #000000;
          text-align: center; }
        .mp-dialog .inner.download .main .content img.logo {
          display: block;
          margin: 24px auto 0;
          width: 60px;
          height: 60px; }
        .mp-dialog .inner.download .main .content p.logo-name {
          text-align: center;
          font-size: 20px;
          color: #333;
          margin-top: 6px;
          margin-bottom: 0; }
        .mp-dialog .inner.download .main .content p.t1 {
          margin-top: 15px;
          margin-bottom: 0;
          font-size: 18px;
          color: #5c5e61;
          text-align: center;
          text-shadow: none;
          line-height: 1; }
        .mp-dialog .inner.download .main .content p.t2 {
          margin-top: 15px;
          font-size: 15px;
          color: #aeb1b6;
          line-height: 1.5;
          text-align: center;
          text-shadow: none; }
        .mp-dialog .inner.download .main .content button.click {
          display: block;
          margin: 20px auto 0;
          width: 180px;
          height: 39px;
          background: #0097ff;
          border-radius: 50px;
          color: #fff;
          line-height: 39px;
          font-size: 18px;
          text-align: center;
          outline: 0;
          border: none; }
      .mp-dialog .inner.download button.close {
        display: block;
        width: 33px;
        height: 33px;
        margin: 0 auto;
        background: url(http://static2.ivwen.com/theme/v2/img/cancel.png) 0 0 no-repeat;
        background-size: 100%;
        border: none;
        margin-top: 24px;
        outline: 0; }

body.top-banner-show {
  padding-bottom: 40px; }

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html,
body {
  color: #9A5000;
  font-family: PingFangSC-Regular;
  font-size: 16px; }

a {
  text-decoration: none;
  color: #60BC62; }
  a:hover, a:active, a:visited, a:focus {
    text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 16px; }

h1 {
  font-size: 24px;
  font-weight: normal;
  color: #9A5000;
  letter-spacing: 0;
  line-height: 36px;
  margin: 0; }

ul,
ol {
  list-style: none; }

img {
  vertical-align: middle; }
  img[lazy] {
    background-color: rgba(223, 226, 231, 0.7); }

i,
i * {
  font-style: italic; }

.clearfix {
  zoom: 1; }

.clearfix:before {
  display: table;
  content: ""; }

.clearfix:after {
  display: table;
  content: "";
  clear: both; }

.well {
  padding: 0 25px; }

.footer-section {
  margin: 8px 0; }

.line-clamp-1 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.line-clamp-2 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.line-clamp-3 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.text {
  text-align: justify; }

.root {
  height: 100%; }

.seize {
  background-image: url("https://ss2.meipian.me/theme/v2/img/imagesload1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: rgba(235, 230, 235, 0.7); }

.blur {
  /* -webkit-filter: blur(10px);
      Chrome, Opera 
     -moz-filter: blur(10px);
     -ms-filter: blur(10px);
     filter: blur(10px);
     */ }

.main-box .mp-content .section .waring {
  color: #B7BABE; }
  .main-box .mp-content .section .waring .text-waring {
    color: #F76260;
    display: inline-block;
    margin-right: 10px; }

.content-container .vote .voteContentWell {
  margin: 0px 0px 0px; }

body.top-banner-show {
  padding-bottom: 0; }

.mp-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .mp-popup .popup-ads {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 72%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .mp-popup .ads-content {
    position: relative;
    padding-top: 141.85%;
    background: url(../img/common/pop_bg.png) 0 0 no-repeat;
    background-size: 100% 100%; }
    .mp-popup .ads-content .top-logo {
      position: absolute;
      top: 15.6%;
      width: 100%;
      height: 36px;
      background: url(../img/common/mp_logo.png) center no-repeat;
      background-size: 100px auto; }
    .mp-popup .ads-content .center-content {
      position: absolute;
      top: 36.16%;
      width: 100%; }
      .mp-popup .ads-content .center-content .p1 {
        font-family: PingFangSC-Medium;
        font-size: 1.125rem;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        line-height: 1; }
      .mp-popup .ads-content .center-content #articleNum {
        font-family: PingFangSC-Regular;
        font-size: 1.625rem;
        color: #333333;
        margin: 20px 0 10px;
        letter-spacing: 0;
        text-align: center;
        line-height: 1; }
      .mp-popup .ads-content .center-content .p2 {
        font-family: PingFangSC-Regular;
        font-size: 0.75rem;
        color: #333333;
        letter-spacing: 0;
        text-align: center;
        line-height: 1; }
    .mp-popup .ads-content .footer-download {
      position: absolute;
      bottom: 27px;
      width: 100%; }
      .mp-popup .ads-content .footer-download button.download {
        font-family: PingFangSC-Medium;
        font-size: 18px;
        width: 180px;
        height: 39px;
        background: #2F92FF;
        border-radius: 50px;
        color: #fff;
        border: none;
        outline: none; }
  .mp-popup .close {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background: url(../img/common/pop_close.png) 0 0 no-repeat;
    background-size: 100%;
    border: none;
    margin-top: 27px;
    outline: 0; }

@media screen and (max-width: 360px) {
  .popup .popup-ads {
    width: 80%; } }

.music-icon {
  position: fixed;
  top: 15px;
  z-index: 1;
  right: 15px;
  background-color: rgba(45, 195, 244, 0.8);
  border-radius: 50%;
  opacity: 1; }
  .music-icon:active {
    opacity: 0.4; }
  .music-icon .iconfont {
    color: #ffffff;
    font-size: 32px;
    line-height: 1; }
  .music-icon[play='on'] {
    animation: rotate 4s linear infinite;
    -webkit-animation: rotate 4s linear infinite; }

@keyframes rotate {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

@-webkit-keyframes rotate {
  from {
    transform: rotate(0);
    -webkit-transform: rotate(0); }
  to {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); } }

.top-fixed-download {
  display: none;
  position: fixed;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  padding: 0;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  text-shadow: none;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s; }
  .top-fixed-download .title {
    float: left;
    white-space: nowrap;
    height: 39px; }
    .top-fixed-download .title img {
      width: 26px;
      height: 26px;
      position: absolute;
      left: 10px;
      top: 50%;
      margin-top: -13px; }
    .top-fixed-download .title > p {
      text-align: left;
      word-break: break-word;
      color: #333;
      padding-left: 42px;
      height: 39px;
      margin: 0; }
      .top-fixed-download .title > p span.name {
        line-height: 40px;
        white-space: normal;
        font-size: 18px;
        float: left; }
      .top-fixed-download .title > p span.desc {
        line-height: 40px;
        font-size: 14px;
        margin-left: 4px;
        float: left; }
    .top-fixed-download .title button.download-btn {
      position: absolute;
      right: 30px;
      vertical-align: middle;
      color: #fff;
      padding: 6px;
      font-size: 12px;
      line-height: 1;
      text-align: center;
      border-radius: 5px;
      border: none;
      top: 50%;
      margin-top: -12px;
      background: #57A7FF; }
  .top-fixed-download button.close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    width: 11px;
    height: 11px;
    background: url(http://static2.ivwen.com/web/a/close.png) no-repeat 0 0;
    background-size: 100% 100%;
    border: none;
    padding: 0; }

body.top-banner-show .top-fixed-download {
  display: block; }

body.top-banner-show .music-icon {
  margin-top: 45px;
  -webkit-transition: margin .2s;
  -o-transition: margin .2s;
  transition: margin .2s; }

.root.meipian {
  height: 100%;
  background-image: url("../img/133/bg@2x.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-color: #FFF6E0; }

.cover {
  position: relative;
  overflow-x: hidden; }
  .cover .leaf-l-1 {
    position: absolute;
    width: 208px;
    height: 201px;
    left: -38%;
    top: 26%;
    background-image: url("../img/133/top_l_u@2x.png");
    background-size: 100%;
    z-index: 1;
    -webkit-transform-origin: 0% 90%;
        -ms-transform-origin: 0% 90%;
            transform-origin: 0% 90%;
    -webkit-animation: leafL1 3s linear infinite alternate;
            animation: leafL1 3s linear infinite alternate; }
  .cover .leaf-l-2 {
    position: absolute;
    width: 161px;
    height: 79px;
    left: -14%;
    top: 45%;
    background-image: url("../img/133/top_l_m@2x.png");
    background-size: 100%;
    z-index: 0;
    -webkit-transform-origin: 0% 90%;
        -ms-transform-origin: 0% 90%;
            transform-origin: 0% 90%;
    -webkit-animation: leafL2 2.5s linear infinite alternate;
            animation: leafL2 2.5s linear infinite alternate; }
  .cover .leaf-l-3 {
    position: absolute;
    width: 161px;
    height: 131px;
    left: -26%;
    top: 52%;
    background-image: url("../img/133/top_l_d@2x.png");
    background-size: 100%;
    z-index: 1;
    -webkit-transform-origin: 0% 66%;
        -ms-transform-origin: 0% 66%;
            transform-origin: 0% 66%;
    -webkit-animation: leafL3 3.5s linear infinite alternate;
            animation: leafL3 3.5s linear infinite alternate; }
  .cover .leaf-r-1 {
    position: absolute;
    width: 112px;
    height: 117px;
    right: -19%;
    top: 33%;
    background-image: url("../img/133/top_r_u@2x.png");
    background-size: 100%;
    z-index: 1;
    -webkit-transform-origin: 100% 90%;
        -ms-transform-origin: 100% 90%;
            transform-origin: 100% 90%;
    -webkit-animation: leafL1 3s linear infinite alternate;
            animation: leafL1 3s linear infinite alternate; }
  .cover .leaf-r-2 {
    position: absolute;
    width: 264px;
    height: 122px;
    right: -41%;
    top: 41%;
    background-image: url("../img/133/top_r_m@2x.png");
    background-size: 100%;
    z-index: 0;
    -webkit-transform-origin: 100% 90%;
        -ms-transform-origin: 100% 90%;
            transform-origin: 100% 90%;
    -webkit-animation: leafL2 2.5s linear infinite alternate;
            animation: leafL2 2.5s linear infinite alternate; }
  .cover .leaf-r-3 {
    position: absolute;
    width: 131px;
    height: 126px;
    right: -23%;
    top: 58%;
    background-image: url("../img/133/top_r_d@2x.png");
    background-size: 100%;
    z-index: 1;
    -webkit-transform-origin: 100% 10%;
        -ms-transform-origin: 100% 10%;
            transform-origin: 100% 10%;
    -webkit-animation: leafL3 3.5s linear infinite alternate;
            animation: leafL3 3.5s linear infinite alternate; }
  .cover .header .img-container .avatar {
    width: 143px;
    height: 143px;
    padding: 28px;
    margin: 0 auto;
    background-image: url("../img/133/tx@2x.png");
    background-size: 100% 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cover .header .img-container .avatar img {
      width: 100%;
      border-radius: 50%; }
  .cover .article-meta {
    overflow: hidden;
    text-align: center;
    word-wrap: break-word; }
    .cover .article-meta p.nickname {
      font-family: PingFangSC-Regular;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 24px;
      color: #ffffff;
      margin-bottom: 10px; }
      .cover .article-meta p.nickname .nigname {
        display: inline-block;
        max-width: 220px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
           text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle; }
      .cover .article-meta p.nickname .focus__root {
        display: inline-block; }
        .cover .article-meta p.nickname .focus__root .focus {
          background-color: #FFC600;
          width: 44px;
          text-align: center;
          border-radius: 4px;
          margin-left: 10px; }
          .cover .article-meta p.nickname .focus__root .focus a {
            color: #FFFFFF;
            font-size: 14px;
            line-height: 20px;
            font-family: AppleSystemUIFont;
            display: inherit; }
    .cover .article-meta .title {
      font-family: SFNSDisplay-Regular;
      font-size: 23px;
      color: #9A5000;
      letter-spacing: 0;
      line-height: 33px;
      text-align: center;
      padding-top: 75%; }
    .cover .article-meta p.time-read {
      font-family: AppleSystemUIFont;
      font-size: 14px;
      color: #FFFFFF;
      letter-spacing: 0;
      line-height: 20px;
      text-align: center; }
      .cover .article-meta p.time-read span:nth-of-type(1) {
        margin-right: 5px; }
      .cover .article-meta p.time-read span:nth-of-type(2) {
        margin-left: 5px; }

.mp-content {
  margin-top: 15px;
  overflow: hidden; }
  .mp-content .section {
    margin: 50px 0; }
    .mp-content .section:first-child {
      margin: 0 0; }
    .mp-content .section .text {
      margin: 15px 0;
      line-height: 1.8;
      word-wrap: break-word;
      font-weight: normal;
      white-space: pre-wrap;
      font-family: PingFangSC-Regular; }
    .mp-content .section h1 {
      font-size: 20px; }
    .mp-content .section h3 {
      font-size: 17px; }
    .mp-content .section h5 {
      font-size: 15px; }
    .mp-content .section img {
      border-radius: 10px; }
    .mp-content .section a {
      color: #60BC62;
      word-wrap: break-word;
      white-space: pre-wrap;
      font-size: 17px;
      line-height: 1.8em;
      font-family: PingFangSC-Regular;
      display: block;
      width: 100%;
      margin: 10px 0; }
    .mp-content .section video {
      width: 100%;
      background: #000; }
    .mp-content .section iframe {
      width: 100%; }
    .mp-content .section .img-box {
      margin-top: 15px;
      position: relative; }
      .mp-content .section .img-box img {
        width: 100%;
        vertical-align: bottom; }
      .mp-content .section .img-box span.gif-img-tips {
        position: absolute;
        bottom: 10px;
        left: 10px;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 1.2em;
        line-height: 2.3;
        font-size: 12px;
        color: #fff;
        text-align: center;
        min-width: 65px; }
        .mp-content .section .img-box span.gif-img-tips i {
          display: inline-block;
          width: 0;
          height: 0;
          border: 8px dashed transparent;
          border-right-width: 0;
          border-left-color: #fff;
          border-left-style: solid;
          border-width: 5px 0 5px 8px;
          vertical-align: middle;
          margin: -.2em .73em 0 -2px; }
      .mp-content .section .img-box .leaftop {
        position: absolute;
        background-image: url("../img/133/leaf1@2x.png");
        background-size: 100%;
        width: 48px;
        height: 83px;
        right: -40px;
        top: -35px;
        -webkit-transform-origin: 100% 90%;
            -ms-transform-origin: 100% 90%;
                transform-origin: 100% 90%;
        -webkit-animation: ye2 2s linear infinite alternate;
                animation: ye2 2s linear infinite alternate; }
      .mp-content .section .img-box .leafbottom {
        position: absolute;
        background-image: url("../img/133/leaf2@2x.png");
        background-size: 100%;
        width: 97px;
        height: 59px;
        right: -40px;
        top: -10px;
        -webkit-transform-origin: 100% 90%;
            -ms-transform-origin: 100% 90%;
                transform-origin: 100% 90%;
        -webkit-animation: ye1 2s linear infinite alternate;
                animation: ye1 2s linear infinite alternate; }
      .mp-content .section .img-box .crab-small {
        position: absolute;
        background-image: url("../img/133/px1@2x.png");
        background-size: 100%;
        width: 23px;
        height: 23px;
        bottom: -23px;
        left: -73px;
        -webkit-animation: smallcrab 2s linear forwards;
                animation: smallcrab 2s linear forwards; }
      .mp-content .section .img-box .crab-big {
        position: absolute;
        background-image: url("../img/133/px2@2x.png");
        background-size: 100%;
        width: 65px;
        height: 64px;
        bottom: -45px;
        right: -80px;
        -webkit-animation: bigcrab .5s linear forwards;
                animation: bigcrab .5s linear forwards; }
    .mp-content .section .xiushi1:before {
      position: absolute;
      display: block;
      content: '';
      width: 56px;
      height: 60px;
      right: -14px;
      top: -10px;
      background-image: url("../img/133/zs1@2x.png");
      background-size: 100% 100%; }
    .mp-content .section .xiushi2:after {
      position: absolute;
      display: block;
      content: '';
      width: 72px;
      height: 60px;
      left: -15px;
      bottom: -10px;
      background-image: url("../img/133/xg@2x.png");
      background-size: 100% 100%; }

.vote .well {
  background-color: transparent;
  border: 1px solid #9A5000;
  border-radius: 7px;
  padding: 0;
  margin: 0 20px 32px; }
  .vote .well .option-area {
    padding: 19px 15px 0; }
    .vote .well .option-area h2.title {
      font-size: 20px;
      color: #9A5000;
      letter-spacing: 0;
      line-height: 30px;
      margin-bottom: 9px;
      word-wrap: break-word;
      white-space: pre-wrap; }
      .vote .well .option-area h2.title em {
        font-size: 12px;
        margin-left: 10px; }
    .vote .well .option-area .time {
      font-size: 12px;
      color: #E19F50; }
    .vote .well .option-area ul.unvote {
      padding: 0 0 0 0;
      margin: 0 -15px 0 0; }
      .vote .well .option-area ul.unvote li {
        list-style: none;
        padding: 15px 25px;
        position: relative;
        border-top: 1px solid #9A5000;
        overflow: hidden; }
        .vote .well .option-area ul.unvote li:first-child {
          border-top: none; }
        .vote .well .option-area ul.unvote li > i.radio {
          position: absolute;
          top: 19px;
          left: 0;
          width: 16px;
          height: 16px;
          padding: 2px;
          border: 1px solid #9A5000;
          border-radius: 50%;
          cursor: pointer; }
          .vote .well .option-area ul.unvote li > i.radio:before {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: 0;
            background: #60BC62;
            content: "";
            display: none; }
        .vote .well .option-area ul.unvote li > p.title {
          font-size: 16px;
          line-height: 24px;
          color: #9A5000;
          margin: 0;
          overflow: hidden;
          word-wrap: break-word; }
        .vote .well .option-area ul.unvote li.active i.radio:before {
          display: block; }
    .vote .well .option-area ul.option-list {
      padding: 22px 0 28px; }
      .vote .well .option-area ul.option-list li {
        margin-top: 29px;
        font-size: 12px;
        color: #9A5000; }
        .vote .well .option-area ul.option-list li .option {
          margin-bottom: 25px;
          font-size: 16px;
          word-wrap: break-word;
          white-space: pre-wrap; }
        .vote .well .option-area ul.option-list li .vote-bar {
          color: #E19F50; }
          .vote .well .option-area ul.option-list li .vote-bar .bar-outer {
            display: inline-block;
            width: 60%;
            height: 5px;
            background-color: rgba(154, 80, 0, 0.2); }
            .vote .well .option-area ul.option-list li .vote-bar .bar-outer .bar-inner {
              height: 5px;
              background-color: #9A5000; }
          .vote .well .option-area ul.option-list li .vote-bar .vote-count {
            display: inline-block;
            width: 18%;
            text-align: right; }
          .vote .well .option-area ul.option-list li .vote-bar .vote-percentage {
            display: inline-block;
            float: right; }
        .vote .well .option-area ul.option-list li:first-child {
          margin-top: 0; }
  .vote .well button.vote-btn {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #9A5000;
    letter-spacing: 0;
    line-height: 44px;
    border: none;
    border-top: 1px solid #9A5000;
    outline: none;
    background: transparent; }
    .vote .well button.vote-btn[disabled] {
      color: #E19F50; }

.readmore {
  display: none;
  padding-top: 30px;
  text-align: center; }
  .readmore .iconfont.icon-arrow {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    display: inline-block;
    margin: 10px 0 30px; }

.reward {
  padding: 28px 0 20px;
  text-align: center;
  background-color: transparent; }
  .reward .reward-quote {
    font-size: 14px;
    color: #E19F50;
    letter-spacing: 0;
    margin-bottom: 12px; }
  .reward .btn-reward {
    display: inline-block;
    color: #fff;
    background-color: #FF6A55;
    padding: 8px 22px;
    border-radius: 6px; }
  .reward .reward-tip {
    margin-top: 12px;
    font-size: 14px;
    color: #E19F50; }
  .reward .reward-count {
    font-size: 14px;
    color: #E19F50;
    letter-spacing: 0;
    line-height: 14px;
    margin: 21px 0 12px; }
    .reward .reward-count span {
      color: #60BC62; }
  .reward .reward-user-list {
    width: 272px;
    margin: 0 auto; }
    .reward .reward-user-list img {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      margin: 2px; }
  .reward .btn-rewardshare {
    background-color: #FF6A55;
    -webkit-box-shadow: 0px 0px 0px #FF6A55;
            box-shadow: 0px 0px 0px #FF6A55;
    -webkit-animation: rewardshare 1.5s ease infinite;
            animation: rewardshare 1.5s ease infinite; }

@-webkit-keyframes rewardshare {
  0% {
    -webkit-box-shadow: 0px 0px 0px #60BC62;
            box-shadow: 0px 0px 0px #60BC62; }
  50% {
    -webkit-box-shadow: 0px 0px 16px #60BC62;
            box-shadow: 0px 0px 16px #60BC62; }
  100% {
    -webkit-box-shadow: 0px 0px 0px #60BC62;
            box-shadow: 0px 0px 0px #60BC62; } }

@keyframes rewardshare {
  0% {
    -webkit-box-shadow: 0px 0px 0px #60BC62;
            box-shadow: 0px 0px 0px #60BC62; }
  50% {
    -webkit-box-shadow: 0px 0px 16px #60BC62;
            box-shadow: 0px 0px 16px #60BC62; }
  100% {
    -webkit-box-shadow: 0px 0px 0px #60BC62;
            box-shadow: 0px 0px 0px #60BC62; } }

.report {
  font-size: 16px;
  color: #E19F50;
  letter-spacing: 0;
  line-height: 24px;
  background-color: transparent;
  padding: 20px 0 28px; }
  .report .well {
    padding: 0 16px; }
  .report a.btn-admire {
    margin-left: 20px; }
    .report a.btn-admire span.admire-count {
      color: #E19F50; }
  .report .btn-report {
    float: right; }

.share {
  background-color: transparent;
  padding-top: 20px;
  padding-bottom: 20px; }
  .share .share-text {
    font-size: 14px;
    line-height: 14px;
    color: #E19F50;
    margin-bottom: 20px;
    text-align: center; }
  .share ul.share-list {
    text-align: justify;
    font-size: 0; }
    .share ul.share-list li {
      float: left;
      width: 20%;
      text-align: center; }
      .share ul.share-list li img {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        margin: 0 auto 4px; }
      .share ul.share-list li .caption {
        font-size: 12px;
        line-height: 17px;
        color: #E19F50; }
  .share #share-box {
    position: relative; }
  .share ul.share-list1 {
    text-align: justify;
    font-size: 0; }
    .share ul.share-list1 li {
      float: right;
      margin: 0 10px 0 0;
      text-align: center; }
      .share ul.share-list1 li img {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        margin: 0 auto 4px; }
      .share ul.share-list1 li:first-child {
        margin-right: 16px; }
  .share .share-text-title {
    position: absolute;
    top: 50%;
    left: 16px;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #9B9B9B;
    letter-spacing: 0;
    line-height: 12px; }

.author-link {
  background-color: transparent; }
  .author-link .well {
    padding: 15px; }
    .author-link .well img.avatar {
      width: 54px;
      height: 54px;
      border-radius: 50%;
      float: left;
      margin-right: 12px; }
    .author-link .well i {
      float: right;
      line-height: 54px;
      color: #E19F50;
      margin-left: 12px; }
    .author-link .well .nickname {
      font-size: 16px;
      color: #9A5000;
      letter-spacing: 0;
      line-height: 19px;
      margin: 5px 0 10px; }
    .author-link .well .signature {
      font-size: 14px;
      color: #E19F50;
      letter-spacing: 0;
      line-height: 17px;
      max-height: 17px; }

.loading-icon {
  width: 100%;
  height: 20px;
  padding: 20px;
  background: rgba(241, 242, 246, 0.5);
  position: absolute; }
  .loading-icon .loadEffect {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 50%;
    right: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .loading-icon .loadEffect > span {
      display: inline-block;
      width: 6px;
      height: 2px;
      border-top-left-radius: 1px;
      border-bottom-left-radius: 1px;
      background: #ccc;
      position: absolute;
      -webkit-animation: load 1.04s ease infinite;
              animation: load 1.04s ease infinite; }
    .loading-icon .loadEffect > span:nth-child(1) {
      left: 0;
      top: 50%;
      margin-top: -1px;
      -webkit-animation-delay: 0.13s;
              animation-delay: 0.13s; }
    .loading-icon .loadEffect > span:nth-child(2) {
      left: 2px;
      top: 4px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-animation-delay: 0.26s;
              animation-delay: 0.26s; }
    .loading-icon .loadEffect > span:nth-child(3) {
      left: 50%;
      top: 2px;
      margin-left: -3px;
      -webkit-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg);
      -webkit-animation-delay: 0.39s;
              animation-delay: 0.39s; }
    .loading-icon .loadEffect > span:nth-child(4) {
      top: 4px;
      right: 2px;
      -webkit-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-animation-delay: 0.52s;
              animation-delay: 0.52s; }
    .loading-icon .loadEffect > span:nth-child(5) {
      right: 0;
      top: 50%;
      margin-top: -1px;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-animation-delay: 0.65s;
              animation-delay: 0.65s; }
    .loading-icon .loadEffect > span:nth-child(6) {
      right: 2px;
      bottom: 4px;
      -webkit-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
              transform: rotate(225deg);
      -webkit-animation-delay: 0.78s;
              animation-delay: 0.78s; }
    .loading-icon .loadEffect > span:nth-child(7) {
      bottom: 2px;
      left: 50%;
      margin-left: -3px;
      -webkit-transform: rotate(270deg);
          -ms-transform: rotate(270deg);
              transform: rotate(270deg);
      -webkit-animation-delay: 0.91s;
              animation-delay: 0.91s; }
    .loading-icon .loadEffect > span:nth-child(8) {
      bottom: 4px;
      left: 2px;
      -webkit-transform: rotate(315deg);
          -ms-transform: rotate(315deg);
              transform: rotate(315deg);
      -webkit-animation-delay: 1.04s;
              animation-delay: 1.04s; }

@-webkit-keyframes load {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

@keyframes load {
  0% {
    opacity: 1; }
  100% {
    opacity: 0.2; } }

.wx-comment {
  display: block;
  margin: 0;
  text-align: left;
  font-size: 16px;
  padding: 0 16px;
  border-radius: 5px;
  border: none; }
  .wx-comment textarea {
    width: 100%;
    height: 72px;
    overflow-y: scroll;
    word-wrap: break-word;
    padding: 8px 12px;
    resize: none;
    color: #9A5000;
    background: rgba(225, 159, 80, 0.2);
    outline: none;
    border-radius: 5px;
    border: none; }
    .wx-comment textarea::-webkit-input-placeholder {
      font-family: PingFangSC-Light;
      color: #E19F50;
      padding-left: 2px; }
    .wx-comment textarea:-moz-placeholder {
      /* Firefox 18- */
      font-family: PingFangSC-Light;
      color: #E19F50;
      padding-left: 2px; }
    .wx-comment textarea::-moz-placeholder {
      /* Firefox 19+ */
      font-family: PingFangSC-Light;
      color: #E19F50;
      padding-left: 2px; }
    .wx-comment textarea:-ms-input-placeholder {
      font-family: PingFangSC-Light;
      color: #E19F50;
      padding-left: 2px; }
  .wx-comment button {
    font-size: 16px;
    background: transparent;
    border: none;
    font-family: PingFangSC-Regular;
    letter-spacing: 0;
    margin: 12px 0 25px; }
    .wx-comment button.cancel {
      color: #E19F50; }
    .wx-comment button.confirm {
      color: #9A5000;
      float: right; }
      .wx-comment button.confirm:disabled {
        color: #E19F50; }

.comment {
  margin-top: 8px;
  position: relative;
  font-family: PingFangSC-Light;
  background-color: transparent; }
  .comment .well {
    padding: 20px 0px 0px 0px; }
    .comment .well h3.title {
      color: #9A5000;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 20px;
      padding-left: 16px;
      position: relative; }
      .comment .well h3.title a.add-btn-text {
        position: absolute;
        right: 16px; }
      .comment .well h3.title:before {
        width: 4px;
        height: 16px;
        border-radius: 2px;
        background-color: #60BC62;
        content: "";
        display: inline-block;
        margin-right: 6px;
        vertical-align: bottom; }
      .comment .well h3.title > span {
        margin-left: 10px; }
    .comment .well h3.title1 {
      color: #9A5000;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 20px;
      padding-left: 16px;
      position: relative; }
      .comment .well h3.title1 a.add-btn-text {
        position: absolute;
        right: 16px; }
      .comment .well h3.title1 > span {
        margin-left: 10px; }
    .comment .well a.add-comment {
      display: block;
      color: #9A5000;
      font-size: 16px;
      text-align: center;
      line-height: 26px;
      margin: 0px auto 24px; }
      .comment .well a.add-comment i {
        margin-right: 6px; }
    .comment .well a.btn-block {
      display: block; }
      .comment .well a.btn-block.btn-comment {
        color: #FFFFFF;
        background-color: #60BC62;
        border-radius: 7px;
        padding: 15px 0;
        text-align: center; }
    .comment .well .comment-item:nth-child(1) {
      border-top: 1px solid rgba(225, 159, 80, 0.2); }
    .comment .well .border-none {
      border: none !important; }
    .comment .well .compatible-left {
      position: absolute;
      right: 16px; }
    .comment .well .padding-bottom {
      width: 100%;
      height: 40px; }
  .comment .fade-enter-active,
  .comment .fade-leave-active {
    -webkit-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s; }
  .comment .fade-enter,
  .comment .fade-leave-to {
    opacity: 0; }
  .comment .btm-underscore {
    line-height: 32px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    color: #60BC62; }

.comment-item {
  position: relative;
  padding-left: 16px; }
  .comment-item .hot-image {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px; }
  .comment-item .comment-box {
    position: relative;
    border-bottom: 1px solid rgba(225, 159, 80, 0.2);
    padding-bottom: 15px;
    padding-top: 15px;
    position: relative;
    padding-right: 16px;
    padding-left: 46px; }
    .comment-item .comment-box .avatar-box {
      position: absolute;
      width: 36px;
      height: 36px;
      top: 15px;
      left: 0px; }
      .comment-item .comment-box .avatar-box .avatar {
        width: 36px;
        height: 36px;
        border-radius: 50%; }
      .comment-item .comment-box .avatar-box .vip {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        position: absolute;
        bottom: 0px;
        right: 0px; }
    .comment-item .comment-box .bedge-img {
      position: absolute;
      width: 12px;
      top: 0;
      left: 27px; }
    .comment-item .comment-box .nickname {
      font-size: 14px;
      color: #E19F50;
      letter-spacing: 0;
      line-height: 18px;
      height: 18px;
      margin-bottom: 4px;
      width: 100%;
      padding-right: 52px; }
    .comment-item .comment-box .btn-admire {
      font-size: 12px;
      padding: 10px 0px 10px 20px;
      position: absolute;
      top: 4px;
      color: #E19F50;
      right: 16px; }
      .comment-item .comment-box .btn-admire i {
        margin-right: 5px; }
      .comment-item .comment-box .btn-admire .admire-count {
        color: #E19F50; }
    .comment-item .comment-box .level-two-comment {
      display: block;
      background: rgba(225, 159, 80, 0.2);
      border-radius: 4px;
      padding: 5px 10px;
      color: #9A5000;
      margin-bottom: 10px; }
      .comment-item .comment-box .level-two-comment .level-two-comment-item p {
        font-size: 14px;
        line-height: 18px;
        padding: 10px 0px 0px; }
        .comment-item .comment-box .level-two-comment .level-two-comment-item p .nickname {
          color: #60BC62;
          margin-right: 3px;
          padding-right: 0; }
        .comment-item .comment-box .level-two-comment .level-two-comment-item p .comment1 {
          margin-left: 5px; }
      .comment-item .comment-box .level-two-comment .level-two-comment-item:last-child {
        padding-bottom: 10px; }
    .comment-item .comment-box .comment-time {
      font-size: 12px;
      color: #E19F50;
      line-height: 18px; }
    .comment-item .comment-box .icon-close {
      float: right;
      padding: 4px 0px;
      font-size: 10px;
      color: #E19F50; }
    .comment-item .comment-box .comment-detail {
      width: 100%;
      font-size: 16px;
      color: #9A5000;
      letter-spacing: 0;
      line-height: 26px;
      margin-bottom: 5px; }
    .comment-item .comment-box .all-content {
      display: none;
      width: 100%;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 26px;
      color: #60BC62;
      margin-bottom: 5px; }
  .comment-item .border-none {
    border: none; }
  .comment-item .more {
    padding: 25px 16px 25px 0px;
    text-align: center;
    font-size: 16px;
    color: #60BC62; }
    .comment-item .more .add-btn-text {
      display: block;
      margin-bottom: 25px;
      height: 36px;
      background: rgba(225, 159, 80, 0.2);
      line-height: 36px;
      text-align: left;
      border-radius: 8px;
      padding-left: 10px;
      color: #E19F50; }
    .comment-item .more .add-btn-margin-bottom {
      margin-bottom: 20px; }
    .comment-item .more .wx-addcomment {
      text-align: center;
      width: 100%;
      padding: 12px 0 37px 0;
      font-size: 16px;
      color: #E19F50; }

.comment-item-nolist {
  padding: 0px 16px; }

html[data-pc] .comment .well h3.title1 {
  padding-left: 50px; }

html[data-pc] .comment .well h3.title {
  padding-left: 50px; }

html[data-pc] .comment .well .comment-item {
  border-top: 1px solid rgba(225, 159, 80, 0.2); }

html[data-pc] .comment .well .compatible-left {
  right: 50px; }

html[data-pc] .comment-item {
  position: relative;
  padding-left: 50px; }
  html[data-pc] .comment-item .comment-box {
    border: none;
    padding-right: 50px; }
    html[data-pc] .comment-item .comment-box .btn-admire {
      right: 50px; }
  html[data-pc] .comment-item .more {
    padding: 25px 50px 25px 0px; }

.line-clamp-6 {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  word-break: break-all; }

.mp-dialog .inner.comment:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 0;
  background: none;
  top: 0; }

.qrcode-banner {
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 26px 16px 0; }
  .qrcode-banner:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(225, 159, 80, 0.2);
    left: 0;
    top: -8px; }
  .qrcode-banner img {
    width: 100%; }

.recommend {
  background-color: transparent;
  font-family: PingFangSC-Light; }
  .recommend .well {
    padding: 25px 16px 0; }
    .recommend .well h3.title {
      color: #9A5000;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 24px; }
      .recommend .well h3.title:before {
        width: 4px;
        height: 16px;
        border-radius: 2px;
        background-color: #60BC62;
        content: "";
        display: inline-block;
        margin-right: 6px;
        vertical-align: bottom; }
    .recommend .well h3.title1 {
      color: #9A5000;
      font-size: 16px;
      line-height: 16px;
      margin-bottom: 24px; }
  .recommend .recommend-loading {
    position: relative;
    height: 40px;
    text-align: center; }
    .recommend .recommend-loading .loading-icon {
      background: rgba(255, 255, 255, 0); }
      .recommend .recommend-loading .loading-icon .loadEffect > span {
        background: #9A5000; }

img.ads {
  width: 100%;
  margin-bottom: 15px; }

img.ads-stand-alone {
  width: 100%; }

.recommend-item {
  margin-bottom: 15px; }
  .recommend-item:last-child {
    margin-bottom: 0; }
  .recommend-item .img-container {
    float: left;
    position: relative;
    width: 104px;
    height: 70px;
    margin-right: 10px;
    overflow: hidden; }
    .recommend-item .img-container img {
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(-50%);
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      margin-top: 35px;
      -o-object-fit: cover;
         object-fit: cover; }
  .recommend-item .vedio .img-container::before {
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: "";
    background: url(../img/common/rec_paly@2x.png) center no-repeat;
    background-size: 24px 24px; }
  .recommend-item .vedio .vedio-time {
    position: absolute;
    bottom: 2px;
    left: 4px;
    font-family: PingFangSC-Medium;
    font-size: 9px;
    color: #FFFFFF;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5); }
  .recommend-item h4.article-title {
    height: 46px;
    font-size: 16px;
    color: #9A5000;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 5px; }
  .recommend-item .view-count {
    font-size: 11px;
    color: #E19F50;
    letter-spacing: 0;
    line-height: 17px; }
    .recommend-item .view-count i {
      vertical-align: -2px; }
  .recommend-item .recommend-label {
    background: rgba(87, 167, 255, 0.1);
    border-radius: 50px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #57A7FF;
    letter-spacing: 0;
    line-height: 18px;
    height: 18px;
    display: inline-block;
    padding: 0 6px; }
  .recommend-item .label-download {
    margin-left: 2px; }

.introduce-meipian img {
  width: 100%; }

.circle-link {
  background-color: transparent;
  position: relative; }
  .circle-link .well {
    padding: 15px 16px; }
    .circle-link .well img.avatar {
      width: 54px;
      height: 54px;
      border-radius: 8px;
      float: left;
      margin-right: 10px; }
    .circle-link .well i {
      float: right;
      line-height: 12px;
      color: #60BC62;
      margin-top: 14px;
      display: inline-block;
      border: 1px solid #60BC62;
      padding: 6px 14px;
      font-size: 12px;
      border-radius: 4px; }
    .circle-link .well .circlename {
      font-size: 16px;
      color: #9A5000;
      letter-spacing: 0;
      line-height: 19px;
      margin: 5px 0 10px; }
    .circle-link .well .circleinfo {
      font-size: 14px;
      color: #E19F50;
      letter-spacing: 0;
      line-height: 17px;
      width: 60%; }
  .circle-link:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(225, 159, 80, 0.2);
    top: -8px; }

@media screen and (min-width: 600px) {
  .circle-link .well {
    padding: 15px 50px; } }

.sign__root .sign,
.sign__root1 .sign {
  text-align: center;
  width: 100%;
  margin: 0px auto 20px; }
  .sign__root .sign span,
  .sign__root1 .sign span {
    display: inline-block;
    border: 1px solid #E19F50;
    border-radius: 4px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #E19F50;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0px 8px;
    margin-bottom: 10px; }
    .sign__root .sign span:nth-child(1),
    .sign__root1 .sign span:nth-child(1) {
      margin-right: 5px; }
    .sign__root .sign span:nth-child(2),
    .sign__root1 .sign span:nth-child(2) {
      margin-left: 5px; }

.ads {
  padding: 0 16px; }
  .ads .footer-section {
    margin-bottom: 33px; }

.sign__root .sign {
  margin-top: 16px;
  margin-bottom: 0; }
  .sign__root .sign span {
    color: #E19F50;
    border: 1px solid #E19F50;
    margin-bottom: 0px; }

.footer-section {
  margin: 0; }

.qrcode-banner {
  background-color: transparent; }

.auth-link2 {
  position: relative; }
  .auth-link2:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(225, 159, 80, 0.2);
    top: -8px; }

.introduce-meipian {
  position: relative; }
  .introduce-meipian:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(225, 159, 80, 0.2);
    top: -8px; }

.recommend-item h4.article-title {
  font-size: 16px; }

.reward .btn-reward {
  background-color: #60BC62;
  color: #ffffff; }

.report .icon-zan {
  color: #9A5000; }

.report .icon-zanpast {
  color: #9A5000; }

.comment-item .comment-box .btn-admire .icon-zan {
  color: #9A5000; }

.comment-item .comment-box .btn-admire .icon-zanpast {
  color: #9A5000; }

@media screen and (min-width: 600px) {
  .root.meipian {
    background-image: url("../img/133/bg@4x.png"); }
  .mp-content .section .xiushi1:before {
    position: absolute;
    display: block;
    content: '';
    width: 112px;
    height: 120px;
    right: -25px;
    top: -15px;
    background-image: url("../img/133/san@4x.png");
    background-size: 100% 100%; }
  .mp-content .section .xiushi2:after {
    position: absolute;
    display: block;
    content: '';
    width: 144px;
    height: 120px;
    left: -30px;
    bottom: -20px;
    background-image: url("../img/133/xg@4x.png");
    background-size: 100% 100%; }
  .mp-content .section .img-box .leaftop {
    position: absolute;
    background-image: url("../img/133/leaf1@4x.png");
    background-size: 100%;
    width: 96px;
    height: 166px;
    right: -80px;
    top: -45px;
    -webkit-transform-origin: 100% 90%;
        -ms-transform-origin: 100% 90%;
            transform-origin: 100% 90%;
    -webkit-animation: ye2 2s linear infinite alternate;
            animation: ye2 2s linear infinite alternate; }
  .mp-content .section .img-box .leafbottom {
    position: absolute;
    background-image: url("../img/133/leaf2@4x.png");
    background-size: 100%;
    width: 194px;
    height: 118px;
    right: -80px;
    top: -20px;
    -webkit-transform-origin: 100% 90%;
        -ms-transform-origin: 100% 90%;
            transform-origin: 100% 90%;
    -webkit-animation: ye1 2s linear infinite alternate;
            animation: ye1 2s linear infinite alternate; }
  .mp-content .section .img-box .crab-small {
    position: absolute;
    background-image: url("../img/133/px1@4x.png");
    background-size: 100%;
    width: 46px;
    height: 46px;
    bottom: -35px;
    left: -95px;
    -webkit-animation: smallcrab 2s linear forwards;
            animation: smallcrab 2s linear forwards; }
  .mp-content .section .img-box .crab-big {
    position: absolute;
    background-image: url("../img/133/px2@4x.png");
    background-size: 100%;
    width: 130px;
    height: 128px;
    bottom: -80px;
    right: -150px;
    -webkit-animation: bigcrab .5s linear forwards;
            animation: bigcrab .5s linear forwards; }
  .cover .leaf-l-1 {
    left: -18%;
    top: 26%; }
  .cover .leaf-l-2 {
    left: -12%;
    top: 50%; }
  .cover .leaf-l-3 {
    left: -13%;
    top: 55%; }
  .cover .leaf-r-1 {
    right: -6%;
    top: 33%; }
  .cover .leaf-r-2 {
    right: -22%;
    top: 44%; }
  .cover .leaf-r-3 {
    right: -10%;
    top: 62%; }
  .cover .article-meta .title {
    padding-top: 47%; }
  .well {
    padding: 0 50px; }
  .vote .well {
    margin: 0 50px 32px;
    padding: 0px 0px; }
  .report .well {
    padding: 0 50px; }
  .author-link .well {
    padding: 15px 50px; }
  .qrcode-banner {
    padding: 0 50px; }
  .recommend .well {
    padding: 24px 50px; }
  .ads {
    padding: 0 50px; } }

@media screen and (max-width: 320px) {
  .cover .leaf-l-1 {
    left: -45%;
    top: 26%; }
  .cover .leaf-l-2 {
    left: -28%;
    top: 42%; }
  .cover .leaf-l-3 {
    left: -35%;
    top: 45%; }
  .cover .leaf-r-1 {
    right: -19%;
    top: 33%; }
  .cover .leaf-r-2 {
    right: -49%;
    top: 41%; }
  .cover .leaf-r-3 {
    right: -29%;
    top: 52%; }
  .cover .article-meta .title {
    padding-top: 62%; }
  .cover .article-meta p.nickname .nigname {
    max-width: 160px; } }

.comment-item .comment-box .btn-admire {
  color: #60BC62; }

@-webkit-keyframes leafL1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes leafL1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@-webkit-keyframes leafL2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); } }

@keyframes leafL2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg); } }

@-webkit-keyframes leafL3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@keyframes leafL3 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg); } }

@-webkit-keyframes ye1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); } }

@keyframes ye1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-8deg);
            transform: rotate(-8deg); } }

@-webkit-keyframes ye2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }

@keyframes ye2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg); } }

@-webkit-keyframes smallcrab {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px); }
  100% {
    -webkit-transform: translate(55px);
            transform: translate(55px); } }

@keyframes smallcrab {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px); }
  100% {
    -webkit-transform: translate(55px);
            transform: translate(55px); } }

@-webkit-keyframes bigcrab {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px); }
  100% {
    -webkit-transform: translate(-20px);
            transform: translate(-20px); } }

@keyframes bigcrab {
  0% {
    -webkit-transform: translate(0px);
            transform: translate(0px); }
  100% {
    -webkit-transform: translate(-20px);
            transform: translate(-20px); } }

.readmore {
  position: relative;
  margin-top: -250px;
  height: 290px;
  padding-top: 220px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 246, 224, 0)), color-stop(75%, #fff6e0));
  background: -webkit-linear-gradient(top, rgba(255, 246, 224, 0), #fff6e0 75%);
  background: -o-linear-gradient(top, rgba(255, 246, 224, 0), #fff6e0 75%);
  background: linear-gradient(to bottom, rgba(255, 246, 224, 0), #fff6e0 75%); }

#comment .comment:before {
  height: 0px; }

.main-box .introduce-meipian {
  margin-top: 40px; }

.main-box .ads .footer-section {
  margin-bottom: 0; }

.main-box .main-box .section .text ul,
.main-box .main-box .section .text ol {
  margin: 0;
  padding: 0; }

.main-box .main-box .section .text ol {
  counter-reset: item; }

.main-box .main-box .section .text ul li,
.main-box .main-box .section .text ol li {
  list-style: none;
  padding: 0 0 0 19.2px;
  page-break-inside: auto; }

.main-box .main-box .section .text ol li:before {
  display: inline-block;
  content: counter(item) ".";
  counter-increment: item;
  font-size: inherit;
  min-width: 1em;
  margin: 0 .1em 0 -1.2em;
  text-align: center; }

.main-box .main-box .section .text ul li:before {
  display: inline-block;
  content: '•';
  width: 1em;
  margin: 0 .1em 0 -1.2em;
  font-size: inherit;
  text-align: center;
  text-indent: 0 !important;
  text-align: center; }

body.top-banner-show {
  padding-bottom: 0;
  padding-top: 40px;
  -webkit-transition: padding .2s;
  -o-transition: padding .2s;
  transition: padding .2s; }
