
/* CSS Document */
/*通用类*/
*{
	margin:0;
    padding:0;
}
.line20{
    height: 0.2rem;
    clear: both;
}
.clearfix{
    clear: both;
}
/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;
}
button,input{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
   -webkit-user-modify: read-write-plaintext-only;
  outline: none;
}
@media screen and (max-width: 320px){
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{
	width:100%;
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	overflow-x:hidden;
	text-align:left;
	position:relative;
	font-size:0.26rem;
	color:#333;
}

img{
	border:none;
}
h1,h2,h3{
	font-weight:normal;
}
a{
	color:#333;
	text-decoration:none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
}
textarea{
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;
}
em{
	font-style:normal;
}
.lt{
	float:left;
}
.rt{
	float:right;
}
input.sub,label{
	border:none;
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;
}
td,th{
	padding:0;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0;
	overflow:hidden;
	clear:both;
}
.h20{
	width: 100%;
	height: 0.2rem;
	background-color: #eee;
}
.ht{
	width: 100%;
	height: 0.9rem;
}
/*M-index -- start*/
.top{
	width: 100%;
    height: 1.1rem;
    box-sizing: border-box;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
.logo{
	width: 3.2rem;
	display: block;
}
.logo img{
	display: block;
	width: 100%;
	height: 100%;
}
.search-input {
    width: 4rem;
    height: 0.7rem;
    position: relative;
}
.search-text {
    display: inline-block;
    width: 3.18rem;
    height: 0.7rem;
    box-sizing: border-box;
	padding-left: 0.25rem;
	border-radius: 0.1rem;
	border: 1px solid #eee;
	outline: none
}
.search-sub {
    width: 0.72rem;
    height: 0.7rem;
    position: absolute;
    top: 0;
    right: 0;
    outline: none;
	background: #fff url(../images/search.png) no-repeat;
	border-radius: 0.1rem;
    background-position: center;
    cursor: pointer;
    background-size: 50%;
	border: 1px solid #eee;
}
.nav{
	width: 100%;
	height: 0.72rem;
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 0.22rem;
}
.nav a{
	width: 100%;
	line-height: 0.72rem;
	text-align: center;
	font-size: 0.36rem;
}
.nav a.actvie{
	color: #b41720;
}
.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: 2.4rem;
}
.rxjx{
	width: 100%;
	padding: 0 0.4rem;
	box-sizing: border-box;
}
.rx-title{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0.22rem 0;
	border-bottom: 1px solid #eee;
}
.rx-title i{
	width: 0.05rem;
	display: inline-block;
	height: 0.32rem;
	background-color: #b41720;
	margin-right: 0.2rem;
}
.rx-title span{
	font-size: 0.32rem;
	font-weight: 600;
}
.rx-title span.juli{
	flex-grow: 1;
}

.rx-title a {
	font-size: 0.26rem;
	font-weight: normal;
	color: #666;
}

.rx-list{
	width: 100%;
	display: flex;
	margin-top: 0.2rem;
	display: flex;
	flex-wrap: wrap;
  align-items: stretch
}
.rx-list li{
	width: 22%;
	margin-bottom: 0.2rem;
	margin-right: 4%;
}
.rx-list li:nth-child(4){
	margin-right: 0
}
.rx-list li:nth-child(8){
	margin-right: 0
}
.rx-list li .rx-img{
	width: 1.5rem;
	height: 2.06rem;
	overflow: hidden;
}
.rx-list li .rx-img img{
	width: 100%;
	height: 100%;
}
.rx-list li .jx-name{
	font-size: 0.3rem;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.1rem;
	text-align: center;
}
.rx-img{
	width: 100%;
	display: flex;
	margin-top: 0.2rem;
}
.rx-img li{
	width: 33.3%;
}
.rxi-img{
	width: 2rem;
	height: 2.7rem;
	overflow: hidden;
	margin: 0 auto;
}
.rxi-img img{
	width: 100%;
	height: 100%;
}
.rx-img li .rxi-name{
	width: 2rem;
	margin: 0.1rem auto;
	font-size: 0.3rem;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.rx-cot{
	width: 100%;
	margin-top: 0.1rem;
	margin-bottom: 0.1rem;
}
.rx-cot a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 0.3rem;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	line-height: 0.9rem;
	height: 0.9rem;
	border-bottom: 1px solid #eee;
}
.rx-cot a span{
	display: inline-block;
	margin-right: 0.1rem;
	color: #b41720;
}
.new-books{
	width: 100%;
	margin-top: 0.2rem;
}
.new-books li{
	width: 100%;
	margin-bottom: 0.3rem;
}
.new-books li a{
	display: flex;
	justify-content: space-between;
}
.xs-img{
	width: 1.5rem;
	height: 2rem;
	overflow: hidden;
}
.xs-img img{
	width: 100%;
	height: 100%;
}
.xs-info{
	width: 4.9rem;
}
.xs-info .xs-name{
	font-size: 0.3rem;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.xs-info .xs-cot{
	font-size: 0.26rem;
	line-height: 0.52rem;
	height: 1.04rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #666;
	margin: 0.1rem 0 0.05rem 0;
}
.xs-info .xs-type{
	font-size: 0.24rem;
	color: #666;
	background-color: #eee;
	display: inline-block;
	padding: 0.04rem 0.25rem;
	border-radius: 0.25rem;
}
.wb-box{
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 0.3rem;
	margin-top: 0.2rem;
}
.link-rx{
    width: 100%;
    margin-top: 0.25rem;
    box-sizing: border-box;
    padding-bottom: 0.2rem;
}
.link-rx li{
    float: left;
    margin: 0.1rem 0.2rem 0.1rem 0;
}
.link-rx li a{
	color: #666;
	font-size: 0.28rem;
}
.footer {
    width: 100%;
    background-color: #2196f3;
    color: #fff;
    box-sizing: border-box;
    padding: 0.02rem 0 0.1rem 0;
}
.m-nb-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.m-nb-list li {
    display: inline-block;
    margin: 0 0.25rem;
}
.m-nb-list li a {
    font-size: 0.3rem;
    color: #fff;
}
.m-nb-list span {
    width: 1px;
    height: 0.2rem;
    background-color: #fff;
}
.footer p {
    margin: 0.2rem 0;
    text-align: center;
    font-size: 0.26rem;
}
.r-footer {
    width: 100%;
    color: #301e08;
    box-sizing: border-box;
    padding: 0.02rem 0 0.1rem 0;
}
.r-nb-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}
.r-nb-list li {
    display: inline-block;
    margin: 0 0.25rem;
}
.r-nb-list li a {
    font-size: 0.3rem;
    color: #301e08;
}
.r-nb-list span {
    width: 1px;
    height: 0.2rem;
    background-color: #f4e8d0;
}
.r-footer p {
    margin: 0.2rem 0;
    text-align: center;
    font-size: 0.26rem;
}
/*M-index -- end*/


/*M-books -- start*/
.books-top{
    width: 100%;
    height: 0.9rem;
    background-color: #b41720;
    display: flex;
    box-sizing: border-box;
    padding: 0 0.3rem;
    justify-content: space-between;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
}
.back-pre{
    display: flex;
    align-items: center;
	width: 0.6rem;
    height: 0.9rem;
}
.back-pre img{
    width: 0.35rem;
    display: inline-block;
    margin-right: 0.1rem;
}
.back-pre span{
    font-size: 0.36rem;
    color: #fff;
}
.back-index{
	display: flex;
    align-items: center;
	width: 0.52rem;
	height: 0.9rem;
}
.back-index img{
    width: 0.52rem;
}
.rx-break{
	font-size: 0.28rem;
	color: #333;
	line-height: 0.68rem;
	box-sizing: border-box;
	padding: 0 0.3rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rx-break a{
	font-size: 0.28rem;
	color: #333;
}
.rx-break  h2{
	font-size: 0.28rem;
}
.rx-box{
	width: 100%;
	height: 4.8rem;
	/* background: url(../images/book-bg.png) no-repeat; */
	background-size: 100% 100%;
	box-sizing: border-box;
	padding-top: 1px;
}
.rx-info{
	width: 6.5rem;
	display: flex;
	margin: 0.3rem auto 0.2rem auto;
	justify-content: space-between;
}
.rrx-img{
	width: 2.4rem;
	height: 3.2rem;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 0px 4px 2.91px 0.09px rgba(255, 255, 255, 0.28);
}
.rrx-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.rrx-cot{
	width: 3.6rem;
	/* color: #fff; */
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-size: 0.28rem;
	line-height: 0.56rem;
}
.rx-name{
	font-size: 0.32rem;
}
.rx-name h1{
	font-size: 0.32rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:3.5rem;
}
.rx-name h2{
	font-size: 0.32rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	width:3.5rem;
}
.rx-wt{
	color: #eee;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
}
.rx-wt img{
	display: inline-block;
	width: 0.15rem;
}
.rx-ly{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rx-tp{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rx-dt{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rx-zt{
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rx-read{
	display: block;
	width: 6.5rem;
	height: 0.64rem;
	margin: 0 auto;
	background-image: -moz-linear-gradient( 93deg, rgb(251,6,75) 0%, rgb(249,75,34) 100%);
    background-image: -webkit-linear-gradient( 93deg, rgb(251,6,75) 0%, rgb(249,75,34) 100%);
 	background-image: -ms-linear-gradient( 93deg, rgb(251,6,75) 0%, rgb(249,75,34) 100%);
	border-radius: 0.2rem;
	font-size: 0.32rem;
	line-height: 0.64rem;
	text-align: center;
	color: #fff;
}
.rxs-pet{
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem;
}
.rxs-title{
	width: 100%;
	font-size: 0.34rem;
	color: #333;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.rxs-title i{
	display: inline-block;
	width: 0.04rem;
	height: 0.22rem;
	background-color: #b41720;
	margin-right: 0.3rem;
}
.rxs-cot{
	width: 100%;
	margin-top: 0.2rem;
	color: #666;
	line-height: 0.6rem;
	text-align: justify;
	font-size: 0.3rem;
}
.rxs-cot p{
	font-size: 0.3rem;
	color: #666;
	line-height: 0.6rem;
	text-align: justify;
	text-indent: 2em;
}

.rxs-cot p a{
	color: #b41720;
}

.rxs-zj{
	width: 100%;
	margin-top: 0.2rem;
}
.rxs-zj a{
	display: block;
	width: 100%;
	height: 0.7rem;
	line-height: 0.7rem;
	font-size: 0.3rem;
	color: #666;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mi-rx{
    width: 100%;
    margin-top: 0.15rem;
    box-sizing: border-box;
}
.mi-rx li{
    width: 100%;
    height: 0.7rem;
}
.mi-rx li a{
    width: 100%;
    height: 0.7rem;
    display: flex;
    align-items: center;
}
.mi-rx li a span{
    display: inline-block;
}
.rx-num{
    width: 0.36rem;
    height: 0.36rem;
    line-height: 0.36rem;
    text-align: center;
    color: #a6a6a6;
    background-color: #eee;
    border-radius: 50%;
    margin-right: 0.15rem;
}
.rx-fl{
    font-size: 0.3rem;
    line-height: 0.6rem;
    color: #999;
	margin-right: 0.2rem;
}
.rx-fl i{
	width: 1px;
	height: 0.3rem;
	background-color: #a6a6a6;
	display: inline-block;
	margin-left: 0.2rem;
    position: relative;
    top: 0.04rem;
}
.rx-name{
    font-size: 0.3rem;
    width: 4.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rx01{
    color: #fff;
    background-color: #fe0000;
}
.rx02{
    color: #fff;
    background-color: #ff8026;
}
.rx03{
    color: #fff;
    background-color: #5dce66;
}
.books-top h2{
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.books-top .h2{
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.books-top h1{
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.books-top .h1{
	color: #fff;
	font-size: 0.32rem;
	text-align: center;
	width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.more-rx {
    display: block;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.3rem;
    color: #b41720;
}
/*M-books -- end*/

/*M-about -- start*/
.about-box{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.3rem 0.3rem 0.3rem;
	margin-top: 0.3rem;
}
.rs-head{
	width: 100%;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #eee;
}
.rs-title{
	font-size: 0.32rem;
	color: #333;
	text-align: center;
}
.rs-title h2{
	font-size: 0.32rem;
	color: #333;
	text-align: center;
}
.rs-date{
	color: #999;
	text-align: center;
	line-height: 0.36rem;
}
.about-rx{
	width: 100%;
	margin-top: 0.2rem;
	font-size: 0.3rem;
	color: #666;
	line-height: 0.6rem;
	text-align: justify;
}
.about-rx p{
	width: 100%;
	font-size: 0.3rem;
	color: #666;
	line-height: 0.6rem;
	text-align: justify;
	text-indent: 2em;
}
/*M-about -- end*/

/*M-list -- start*/
.mi-box {
    width: 100%;
    box-sizing: border-box;
    padding: 0.3rem;
}
.cit1 {
    width: 100%;
    margin-bottom: 0.2rem;
}
.cit-title {
    font-size: 0.3rem;
    color: #333;
    display: inline-block;
    line-height: 0.40rem;
    float: left;
}
.cit1-list {
    width: 5.6rem;
    float: left;
}
.cit1-list li {
    float: left;
    margin: 0 0.1rem 0.2rem 0.1rem;
}
.cit1-list li a {
    line-height: 0.4rem;
	color: #333;
	font-size: 0.3rem;
	padding: 0 0.1rem;
	border-radius: 0.1rem;
}
.cit1-list li a.active {
	background-color: #b41720;
	color: #fff;
}
.rs-list{
	width: 100%;
	box-sizing: border-box;
	padding: 0 0.1rem;
}
.rs-list li{
	width: 100%;
	box-sizing: border-box;
	padding: 0.3rem 0;
	border-bottom: 1px solid #ccc;
}
.rs-list li:nth-child(1){
	padding-top: 0;
}
.rs-list li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.rs-img{
	width: 1.9rem;
	height: 2.4rem;
	overflow: hidden;
}
.rs-img img{
	width: 100%;
	height: 100%;
	display: block;
}
.rs-info{
	width: 4.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.rs-name{
	font-size: 0.3rem;
	color: #333;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rs-name.yanse{
	color: #b41720;
}

.rs-wt{
	color: #999;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rs-cot{
	color: #999;
	line-height: 0.4rem;
	height: 0.8rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: justify;
}
.rs-btm{
	width: 100%;
	display: flex;
	align-items: center;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rs-btm i{
	display: inline-block;
	width: 1px;
	height: 0.22rem;
	background-color: #999;
	margin: 0 0.1rem;
}
.rs-tp{
	color: #ff7800;
}
.rs-zt{
	color: #ff7800;
}
.ml-page{
    width: 100%;
    height: 0.96rem;
    background-color: #fff;
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
	align-items: center;
	margin-top: 0.2rem;
}
.ml-page .ml-prev {
    width: 0.8rem;
    height: 0.7rem;
    border: 1px solid #a6a6a6;
    display: block;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.ml-page .ml-next {
    width: 0.8rem;
    height: 0.7rem;
    border: 1px solid #a6a6a6;
    display: block;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.ml-page .ml-ml {
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0 0.3rem;
    background-color: #b41720;
    color: #fff;
    border: none;
    border-radius: 0.04rem;
    font-size: 0.36rem;

}
.ml-page .noclick {
    color: #eee;
    border: 1px solid #eee;
}
/*M-list -- end*/


/*M-read -- start*/
.mr-top{
	width: 100%;
	height: 0.66rem;
	padding: 0 0.25rem;
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
	align-items: center;
	background-color: #f4e8d0;
}
.crx-info{
	width: 100%;
	padding: 0 0.25rem;
	box-sizing: border-box;
}
.book-name{
	width: 100%;
	border-top: 1px solid #c1b18f;
	padding-top: 0.2rem;
	font-size: 0.32rem;
	color: #301e08;
	font-weight: 700;
}
.ri-rx{
	color: #301e08;
    font-size: 0.32rem;
    text-align: center;
    width: 5.6rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ri-rx h1{
	color: #301e08;
    font-size: 0.32rem;
    text-align: center;
    width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ri-rx .h1{
	color: #301e08;
    font-size: 0.32rem;
    text-align: center;
    width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mr-zj{
	font-weight: bold;
	font-size: 0.42rem;
	color: #301e08;
	margin-top: 0.1rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mrx-cot{
	color: #301e08;
	line-height: 0.6rem;
	text-align: justify;
	width: 100%;
	box-sizing: border-box;
	padding: 0.2rem 0;
}
.mrx-cot p{
	font-size: 0.36rem;
	line-height: 0.64rem;
	color: #301e08;
	text-indent: 2em;
}
.rx-bzj {
    width: 100%;
    height: 1.7rem;
    box-sizing: border-box;
    padding: 0 0.4rem;
    display: flex;
    justify-content: space-around;
	align-items: center;
	border-bottom: 1px solid #ddd;
}
.rx-bzj .rx-prev .mr-prev {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.rx-bzj a {
    display: block;
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
}
.rx-bzj .rx-ml {
    width: 1.86rem;
    height: 0.7rem;
	border: 1px solid #87674c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rx-bzj .rx-next {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.rx-bzj .rx-noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}
.rx-bzj .mr-prev {
	width: 1.46rem;
	height: 0.7rem;
	border: 1px solid #87674c;
}
.rx-bzj .mr-next {
	width: 1.46rem;
	height: 0.7rem;
	border: 1px solid #87674c;
}
.rx-bzj .mr-noclick {
	border: 1px solid #a6a6a6;
	color: #a6a6a6;
}
.rx-bzj .mr-next {
	width: 1.46rem;
	height: 0.7rem;
	border: 1px solid #87674c;
}
.rx-bzj .rx-ml img{
	width: 0.36rem;
	height: 0.32rem;
}
.rb-rx{
    width: 100%;
    height: 0.9rem;
    background-color: #f4e8d0;
    display: flex;
    box-sizing: border-box;
    padding: 0 0.3rem;
    justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	border-bottom: 1px solid #c1b18f;
}
.rp-rx{
    display: flex;
	align-items: center;
	width: 0.6rem;
	height: 0.9rem;
}
.rp-rx img{
    width: 0.35rem;
    display: inline-block;
    margin-right: 0.1rem;
}
.rrx-rx{
	display: flex;
	align-items: center;
	width: 0.6rem;
	height: 0.9rem;
}
.rrx-rx img{
    display: block;
    width: 0.52rem;
}
/*M-read -- end*/

.cit1-list h1, .cit1-list h2{
	line-height: 0.4rem;
	color: #333;
	font-size: 0.3rem;
}
.mr-zj h1{
	font-weight: bold;
	font-size: 0.42rem;
	color: #301e08;
	margin-top: 0.1rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.books-top h2{
	color: #fff;
	font-size: 0.32rem;
	white-space: nowrap;
	width: 5.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	margin: 0 auto;
	text-align: center;
}
.rx-break h2{
	display: inline;
	font-size: 0.28rem;
	color: #333;
	line-height: 0.28rem;
}
.zj-inf{
	color: #fff;
    font-size: 0.32rem;
    text-align: center;
	width: 5.6rem;
}
.zj-inf h1{
	color: #fff;
    font-size: 0.32rem;
    text-align: center;
    width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.zj-inf .h1{
	color: #fff;
    font-size: 0.32rem;
    text-align: center;
    width: 5.6rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*
章节列表样式
 */
.clg-layer {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: -100%;
	z-index: 9999;
	display: flex;
	bottom: 0;
	visibility: visible;
	-webkit-transition: none;
	transition: none;
}
.clgcont {
	width: 5.5rem;
	height: 100%;
	background-color: #ffdedf;
	padding-left: 0.3rem;
	position: relative;
}
.clgcont .clg-gb {
	width: 0.64rem;
	height: 0.64rem;
	border: 1px solid #999;
	color: #999;
	text-align: center;
	position: absolute;
	top: 0.2rem;
	right: 0.3rem;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.clgcont .clg-gb i {
	font-style: normal;
	font-size: 0.36rem;
	line-height: 0.36rem;
}
.clear-layer {
	width: 2rem;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6)
}
.clgcont .clg-name {
	width: 80%;
	margin-top: 0.6rem;
	font-size: 0.36rem;
	font-weight: 700;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clgcont .clg-info {
	width: 100%;
	display: flex;
	font-size: 0.26rem;
	color: #999;
	align-items: center;
	margin-top: 0.2rem;
}
.clgcont .clg-info i {
	font-style: normal;
	margin: 0 0.16rem;
	font-size: 0.24rem;
}
.clgcont .clg-info .clg-wt {
	max-width: 2.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clgcont .clg-info .clg-fh {
	margin: 0 0.1rem;
}
.clgcont .clg-line {
	width: 4.9rem;
	margin: 0.2rem 0;
	height: 1px;
	border-bottom: 1px dashed #999;
}
.clg-zj {
	width: 4.9rem;
	height: 70vh;
	overflow-y: scroll;
	-webkit-overflow-scrolling : touch;
	margin-top: 0.16rem;
	overflow: auto;
}
.clg-zj .clg-zj-list > a {
	display: block;
	font-size: 0.3rem;
	color: #202020;
	font-weight: 500;
	margin-bottom: 0.25rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.clg-zj > a {
	font-size: 0.32rem;
	color: #000;
	display: flex;
	justify-content: center;
	font-weight: 600;
}

.xs-info .xs-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ml-page a{
    width: 0.8rem;
    height: 0.7rem;
    border: 1px solid #a6a6a6;
    display: block;
    font-size: 0.36rem;
    color: #333;
    text-align: center;
    line-height: 0.7rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.ml-page .active{
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0 0.3rem;
    background-color: #b41720;
    color: #fff;
    border: none;
    border-radius: 0.04rem;
    font-size: 0.36rem;
    width: auto;
}
.footer,.r-footer{
	padding-bottom: 0.3rem;
}
.footer p{
	margin-bottom: 0;
}
.rx-bzj a {
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
    width: 1.86rem;
    height: 0.7rem;
	border: 1px solid #87674c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rx-bzj .noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}
.rx-bzj a img{
	width: 0.36rem;
	height: 0.32rem;
}


.hwzc-list {
	padding-top: 0.12rem;
}

.hwzc-list ul li a {
	line-height: 0.68rem;
	font-size: 0.28rem;
	display: flex;
	justify-content: space-between;
}

.hwzc-list ul li a p {
	width: 4.8rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hwzc-list ul li a span {
	color: #999;
}



.now_pos {
	padding-left: 0.3rem;
	height: 0.68rem;
	line-height: 0.68rem;
	color: #999;
	font-size: 0.26rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0.1rem;
}
.now_pos h2 {
	display: inline;
	font-size: 0.28rem;
}
.now_pos a {
	color: #999;
	font-size: 0.28rem;
}

.zt-jieshao {
	font-size: 0.34rem;
	color: #000;
	line-height: 0.5rem;
	text-align: center;
}

.rs-date2 {
	color: #999;
	line-height: 0.36rem;
	margin-top: 0.1rem;
	font-size: 0.24rem;
	text-align: center;
}


.ztxq-pm {
	border: 1px solid #2196f3;
	padding: 0.2rem;
	width: 100%;
	box-sizing: border-box;
	margin-top: 0.3rem;
	background-color: #fff;
}

.ztxq-pm a {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.ztxq-pm img {
	width: 1.58rem;
	height: 2rem;
}

.ztxq-pm-hzi {
	border-right: 1px solid #2196f3;
	display: flex;
	align-items: center;
}

.ztxq-pm-con {
	margin: 0 0.2rem;
	text-align: left;
	width: 2.36rem;
}

.ztxq-pm-con h5 {
	font-size: 0.3rem;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
	margin-top: 0.08rem;
	margin-bottom: 0.1rem;
}

.ztxq-pm-con p {
	font-size: 0.26rem;
	color: #666;
	line-height: 0.36rem;
}

.ztxq-pm-con span {
	font-size: 0.26rem;
	color: #999;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.ztxq-pm .anniu {
	width: 1.6rem;
	height: 0.66rem;
	font-size: 0.28rem;
	text-align: center;
	line-height: 0.66rem;
	color: #2196f3;
	border: 1px solid #2196f3;
	border-radius: 0.5rem;
	display: block;
}

.jckd-bt {
	width: 6.6rem;
	margin:0 auto;
	font-size:0.32rem;
	display: flex;
	color: #333;
}

.jckd-bt h2 {
	font-size:0.32rem;
	display: block;
	width: 2.4rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 700;
}

.rxs-pet .tip{
	font-size: 0.3rem;
	line-height: 0.6rem;
	margin-top: 0.2rem;
	color: #666;
}

.jxyd-btn {
	width: 100%;
	height: 0.66rem;
	line-height: 0.66rem;
	border-radius: 0.5rem;
	border: 1px solid #2196f3;
	font-size: 0.28rem;
	color: #2196f3;
	display: block;
	text-align: center;
	margin: 0.2rem auto;
	text-indent: 0;
}


.zx-jieshao {
	font-size: 0.3rem;
	color: #666;
	margin-top: 0.18rem;
	text-indent: 2em;
	text-align: left;
	line-height: 0.52rem;
}

.inf-time1 {
	font-size: 0.24rem;
	color: #999;
	line-height: 0.48rem;
}


.font-menu {
	width: 100%;
	text-align: center;
	padding: 0.2rem 0;
	background-color: #f5f5f5;
	margin-top: 0.2rem;
}

.font-menu a {
	font-size: 0.32rem;
	padding: 0 0.16rem;
}

.font-menu a.active {
	color: #b41720;

}


/*搜索*/
.mianwap {
	margin-top: 0.3rem;
	margin-bottom: 0.4rem;
}

.mian-book{
	width: 6.9rem;
	display: flex;
	margin-left: 0.3rem;
	margin-top: 0.25rem;
}

.search-wap {
	display: flex;
	font-size: 0.3rem;
	color: #333;
	border-bottom: 1px solid #dbdbdb;
	width: 6.9rem;
	height: 0.6rem;
	margin-bottom: 0.38rem;
	margin-left: 0.3rem;
}

.search-title {
	width: 50%;
	text-align: center;
}

.search-title.active {
	color: #b41720;
	position: relative;
}

.search-title.active::after {
	content: "";
	position: absolute;
	width: 0.6rem;
	height: 0.04rem;
	background: #b41720;
	bottom: 0;
	left: 1.42rem;
	right: 0;
}


.mian-book-zuo{
	width: 1.76rem;
	height: 2.27rem;
}

.mian-book-zuo img{
	border-radius: 4px;
	width: 1.76rem;
	height: 2.27rem;
}

.mian-book-zhong{
	margin-left: 0.18rem;
	width: 4.94rem;
}

.mian-book-zhong h2{
	font-size: 0.32rem;
	color: #b41720;
	margin-bottom: 0.1rem;
	margin-top: 0.06rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mian-book-zhong .tishi{
	font-size: 0.22rem;
	color: #999;
}

.mian-book-zhong .jianjie{
	color: #666;
	font-size: 0.28rem;
	line-height: 0.36rem;
	margin: 0.14rem 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.mian-book-zhong .jianjie.sx{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.mian-line{
	width: 6.9rem;
	height: 0.23rem;
	border-bottom: 1px dashed #e6e6e6;
	margin-left: 0.3rem;
}

.fb-time {
	font-size: 0.26rem;
	color: #301e08;
	margin-top: 0.3rem;
	margin-left: 0.3rem;
	border-top: 1px solid #e0e0e0;
	padding-top: .16rem;
	width: 6.9rem;
}