@charset "utf-8";
/* CSS Document */

/*列表页面*/
.rankIBox { margin-top: 1.3em; padding-bottom: 6.2em; background-color: #f8f8f8;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}

.rankIBox .tit { margin: 0 1.5em; padding:1.2em 0 1.2em;
 display: flex; justify-content:space-between; align-items: flex-end;
border-bottom: 3px solid #000;	}
.rankIBox .tit .name { position: relative; z-index: 0; font-weight: bold; line-height: 1;
display: flex; justify-content: space-between; align-items: center;}
.rankIBox .tit .name img { height: 1.1em; width: auto; margin-left: 0.4em;}
.rankIBox .tit .name .blue { color: #0047bb;}

.searchIBox { -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
.searchIBox .tit {border-bottom: 3px solid #0047bb;}
.searchIBox .page .cur { background-color: #0047bb; font-weight: normal;}

@media only screen and (max-width:828px) {
.rankIBox { margin-top:0; padding-bottom: 1em; }
.rankIBox .tit { display: none;}
}

.rankIBox .list {  margin:  0 1.5em;}
.rankIBox .list ul li { margin-top: 1.5em; padding-bottom:1.5em;
position: relative; z-index: 0; 
display: flex; flex-wrap: wrap; justify-content: flex-start; align-items: stretch;
border-bottom: 2px solid #ccc;}
.rankIBox .list .picb { position: relative; z-index: 0;  width: 11.25em;}
.rankIBox .list .picb .num { position: absolute; top: -10%; left: -10%;
 width: 60.8%;
padding-top: 60.8%;
background: center center no-repeat;
background-size:contain ; display: none;}
.rankIBox .list .picb .num_1 {top: -8.9%; left: -12%;
	background-image: url(../images/num_1.png);
 }
.rankIBox .list .picb .num_2 {
	background-image: url(../images/num_2.png);
 }
.rankIBox .list .picb .num_3 {
	background-image: url(../images/num_3.png);
 }
.rankIBox .list .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
overflow: hidden;}
.rankIBox .list .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;}
.rankIBox .list .pic .num { position: absolute; z-index: 1; top: 0; left: 2px;
width: 1.5em; line-height: 1.5; padding-top: 0.6em; font-size: 0.88em;
color: #f35858; font-weight: bold; text-align: center;
background: url(../images/num_bg.png) center center no-repeat;
background-size:contain ;}
.rankIBox .list .txtb { flex: 1; margin-left: 1.3em; 
margin-right: 4.5%; text-align: left;}
.rankIBox .list .txtb .name { margin-top: 1em; font-weight: bold;}
.rankIBox .list .txtb .infoM { display: none;}
.rankIBox .list .txtb .info { margin-top:0.6em;
 display: flex; justify-content: flex-start; align-items: flex-start;
flex-wrap: wrap;}
.rankIBox .list .txtb .info dl { width: 100%; display: flex;
justify-content: flex-start; align-items: flex-start;}
.rankIBox .list .txtb .info dl.dlS { width: auto; margin-right: 2em;}
.rankIBox .list .txtb .info dt { color: #999;}
.rankIBox .list .txtb .info dd { flex: 1; color: #666;}
.rankIBox .list .txtb .info dd span { display: inline-block; margin-right: 0.5em;}
.rankIBox .list .txtb .intro { margin-top: 0.8em; color: #333;
 height: 3em; overflow: hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;}
.rankIBox .list .btnW { position: relative; z-index: 0;
  display: flex; justify-content: center; align-items: center;}
.rankIBox .list .btnW .btnAdd {position: absolute; z-index: 0; right: 0; top: 1.5em;
 cursor: pointer; line-height: 1.2; font-weight: bold;}
.rankIBox .list .btnW .btnAdd::after { position: absolute; z-index: -2;
  left: 0; right: 0; bottom: 0; content: ""; display: block;
 background-color: #c6c6c6; height: 0.25em;}
.rankIBox .list .btnW .btnAdd:hover {color: #dc3924;}
.rankIBox .list .btnW .btnAdd:hover::after {background-color: #f2d2ce;}
 
 .rankIBox .list .btnBlack2 { width: auto; display: inline-block; line-height:2.7; 
 padding-left: 2.1em; padding-right: 2.1em;
 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
 
 .rankIBox .list .btnBlue2 { width: auto; display: inline-block; line-height:2.7;
 padding-left: 2.1em; padding-right: 2.1em;
 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
  .rankIBox .list .btnBlue2:hover { background-color: #0047bb; color: #fff;}
 .rankIBox .list .txtM { display: none;}
 
 .rankIBox .dList .txtb .infoM2 { display: none;}
 
 @media only screen and (max-width:828px) {
	.rankIBox { padding: 0; background-color: transparent;}
	.rankIBox .tit { display: none;}
	.rankIBox .page { margin-top: 4em; margin-bottom: 1em;}
	.rankIBox .list { margin: 0;}
	.rankIBox .list ul li { border-bottom: 0; padding:1em 1em 1.8em; 
	margin-top: 1em ;	background-color: #fff;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
	.rankIBox .list ul li:first-child { margin-top: 0;}
	.rankIBox .list .picb {  width: 5.75em;}
	.rankIBox .list .picb .num { display: block;}
	.rankIBox .list .txtb { margin-right: 0;}
	.rankIBox .list .txtb .name { padding-right: 0; line-height: 1.3;
	 height: 2.6em; margin-top: 0; display: flex;
	  justify-content: flex-start; align-items: center;
	 overflow: hidden;	}
	.rankIBox .list .txtb .name .state { display: none;}
	.rankIBox .list .txtb .infoM { display: block;height: 1.5em;
	text-overflow:ellipsis;
	overflow: hidden; 
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;}
	.rankIBox .list .txtb .infoM dl { margin-right: 1em; display: inline; color: #666;
	 }
	.rankIBox .list .txtb .infoM dt { color: #999; display: inline;}
	.rankIBox .list .txtb .infoM dd { display: inline;}
	
	.rankIBox .list .txtb .info { margin-top: 0; overflow: hidden;}
	.rankIBox .list .txtb .info dl {width: auto;  margin-right: 0.6em;}
	.rankIBox .list .txtb .info dl.pcs { display: none; }
	.rankIBox .list .txtb .info dd { height: 1.5em; overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 	}
	.rankIBox .list .txtb .info dd span { display: inline;}
	.rankIBox .list .txtb .intro { display: none; margin-top: 0.1em; color: #666;}
	.rankIBox .list .btnDel { display: none;}
	.rankIBox .list .btnW { display: none;}
	.rankIBox .list .btnWM { margin-top: 1em; display: flex; width: 100%;
	justify-content: space-between; align-items: center;}
	.rankIBox .list .btnBlack2 { flex: 1; display: block; font-weight: bold;
	border: 1px solid #000; line-height: 2.6;}
	.rankIBox .list .txtM {
	 display: block; }
	 .rankIBox .list .txtM .introM { margin-top: 1em;  padding: 0 0.7em;
		 line-height: 2.6em; height: 2.6em;
		 overflow: hidden;border: 1px solid #999; color: #666;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	 }
	 .rankIBox .list .txtM .btnAdd { font-weight: normal; margin-right: 0.5em;}
	.rankIBox .list .txtM .btnRead { margin-left: 0.5em;}
	
	.rankIBox .dList { background-color: #fff; padding-bottom: 3.3em;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
	.rankIBox .dList ul li { margin-top: 0; padding-bottom: 1em; border-bottom: 1px solid #eeeeee;}
	.rankIBox .dList .txtb .name { display: block;}
	.rankIBox .dList .txtb .info  { display: none;}
	.rankIBox .dList .txtb .infoM2  { display: block;}
	.rankIBox .dList .txtb .infoM2 dl { display: flex;}
	.rankIBox .dList .txtb .intro  {     display: -webkit-box;
	-webkit-line-clamp: 1; height: 1.5em;}
 }

.rankLBox .page { margin-bottom: 6.2em;}
.rankLBox .bookList ul li { margin-top: 1.5em; padding-bottom:1.5em;
position: relative; z-index: 0;  flex-wrap: wrap;
display: flex; justify-content: flex-start; align-items: stretch;
border-bottom: 1px solid #ccc;}
.rankLBox .bookList .picb {  width: 11.25em;}
.rankLBox .bookList .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
overflow: hidden;}
.rankLBox .bookList .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;}
.rankLBox .bookList .pic .num { position: absolute; z-index: 1; top: 0; left: 2px;
width: 1.5em; line-height: 1.5; padding-top: 0.6em; font-size: 0.88em;
color: #f35858; font-weight: bold; text-align: center;
background: url(../images/num_bg.png) center center no-repeat;
background-size:contain ;}
.rankLBox .bookList .txtb { flex: 1; margin-left: 1.3em; 
text-align: left;}
.rankLBox .bookList .txtb .name { padding-right: 5em; margin-top: 0.2em; font-weight: bold;}
.rankLBox .bookList .txtb .name .red { display: inline-block; font-size: 0.77em; 
padding: 0 0.5em;
font-weight: normal; color: #fff; background: #cc0000;}
.rankLBox .bookList .txtb .name .green { display: inline-block;
font-size: 0.77em; padding: 0 0.5em;
font-weight: normal; color: #fff; background: #009933;}
.rankLBox .bookList .txtb .info { margin-top:0.6em; line-height: 1.7;}
.rankLBox .bookList .txtb .info dl { width: 100%; display: flex;
justify-content: flex-start; align-items: flex-start;}
.rankLBox .bookList .txtb .info dl.dlS:first-child { margin-left: 0;}
.rankLBox .bookList .txtb .info dl.dlS { display: inline; width: auto; margin-left:1.1em;}
.rankLBox .bookList .txtb .info dl.dlS dt {display: inline; }
.rankLBox .bookList .txtb .info dl.dlS dd {display: inline; }
.rankLBox .bookList .txtb .info dt { color: #999;}
.rankLBox .bookList .txtb .info dd { flex: 1; color: #666;}
.rankLBox .bookList .txtb .info dd span { display: inline-block; margin-right: 0.4em;}
.rankLBox .bookList .txtb .info dd span:last-child { margin-right: 0;}

.rankLBox .bookList .txtb .intro { margin-top: 0.4em; color: #333;
 height: 3em; overflow: hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;}

.rankLBox .bookList .btnAdd,
.rankLBox .bookList .btnDel{position: absolute; z-index: 0; right: 0; top: 0.55em;
 cursor: pointer; line-height: 1.2; font-weight: bold;}
.rankLBox .bookList .btnAdd::after,
.rankLBox .bookList .btnDel::after{ position: absolute; z-index: -2;
  left: 0; right: 0;
 bottom: 0; content: ""; display: block;
 background-color: #c6c6c6; height: 0.25em;}
 
.rankLBox .bookList .btnAdd:hover,
.rankLBox .bookList .btnDel:hover{color: #dc3924;}
.rankLBox .bookList .btnAdd:hover::after,
.rankLBox .bookList .btnDel:hover::after{background-color: #f2d2ce;}
 
.rankLBox .bookList .btnW { margin-top: 1em;}
.rankLBox .bookList .btnBlack2 { width: auto; display: inline-block; line-height:2.7; 
 padding-left: 2.1em; padding-right: 2.1em;
 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
 .rankLBox .bookList .btnWM { display: none;}
 
 
 @media only screen and (max-width:828px) {
	.rankLBox { margin-top: 0; padding: 0; background-color: transparent;}
	.rankLBox .tit { display: none;}
	.rankLBox .page { margin-top: 4em; margin-bottom: 1em;}
	.rankLBox .bookList ul li { border-bottom: 0; padding:1em 1em 1.8em; 
	margin-top: 1em ;	background-color: #fff;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
	.rankLBox .bookList ul li:first-child { margin-top: 0;}
	.rankLBox .bookList .picb {  width: 5.75em;}
	.rankLBox .bookList .txtb .name { padding-right: 0; line-height: 1.3;
	 height: 2.6em; margin-top: 0; display: flex;
	  justify-content: flex-start; align-items: center;
	 overflow: hidden;	}
	.rankLBox .bookList .txtb .name .state { display: none;}
	.rankLBox .bookList .txtb .info { margin-top: 0; height: 1.5em; overflow: hidden;}
	.rankLBox .bookList .txtb .info dl {width: auto; display: inline; margin-right: 0.6em;}
	.rankLBox .bookList .txtb .info dt { display: inline;}
	.rankLBox .bookList .txtb .info dd {display: inline;}
	.rankLBox .bookList .txtb .intro { margin-top: 0.1em; color: #666;}
	.rankLBox .bookList .btnAdd,
	.rankLBox .bookList .btnDel { display: none;}
	.rankLBox .bookList .btnW { display: none;}
	.rankLBox .bookList .btnWM { margin-top: 1.6em; display: block; width: 100%;}
	.rankLBox .bookList .btnBlack2 { display: block; font-weight: bold;}
	
 }
 
.rankLBox .bookAList ul li { margin-top: 1.5em; padding-bottom:1.5em;
position: relative; z-index: 0;  flex-wrap: wrap;
display: flex; justify-content: flex-start; align-items: stretch;
border-bottom: 1px solid #ccc;}
.rankLBox .bookAList .picb {  width: 11.25em;}
.rankLBox .bookAList .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
overflow: hidden;}
.rankLBox .bookAList .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;}
.rankLBox .bookAList .pic .num { position: absolute; z-index: 1; top: 0; left: 2px;
width: 1.5em; line-height: 1.5; padding-top: 0.6em; font-size: 0.88em;
color: #f35858; font-weight: bold; text-align: center;
background: url(../images/num_bg.png) center center no-repeat;
background-size:contain ;}
.rankLBox .bookAList .txtb { flex: 1; margin-left: 1.3em; 
text-align: left;}
.rankLBox .bookAList .txtb .name { padding-right: 5em; margin-top: 0.2em; font-weight: bold;}
.rankLBox .bookAList .txtb .name .red { display: inline-block; font-size: 0.77em; 
padding: 0 0.5em;
font-weight: normal; color: #fff; background: #cc0000;}
.rankLBox .bookAList .txtb .name .green { display: inline-block;
font-size: 0.77em; padding: 0 0.5em;
font-weight: normal; color: #fff; background: #009933;}
.rankLBox .bookAList .txtb .infoM { display: none;}
.rankLBox .bookAList .txtb .info { margin-top:0.6em; line-height: 1.7;}
.rankLBox .bookAList .txtb .info dl { width: 100%; display: flex;
justify-content: flex-start; align-items: flex-start;}
.rankLBox .bookAList .txtb .info dl.dlS:first-child { margin-left: 0;}
.rankLBox .bookAList .txtb .info dl.dlS { display: inline; width: auto; margin-left:1.1em;}
.rankLBox .bookAList .txtb .info dl.dlS dt {display: inline; }
.rankLBox .bookAList .txtb .info dl.dlS dd {display: inline; }
.rankLBox .bookAList .txtb .info dt { color: #999;}
.rankLBox .bookAList .txtb .info dd { flex: 1; color: #666;}
.rankLBox .bookAList .txtb .info dd span { display: inline-block; margin-right: 0.4em;}
.rankLBox .bookAList .txtb .info dd span:last-child { margin-right: 0;}

.rankLBox .bookAList .txtb .intro { margin-top: 0.4em; color: #333;
 height: 3em; overflow: hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;}

.rankLBox .bookAList .btnAdd,
.rankLBox .bookAList .btnDel{position: absolute; z-index: 0; right: 0; top: 0.55em;
 cursor: pointer; line-height: 1.2; font-weight: bold;}
.rankLBox .bookAList .btnAdd::after,
.rankLBox .bookAList .btnDel::after{ position: absolute; z-index: -2;
  left: 0; right: 0;
 bottom: 0; content: ""; display: block;
 background-color: #c6c6c6; height: 0.25em;}
 
.rankLBox .bookAList .btnAdd:hover,
.rankLBox .bookAList .btnDel:hover{color: #dc3924;}
.rankLBox .bookAList .btnAdd:hover::after,
.rankLBox .bookAList .btnDel:hover::after{background-color: #f2d2ce;}
 
.rankLBox .bookAList .btnW { margin-top: 1em;}
.rankLBox .bookAList .btnBlack2 { width: auto; display: inline-block; line-height:2.7; 
 padding-left: 2.1em; padding-right: 2.1em;
 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0;}
 .rankLBox .bookAList .btnWM { display: none;}
 
 .rankLBox .bookAList .txtM { display: none;}

@media only screen and (max-width:828px) {
	.rankLBox .bookAList ul li { border-bottom: 0; padding:1em 1em 1.8em; 
	margin-top: 1em ;	background-color: #fff;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
	.rankLBox .bookAList ul li:first-child { margin-top: 0;}
	.rankLBox .bookAList .picb {  width: 5.75em;}
	.rankLBox .bookAList .txtb .name { padding-right: 0; line-height: 1.3;
	 height: 2.6em; margin-top: 0; display: flex;
	  justify-content: flex-start; align-items: center;
	 overflow: hidden;	}
	.rankLBox .bookAList .txtb .name .state { display: none;}
	
	.rankLBox .bookAList .txtb .infoM { display: block;height: 1.5em;
	text-overflow:ellipsis;
	overflow: hidden; 
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;}
	.rankLBox .bookAList .txtb .infoM dl { margin-right: 1em; display: inline; color: #666;
	 }
	.rankLBox .bookAList .txtb .infoM dt { color: #999; display: inline;}
	.rankLBox .bookAList .txtb .infoM dd { display: inline;}
	
	.rankLBox .bookAList .txtb .info { margin-top: 0;overflow: hidden;}
	.rankLBox .bookAList .txtb .info dl,
	.rankLBox .bookAList .txtb .info dl.dlS{width: auto; display: block; 
	margin-left: 0; margin-right: 0;
	display: flex; justify-content: flex-start; align-items: flex-start;
	}
	.rankLBox .bookAList .txtb .info dt { display: inline;}
	.rankLBox .bookAList .txtb .info dd {display: block;
	   height: 1.5em; overflow: hidden;
	   text-overflow:ellipsis;
	   display:-webkit-box; 
	   -webkit-box-orient:vertical;
	   -webkit-line-clamp:1; 
	}
	.rankLBox .bookAList .txtb .info dl.pcs { display: none;}
	.rankLBox .bookAList .txtb .info dd span { display: inline;}
	.rankLBox .bookAList .txtb .intro {display: none;}
	.rankLBox .bookAList .btnAdd,
	.rankLBox .bookAList .btnDel { display: none;}
	.rankLBox .bookAList .btnW { display: none;}
	
	.rankLBox .bookAList .btnWM { margin-top: 1em; display: flex; width: 100%;
	justify-content: space-between; align-items: center;}
	.rankLBox .bookAList .btnBlack2 { flex: 1; display: block; font-weight: bold;
	border: 1px solid #000; line-height: 2.6;}
	.rankLBox .bookAList .btnBlack2:hover { color: #fff;}
	
	.rankLBox .bookAList .txtM { display: block; }
	.rankLBox .bookAList .txtM .introM { margin-top: 1em;  padding: 0 0.7em;
		 line-height: 2.6em; height: 2.6em;
		 overflow: hidden;border: 1px solid #999; color: #666;
		text-overflow:ellipsis;
		display:-webkit-box; 
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1; 
	 }
	.rankLBox .bookAList .txtM .btnAdd { position: static; font-weight: normal; margin-right: 0.5em;}
	.rankLBox .bookAList .txtM .btnRead { margin-left: 0.5em;}
	.rankLBox .bookAList .txtM .btnAdd::after { display: none;}
	
 }


.condBox { margin-top: 1.5em; background-color: #fafafa; line-height: 2.5em;
text-align: left; padding:2.1em 1em;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.condBox dl { display: flex; justify-content: flex-start; align-items: flex-start;}
.condBox dl dt { width: 6em; color: #666; margin: 0.5em 0; text-align: right;}
.condBox dl dd { flex: 1; }
.condBox dl dd a { text-align: center; margin: 0.5em 0; padding: 0 1.2em; min-width: 4em;
 display: inline-block;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.condBox dl dd a:hover { color: #000;}
.condBox dl dd  a.sel { background-color: #067def; color: #fff;}
.condBox dl dd  a.sel:hover { color: #fff;}


@media only screen and (max-width:828px) {
	.condBox { margin-top:0; line-height: 2.1; padding: 1.8em 1em;
	-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;
	background-color: #fff;
	}
	.condBox dl { display: block;}
	.condBox dl dt { display: none; width: auto;}
	.condBox dl dd { display: block;}
	.condBox dl dd a { min-width: initial; padding: 0 1.4em;margin: 0.45em 0;}
}

 

.workBox {margin-top: 1.5em; margin-bottom: 2.5em; background-color: #fafafa;
 padding:2em 2.5% 4.3em;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.workBox .list { padding-top: 0; margin: -0.4em auto 0;}
.workBox .list ul {display: flex; flex-wrap: wrap;
justify-content: flex-start; align-items: flex-start;}
.workBox .list ul li { padding-bottom: 0; border-bottom: 0;
 width: 47.8%; margin-right: 4.4%;
display: flex; justify-content: flex-start; align-items: stretch;}
.workBox .list ul li:nth-child(2n) { margin-right: 0;}
.workBox .list ul li:last-child { border-bottom: 0;}
.workBox .list .txtb .about .mh { color: #666;}
.workBox .list .txtb .about .mi { color: #000;}
.workBox .list .txtb .intro { margin-top: 0; height: 1.4em; line-height: 1.4; -webkit-line-clamp:1;}
.workBox .list .txtb .time {  margin-top: 0;}
.workBox .list .btnW { margin-top: 0.7em;}
.workBox .list .btnBlue { line-height: 2.35;
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
@media only screen and (max-width:828px) {
	.workBox {margin-top: 1em; background-color: #fff;}
	.workBox .list { padding: 0.6em 0 4.6em;}
	.workBox .list ul li { margin-top: 0; padding: 1em 0;
	 border-bottom: 2px solid #efefef;}
	.workBox .list .picb { width: 6.6em;}
	.workBox .list .txtb .intro { margin-top: 0.2em;}
	.workBox .list .txtb .time {margin-top: 0.2em;}
}

.labelSBox { display: flex; justify-content: space-between; align-items: stretch;}
.labelSBox .conL { width: 75.7%; margin-top: 2em;}
.labelSBox .conR { width: 23%; margin-top: 2em;}

.labelSBox .rankIBox { margin-top: 0;}

.labelSBox .btnAdd { cursor: pointer; color: #666; line-height: 3;}

.labelSBox .rankIBox .tit_2 { padding-top: 2em; margin: 0 3em;}
.red { color:#cc0000;}
.labelSBox .rankIBox .list { padding-top: 0;}
.labelSBox .rankIBox .list .picb { margin-left: 1.5em;}

@media only screen and (max-width:828px) {
	.labelSBox { display: block; background-color: #fff;}
	.labelSBox .conL { width: 100%;}
	.labelSBox .conR { width: 100%; margin-top: 1.2em;}
	.labelSBox .rankIBox { padding-bottom: 0; padding-top: 1.2em; margin-top: -0.5em;
	   -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	       box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	.labelSBox .rankIBox .tit_2 { display: none;}
	.labelSBox .rankIBox .list { margin-top: 0;}
	.labelSBox .rankIBox .list { padding-bottom: 0em;}
	.labelSBox .rankIBox .list .txtb .name { font-size: 1.25em;
	   line-height: 1.33em; max-height: 2.66em; overflow: hidden;
	   text-overflow:ellipsis;
	   display:-webkit-box; 
	   -webkit-box-orient:vertical;
	   -webkit-line-clamp:2; 
	}
	.labelSBox .rankIBox .list .picb { margin-left: 0;}
	.labelSBox .rankIBox .list .txtb { margin-right: 0;}
	.labelSBox .page { display: none;}
	.labelSBox .rankLBox .tit { display: none;}
	.labelSBox .rankIBox .aboutM { margin-top: 0.6em; color: #666;}
	.labelSBox .rankIBox .aboutM span { color: #999;}
	.labelSBox .rankIBox .aboutS { padding: 0.2em 0 0.3em;}

}


.chanIBox { margin-top: 1.5em; background-color: #fafafa;
text-align: left; padding:0 0 4.2em; margin-bottom: 2.3em;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
.chanIBox .tab ul { display: flex; justify-content: flex-start; align-items: flex-start;
 line-height: 2.5em;}
.chanIBox .tab li { position: relative; z-index: 0; margin: 0 2.25em; }
.chanIBox .tab li a {  position: relative; z-index: 0; display: block;padding-bottom: 1em;}
.chanIBox .tab li.cur { font-weight: bold; color: #24b76c;}
.chanIBox .tab li.cur a::after{ position: absolute; z-index: 10; content: ""; display: block;
	height: 0.31em;  left: 0;  margin-left: 0;
	 right: 0; bottom: 1em; 
	 background-image: linear-gradient(to right, rgba(36,183,108,1), rgba(255,255,255,1));
	width: 100%;}
.chanIBox .tab li.cur a { color: #24b76c;}

@media only screen and (max-width:828px) {
	.chanIBox {-moz-border-radius:0.8em; 
	-webkit-border-radius:0.8em; 
	border-radius:0.8em; }
	.chanIBox .tab { display: none;}
}

.chanIBox .list { margin: 0;  text-align: left;
padding-bottom: 2em; color: #666;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.chanIBox .list ul {margin-top: 0.5em; display: flex; line-height: 2;
 justify-content: flex-start; align-items: center;}
.chanIBox .list ul:nth-child(2n+1) {background-color: #f9f9f9;}
.chanIBox .list ul.ulTit { margin-top: 0; margin-bottom: 0.7em; font-weight: bold; color: #000; 
background-color: #e7f3ff; line-height: 2.4; 
-moz-border-radius:0.35em; -webkit-border-radius:0.35em; border-radius:0.35em;}
.chanIBox .list ul.ulTit li { margin-top: 0;}
.chanIBox .list ul li:nth-child(1) { margin-left: 1.4%; width: 7.4%; 
margin-right: 1.4%;}
.chanIBox .list ul li:nth-child(2) { width: 23%; margin-right:1.4%;}
.chanIBox .list ul li:nth-child(3) { flex: 1; margin-right: 1.4%;} 
.chanIBox .list ul li:nth-child(4) { width: 9%; margin-right: 1.4%;}
.chanIBox .list ul li:nth-child(5) { width: 12%;margin-right: 1.4%;}
.chanIBox .list ul li:nth-child(6) { width: 11%;}
.chanIBox .list ul:hover { color:#067def ;}
.chanIBox .list ul:hover a { color:#067def ;}
.chanIBox .list ul:hover .name { font-weight: bold;}

@media only screen and (max-width:828px) {
	
	.chanIBox { background-color: #fff;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);}
	.chanIBox .tit .txtT .name .mh { display: none;}
	.chanIBox .list { display: none; margin-top: 1.5em; padding-bottom: 0; background-color: transparent;}
	.chanIBox .list ul.ulTit { display: none;}
	.chanIBox .tit .tab {background-color: transparent;}
	.chanIBox .tit .tab li { margin-left: 0.3em; width: 5em; line-height: 2.3; background-color: #f1f1f1;}
	
	.chanIBox .list ul { display: none; position: relative; z-index: 0; 
	 flex-wrap: wrap; padding: 2.3em 0 1.12em; line-height: 2em;
	  align-items: flex-start;
	background-color: #f5f5f5; margin-top: 1em; overflow: hidden; color: #666;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
	.chanIBox .list ul:nth-child(2),
	.chanIBox .list ul:nth-child(3),
	.chanIBox .list ul:nth-child(4),
	.chanIBox .list ul:nth-child(5),
	.chanIBox .list ul:nth-child(6),
	.chanIBox .list ul:nth-child(7){ 
		display: flex;
	}
	.chanIBox .list ul li:nth-child(2) { margin-right: 0; margin-top: 0; position: absolute;
	 left: 1em; top: 0.85em; right: 1em;
	height: 2em; overflow: hidden	; width: auto; font-weight: bold; color: #000;
}
	.chanIBox .list ul li:nth-child(2) a { color: #000; font-size: 1.08em;}
	.chanIBox .list ul li:nth-child(4) { display: none;}
	
	.chanIBox .list ul li:nth-child(1) { padding:0 1em; width: auto; height: 2em;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;
	}
	
	.chanIBox .list ul li:nth-child(3) { flex: 1; padding:0 1em;  width: auto; height: 2em;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
	.chanIBox .list ul li:nth-child(3) a { color: #666;}
	.chanIBox .list ul li:nth-child(5) { margin-right: 1em; padding:0 1em;  width: auto;  height: 2em;
	overflow: hidden;
	background-color: #fff;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
}



.chanIBox .listM { font-size: 14px; margin: 0 1.5em; padding-top: 0.5em; padding-bottom: 0.9em;}
.chanIBox .listM ul { margin-top: 0.7em;}
.chanIBox .listM ul li {  line-height: 2.2em;
color: #666; display: flex; justify-content: flex-start; align-items: center;
border-bottom: 1px solid #eeeeee;}
.chanIBox .listM .cate {display: block; text-align: center; overflow: hidden;
color: #666;}
.chanIBox .listM .cate:hover { color: #007fff; font-weight: bold;
}
.chanIBox .listM .name { color: #666; height: 2.2em;
 text-align: left; flex: 1; margin: 0 0.5em;overflow: hidden;}
.chanIBox .listM .name a { color: #666;}
.chanIBox .listM .name a:hover { color: #007fff; font-weight: bold;}
.chanIBox .listM .author { color: #999; text-align: right; 
 overflow: hidden; }
 
 @media only screen and (max-width:828px) {
	.chanIBox .listM { display: block;} 
 }

.authorIBox { margin-top: 1.5em; background-color: #fafafa; 
text-align: left; padding:2.8% 1.6em;
-moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;
display: flex; justify-content: flex-start; align-items: center;}
.authorIBox .picb { width: 7.5em;}
.authorIBox .pic { position: relative; z-index: 0; padding-top: 100%;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
overflow: hidden;}
.authorIBox .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;
object-fit: cover;}
.authorIBox .txtb { flex: 1; margin-left: 1.6em; text-align: left; }
.authorIBox .txtb .name { font-weight: bold;}
.authorIBox .txtb .about { margin-top: 0.3em; color: #666;}
.authorIBox .txtb .intro {margin-top: 0.3em;}

@media only screen and (max-width:828px) {
	.authorIBox { margin-top: 1em; padding: 2.1em 1em; display: block;
	-moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;}
	.authorIBox .txtb { margin-top: 1.4em; margin-left: auto;}
	.authorIBox .txtb .name { text-align: center; font-size: 1.25em;}
	.authorIBox .txtb .about { margin-top: 1.3em;}
	.authorIBox .picb { margin: 0 auto; width: 6.66em;}
}

/*章节页*/
.bookDetail { margin-top: 1.5em; padding-bottom: 2.5em;}
.bookDetail .book {  margin-top: 1.5em;
display: flex; justify-content: flex-start; align-items: flex-start;}
.bookDetail .book .picb { width: 11.25em;}
.bookDetail .book .pic { display:block;cursor: pointer; 
position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
overflow: hidden;}
.bookDetail .book .pic img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%;object-fit: cover;}
.bookDetail .book .txtb { flex: 1; margin-left: 1.3em; 
 text-align: left;}
.bookDetail .book .txtb .name { margin-top: 0.1em; font-weight: bold;
display: flex; justify-content: space-between; align-items: flex-start;}
.bookDetail .book .txtb .name .btnAdd { margin-left: 1em; position: relative; z-index: 0;
cursor: pointer; line-height: 1.2;}
.bookDetail .book .txtb .name .btnAdd::after { position: absolute; z-index: -2;
 left: 0; right: 0;
bottom: 0; content: ""; display: block;
background-color: #c6c6c6; height: 0.25em;}

.bookDetail .book .txtb .info { margin-top:0.4em;
 display: flex; justify-content: flex-start; align-items: flex-start;
flex-wrap: wrap;}
.bookDetail .book .txtb .infoM { margin-top: 0.7em; line-height: 1.6; display: none;}
.bookDetail .book .txtb .infoM dl {display:inline-block; margin: 0 0.4em;}
.bookDetail .book .txtb .infoM dt { color: #000;display:inline-block;}
.bookDetail .book .txtb .infoM dd { color: #666;display:inline-block;}
.bookDetail .book .txtb .infoM dd span { margin-right: 1em;}
.bookDetail .book .txtb .infoM dd span:last-child { margin-right: 0;}
.bookDetail .book .txtb .info dl { width: 100%; display: flex;
justify-content: flex-start; align-items: flex-start;}
.bookDetail .book .txtb .info dl.dlS { width: auto; margin-right: 2em;}
.bookDetail .book .txtb .info dt { color: #999;}
.bookDetail .book .txtb .info dd { flex: 1; color: #666;}
.bookDetail .book .txtb .info dd span { display: inline-block; }
.bookDetail .book .txtb .about { display: inline-block; line-height: 1;
 border: 2px solid #cccccc; margin-top:2em; padding: 0.8em 0 0.6em 1em;}
.bookDetail .book .txtb .about span { display: inline-block;}
.bookDetail .book .txtb .about .line { display: inline-block; margin: 0 0.4em;}
.bookDetail .book .txtb .about .t_c {  display: inline-block; border-right:1px solid #ccc; 
 margin-right: 1em; padding-right: 1em; color: #666;}
.bookDetail .book .txtb .about .t_c:last-child{
	 border-right:0 ; margin-right: 0; }
.bookDetail .book .txtb .about .t_c b { color: #000; font-size: 1.12em;}
.bookDetail .book .txtb .intro { margin-top: 0.8em; color: #666;
 height: 3em; overflow: hidden;
 text-overflow:ellipsis;
 display:-webkit-box; 
 -webkit-box-orient:vertical;
 -webkit-line-clamp:2;}
 .bookDetail .bookM { display: none;}

@media only screen and (max-width:828px) {
	.bookDetail { background: #fff; margin: 0 auto 1em; padding: 0em 1em 1em;}
	.bookDetail .conL {padding-bottom: 0; margin-left: 0; margin-right: 0;}
	.bookDetail .position { display: none;}
	.bookDetail .book { padding-top: 1em; font-size: 12px; margin-top: 0; display: block;}
	.bookDetail .book .txtb { margin-left: auto; text-align: center;}
	.bookDetail .book .txtb .name {margin-top: 1em; font-size: 1.25em;
	 position: relative; z-index: 0;
	padding-right: 0; line-height: 1.23em; justify-content: center; }
	.bookDetail .book .txtb .name h1 {font-size: 1em;}
	.bookDetail .book .txtb .name span { color: #000;}
	.bookDetail .book .txtb .name .btnOther { display: block;
	 position: absolute; top:2.7em; right: 0; font-weight: bold;
	 color: #067eef; font-size: 0.8em;	}
	 .bookDetail .book .txtb .name .btnAdd { display: none;}
	 .bookDetail .book .txtb .label { margin-top: 1em;}
	.bookDetail .book .txtb .label span { line-height: 1.66; margin-right: 0.1em; padding: 0 0.62em;
	 background-color: #edfaf3;
	    -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
	 }
	.bookDetail .book .txtb .label span.green { color: #333; background-color: #dfeffd;}
	.bookDetail .book .txtb .label span.red { color: #333; background-color: #dfeffd;}
	.bookDetail .book .txtb .about { display: none;}
	.bookDetail .book .txtb .btnW { display: none;}
	.bookDetail .book .picb { width: 10em; margin: 0 auto;}
	.bookDetail .book .txtb .info {display: none;}
	.bookDetail .book .txtb .infoM { display: block;}
	.bookDetail .book .txtb .intro { display: none; margin-top: 0.2em; font-size: 0.95em;}
	.bookDetail .book .txtb .intro .item { height: 1.5em; overflow: hidden;
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; }
	.bookDetail .book .txtb .intro .t_c { display: inline;}
	.bookDetail .book .txtb .char { margin-top: 0.7em; color: #666;}
	.bookDetail .book .txtb .char .t_b { color: #000;}
	.bookDetail .book .txtb .time { margin-top: 0.2em; color: #666;}
	.bookDetail .book .txtb .time .t_b { color: #000;}
	.bookDetail .bookM { flex-wrap: wrap; display: flex; justify-content: space-between;
	align-items: center;}
	.bookDetail .bookM .about { width: 100%; margin: 1em 0 0; padding: 1.5em 0; line-height: 1;
	background-color: #dfeffd; 
	display: flex; justify-content: space-around; align-items: center;
	   -moz-border-radius:0.8em; -webkit-border-radius:0.8em; border-radius:0.8em;
	   
	}
	.bookDetail .bookM .about .t_c {  display: inline-block; 
	 color: #666;}
	.bookDetail .bookM .about .t_c b { color: #000; font-size: 1.5em;}
	.bookDetail .bookM .btnW { width: 100%; display: flex; 
	justify-content: space-between; align-items:center;}
	.bookDetail .bookM .btnBlack { flex: 1; margin-right: 0.5em; 
	margin-top: 1em; line-height: 2.4em;
	 font-weight: bold; display: block; padding: 0 ; width: 47%; }
	.bookDetail .bookM .btnBlack2 {flex: 1; margin-left: 0.5em; 
	margin-top: 1em; line-height: 2.4em;
	  font-weight: bold; display: block; padding: 0 ; width: 47%;}
}

.bookDetail .author { margin: 2.2em 0;  padding: 0.9em 0 1.3em; background-color: #fff;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
-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);}
.bookDetail .author .picd { position: relative; z-index: 0; padding-top: 5em; width: 5em;
margin: 0 auto;
-moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
overflow: hidden;}
.bookDetail .author .picd img { position: absolute; left: 0; top: 0;
width: 100%; height: 100%;
object-fit: cover;}
.bookDetail .author .name{ font-weight: bold; margin-top: 0.4em;}
.bookDetail .author .btnW .btnGreen{ margin-top: 1.1em; line-height: 2.4;
	display: inline-block; font-weight: bold;}
.bookDetail .author .list { margin: 0.2em 6.2% 0;}
.bookDetail .author .list ul {display: flex; flex-wrap: wrap;
 justify-content: flex-start; align-items: flex-start;}
.bookDetail .author .list ul li { width: 28.6%; margin-top: 0.5em; 
 margin-right: 7.1%;}
.bookDetail .author .list ul li:nth-child(3n) { margin-right: 0;}
.bookDetail .author .list .picb { width: 100%;}
.bookDetail .author .list .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;
overflow: hidden;}
.bookDetail .author .list .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;object-fit: cover;}
.bookDetail .author .list .names { color: #666;}
.bookDetail .author .list .names a { color: #666;}
.bookDetail .author .list .names a:hover {color: #24b76c;}


.otherBox { display: none; margin-top: 1.2em;
 padding:0 1em 1.5em;  background-color: #f5f5f5; text-align: left;
-moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.otherBox .tit{ padding-top: 1.1em; border-bottom: 0; font-weight: bold; color: #000;}
.otherBox .txt { line-height: 2em; color: #666;
margin-top: 0.2em; height: 6em; overflow: hidden;}
.otherBox .txt a { display: inline-block; color: #666;}
@media only screen and (max-width:828px) {
	.otherBox { display: block; }
}

.bookDetail .book .aboutM { display: none; line-height: 1.5;
 border: 1px solid #000; margin-top:1em; padding: 0.9em 0 0.8em 0.2em;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.bookDetail .book .aboutM span { display: inline-block;}
.bookDetail .book .aboutM .line { display: inline-block; margin: 0 0.4em;}
.bookDetail .book .aboutM .t_c {  display: inline-block; border-right:1px solid #000; 
 margin-right:0.8em; padding-right: 1em; color: #666;}
.bookDetail .book .aboutM .t_c:last-child{
	 border-right:0 ; padding-right: 0.2em; margin-right: 0; }
.bookDetail .book .aboutM .t_c b { color: #000; font-size: 1.12em;}
@media only screen and (max-width:828px) {
	.bookDetail .book .aboutM { display: block; }
}

.bookDetail .book .introM { display: none; text-align: left; color: #666;
border: 1px solid #000;margin-top:1em; padding:1.2em 1em;
 -moz-border-radius:0.5em; -webkit-border-radius:0.5em; border-radius:0.5em;}
.bookDetail .book .introM .titI { display: flex; justify-content: flex-start; 
align-items: center;}
.bookDetail .book .introM .titI .name { font-size: 1.25em;
  font-weight: bold; color: #000;}
.bookDetail .book .introM .titI .labels { margin-left: 1em; flex: 1; line-height: 1.7;}
.bookDetail .book .introM .titI .labels span{margin-right: 0.2em;  padding: 0 0.8em;
	background-color: #e6e6e6; display: inline-block;
	-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.bookDetail .book .introM .txtI { margin-top: 0.6em;}
@media only screen and (max-width:828px) {
	.bookDetail .book .introM { display: block; }
}

.chapList ul { margin-top: 1em; padding-bottom:0.5em ;
 display: flex; justify-content: space-between; align-items: flex-start;
line-height: 1.8; flex-wrap: wrap;}
.chapList ul li { width: 45%; text-align: left;}
.chapList ul li a { color: #333;}
.chapList ul li a:hover { color: #000; font-weight: bold;}

@media only screen and (max-width:828px) {
	.chapList ul { margin-top: 0.7em; display: block; line-height: 2; padding-bottom: 0;}
	.chapList ul li { width: 100%;}
}

.pageS { margin-top: 1.7em; display: flex; justify-content: space-between; align-items: center;
line-height: 2.6;}
.pageS .btnPage { display: block; width: 26.5%; border: 2px solid #000;
background-color: #000; color: #fff; font-weight: bold;}
.pageS .noPage {display: block; width: 26.5%;  border: 2px solid #000;}


@media only screen and (max-width:828px) {
	.pageS .btnPage {width: 40%;}
	.pageS .noPage {width: 40%;}
}

.recoBox { padding: 1.1em 1.3em 1.5em; margin-bottom: 1.5em; margin-top: 5em;
 background-color: #eff7ff; text-align: left;
-moz-border-radius:0.25em; -webkit-border-radius:0.25em; border-radius:0.25em;}
.recoBox .tit{ font-weight: bold; color: #000;}
.recoBox .tab ul { display: flex; justify-content: flex-start; 
align-items: flex-start;
 line-height: 3.4em;
 border-bottom: 2px solid #f0f0f0;}
.recoBox .tab li { cursor: pointer; position: relative; z-index: 0; 
margin: 0 1.3em 0 1.3em; color: #333;}
.recoBox .tab li:first-child { margin-left: 0;}
.recoBox .tab li a {color: #333;  
 display: block;}
.recoBox .tab li.cur { font-size: 1.2em; font-weight: bold; color: #000;}
.recoBox .tab li.cur::after{ position: absolute; z-index: 10;
 content: ""; display: block;
	height: 4px;  left: 0;  margin-left: 0;
	 right: 0; bottom: -3px; 
	 background-color: #000;
	 width: 100%;}
.recoBox .tab li.cur a { color: #000;}
.recoBox .conRE { display: none;}
.recoBox .conRE.show { display: block;}
.recoBox .txt { margin-top: 0.5em; line-height: 2.5em; color: #666;}
.recoBox .txt a { color: #666;}
.recoBox .txt a:hover { color: #24b66b; font-weight: bold;}


.recoBox .picList { }
.recoBox .picList ul {
display: flex; flex-wrap: wrap;
 justify-content:flex-start; align-items: flex-start;}
.recoBox .picList ul li { margin-top: 1.5em; width: 30%; margin-right: 4.95%;
display: flex; justify-content:space-between; align-items: flex-start;}
.recoBox .picList ul li:nth-child(3n) { margin-right: 0;}
.recoBox .picList .picb { width: 7.5em;}
.recoBox .picList .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
overflow: hidden;}
.recoBox .picList .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.recoBox .picList .txtb { flex: 1; margin-left:1em; text-align: left;}
.recoBox .picList .txtb .name { margin-bottom: 0.2em; height: 3em; 
font-weight: bold; overflow: hidden;}
.recoBox .picList .txtb .intro { color: #666; line-height: 1.85;}
.recoBox .picList .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.recoBox .picList .txtb .intro dt {}
.recoBox .picList .txtb .intro dd { flex: 1; height: 1.6em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}
@media only screen and (max-width:828px) {
	.recoBox { background-color: #fff;
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, .1);
	box-shadow: 0 0 0 rgba(0, 0, 0, .1);}
	.recoBox .picList ul { display: block;}
	.recoBox .picList ul li {width: 100%; margin-right: auto;}
	
}

.recoBox .list {padding-bottom: 0.9em;}
.recoBox .list ul { margin-top: 0.7em;
 display: flex; flex-wrap: wrap;
  justify-content:flex-start; align-items: flex-start;}
.recoBox .list ul li { width: 30%; margin-right: 4.95%;  line-height: 2.2em;
color: #666; display: flex; justify-content: flex-start; align-items: center;
border-bottom: 1px solid #eeeeee;
}
.recoBox .list ul li:nth-child(3n) { margin-right: 0;}
.recoBox .list ul li:nth-child(11) { border-bottom: 0;}
.recoBox .list ul li:nth-child(12) { border-bottom: 0;}
.recoBox .list .cate {display: block; text-align: center; overflow: hidden;
color: #666;}
.recoBox .list .cate:hover { color: #007fff; font-weight: bold;
}
.recoBox .list .name { color: #666; height: 2.2em;
 text-align: left; flex: 1; margin: 0 0.5em;overflow: hidden;}
 .recoBox .list .name a { color: #666;}
.recoBox .list .name a:hover { color: #007fff; font-weight: bold;}
.recoBox .list .author { color: #999; text-align: right; 
 overflow: hidden; }
/*----*/

.recoBox2 { padding:0.3em 0 0.7em;  text-align: left;
margin: 1.5em auto 1.7em; position: relative; z-index: 0;}
.recoBox2 .tit{ font-weight: bold; color: #000;}
.recoBox2 .tab { margin: 0 1.5em;}
.recoBox2 .tab ul { display: flex; justify-content: flex-start; align-items: flex-start;
 line-height: 3.7em;
 border-bottom: 4px solid #000;}
.recoBox2 .tab li { cursor: pointer; position: relative; z-index: 0; 
margin: 0 1.3em 0 1.3em; color: #333}
.recoBox2 .tab li:first-child { margin-left:0;}
.recoBox2 .tab li.cur { font-size: 1.33em; font-weight: bold; color: #000;}
.recoBox2 .tab li.cur a { color: #000;}
.recoBox2 .conRE { display: none;}
.recoBox2 .conRE.show { display: block;}
.recoBox2 .txt { margin: 0.9em 1.5em 0; line-height: 2.5em; color: #666;}
.recoBox2 .txt a { color: #666;}
.recoBox2 .txt a:hover { color: #067ff0; font-weight: bold;}

@media only screen and (max-width:828px) { 
	.recoBox {  margin: 1em 0; padding: 1em 0 1.8em; background-color: #fff;
	   -moz-border-radius:0.6em; -webkit-border-radius:0.6em; border-radius:0.6em;
	}
	.recoBox .tab { font-size:1.5em ; margin: 0 1em;}
	.recoBox .tab li { margin: 0;}
	.recoBox .tab ul { justify-content: space-between;}
	.recoBox .tab li:first-child { margin-left: 0;}
	.recoBox .tab li a { padding-bottom: 0.4em;}
	.recoBox .txt {margin: 0.5em 1em 0; line-height: 1.9;}
	
	.recoBox2 {  margin: 1em 0 0; padding: 0.7em 0 1.3em;}
	.recoBox2 .tab {margin: 0 1.1em; }
	.recoBox2 .tab ul { line-height: 3.2em; 
	border-bottom: 2px solid #000; justify-content: space-between;}
	.recoBox2 .tab li { margin: 0;}
	.recoBox2 .txt { line-height: 2;}
	
}
@media only screen and (max-width:390px) {
	.recoBox .tab { font-size:1.1em ;}
	.recoBox2 .tab { font-size:1.1em ;}
}
@media only screen and (max-width:350px) {
	.recoBox .tab { font-size:1em ;}
	.recoBox2 .tab { font-size:1em ;}
}

.chapBox { display: flex; justify-content: space-between; align-items: stretch;}
.chapBox .conL { margin-top:2em; flex: 1; margin-right: 2.2%;}
.chapBox .conR { margin-top: 1.5em; width: 320px; background-color: #fafafa;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}

@media only screen and (max-width:828px) { 
   .chapBox { display: block;}
   .chapBox .conL { margin-top: 1.6em; margin-right: 0;}
   .chapBox .conR {width: auto; background-color: transparent;}
}

.chapBox .conL .tab ul { display: flex; justify-content: flex-start; align-items: flex-start;
}
.chapBox .conL .tab li { cursor: pointer; position: relative; z-index: 0; margin: 0 1.2em 0 0; 
 font-weight: bold;color: #333;padding-bottom: 0.35em;}
.chapBox .conL .tab li span { font-weight: normal;}
.chapBox .conL .tab li.cur { color: #067def;}
.chapBox .conL .tab li.cur a { color: #067def;}



.chapBox .conL .conC {display: none; text-align: left; color: #666; }

.chapBox .conL .conC .item {padding: 1.1em 0;}
.chapBox  h3 { color: #000; margin-bottom: 0.4em;}

@media only screen and (max-width:828px) { 
	.chapBox .conL .conC .item {padding: 1.1em 0.4em;}
	.chapBox .intro { margin-top: 1em; background-color: #dfeffd;
	-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
}

.direBox { margin-top: 2.4em; padding-bottom: 2.7em;}
.direBox .direTit { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.direBox .direTit .name { color: #000; font-weight: bold;}
.direBox .direTit .btnW { margin-left: 1em;
display: flex; justify-content: flex-start; align-items: center;}

.direBox .direTit .sort { background-color: #f5f5f5; color: #000;
 display:block; margin-right: 0.5em;  font-weight: bold; line-height: 2.6em;
 -moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;}
.direBox .direTit .sort span { cursor: pointer; display:inline-block; 
padding: 0.05em 2.5em 0;
-moz-border-radius:1.8em; -webkit-border-radius:1.8em; border-radius:1.8em;}
.direBox .direTit .sort span.on { color: #fff; background-color: #067def;}


.chapBox .conL .direBox .list { margin-top: 2.4em; background-color: #fafafa;}
.chapBox .conL .direBox .list ul { padding-top: 1em; line-height: 2.5;
display: flex; flex-wrap: wrap; justify-content: flex-start;
align-items: stretch;}
.chapBox .conL .direBox .list ul li { margin-top: 0.5em; 
color: #333; width: 25%;}
.chapBox .conL .direBox .list ul li:nth-child(8n+5) { background-color: #e3f1ff;}
.chapBox .conL .direBox .list ul li:nth-child(8n+6) { background-color: #e3f1ff;}
.chapBox .conL .direBox .list ul li:nth-child(8n+7) { background-color: #e3f1ff;}
.chapBox .conL .direBox .list ul li:nth-child(8n+8) { background-color: #e3f1ff;}
.chapBox .conL .direBox .list ul li .lib { padding: 0 1.5em;}
.chapBox .conL .direBox .list ul li a { color: #333;}
.chapBox .conL .direBox .list ul li a:hover { font-weight: bold; color: #067def;}

@media only screen and (max-width:828px) { 
	.direBox { margin-top: 1em; padding-bottom: 2.7em;}
	.direBox .direTit .btnW { font-size: 1.15em;
		margin-left: auto; width: 100%; background-color: #f5f5f5;}
	.direBox .direTit .sort {text-align: center;line-height: 2.8;
		flex: 1; display: flex; justify-content: space-between; align-items: center;}
	.direBox .direTit .sort span { flex: 1; padding: 0.05em 0 0; display: none;
	   -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
	}
	.direBox .direTit .sort span.on { display: block;}
	.direBox .direTit .btnRed {flex: 1; line-height: 2.8; padding: 0; text-align: center;
	   -moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
	}
	.chapBox .conL .direBox .list { margin-top: 0; background-color:transparent;}
	.chapBox .conL .direBox .list ul { margin-top: 0; display: block; line-height: 2.4;}
	.chapBox .conL .direBox .list ul li { margin-top: 0; width: 100%; margin-right: 0;}
	.chapBox .conL .direBox .list ul li:nth-child(8n+5) { background-color: transparent;}
	.chapBox .conL .direBox .list ul li:nth-child(8n+6) { background-color: transparent;}
	.chapBox .conL .direBox .list ul li:nth-child(8n+7) { background-color: transparent;}
	.chapBox .conL .direBox .list ul li:nth-child(8n+8) { background-color: transparent;}
}

.chapBox  .content { display: none; margin-top: 1.6em; position: relative; z-index: 0;
 height:50em; overflow: hidden;line-height: 1.9; text-align: left; color: #666;}
.chapBox  .content .btnW {
	position: absolute; left: 0; right: 0;
	bottom: 0; padding: 10em 0 0; text-align: center;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+53 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); 
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.chapBox  .content .btnW .btnBlue { line-height: 3.5em; font-weight: bold;
 display: inline-block; padding: 0 0; max-width: 320px; width: 100%;}
.chapBox  .content.more .btnW { display: none;}
.chapBox  .content.more { height: auto;}
.btnRW { display: none;}
@media only screen and (max-width:828px) { 
	.chapBox  .content { display: block;}
	.chapBox  .content .btnW  { bottom: 0; padding-left: 0.5em;
	padding-right: 0.5em; padding-top: 7em;
	 padding-bottom: 1.1em; font-size: 1.25em;}
	.chapBox  .content .btnW .btnBlue { padding: 0;
	 max-width: initial; display: block; width: auto; line-height: 2.5em; }
	 .btnRW { display: block;}
	 .btnReadMore { line-height: 2.53em; font-weight: bold;}
}


.chapBox .rankSBox { padding: 1.5em 0; margin: 0 1.1em;}
.chapBox .rankSBox .name { font-weight: bold; text-align: left;}
.chapBox .rankSBox .name_2{ line-height: 1.2; color: #999; text-align: left;}

.chapBox .rankSBox .list ul { margin-top: 2.9em;}
.chapBox .rankSBox .list ul li { margin-top: 1.33em; 
display: flex; justify-content: flex-start; align-items: flex-start;}
.chapBox .rankSBox .list .picb {  width: 7.5em;}
.chapBox .rankSBox .list .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
overflow: hidden;}
.chapBox .rankSBox .list .pic img { position: absolute; left: 0; top: 0;
width: 100%; width: 100%;}
.chapBox .rankSBox .list .txtb { flex: 1; margin-left: 5%; text-align: left;}
.chapBox .rankSBox .list .txtb .name { margin-top: 0.5em; height: 3em; font-weight: bold;}
.chapBox .rankSBox .list .txtb .intro { color: #666; line-height: 1.6;}
.chapBox .rankSBox .list .txtb .intro dl {display: flex; 
justify-content: flex-start; align-items: flex-start;}
.chapBox .rankSBox .list .txtb .intro dt {}
.chapBox .rankSBox .list .txtb .intro dd { flex: 1; height: 1.6em; overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;}
@media only screen and (max-width:828px) { 
	.chapBox .rankSBox { margin: 0 0;}
	.chapBox .rankSBox .name_2 { display: none;}
	.chapBox .rankSBox .list ul li { margin-top: 0.83em; 
	padding: 1em; background-color: #eff9f4;
	-moz-border-radius:0.6em; -webkit-border-radius:0.6em; border-radius:0.6em;}
	.chapBox .rankSBox .list .txtb  { margin-left: 0.9em;}
	.chapBox .rankSBox .list .txtb .name { height: auto;}
	.chapBox .rankSBox .list .picb {  width: 5.83em;}
	.chapBox .rankSBox .list .txtb .intro  { margin-top: 0.4em;}
	
}


/*内容页*/
.readGray { padding-top: 0; background-color: #e0e0e0;}

.conBox { position: relative; z-index: 0; padding-bottom: 4em;}
.conBox .conC {  padding: 3em 5.5%; text-align: left;}
.conBox .titBox { padding-top: 4em;}
.conBox .title {text-align: center;  font-size: 36px; font-weight: bold; color: #000;}
.conBox .about { text-align: center; font-size: 16px; border-bottom:1px dashed #000;
 color: #666;
 padding: 0.9em 0 2em;}
.conBox .about dl {display: inline-block; margin: 0 1.2em;}
.conBox .about dl dt { display: inline-block; color: #666;}
.conBox .about dl dd {display: inline-block; color: #000;}
.conBox .about dl dd a {color: #000;}
.conBox .about dl dd a:hover { color: #24b76c;}
.conBox .content { margin: 1.9em auto 0; font-size: 16px; color: #666;}
.conBox .content p {font-size: 1em;
    text-align: justify;
	word-wrap: break-word;
	    line-height: 1.5;
	    margin-bottom: 1.5em;
	    word-break: break-word;}
.conBox .rela { text-align: left; margin-top: 1.7em;
padding: 0.8em 0.8em 0.7em; background-color: #fff; color: #000;}
.conBox .rela a {color: #000;}
.conBox .rela a:hover { font-weight: bold;}
.conBox .btnW { display: flex; justify-content: space-between; align-items: center;
 margin-top: 2.6em; text-align: center;}
.conBox .btnW .btnBlack {flex: 1; margin-right: 1px; line-height: 3.2;
-moz-border-radius:0; -webkit-border-radius:0; border-radius:0; padding-left: 0;
padding-right: 0;}
.conBox .btnW .btnBlack:hover { font-weight: bold;}


.conBox .btnErrorW { margin-top: 1.7em; font-size: 16px; display: none; text-align: center;}
.conBox .btnError { cursor: pointer; font-weight: bold;}

.conBox .btnReport,
.conBox .btnSources{display: inline-block; color: #b2b2b2; padding-left: 1.6em;
  background: url(../images/report.png) 0 center no-repeat;
  background-size:1.4em auto ; font-size: 16px; cursor: pointer;}
.conBox .btnReport:hover,
.conBox .btnSources:hover{ color: #0e8cdb;
	  background-image: url(../images/report_2.png)}
.conBox .titBox .btnAddBook { display: none;}

@media only screen and (max-width:828px) { 
	.readGray {background-color: #eff9f4; padding-top: 4.8em;}
	.conBox {padding-bottom: 3.3em;	}
	.conBox .tit { display: none;}
	.conBox .conC { padding: 1.7em 1em 2em;}
	.conBox .title {text-align: left;  font-size: 18px; margin-right: 1em;}
	.conBox .about { display: none;}
	.conBox .content { border-top:1px dashed #000 ;}
	.conBox .btnW { margin: 1.6em -0.5em 0;}
	.conBox .btnW .btnBlack {background-color: transparent; color: #000;
	border: 1px solid #000; margin: 0 0.5em; line-height: 2.6;}
	.conBox .btnErrorW { display: block;font-size: 1em;}
	.conBox .btnError { display: block; cursor: pointer; padding-top: 0.05em;
	 color: #000;
	border: 1px solid #000; line-height: 2.6; font-size: 1em;
	}
	.conBox .btnGreen { background-color: #d7ab02; border-color: #d7ab02;
	       -moz-border-radius: 0.3em;
	       -webkit-border-radius: 0.3em;
	       border-radius: 0.3em;
	}
	.conBox .btnW .btnGray {
		-moz-border-radius: 0.3em;
		-webkit-border-radius: 0.3em;
		border-radius: 0.3em;
		background-color: #333; border-color: #333;
	}
	.conBox .btnW .btnGray:hover { background-color: #067eef;border-color: #067eef;}
	.conBox .titBox { padding-top: 2.7em; display: flex; 
	justify-content: space-between; align-items:center;}
	.conBox .titBox .btnAddBook {display: block; font-weight: bold;}
	.conBox .titBox .btnAddBook img { display: block; width: 3.2em; height: auto;
	  margin: 0 auto 0.3em;	}
	.conBox .content { margin: 1.4em auto 0; padding-top: 1.4em; color: #333;}
	.conBox .rela { display: none;}
	.conBox .btnW {display: flex; justify-content: space-between; 
	align-items: flex-start;}
	.conBox .btnW .btnGray { width: 7em; margin: 0;}
	.conBox .btnW .btnYell { width: 7em; margin: 0;}
}

@media only screen and (max-width:400px) { 
	.conBox .btnW .btnGray { width: 5.8em; margin: 0;}
	.conBox .btnW .btnYell { width: 5.8em; margin: 0;}
}
@media only screen and (max-width:350px) { 
	.conBox .btnW .btnGray { width: 5em; margin: 0;}
	.conBox .btnW .btnYell { width: 5em; margin: 0;}
}
  
.floatLBox { position: fixed; top: 270px;  left: 50%; margin-left: -660px;
    z-index: 999; width:60px ;}
.floatRBox {position: fixed; top:330px; right: 50%; margin-right: -660px;
    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: #000; padding: 0.45em 0 0.42em;
 font-size: 14px; line-height: 1.28; color: #fff;
position: relative; z-index: 0;}
.floatPBox .btnF:hover {background-color: #cc0000;}
.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: #d4d4d4;
 padding: 1.2em 1.8em; margin: 1.1em 1.5em 0; text-align: left;
-moz-border-radius:1em; -webkit-border-radius:1em; border-radius:1em;}
.labelBox dl { padding: 0.35em 0;  line-height: 1.8em; display: flex; 
justify-content: flex-start; align-items: flex-start;}
.labelBox dt { color: #000; padding: 0 1em 0 1em;
border: 2px solid #000;}
.labelBox dd { flex: 1; line-height: 2; margin-left: 1.1em; color: #000;}
.labelBox dd span { display: inline-block; margin-right: 1em;}

@media only screen and (max-width: 828px){
	.labelBox { background-color: #000; margin: 0 auto 0; padding: 0.8em 1em; color: #fff;}
	.labelBox dl { padding: 0.4em 0;}
	.labelBox dt { padding: 0 1em; background-color: transparent; color: #fff;
	border: 2px solid #fff; margin-right: 1em;}
	.labelBox dd { margin-left: 0; color: #fff;}
}

.shelfBox {background-color: #fafafa;
 padding: 1.7em 1.5em 4.6em; margin:1.5em 0 0; text-align: left;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;}
.shelfBox .tab { 
 font-weight: bold; color: #666; border-bottom: 2px solid #f0f0f0;
line-height: 1.8;}
.shelfBox .tab a.cur { color: #000; border-bottom: 4px solid #000;}
.shelfBox .tab a { margin-right: 1em;
	display: inline-block; color: #666;border-bottom: 4px solid transparent; margin-bottom: -3px;}
.shelfBox .list {}
.shelfBox .list ul {display: flex;
 flex-wrap: wrap; justify-content: flex-start; align-items: flex-start;}
.shelfBox .list ul li { width: 29%; margin-top: 2.25em; margin-right: 6.5%;
display: flex; justify-content: flex-start; align-items: flex-start;}
.shelfBox .list ul li:nth-child(3n) { margin-right: 0;}
.shelfBox .list .picb { width: 8.75em}
.shelfBox .list .pic { position: relative; z-index: 0; padding-top: 135%;
-moz-border-radius:0.3em; -webkit-border-radius:0.3em; border-radius:0.3em;
overflow: hidden;}
.shelfBox .list .pic img { display: block; position: absolute; left: 0; top: 0;
width: 100%; height: 100%; object-fit: cover;}
.shelfBox .list .txtb { flex: 1; margin-left: 1.4em; 
text-align: left; color: #666; line-height: 1.3em; }
.shelfBox .list .txtb .name {  line-height: 1.2;
font-weight: bold; height: 2.4em;
overflow: hidden;
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;}

.shelfBox .list .txtb .author { color: #999; 
 margin-top: 0.1em;}
 .shelfBox .list .txtb .state { margin-top: 0.2em;}
 .shelfBox .list .txtb .state span { display: inline-block; color: #fff;
 background-color: #24b66b; line-height: 1.7; padding: 0 0.8em;
 -moz-border-radius:0.9em; -webkit-border-radius:0.9em; border-radius:0.9em;}
.shelfBox .list .txtb .time { margin-top: 0.3em; color: #666;
 overflow: hidden; line-height: 1.4;}
.shelfBox .list li .btnW { margin-top: 0; text-align: left;}
.shelfBox .list li .btnBlue { margin: 0.3em auto 0; 
 padding: 0 0.75em;  display: inline-block;
 line-height: 2em;
 -moz-border-radius:1.2em; -webkit-border-radius:1.2em; border-radius:1.2em;}
 
 .shelfBox .btnW { margin-top: 8.6em; text-align: center;}
 
 .shelfBox .list .btnGreen { padding:  0 2.5em; line-height: 3.8em; display: inline-block; width: auto;
 background-color: #24b66b; border-color: #24b66b;}
 
 @media only screen and (max-width: 828px){
	 .shelfBox { padding-top: 1.5em;}
	 .shelfBox .tab { display: none;}
	 .shelfBox .list ul li  { margin-top: 2em;  width: 27.5%; 
	 display: block; margin-right: 8.7%;}
	 .shelfBox .list ul li:nth-child(1),
	 .shelfBox .list ul li:nth-child(2),
	 .shelfBox .list ul li:nth-child(3){ margin-top: 0;}
	 .shelfBox .list .picb { width: 100%}
	 .shelfBox .list .txtb { margin-left: auto;}
	 .shelfBox .list .txtb .name { font-size: 15px; margin-top: 1.1em; height: 1.2em;
	 -webkit-line-clamp:1;}
	 .shelfBox .list li .btnW  { display: none;}
	 .shelfBox .list .txtb .time { line-height: 1.8;}
	 .shelfBox .list .txtb .mh { display: none;}
	 .shelfBox .list .txtb .author { margin-top: 0.3em;}
	 .shelfBox .list .txtb .time { font-size: 11px; color: #999;}
	 
	 .shelfBox .list .txtb .state span {  padding: 0 0.4em;
	 -moz-border-radius:0.2em; -webkit-border-radius:0.2em; border-radius:0.2em;}
	 .shelfBox .list .btnGreen {background-color: #067eef;
	  -moz-border-radius:0.4em; -webkit-border-radius:0.4em; border-radius:0.4em;
	  border: 2px solid #067eef; line-height: 2.8;}
	  .shelfBox .btnW { margin-top: 4em;}
 }
 
 .searchPBox { min-height: 100vh; width: 100%;
 display: flex; justify-content: center; align-items: center;}
 .searchPBox .conP { padding: 2em 0; max-width: 1200px; width: 90%;}
 .searchPBox .conP .name { font-size: 72px; font-weight: bold; color: #0047bc;}
 .searchPBox .searchBox { margin-top: 6.6%; border-bottom: 2px solid #000000;}
 
 .searchHBox { padding-bottom: 2.6em; height: auto; display: block; min-height: initial;}
 .searchHBox .conP { padding: 0; width: auto;}
 .searchHBox .searchBox { margin-top: 0.5em; }
 
 .searchPBox .searchBox { display: flex; justify-content: space-between; align-items: center;}
 .searchPBox .searchBox form { width: 100%; display: flex;
  justify-content: space-between; align-items: center;}
  .searchPBox .searchBox .pics { margin-left: 0.2em; width: 1.4em; height: 1.4em;
  background: url(../images/search_2.png) center center no-repeat;
  background-size:contain ;}
  .searchPBox .searchBox .iW { margin-left: 0.9em; flex: 1;}
   .searchPBox .searchBox .iW .input { font-size: 1em; height: 4em; line-height: 4em; 
   flex: 1; width: 100%; outline-width: 0; border: 0;
   background-color: transparent; margin: 0; padding: 0; }
   .searchPBox .searchBox .iW .input::-webkit-input-placeholder{	color: #666;}
   .searchPBox .searchBox .iW .input::-moz-placeholder{	color: #666;}
   .searchPBox .searchBox .iW .input:-ms-input-placeholder{	color: #666;}
  .searchPBox .searchBox .close { margin-right: 0.3em; width: 2em; height: 2em;
  cursor: pointer;
  background: url(../images/close_4.png) center center no-repeat;
  background-size:contain ;}
  .searchPBox .searchBox .btnSearch { width: 7.2em; height: 2.4em; line-height: 2.4em;
  color: #fff; font-weight: bold;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#316aff+0,6f96ff+100 */
  background: linear-gradient(to right,  rgba(49,106,255,1) 0%,rgba(111,150,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
 cursor: pointer;
 margin-left: 0.5em;
  }
  .searchPBox .searchBox .btnAskBook { width: 7.2em; height: 2.4em; line-height: 2.4em;
   color: #fff; font-weight: bold;
   /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#316aff+0,6f96ff+100 */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff7a95+1,ffb696+100 */
  background: linear-gradient(to right,  rgba(255,122,149,1) 1%,rgba(255,182,150,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  cursor: pointer;margin-left: 0.5em;
   }
 .searchPBox .hot { margin-top: 1.3em; text-align: left;}
 .searchPBox .hot .tit { font-weight: bold; color: #333;}
 .searchPBox .hot .list {display: flex; flex-wrap: wrap; margin-top: 0.5em;
 justify-content: flex-start; align-items: flex-start; line-height: 2.4;}
 .searchPBox .hot .list a { display: inline-block; color: #666;
 border: 1px solid #999; margin:0.8em 0.6em  0 0; padding: 0 1em; position: relative; z-index: 0;}
 .searchPBox .hot .list a:hover{ color: #0047bc; font-weight: bold;}
 .searchPBox .hot .list a:hover::after { content: ""; display: block;
 position: absolute; left: -1px; top: -1px; bottom: -1px; right: -1px;
 border: 2px solid #0047bc;}
 
 @media only screen and (max-width:828px) {
 	.searchPBox .conP .name { font-size: 50px;}
 	 .searchPBox .searchBox .btnSearch{width:5em;}
 	  .searchPBox .searchBox .btnAskBook { width: 5em;}
 }
 @media only screen and (max-width:500px) {
 	 .searchPBox .searchBox .btnSearch{width:3.2em; margin-left: 0.2em;}
 	  .searchPBox .searchBox .btnAskBook { width: 3.2em; margin-left: 0.2em;}
 }
 @media only screen and (max-width:420px) {
 	.searchPBox .conP .name { font-size: 30px;}
 }
 
.resultNo {margin-top: -1em; padding: 2em; background-color: #fff;
	 -moz-border-radius:0; -webkit-border-radius:0; border-radius:0; 
	 display: flex; justify-content: center; align-items: center;}
	 .resultNo  .txt { margin-left: 1.5em; text-align: left;}
.resultNo  .txt b { color: #0047bb; display: inline-block;}