@charset "UTF-8";
/* complite color defined*/
/*------------------分割线-------------------------*/
/*自定义 color 变量*/
/*自定义 color 变量*/
/*郝景芳活动页 start*/
/*郝景芳活动页 end*/
/*新css组件url*/
/*base url start*/
/*base end*/
/*index start*/
/*index end*/
/*newRead  start*/
/*newRead  end*/
/*account start*/
/*account end*/
/*welcome start*/
/*welcome end*/
/*active start*/
/*active end*/
/*newRead start*/
/*newRead end*/
/*set start*/
/*set end*/
/*新css组件mixin*/
/*border start*/
/*border end*/
/*touch color start*/
/*touch color end*/
html {
  height: 100%; }

body {
  height: 100%;
  min-height: 101%;
  -webkit-appearance: none;
  background: url("../../Public/img/read_v2/bg.png") repeat; }

* {
  background-color: transparent; }

/*推荐列表受到影响*/
span.read {
  padding-bottom: 0 !important; }

.read {
  width: 100%;
  min-height: 100%;
  padding-top: 64px;
  padding-bottom: 32px;
  overflow: hidden;
  position: relative; }

.read-box {
  margin: 0 auto;
  padding-bottom: 48px;
  position: relative; }

.read-content {
  padding: 0 16px; }

.icon {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 20px;
  float: left; }
  .icon::before {
    font-size: 20px;
    line-height: 20px;
    margin-right: 8px;
    vertical-align: middle; }

.read-share {
  display: none; }
  .read-share .icon::before {
    color: #909499; }
  .read-share .icon:hover::before {
    color: #2d3033; }

.read-menu {
  width: 100%;
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0 -1px 0 0 #eeeeee;
  position: fixed;
  bottom: 0;
  left: 0; }
  .menu-content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center; }
    .menu-content .menu-list {
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
      .menu-content .menu-list > li {
        display: inline-block;
        margin-right: 0;
        font-size: 0;
        /*消除inline-block怪异现象*/ }
        .menu-content .menu-list > li a {
          display: inline-block;
          line-height: 48px;
          vertical-align: middle; }
        .menu-content .menu-list > li:nth-last-of-type(1) {
          margin-left: 0;
          margin-right: 0; }
      .menu-content .menu-list span.icon {
        color: #909499;
        height: 48px;
        font-size: 0;
        padding-top: 8px;
        line-height: 48px; }
        .menu-content .menu-list span.icon::before {
          display: block;
          margin-right: 0;
          text-align: center;
          font-size: 24px; }
      .menu-content .menu-list .icon-like {
        width: 24px; }
        .menu-content .menu-list .icon-like::before {
          content: '';
          display: block;
          float: left;
          width: 24px;
          height: 48px;
          margin-top: 0;
          background: url("../../Public/img/icons/icon-mark.svg") no-repeat;
          background-position: center 0; }
      .menu-content .menu-list .icon-liked {
        width: 24px; }
        .menu-content .menu-list .icon-liked::before {
          content: '';
          display: block;
          float: left;
          width: 24px;
          height: 48px;
          background: url("../../Public/img/icons/icon-mark.svg") no-repeat;
          background-position: center -40px; }
      .menu-content .menu-list .menu-list-item-process {
        width: 38px;
        height: 38px;
        position: relative; }
        .menu-content .menu-list .menu-list-item-process span {
          font-family: 'number-font';
          color: #4886FF;
          font-size: 16px;
          width: 38px;
          height: 14px;
          position: absolute;
          left: 0;
          top: 12px;
          text-align: center;
          line-height: 1em; }
    .menu-content .menu-left {
      float: left;
      width: calc(60% + 6px); }
    .menu-content .menu-right {
      width: calc(40% - 6px);
      float: right;
      /*动画*/ }
      .menu-content .menu-right span.icon::before {
        -webkit-transition: all .2s linear;
        transition: all .2s linear;
        -webkit-transform-origin: center 8px;
                transform-origin: center 8px; }
      .menu-content .menu-right span.icon-dark, .menu-content .menu-right span.icon-light {
        overflow: visible; }
      .menu-content .menu-right > li {
        position: relative; }
      .menu-content .menu-right .prop-down {
        display: none;
        left: -76px;
        bottom: 58px;
        width: 168px;
        padding: 8px 16px; }
        .menu-content .menu-right .prop-down > li {
          font-size: 1.6rem;
          cursor: pointer; }
          .menu-content .menu-right .prop-down > li.disable {
            opacity: .2; }
          .menu-content .menu-right .prop-down > li.icon {
            color: #2d3033;
            width: auto; }
            .menu-content .menu-right .prop-down > li.icon::before {
              color: #2d3033;
              vertical-align: baseline; }
    .menu-content .menu-loadMode {
      display: block;
      width: 100%;
      padding: 0 24px;
      height: 52px;
      text-align: center;
      font-size: 0; }
      .menu-content .menu-loadMode .load-item-left, .menu-content .menu-loadMode .load-item-right {
        display: inline-block;
        width: 50%;
        line-height: 30px;
        font-size: 1.4rem;
        margin-top: 8px;
        border: 1px solid #2d3033;
        cursor: pointer; }
      .menu-content .menu-loadMode .load-item-left {
        border-radius: 30px 0 0 30px; }
      .menu-content .menu-loadMode .load-item-right {
        border-radius: 0 30px 30px 0;
        margin-left: -1px; }
      .menu-content .menu-loadMode .load-item-active {
        background-color: #2d3033;
        color: #fff; }

.branch-control .branch-next::before {
  font-size: 1.5rem;
  line-height: 48px; }

.branch-control .branch-pre::before {
  font-size: 1.5rem;
  line-height: 48px; }

.branch-control .branch-jump {
  line-height: 48px; }
  .branch-control .branch-jump::before {
    font-size: 1.2rem;
    line-height: 12px; }

.recommend {
  background-color: #fafafa;
  padding-bottom: 48px;
  overflow: hidden; }
  .recommend .recommend-title {
    width: 100%;
    margin: 0 auto;
    padding: 40px 16px 16px 16px;
    text-align: left;
    line-height: 20px;
    font-size: 1.4rem;
    font-weight: normal;
    color: #999999;
    float: none;
    box-shadow: 0 1px 0 0 #E5E6E6; }
    .recommend .recommend-title a {
      float: right; }
      .recommend .recommend-title a:hover {
        color: #2d3033; }
  .recommend .recommend-content {
    width: 100%;
    margin: 0 auto; }
  .recommend .read {
    margin-top: 0;
    padding-top: 0;
    width: auto;
    overflow: visible; }

.icon-close {
  width: 16px;
  height: 16px;
  line-height: 16px; }
  .icon-close::before {
    font-size: 1.6rem;
    line-height: 16px; }

.mask {
  z-index: 10001; }

.btn-or .or-btn {
  width: calc(50% - 8px);
  height: 96px; }
  .btn-or .or-btn.or-active-back:hover {
    background-color: #2d3033; }

.btn-or .or-box {
  font-size: 1.4rem;
  line-height: 66px; }

.btn-or .or-img {
  display: none;
  float: none; }
  .btn-or .or-img::before {
    padding: 0; }

.red-pag {
  width: 320px;
  height: 400px;
  margin: 40px auto 0;
  padding: 44px 0 12px;
  background: url("../../Public/img/read_v2/redPag.png") no-repeat 0 0;
  background-size: 100%;
  text-align: center;
  position: relative; }
  .red-pag .red-pag-title {
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0;
    color: #FFF2BC; }
  .red-pag .red-pag-try {
    font-size: 2.4rem;
    font-weight: bold;
    color: #FFF2BC;
    margin: 16px auto 0;
    white-space: pre-line; }
  .red-pag .red-pag-open {
    display: block;
    width: 120px;
    height: 120px;
    margin: 70px auto 0;
    background: url("../../Public/img/read_v2/redPag_open.png") no-repeat center;
    background-size: 100%;
    cursor: pointer; }
  .red-pag .red-pag-desc {
    font-size: 1.4rem;
    color: #FFF2BC; }
    .red-pag .red-pag-desc::after {
      content: '';
      width: 20px;
      height: 14px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      right: -5px;
      top: -1px;
      background: url("../../Public/img/read_v2/redPag_link.png") no-repeat;
      background-size: auto 100%; }
  .red-pag .btn {
    min-width: 140px;
    width: auto;
    height: 40px;
    color: #F84141;
    font-size: 1.6rem;
    line-height: 38px;
    position: absolute;
    background-color: #fff;
    border-radius: 40px;
    left: 50%;
    padding: 0 10px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap;
    bottom: 56px; }
  .red-pag .red-pag-desc, .red-pag .red-pag-money, .red-pag .btn {
    display: none; }
  .red-pag.red-pag-opened .red-pag-money {
    display: block;
    font-size: 2.4rem;
    line-height: 100px;
    font-weight: bold;
    color: #FFF2BC;
    margin: 26px auto 13px; }
    .red-pag.red-pag-opened .red-pag-money span {
      display: inline-block;
      font-size: 7.2rem;
      font-weight: bold;
      color: #FFF2BC;
      -webkit-animation: scale-big5 0.3s;
              animation: scale-big5 0.3s; }
  .red-pag.red-pag-opened .red-pag-desc {
    display: block; }
  .red-pag.red-pag-opened .btn {
    display: inline-block; }
  .red-pag.red-pag-opened .red-pag-try, .red-pag.red-pag-opened .red-pag-open {
    display: none; }
  .red-pag.red-pag-empty .red-pag-open {
    display: none; }
  .red-pag.red-pag-empty .red-pag-desc {
    display: block;
    margin-top: 80px; }
    .red-pag.red-pag-empty .red-pag-desc::after {
      content: '';
      display: none; }
  .red-pag.red-pag-empty .red-pag-open {
    display: none; }
  .red-pag.red-pag-empty .btn {
    display: inline-block; }

@media only screen and (max-width: 749px) {
  .btn-or .or-active-back {
    line-height: 96px; }
    .btn-or .or-active-back .or-back {
      width: calc(100% + 28px);
      margin-left: -14px; }
      .btn-or .or-active-back .or-back > p {
        font-size: 1.2rem;
        line-height: 17px; }
        .btn-or .or-active-back .or-back > p > span {
          font-size: 1.4rem;
          line-height: 20px;
          width: 16px; }
          .btn-or .or-active-back .or-back > p > span::before {
            background-size: 16px 16px; }
  #toastBox {
    width: 288px; }
    #toastBox > p {
      font-size: 1.6rem; } }

@media only screen and (max-width: 749px) and (min-width: 375px) {
  .btn-or .or-active-back .or-back {
    width: 100%;
    margin-left: 0; }
    .btn-or .or-active-back .or-back > p {
      font-size: 1.4rem;
      line-height: 20px; }
      .btn-or .or-active-back .or-back > p > span {
        font-size: 1.6rem;
        line-height: 22px; }
        .btn-or .or-active-back .or-back > p > span::before {
          background-size: 20px 20px; }
  .btn-or .or-finger {
    background-size: 56px 56px; }
  #toastBox {
    width: 312px; } }

@media only screen and (min-width: 750px) {
  .read {
    padding-top: 112px; }
  .read-box {
    max-width: 656px; }
  .read-content {
    padding: 0; }
  .read-end .end-menu .end-menu-left, .read-end .end-menu .end-menu-right {
    padding: 0; }
  .read-share {
    display: none;
    position: absolute;
    left: -148px;
    top: 173px;
    color: #909499; }
    .read-share li {
      margin-bottom: 16px; }
    .read-share.read-share-fixed {
      display: block;
      position: fixed; }
    .read-share.read-share-absolute {
      display: block;
      position: absolute; }
    .read-share .icon {
      float: none; }
  .read-menu {
    width: 100%;
    height: 48px;
    background: #FFFFFF;
    box-shadow: 0 -1px 0 0 #eeeeee;
    position: fixed;
    bottom: 0;
    left: 0; }
    .menu-content {
      width: 656px;
      height: 100%;
      margin: 0 auto; }
      .menu-content .menu-list {
        width: auto; }
        .menu-content .menu-list > li {
          width: auto;
          line-height: 48px;
          margin-right: 16px; }
          .menu-content .menu-list > li a {
            display: inline-block;
            line-height: 48px; }
          .menu-content .menu-list > li .icon {
            width: auto;
            padding-top: 0;
            vertical-align: middle;
            font-size: 1.4rem; }
            .menu-content .menu-list > li .icon::before {
              display: inline-block;
              margin-right: 5px; }
          .menu-content .menu-list > li .icon-like::before {
            background-position: center 12px; }
          .menu-content .menu-list > li .icon-liked::before {
            background-position: center -28px; }
        .menu-content .menu-list .menu-list-item-process {
          margin-top: 6px;
          margin-left: 2px;
          width: 38px; }
          .menu-content .menu-list .menu-list-item-process svg {
            margin: 0; }
          .menu-content .menu-list .menu-list-item-process span {
            left: 0; }
      .menu-content .menu-left {
        float: left; }
      .menu-content .menu-right {
        position: relative; }
        .menu-content .menu-right .prop-down {
          left: -57px;
          bottom: 60px;
          width: 168px; }
          .menu-content .menu-right .prop-down > li {
            font-size: 1.6rem;
            cursor: pointer; }
            .menu-content .menu-right .prop-down > li.disable {
              opacity: .2; }
      .menu-content .menu-loadMode {
        width: 176px;
        height: 48px;
        padding: 0;
        position: absolute;
        left: calc(50% - 88px);
        bottom: 0; }
  .recommend .recommend-content, .recommend .recommend-title {
    width: 656px; }
  .recommend .recommend-title {
    padding: 40px 0 16px; }
  .btn-or .or-btn {
    width: calc(50% - 32px);
    height: 144px; }
  .btn-or .or-box {
    font-size: 1.6rem;
    line-height: 114px; }
  .btn-or .or-img {
    display: inline-block; }
    .btn-or .or-img::before {
      padding: 0; } }

.dark {
  background: #191919 url("../../Public/img/read_v2/bg_black.png") repeat; }
  .dark #nav, .dark .read-menu, .dark .recommend {
    background-color: #191919; }
  .dark #nav {
    border-color: #2d3033; }
    .dark #nav .navcont .nav_tabs .search input {
      color: #909499; }
  .dark .recommend {
    background-color: #262626; }
    .dark .recommend .recommend-title {
      box-shadow: 0 1px 0 0 #2D3033;
      color: #5F6266; }
      .dark .recommend .recommend-title a:hover {
        color: #909499; }
  .dark .read-text, .dark .read-title h1, .dark .icon-list li {
    color: #909499; }
  .dark .r-author-name > a {
    color: #909499; }
    .dark .r-author-name > a:hover {
      color: #4886FF; }
  .dark .r-author-time {
    color: #5F6266; }
  .dark .btn-or .or-btn {
    background-color: #2d3033;
    color: #909499; }
    .dark .btn-or .or-btn:hover {
      background-color: #232629; }
  .dark .btn-or .or-active {
    color: #fff;
    background-color: #4886FF; }
    .dark .btn-or .or-active:hover {
      background-color: #4886FF;
      cursor: default; }
  .dark .btn-or .or-active-back {
    background-color: #909499; }
    .dark .btn-or .or-active-back .or-back > p {
      color: #2d3033; }
      .dark .btn-or .or-active-back .or-back > p > span::before {
        background-image: url("../../Public/img/icons/capsule_dark.svg"); }
    .dark .btn-or .or-active-back:hover {
      background-color: #909499; }
  .dark .btn-or .or-blur .or-box {
    -webkit-filter: blur(5px);
            filter: blur(5px); }
  .dark .btn-or .or-blur:hover {
    background-color: #2d3033;
    cursor: default; }
  .dark .btn-or .or-desc {
    color: #5F6266; }
  .dark .btn-or .or-img::before {
    color: #2d3033; }
  .dark .read-end .end-tip span {
    color: #fff; }
  .dark .read-end .end-history .history-count {
    color: #fff; }
  .dark .read-end .end-menu .end-menu-right li {
    color: #5F6266; }
  .dark .read-end .end-menu .end-menu-right .icon::before {
    color: #5F6266; }
  .dark .read-end .end-menu .end-menu-right .icon:hover::before {
    color: #909499; }
  .dark .read-end .end-menu .icon-list .icon-like::before {
    background-image: url("../../Public/img/icons/icon-mark-dark.svg"); }
  .dark .read-end .end-menu .icon-list .icon-liked::before {
    background-image: url("../../Public/img/icons/icon-mark-dark.svg"); }
  .dark .read-share li {
    color: #5F6266; }
  .dark .read-share .icon::before {
    color: #5F6266; }
  .dark .read-share .icon:hover::before {
    color: #909499; }
  .dark .btn-default {
    color: #909499; }
    .dark .btn-default:hover {
      background-color: #232629;
      border-color: #232629; }
  .dark .read-menu {
    box-shadow: 0 -1px 0 0 #2D3033; }
    .dark .read-menu .menu-list .icon-like::before {
      background-image: url("../../Public/img/icons/icon-mark-dark.svg"); }
    .dark .read-menu .menu-list .icon-liked::before {
      background-image: url("../../Public/img/icons/icon-mark-dark.svg"); }
    .dark .read-menu .menu-loadMode .load-item-left, .dark .read-menu .menu-loadMode .load-item-right {
      color: #5F6266; }
    .dark .read-menu .menu-loadMode .load-item-active {
      color: #909499; }
  .dark span.icon {
    color: #5F6266; }
    .dark span.icon::before {
      color: #909499; }
  .dark .book_list li {
    border-color: #2d3033; }
  .dark .book_list .words .mauthor a {
    color: #909499; }
  .dark .book_list .words em {
    color: #5F6266; }
  .dark .book_list .words h2 a {
    color: #909499; }
    .dark .book_list .words h2 a:hover {
      color: #4886FF; }
  .dark .book_list .words .foot * {
    color: #5F6266; }
  .dark .book_list .words .foot .l {
    /*660px不一样*/ }
    .dark .book_list .words .foot .l .mlike, .dark .book_list .words .foot .l .mcomment {
      background-position: 0 -39px; }
      .dark .book_list .words .foot .l .mlike em, .dark .book_list .words .foot .l .mcomment em {
        color: #5F6266; }
    .dark .book_list .words .foot .l .read {
      background-position-y: -35px; }
    .dark .book_list .words .foot .l .liked {
      background-position: left -79px; }
    @media screen and (max-width: 660px) {
      .dark .book_list .words .foot .l .mlike, .dark .book_list .words .foot .l .mcomment {
        background-position: 0 -36px; }
      .dark .book_list .words .foot .l .liked {
        background-position: left -71px; } }
  .dark .book_list .words .foot .r a:hover {
    color: #909499; }
  .dark .book_list .words .detail a {
    color: #5F6266; }
  .dark .book_list .read {
    width: auto;
    background-color: transparent;
    overflow: visible; }
  .dark .menu-list span.icon {
    color: #5F6266; }
  .dark .menu-list.menu-right:hover {
    color: #909499; }
  .dark .animate-read-process-toast {
    color: #fff; }

.weather {
  position: relative;
  overflow: hidden; }

/* pseudo elements: positioning and setup */
.weather:before, .weather:after {
  content: "";
  position: absolute;
  left: -50%;
  top: -50%;
  right: -50%;
  bottom: -50%;
  z-index: 1;
  pointer-events: none;
  background: transparent repeat;
  opacity: 0.7;
  -webkit-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-animation-name: weather;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-name: weather;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

.weather:after {
  opacity: 0.8;
  -webkit-animation-name: weather2;
  animation-name: weather2; }

/* rain (fast, rain.png) */
.weather.rain:before, .weather.rain:after {
  background-image: url(../img/rain.png);
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.weather.rain:after {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

/* snow (slow, snow.png) */
.weather.snow:before, .weather.snow:after {
  background-image: url(../img/snow.png);
  -webkit-animation-duration: 6s;
  animation-duration: 6s; }

.weather.snow:after {
  -webkit-animation-duration: 4.5s;
  animation-duration: 4.5s; }

/* animation keyframes */
@-webkit-keyframes weather {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 1024px; } }

@keyframes weather {
  from {
    background-position: 0 0; }
  to {
    background-position: 0 1024px; } }

@-webkit-keyframes weather2 {
  from {
    background-position: 64px 64px; }
  to {
    background-position: 64px 1088px; } }

@keyframes weather2 {
  from {
    background-position: 64px 64px; }
  to {
    background-position: 64px 1088px; } }

body {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
