﻿html {
  color: #333;
  background: #fff;
  font-family: 'PingFang SC', 'Microsoft YaHei', Arial, '宋体';
}
/* * {
  line-height: 1.5;
} */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: none;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
}
a:hover {
  color: #333;
}
var,
em {
  font-style: normal;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}
del,
ins {
  text-decoration: none;
}
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
legend {
  color: #000;
}
input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
}
body {
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
}
* {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-overflow-scrolling: touch;
}
*::-webkit-scrollbar {
  width: 0;
  height: 0;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #95b6ef;
}
img {
  -webkit-touch-callout: none;
}
input[type='submit'],
input[type='reset'],
input[type='button'],
input[type=date],
button,
select,
input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent !important;
}
a,
input[type=text],
select,
input[type=password],
textarea {
  -webkit-tap-highlight-color: transparent !important;
}
input::-webkit-input-placeholder {
  color: #666;
}
.hide {
  display: none !important;
}
.show {
  display: block;
}
.m-container {
  background-color: #fff;
  min-height: calc(100vh - 2.9rem - 2px);
}
.header {
  padding: 0 0.3rem;
}
.nav-wrap {
  height: 1.302rem;
  line-height: 1rem;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center;
}
.icon {
  width: 1.6em;
  height: 1.6em;
  vertical-align: -0.1em;
  fill: currentColor;
  overflow: hidden;
}
.header-inner {
  padding: 0;
}
.header-inner .nav-wrap {
  position: relative;
  color: #666;
  height: 1.3rem;
  z-index: 900;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.header-inner .nav-wrap .back-icon {
  position: absolute;
  left: 0.3rem;
  top: 0.4rem;
  display: block;
}
.header-inner .nav-wrap h1 {
  text-align: center;
  -webkit-box-flex: 1;
  font-size: 0.4rem;
  font-weight: normal;
}
.header-inner .nav-wrap .menu-side {
  position: absolute;
  right: 0.15rem;
  top: 0.4rem;
}
.header-inner .nav-wrap .menu-side .nav-icon {
  float: left;
  padding: 0 0.35rem;
}
.header-inner .nav-wrap .menu-side .icon-close {
  display: none;
}
.header-inner .nav-wrap .menu-side .menu-switch-active .icon-show {
  display: none;
}
.header-inner .nav-wrap .menu-side .menu-switch-active .icon-close {
  display: inline-block;
  -webkit-animation: rotateIn 0.5s ease both;
}
/**类别**/
.header-inner-a {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    z-index: 889;
	padding: 0;
}
.header-inner-a .nav-wrap-a {
    position: relative;
    color: #666;
    height: 1.3rem;
    z-index: 900;
    background: #fff;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}
.nav-wrap-a {
    height: 1.2rem;
    line-height: 1rem;
    display: box;
    display: -webkit-box;
    -webkit-box-align: center;
}
.header-inner-a .nav-wrap-a .back-icon-a {
    position: absolute;
    left: 0.3rem;
    top: 0.26rem;
    display: block;
    font-size: 0.33rem;
}
.icon-a {
    width: 1.6em;
    height: 1.6em;
    vertical-align: -0.1em;
    fill: currentColor;
    overflow: hidden;
    font-size: 0.33rem;
}
.header-inner-a .nav-wrap-a .menu-side-a {
    position: absolute;
    right: 0.15rem;
    top: 0.26rem;
}
.wrapbox .boxhd {
	    line-height: 0.6rem !important;	
}
.header-inner-a .nav-wrap-a .menu-side-a .nav-icon-a {
    float: left;
    padding: 0 0.35rem;
    font-size: 0.33rem;
}
.margin2-a{
    margin-top: 3.45rem;
}

.menu-dropdown {
    z-index: 899;
    position: absolute;
    left: 0;
    padding: 0.8rem 0 0.1rem;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0 0 5px #ddd;
    box-shadow: 0 0 5px #ddd;
    -webkit-transform: translateY(-141%);
    transform: translateY(-141%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.menu-dropdown .dropdown-wrap {
  overflow: hidden;
}
.menu-dropdown .dropdown-wrap a {
  text-align: center;
  float: left;
  width: 25%;
  line-height: 1.5rem;
  font-size: 0.35rem;
}
.menu-dropdown .dropdown-wrap a .icon {
  display: block;
  margin: 0 auto;
  width: 0.7rem;
  height: 0.7rem;
}
.menu-dropdown .btn-center {
  background: #f47983;
  color: #fff;
  width: 6.52rem;
  display: block;
  text-align: center;
  line-height: 1.2rem;
  margin: 0.8rem auto 0;
  border-radius: 0.2rem;
  font-size: 0.5rem;
}
.menu-dropdown-active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.bottom-part {
  border-top: 0.18rem solid #f5f5f5;
  background: #fff;
}
.bottom-part-inner {
  border: none;
  overflow: hidden;
  padding: 0.15rem 0 0;
  border-top: 0.1rem solid #f5f5f5;
  margin: -0.1rem 0 0;
  border-radius: 20px;
}
.copyrite-bottom {
  text-align: center;
}
.copyrite-bottom .bottom-nav {
  color: #424242;
  font-size: 0.38rem;
}
.copyrite-bottom .bottom-nav a {
  display: inline-block;
  padding: 0 0.4rem;
  line-height: 0.73rem;
  font-size: 0.35rem;
}
.copyrite-bottom .wechat {
  width: 5.5rem;
  margin: 0.15rem auto;
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.3rem;
  color: #999;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
}
.copyrite-bottom .wechat .icon {
  width: 0.5rem;
  height: 0.5rem;
  display: inline-block;
  margin: 0 0.08rem 0.1rem 0;
  vertical-align: middle;
}
.copyrite-bottom .copyrite {
  font-size: 0.3rem;
  color: #999;
  line-height: 0.6rem;
  margin: 0.225rem 0 0.125rem;
}
.nav-index .nav-logo {
    display: block;
    -webkit-box-flex: 1;
    font-size: 0.36rem;
}
.nav-index .nav-logo h3 {
  display: block;
  width: auto;
  height:1.1rem;
}
.nav-index .nav-logo img {
  width: auto;
  height: 100%;
}
.nav-index .nav-link {
  display: block;
  font-size: 0.6rem;
  margin: 0 0 0 0.35rem;
}
.nav-index .nav-link img {
  width: 0.65rem;
  height: 0.65rem;
  vertical-align: -0.1em;
}
.menu-classify {
  height: 1.25rem;
  position: relative;
  z-index: 10;
}
.menu-full {
  line-height: 0.58rem;
  color: #424242;
  background: #fff;
  font-size: 0.4rem;
  padding: 0.2rem 0 0.08rem 0;
  border-top: 1px solid #eee;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.menu-full .icon-toggle-nav {
  float: right;
  width: 0.55rem;
  height: 0.4rem;
  margin-top: 0.21rem;
  margin-right: 0.5rem;
  text-align: center;
}
.menu-full .icon-toggle-nav img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transition: transform 0.4s;
}
.menu-full .menu-list {
  overflow: hidden;
}
.menu-full .menu-list li {
  float: left;
  padding: 0.12rem 0;
  height: 0.58rem;
  margin: 0 0.18rem 0 0.4rem;
  width: 1.1rem;
  text-align: center;
  font-weight: bold;
}
.menu-full .menu-list li:nth-child(n + 6) {
  display: none;
}
.menu-full-show .icon-toggle-nav img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.swiper-show .swiper-slide img {
  width: 100%;
  display: block;
  height: 3.88rem;
}
.swiper-container .swiper-pagination-bullets {
  height: 0.32rem;
  bottom: 0.3rem !important;
}
.swiper-container .swiper-container-horizontal .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container .swiper-pagination-bullet {
  background: #999;
  opacity: 1;
  width: 0.2rem;
  height: 0.2rem;
  overflow: hidden;
  vertical-align: top;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #efefef;
}
.swiper-free-nav {
  padding: 0.35rem 0.1rem 0.35rem 0.2rem !important;
  border-bottom: 1px solid #fafafa;
}
.swiper-free-nav .menu-block {
  width: 3.8rem;
  height: 1.5rem;
  background: #ffeff0;
  border-radius: 0.1rem;
  -webkit-border-radius: 0.1rem;
  display: box;
  display: -webkit-box;
  -webkit-box-align: center;
}
.swiper-free-nav .menu-block img {
  width: 100%;
  height: 100%;
}
.contentbox {
    border-top: 0.15rem solid #f5f5f5;
    /* padding: 0.2rem 0 0; */
}
.contentbox .boxhd {
    height: 1.3rem;
    line-height: 1rem;
    display: box;
    display: -webkit-box;
    margin: 0 0 0.23rem;
    border-bottom: 1px solid #efefef;
}
.contentbox .boxhd .title {
    -webkit-box-flex: 1;
    padding: 0 0 0 0.36rem;
    color: #666;
    font-size: 0.44rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contentbox .boxhd .title .icon {
  margin: 0 0.1rem 0 0;
  width: 0.5rem;
  height: 0.5rem;
  vert-align: -0.1rem;
}
.contentbox .boxhd .icon-more {
    padding: 0 0.29rem;
    color: #666;
    font-size: 0.36rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.icon-more-h2 {
    padding: 0.9rem 0.5rem !important;
}
.icon-more-h2 h2 {
    padding: 0rem 0rem;
    display: inline-block;
    text-align: center;
    width: 1rem;
    line-height: 0.5rem;
    font-size: 0.38rem;
    color: #f47983;
    border: 1px solid #f47983;
    border-radius: 0.1rem;
    -wekit-border-radius: 0.15rem;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.pipe-z{
    display: inline-block;
    width: 2.427rem;
    -wekit-border-radius: 0.15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;	
}
.pipe-z-t{
    display: inline-block;
    width: 1.7rem;
    -wekit-border-radius: 0.15rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;		
}
.contentbox .boxhd .icon-more .more-icon {
    width: 0.4rem;
    height: 0.4rem;
}
.contentbox .boxbd .common-list {
  overflow: hidden;
}
.details-part {
    display: -webkit-box;
    margin: 0 .28rem .23rem;
    padding: 0 0 .28rem;
    border-bottom: 1px solid #efefef;
}
.details-part:last-child {
    margin-bottom: 0;
    border: 0;
}
.common-list-one .details-part {
    margin: 0 0.38rem 0.313rem;
    border-bottom: 1px solid #efefef;
}
.common-img {
    position: relative;
    padding: .05rem 0 0 .05rem;
    margin: 0px 0 0 -0.05rem;
}
.vertical-part .common-img {
    overflow: hidden;
    height: 2.416rem;
}

.contentbox .boxbd .common-list-one .details-part .common-info {
  -webkit-box-flex: 1;
}
.pipe-s{
  display: inline-block;
  -wekit-border-radius: 0.15rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;	
}
.pipe-s-s{
	
}
.pipe-s1{
	
}
.pipe-s2{
	
}
.pipe-s3{
    color: #f16299;	
}
.pipe-z-s {
    float: right;
}
.pipe-z-s-a{
	
}
.details-part .common-info .book-profile {
    font-size: 0.32rem;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 0.50rem !important;
    height: 0.98rem;
    margin: 0.2rem 0;
    color: #808080;
    overflow: hidden !important;
    white-space: normal;
}
.common-info dt{
	color: #333;
}

.details-part .common-info .book-module {
    font-size: 0.33rem;
    color: #808080;
}
.contentbox .boxbd .common-list-one .details-part .common-info .book-module .pipe {
  margin: 0 0.1rem;
}

.common-list-justify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
   padding: 0 0.36rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.vertical-part {
    display: block;
    width: 1.853rem;
    line-height: 0.58rem;
    margin: 0 0 .28rem;
}
.vertical-part .book-name {
    font-size: 0.33rem;
    margin: 0.08rem 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #333;
    font-weight: bold;
}
.vertical-part .book-author {
    font-size: 0.36rem;
    color: #999;
    height: 0.5rem;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
}
.common-img img {
    display: block;
    background: #fff;
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    border: 1px solid #dedede;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-radius: 6px;
}
.common-img .mark-yellow {
  display: block;
  width: 0.8rem;
  line-height: 0.4rem;
  text-align: center;
  position: absolute;
  right: -0.1rem;
  top: calc(0.05rem + 1px);
  border-radius: 0.05rem 0 0 0.05rem;
  background: #f9ae08;
  color: #fff;
  font-size: 0.22rem;
  z-index: 2;
}
.details-part .common-info dt {
    font-size: 0.38rem;
    font-weight: normal;
    line-height: 0.42rem;
    height: 0.42rem;
    margin: 0.05rem 0 0;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}
.details-part .common-img {
    margin: 0rem 0.35rem 0rem 0rem;
    padding: .05rem 0 0 .05rem;
    overflow: hidden;
    height: 2.416rem;
    width: 1.853rem;
    box-shadow: 0 4px 8px rgba(51, 55, 61, 0.1);
}
.common-info .iconBook-right {
  float: right;
  display: inline-block;
}
.common-info .iconBook-right span {
    position: relative;
    color: #999;
    line-height: 0.38rem;
    height: 0.38rem;
    vertical-align: top;
    font-size: 0.3rem;
    display: inline-block;
    border-radius: 0.26rem;
    -webkit-border-radius: 0.26rem;
}
.common-info .iconBook-right .pipe {
  font-size: 0.24rem;
  color: #999;
  margin: 0 0.1rem;
}
.common-list-combination .vertical-part {
  width: 2.575rem;
}
.common-list-combination .vertical-part .common-img {
    height: 3.5rem;
    /* width: 100%; */
    /* position: relative; */
}
/* .common-list-combination .vertical-part img {
    display: block;
    border: none;
    margin: 10px auto;
    width: 95px;
    text-align: center;
    height: 136px;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(51, 55, 61, 0.1);
} */
.common-list-combination .common-img img {
    width: 2.575rem;
    height: 3.5rem;
}
.common-list-combination .details-part {
    display: -webkit-box;
    padding: 0.2rem 0.3rem;
    border-top: 1px solid #efefef;
    border-bottom: none;
}
.common-list-combination .details-part .common-info {
  -webkit-box-flex: 1;
}
.common-list-combination .details-part .common-info .book-profile {
    font-size: 0.33rem;
    color: #999;
    margin: 0.15rem 0;
    display: block;
    height: 0.45rem;
    line-height: 0.42rem;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
/* .common-list-combination .details-part:last-child {
  padding: 0.28rem 0;
} */
.tab-classify .tab-hd {
/*   height: 0.46rem;
  line-height: 0.46rem;
  margin: 0 0.24rem 0.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; */
}
.tab-classify .tab-hd .active {
  background-color: #f47983;
  color: #fff;
}
.tab-classify .tab-hd span {
  display: inline-block;
  width: 1.64rem;
  line-height: 0.6rem;
  text-align: center;
  color: #999;
  font-size: 0.35rem;
  background: #fff5f5;
  border-radius: 0.46rem;
  -webkit-border-radius: 0.46rem;
}
.swiper-free-classify {
  padding: 0 0 0.1rem 0.33rem !important;
  overflow-x: scroll;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.swiper-free-classify .vertical-part {
  margin-left: 0.3rem;
  width: 2rem;
}
.swiper-free-classify .vertical-part:first-child {
  margin-left: 0;
}
.swiper-free-classify .vertical-part:last-child {
  padding-right: 0.3rem;
}
.common-imgs {
	
}
.common-imgs img{
    height: 2rem;
    width: 1.6rem;	
}

.tab-hd li {
    float: left;
    width: 25%;
}
.tab-hd{
    text-align: center;
    display: table;
    width: 100%;
	}
.tab-hd li a {
    display: block;
    margin: 0.1rem;
    /* border: 1px solid #eee; */
    text-align: center;
    height: 0.8rem;
    line-height: 0.5rem;
    color: #333;
    font-size: 0.35rem;
}

.shua li{
    display: -webkit-box;
    padding: 1rem;
    overflow: hidden;
    -webkit-transition: padding-left .15s;
    transition: padding-left .15s;	
}
.pt-shua{
    -webkit-box-flex: 1;
    position: relative;
}
.pt-shub{
    margin-bottom: 10px;
}
.pt-cover {
    width: 38px;
    height: 44px;
    margin-left: 8px;
}
.book-zhangjie {
    color: #808080;
    font-size: 0.33rem;
    margin-top: 0.15rem;
    /* line-height: 20px; */
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.book-zhang a {
    margin: 0.39rem 0.39rem 0.5rem 0.55rem;
    border-bottom: 1px solid #efefef;
    display: -webkit-box;
}
.book-jie dt {
    font-size: 0.35rem;
    font-weight: normal;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
    font-weight: bold;
}
.boxbd-a{
    margin: 0rem 0rem 0.3rem 0rem;
}
.zhang-a {
    color: #f47983;
    font-weight: 600;
    font-size: 0.33rem;
    margin-left: 0.15rem;
}
.zhang-b{
	
}
/* .zhang-w {
    border-radius: 0.06rem;
    color: #fff!important;
    background-color: #424242!important;
    margin: 0.12rem !important;
    position: relative;
    display: inline-block;
 
    height: 0.4rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 0.1rem;
    margin: 0;
    overflow: hidden;
    font-size: 0.35rem;
    line-height: 0.4rem;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
} */
.aui-palace {
    padding: 1px 0;
    position: relative;
    overflow: hidden;
}
.aui-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 5px 0;
}
.aui-palace-one .aui-palace-grid-icon {
    height: 0.83rem;
    margin: 0 auto;
    width: 0.83rem;
}
.aui-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}
.aui-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.2rem;
}
.aui-palace-grid-text h4 {
    font-size: 0.38rem;
    color: #666666;
    text-align: center;
    font-weight: bold;
}
/*列表页*/

body .classfication-sort {
    position: fixed;
    left: 0;
    top: 1.3rem;
    background: #fff;
    width: 100%;
    z-index: 888;
}
.classfication-sort {
    line-height: 0.66rem;
    /* height: 0.76rem; */
    color: #999;
    font-size: 0.4rem;
    padding: 0.1rem 0 0rem;
}
.classfication-sort .sort-wrap {
    margin: 0.1rem 0 0 0.1rem;
    overflow: hidden;
}
.classfication-sort .sort-wrap a {
    margin: 0.1rem 0.40rem;
    float: left;
    color: #999;
}
.classfication-sort .sort-wrap .active {
    /* font-size: 0.45rem; */
    color: #f47983;
    position: relative;
    /* height: 0.8rem; */
}
.nav-wrap-a h2{
    text-align: center;
    -webkit-box-flex: 1;
    font-size: 0.4rem;
    font-weight: normal;
}
#pages {
    text-align: center;
    padding: 0rem 0rem 0.5rem 0rem;
	}
#pages li {
    margin: 0 2px;
    font-size: 12px;
    height: 24px;
	display: inline-block;
}
#pages li a, #pages li.current strong {
    padding: 2px 6px;
    height: 16px;
    width: auto;
    line-height: 16px;
}
#pages li a, #pages li.current strong {
    display: block;
    padding: 0.08rem 0.3rem;
    border: 1px solid #999;
    background: #fff;
    text-align: center;
    height: 0.45rem;
    width: auto;
    line-height: 0.45rem;
    border-radius: 3px;
}
#pages li.current a, #pages li.current strong {
    background: #e45151;
    border-color: #a1a6a5;
    color: #fff;
}

.header-inner-a .nav-wrap-a .menu-side-a .icon-close-a {
    display: none;
}
.header-inner-a .nav-wrap-a .menu-side-a .menu-switch-active .icon-close-a {
    display: inline-block;
    -webkit-animation: rotateIn 0.5s ease both;
}
.header-inner-a .nav-wrap-a .menu-side-a .menu-switch-active .icon-show-a{
    display: none;
}
.module-s{
    margin: .1rem 0 !important;	
}
/*排行榜*/
.module {
    margin: .75rem 0;
    background-color: #fff;
}

.module-merge {
    margin: 0;
    padding-top: 1rem;
}
.module-rank-nav {
    bottom: 0;
    overflow-y: auto;
    top: 1.3rem;
}
.module-rank-nav {
    float: left;
    position: fixed;
}
.off a.rank-btn-tag.active {
    color: #f01742;
    font-size: 0.35rem;
    line-height: 0.875rem;
}
.rank-btn-tag {
    position: relative;
    color: grey;
    font-size: 0.35rem;
    line-height: 0.75rem;
    width: 2rem;
    height: 1rem;
    text-align: center;
    display: table;
}
.off a.active.rank-btn-tag::before {
    border-left: 2px solid #f01742;
    top: 0.3rem;
}
.rank-btn-tag::before {
    position: absolute;
    left: 0;
    top: .625rem;
    box-sizing: border-box;
    width: 1.125rem;
    height: 0.5rem;
    content: '';
    vertical-align: middle;
    color: transparent;
    border-left: 2px solid #fff;
    padding-right: 2rem;
}
.rank-list {
    display: table-cell;
    font-weight: 400;
    vertical-align: middle;
}
/*第二部分*/
.module-rank-booklist.active {
    display: block;
}
.module-rank-booklist {
    margin-left: 2rem;
    overflow-y: scroll;
    overflow: hidden;
    border-left: 1px solid #f0f1f2;
    display: none;
}
.book-layout {
    display: block;
    padding: 0.5rem;
    position: relative;
    overflow: hidden;
    -webkit-transition: padding-left .15s;
    transition: padding-left .15s;
}
.book-cover:not(img) {
    background-color: #f6f7f9;
}
.book-cover {
    width: 2.8125rem;
    height: 3.75rem;
    margin-right: .75rem;
}
.book-cover {
    width:4.853rem;
    height:5.416rem;
    float: left;
    margin-right: 0.2rem;
    box-shadow: 0 4px 8px 0 rgba(51,55,61,.1);
    border-radius: 2px;
    font-size: 0;
}
.top-number {
    /* min-width: 0.01rem; */
    padding: 0.01rem 0.08rem;
    width: auto;
    height: 0.38rem;
    display: block;
    color: #fff;
    background-color: #f01742;
    text-align: center;
    line-height: 0.35rem;
    position: absolute;
    font-size: 0.33rem;
    z-index: 2;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
}
.book-cell {
    overflow: hidden;
}
.book-title {
    line-height: 1.2;
    color: #1a1a1a;
    font-size: 0.35rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.book-intro {
    font-size: 0.35rem;
    line-height: 2.2;
    overflow: hidden;
    /* height: 0.9rem; */
    margin: 0.1rem 0 0.1rem 0;
    margin-right: 0;
    word-break: break-all;
    color: grey;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.book-meta {
    overflow: hidden;
    font-size: 0.6rem;
}
.book-meta-l {
    float: left;
}
.book-meta span {
    display: inline-block;
    vertical-align: middle;
}
/* .book-author {
    font-size: -1.25rem;
    display: block;
    overflow: hidden;
    max-width: 10em;
    max-width: calc(100vw - 2rem - (176rem / 16));
    white-space: nowrap;
    text-overflow: ellipsis;
    color: grey;
} */
.book-author-gray {
    opacity: .5;
}
.book-meta-r {
    position: relative;
    float: right;
    top: 0.05rem;
}
.book-meta-r .tag-small-group {
    position: absolute;
    top: -.375rem;
    right: 0;
    white-space: nowrap;
}



.tag-small, .tag-solid {
    display: inline-block;
    line-height: 1.5;
    padding: 0 0.25em;
    margin: 0 0.15em;
    font-size: 1.35rem;
    -webkit-transform: scale(1);
    transform: scale(1);
    vertical-align: bottom;
}
.tag-small::before, .tag-solid::before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    bottom: 1px;
    border: 1px solid;
    border-radius: .11111em;
    opacity: .5;
    z-index: -1;
}
.contentbox-a{
	 border-top: 0.15rem solid #ffffff;

}


.common-h2{
   font-size: 0.36rem !important;	
}
.module-rank-nav-a {
    width: 2rem;
    left: 0px;
}
/*文章页面*/
.book-profile-module {
    position: relative;
    overflow: hidden;
}
.book-profile-module .book-profile-blur {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 100%;
    z-index: 0;
    filter: blur(8px);
    -webkit-filter: blur(8px);
    opacity: 0.1;
}
/* .book-profile-module dl {
  height: 3.5rem;
  display: box;
  display: -webkit-box;
  padding: 0.13rem 0.4rem 0 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(40%, rgba(255,255,255,0)));
  background: linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 40%);
  background: -webkit-linear-gradient(bottom, #fff 0%, rgba(255,255,255,0) 40%);
} */
.book-profile-module dl {
    height: 3.9rem;
    display: box;
    display: -webkit-box;
    padding-left: .3rem;
    /* box-sizing: border-box; */
    position: relative;
    z-index: 2;
    background: linear-gradient( bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%);
    background: -webkit-linear-gradient( bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 40%);
    padding-top: .3rem;
}
/* .book-profile-module dt {
    position: relative;
    width: 2.2rem;
    height: 3.02rem;
    margin: 0 0.5rem 0 0;
} */
.book-profile-module dt {
    position: relative;
    width: 2.9335rem;
    height: 4.0116rem;
    margin: 0 .28rem 0 0;
}
/* width: 2.68rem;
    height: 3.57rem; */
/* .book-profile-module dt img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0.17rem 0 0 0.1rem;
    position: relative;
    z-index: 2;
} */
.book-profile-module dt img {
    display: block;
    margin: .17rem 0 0 .1rem;
    position: relative;
    z-index: 2;
    width: 2.68rem;
    height: 3.57rem;
    border-radius: 3px;
    box-shadow: 0 1px 6px rgba(0,0,0,.3), 0 0 5px #f9f2e9 inset;
}
.book-profile-module dt::after {
    content: '';
    display: block;
    width: 1.64rem;
    height: 2.46rem;
    background: #fff;
    z-index: 1;
    position: absolute;
    left: 0.28rem;
    top: 0.28rem;
    -webkit-box-shadow: 0 0 0.3rem #9c9c9c;
    box-shadow: 0 0 0.3rem #9c9c9c;
}
.book-profile-module dd {
    -webkit-box-flex: 1;
    line-height: 0.5rem;
    font-size: 0.30rem;
    color: #999;
}
.book-profile-module .book-title {
    color: #000;
    font-size: 0.4rem;
    font-weight: bold;
    height: 0.6rem;
    line-height: 0.6rem;
    overflow: hidden;
    margin: 0.5rem 0 0;
}
.book-profile-module .book-author-a a {
    color: #f47983;
}
.book-profile-module dd .pipe {
    margin: 0 0.1rem;
}
.book-profile-module .book-tatus {
    font-size: 0.35rem;
}
.ding header.header-inner-a {
    position: static !important;	

}
.book-profile-module .book-author-a {
    margin: 0.2rem 0 0;
	color: #666;
}
.honor-labels {
    overflow: hidden;
}
.honor-labels .label-a {
    float: left;
    width: 25%;
    text-align: center;
    color: #999;
    font-size: 0.3rem;
    line-height: 0.38rem;
}
.honor-labels .label-a .num {
    font-size: 0.4rem;
    color: #333;
}
/* .book-info-btns {
    margin: 0.35rem 0.3rem 0;
    padding: 0 0 0.3rem;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
} */
.book-info-btns {
    margin: .35rem .3rem 0;
    padding: 0 0 .3rem;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.book-info-btns .btn-info-read {
    width: 3.707rem;
    background: #f47983;
    color: #fff;
}
.book-info-btns a {
    display: block;
    width: 2.427rem;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.33rem;
    border-radius: 10px;
    text-align: center;
    text-shadow: none;
    letter-spacing: 0.05rem;
    border: 1px solid #f47983;
    color: #f47983;
}
.wrapbox .boxhd {
    height: 1.2rem;
    line-height: 1.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0.2rem;
}
.wrapbox .boxhd .title {
    -webkit-box-flex: 1;
    padding: 0 0 0 0.3rem;
    color: #333;
    font-size: 0.4rem;
    border-left: 2px solid #f47983;
    max-width: 70%;
}
.wrapbox .boxhd .icon-more {
    display: block;
    padding: 0 0.3rem;
    color: #666;
    font-size: 0.35rem;
}
.wrapbox .boxhd .icon-more-tags {
    padding: 0 0.3rem 0 0;
}
.book-summary {
    padding: 0 0.3rem 0.3rem;
    border-bottom: 1px solid #eee;
}
.book-summary section {
    color: #666;
    font-size: 0.35rem;
    line-height: 0.7rem;
    height: 2.2rem;
    position: relative;
    overflow: hidden;
}
.book-summary section .toggle-btn {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0.48rem;
  background: #fff;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(0.2rem, #fff));
  background: linear-gradient(left, rgba(255,255,255,0), #fff 0.2rem);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0), #fff 0.2rem);
}
.book-summary section .toggle-btn .icon {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.wrapbox .boxhd .icon-more-chapter {
    color: #333;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 8rem;
}
.book-summary section .toggle-btn-overturn .icon {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.book-metas {
    margin: 0.05rem 0 0;
    color: #666;
}
.title-a{
	
}

.boxhd-a{
  display: -webkit-box !important;
  border-top: 0.1rem solid #f5f5f5;
  font-size: 0.33rem;
}

.icon-b {
    width: 0.4rem;
    height: 0.4rem;
    vertical-align: -0.09rem;
    fill: currentColor;
    overflow: hidden;
    font-size: 0.33rem;
}
.boxhd-a a {
    display: -webkit-box !important;
    color: #999;
    max-width: 55%;
    font-size: 0.33rem;
}
.title-c {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 88%;
    color: #999;
}
.title-e{
    margin: 0px 0.15rem 0rem 0rem;	
}
.title h3{
    font-weight: bold;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.title-d {
    background: #f47983;
    color: #ffffff;
    text-align: center;
    margin: 0px 0.15rem 0rem 0rem;
    padding: 0rem 0.1rem;
    border: 1px solid #f47983;
    border-radius: 0.1rem;
    -moz-border-radius: 10px;
    -webkit-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 3px #fddae1;
    font-size: 0.33rem;
}
.s76 {
    margin: 10px 0px;
    position: relative;
    background: #ffffff;
    border-radius: 6px;
}

.ptm-card-header {
    font-size: 0.35rem;
    padding: 0.3rem;
    /* text-align: center; */
    color: #f47983;
    font: 0.38rem/0.5rem a;
}
.ptm-list-view {
    position: relative;
    padding-left: 0;
    margin-top: 0;
    list-style: none;
    background-color: #ffffff4a;
}

#newchaperlist li, #chapterlist li {
    overflow: hidden;
    border-bottom: 1px solid rgb(230, 230, 230);
    height: 1rem;
}
.ptm-card-content{
    padding: 0rem 0.3rem 0.5rem 0.3rem;
}

#newchaperlist li a, #chapterlist li a {
    display: block;
    font: 0.35rem/0.5rem a;
    padding: 0.3rem 0.3rem;
}

.module-a{
    margin: 0.2rem 0;
    background-color: #fff;
}
.ptm-card-header h2{
	font-weight: bold;
}

#chapterlist {
    max-height: 53.5rem;
    overflow: hidden;
}
.ptm-card-footer {
    margin: 0rem 0.5rem 0;
    padding: 0 0 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.ptm-col-xs-a {
    width: 2.78rem;
    background: #f47983;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 1.82rem;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.3rem;
    border: 1px solid #f47983;
    border-radius: 0.1rem;
    -wekit-border-radius: 0.1rem;
    -webkit-box-shadow: 0 5px 7px rgba(0,0,0,0.5);
    box-shadow: 0 5px 7px rgba(0,0,0,0.5);
}
.ptm-btn-a{
color: #fff;
}
.ptm-col-xs-6{
	
}
.ptm-col-xs-3 {
}

.ptm-btn-a:hover {
      color: #fff;
}
.ptm-hide {
    display: none!important;
}
.ptm-alert-shade {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 199;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
}
.pt-dir-sel {
    position: fixed;
    top: 50%;
    left: 10%;
    z-index: 200;
    width: 80%;
    overflow: hidden;
    padding: 15px 15px 0;
    background-color: #fff;
    -webkit-transform: translateY(-50%);
    border-radius: 4px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    background-position: left bottom;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5,transparent),color-stop(0.5,#e6e6e6));
}
.pt-dir-sel .title {
    background: linear-gradient(-125deg,#eb675e 0%, #ed605d 100%);
    -webkit-box-shadow: 0 5px 7px rgba(32,160,255,.3);
    box-shadow: 0 5px 7px rgba(32,160,255,.3);
    color: #ffffff;
    border: 1px solid #dddddd08;
    border-radius: 4px;
    padding: 5px 0;
}
.pt-dir-sel ul {
    margin-top: 15px;
    height: 308px;
    overflow-y: scroll;
}
.pt-dir-sel ul li {
    height: 1rem;
    line-height: 1rem;
    text-align: left;
    font-size: 0.38rem;
    color: #333;
    position: relative;
    background-repeat: repeat-x;
    background-size: 100% 1px;
    background-position: left bottom;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.5,transparent),color-stop(0.5,#e6e6e6));
}
.pt-dir-sel ul li.active {
    color: #f47983;
    font-size: 0.38rem;
    font-weight: bold;
}
#loadingbg {
    display: none;
    background: rgba(255,255,255,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
}
#loadingbg i {
    font-size: 36px;
    color: #333;
    position: absolute;
    left: 50%;
    margin-left: -18px;
    top: 50%;
    margin-top: -18px;
    z-index: 10;
}
/*搜索*/
.ptm-bar.ptm-fix {
    position: fixed;
}
.ptm-search {
    display: none;
    top: auto;
    bottom: 0;
    left: 0;
    height: 56px;
    line-height: 50px;
    background: #ffffff;
    border-top: 1px solid #c8c7cc;
    z-index: 99;
    font-size: 18px;
    text-align: center;
    width: 100%;
}
.searchbox {
    padding: 0px;
    margin: 10px;
    display: table;
    width: 96%;
}
.ptm-clearfix {
    clear: both;
    zoom: 1;
}
.searchbox .searchinput {
    width: 64%;
    float: left;
    font-size: 14px;
    padding: 6px 8px;
    margin-bottom: 0;
    background: #ffffff;
    line-height: 21px;
    border: 1px solid #f47983;
    border-radius: 3px;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: text;
    margin: 0;
    box-shadow: 0 2px 3px #fddae1;
}
.searchbox .searchbtn {
    width: 28%;
    float: right;
}
button.ptm-btn-primary {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    background-color: #f47983;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 7px #fddae1;
}
.ptm-btn-primary {
    color: #fff;
    background-color: #ea6161;
    border: 1px solid #ddd;
    background: #1abc9c;
}
.so-logo {
    margin: 0.5rem 0rem;
}
.module-ba {
    background-color: #fff;
/* 	border-top: 0.1rem solid #f5f5f5; */
}
.tab-hd-a {
    padding: 0.2rem 0rem;
}

   /* display: table; 定义区块内*/

/*书架*/
.bookbox {
    margin: 0.2rem 0.2rem;
    padding: 0.3rem;
    /* line-height: 31px; */
    overflow: hidden;
    border: 1px solid #ddd;
    border-radius: 6px;
    position: relative;
}
.bookbox div {
    color: #888;
}
.bookbox .num {
    position: absolute;
    top: 12px;
    left: 10px;
    width: 22px;
    line-height: 22px;
    border-radius: 4px;
    background: #FA744E;
    display: block;
    text-align: center;
    color: #eee;
    font-weight: bold;
}
.bookbox .bookinfo {
    padding-left: 30px;
}
.bookbox .delbutton {
    position: absolute;
    top: 15px;
    right: 10px;
}
.bookbox .delbutton a {
    border: 1px solid #FF4643;
    border-radius: 3px;
    padding: 4px 10px;
    color: #FF4643;
}
/*文章页*/
.ptm-col-xs-3-a{

    position: relative;
    float: left;
}
.ptm-col-xs-6-a {
 
	position: relative;
    float: left;
}
.content_btn div a {
    position: relative;
    display: inline-block;
    padding: 6px 12px !important;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    background-color: #f47983 !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 2px 7px #fddae1;
    color: #fff !important;
	    border-color: rgba(0, 0, 0, 0) !important;
}
.ptm-clearfix-a {
    clear: both;
    zoom: 1;
    margin: 0.25rem 0rem;
    padding: 0.1rem 0.1rem;
}
/*弹出*/
.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
    width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0.5rem;
    background: #ffffff;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
    color: #fff!important;
    font-size: 0.33rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    text-decoration: none;
    margin: -0.3rem -0.2rem;
    padding: 0.15rem 0.26rem;
    background-color: #f47983;
    border-radius: 8rem;
    box-shadow: 0 2px 7px #fddae1;
    border: 2px solid #fff;
}
.modal-close:hover {
  color: black;
}
.interior {
    color: #fff!important;
    font-size: 0.6rem;
    position: absolute;
    text-align: center;
    text-decoration: none;
    margin: -0.3rem -0.2rem;
    padding: 0.15rem 0.26rem;
    border-radius: 8rem;
    box-shadow: 0 2px 7px #fddae1;
    border: 1px solid #ddd;
    position: fixed;
    top: 12%;
    left: 95%;
    -webkit-transform: translate(-50%, -50%);
}
.pt-reader .chaptercontent {
    margin: 0px auto;
    padding: 0.3rem 0.1rem;
}
h2.menu-side-p{
 
    text-align: center;
    -webkit-box-flex: 1;
    font-size: 0.35rem;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    padding: 0rem 2.5rem 0rem 1rem;
 	
}
.pipe-z i {
    margin-right: 0.1rem;
    color: #b1b1b1;
}
