@charset "UTF-8";

/**HTML5 common css*/

html {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Microsoft YaHei', 'STHeiti', Helvetica, '\5fae\8f6f\96c5\9ed1', Arial, sans-serif;
  font-size: 0.16rem;
}

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

* {
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
}

a,
img {
  -webkit-touch-callout: none;
}

a,
a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
}

li,
ol,
ul {
  list-style: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  font-size: 100%;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
  cursor: pointer;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

.hideVisibility {
  visibility: hidden;
  opacity: 0;
}

.opacity0 {
  opacity: 0 !important;
}

[hide],
[hidden],
.hide {
  display: none;
}

.blur {
  -webkit-filter: blur(0.066667rem);
  filter: blur(5px);
  opacity: 0.6;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.g-text-right {
  text-align: right;
}

.g-text-left {
  text-align: left;
}

.g-text-center {
  text-align: center;
}

.g-pointer {
  cursor: pointer;
}

.g-clearfix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}

.float-left,
.fl,
.g-fl {
  float: left;
}

.float-right,
.fr,
.g-fr {
  float: right;
}

.g-relative {
  position: relative;
}

.g-fixed {
  position: fixed;
}

.g-absolute {
  position: absolute;
}

.g-container-1000 {
  width: 13.333333rem;
  margin-left: auto;
  margin-right: auto;
}

.g-font12 {
  font-size: 0.16rem !important;
}

.g-font14 {
  font-size: 0.186667rem !important;
}

.g-font16 {
  font-size: 0.213333rem !important;
}

.g-font18 {
  font-size: 0.24rem !important;
}

.g-font20 {
  font-size: 0.266667rem !important;
}

.g-font22 {
  font-size: 0.293333rem !important;
}

.g-font24 {
  font-size: 0.32rem !important;
}

.g-font28 {
  font-size: 0.373333rem !important;
}

.g-font30 {
  font-size: 0.4rem !important;
}

.g-font32 {
  font-size: 0.426667rem !important;
  font-weight: 700;
}

.g-font36 {
  font-size: 0.48rem !important;
  font-weight: 700;
}

.g-font40 {
  font-size: 0.533333rem !important;
  font-weight: 700;
}

.g-font48 {
  font-size: 0.64rem !important;
  font-weight: 700;
}

.g-mb-5 {
  margin-bottom: 0.066667rem;
}

.g-mb-10 {
  margin-bottom: 0.133333rem;
}

.g-mb-15 {
  margin-bottom: 0.2rem;
}

.g-mb-20 {
  margin-bottom: 0.266667rem;
}

.g-mb-25 {
  margin-bottom: 0.333333rem;
}

.g-mb-30 {
  margin-bottom: 0.4rem;
}

.g-mb-40 {
  margin-bottom: 0.533333rem;
}

.g-mb-50 {
  margin-bottom: 0.666667rem;
}

.g-mb-60 {
  margin-bottom: 0.8rem;
}

.g-mb-80 {
  margin-bottom: 1.066667rem;
}

.g-mr-5 {
  margin-right: 0.066667rem;
}

.g-mr-10 {
  margin-right: 0.133333rem;
}

.g-mr-15 {
  margin-right: 0.2rem;
}

.g-mr-20 {
  margin-right: 0.266667rem;
}

.g-mr-25 {
  margin-right: 0.333333rem;
}

.g-mr-30 {
  margin-right: 0.4rem;
}

.g-mr-40 {
  margin-right: 0.533333rem;
}

.g-mr-50 {
  margin-right: 0.666667rem;
}

.g-mr-60 {
  margin-right: 0.8rem;
}

.g-mr-80 {
  margin-right: 1.066667rem;
}

.g-ml-5 {
  margin-left: 0.066667rem;
}

.g-ml-10 {
  margin-left: 0.133333rem;
}

.g-ml-15 {
  margin-left: 0.2rem;
}

.g-ml-20 {
  margin-left: 0.266667rem;
}

.g-ml-25 {
  margin-left: 0.333333rem;
}

.g-ml-30 {
  margin-left: 0.4rem;
}

.g-ml-40 {
  margin-left: 0.533333rem;
}

.g-ml-50 {
  margin-left: 0.666667rem;
}

.g-ml-60 {
  margin-left: 0.8rem;
}

.g-ml-80 {
  margin-left: 1.066667rem;
}

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

.g-ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.g-ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.g-ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.g-space {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 0.08rem;
}

.g-border-box {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.g-oh {
  overflow: hidden;
}

.g-oa {
  overflow: auto;
}

::-webkit-input-placeholder {
  color: #ccc;
}

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

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.08rem rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
}

::-webkit-scrollbar-thumb {
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
  -webkit-box-shadow: inset 0 0 0.08rem rgba(0, 0, 0, 0.5);
}

.g-layer,
.g-layer-1,
.g-layer-2,
.g-layer-3,
.g-layer-4,
.g-layer-5,
.g-layer-6,
.g-layer-7,
.g-layer-8 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.g-layer-1 {
  z-index: 1;
}

.g-layer-2 {
  z-index: 2;
}

.g-layer-3 {
  z-index: 3;
}

.g-layer-4 {
  z-index: 4;
}

.g-layer-5 {
  z-index: 5;
}

.g-layer-6 {
  z-index: 6;
}

.g-layer-7 {
  z-index: 7;
}

.g-layer-8 {
  z-index: 8;
}

.g-indent-2,
.g-indent {
  text-indent: 2em;
}

.g-indent-4 {
  text-indent: 4em;
}

.g-mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/*默认滚动条样式修改ie9 google Firefox 等高版本浏览器有效*/

/*::selection {background: #D03333;color: white;text-shadow: none;}
::-webkit-scrollbar-track-piece{width:10px;background-color:#f2f2f2}
::-webkit-scrollbar{width:10px;height:6px}
::-webkit-scrollbar-thumb{height:50px;background-color:rgba(0,0,0,.3);}
::-webkit-scrollbar-thumb:hover{background:#cc0000}*/

@-webkit-keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes aniOpscale {
  0% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    opacity: .4;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

@keyframes aniArrowMoveUp {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  100% {
    -webkit-transform: translate3d(0, -0.346667rem, 0);
    transform: translate3d(0, -0.346667rem, 0);
    opacity: 0;
  }
}

@-webkit-keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes aniRound {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.g-ani-arrow-up {
  -webkit-animation: aniArrowMoveUp 1s linear infinite;
  animation: aniArrowMoveUp 1s linear infinite;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

.g-ani-bigger {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
}

.g-ani-bigger2 {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
}

@-webkit-keyframes aniShare {
  to {
    -webkit-transform: translate3d(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

@keyframes aniShare {
  to {
    -webkit-transform: translate3d(0.266667rem, -0.266667rem, 0);
    transform: translate3d(0.266667rem, -0.266667rem, 0);
  }
}

.page1508 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

.test-logo,
.full,
.page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.center-box {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}

body {
  max-height: 100%;
}

.test-logo {
  position: absolute;
  left: 7.386667rem;
  top: 0.533333rem;
  z-index: 1;
  width: 0.573333rem;
  height: 0.573333rem;
  background: url(../images/logo.png) center/contain no-repeat;
}

#main {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.page1508 {
  width: 10rem;
  height: 20.106667rem;
}

.full,
.page {
  overflow: hidden;
}

.page-cover {
  z-index: 4;
  background: url(../images/bg-cover.jpg) center/cover no-repeat #b6141a;
}

.page-cover .btn-start {
  position: absolute;
  left: 3.186667rem;
  top: 13.666667rem;
  z-index: 2;
  width: 3.933333rem;
  height: 1.466667rem;
}

.page-cover .cover-text {
  position: absolute;
  left: 1.213333rem;
  top: 9.48rem;
  z-index: 1;
  width: 7.8rem;
  height: 2.253333rem;
  height: auto;
  color: #f2dcbf;
  font: bold 0.36rem/1.8 SimHei;
  text-align: justify;
  max-height: 3.906667rem;
  overflow: auto;
  text-indent: 2em;
}

.page-content {
  color: #f5d6a4;
  background: url(../images/bg-content2.jpg) center/cover no-repeat;
  padding: 3.92rem 0.266667rem 2rem;
  overflow: hidden;
}

.page-content .content-wrap {
  height: 13.6rem;
  overflow: auto;
}

.page-content .label-content {
  position: absolute;
  left: 4.32rem;
  top: 2.533333rem;
  z-index: 1;
  width: 1.413333rem;
  height: 0.613333rem;
}

.page-content .content-list-wrap .content-list li {
  font-size: 0.4rem;
  padding: 0.16rem 0.133333rem 0.213333rem 1.066667rem;
  background: url(../images/bg-item.png) center/cover no-repeat;
  margin-bottom: 0.133333rem;
}

.page-content .arrow-down {
  text-align: center;
  padding: 0.133333rem 0 0.266667rem;
}

.page-content .arrow-down img {
  width: 0.44rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-content .arrow-down.active img {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.page-copy {
  background: url(../images/bg-page-copy.jpg) center/cover no-repeat;
}

.page1508-move {
  margin-left: 100%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page1508-move.active {
  margin-left: 0;
}

.page-editwords {
  background: #fbebd5;
  padding-top: 4.453333rem;
}

.page-editwords .edit-wrap {
  padding: 0 0.8rem 0;
  max-height: 12rem;
  overflow: auto;
}

.page-editwords .common-header {
  margin-bottom: 1.333333rem;
}

.page-editwords .common-header .arrow-back {
  position: absolute;
  left: 0.266667rem;
  top: 0;
  z-index: 2;
  width: 1.2rem;
  height: 0.64rem;
  background: url(../images/arrow-left.png) left top/auto 100% no-repeat;
}

.page-editwords .common-header h2.page-title {
  text-align: center;
  color: #000;
  font: normal 0.693333rem SimHei;
}

.common-header {
  position: absolute;
  left: 0;
  top: 2.64rem;
  z-index: 1;
  width: 10rem;
  height: 0.64rem;
}

.common-header .arrow-back {
  position: absolute;
  left: 0.266667rem;
  top: 0;
  z-index: 2;
  width: 1.2rem;
  height: 0.64rem;
  background: url(../images/arrow-left-copy.png) left top/auto 100% no-repeat;
}

.common-header h2.page-title {
  text-align: center;
  color: #f0d6aa;
  font: normal 0.693333rem SimHei;
}

@font-face {
  font-family: ZDKaiTi;
  src: url(http://politics.people.com.cn/img/MAIN/2019/08/119609/font/kaiti2.ttf) format("truetype");
}

.bianzhean-outter {
  text-align: justify;
  padding: 0 0.133333rem 0;
  overflow: scroll;
  /* -webkit-overflow-scrolling: touch; */
  max-height: 12rem;
  overflow-x: hidden;
}

.common-scrollbar-outer::-webkit-scrollbar,
.bianzhean-outter::-webkit-scrollbar {
  width: 0.066667rem;
  height: 0.013333rem;
}

.common-scrollbar-outer::-webkit-scrollbar-thumb:vertical,
.bianzhean-outter::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
  background: #bd0f00;
}

.common-scrollbar-outer::-webkit-scrollbar-track,
.bianzhean-outter::-webkit-scrollbar-track {
  -webkit-border-radius: 0.133333rem;
  border-radius: 0.133333rem;
  background: #f7a085;
}

.bianzhean-outter .bianzhean-text {
  text-indent: 2em;
  font-family: "KaiTi", ZDKaiTi;
  font-family: SimHei;
  text-indent: 2em;
  margin-bottom: 0.2em;
  color: #000;
  font-size: 0.426667rem;
  line-height: 1.8;
}

.page-text-content .author {
  color: #9a9a9a;
  font: normal 0.32rem SimHei;
  text-align: center;
}

.page-text-content h1 {
  font-size: 0.266667rem;
  margin-bottom: 0.2rem;
}

.page-text-content p {
  font-weight: normal;
  font-size: 0.48rem;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 1.8;
  margin-bottom: 0.053333rem;
  text-align: justify;
}

.page-text-content .sou {
  font-size: 0.32rem;
  text-align: center;
  color: #9a9a9a;
  margin-bottom: 0.4rem;
}

.page-text-content .sou b {
  font-weight: normal;
}

.page-text-content p span {
  font-size: 0.32rem;
}

body.font-1 .page-text-content p {
  font-size: 0.4rem;
}

body.font-1 .page-text-content .sou,
body.font-1 .page-text-content p span,
body.font-1 .page-text-content .author {
  font-size: 0.293333rem;
}

body.font-2 .page-text-content p {
  font-size: 0.32rem;
}

body.font-2 .page-text-content .sou,
body.font-2 .page-text-content p span,
body.font-2 .page-text-content .author {
  font-size: 0.266667rem;
}

body.font1 .page-text-content p {
  font-size: 0.533333rem;
}

body.font1 .page-text-content .sou,
body.font1 .page-text-content p span,
body.font1 .page-text-content .author {
  font-size: 0.346667rem;
}

body.font2 .page-text-content p {
  font-size: 0.8rem;
}

body.font2 .page-text-content .sou,
body.font2 .page-text-content p span,
body.font2 .page-text-content .author {
  font-size: 0.346667rem;
}

.page-read {
  position: absolute;
  width: 10rem;
  height: 100%;
  background: #fff;
  margin-left: 100vw;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.page-read.active {
  margin-left: 0;
}

.page-read header {
  position: relative;
  height: 2.266667rem;
  line-height: 0.533333rem;
  background: #fff5e6;
}

.page-read header .arrow-back-read {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.853333rem;
  height: 0.853333rem;
  margin-top: -0.426667rem;
  background: url(../images/arrow-left.png) center/auto 0.506667rem no-repeat;
}

.page-read header .read-title {
  position: absolute;
  left: 0.933333rem;
  top: 50%;
  width: 8.533333rem;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: left;
  line-height: 1.4;
  font: bold 0.48rem/1.4 SimHei;
  color: #bd0f00;
}

.page-read header .read-title b {
  font-weight: normal;
  font-size: 0.32rem;
}

.page-read article {
  overflow: auto;
  height: -webkit-calc(100% - 3.6rem);
  height: calc(100% - 3.6rem);
}

.page-read article .toolbar-wrap2 {
  position: relative;
  width: 100%;
  height: 1.2rem;
  background: url(../images/bg-audio.png) center/cover no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.page-read article .toolbar-wrap2 .toolbar {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap {
  position: absolute;
  left: 1.746667rem;
  top: 0.266667rem;
  z-index: 1;
  width: 7.573333rem;
  height: 0.533333rem;
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap:before {
  position: absolute;
  left: 0.026667rem;
  top: 0.24rem;
  z-index: 1;
  width: 0.133333rem;
  height: 0.133333rem;
  background: url(../images/icon-round.png) center/contain no-repeat;
  content: "";
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap:after {
  position: absolute;
  left: 0;
  top: 0.24rem;
  z-index: 1;
  width: 0.133333rem;
  height: 0.133333rem;
  left: auto;
  right: 0.04rem;
  background: url(../images/icon-round.png) center/contain no-repeat;
  content: "";
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap .progress-normal {
  position: absolute;
  left: 0.133333rem;
  top: 0.293333rem;
  z-index: 1;
  width: 7.306667rem;
  height: 0.053333rem;
  background: #e5e5e5;
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap .progress-normal .progress-use {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 2.666667rem;
  height: 0.053333rem;
  background: #e89105;
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap .progress-time {
  position: absolute;
  left: 0.133333rem;
  top: 0.293333rem;
  z-index: 2;
  width: 5.013333rem;
  height: 0.053333rem;
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap .progress-time .slide-time {
  position: absolute;
  left: 0;
  top: -0.186667rem;
  z-index: 2;
  width: 2.426667rem;
  height: 0.4rem;
  background: #e89105;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 0.4rem;
  border-radius: 0.4rem;
  line-height: 0.373333rem;
  font-size: 0.293333rem;
}

.page-read article .toolbar-wrap2 .toolbar .progress-bar-wrap .progress-time .slide-time span {
  display: inline-block;
  vertical-align: middle;
}

.page-read article .toolbar-wrap2 .toolbar .icon-play {
  position: absolute;
  left: 0.906667rem;
  top: 0.266667rem;
  z-index: 1;
  width: 0.666667rem;
  height: 0.666667rem;
  background: url(../images/icon-pause.png) center/contain no-repeat;
}

.page-read article .toolbar-wrap2 .toolbar .icon-play.paused {
  background-image: url(../images/icon-play.png);
}

.page-read article .article-wrap {
  padding: 0 1.093333rem 1.333333rem 0.933333rem;
}

.page-read article .article-wrap .zhengwen .article-list li {
  display: none;
  text-align: justify;
}

.page-read article .article-wrap .zhengwen .article-list li p {
  text-indent: 2em;
}

.page-read article .article-wrap .mp3 {
  display: none;
}

.page-read article .edit {
  text-align: right;
}

.page-read .right-toolbar {
  position: fixed;
  top: 3.733333rem;
  right: 0;
  z-index: 3;
  text-align: center;
  width: 0.96rem;
  color: #da921e;
  background: #fae0bb;
  -webkit-border-radius: 0.08rem;
  border-radius: 0.08rem;
  padding: 0.266667rem 0;
  font: normal 0.36rem SimHei;
}

.page-read .right-toolbar li {
  margin-bottom: 0.266667rem;
}

.page-read .right-toolbar li:last-child {
  margin-bottom: 0;
}

.page-read .right-toolbar li:active {
  background: #f0c788;
}

.page-read .right-toolbar .state1 {
  width: 70%;
  height: auto;
}

.page-read footer {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 1.333333rem;
  background: #7e0000;
}

.page-read footer .tabbar-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: #7e0000;
}

.page-read footer .toolbar-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fdd8a4;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  overflow: hidden;
}

.page-read footer .toolbar-wrap .icon-next,
.page-read footer .toolbar-wrap .icon-prev {
  position: absolute;
  top: 0;
  z-index: 2;
  width: 2rem;
  height: 100%;
}

.page-read footer .toolbar-wrap .icon-prev {
  left: 0.266667rem;
  background: url(../images/icon-prev.png) center/20% auto no-repeat;
}

.page-read footer .toolbar-wrap .icon-next {
  right: 0.266667rem;
  background: url(../images/icon-next.png) center/20% auto no-repeat;
}

.page-read footer .toolbar-wrap .icon-share {
  margin-top: 0.186667rem;
  width: 1.906667rem;
}

.page-read footer .tabbar-item {
  position: absolute;
  top: 0.066667rem;
  height: 100%;
  width: 0.693333rem;
  z-index: 1;
  text-align: center;
  padding-top: 0.106667rem;
}

.page-read footer .tabbar-item.active .tab-img1 {
  display: none;
}

.page-read footer .tabbar-item.active .tab-img2 {
  display: block;
}

.page-read footer .tabbar-item.active .bottom-text {
  color: #e0a445;
}

.page-read footer .tabbar-item:nth-child(4).active .tab-img2,
.page-read footer .tabbar-item:nth-child(5).active .tab-img2 {
  margin-left: 0.08rem;
}

.page-read footer .tabbar-item p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0.16rem;
  text-align: center;
  color: #f5d6a4;
  font: normal 0.32rem SimHei;
}

.page-read footer .tabbar-item .tab-img2 {
  display: none;
}

.page-read footer .tabbar-item:nth-child(1) {
  left: 0.906667rem;
}

.page-read footer .tabbar-item:nth-child(1) img {
  width: 0.626667rem;
}

.page-read footer .tabbar-item:nth-child(2) {
  left: 2.813333rem;
}

.page-read footer .tabbar-item:nth-child(2) img {
  width: 0.666667rem;
}

.page-read footer .tabbar-item:nth-child(2) p {
  left: -0.066667rem;
}

.page-read footer .tabbar-item:nth-child(3) {
  left: 4.493333rem;
  width: 1.093333rem;
}

.page-read footer .tabbar-item:nth-child(3) img {
  width: 1.093333rem;
}

.page-read footer .tabbar-item:nth-child(4) {
  left: 6.56rem;
}

.page-read footer .tabbar-item:nth-child(4) img {
  width: 0.506667rem;
}

.page-read footer .tabbar-item:nth-child(5) {
  left: 8.44rem;
}

.page-read footer .tabbar-item:nth-child(5) img {
  width: 0.546667rem;
}

.page-read video {
  width: 100%;
  height: auto;
  margin-bottom: 0.2rem;
  object-fit: cover;
  object-position: top;
}

.page-content-mask2 {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: -webkit-calc(100vh - 1.333333rem);
  height: calc(100vh - 1.333333rem);
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.page-content-mask2 .liuyan-wrap {
  position: relative;
  width: 7.56rem;
  height: -webkit-calc(100vh - 4rem);
  height: calc(100vh - 4rem);
  margin: 1.333333rem auto;
  background: #fbebd5;
}

.page-content-mask2 .liuyan-wrap .liuyan-content2,
.page-content-mask2 .liuyan-wrap .liuyan-content {
  position: relative;
  width: 100%;
  height: 100%;
}

.page-content-mask2 .liuyan-wrap .liuyan-content2 {
  overflow: auto;
}

.page-content-mask2 .liuyan-wrap .btn-close {
  position: absolute;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/btn-close.png) center/contain no-repeat;
  right: -0.2rem;
  top: -0.2rem;
  z-index: 4;
}

.page-content-mask2 .btn-submit {
  width: 2.333333rem;
}

.page-content-mask2 .row0 {
  padding: 0.48rem 0;
  margin-bottom: 0.133333rem;
}

.page-content-mask2 .row0 .woyaoliuyan {
  width: 3.4rem;
}

.page-content-mask2 .row1 {
  text-align: left;
  padding-left: 0.453333rem;
  margin-bottom: 0.4rem;
}

.page-content-mask2 .row1 .label-nickname {
  color: #bd0f00;
  font: normal 0.453333rem SimHei;
}

.page-content-mask2 .row1 .uid {
  width: 5.2rem;
  height: 0.666667rem;
  padding-left: 0.266667rem;
}

.page-content-mask2 .row2 {
  padding-left: 0.453333rem;
  text-align: left;
  margin-bottom: 0.453333rem;
}

.page-content-mask2 .row2 .comment {
  width: 6.666667rem;
  padding-left: 0.266667rem;
  padding-top: 0.186667rem;
  font-size: 0.453333rem;
  height: 2.666667rem;
}

.page-content-mask2 .row3 {
  margin-bottom: 0.533333rem;
}

.page-content-mask2 .header-liuyan {
  overflow: hidden;
  height: 0.8rem;
}

.page-content-mask2 .header-liuyan .icon-liuyan {
  float: left;
  height: 100%;
  margin-left: 0.306667rem;
}

.page-content-mask2 .header-liuyan a {
  float: right;
  text-decoration: underline;
  color: #000;
  font-size: 0.373333rem;
  margin-top: 0.133333rem;
  margin-right: 0.4rem;
}

.page-content-mask2 .list-comment {
  text-align: left;
  width: 6.4rem;
  margin: 0 auto;
}

.page-content-mask2 .list-comment li {
  padding-top: 0.266667rem;
  padding-bottom: 0.213333rem;
  border-bottom: 0.026667rem dashed #ebc163;
}

.page-content-mask2 .list-comment li:last-child {
  border: 0;
}

.page-content-mask2 .list-comment li .username {
  color: #bd0f00;
  font: normal 0.4rem SimHei;
  margin-bottom: 0.186667rem;
}

.page-content-mask2 .list-comment li .comment-content {
  text-indent: 2em;
}

.page-content-mask {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  width: 100%;
  height: -webkit-calc(100vh - 1.333333rem);
  height: calc(100vh - 1.333333rem);
  background: rgba(0, 0, 0, 0.5);
}

.page-content-mask .left-content-wrap {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 80%;
  height: -webkit-calc(100% - 3.066667rem);
  height: calc(100% - 3.066667rem);
  background: #eee;
  overflow: auto;
  padding: 0 0.4rem 0 0.4rem;
  -webkit-border-radius: 0.106667rem;
  border-radius: 0.106667rem;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.page-content-mask .left-content-wrap.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.page-content-mask .left-content-wrap .left-content-outer {
  max-height: 100%;
  overflow: scroll;
  padding-right: 0.266667rem;
}

.page-content-mask .left-content-wrap li {
  position: relative;
  padding: 0.533333rem 0.266667rem 0.533333rem 0.533333rem;
  border-bottom: 0.026667rem solid #a0a0a0;
  color: #232323;
  font: normal 0.4rem SimHei;
}

.page-content-mask .left-content-wrap li.active {
  color: #7e0000;
}

.page-content-mask .left-content-wrap li:last-child {
  border: 0;
}

.page-content-mask .left-content-wrap li:after {
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.186667rem;
  height: 0.186667rem;
  margin-top: -0.066667rem;
  background: #a0a0a0;
  -webkit-border-radius: 0.186667rem;
  border-radius: 0.186667rem;
  content: "";
}

#main.theme1 .page-read {
  background: #fff;
}

#main.theme2 .page-read {
  background: #fbebd5;
}

#main.theme3 .page-read {
  background: #c6ebc9;
}

#main.theme4 .page-read {
  color: #bbbbbb;
  background: #000000;
}

#main.theme4 .page-read header .arrow-back-read {
  background-image: url(../images/arrow-left-copy.png);
}

#main.theme4 .page-read footer .tabbar-wrap {
  background: #000;
}

#main.theme4 .page-read footer .toolbar-wrap {
  background: #000;
}

.page-share {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: -webkit-calc(100vh - 1.333333rem);
  height: calc(100vh - 1.333333rem);
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
}

.page-share .poster-wrap {
  margin-top: -webkit-calc(15vh - 0.533333rem);
  margin-top: calc(15vh - 0.533333rem);
  position: relative;
  display: inline-block;
  margin-bottom: 0.266667rem;
  font-size: 0;
}

.page-share .poster-wrap .btn-close2 {
  position: absolute;
  right: -0.266667rem;
  top: -0.266667rem;
  z-index: 2;
  width: 0.533333rem;
  height: 0.533333rem;
  background: url(../images/btn-close.png) center/contain no-repeat;
}

.page-share .poster {
  height: 70vh;
  width: auto;
}

.page-share .save-tip-wrap {
  color: #f5f5f5;
  font: normal 0.426667rem SimHei;
}

html.theme-yellow .page-read {
  background: #fbebd5;
}

html.theme-yellow .toolbar2 {
  background-color: #ffe8c7;
}

html.theme-yellow .page-read header {
  background: #fdd8a4;
}

.icon-content {
  position: absolute;
  left: 0.533333rem;
  top: 0.506667rem;
  width: 0.16rem;
  height: 0.16rem;
  background: url(../images/bg-no.png) center/contain no-repeat;
  vertical-align: middle;
  text-align: center;
  font: bold 0.4rem/0.56rem SimHei;
  color: #fff;
}

.content-item {
  position: relative;
  padding: 0 0.333333rem 0 1.2rem;
  font-size: 0.453333rem;
  line-height: 1;
  vertical-align: middle;
}

.content-item:last-child {
  border: 0;
}

.content-item.children {
  display: none;
}

.level1 .label-item,
.parent .label-item {
  font-weight: bold;
}

.label-item {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  line-height: 1.4;
  padding: 0.266667rem 0;
  width: 7.733333rem;
  text-align: justify;
}

.label-item b {
  font-weight: normal;
  font-size: 0.266667rem;
}

.left-content-wrap .label-item {
  max-width: 6rem;
}

.left-content-wrap .label-item b {
  font-size: 0.266667rem;
}

.level1 {
  margin-bottom: 0.266667rem;
}

.parent.content-item::after {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -0.2rem;
  width: 0.4rem;
  height: 0.4rem;
  content: "";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../images/arrow-down-open.png) center/contain no-repeat;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.parent.open.content-item::after {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.border-top .label-item {
  border-top: 0.026667rem dashed #de742a;
}

.left-content-wrap .parent.content-item:after {
  left: 0;
  background-image: url(../images/arrow2.png);
}

.left-content-wrap .parent.content-item .icon-content {
  display: none;
}

.left-content-wrap .level1.content-item .icon-content {
  display: none;
}

.left-content-wrap .content-item {
  font-size: 0.346667rem;
  padding-left: 0.666667rem;
}

.canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.fix-wx-bottom-bar .page-read footer {
  bottom: 1.333333rem;
}

.fix-wx-bottom-bar .page-read .right-toolbar {
  top: 3.733333rem;
}

.fix-wx-bottom-bar .page-read footer {
  bottom: 0;
}

@media all and (min-device-height: 812px) and (max-device-width: 1599px) {
  .fix-wx-bottom-bar .page-read footer {
    bottom: 2.213333rem;
  }

  .fix-wx-bottom-bar .page-read .right-toolbar {
    top: 3.733333rem;
  }
}

.mulu-title-wrap {
  position: absolute;
  top: 2.48rem;
  left: 0;
  width: 100%;
  text-align: center;
}

.mulu-title-wrap img {
  height: 0.88rem;
}