@charset "utf-8";
/* CSS Document */
html,body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family:"微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #111;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	background-color: #f9f9f9;
}

input,textarea {
	font-family: "微软雅黑","arial", "Helvetica", "Helvetica Neue";
	color: #111;outline:none;
}
input:focus,textarea:focus { outline: none; }
ul,li {	list-style: none;	padding: 0;	margin: 0;}

h1,h2,h3,h4,h5,h6,p,dl,dd,dt {	margin: 0;	padding: 0;}

a {	text-decoration: none;	color: #111;}
a:hover {	color: #12a7b4;	text-decoration: none;}
a img {	border: 0;}

input::-webkit-input-placeholder{	color: #757575;}
input::-moz-placeholder{	color: #757575;}
input:-ms-input-placeholder{	color: #757575;}

textarea::-webkit-input-placeholder{	color: #757575;}
textarea::-moz-placeholder{	color: #757575;}
textarea:-ms-input-placeholder{	color: #757575;}

.wrap { overflow: hidden; }
.con { width:96%; max-width:1240px;  margin: 0 auto; }
    .font28 { font-size: 28px;}
    .font24 { font-size: 24px;}
	.font20 { font-size: 20px;}
	.font18 { font-size: 18px;}
	.font16 { font-size: 16px;}
	.font15 { font-size: 15px;}
	.font14 { font-size: 14px;}
	.font12 { font-size: 12px;}
	.ms {display: none;}
	.pcs {display: block;}

@media only screen and (max-width:828px) {
	html,body { font-size: 16px; }
	.wrap { padding-top: 3em;}
	.con { width:auto; margin: 0 0.75em; }
	 .ms {display: block;}
	 .pcs {display: none !important;}
	 .font28 { font-size: 26px;}
	 .font24 { font-size: 22px;}
	 .font20 { font-size: 18px;}
	 .font18 { font-size: 16px;}
	 .font16 { font-size: 16px;}
	 .font15 { font-size: 16px;}
	 .font14 { font-size: 14px;}
	 .font12 { font-size: 12px;}
}

/*头部*/
.header { margin: 0 auto;  background-color: #12a7b4; color: #fff;}
.header .con {
 display: flex; justify-content:space-between; align-items: center;}
.header .logo {color: #fff;
 display: flex; justify-content: center; align-items: center;}
.header .logo a { color: #fff;}
.header .logo .name {font-size: 20px; padding: 0.8em 0 0.7em;}
.header .logo img {	display: block;	height:auto; width:100%;}

.header .btnQS { display: inline-block; cursor: pointer;
  padding: 0.2em 0.8em;
 background-color: #fff; color: #12a7b4;} 
.header .menuM { display: none;
 position: absolute; left: 1em; top: 50%; margin-top: -0.8em;
width: 1.6em; height: 1.6em;
object-fit: contain;
background: url(../images/menu.png) center center no-repeat;
background-size:contain ;}

@media only screen and (max-width:828px) {
.header {  position: fixed; z-index: 1000; left: 0; right: 0; top: 0;
}
.header .logo .en { display: none;}
.header .logo .name { font-weight: normal; font-size: 16px;}
.header .logo { width: 100%; text-align: center; color: #fff;}
.header .logo a { color: #fff;}
.header .links { position: absolute; right: 1em; top: 50%; margin-top: -0.8em;}
.header .menuM { display: block;}
}

.searchBox { margin-top: 1.25em; padding:1.2em 0.8em; 
-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.searchBox form {display: flex;
 justify-content: space-between; align-items: stretch; }
.searchBox form .iw { flex: 1; padding: 0 1em; border: 1px solid #ddd;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.searchBox form .iw .input { font-size: 1em; line-height: 2.75em; height: 2.75em;
 width: 100%; outline-width: 0; border: 0; margin: 0; padding: 0;}
.searchBox form .btnSearch {  font-weight: bold; cursor: pointer; height: 2.75em;
 outline-width: 0; border: 1px solid #ddd; padding:0 1.4em; 
  color: #111; font-size: 1em;
 background-color: #f0f0f0; line-height: 2.75;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
 margin-left: 0.33em;}


/*头部导航*/
.nav { }
.nav ul {display: flex; justify-content: center; align-items: center;}
.nav ul li { }
.nav ul li a { padding: 0.8em 0.5em 0.7em; cursor: pointer; color: #fff; display: block; }
.nav ul li a:hover { color: #fff; text-decoration: underline;}

@media only screen and (max-width:828px) {
	.nav { display: none;}
}

.navM { position: fixed; z-index: 900; top: 0; left: 0; width: 100%;
	display: none; background-color: #1197a2;  height: 100vh; overflow-x: hidden;
	overflow-y: auto;
	text-align: left;}
.navM.show {display: block;}
.navM ul{ padding: 4em 1em 2em;}
.navM li { line-height: 2.8em;}
.navM li a { display: block; color: #fff; cursor: pointer;}

/*底部*/
.footer {color: #4c4c4c;padding: 1.4em 0 1.4em;}
.footer a { color: #4c4c4c;}
.footer a:hover { color: #12a7b4; text-decoration: underline;}
.footer .copyRight {}
.footer .flink { margin-top: 0.4em;}

/*首页 start*/
.main {  display: flex; justify-content: space-between; align-items: flex-start;
text-align: left;}
.main .conL {width: 75.8%;}
.main .conR {  flex: 1; margin-left: 1.25em;}

@media only screen and (max-width:828px) {
  .main { display: block;}
  .main .conL { width: auto; }
  .main .conR{ width: auto; margin-left: auto;}
}

.main .boxI { position: relative; z-index: 0; overflow: hidden;
margin-top: 1.25em; padding:0 1.2em; flex: 1;
-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.main .boxI .tit { margin: 0 -1.2em; font-weight: bold; color: #555;line-height: 2.7;
border-bottom: 1px solid #eee; padding: 0 1.2em;}

.main .boxI .tuijian{position: absolute; background-color: #f65220;
    top: -2px;
    right: -22px;
    z-index: 1;
    color: #fff;
    font-size: 12px;padding: 0.5em 1.7em 0.1em;
    font-style: normal;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);}

@media only screen and (max-width:828px) {
}

.main .boxB { margin-top: 1.5em; padding: 0 1.2em 1.2em; flex: 1;
-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.main .boxB .tit { font-weight: bold; line-height: 2.5; color: #12A7B4;
border-bottom: 1px solid #e5e5e5; }

.rankList { padding: 0.4em 0 0.6em;}
.rankList li { border-bottom: 1px solid #eee; 
overflow: hidden; padding: 0.8em 0 0.7em;
 display: flex; justify-content: space-between; align-items: center;}
.rankList .num {font-family: Georgia, "Times New Roman", Times, serif;
 line-height: 1.7em;
  width: 1.7em; height: 1.7em; text-align: center; line-height: 1.7em;
 -moz-border-radius:0.25em; -webkit-border-radius:0.25em; border-radius:0.25em;
 overflow: hidden;
 background-color: #12a7b4; color: #fff;}
.rankList li:last-child { border-bottom: 0;}
.rankList li:nth-child(1) .num,
.rankList li:nth-child(2) .num,
.rankList li:nth-child(3) .num{ background-color: #fa744e;}
.rankList li .name { flex: 1; margin: 0 0.6em; line-height: 1.7;
height: 1.7em; overflow: hidden;}


.main .picList ul { padding: 0.6em 0; display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: stretch; }
.main .picList li { width:50%; padding: 0.5em 0;
border-bottom: 1px dotted #ccc;
 display: flex; justify-content: space-between;
align-items: flex-start;}
.main .picList li:nth-child(5) { border-bottom: 0;}
.main .picList li:nth-child(6) { border-bottom: 0;}
.main .picList .picb { width: 5em;}
.main .picList .picb .pic {
 position: relative;z-index: 0; display: block; cursor: pointer;
padding-top: 125%;}
.main .picList .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
 display: block;}
.main .picList .txtb {flex: 1; margin-left: 0.8em; margin-right: 0.8em;}
.main .picList .txtb .txt { line-height: 2; 
border-bottom: 1px dotted #a6d3e8; display: flex;
justify-content: space-between; align-items: center;}
.main .picList .name { font-weight: bold; margin-right: 0.5em;}
.main .picList .intro { margin-top: 0.6em; 
width: 100%; color: #7a7a7a; line-height: 1.7;
height: 5.1em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:3;}

@media only screen and (max-width:828px) {
.main .picList ul { display: block;}
.main .picList li { display: none; width: 100%;}
.main .picList li:nth-child(1),
.main .picList li:nth-child(2),
.main .picList li:nth-child(3){display:flex;}
}

.main .list { margin: 0 0.2em;}
.main .list li { 
 height: 2em; overflow: hidden; line-height: 2; 
 display: flex; justify-content: space-between; align-items: center;}
.main .list li .author { color: #999; margin-left: 0.5em;height: 2em; overflow: hidden;}
.main .list li .name  { flex: 1;  height: 2em; overflow: hidden;}


.main .list2 {}
.main .list2 li {color: #111;overflow: hidden; line-height: 2.7;  margin-top: 0.1em;
 display: flex; justify-content: space-between; align-items: center;}
 
.main .list2 li.liTit { color: #12A7B4;}
.main .list2 li.liTit .author {color: #12A7B4 }
.main .list2 li.liTit .state {color: #12A7B4 }
.main .list2 li.liTit .date {color: #12A7B4 }

.main .list2 li .name  { width: 26.25%; margin-right: 0.5%;
height: 2.7em; overflow: hidden;
 border-bottom: 1px solid #eee; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1;}
.main .list2 li .chapter  { flex: 1; margin-right: 0.5%;
height: 2.7em; overflow: hidden;
 border-bottom: 1px solid #eee; 
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1;}

.main .list2 li .author { width: 20.6%; color: #999; margin-right: 0.5%;
height: 2.7em; overflow: hidden;
 border-bottom: 1px solid #eee; }
.main .list2 li .state { width: 10%;  color: #999; margin-right: 0.5%;
height: 2.7em; overflow: hidden;
 border-bottom: 1px solid #eee; }
.main .list2 li .date { color: #999; width: 13%; margin-right: 0.5%;
height: 2.7em; overflow: hidden;
 border-bottom: 1px solid #eee; }

@media only screen and (max-width:828px) {
	.main .list2 li.liTit  { display: none;}
	.main .list2 li {  padding: 0.6em 0; border-bottom: 1px solid #eee; 
	 height: auto;line-height: 1.7; flex-wrap: wrap;
	  position: relative; z-index: 0;}
	 .main .list2 li .name { font-size: 1.2em; 
	 width: 69.5%; margin-right: 30%; border-bottom: 0;
	 height: 1.7em; }
	 .main .list2 li .chapter { width: 69.5%;margin-right: 30%; border-bottom: 0;
	  height: 1.7em; }
	 .main .list2 li .author { position: absolute; right: 0; top: 0.7em;
		 width: 28%; border-bottom: 0; margin-right: 0; text-align: right;
		  height: 1.7em; }
	 .main .list2 li .date { position: absolute; right: 0; bottom: 0.6em;
	 text-align: right; width: 28%; margin-right: 0; border-bottom: 0;
	  height: 1.7em; }
	 .main .list2 li .state { display: none; width: 50%; border-bottom: 0;
	  height: 1.7em; }
}

.cateBox {display: flex; justify-content: space-between; align-items: flex-start;
	margin-top: 1.5em; padding: 0 1.2em 0.8em; 
-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}

.cateBox .conL { flex: 1; margin-right: 0.6em;}
.cateBox .conC {flex: 1;  margin: 0 0.6em;}
.cateBox .conR {flex: 1; margin-left: 0.6em;}

@media only screen and (max-width:828px) {
	.cateBox { display: block;}
	.cateBox .conC { border: 0;}
	.cateBox .conL { margin-top: 0.75em; margin-right: auto;}
	.cateBox .conC { margin-top: 0.75em;margin-right: auto;margin-left: auto;}
	.cateBox .conR { margin-top: 0.75em;margin-left: auto;}
}

.cateBox .tit { font-weight: bold; line-height: 2.5; color: #12A7B4;
border-bottom: 1px solid #e5e5e5; }

@media only screen and (max-width:828px) {

}
.cateBox .picList ul { padding: 0.3em 0 0.3em; display: block;}
.cateBox .picList li { width: 100%; border-bottom: 0;}
.cateBox .picList .name { font-weight: normal;}
.cateBox .picList .intro { margin-top: 0.4em;}


.mainCate { text-align: left;
 margin-top: 1%; display: flex; justify-content: space-between; align-items: stretch;
border: 3px solid #c3dfea; }


.mainCate .picList ul { display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: stretch; padding-bottom: 1.4%;}
.mainCate .picList li { width: 31.1%; margin: 1.1% 1.1% 0 1.1%;
 display: flex; justify-content: space-between;
align-items: flex-start;}
.mainCate .picList .picb { border: 1px solid #ddd; width: 8.85em;}
.mainCate .picList .picb .pic {
 position: relative;z-index: 0;
 border: 1px solid #fff; display: block; cursor: pointer;
padding-top: 125%;}
.mainCate .picList .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
 display: block;}
.mainCate .picList .txtb {flex: 1; margin-left: 4.2%;}
.mainCate .picList .txtb .txt { line-height: 2; 
border-bottom: 1px dotted #a6d3e8; display: flex;
justify-content: space-between; align-items: center;}
.mainCate .picList .name { font-weight: bold; margin-right: 0.5em;}
.mainCate .picList .name a { color:#333}
.mainCate .picList .name a:hover { color: #ff0000; text-decoration: underline;}
.mainCate .picList .author { color: #999;}
.mainCate .picList .intro { text-indent: 2em; margin-top: 0.6em; width: 100%; color: #999; line-height: 1.5;
height: 7.5em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:5;}

@media only screen and (max-width:828px) {
  .mainCate { font-size: 14px;border: 0; margin-top: 0; }
  .mainCate .picList ul { padding-bottom: 0.75em; display: block;}
  .mainCate .picList li { padding: 0.75em; width:auto; margin: 0.75em 0 0 0;
  background-color: #fef9ef; border: 1px solid #d7d7d7;
  -moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;}
  .mainCate .picList .picb { width: 6.25em;}
  .mainCate .picList .txtb { margin-left: 0.6em;}
  .mainCate .picList .intro { 
  height: 4.5em; 
  -webkit-line-clamp:3;}
}
/*首页 end*/


.page { margin-top: 1.4em; padding-bottom: 0.3em;	text-align: center;	color: #555;	}
.page a,.page .cur { 
	display: inline-block;	color: #aaa; 
	padding: 0.1em 0.3em 0; min-width: 2.2em;
	margin: 0.4em 0.1em 0; line-height: 2.7em;
	-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.page a:hover { background-color: #eee; color: #555;}
.page .cur { background-color: #12A7B4;color: #fff;}
.page .cur:hover { background-color: #12A7B4;color: #fff;}
.page span { display: inline-block; margin: 0 0.5em;}



.page2 { display: flex; justify-content: space-between; align-items: center;
	margin: 0.8em 1em 0; padding-bottom: 0.5em;	text-align: center;	color: #333;
	line-height: 2.6em; font-size: 14px;}
.page2 .selectW { flex: 1; margin: 0 0.8em;}
.page2 .select { font-size: 1em; border: 1px solid #dfdfdf; width: 100%; text-align: center;
line-height:2.8em; height: 2.8em;}
.page2 a { padding: 0 1.5em; display: block; cursor: pointer;
color: #fff; background-color: #12a7b4; border: 1px solid #12a7b4;}
.page2 .disabled {padding: 0 1.5em; display: block; border: 1px solid #cecece;
background-color: #cecece; color: #fff;}


.btnArrow {display: inline-block; cursor: pointer; width: 2.1em; height: 0.65em;
background: url(../images/arrow3.png) center center no-repeat;
background-size:contain ; margin-top: 17%;
}

.btnArrow2 {display: inline-block; cursor: pointer; width: 5.5em; height: 1.5em;
background:#fff url(../images/arrow4.png) center center no-repeat;
background-size:2.16em auto; margin-top: 1em;
}

.btn { display: inline-block; cursor: pointer;
 background-color: #e78455; color: #fff; line-height: 2.8;
 padding: 0.05em 3.1em 0 3.1em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;
}


.btnGreen { display: block; cursor: pointer; color: #fff; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #24b76c; background-color: #24b76c;}
.btnGreen:hover { color: #fff;}

.btnGreen2 { display: block; cursor: pointer; color: #24b76c; line-height: 3.5;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #24b76c; background-color: #fff;}
.btnGreen2:hover { color: #24b76c;}


.btnYell { display: inline-block; cursor: pointer; color: #fff; line-height:2.5;
 padding: 0.05em 0 0;  width: 9em; margin: 0 0.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #d7ab02; background-color: #d7ab02;}
.btnYell:hover { color: #fff; border: 2px solid #24b66b; background-color: #24b66b;}

.btnGray { display: inline-block; cursor: pointer; color: #fff; line-height:2.5;
 padding: 0.05em 0 0;  width: 9em;  margin: 0 0.5em;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;
border: 2px solid #999999; background-color: #999999;}
.btnGray:hover { color: #fff; border: 2px solid #24b66b; background-color: #24b66b;}



.btnBlue2 { display: inline-block; cursor: pointer; color: #fff; line-height: 2.6;
 padding: 0.05em 1.7em 0 1.8em; 
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-radius:0.35em; -webkit-border-radius:0.35em; border-radius:0.35em;
border: 1px solid #0099ff; background-color: #0099ff; line-height: 2.4;}


.btnNPW { position: absolute; right: 12.5%;  bottom:9em;
z-index: 1000;height: 2.8em; width:8em; text-align: center; }
.btnNext,.btnPrev { position: relative;
	cursor: pointer; display: inline-block;
	width: 2.8em; height: 2.8em; margin:0 0.4em;
	border: 1px solid #fff;
	transition: all 0.5s;
	-webkit-transition:all 0.5s;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
} 
.btnPrev { left: 5.2%; right: auto;
transform: rotate(180deg);
-ms-transform: rotate(180deg); 
-webkit-transform: rotate(180deg); 
}
.btnNext:hover,
.btnPrev:hover {
	border: 1px solid #8bd0ff; background-color: transparent;
}
.btnPrev::before,
.btnNext::before{
	content: ""; display: block;position: absolute; z-index: 1;
top: 0; left: 0; width: 100%; height: 100%;
background:  url(../images/arrow.png) center center no-repeat;
	background-size: 31% auto;}


.swiper-button-disabled,
.swiper-button-disabled:hover{  background: transparent;
filter:alpha(opacity=50);-moz-opacity:0.5; opacity:0.5;}



.floatBox { position: fixed; z-index: 1000; right: 0.3em; bottom: 2em;}
.floatBox .btnF { display: block; position: relative; z-index: 0;
width: 4em; height: 4em;
cursor: pointer; margin-top: 0.3em;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.floatBox .btnF .btnC { width: 100%; height: 100%; display: flex; cursor: pointer;
justify-content: center; align-items: center;}
.floatBox .btnF .btnC img { width: 2em; height: 2em;
display: block;}
.floatBox .btnF .btnP { display: none; position: absolute; right: 100%; top: 50%;
 margin-right: 0.2em; margin-top: -3.9em;
background-color: #fff;}
.floatBox .btnF:hover .btnP { display: block; padding: 0.4em;
}
.floatBox .btnF .btnP img { width: 7em; height: 7em; display: block;
background-color: #fff; border: 1px solid #e1e4f3;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}

/*弹出框 错乱漏章催更*/
.popupError { position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
background-color: rgba(0,0,0,0.5);}
.popupError.show { display: flex;}
.popupError .popupBox { position: relative; z-index: 0;
 max-width: 560px; background-color: #fff;
 width: 80%;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
 .popupError .popupBox .close { cursor: pointer; 
 position: absolute; right: 0; top: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupError .popupBox .conP{ padding: 7% 10.7%;}
.popupError .popupBox .tit { font-weight: bold; color: #000;}
.popupError .popupBox .list { margin-top: 2.2em;}
.popupError .popupBox .list li {  margin-top: 0.9em;
 line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
 .popupError .popupBox .list li.sel {
	 border: 1px solid #24b66b; color: #24b66b;
 }
.popupError .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
display: flex; justify-content: flex-start; align-items: flex-start;
padding: 1em;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupError .popupBox .list dt {}
.popupError .popupBox .list dd { flex: 1;}
.popupError .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupError .popupBox .btnW { margin-top: 1.9em;}
.popupError .popupBox .btnGreen { line-height: 2.7; display: inline-block;
padding: 0 3.5em;
}
.popupError textarea::-webkit-input-placeholder{	color: #ccc;}
.popupError textarea::-moz-placeholder{	color: #ccc;}
.popupError textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
	.popupError .popupBox { 
	 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}


/*弹出框 设置*/
.popupSet { position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none;
 justify-content: center; align-items: flex-start;
background-color: rgba(0,0,0,0.5);}
.popupSet.show { display: flex;}
.popupSet .popupBox { position: relative; z-index: 0;
 background-color: #fff;
 width: 100%;
}
 .popupSet .popupBox .close { cursor: pointer; 
 position: absolute; right: 50%; margin-right: -1.25em; bottom: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupSet .popupBox .conP{ padding: 2.6em 6.4%;font-size: 1rem;}
.popupSet .popupBox .list { font-size: 1.083em;}
.popupSet .popupBox .list dl { margin-top: 2em; color: #000; 
display: flex; justify-content: flex-start; align-items:center;}
.popupSet .popupBox .list dl:nth-child(1) { margin-top: 0;}
.popupSet .popupBox .list dd { margin-left: 0.8em; flex: 1;}


.popupSet .popupBox .color { display: flex; justify-content: flex-start; 
align-items: center; }
.popupSet .popupBox .color .item {
	width:2.4em; height: 2.4em; margin-right: 0.4em;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
	border: 2px solid #e0e0e0;
	background-color: #e0e0e0;
	margin-right: 0.8em;
}
.popupSet .popupBox .color .item:nth-child(2) {
	border: 2px solid #d8ffeb;
	background-color: #d8ffeb;
}
.popupSet .popupBox .color .item:nth-child(3) {
	border: 2px solid #fefcd5;
	background-color: #fefcd5;
}
.popupSet .popupBox .color .item:nth-child(4) {
	border: 2px solid #ffeeee;
	background-color: #ffeeee;
}
.popupSet .popupBox .color .item:nth-child(5) {
	border: 2px solid #000;margin-right: 0;
	background:#000 url(../images/moon.png) center center no-repeat;
	background-size:2em auto;
	
}
.popupSet .popupBox .color .sel { 
	border: 2px solid #000 !important;
background-image:url(../images/checked.png);
background-position: center center;
background-size: 2em auto;
background-repeat: no-repeat ;
}
.popupSet .popupBox .color .item:nth-child(5).sel {
	background-image:url(../images/checked_2.png);
}

.popupSet .popupBox  .size {  display: flex; 
justify-content: flex-start; align-items: center;}

.popupSet .popupBox  .size .btnSubt { font-size: 1.25em;color: #000;
background-color: #e1e1e1; width: 5em; line-height: 2.1;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;}
.popupSet .popupBox  .size .input { margin: 0 0.3em; border: 0; width: 2.5em;
 font-size: 1.25em; color: #000;
 text-align: center; outline-width: 0;}
.popupSet .popupBox  .size .btnPlus { font-size: 1.25em;color: #000;
background-color: #e1e1e1;width: 5em;line-height: 2.1;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;}
.popupSet .popupBox  .size .gray { color: #b2b2b2;}

.popupSet .popupBox .bright { width: 100%; display: flex; 
justify-content: flex-start; align-items: center;}
.popupSet .popupBox .bright .percent { position: relative; z-index: 0;
 height: 1.15em; flex: 1;
background-color: #e1e1e1;
-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
.popupSet .popupBox .bright .percent span { position: absolute; top: 0; left: 10%;
width: 1.15em; height: 1.15em;
background-color: #fff;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;}
.popupSet .popupBox .bright .txt { margin: 0 0.8em;}
.popupSet .popupBox .bright .pics { width: 1.8em; height: auto;}

@media only screen and (max-width:828px) {
	.popupSet .popupBox { 
	 -moz-border-bottom-left-radius:1.5em; 
	 -webkit-border-bottom-left-radius:1.5em; 
	 border-bottom-left-radius:1.5em;
	 
	 -moz-border-bottom-right-radius:1.5em;
	 -webkit-border-bottom-right-radius:1.5em; 
	 border-bottom-right-radius:1.5em;}
}


/*弹出框 求书*/
.popupAsk{ position: fixed; z-index: 1000; left: 0; top: 0;
width: 100%; height: 100%; display: none; justify-content: center; align-items: center;
background-color: rgba(0,0,0,0.5);}
.popupAsk.show { display: flex;}
.popupAsk .popupBox { position: relative; z-index: 0;
 max-width: 560px; background-color: #fff;
 width: 80%;
 -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
 .popupAsk .popupBox .close { cursor: pointer; 
 position: absolute; right:0; top: -3.5em;
 background: url(../images/close_2.png) center center no-repeat;
 background-size:contain;
 width: 2.5em; height: 2.5em;}
.popupAsk .popupBox .conP{ padding: 7% 10.7%;}
.popupAsk .popupBox .tit { font-weight: bold; color: #000;}
.popupAsk .popupBox .iW {  margin-top: 0.9em; padding:0 1em;
 line-height: 3;  border: 1px solid #e0e0e0; cursor: pointer;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupAsk .popupBox .iW .input { font-size: 1em; width: 100%; border: 0; outline-width: 0;
 line-height: 3em; color: #000;}
 .popupAsk .popupBox .list { margin-top: 2em;}
.popupAsk .popupBox .list dl { margin-top: 0.9em; color: #000; border: 1px solid #e0e0e0;
display: flex; justify-content: flex-start; align-items: flex-start;
padding: 1em;
 -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px;}
.popupAsk .popupBox .list dd { flex: 1;}
.popupAsk .popupBox .list .textarea { display: block; flex: 1; border: 0; margin: 0; padding: 0;
width: 100%; font-size: 1em; line-height: 1.5; height: 6em;}

.popupAsk .popupBox .btnW { margin-top: 3em;}
.popupAsk .popupBox .btnBlue { cursor: pointer;
 line-height: 2.7; color: #fff; display: block; background-color: #507BBF;
padding: 0 3.5em;
-moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
.popupAsk input::-webkit-input-placeholder{	color: #000;}
.popupAsk input::-moz-placeholder{	color: #000;}
.popupAsk input:-ms-input-placeholder{	color: #000;}

.popupAsk textarea::-webkit-input-placeholder{	color: #ccc;}
.popupAsk textarea::-moz-placeholder{	color: #ccc;}
.popupAsk textarea:-ms-input-placeholder{	color: #ccc;}

@media only screen and (max-width:828px) {
	.popupAsk .popupBox { 
	 -moz-border-radius:1.5em; -webkit-border-radius:1.5em; border-radius:1.5em;}
}

.ReadpageT { display: none; background-color: #fff; padding: 0.3em 0;}
.ReadpageT a {display: inline-block; cursor: pointer;}
.lightoff, .huyanoff, .sizebgon { vertical-align: middle; display: inline-block; padding:0.3em 0.5em;
    border: 1px solid #333; color: #fff; font-weight: bold;
    box-shadow: 0 1px 2px #8b8b8b inset, 0 -1px 0 #3d3d3d inset, 0 -2px 3px #8b8b8b inset;
    background: -webkit-linear-gradient(top, #656565, #4c4c4c);
    background: -moz-linear-gradient(top, #656565, #4a4a4a);
    background: linear-gradient(top, #656565, #4a4a4a);
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.lightoff:hover, .huyanoff:hover, .sizebgon:hover {color: #fff;}
.ReadpageT .sizebg { vertical-align: middle;
    padding: 0 0.6em;
    text-align: center;
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px 1px #333;
    border-radius: 5px;
   
    position: relative;
    overflow: hidden;
}
.huyanon {display: inline-block; padding:0.3em 0.5em; color: #fff; font-weight: bold;
    border: 1px solid #64c878;
    box-shadow: 0 1px 2px #b9ecc4 inset, 0 -1px 0 #6c9f76 inset, 0 -2px 3px #b9ecc4 inset;
    background: -webkit-linear-gradient(top, #90dfa2, #84d494);
    background: -moz-linear-gradient(top, #90dfa2, #84d494);
    background: linear-gradient(top, #90dfa2, #84d494);
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.huyanon:hover {color: #fff;}
.lighton {display: inline-block; padding:0.3em 0.5em; color: #fff; font-weight: bold;
    border: 1px solid #d2a000;
    box-shadow: 0 1px 2px #fedd71 inset, 0 -1px 0 #a38b39 inset, 0 -2px 3px #fedd71 inset;
    background: -webkit-linear-gradient(top, #fece34, #d8a605);
    background: -moz-linear-gradient(top, #fece34, #d8a605);
    background: linear-gradient(top, #fece34, #d8a605);
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
}
.lighton:hover {color: #fff;}

.addbook { line-height: 3; display: none; font-weight: bold; color: #507BBF;}
.addbook a {color: #507BBF;}

.readPage {display: none;}
@media only screen and (max-width:828px) {
	.ReadpageT { display: block; }
	
	.readPage { line-height: 2.3em; display: block; color: #2a779d; background: #d4eaf2;;}
	.readPage a { display: inline-block; margin: 0 0.7em;color: #2a779d;}
	.readPage .pageDown{text-shadow: 1px 1px #2a779d;
    color: #fff;}
	
	.addbook { display: flex; justify-content: space-around; align-items: center;}
}

.position { color: #888; text-align: left; line-height: 3;
	-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
	-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
	box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
	    background-color: #fff;
	-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
.position .arrow { display: inline-block; margin: 0 0.4em;}
.position .posi { padding: 0 1em;}

/*列表页start*/
.boxZ { padding-bottom: 1em;}
.boxZ .picZList li {
 display: flex; justify-content: space-between;
align-items: flex-start;
position: relative; z-index: 0; overflow: hidden;
margin-top: 1em; padding:1.2em 1.2em; 
    background-color: #fff;	border: 1px solid #e5e5e5;}
.boxZ .picZList .picb { width: 7.8em;}
.boxZ .picZList .picb .pic {
 position: relative;z-index: 0; display: block; cursor: pointer;
padding-top: 125%;}
.boxZ .picZList .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
 display: block;}
.boxZ .picZList .txtb {flex: 1; margin-left: 0.8em; margin-right: 0.8em;}
.boxZ .picZList .txtb .txt { line-height: 2; 
border-bottom: 1px dotted #a6d3e8; display: flex;
justify-content: space-between; align-items: center;}
.boxZ .picZList .name {height: 1.5em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}
 .boxZ .picZList .name a {transition: all 0.5s;
	-webkit-transition:all 0.5s;
 position: relative; z-index: 0;
 left: 0; }
.boxZ .picZList .name a:hover {	left: 0.5em;}
.boxZ .picZList .intro { margin-top: 0.6em; 
width: 100%; color: #666; line-height: 1.7;
height: 5.1em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:3;}
.boxZ .picZList .about { margin-top: 0.4em; color: #999;}
.boxZ .picZList .btnRead { position: absolute; bottom: 0; right: 0;
display: block; color: #fff; background-color: #d2d2d2; line-height: 2.2;
padding: 0.1em 1.6em 0;
transition: all 0.5s;
-webkit-transition:all 0.5s;
-moz-border-top-left-radius:0.4em; 
-webkit-border-top-left-radius:0.4em;
 border-top-left-radius:0.4em;
 
 -moz-border-bottom-right-radius:0.4em;
 -webkit-border-bottom-right-radius:0.4em;
  border-bottom-right-radius:0.4em;
}
.boxZ .picZList li:hover .btnRead { padding: 0 2.9em;
background-color: #12a7b4;}
@media only screen and (max-width:828px) {
	.boxZ .picZList .btnRead { display: none;}
	.boxZ .picZList .about { margin-top: 0.8em;}
}

/*列表页 end*/

/*章节页 start*/

.chapterBox { flex: 1; overflow: hidden;  min-height: 18.1em;
margin-top: 1.25em; padding:1.2em 1.2em;
-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; 
display: flex; justify-content: space-between; align-items: flex-start;}

.chapterBox .picb {  width: 8.75em;}
.chapterBox .picb .pic {
 position: relative;z-index: 0; display: block;
padding-top: 125%;}
.chapterBox .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
 display: block;}
 
.chapterBox .txtb {flex: 1; margin-right: 1em; color: #555; text-align: left;}
.chapterBox .txtb .tit { padding-top: 0.3em;}
.chapterBox .txtb .name {  line-height: 1.2; font-weight: bold; color: #12a7b4;}
.chapterBox .txtb .author span { display: inline-block; margin: 0 0.5em;}
.chapterBox .txtb .about ul {display: flex;flex-wrap: wrap;
justify-content: flex-start; align-items: flex-start;}
.chapterBox .txtb .about ul li { margin: 1em 1em 0 0; 
padding: 0 1.2em; line-height: 2.5; 
background-color: #eee; color: #999;}
.chapterBox .txtb .about ul .btnAddShelf {
	margin: 1em 1em 0 0; cursor: pointer;
	padding: 0 1.2em; line-height: 2.5; 
	background-color: #12a7b4; color: #fff;
}

.chapterBox .txtb .lastChapter { margin-top: 1.3em; padding-bottom: 0.8em; border-bottom: 1px solid #eee;}
.chapterBox .intro { margin-top: 1.3em; line-height: 2; color: #666; text-indent: 2em;}

@media only screen and (max-width:828px) {
.chapterBox .txtb .about { margin-top: 0.9em; display: flex;
justify-content: flex-start; align-items: flex-start;}
.chapterBox .txtb .about ul { flex-direction: column; flex: 1; margin-left: 1.2em;}
.chapterBox .txtb .about ul li { margin: 0 0 0.7em 0; line-height: 1.78em;}
.chapterBox .txtb .about ul .btnAddShelf { margin: 0 0 0.7em 0; line-height: 1.78em;}
.chapterBox .picb {  width: 7.2em;}
.chapterBox .txtb .lastChapter { margin-top:0.8em ;}

}

.chapterList { overflow: hidden;  text-align: left;
margin-top: 1.25em; padding:0.6em 1.2em 1.2em;
-moz-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
-webkit-box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
box-shadow: 0 2px 3px rgba(35, 51, 64, .15);
    background-color: #fff;
-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; }
.chapterList .tit { line-height: 2.4em;
 border-bottom: 1px solid #eee;  color: #12a7b4;}
.chapterList .list ul { margin-top: 0.4em; line-height: 2.5em; display: flex; flex-wrap: wrap;
justify-content: flex-start; align-items: stretch;}
.chapterList .list li { width: 33.3%; height: 2.5em; overflow: hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:1; }
.chapterList .list li .name  { margin: 0 1em 0 0; }

@media only screen and (max-width:828px) {
	.chapterList .list ul { display: block;}
	.chapterList .list li { width: 100%;}
}


/*阅读页 start*/
.readBox { margin-top: 0.7em; padding: 0 0 1.3em; 
 }
.readBox .tit { padding: 0.8em 1em 0.7em; 

	display: flex; justify-content: space-between;
	align-items: flex-start; font-size: 12px;
}
.readBox .tit .oninfo {display: flex; flex-wrap: wrap; justify-content: flex-end; align-items: center;}
.readBox .tit .oninfo input { position: relative; z-index: 0; 
top: -0.1em; margin: 0 0.2em; padding: 0; vertical-align: middle; }
.readBox .tit .oninfo span { display: inline-block; vertical-align: middle; margin: 0 .2em;}
.readBox .tit .oninfo select { vertical-align: middle; margin: 0 .2em;}
.readBox .title { text-align: center;
    color: #12a7b4;    margin: 1em 0 0;	font-weight: bold;}
.readBox .content {margin: 2em 1em 0; text-align: left;
line-height: 2; color: #555;}

.readBox .content a.red { color: #ff0000;}
.readBox .content a.red:hover { text-decoration: underline; color: #ff0000;}

.readBox .btnW { margin: 1.2em auto 0; padding-bottom: 1em;
 border-bottom: 1px dotted #eee;}
.readBox .btnW a { display: inline-block; cursor: pointer;
	color: #12a7b4; margin: 0 0.8em; }

@media only screen and (max-width:828px) {
	.readBox .tit .oninfo {display: flex; flex-wrap: wrap; justify-content:center; align-items: center;}
}

.rankBox { 
	display: flex;flex-wrap: wrap; justify-content: flex-start; align-items: stretch;}
.rankBox .rBox { width: 23.5%; margin: 1.8% 2% 0 0;
display: flex; flex-direction: column; }
.rankBox .rBox .rCon { text-align: left; border: 3px solid #88C6E5; flex: 1; width: 100%;}
.rankBox .rBox .tit { padding: 0 1em; background: #E1ECED; line-height: 2.8em;
    border-bottom: 1px solid #88C6E5; font-weight: bold;}
.rankBox .rBox:nth-child(4n) { margin-right: 0;}
.rankBox .rBox .list { margin: 0 0.7em; line-height: 2.7em;}
.rankBox .rBox .list li { border-bottom: 1px dashed #cdcece; 
 height: 2.7em; overflow: hidden;
 display: flex; justify-content: space-between; align-items: center;}
 .rankBox .rBox .list .num { font-size: 12px; line-height: 1.8em;
  width: 1.8em; height: 1.8em; text-align: center; line-height: 1.85em;
 -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
 overflow: hidden;
 background-color: #b0b0b0; color: #fff;}
 .rankBox .rBox .list li:last-child { border-bottom: 0;}
.rankBox .rBox .list li:nth-child(1) .num,
.rankBox .rBox .list li:nth-child(2) .num,
.rankBox .rBox .list li:nth-child(3) .num{ background-color: #fa744e;}
.rankBox .rBox .list li .name { flex: 1; margin: 0 0.6em;
height: 2.7em; overflow: hidden;}
.rankBox .rBox .list .cate { color: #888;height: 2.7em; overflow: hidden;}

@media only screen and (max-width:828px) {
	.rankBox {display: block; }
	.rankBox .rBox { width: auto; margin:1em -0.75em 0;
	display: flex; flex-direction: column; }
	.rankBox .rBox .rCon { border: 0;}
	.rankBox .rBox .tit { line-height: 2.6; background: #F6F6F6;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7; font-weight: normal;}
	.rankBox .rBox .list { font-size: 14px;}
	.rankBox .rBox .list li .name a { color: #6F78A7;}
	.rankBox .rBox .list li:hover {background: #F6F6F6;}
	.rankBox .rBox .list li:last-child { border-bottom: 1px dashed #cdcece; }
}

/*阅读页 end*/
.shelfBox .tab { margin-top: 1.5em; display: flex; justify-content: flex-start; align-items: stretch;
border-bottom: 1px solid #eee; background-color: #fff; line-height: 2.8em;}
.shelfBox .tab a { color: #111; padding: 0 2em; display: block; cursor: pointer;}
.shelfBox .tab a.cur { background-color: #12a7b4; font-weight: bold; color: #fff;}

.shelfBox .list li { position: relative; z-index: 0; margin-top: 1em; padding: 1em;
 border: 1px solid #eee;  text-align: left; background-color: #fff;
 display: flex; justify-content: space-between; align-items: flex-start;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.shelfBox .list .num { font-size: 12px; line-height: 1.8em;
  width: 1.8em; height: 1.8em; text-align: center; line-height: 1.85em;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
 overflow: hidden;
 background-color: #b0b0b0; color: #fff;}
.shelfBox .list li:nth-child(1) .num,
.shelfBox .list li:nth-child(2) .num,
.shelfBox .list li:nth-child(3) .num{ background-color: #fa744e;}
.shelfBox .list .picb { margin-left: 1em;  width: 8.75em;}
.shelfBox .list .picb .pic {
 position: relative;z-index: 0; display: block;
padding-top: 125%;}
.shelfBox .list .picb .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;
 display: block;}
.shelfBox .list .txtb { flex: 1; margin: 0 1em;}
.shelfBox .list .name { font-size: 16px; margin-bottom: 0.2em;  font-weight: bold; overflow: hidden;}
.shelfBox .list .about { font-size: 14px; color: #999;}
.shelfBox .list .cate { color: #888;height: 2.7em; overflow: hidden;}
.shelfBox .list .intro {
    margin-top: 0.8em;
    width: 100%;
    color: #666;
    line-height: 1.7;
    height: 3.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.shelfBox .list .btnDel { cursor: pointer;  display: inline-block;
	border:1px solid #fa744e; color: #fa744e; line-height: 2; padding: 0 1em;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;;}

@media only screen and (max-width:828px) {
	.shelfBox {display: block; }
	.shelfBox .tit { line-height: 2.6; background: #F6F6F6;
    border-top: 1px solid #D7D7D7;
    border-bottom: 1px solid #D7D7D7; font-weight: normal;}

	
	.shelfBox .list { font-size: 14px;}
	.shelfBox .list li:hover {background: #F6F6F6;}
	.shelfBox .list li { padding-top: 3.5em;}
	.shelfBox .list .num  { position: absolute; top: 1.2em; left: 1em;}
	.shelfBox .list .picb { margin-left: 0; width: 7.8em;}
	.shelfBox .list .op { position: absolute; top: 1em; right: 1em;}
}

  
.floatLBox { position: fixed; top: 60px;  left: 50%; margin-left: -560px;
    z-index: 999; width:60px ;}
.floatRBox {position: fixed; top:187px; right: 50%; margin-right: -560px;
    z-index: 999; width:60px ;}
	
.floatPBox .btnF { cursor: pointer; margin-top: 0.3em; 
display: flex; flex-direction: column; justify-content: center; align-items: center;
 background-color: #24b66b; padding: 0.45em 0 0.42em;
 font-size: 14px; line-height: 1.28; color: #fff;
position: relative; z-index: 0;
}
.floatRBox .btnF:nth-child(2) { background-color: #099d51;}
.floatRBox .btnF:nth-child(3) { background-color: #058242;}
.floatRBox .btnF:nth-child(4) { background-color: #036f38;}

.floatLBox .btnF:nth-child(2) { background-color: #d7ab02;}
.floatPBox .btnF img { display: block; width: 30px; height: 30px;
object-fit: contain; margin: 0 auto 0;}

.floatPBox .pics img { display: block; width: 4.25em; height: 4.25em;
object-fit: contain; margin: 0 auto 1.5em; background-color: #fff;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
.floatPBox.floatLBox .btnF.cur::after { position: absolute; width: 0.7em; right: -0.7em;
left: auto;
top: 0; height: 100%; background-color: #fff; content: "";}
.floatPBox .btnF .pBox {
	position: absolute; top: 50%; margin-top: -5.5em;
	width: 28em; left: -28.4em;
	height: 13em;
	background-color: #fff;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	display: none;
}
.floatLBox .btnF .pBox {
	position: absolute; top: 50%; margin-top: -5.5em;
	width: 28em; left: auto; right: -28.4em;
	height: 13em;
	background-color: #fff;
	-moz-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	box-shadow: 0 0 1em rgba(0, 0, 0, .1);
	display: none;
}
.floatPBox .btnF.cur .pBox {
	display: block;
}
.floatPBox .btnF .pBox  .close { position: absolute; top: 1.1em; right: 1.1em;
width: 2em; height: 2em;
background:url(../images/close.png) center center no-repeat ;
background-size:contain ;}
.floatPBox .btnF .pBox .pBoxC { padding: 4% 5% 8.5%; text-align: left;}
.floatPBox .btnF .pBox .pBoxC  .pt { font-size: 1.7em; color: #000;}
.floatPBox .btnF .pBox .pBoxC  .size { margin-top: 2em; display: flex; 
justify-content: center; align-items: center;
border: 2px solid #f2f2f2; padding: 1.5em 0;}

.floatPBox .btnF .pBox .pBoxC .btnSubt { font-size: 1.5em;color: #999;}
.floatPBox .btnF .pBox .pBoxC .input { margin: 0 2em; border: 0; width: 6em;
border-left: 1px solid #000; font-size: 1.5em; color: #666;
border-right: 1px solid #000; text-align: center; outline-width: 0;}
.floatPBox .btnF .pBox .pBoxC .btnPlus { font-size: 1.5em;color: #999;}
.floatPBox .btnF .pBox .pBoxC .gray { color: #b2b2b2;}

.floatPBox .btnF .pBox .pBoxC .color { display: flex; justify-content: space-around; 
align-items: center; margin-top: 2.35em;}
.floatPBox .btnF .pBox .pBoxC .color .item {
	width: 3.85em; height: 3.85em;
	-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
	border: 2px solid #e0e0e0;
	background-color: #e0e0e0;
	margin-right: 0.8em;
}
.floatPBox .btnF .pBox .pBoxC .color .item:nth-child(2) {
	border: 2px solid #d8ffeb;
	background-color: #d8ffeb;
}
.floatPBox .btnF .pBox .pBoxC .color .item:nth-child(3) {
	border: 2px solid #fefcd5;
	background-color: #fefcd5;
}
.floatPBox .btnF .pBox .pBoxC .color .item:nth-child(4) {
	border: 2px solid #ffeeee;
	background-color: #ffeeee;
}
.floatPBox .btnF .pBox .pBoxC .color .item:nth-child(5) {
	border: 2px solid #000;margin-right: 0;
	background:#000 url(../images/moon.png) center center no-repeat;
	background-size:2em auto;
	
}
.floatPBox .btnF .pBox .pBoxC .color .sel { 
	border: 2px solid #000 !important;
background-image:url(../images/checked.png);
background-position: center center;
background-size: 2em auto;
background-repeat: no-repeat ;
}
.floatPBox .btnF .pBox .pBoxC .color .item:nth-child(5).sel {
	background-image:url(../images/checked_2.png);
}

.floatPBox .btnF .pBox .pBoxC .key { margin-top: 1.7em; display: flex; 
justify-content: space-between; align-items:flex-start;}
.floatPBox .btnF .pBox .pBoxC .key .item .name { color: #707070;}
.floatPBox .btnF .pBox .pBoxC .key .item .pick { margin-top: 1.2em; display: flex;
justify-content: flex-start; align-items: flex-start;}
.floatPBox .btnF .pBox .pBoxC .key .item span { margin-right: 3px; width: 2.85em; height: 2.85em;
 display: flex; justify-content: center; align-items: center;
 background-color: #e4e4e4;
 -moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.floatPBox .btnF .pBox .pBoxC .key .item img {width: 2em; height: 2em; display: block;}

.floatPBox .btnF .mBox {
	position: absolute; top: 50%; margin-top: -9em;
	width: 15em; left: -15.7em;
	height: 18em;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .2);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, .2);
	-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
	display: none;
}
.floatPBox .btnF .mBox .pic { padding-top: 2.7em;}
.floatPBox .btnF .mBox .pic img { display: block; width: 9.25em; height: 9.25em;}
.floatPBox .btnF.cur .mBox {
	display: block;
}
.floatPBox .btnF .mBox  .close { position: absolute; top: 1em; right: 1em;
width: 1.3em; height: 1.3em;
background:url(../images/close.png) center center no-repeat ;
background-size:contain ;}
.floatPBox .btnF .mBox .pt { margin-top: 0.5em;}

.popupListen { position: fixed; z-index: 1000; top: 0; left: 0;
 width: 100%; height: 100%;  background-color: rgba(0,0,0,0.5);
 display: flex; justify-content: center; align-items: center; display: none;}
.popupListen .listenBox { position: relative; z-index: 0;
 width: 15.5em; font-size: 26px;
background-color: #fff;
-moz-border-radius:0.6em; -webkit-border-radius:0.6em; border-radius:0.6em;
}
.popupListen .listenBox  .close { position: absolute; top: 0.6em; right: 0.6em;
width: 1.3em; height: 1.3em; cursor: pointer;
background:url(../images/close.png) center center no-repeat ;
background-size:contain ;}
.popupListen .listenBox .pBoxC { padding:16% 10% 10%;}
.popupListen .listenBox .pBoxC .pic img { display: block; width: 9em;
margin: 0 auto;}
.popupListen .listenBox .pBoxC .pt { margin-top: 0.4em;}

.floatPBox .btnF .dBox {
	position: absolute; top: 50%; margin-top: -20em;
	width: 1126px; right: -1136px;
	height: 40em;
	background-color: #fff;
	-moz-box-shadow: 0 0 0.5em rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 0.5em rgba(0, 0, 0, .2);
	box-shadow: 0 0 0.5em rgba(0, 0, 0, .2);
	-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
	display: none;
}
.floatPBox .btnF .dBox .pic { padding-top: 2.7em;}
.floatPBox .btnF .dBox .pic img { display: block; width: 9.25em; height: 9.25em;}
.floatPBox .btnF.cur .dBox {
	display: block;
}
.floatPBox .btnF .dBox  .close { position: absolute; top: 1em; right: 1em;
width: 1.3em; height: 1.3em;
background:url(../images/close.png) center center no-repeat ;
background-size:contain ;}
.floatPBox .btnF .dBox .tit { color: #333; font-weight: bold; display: flex; justify-content: space-between;
 align-items: center; font-size: 24px; margin: 1em 4% 0;}
.floatPBox .btnF .dBox .list { margin: 0.5em 4% 0;
 font-size: 18px;line-height: 3em; height: 30em; overflow-y: auto;}
.floatPBox .btnF .dBox .list  ul { flex-wrap: wrap;
	display: flex; justify-content: flex-start; align-items: flex-start;
}
.floatPBox .btnF .dBox .list li { width: 48%; margin-right: 2%; text-align: left;
border-bottom: 1px dashed  #f2f2f2;}



.bg1 {  background-color: #e0e0e0;}
.bg2 {  background-color: #d8ffeb;}
.bg3 { background-color: #fefcd5;}
.bg4 {  background-color: #ffeeee;}
.bg5 { background-color: #000;}

@media only screen and (max-width:828px) { 
	.bg1::before {  
		background-image: linear-gradient(to bottom, rgba(235, 218, 218, 1), rgba(224, 224, 224, 1));}
	.bg2::before {  
		background-image: linear-gradient(to bottom, rgba(201, 255, 227, 1), rgba(216, 255, 235, 1));}
	.bg3::before { 
		background-image: linear-gradient(to bottom, rgba(253, 250, 197, 1), rgba(254, 252, 213, 1));}
	.bg4::before { 
		background-image: linear-gradient(to bottom, rgba(253, 219, 219, 1), rgba(255, 238, 238, 1));}
	.bg5::before { background: transparent;}
}

.bg5 .conBox { background-color: #262626;}
.bg5 .conBox .title { color: #ebebec;}
.bg5 .conBox .content { color: #ebebec;}
.bg5 .conBox .content p {color: #ebebec;}
.bg5 .conBox .about dl dd {color: #ebebec;}
.bg5 .conBox  a {color: #ebebec;}
.bg5 .conBox  a:hover {color: #fff;}

.bg5 .floatPBox .btnF { background-color: #242424; color: #8c8c8e;}

.bg5 .floatPBox .btnF .pBox { background-color: #2a2b2b;}
.bg5 .floatPBox .btnF .pBox .pBoxC .pt { color: #e5e5e6;}
.bg5 .floatPBox .btnF .pBox .close {
	background-image: url(../images/close_2.png);
}
.bg5 .floatPBox .btnF.cur::after { background-color: #2a2b2b;}

.bg5 .floatPBox .btnF .pBox .pBoxC .input {background-color: #2a2b2b; 
color: #ebebec;}
.bg5 .floatPBox .btnF .dBox {background-color: #2a2b2b;}
.bg5 .floatPBox .btnF .dBox .tit { color: #ebebec;}
.bg5 .floatPBox .btnF .dBox .close {
	background-image: url(../images/close_2.png);
}

.direList ul { display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: flex-start;}
.direList li { width: 48%; margin-right: 2%;
 line-height: 2.4em; height:2.4em; overflow: hidden; 
 overflow:hidden;text-overflow:ellipsis; white-space:nowrap; *white-space:nowrap;
}

/*换源 弹出框*/
.popupSources { position: fixed; z-index: 1000; top: 0; left: 0;
 width: 100%; height: 100%;  background-color: rgba(0,0,0,0.5);
 display: flex; justify-content: center; align-items: center; display: none;}
.popupSources .sourcesBox { position: relative; z-index: 0;
 width: 90%; max-width: 900px; font-size: 26px;
background-color: #fff;
-moz-border-radius:0.6em; -webkit-border-radius:0.6em; border-radius:0.6em;
}
.popupSources .sourcesBox  .close { position: absolute; top: 0.6em; right: 0.6em;
width: 1.3em; height: 1.3em; cursor: pointer;
background:url(../images/close.png) center center no-repeat ;
background-size:contain ;}
.popupSources .sourcesBox .pBoxC { padding: 1em;}
.popupSources .sourcesBox .pBoxC .pic img { display: block; width: 9em;
margin: 0 auto;}
.popupSources .sourcesBox .pBoxC .pt { margin-top: 0.4em;}
.popupSources .resourseBox { text-align: left; margin-top: 0; padding-top: 0;}
.popupSources .resourseBox .resoList .txtb .about { text-align: left; margin-top:0.2em ; padding: 0;
border-bottom: 0;}
.popupSources .resourseBox .resoList { height: 25em; overflow-y: auto;}

@media only screen and (max-width: 828px){
.popupSources .resourseBox {
    padding: 0;}
}

.labelBox { background-color: #fff;
 padding: 1em; margin: 1em 0 0; text-align: left;
-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
.labelBox dl { margin: 0.25em 0; display: flex; 
justify-content: flex-start; align-items: flex-start;}
.labelBox dt { color: #666666;}
.labelBox dd { flex: 1; color: #000;}


/*章节页 end */