@charset "UTF-8";
.full-page, .masker, .mask {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, p, hr {
  margin: 0;
  padding: 0; }

ul, ol {
  list-style: none; }

i, em {
  font-style: normal; }

html {
  font-size: 37.5px; }

body {
  font:  12px/1.5 Tahoma, "微软雅黑", Verdana, sans-serif;
  color: #333;
  background-color: #f4f4f4;
  word-break: break-all;
  overflow-y: scroll; }

a {
  text-decoration: none;
  outline: 0;
  cursor: pointer;
  color: inherit; }

button,
input,
textarea {
  font: inherit;
  line-height: inherit;
  vertical-align: middle;
  outline: 0; }

input,
textarea {
  padding:  3px 10px;
  line-height:  26px;
  border:  1px solid #dfdfdf;
  background-color: #f5f5f5;
  border-radius:  4px;
  color: #666;
  -webkit-appearance: none; }
  input:focus, input:hover,
  textarea:focus,
  textarea:hover {
    border-color: #ff6d4b; }

.xm-selector {
  width:  120px; }

button {
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer; }

img {
  max-width: 100%;
  font-size: 10px;
  border: none;
  vertical-align: middle; }

table {
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse; }

hr {
  height: 1px;
  border: none;
  background-color: #e8e8e8;
  -webkit-transform: scale(1 0.5);
  -ms-transform: scale(1 0.5);
  transform: scale(1 0.5); }

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

h1 {
  font-size: 1.6em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.4em; }

h4 {
  font-size: 1.3em; }

h5 {
  font-size: 1.2em; }

h6 {
  font-size: 1.1em; }

em {
  font-style: normal;
  color: #ff6d4b; }

ins {
  text-decoration: none;
  color: #ff6d4b; }

del {
  color: #999; }

.bg-body {
  background: #f4f4f4; }

.bg-f {
  background: #fff; }

.bg-grey {
  background: #eee; }

.bg-grey1 {
  background: #f6f6f6; }

.c-theme {
  color: #ff6d4b; }

.c-theme2 {
  color: #ff9070; }

.c-weaken {
  color: #999; }

.c-weaken2 {
  color: #666; }

.c-tips, .tips {
  color: #999; }

.c-err {
  color: #fc5832; }

.txt-md {
  font-size:  14px; }

.cl:after, .mod:after, .cl:before, .mod:before {
  content: "";
  display: table;
  height: 0;
  clear: both; }

.fl {
  float: left; }

.fr {
  float: right; }

.rel {
  position: relative; }

.abs {
  position: absolute; }

.fixed {
  position: fixed; }

.ovf {
  overflow: hidden; }

.tc {
  text-align: center; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.mg-mod {
  margin:  10px 0; }

.mgtb-10 {
  margin:  10px 0; }

.mgtb-20 {
  margin:  20px 0; }

.mgt-5 {
  margin-top:  5px; }

.mgt-10 {
  margin-top:  10px; }

.mgt-20 {
  margin-top:  20px; }

.mgt-30 {
  margin-top:  30px; }

.mgt-40 {
  margin-top:  40px; }

.mgb-5 {
  margin-bottom:  5px; }

.mgb-10 {
  margin-bottom:  10px; }

.mgb-20 {
  margin-bottom:  20px; }

.mgr-5 {
  margin-right:  5px; }

.mgr-10 {
  margin-right:  10px; }

.mgr-20 {
  margin-right:  20px; }

.mgl-5 {
  margin-left:  5px; }

.mgl-10 {
  margin-left:  10px; }

.mgl-15 {
  margin-left:  15px; }

.mgl-20 {
  margin-left:  20px; }

.txt-lg {
  max-width:  60%; }

.txt-mg {
  max-width:  25%; }

.page {
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto; }

.full-page {
  position: absolute; }

.box {
  padding-left:  5px;
  padding-right:  5px; }

.inner {
  margin-left: -5px;
  margin-right: -5px; }

.inl-b {
  display: inline-block;
  vertical-align: middle; }

.circle {
  border-radius: 50%;
  overflow: hidden; }

.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.elli-s, .elli-multi {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 1.5em;
  text-overflow: ellipsis;
  overflow: hidden; }

.elli-multi {
  -webkit-line-clamp: 2;
  max-height: 3em; }

.masker {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  z-index: 4; }

.mask {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff; }
  .mask .cont {
    position: absolute;
    margin:  10px; }

.page-masker {
  overflow-y: auto; }

.mod {
  background-color: #fff; }

::-webkit-scrollbar {
  width: 0; }

.btn, .btn1 {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none; }

.btn {
  padding:  6px 20px;
  font-size:  12px;
  line-height: 1.42857143;
  border-radius:  4px;
  white-space: nowrap;
  border: 1px solid transparent; }

.btn-primary {
  color: #fff;
  border-color: #ff6d4b;
  background-color: #ff6d4b; }
  .btn-primary:hover {
    color: #fff;
    border-color: #ff9070;
    background-color: #ff9070; }

.btn-primary1 {
  color: #ff6d4b;
  border-color: #ff6d4b; }
  .btn-primary1:hover {
    color: #fff;
    border-color: #ff6d4b;
    background-color: #ff6d4b; }

.btn-normal {
  color: #ff6d4b;
  border-color: #e8e8e8;
  background-color: #fff; }
  .btn-normal:hover {
    color: #ff6d4b;
    border-color: #ccc; }

.btn-secondary {
  color: #fff;
  border-color: #ccc;
  background-color: #ccc; }
  .btn-secondary:hover {
    color: #fff;
    border-color: #ddd;
    background-color: #ddd; }

.btn-secondary1 {
  color: #999;
  border-color: #e8e8e8;
  background-color: #fff; }
  .btn-secondary1:hover {
    color: #999;
    border-color: #ccc; }

.btn-secondary2 {
  color: #999;
  border-color: #e8e8e8;
  background-color: #fff; }
  .btn-secondary2:hover {
    color: #999;
    border-color: #ccc; }
  .btn-secondary2:hover {
    border-color: #999;
    color: #ff6d4b; }

.btn-secondary3 {
  color: #999;
  border-color: #e8e8e8;
  background-color: #fff; }
  .btn-secondary3:hover {
    color: #999;
    border-color: #ccc; }
  .btn-secondary3:hover {
    color: #fff;
    border-color: #ff6d4b;
    background-color: #ff6d4b; }

.btn-secondary4 {
  color: #fff;
  border-color: #ccc;
  background-color: #ccc; }
  .btn-secondary4:hover {
    color: #fff;
    border-color: #ddd;
    background-color: #ddd; }
  .btn-secondary4:hover {
    color: #fff;
    border-color: #ff6d4b;
    background-color: #ff6d4b; }

.btn-sm {
  line-height:  16px; }

.btn-ssm {
  padding:  3px 20px;
  line-height:  16px; }

.btn-sssm {
  padding:  0 20px;
  line-height:  16px; }

.btn-listen {
  font-size:  13px;
  color: #fff;
  padding:  5px 12px;
  width:  90px;
  height:  26px;
  background: #ff6d4b;
  border-radius:  100px; }
  .btn-listen .btn-player {
    width:  16px;
    height:  16px;
    background: url(img/playbtn.png);
    background-size:  70px;
    vertical-align: text-bottom;
    margin-right:  5px; }
  .btn-listen:hover {
    color: #fff; }

.paused .btn-player {
  background-position: -4px -2px; }

.play .btn-player {
  background-position: -27px -2px; }

.ic {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  -webkit-user-select: none; }

.tips {
  font-size:  12px;
  line-height: 1.5; }

.tips-new {
  display: inline-block;
  height:  16px;
  padding:  2px 5px;
  line-height:  11px;
  font-size:  12px;
  color: #fff;
  background-color: #fc5832;
  border-radius:  30px; }

input.is-error,
textarea.is-error,
.is-error input,
.is-error textarea {
  border: 1px solid #ff4611; }

.is-error .tips {
  color: #ff4611; }

.info-err {
  color: #ff4611; }

.banner {
  position: relative;
  height: 0;
  padding-bottom:  40%;
  overflow: hidden;
  z-index: 4; }
  .banner-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    white-space: nowrap;
    font-size: 0; }
  .banner-item {
    height: 100%;
    width: 100%;
    display: inline-block; }
    .banner-item > a,
    .banner-item img {
      position: absolute;
      width: 100%;
      height: 100%; }
  .banner-switch {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    font-size: 0;
    text-align: right;
    padding-right: 40px; }
    .banner-switch .banner-dotted {
      display: inline-block;
      width: 10px;
      height: 6px;
      background: #fff;
      opacity: 0.15;
      margin-right: 8px; }
      .banner-switch .banner-dotted:last-child {
        margin-right: 0; }
      .banner-switch .banner-dotted.active {
        opacity: 0.9; }

/**弹窗**/
.dialog-alert {
  position: fixed;
  background: #fff;
  top: 50%;
  left: 50%;
  margin: -170px 0 0 -140px;
  color: #0f0f0f;
  z-index: 100;
  border: 1px #eee solid;
  border-radius: 4px; }

.dialog-alert .content {
  letter-spacing: 0.3px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px #eee solid;
  padding: 20px;
  width: 280px;
  color: #333;
  font-size: 15px; }

.dialog-alert .ok-btn {
  color: #2e74fb;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 100px;
  height: 40px;
  cursor: pointer; }

.dialog-alert .alert-btn {
  text-align: center;
  line-height: 40px; }

.dialog-alert .ver-line {
  border-right: 1px #eee solid; }

.dialog-alert .cancel-btn {
  color: #2e74fb;
  display: inline-block;
  width: 100px;
  height: 40px;
  font-size: 15px;
  cursor: pointer; }

.mtoast {
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }
  .mtoast span {
    padding: 15px !important;
    border-radius: 5px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
    overflow: auto !important;
    white-space: normal !important; }

.pic-default img {
  width: 100%; }

.pic-l img {
  width: 100%; }

.pic img {
  width: 100%; }

.sec-banner {
  background: #fff;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 185px; }
  .sec-banner .sec-banner-inner {
    padding: 0 0 20px;
    white-space: nowrap;
    font-size: 0;
    width: 100%;
    height: 100%; }
    .sec-banner .sec-banner-inner .sec-banner-item {
      width: 100%;
      height: 100%;
      overflow: hidden;
      display: inline-block; }
    .sec-banner .sec-banner-inner .exp {
      float: left;
      width: 25%;
      text-align: center;
      margin-top: 20px; }
      .sec-banner .sec-banner-inner .exp a {
        display: block; }
      .sec-banner .sec-banner-inner .exp img {
        width: 40px;
        height: 40px; }
      .sec-banner .sec-banner-inner .exp .tit {
        font-size: 12px;
        color: #333;
        margin-top: 3px; }
  .sec-banner .sec-banner-switch {
    position: absolute;
    z-index: 2;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: auto;
    font-size: 0;
    text-align: center; }
    .sec-banner .sec-banner-switch .sec-banner-dotted {
      display: inline-block;
      width: 5px;
      height: 5px;
      background: #333;
      opacity: 0.3;
      border-radius: 50%;
      margin-right: 8px; }
      .sec-banner .sec-banner-switch .sec-banner-dotted:last-child {
        margin-right: 0; }
      .sec-banner .sec-banner-switch .sec-banner-dotted.active {
        opacity: 0.9; }

.tab-outer {
  height: 42px; }

.tab {
  font-size: 0;
  background: #fff;
  overflow: hidden; }
  .tab.is-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    background: #fff; }
  .tab .tab-item {
    float: left;
    width: 50%;
    font-size: 14px;
    color: #333;
    position: relative; }
    .tab .tab-item span {
      padding: 10px 0;
      display: block;
      text-align: center; }
      .tab .tab-item span:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 7px solid #333;
        margin-left: 6px;
        position: relative;
        top: -1px; }
    .tab .tab-item select {
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      height: 100%;
      width: 100%;
      opacity: 0;
      outline: none; }
  .tab:after {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    background: #e8e8e8;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5);
    position: relative;
    z-index: 2; }

.list-people {
  background: #fff; }
  .list-people .item {
    border-bottom: 10px solid #f4f4f4;
    padding: 25px 15px 22px; }
    .list-people .item .type {
      font-size: 12px;
      color: #c3c3c3;
      text-align: center;
      margin-bottom: 15px; }
  .list-people .btn-read {
    float: right;
    border: 1px solid #fc7251;
    color: #fc7251;
    font-size: 14px;
    padding: 2px 24px;
    border-radius: 4px;
    margin-left: 5px;
    margin-top: -2px; }
  .list-people .line {
    display: inline-block;
    width: 30px;
    height: 1px;
    background: #e8e8e8;
    margin-top: 14px; }
  .list-people .info a {
    display: block;
    font-size: 0; }
  .list-people .info .title {
    font-size: 18px;
    color: #333; }
  .list-people .info .desc {
    margin-top: 14px;
    font-size: 14px;
    color: #888; }
  .list-people .info .other-info {
    font-size: 14px;
    color: #c3c3c3;
    margin-top: 18px; }
    .list-people .info .other-info span {
      margin-right: 3px; }

.xm-loadmore-bottom {
  position: relative;
  height: 0;
  overflow: hidden;
  font-size: 12px;
  /* 开启硬件加速 */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  height: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center; }

.loading-spiral {
  display: inline-block;
  height: 28px;
  width: 28px;
  border-radius: 100%;
  margin: 6px;
  border: 2px solid #777;
  border-bottom-color: transparent;
  vertical-align: middle;
  -webkit-animation: rotate 0.75s linear infinite;
  animation: rotate 0.75s linear infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  50% {
    transform: rotate(180deg); }
  100% {
    transform: rotate(360deg); } }

.toltip {
  font-size: 16px;
  color: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0); }
  .toltip span {
    display: inline-block;
    padding: 18px 20px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px; }

.empty {
  font-size: 16px;
  color: #adadad;
  padding: 0 15px 60px;
  text-align: center;
  margin-top: 70px; }
  .empty .empty-pic {
    display: inline-block;
    width: 164px;
    height: 164px;
    background: url(img/empty.png) no-repeat;
    background-size: 164px; }

@-webkit-keyframes backdrop-show {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }
  to {
    opacity: 1; } }

@keyframes backdrop-show {
  0% {
    opacity: 0;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease; }
  to {
    opacity: 1; } }

.search-backdrop .search-panel {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: transform .25s;
  position: absolute; }

.search-backdrop.search-bar-show .search-panel {
  transform: translateY(0%);
  -webkit-transform: translateY(0%);
  z-index: 3;
  transition: transform .25s;
  z-index: 6; }

.search-backdrop .search-bar-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
  background: #fff;
  z-index: 5; }

.search-backdrop.search-bar-show .search-bar-backdrop {
  display: block;
  -webkit-animation: backdrop-show .2s both;
  animation: backdrop-show .2s both; }

.search-panel.search-bar-show .search {
  color: #333; }

.search-panel.search-bar-show .btn-search {
  padding: 0 11px;
  height: 34px;
  line-height: 33px; }

.hot-activity {
  position: fixed;
  top: 402px;
  left: 0;
  width: 90px;
  height: 55px;
  z-index: 999; }

.detail-page {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 100%;
  background: url(img/part_bg3.png) no-repeat;
  background-color: #f5f5f5;
  background-size: 100%; }

.share {
  position: fixed;
  right: 0;
  top: 18px;
  width: 50px;
  height: 50px;
  z-index: 4; }
  .share .share-icon {
    display: inline-block;
    height: 50px;
    width: 50px;
    background: url(img/ic_share.png) no-repeat;
    background-size: 50px; }

.open-app {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 13px;
  background: #F6EDE5;
  height: 56px; }
  .open-app span {
    font-size: 14px;
    color: #C26F6F; }
  .open-app .open-icon {
    position: relative;
    margin-left: 40px; }
  .open-app .open-icon:before {
    content: '';
    position: absolute;
    top: 0;
    left: -50px;
    width: 48px;
    height: 26px;
    background: url(img/read_open_icon.png) no-repeat center;
    background-size: 43px 26px; }
  .open-app .open-btn {
    opacity: 0.5;
    border: 1px solid #C26F6F;
    border-radius: 100px;
    width: 64px;
    height: 28px;
    line-height: 28px;
    text-align: center; }

.part {
  text-align: center;
  padding: 31px 20px 0px;
  position: relative; }
  .part .part-top {
    position: relative;
    z-index: 3;
    margin-bottom: 14px; }
  .part .title {
    font-size: 24px;
    color: #333;
    font-family: PingFangSC-Semibold; }
  .part .tit {
    font-size: 14px;
    color: #999;
    margin-top: 10px;
    display: flex;
    justify-content: center; }
    .part .tit .author-icon {
      display: inline-block;
      width: 22px;
      height: 22px;
      background: url(img/author_icon.png) no-repeat center;
      background-size: 22px 22px; }
    .part .tit .author {
      position: relative;
      color: #333;
      margin: 0 3px; }
  .part .btn-record {
    display: inline-block;
    width: 112px;
    height: 38px;
    background: #C79A88;
    font-weight: bold;
    border-radius: 100px;
    margin-top: 20px;
    position: relative;
    color: #fff;
    font-size: 16px;
    line-height: 38px;
    margin-bottom: 10px;
    box-shadow: 0 3px 8px 0 rgba(199, 154, 136, 0.22); }
    .part .btn-record:before {
      content: '';
      display: inline-block;
      height: 20px;
      width: 13px;
      background: url(img/ic_mic.png) no-repeat;
      background-size: 100%;
      vertical-align: -6px;
      margin-right: 5px; }
  .part .desc {
    position: relative;
    font-size: 16px;
    text-align: center;
    color: #333;
    line-height: 1.7;
    white-space: pre-wrap;
    max-height: 10em;
    overflow: hidden; }
  .part .btn-more-panel {
    height: 50px; }
  .part .btn-more-panel.not-full {
    height: 35px; }
    .part .btn-more-panel.not-full .btn-more-wrap {
      height: 35px; }
  .part .btn-more-wrap {
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 320px;
    max-width: 640px;
    background: #f5f5f5; }
    .part .btn-more-wrap .btn-more {
      display: block;
      text-align: center;
      font-size: 16px;
      color: #999;
      height: 35px;
      line-height: 50px; }
      .part .btn-more-wrap .btn-more:before {
        content: '';
        display: inline-block;
        width: 25px;
        height: 11px;
        background: url(img/rec_btn_open.png) no-repeat;
        background-size: 100%; }
    .part .btn-more-wrap .btn-more.toggle:before {
      background-image: url(img/rec_btn_close.png); }
    .part .btn-more-wrap .btn-more.toggle:after {
      content: '';
      position: absolute;
      height: 1px;
      background: #e7e7e7;
      left: -20px;
      right: 0;
      min-width: 320px;
      max-width: 640px;
      margin: auto;
      top: 0;
      transform: scale(1, 0.5);
      -webkit-transform: scale(1, 0.5); }
    .part .btn-more-wrap .ic-arrow {
      display: inline-block;
      width: 23px;
      height: 19px;
      background: url(img/icon-comment.png?v=0.89418) no-repeat 2px -123px;
      background-size: 20px;
      margin-top: 5px;
      display: none; }

.rank-tab {
  overflow: hidden;
  position: relative; }
  .rank-tab .item {
    float: left;
    width: 50%;
    text-align: center;
    font-size: 16px;
    color: #111; }
    .rank-tab .item a {
      display: inline-block;
      padding: 18px 5px 8px; }
    .rank-tab .item.active a {
      border-bottom: 2px solid #f86442; }
  .rank-tab:after {
    content: '';
    display: block;
    height: 1px;
    background: #e8e8e8;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5); }

.update-tit {
  font-size: 14px;
  color: #999;
  padding: 15px; }

.tab-wrapper {
  padding: 12px 12px 0;
  background: #f5f5f5; }
  .tab-wrapper .tab-fixed {
    border: 1px solid #E7CBA4;
    border-bottom: none;
    border-top-left-radius: 11px;
    border-top-right-radius: 11px;
    background: #fff;
    height: 60px;
    position: relative; }
    .tab-wrapper .tab-fixed .header {
      height: 60px;
      line-height: 60px;
      margin: 0 auto;
      width: 100px;
      background: url(img/header_bg.png) no-repeat center;
      background-size: 100%;
      position: relative; }
      .tab-wrapper .tab-fixed .header .tip-win {
        position: absolute;
        background: #F86442;
        color: #fff;
        z-index: 999;
        padding: 8px 12px 12px;
        border-radius: 5px;
        top: 50px;
        left: -72px;
        font-size: 14px;
        line-height: 20px;
        font-weight: 300;
        width: 275px; }
        .tab-wrapper .tab-fixed .header .tip-win span {
          display: inline-block; }
        .tab-wrapper .tab-fixed .header .tip-win .shu {
          position: relative;
          top: -1px; }
        .tab-wrapper .tab-fixed .header .tip-win .rule {
          margin-right: 3px; }
        .tab-wrapper .tab-fixed .header .tip-win .cha {
          position: relative;
          width: 20px;
          height: 20px; }
        .tab-wrapper .tab-fixed .header .tip-win .cha:before,
        .tab-wrapper .tab-fixed .header .tip-win .cha:after {
          content: '';
          position: absolute;
          width: 16px;
          height: 1px;
          background: #fff;
          top: 15px;
          left: 3px;
          transform: rotate(45deg); }
        .tab-wrapper .tab-fixed .header .tip-win .cha:after {
          transform: rotate(-45deg); }
      .tab-wrapper .tab-fixed .header .tip-win:after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        background: #F86442;
        transform: rotate(45deg);
        top: -4px;
        right: 101px; }
      .tab-wrapper .tab-fixed .header .read-star {
        width: 100px;
        margin: 0 auto;
        position: relative;
        font-size: 18px;
        color: #C5A271;
        text-align: center;
        font-weight: bold; }
        .tab-wrapper .tab-fixed .header .read-star .tip {
          position: absolute;
          display: inline-block;
          top: 22px;
          right: -6px;
          width: 16px;
          height: 16px;
          background: url(img/tip.png) no-repeat;
          background-size: 16px 16px; }
    .tab-wrapper .tab-fixed .tab-star {
      position: absolute;
      right: 18px;
      top: 20px;
      background: none; }
      .tab-wrapper .tab-fixed .tab-star .day-tab {
        margin-right: 11px; }
      .tab-wrapper .tab-fixed .tab-star .rank-tab {
        color: #999;
        font-size: 14px;
        text-align: center; }
        .tab-wrapper .tab-fixed .tab-star .rank-tab:after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 8px;
          width: 50%;
          height: 6px;
          border-radius: 3px;
          background: transparent; }
      .tab-wrapper .tab-fixed .tab-star .rank-tab.active {
        color: #333; }
        .tab-wrapper .tab-fixed .tab-star .rank-tab.active:after {
          content: '';
          position: absolute;
          bottom: -8px;
          left: 8px;
          width: 50%;
          height: 6px;
          border-radius: 3px;
          background: #C5A271; }

.isFixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15; }

.rank .useless {
  height: 72px;
  background: transparent; }

.rank .panel {
  background-color: #fff;
  margin: 0 12px;
  border: 1px solid #E7CBA4;
  border-top: none;
  border-bottom-left-radius: 11px;
  border-bottom-right-radius: 11px;
  padding-bottom: 18px;
  min-height: calc(100vh - 72px); }
  .rank .panel .top {
    padding-top: 20px; }
    .rank .panel .top .username,
    .rank .panel .top .count {
      text-align: center; }
    .rank .panel .top .username {
      margin-top: 18px;
      color: #333;
      font-size: 14px;
      text-align: left; }
    .rank .panel .top .count {
      color: #999;
      font-size: 12px;
      position: relative; }
      .rank .panel .top .count:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 14px;
        height: 14px;
        background: url(img/ic_count.png) no-repeat center;
        background-size: 14px 14px; }
    .rank .panel .top .hot {
      color: #999;
      font-size: 12px;
      position: relative;
      text-align: left;
      padding-left: 15px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
      .rank .panel .top .hot:after {
        content: '';
        position: absolute;
        top: 2px;
        left: 0;
        width: 14px;
        height: 14px;
        background: url(img/ic_hot.png) no-repeat center;
        background-size: 11px 11px; }
    .rank .panel .top .special {
      display: flex;
      justify-content: center;
      height: 140px; }
      .rank .panel .top .special li a {
        width: 100%;
        height: 100%;
        display: inline-block; }
        .rank .panel .top .special li a img {
          position: relative;
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .rank .panel .top .special .first {
        position: relative;
        width: 78px;
        height: 78px;
        border-radius: 50%;
        margin: 0 40px; }
        .rank .panel .top .special .first .username {
          margin-top: 24px;
          padding-left: 15px; }
        .rank .panel .top .special .first .username:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 11px;
          height: 24px;
          background: url(img/first_king.png) no-repeat center;
          background-size: 11px 24px; }
        .rank .panel .top .special .first a:after {
          position: absolute;
          z-index: 6;
          content: '';
          width: 116px;
          height: 116px;
          bottom: -54px;
          right: -19px;
          background: url(img/ic_first.png) no-repeat;
          background-size: 100%; }
      .rank .panel .top .special .second,
      .rank .panel .top .special .third {
        position: relative;
        top: 26px;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        background-size: 78px 78px; }
        .rank .panel .top .special .second a:after,
        .rank .panel .top .special .third a:after {
          position: absolute;
          z-index: 6;
          content: '';
          width: 84px;
          height: 81px;
          bottom: -58px;
          right: -14px; }
        .rank .panel .top .special .second .username,
        .rank .panel .top .special .third .username {
          padding-left: 20px; }
      .rank .panel .top .special .second a:after {
        background: url(img/ic_second.png) no-repeat;
        background-size: 100%; }
      .rank .panel .top .special .second .username:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 18px;
        background: url(img/second_king.png) no-repeat center;
        background-size: 14px 18px; }
      .rank .panel .top .special .third a:after {
        background: url(img/ic_third.png) no-repeat;
        background-size: 100%; }
      .rank .panel .top .special .third .username:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 14px;
        height: 18px;
        background: url(img/third_king.png) no-repeat center;
        background-size: 14px 18px; }
      .rank .panel .top .special .first .username,
      .rank .panel .top .special .second .username,
      .rank .panel .top .special .third .username {
        white-space: nowrap;
        height: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
        margin-left: -5px; }
      .rank .panel .top .special .first .count,
      .rank .panel .top .special .second .count,
      .rank .panel .top .special .third .count {
        text-align: center;
        white-space: nowrap;
        height: 18px;
        overflow: hidden;
        text-overflow: ellipsis; }
        .rank .panel .top .special .first .count i,
        .rank .panel .top .special .second .count i,
        .rank .panel .top .special .third .count i {
          display: inline-block;
          width: 6px;
          height: 9px;
          background: url(img/ic_count.png) no-repeat center;
          background-size: 14px 14px;
          margin-right: 5px; }
        .rank .panel .top .special .first .count::after,
        .rank .panel .top .special .second .count::after,
        .rank .panel .top .special .third .count::after {
          content: none; }
    .rank .panel .top .normal {
      padding-right: 18px;
      padding-left: 0px;
      padding-top: 15px; }
      .rank .panel .top .normal li a {
        display: flex;
        align-items: center;
        position: relative;
        margin-top: 20px; }
        .rank .panel .top .normal li a span {
          font-family: Futura-Bold;
          font-size: 14px;
          color: #999;
          display: inline-block;
          width: 40px;
          text-align: center; }
        .rank .panel .top .normal li a img {
          width: 40px;
          height: 40px;
          border-radius: 50%;
          margin-right: 14px;
          border: 1px solid #cbcbcb; }
        .rank .panel .top .normal li a div .username {
          margin-top: 0; }
        .rank .panel .top .normal li a div .count {
          text-align: left;
          padding-left: 15px; }
          .rank .panel .top .normal li a div .count:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 2px;
            width: 6px;
            height: 9px;
            background: url(img/ic_count.png) no-repeat center;
            background-size: 14px 14px; }
        .rank .panel .top .normal li a .play {
          position: absolute;
          top: 10px;
          right: 0;
          width: 20px;
          height: 20px;
          background: url(img/grey_play_icon.png) no-repeat center;
          background-size: 20px 20px; }

.rank-empty {
  text-align: center; }
  .rank-empty .rank-empty-pic {
    display: inline-block;
    width: 100%;
    padding-bottom: 56%;
    background: url(img/empty.png) no-repeat center;
    background-size: 50%; }
  .rank-empty .tit {
    font-size: 14px;
    color: #666;
    position: relative;
    display: inline-block; }
    .rank-empty .tit i {
      display: inline-block;
      position: relative;
      top: -1px;
      width: 7px;
      height: 7px;
      border-top: 1px solid #666;
      border-right: 1px solid #666;
      transform: rotate(45deg); }

.read-panel {
  padding: 8px 15px;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  min-width: 320px;
  max-width: 640px;
  margin: auto;
  background: #fff; }
  .read-panel .btn-read {
    float: right;
    background: #fc5832;
    color: #fff;
    font-size: 18px;
    padding: 10px 12px;
    border-radius: 4px; }
    .read-panel .btn-read:before {
      content: '';
      display: inline-block;
      width: 20px;
      height: 24px;
      line-height: 24px;
      background: url(img/ic_mic.png) no-repeat;
      background-size: 16px;
      vertical-align: text-bottom; }
  .read-panel .title {
    font-size: 18px;
    color: #333;
    line-height: 47px; }
  .read-panel:after {
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #e8e8e8;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5); }

.artical-content {
  font-size: 16px;
  color: #333;
  padding: 20px 30px 15px;
  white-space: pre-wrap;
  line-height: 2; }

input[type='search']::-webkit-search-cancel-button {
  display: none; }

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc; }

.search-page {
  overflow: hidden; }
  .search-page .btn-for-operate {
    padding: 15px 15px;
    font-size: 14px;
    color: #999;
    position: relative;
    text-align: center;
    background: #fff; }
    .search-page .btn-for-operate:before {
      content: '';
      display: block;
      height: 1px;
      background: #e8e8e8;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      transform: scale(1, 0.5);
      -webkit-transform: scale(1, 0.5); }

.search-outer {
  height: 55px; }

.search-panel {
  background: #fff;
  padding: 12px 60px 12px 10px;
  white-space: nowrap;
  position: relative;
  border-bottom: 1px solid #f3f4f5;
  z-index: 1;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2; }
  .search-panel .search {
    position: relative; }
  .search-panel.search-home {
    padding-right: 10px;
    position: relative; }
    .search-panel.search-home .search {
      display: block; }
  .search-panel .ic-search {
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(img/rec_ic_search.png?v=122) no-repeat;
    top: 8px;
    left: 8px;
    background-size: 100%; }
  .search-panel .ic-cancel {
    position: absolute;
    width: 14px;
    height: 14px;
    background: url(img/cancel.png) no-repeat;
    top: 8px;
    right: 8px;
    background-size: 100%; }
  .search-panel input {
    height: 30px;
    background: #f3f4f5;
    border-radius: 100px;
    border: none;
    width: 100%;
    font-size: 14px;
    padding: 0 20px 0 28px;
    color: #333;
    line-height: 30px; }
  .search-panel .search-btn {
    font-size: 15px;
    color: #f86442;
    display: inline-block;
    width: 45px;
    text-align: center;
    position: relative;
    top: 2px; }

.search-history {
  background: #fff; }
  .search-history .l-tit {
    font-size: 12px;
    color: #999;
    padding: 20px 6px 5px 16px; }
    .search-history .l-tit .btn-cancel {
      color: #ff531e;
      float: right;
      width: 50px;
      text-align: center; }

.tag-search {
  padding: 2px 14px 20px;
  overflow: hidden; }
  .tag-search .item {
    float: left;
    font-size: 14px;
    color: #333;
    padding: 4px 10px;
    border: 1px solid #ededed;
    border-radius: 55px;
    margin: 10px 10px 0 0;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap; }

.search-rec {
  background: #fff; }
  .search-rec .item {
    padding: 14px 15px;
    font-size: 16px;
    color: #333;
    position: relative; }
    .search-rec .item a {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .search-rec .item .ic-delete {
      float: right;
      margin-left: 10px; }
    .search-rec .item:after {
      content: '';
      display: block;
      height: 1px;
      background: #e8e8e8;
      position: absolute;
      bottom: 0;
      left: 15px;
      right: 15px;
      transform: scale(1, 0.5);
      -webkit-transform: scale(1, 0.5); }
    .search-rec .item:last-child:after {
      content: none; }

.search-empty {
  text-align: center;
  font-size: 16px;
  color: #adadad;
  margin-top: 26px; }
  .search-empty .search-empty-tit {
    display: inline-block;
    width: 170px;
    height: 170px;
    background: url(img/sask.png) no-repeat center;
    background-size: 123px; }

.header-tab-panel {
  position: relative;
  height: 43px; }
  .header-tab-panel .header-tab {
    border-bottom: 1px solid #d6d6d6;
    background: #f3f4F6;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    position: fixed;
    font-size: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    max-width: 640px;
    margin: auto;
    padding-right: 68px;
    z-index: 3; }
    .header-tab-panel .header-tab::-webkit-scrollbar {
      display: none; }
    .header-tab-panel .header-tab .item {
      font-size: 15px;
      color: #333;
      display: inline-block;
      padding: 0 12px; }
      .header-tab-panel .header-tab .item a {
        display: block;
        padding: 10px 5px; }
      .header-tab-panel .header-tab .item.on {
        color: #f86442; }
        .header-tab-panel .header-tab .item.on a {
          border-bottom: 2px solid #f86442; }
  .header-tab-panel .filter-classify {
    font-size: 14px;
    color: #4a4a4a;
    background: #f3f4f5;
    position: fixed;
    line-height: 44px;
    padding: 0 10px;
    right: -1px;
    z-index: 4; }
    .header-tab-panel .filter-classify.on {
      color: #f86442; }
    .header-tab-panel .filter-classify:after {
      content: '';
      position: absolute;
      width: 9px;
      top: 0;
      bottom: 0;
      left: -8px;
      background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 30%, rgba(145, 145, 145, 0.41) 93%); }
    .header-tab-panel .filter-classify:before {
      content: '';
      display: inline-block;
      width: 13px;
      height: 14px;
      background: url(img/rec_btn_tool_choose.png) no-repeat;
      background-size: 100%;
      vertical-align: middle;
      margin-right: 5px; }
  .header-tab-panel .filter-masker {
    position: fixed;
    left: 0;
    right: 0;
    top: 43px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    min-width: 320px;
    max-width: 640px;
    margin: auto;
    z-index: 4; }
  .header-tab-panel .filter-content {
    background: #fff; }
    .header-tab-panel .filter-content .filter-part {
      padding: 15px;
      position: relative; }
      .header-tab-panel .filter-content .filter-part:after {
        content: '';
        position: absolute;
        left: 15px;
        right: 15px;
        bottom: 0px;
        background: #e7e7e7;
        height: 1px;
        transform: scale(1, 0.5);
        -webkit-transform: scale(1, 0.5); }
      .header-tab-panel .filter-content .filter-part label {
        font-size: 14px;
        color: #4a4a4a; }
  .header-tab-panel .filter-list {
    overflow: hidden; }
    .header-tab-panel .filter-list .item {
      float: left;
      font-size: 12px;
      color: #666;
      border: 1px solid #e8e8e8;
      border-radius: 5px;
      line-height: 35px;
      width: 23%;
      margin: 10px 1% 0;
      text-align: center;
      background: #fff; }
      .header-tab-panel .filter-list .item.on {
        background: rgba(248, 100, 66, 0.1);
        border: 1px solid #f86442;
        color: #f86442; }
      .header-tab-panel .filter-list .item a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        padding: 0 2px; }
  .header-tab-panel .btn-panel {
    overflow: hidden;
    padding: 16px 15px; }
    .header-tab-panel .btn-panel a {
      float: left;
      width: 49%;
      text-align: center;
      font-size: 16px;
      color: #4a4a4a;
      line-height: 40px;
      background: #f2f2f2;
      border-radius: 5px; }
      .header-tab-panel .btn-panel a.btn-cancel {
        margin-right: 1%; }
      .header-tab-panel .btn-panel a.btn-confirm {
        margin-left: 1%;
        background: #f86442;
        color: #fff; }
  .header-tab-panel.home {
    height: auto;
    background: #fff; }
    .header-tab-panel.home:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: #e7e7e7;
      transform: scale(1, 0.5);
      -webkit-transform: scale(1, 0.5); }
    .header-tab-panel.home.totle .title {
      padding: 20px 0; }
    .header-tab-panel.home.totle .filter-classify {
      line-height: 39px; }
    .header-tab-panel.home .title {
      font-size: 18px;
      font-weight: bold;
      color: #333;
      text-align: center;
      padding: 16px 10px;
      position: relative;
      margin-left: 76px; }
    .header-tab-panel.home .filter-classify {
      position: relative;
      right: 0;
      float: right;
      padding: 0 15px;
      line-height: 58px;
      background: #fff; }
      .header-tab-panel.home .filter-classify:after {
        content: none; }
    .header-tab-panel.home .filter-masker {
      top: 0; }

.list-classify {
  background: #fff; }
  .list-classify .item {
    padding: 21px 15px;
    border-bottom: 10px solid #f4f4f4; }
    .list-classify .item:last-child {
      border-bottom: none; }
    .list-classify .item .top {
      overflow: hidden; }
      .list-classify .item .top .title {
        font-size: 17px;
        color: #333; }
      .list-classify .item .top .author {
        font-size: 12px;
        color: #b0b0b0; }
      .list-classify .item .top .btn-read {
        float: right;
        margin-left: 10px;
        font-size: 13px;
        color: #f86442;
        padding: 5px 15px;
        border: 1px solid #f86442;
        border-radius: 100px;
        margin-top: 8px; }
        .list-classify .item .top .btn-read:before {
          content: '';
          display: inline-block;
          width: 13px;
          height: 18px;
          background: url(img/rec_btn_rec.png) no-repeat;
          background-size: 100%;
          vertical-align: bottom;
          margin-right: 2px;
          vertical-align: -4px; }
    .list-classify .item .content {
      font-size: 14px;
      color: #797979;
      margin-top: 10px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      max-height: 3em;
      text-overflow: ellipsis;
      overflow: hidden; }
    .list-classify .item .other-info {
      font-size: 13px;
      color: #a2a2a2;
      margin-top: 15px; }
      .list-classify .item .other-info span {
        margin-right: 10px; }
      .list-classify .item .other-info .count:before {
        content: '';
        display: inline-block;
        width: 12px;
        height: 14px;
        background: url(img/rec_ic_reader.png) no-repeat;
        background-size: 100%;
        vertical-align: middle;
        margin-right: 2px; }

.btn-for-whole {
  text-align: center;
  background: #fff;
  position: relative; }
  .btn-for-whole:before {
    content: '';
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    min-width: 320px;
    max-width: 640px;
    margin: auto;
    height: 1px;
    background: #dadada;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5); }
  .btn-for-whole a {
    display: block;
    font-size: 15px;
    color: #9b9b9b;
    padding: 12px; }

.ic-recently {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(img/rec_ic_history.png) no-repeat;
  background-size: 100%;
  vertical-align: -3.5px;
  margin-right: 10px; }

.ic-delete {
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(img/rec_btn_delate.png) no-repeat;
  background-size: 100%;
  margin-top: 2px; }

.part.is-scroll {
  position: absolute;
  left: 0;
  right: 0;
  top: 56px;
  bottom: 0; }
  .part.is-scroll .desc {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 166px;
    bottom: 50px;
    max-height: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
  .part.is-scroll .btn-more-wrap .btn-more:after {
    content: '';
    position: absolute;
    height: 1px;
    background: #e7e7e7;
    left: -20px;
    right: 0;
    min-width: 320px;
    max-width: 640px;
    margin: auto;
    top: 0;
    transform: scale(1, 0.5);
    -webkit-transform: scale(1, 0.5); }
  .part.is-scroll .btn-more-wrap .btn-more:before {
    background-image: url(img/rec_btn_close.png); }

.part.is-iting-scroll {
  top: 0; }

.bg-linear {
  position: absolute;
  left: 0;
  right: 0;
  height: 25px;
  bottom: -33px;
  background: url(img/Rectangle.png) no-repeat;
  background-size: 100%; }

.hot-word {
  margin-top: 10px;
  background: white; }

.hw-list-header {
  height: 44px;
  padding: 11px 0 11px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #5c5c5c;
  letter-spacing: -0.2px; }

.hw-header-icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background: #f38033;
  border-radius: 2px;
  overflow: hidden; }

.hw-header-icon.icon-hotlist {
  background-image: url("img/hotlist.png");
  background-size: 100%; }

.hw-list {
  font-size: 0;
  border-top: 1px solid #e4e4e4;
  overflow: hidden; }

.hw-item {
  position: relative;
  float: left;
  width: 50%;
  height: 50px;
  padding: 12px 64px 12px 18px;
  font-size: 16px;
  color: #5c5c5c;
  letter-spacing: -1.6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e4e4e4; }

.hw-item:nth-child(2n)::before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  bottom: 12px;
  width: 1px;
  background: #DCDCDC; }

.hw-item-inner {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.hw-item-icon {
  position: absolute;
  top: 15px;
  right: 36px;
  width: 18px;
  height: 18px;
  background: #f66549;
  border-radius: 2px;
  overflow: hidden; }

.hw-item-icon.icon-new {
  background-image: url(img/new.png);
  background-size: 100%; }

.hw-item-icon.icon-hot {
  background-image: url(img/hot.png);
  background-size: 100%; }

.activity-banner {
  height: 0;
  padding-bottom: 23.88%; }

.hidden {
  display: none !important; }

.block {
  display: block !important; }

/* 不可用 */
.disabled {
  pointer-events: none;
  cursor: not-allowed; }

.btn.disabled {
  background-color: #ccc;
  border-color: #ccc; }

.none-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
