﻿/*通用类*/
*{
	margin:0;
    padding:0;
    box-sizing: border-box;
}
/* 1. 全局重置样式（现代浏览器兼容） */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
header,nav,main,article,aside,footer,header,section,figure,figcaption{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.line20{
    height: 0.2rem;
    clear: both;
}
.clearfix{
    clear: both;
}
/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;
}
@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;
	background:#f6f7fc;
}

img{
	border:none;
}
h1,h2,h3{
	font-weight:normal;
	margin:0;
}
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: rgba(246, 247, 252,1)
}
.ht{
	width: 100%;
	height: 0.98rem
}
/*index*/
.header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between
}
.header .logo img{
	width: 2rem;
}
.lgimg{
    width: .8rem;
	height: .8rem;
	border-radius: 50%;
	display: block;
}
.tj_serach {
    width: 4.2rem;
    height: 0.7rem;
    border: 1px solid #F1F1F1;
    border-radius: 0.15rem;
    background: #fff;
    float: right;
	line-height: 0.7rem;
	display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 .2rem 0 0;
}
.tj_serach input {
    border: 0;
    width: 3rem;
    text-indent: 8px;
	margin-left: 5px;
	float: left;
	line-height: 0.7rem;
	background-color: transparent;
}
.tj_serach .btn {
    background: url(../images/icon_search.png) no-repeat left center;
    background-size: auto 100%;
    width: 0.4rem;
	height: 0.4rem;
	float: right;
	/* margin: 0.15rem 0.4rem 0 0; */
}
.user-avatar{
	width: 0.67rem;
	height: 0.67rem;
	border-radius: 50%;
}
.user-avatar img{
	display: block;
	width: 100%;
}
.nav{
	width: 100%;
	display: flex;
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}
.nav li{
	width: 20%;
	text-align: center;
}
.nav li img{
	width: 0.8rem;
	height: 0.8rem;
}
.nav li div{
	font-size: 0.30rem;
	font-weight: 500;
	margin-top: 0.05rem;
}
.tjbox{
	width: 100%;
	padding: 0.2rem 0.3rem;
	box-sizing: border-box;
}
.tj-title{
	width: 100%;
	padding-left: 0.3rem;
	font-size: 0.32rem;
	line-height: 0.32rem;
	border-left: 0.06rem solid #f86442;
	font-weight: 600;
}
.tjx{
	width: 100%;
	height: 0.76rem;
	line-height: 0.76rem;
	border-radius: 0.1rem;
	border: 1px solid #f86442;
	margin-top: 0.3rem;
	overflow: hidden;
}
.tjx div{
	float: left;
	width: 25%;
	border-right: 1px solid #f86442;
	color: #666;
	text-align: center;
	font-size: 0.3rem;
}
.tjx div:nth-child(4){
	border-right: none;
	font-size: 0.3rem;
	text-align: center;
}
.tjx div.on{
	background-color: #f86442;
	color: #fff;
}
.tjlb{
	width: 100%;
	margin-top: 0.3rem;
}
.tjl li{
	width: 100%;
	height: 0.88rem;
	border-bottom: 1px solid #eee;
}
.tjl li a{
	width: 100%;
	height: 0.88rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tjl li a .zt{
	font-size: 0.24rem;
	line-height: 0.36rem;
	padding: 0 0.1rem;
	border: 1px solid #fa7806;
	color: #fa7806;
}
.tjl li a .zb {
	width: 5.5rem;
	display: flex;
}
.tjl li a .zb .name{
	font-size: 0.3rem;
	width: 4.5rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tjl li a .zb .num{
	width: 0.4rem;
	height: 0.48rem;
	margin-right: 0.15rem;
}
.tjl li a .zb .to2{
	background: url(../images/to2.png) no-repeat;
	background-size: 100% 100%;
}
.tjl li a .zb .to3{
	background: url(../images/to3.png) no-repeat;
	background-size: 100% 100%;
}
.tjl li a .zb .to4{
	background: url(../images/to4.png) no-repeat;
	background-size: 100% 100%;
}
.tjl li a .zb .to5{
	background: url(../images/to5.png) no-repeat;
	background-size: 100% 100%;
}
.tjl li:nth-child(1){
	height: 2.9rem;
}
.tjl li:nth-child(1) a {
	height: 2.9rem;
	display: flex;
	justify-content: space-between;
	align-items: initial;
}
.tjl li:nth-child(1) a .photo{
	width: 1.92rem;
	height: 2.56rem;
	border-radius: 0.1rem;
	overflow: hidden;
	box-shadow: 0 1px 3px 1px #ccc;
	position: relative;
}
.tjl li:nth-child(1) a .photo .num{
	width: 0.4rem;
	height: 0.48rem;
	margin-right: 0.15rem;
	position: absolute;
	left: 0;
	top: 0;
}
.tjl li:nth-child(1) a .photo .to1{
	background: url(../images/to1.png) no-repeat;
	background-size: 100% 100%;
}
.tjl li:nth-child(1) a .photo img{
	width: 100%;
	height: 100%;
	display: block;
}
.tjl li:nth-child(1) a .info{
	width: 4.7rem;
}
.tjl li:nth-child(1) a .info .mz{
	font-size: 0.3rem;
}
.tjl li:nth-child(1) a .info .zuz{
	font-size: 0.28rem;
	color: #999;
	margin: 0.06rem 0 0.1rem 0;
}
.tjl li:nth-child(1) a .info .mis{
	font-size: 0.26rem;
	line-height: 0.5rem;
	height: 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-align: left;
}
.tjl li:nth-child(1) a .info .db{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.1rem;
	align-items: center;
}
.tjl li:nth-child(1) a .info .db span:nth-child(1){
	color: #999;
	font-size: 0.26rem;
}
.tjl li:nth-child(1) a .info .db span:nth-child(2){
    font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0 0.1rem;
    border: 1px solid #fa7806;
    color: #fa7806;
}
.indlist{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.3rem;
}
.indlist li{
	width: 1.5rem;
	margin-right: 0.3rem;
	margin-bottom: 0.2rem;
}
.indlist li:nth-child(4n){
	margin-right: 0;
}
.indlist li a{
	width: 100%;
}
.indlist li a img{
	width: 1.5rem;
	height:2rem;
	display: block;
	border-radius: 0.05rem;
}
.indlist li a .name{
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.28rem;
	text-align: center;
	margin: 0.04rem 0 0.02rem 0;
}
.indlist li a .wt{
	color: #999;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}
.aglike{
	width: 100%;
	margin-top: 0.2rem;
}
.aglike li{
	width: 100%;
	padding: 0.2rem 0;
	border-bottom: 1px solid #eee;
}
.aglike li:last-child{
	border-bottom:none
}
.aglike li a{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.aglike li a .photo{
	width: 1.56rem;
	height: 2.08rem;
	overflow: hidden;
	border-radius: 0.04rem;
	box-shadow: 0 1px 3px 1px #ccc;
}
.aglike li a .photo img{
	display: block;
	width: 100%;
	height: 100%;
}
.aglike li a .info{
	width: 5rem;
}
.aglike li a .info .name{
	font-size: 0.3rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.aglike li a .info .decs{
	font-size: 0.26rem;
	line-height: 0.5rem;
	height: 1rem;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 0.08rem 0;
	color: #666;
	text-align: left;
}
.aglike li a .info .bnt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-top: 0.22rem;
	align-items: center;
}
.aglike li a .info .bnt span:nth-child(1){
	font-size: 0.24rem;
	color: #999;
}
.aglike li a .info .bnt span:nth-child(2){
	font-size: 0.24rem;
    line-height: 0.36rem;
    padding: 0 0.1rem;
    border: 1px solid #fa7806;
    color: #fa7806;
}
.footer{
	width: 100%;
	padding-bottom: 0.3rem;
	background-color: #f86442;
	color: #fff;
	box-sizing: border-box;
	padding-top: 1px;
}
.m-nb-list{
	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-top: 0.3rem;
}
.m-nb-list li{
    width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0.25rem;
}
.m-nb-list span{
	width: 1px;
	height: 0.2rem;
	background-color: #fff;
	margin: 0.2rem;
}
.m-nb-list li a{
	font-size: 0.3rem;
	color: #fff;
	width:35%;
}
.footer p{
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.26rem;
}
.tj-yl{
    width: 100%;
    margin-top: 0.3rem;
    display: flex;
    flex-wrap: wrap;
}
.tj-yl a{
    margin: 0 0.2rem 0.2rem 0;
    font-size: 0.26rem;
}

/*list*/
.tjop{
	width: 100%;
	height: 0.9rem;
	padding: 0 0.25rem;
	box-sizing: border-box;display: flex;
    justify-content: space-between;
    align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background-color: #f86442;
	border-bottom: 1px solid #f86442;
}
.tjop-cot{
	width: 5.6rem;
	text-align: center;
	font-size: 0.32rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.tjop-cot h1{
	width: 5.6rem;
	text-align: center;
	font-size: 0.32rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.ht{
	width: 100%;
	height: 0.9rem;
}
.back-pre{
    width: 0.18rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
}
.back-pre img{
	width: 0.18rem;
	display: block;
}
.back-home{
    width: 0.4rem;
    height: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.back-home img{
	width: 0.4rem;
	display: block;
}
.tjt{
	width: 100%;
    height: 0.9rem;
}
.tjbrek{
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.3rem;
    font-size: 0.28rem;
    color: #666;
    line-height: 0.68rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tjbrek a{
    font-size: 0.28rem;
    color: #666;
}
.tjbrek  h2{
    font-size: 0.28rem;
    display: inline;
}
.tjs{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.bulrimg{
	z-index: 1;
    width: 100%;
    height: 3.4rem;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-filter: blur(12px);
    filter: blur(12px);
}
.bulrmask{
	z-index: 2;
    width: 100%;
    height: 12rem;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.25);
}
.tjs .photo{
	z-index: 2;
	width: 2.1rem;
	height: 2.8rem;
	overflow: hidden;
	position: relative;
	float: left;
	border: 1px solid #eee;
	border-radius: 0.04rem;
	margin: 0.2rem 0 0 0.3rem;
}
.tjs .photo img{
	width: 100%;
	height: 100%;
}
.tjs .info{
	z-index: 2;
	position: relative;
	float: left;
	color: #333;
	width: 4.5rem;
	margin: 0.2rem 0 0 0.4rem;
}
.tjs .info .name{
	font-size: 0.32rem;
}
.tjs .info .name h2{
	font-size: 0.32rem;
	font-weight: normal;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tjs .info p{
	line-height: 0.5rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stye{
	display: block;
	width: 6.9rem;
	height: 0.7rem;
	font-size: 0.32rem;
	line-height: 0.7rem;
	text-align: center;
	margin: 0.2rem auto;
	background-color: #fa7806;
	color: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.4);
}
.tjne{
	font-size: 0.32rem;
	font-weight: 600;
	padding: 0 0.3rem;
}
.necot{
	width: 100%;
	padding: 0 0.3rem;
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: left;
	text-indent: 2em;
	color: #666;
	padding-bottom: 0.2rem;
}
.necot p{
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: left;
	text-indent: 2em;
	color: #666;
}
.mltem{
	width: 100%;
	margin-top: 0.2rem;
	padding-bottom: 0.2rem;
}
.mltem a{
	display: block;
	line-height: 0.8rem;
	border-bottom: 1px solid #eee;
	white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	font-size: 0.3rem;
}
.mlcd{
	display: block;
	width: 2rem;
	height: 0.6rem;
	line-height: 0.6rem;
	font-size: 0.3rem;
	text-align: center;
	background-color: #f86442;
	color: #fff;
	border-radius: 0.1rem;
	margin: 0 auto;
}
.jxjc{
	width: 100%;
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: left;
	text-indent: 2em;
	color: #666;
	padding-bottom: 0.2rem;
	margin-top: 0.2rem;
}
.jxjc p{
	font-size: 0.3rem;
	line-height: 0.6rem;
	text-align: left;
	text-indent: 2em;
	color: #666;
}

/*list*/
.tjox{
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem 0.25rem 0 0.25rem;
}
.mit1{
	width: 100%;
	margin-bottom: 0.2rem;
}
.t20{
	margin-top: 0.2rem;
}
.mit-title{
	font-size: 0.32rem;
	color: #999;
	line-height: 0.40rem;
	border-radius: 0.22rem;
	float: left;
}
.mit1-list {
    width: 5.8rem;
    float: left;
}
.mit1-list li{
	display: inline-block;
	margin: 0 0.15rem 0.2rem 0;
}
.mit1-list li a{
	line-height: 0.4rem;
	font-size: 0.32rem;
	border-radius: 0.22rem;
	padding: 0 0.15rem;
}
.mit1-list li a.active{
	color: #fff;
	line-height: 0.38rem;
    border: 1px solid #fa7806;
    background-color: #fa7806;
}
.mit1-list li h1,.mit1-list li h2{
	font-size: 0.32rem;
}
.ml-page {
    width: 100%;
    height: 0.96rem;
    background-color: #fff;
    display: flex;
	display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.2rem 0;
}
.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.6rem;
    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: #fa7806;
    color: #fff;
    border: none;
	border-radius: 0.04rem;
	font-size: 0.36rem;
    align-items: center;
    justify-content: center;
}
.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.6rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.ml-page .noclick {
    color: #eee;
    border: 1px solid #eee;
}

/*news*/
.nehed{
    width: 100%;
}
.nehed .tit,.nehed .tit h2{
    font-size: 0.32rem;
    text-align: center;
}
.nehed .date{
    color: #999;
    text-align: center;
    margin: 0.15rem 0;
}
.jnecot{
    width: 100%;
    text-align: left;
    color: #666;
    font-size: 0.3rem;
    line-height: 0.6rem;
    min-height: 9.3rem;
}
.jnecot p{
    line-height: 0.6rem;
    font-size: 0.3rem;
    text-indent: 2em;
    text-align: left;
    color: #666;
}

/*chapter*/
.mtjr-top{
	width: 100%;
	height: 0.9rem;
	padding: 0 0.25rem;
	box-sizing: border-box;
	display: flex;
    justify-content: space-between;
	align-items: center;
	background-color: #f4e8d0;
	border-bottom: 1px solid #c1b18f;
	position: fixed;
	top: 0;
	left: 0
}
.mtjr-top .top-cot {
    width: 5.6rem;
    text-align: center;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mtjr-top .top-cot h1{
    width: 5.6rem;
    text-align: center;
    font-size: 0.32rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #202020;
}
.mtjr-info{
	width: 100%;
	padding: 0 0.25rem;
	box-sizing: border-box;
}
.book-name{
	width: 100%;
	padding-top: 0.2rem;
	font-size: 0.32rem;
	color: #301e08;
	font-weight: 700;
}
.mtjr-zj{
	font-weight: bold;
	font-size: 0.42rem;
	color: #301e08;
	margin-top: 0.1rem;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mtjr-cot{
	color: #301e08;
	font-size: 0.36rem;
	text-align: justify;
	width: 100%;
	box-sizing: border-box;
    padding: 0.2rem;
    line-height: 0.72rem;
}
.mtjr-cot p{
	font-size: 0.36rem;
	line-height: 0.72rem;
	text-indent: 2em;
}
.mtjr-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 #c1b18f;
}
.mtjr-bzj .mtjr-prev {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.mtjr-bzj a {
    display: block;
    color: #87674c;
    font-size: 0.3rem;
    line-height: 0.7rem;
    text-align: center;
}
.mtjr-bzj .mtjr-ml {
    width: 1.86rem;
    height: 0.7rem;
	border: 1px solid #87674c;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mtjr-bzj .mtjr-next {
    width: 1.46rem;
    height: 0.7rem;
    border: 1px solid #87674c;
}
.mtjr-bzj .mtjr-noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}
.mtjr-bzj .mtjr-ml img{
	width: 0.36rem;
	height: 0.32rem;
}
.hfooter{
	width: 100%;
	padding-bottom: 0.3rem;
	color: #87674c;
	box-sizing: border-box;
	padding-top: 1px;
}
.h-nb-list{
	width: 100%;
	display: flex;
    justify-content: center;
	align-items: center;
	margin-top: 0.3rem;
}
.h-nb-list li{
	display: inline-block;
	margin: 0 0.25rem;
}
.h-nb-list span{
	width: 1px;
	height: 0.2rem;
	background-color: #87674c;
}
.h-nb-list li a{
	font-size: 0.3rem;
	color: #87674c;
}
.hfooter p{
	margin-top: 0.2rem;
	text-align: center;
	font-size: 0.26rem;
}

/*three*/
.tjl li:nth-child(1) a .info .mz{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mit1-list li{
	font-size: 0;
}
.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.6rem;
    border-radius: 0.04rem;
    box-sizing: border-box;
}
.ml-page .active{
    line-height: 0.7rem;
    height: 0.7rem;
    padding: 0 0.3rem;
    background-color: #f86442;
    color: #fff;
    border: none;
	border-radius: 0.04rem;
	font-size: 0.36rem;
    align-items: center;
	justify-content: center;
	width: auto;
}
.tjs .info .name h1{
    font-size: 0.32rem;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.mtjr-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;
}
.mtjr-bzj .noclick {
    border: 1px solid #a6a6a6;
    color: #a6a6a6;
}
.mtjr-bzj a img{
	width: 0.36rem;
	height: 0.32rem;
}
/*
章节列表样式
 */
.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: #f7ccc2;
	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;
}


.header-container{
	max-width: 750px;
	width: 100%;
	padding: 0.1rem 0.2rem 0 .2rem;
	position: fixed;
	top:0;
	background: #f86442;
	z-index: 99;
	box-sizing: border-box;
}
.header-home{
	width:0.5rem;
	height: 0.5rem;
	display: block;
}
.nav{
	margin-top: 1.5rem;
}
.active a{
	color: #fff;
}


/*//付费弹窗*/
.vip-pay-button {
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }

    /* 弹窗遮罩 */
    .modal-overlay {
      display: none;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(0, 0, 0, 0.5);
      z-index: 999;
      justify-content: center;
      align-items: center;
    }

    /* 弹窗内容 */
    .modal {
      position: relative;
      width: 80%;
      background: #fff;
      padding: 30px 30px;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      max-width: 300px;
      text-align: center;
    }

    .modal p {
      margin-bottom: 20px;
      font-size: 16px;
      line-height: 24px;
    }

    .modal .btn {
      padding: 8px 16px;
      background-color: #ff6600;
      color: white;
      border: none;
      border-radius: 5px;
    }

    .modal .btn:hover {
      background-color: #e65c00;
    }
    
    .modal .btn a{
      color: #fff;    
    }
    
    .modal .modal-close .close-btn{
      display: block;
      width: 16px;
      height: 16px;
      position: absolute;
      right: 10px;
      top:10px;
    }
.text-right{
    text-align: right;
}
.weight-600{
    font-weight: 600;
}