*{-webkit-tap-highlight-color: transparent;  margin:0; padding:0;}
a:focus, *:focus {outline:none;}
a{text-decoration: none;color: black; outline:none;display: inline-block!important;}
b{font-weight: 400;}
a,b,p,span{font-family: "微软雅黑";}
li{list-style:none;}
img{vertical-align:middle; border:0 none;}
input[type=submit]{-webkit-appearance:none;}  /*去除input默认样式*/
input[type=button]{-webkit-appearance:none;}
/*================================================*/
html,body{
    margin: 0;padding: 0;
    -webkit-text-size-adjust: 100%!important;
    font-family: "微软雅黑";
    font-size: 20px;
    /*background: #F6F6F6;*/
    background: #eff5fb;
}
/*element css hack*/
.el-loading-mask{
	z-index: 1;
}
.el-loading-spinner .path{
	stroke: #2784bd;
}
/*================================================*/
.Novel{
	width: 100%;
	min-height: 0;
	padding: 30px 0 30px;
	margin: 0 auto;
	overflow: hidden;
}
.Novel .m1{
	width: 1200px;
	height: 322px;
	margin: 0 auto;
	background: white;
}
.Novel .m1 .m1-l{
	width: 386px;
	height: 322px;
	background:rgba(255,227,0,1);
	float: left;
}
.Novel .m1 .m1-l .v1{
	width: 240px;
	height: 84px;
	margin: 50px auto 22px;
	text-align: center;
}
.Novel .m1 .m1-l .v1 p{
	font-size:30px;
	font-family:SourceHanSansCN;
	font-weight:500;
	color:rgba(51,51,51,1);
	line-height:42px;
	text-shadow:0px 2px 5px rgba(152,135,0,0.5);
}

.Novel .m1 .m1-l .v2{
	width: 200px;
	height: 30px;
	margin: 0 auto;
}
.Novel .m1 .m1-l .v2 .v2-l{
	width:98px;
	height:28px;
	border:1px dashed rgba(191,170,0,1);
	float: left;
}
.Novel .m1 .m1-l .v2 .v2-l span{
	display: block;
	width: 32px;
	height: 28px;
	line-height: 26px;
	float: left;
	text-align: center;

	font-size:24px;
	font-family:CenturyGothic;
	font-weight:bold;
	color:rgba(51,51,51,1);
	text-shadow:0px 2px 3px rgba(152,135,0,0.5);
}
.Novel .m1 .m1-l .v2 .v2-l span.sp2{
	border-left: 1px dashed rgba(191,170,0,1);
	border-right: 1px dashed rgba(191,170,0,1);
}

.Novel .m1 .m1-l .v2 .v2-r{
	width: 100px;
	height: 30px;
	float: right;
	text-align: right;
}
.Novel .m1 .m1-l .v2 .v2-r span{
	font-size:18px;
	font-family:SourceHanSansCN;
	font-weight:500;
	color:rgba(51,51,51,1);
	text-shadow:0px 2px 3px rgba(152,135,0,0.5);
}

.Novel .m1 .m1-l .v3{
	width: 200px;
	height: 43px;
	margin: 30px auto 0;
}
.Novel .m1 .m1-l .v3 > a{
	display: block;
	width: 200px;
	height: 43px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	background: white;
	box-shadow:0px 2px 5px 0px rgba(0, 0, 0, 0.15);

	font-size:18px;
	font-weight:bold;
	color:rgba(52,46,0,1);
	text-indent: 26px;
	position: relative;
}
.Novel .m1 .m1-l .v3 > a > b{
	display: block;
	width: 17px;
	height: 16px;
	background: url(../img/png/p6.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 14px;
	left: 45px;
}

.Novel .m1 .m1-r{
	width: 814px;
	height: 322px;
	float: right;
}
.Novel .m1 .m1-r .banner{
	width: 100%;
	height: 322px;
	overflow: hidden;
}
.Novel .m1 .m1-r .banner .swiper-container-1{
	width: 100%;
	height: 322px;
}

.Novel .m1 .m1-r .banner .swiper-container-1 .swiper-pagination{
	width: 100%;
	height: 12px;
	margin-bottom: 24px;
}

.Novel .m1 .m1-r .banner .swiper-container-1 .swiper-slide .pic{
	width: 814px;
	height: 322px;
}


.Novel .m2{
	width: 1200px;
	min-height: 152px;
	margin: 0 auto;
}
.Novel .m2 .v1{
	width: 100%;
	min-height: 48px;
	padding: 35px 0 8px;
}
.Novel .m2 .v1 > p{
	font-size:14px;
	font-weight:400;
	color:#333333;
	line-height: 24px;
}
.Novel .m2 .v1 > p span{
	display: inline-block;
	background:#2784bd;
	border-radius:2px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 8px;
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-right: 8px;
}
.Novel .m2 .v1 > p .bn-title{
	display: inline-block;
	background:#2784bd;
	border-radius:2px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	padding: 0 8px;
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	margin-right: 8px;
}

.Novel .m2 .v2{
	width: 100%;
	height: 60px;
	text-align: center;
}
.Novel .m2 .v2 .a-box{
	display: inline-block;
	height: 60px;
}
.Novel .m2 .v2 .a-box a{
	display: inline-block;
	height: 58px;
	line-height: 60px;
	float: left;
	margin: 0 34px;
	font-size:18px;
	color:#333333;
	border-bottom: 3px solid transparent;
}
.Novel .m2 .v2 .a-box a.show{
	font-weight:bold;
	color:#2784bd;
	border-bottom: 3px solid #2784bd;
}

.Novel .m2 .v2 .a-box a:hover{
	color:#2784bd;
}

.Novel .m3{
	width: 100%;
	height: 410px;
	background: white;
	border-top: 1px solid rgba(221,221,221,1);
	margin-top: -1px;
	box-shadow:0px 1px 6px 0px rgba(177,177,177,0.1);
}
.Novel .m3 .n1{
	width: 1200px;
	height: 320px;
	margin: 20px auto 18px;
}
.Novel .m3 .n1 .v1{
	width: 100%;
	height: 28px;
	line-height: 26px;
	margin-bottom: 25px;
	text-align: right;
}
.Novel .m3 .n1 .v1 a{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Novel .m3 .n1 .v1 a:hover{
	color: #2784bd;
}

.Novel .m3 .n1 .v2{
	width: 100%;
	height: 284px;
}
.Novel .m3 .n1 .v2 .li{
	width: 160px;
	height: 284px;
	float: left;
	margin-left: 48px;
}
.Novel .m3 .n1 .v2 .li:nth-child(1){
	margin-left: 0;
}

.Novel .m3 .n1 .v2 .li .li-t{
	width: 100%;
	height: 212px;
	position: relative;
}
.Novel .m3 .n1 .v2 .li .li-t .pic{
	display: block;
	width: 100%;
	height: 212px;
}
.Novel .m3 .n1 .v2 .li .li-t .status{
	width: 42px;
	height: 42px;
	position: absolute;
	top: 0;
	right: 0;
}

.Novel .m3 .n1 .v2 .li .li-c{
	width: 100%;
	height: 30px;
	padding-top: 12px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.Novel .m3 .n1 .v2 .li .li-c a{
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.Novel .m3 .n1 .v2 .li .li-b{
	width: 100%;
	height: 24px;
}
.Novel .m3 .n1 .v2 .li .li-b .li-b-l{
	width: 50%;
	height: 24px;
	line-height: 24px;
	float: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Novel .m3 .n1 .v2 .li .li-b .li-b-l span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m3 .n1 .v2 .li .li-b .li-b-r{
	width: 50%;
	height: 24px;
	line-height: 24px;
	float: right;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Novel .m3 .n1 .v2 .li .li-b .li-b-r span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m4{
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
}
.Novel .m4 .n1{
	width: 100%;
	height: 40px;
	padding: 50px 0 24px;
	line-height: 40px;
}
.Novel .m4 .n1 span{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.Novel .m4 .n2{
	width: 1200px;
	height: 410px;
	position: relative;
}
.Novel .m4 .n2 .next{
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(197,195,195,0.4);
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	top: 185px;
	left: -55px;
}
.Novel .m4 .n2 .next:hover{
	background: #2784bd ;
}
.Novel .m4 .n2 .next > i{
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px;
	background: url(../img/png/p10-1.png) center no-repeat;
	background-size: cover;
}

.Novel .m4 .n2 .prev{
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(197,195,195,0.4);
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	top: 185px;
	right: -55px;
}
.Novel .m4 .n2 .prev:hover{
	background: #2784bd ;
}
.Novel .m4 .n2 .prev > i{
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px;
	background: url(../img/png/p10-2.png) center no-repeat;
	background-size: cover;
}

.Novel .m4 .n2 .swiper-container{
	width: 100%;
	height: 410px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper{
	width: 1200px;
	height:410px;
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide{
	width: 1200px;
	height: 410px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li{
	width: 180px;
	height: 410px;
	float: left;
	margin-left: 60px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li:nth-child(1){
	margin-left: 25px;
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v1{
	width: 100%;
	height: 198px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v1 .pic{
	display: block;
	width: 140px;
	height: 186px;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius:5px;
	margin: 12px 0 0;
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v2 a{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v3{
	width: 100%;
	height: 24px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v3 .v3-l{
	width: 50%;
	height: 24px;
	line-height: 24px;
	float: left;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v3 .v3-l span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v3 .v3-r{
	width: 50%;
	height: 24px;
	line-height: 24px;
	float: right;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v3 .v3-r span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v4{
	width: 100%;
	height: 62px;
	overflow: hidden;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v4 p{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v4 span{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:21px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5{
	width: 100%;
	height: 24px;
	margin-top: 12px;
	position: relative;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l{
	display: inline-block;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l span{
	display: inline-block;
	float: left;
	font-size:12px;
	font-weight:400;
	line-height:24px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l span.sp1{
	width: 13px;
	margin-right: 7px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l span.sp1 > i{
	display: block;
	width: 13px;
	height: 16px;
	margin: 4px 0;
	background: url(../img/png/p8.png) center no-repeat;
	background-size: cover;
}

.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l span.sp2{
	color:rgba(238,43,24,1);
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l span.sp3{
	color:#666666;
	margin: 0 10px;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-l span.sp4{
	color:#666666;
	margin-right: 10px;
}


.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-r{
	display: inline-block;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
}
.Novel .m4 .n2 .swiper-container .swiper-wrapper .swiper-slide .li .v5 .v5-r > i{
	display: block;
	width: 15px;
	height: 17px;
	margin: 3.5px 0;
	background: url(../img/png/p9.png) center no-repeat;
	background-size: cover;
}


.Novel .m5{
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
}
.Novel .m5 .m5-t{
	width: 100%;
	height: 40px;
	padding: 50px 0 24px;
	line-height: 40px;
}
.Novel .m5 .m5-t span{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.Novel .m5 .m5-b{
	width: 100%;
	height: 660px;
}

.Novel .m5 .m5-b .list{
	width:246px;
	height:574px;
	padding: 20px;
	background:white;
	border-radius:5px;
	margin-left: 18.66px;
	margin-bottom: 33px;
	border-bottom: 4px solid #2784bd;
	float: left;
}
.Novel .m5 .m5-b .list:nth-child(4n+1){
	margin-left: 0;
}

.Novel .m5 .m5-b .list .n1{
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}
.Novel .m5 .m5-b .list .n1 .v1{
	width: 100%;
	height: 30px;
}
.Novel .m5 .m5-b .list .n1 .v1 .v1-l{
	width: 100px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.Novel .m5 .m5-b .list .n1 .v1 .v1-l span{
	font-size:18px;
	font-weight:bold;
	color:#2784bd;
}

.Novel .m5 .m5-b .list .n1 .v1 .v1-r{
	min-width: 0;
	height: 30px;
	float: right;
	margin-right: 4px;
}
.Novel .m5 .m5-b .list .n1 .v1 .v1-r a{
	display: inline-block;
	height: 30px;
	line-height: 32px;
	float: left;

	font-size:14px;
	font-weight:400;
	color:#333;
	margin-left: 10px;

	border-bottom:2px solid transparent;
}
.Novel .m5 .m5-b .list .n1 .v1 .v1-r a:nth-child(1){
	margin-left: 0;
}

.Novel .m5 .m5-b .list .n1 .v1 .v1-r a.show{
	color: #2784bd;
	border-bottom:2px solid #2784bd;
}


.Novel .m5 .m5-b .list .n1 .v2{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.Novel .m5 .m5-b .list .n1 .v2 span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m5 .m5-b .list .n2{
	width: 100%;
	min-height: 0;
}
.Novel .m5 .m5-b .list .n2 .li{
	width: 100%;
	min-height: 38px;
}

.Novel .m5 .m5-b .list .n2 .li1{
	height: 116px;
	margin-bottom: 10px;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-l{
	width: 150px;
	height: 116px;
	float: left;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-l .v1{
	width: 18px;
	height: 116px;
	float: left;
	line-height: 24px;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-l .v1 .num{
	width: 100%;
	height: 24px;
	line-height: 20px;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-l .v1 .num span{
	font-size: 16px;
	color: #2784bd;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-l .v1 .num span.b{
	font-weight: 700;
}

.Novel .m5 .m5-b .list .n2 .li1 .li-l .v2{
	width: 130px;
	height: 116px;
	float: left;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-l .v2 .title{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 16px;
	color: #333333;
}

.Novel .m5 .m5-b .list .n2 .li1 .li-l .v2 .author{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 12px;
	color: #999999;
}

.Novel .m5 .m5-b .list .n2 .li1 .li-l .v2 .type{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
	font-size: 12px;
	color: #999999;
}

.Novel .m5 .m5-b .list .n2 .li1 .li-r{
	width: 88px;
	height: 116px;
	float: right;
}
.Novel .m5 .m5-b .list .n2 .li1 .li-r .pic{
	width:84px;
	height:112px;
	border-radius:5px;
	box-shadow: 0 0 6px #999999;
	margin-top: 4px;
}

.Novel .m5 .m5-b .list .n2 .li2{
	width: 100%;
	height: 38px;
}
.Novel .m5 .m5-b .list .n2 .li2 .li-l{
	width: 150px;
	height: 38px;
	line-height: 38px;
	float: left;
}

.Novel .m5 .m5-b .list .n2 .li2 .li-l .v1{
	width: 18px;
	height: 38px;
	float: left;
	line-height: 25px;
}
.Novel .m5 .m5-b .list .n2 .li2 .li-l .v1 .num{
	width: 100%;
	height: 38px;
	line-height: 34px;
}
.Novel .m5 .m5-b .list .n2 .li2 .li-l .v1 .num span{
	font-size: 14px;
	color: #2784bd;
}
.Novel .m5 .m5-b .list .n2 .li2 .li-l .v1 .num span.b{
	font-size: 16px;
	font-weight: 700;
}

.Novel .m5 .m5-b .list .n2 .li2 .li-l .v2{
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	float: left;
	font-size: 14px;
	color: #333333;
}
.Novel .m5 .m5-b .list .n2 .li2 .li-l .v2 a{
	font-size: 14px;
	color: #333333;
}

.Novel .m5 .m5-b .list .n2 .li2 .li-r{
	width: 84px;
	height: 38px;
	line-height: 38px;
	float: right;
	text-align: right;
}
.Novel .m5 .m5-b .list .n2 .li2 .li-r span{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 12px;
	color: #999999;
}

.Novel .m5 .m5-b .list .n3{
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	/*margin-top: 16px;*/
}
.Novel .m5 .m5-b .list .n3 a{
	font-size:14px;
	color:#2784bd;
	font-weight:400;
}


.Novel .m6{
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
}
.Novel .m6 .m6-t{
	width: 100%;
	height: 40px;
	padding: 50px 0 24px;
}
.Novel .m6 .m6-t .v1{
	width: 50%;
	height: 40px;
	line-height: 40px;
	float: left;
}
.Novel .m6 .m6-t .v1 span{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.Novel .m6 .m6-t .v2{
	width: 50%;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: right;
}
.Novel .m6 .m6-t .v2 a{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.Novel .m6 .m6-t .v2 a:hover{
	color: #2784bd;
}


.Novel .m6 .m6-b{
	width: 100%;
	height: 425px;
	position: relative;
}
.Novel .m6 .m6-b .next{
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(197,195,195,0.4);
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	top: 192px;
	left: -55px;
}
.Novel .m6 .m6-b .next:hover{
	background: #2784bd ;
}
.Novel .m6 .m6-b .next > i{
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px;
	background: url(../img/png/p10-1.png) center no-repeat;
	background-size: cover;
}

.Novel .m6 .m6-b .prev{
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(197,195,195,0.4);
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	top: 192px;
	right: -55px;
}
.Novel .m6 .m6-b .prev:hover{
	background: #2784bd ;
}
.Novel .m6 .m6-b .prev > i{
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px;
	background: url(../img/png/p10-2.png) center no-repeat;
	background-size: cover;
}

.Novel .m6 .m6-b .swiper-container{
	width: 1200px;
	height: 425px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper{
	width: 1200px;
	height: 425px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide{
	width: 1200px;
	height: 425px;
	overflow: hidden;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list{
	width: 328px;
	height: 375px;
	background: white;
	float: left;
	margin-left: 42px;
	margin-bottom: 42px;
	padding: 25px 22px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list:nth-child(3n+1){
	margin-left: 0;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n1{
	width: 100%;
	height: 42px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n1 span{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	float: left;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n1 span.sp1{
	width: 42px;
	margin-right: 20px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n1 span.sp1 > .pic{
	display: block;
	width: 42px;
	height: 42px;
	border-radius:50%;
	overflow: hidden;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n1 span.sp2{
	font-size:14px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	margin-right: 10px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n1 span.sp3{
	font-size:14px;
	color:#666666;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2{
	width: 100%;
	height: 112px;
	margin-top: 25px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-l{
	width: 84px;
	height: 112px;
	float: left;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-l .pic{
	display: block;
	width: 84px;
	height: 112px;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius:5px;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r{
	width: 220px;
	height: 112px;
	float: left;
	margin-left: 16px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v1{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v1 a{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v1 a:hover{
	color: #2784bd;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v2{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v2 span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v3{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 6px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v3 span{
	display: inline-block;
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
	float: left;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n2 .n2-r .v3 span.sp2{
	margin: 0 10px;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3{
	width: 100%;
	height: 92px;
	margin-top: 44px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3 .n3-l{
	width: 21px;
	height: 92px;
	float: left;
	border-left: 5px solid #2784bd;
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3 .n3-r{
	width: 302px;
	height: 92px;
	float: left;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3 .n3-r .v1{
	width: 100%;
	height: 22px;
	line-height: 22px;
	margin-bottom: 2px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3 .n3-r .v1 span{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3 .n3-r .v2{
	width: 100%;
	min-height: 0;
	max-height: 66px;
	overflow: hidden;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n3 .n3-r .v2 p{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:22px;
}

.Novel .m6 .m6-b .list .n4{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-align: center;
	margin-top: 24px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n4 a{
	font-size:14px;
	font-weight:400;
	color:#2784bd;
	line-height:24px;
}
.Novel .m6 .m6-b .swiper-container .swiper-wrapper .swiper-slide .list .n4 a:hover{
	text-decoration: underline;
}


.Novel .m7{
	width: 1200px;
	min-height: 100px;
	margin: 0 auto;
}
.Novel .m7 .m7-t{
	width: 100%;
	height: 40px;
	padding: 50px 0 24px;
}
.Novel .m7 .m7-t .v1{
	width: 50%;
	height: 40px;
	line-height: 40px;
	float: left;
}
.Novel .m7 .m7-t .v1 span{
	font-size:24px;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.Novel .m7 .m7-t .v2{
	width: 50%;
	height: 40px;
	line-height: 40px;
	float: right;
	text-align: right;
}
.Novel .m7 .m7-t .v2 a{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.Novel .m7 .m7-t .v2 a:hover{
	color: #2784bd;
}


.Novel .m7 .m7-b{
	width: 100%;
	height: 324px;
	position: relative;
}
.Novel .m7 .m7-b .next{
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(197,195,195,0.4);
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	top: 142px;
	left: -55px;
}
.Novel .m7 .m7-b .next:hover{
	background: #2784bd ;
}
.Novel .m7 .m7-b .next > i{
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px;
	background: url(../img/png/p10-1.png) center no-repeat;
	background-size: cover;
}

.Novel .m7 .m7-b .prev{
	width:40px;
	height:40px;
	background:rgba(255,255,255,1);
	box-shadow:0px 2px 4px 0px rgba(197,195,195,0.4);
	border-radius:50%;
	cursor: pointer;
	position: absolute;
	top: 142px;
	right: -55px;
}
.Novel .m7 .m7-b .prev:hover{
	background: #2784bd ;
}
.Novel .m7 .m7-b .prev > i{
	display: block;
	width: 14px;
	height: 14px;
	margin: 13px;
	background: url(../img/png/p10-2.png) center no-repeat;
	background-size: cover;
}


.Novel .m7 .m7-b .swiper-container{
	width: 1200px;
	height: 324px;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper{
	width: 1200px;
	height: 324px;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide{
	width: 1200px;
	height: 324px;
	overflow: hidden;
}


.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list{
	width:242px;
	height:324px;
	border-radius:5px;
	margin-left: 77px;
	float: left;
	overflow: hidden;
	cursor: pointer;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list:nth-child(4n+1){
	margin-left: 0; 
}

.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic{
	width: 242px;
	height: 324px;
	position: relative;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v1{
	width: 68px;
	height: 20px;
	line-height: 20px;
	background: url(../img/png/p2.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-indent: 5px;

	font-size: 12px;
	font-weight: 400;
	color: rgba(51,51,51,1);
}

.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2{
	width: 242px;
	height: 115px;
	background: url(../img/png/pic-3.png) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content{
	width: 210px;
	min-height: 0;
	padding: 0 16px;
	margin-top: 30px;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1{
	width: 100%;
	height: 36px;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-l{
	width: 160px;
	height: 36px;
	line-height: 26px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:22px;
	color:rgba(51,51,51,1);
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-l span{
	font-size:22px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-r{
	display: inline-block;
	height: 36px;
	float: right;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-r span{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	float: left;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-r span.sp1{
	width: 9px;
	height: 26px;
	margin-right: 5px;
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-r span.sp1 > i{
	display: block;
	width: 9px;
	height: 13px;
	margin: 6.5px 0;
	background: url(../img/png/p4.png) center no-repeat;
	background-size: cover;
}

.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b1 .b1-r span.sp2{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
}


.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b2{
	width: 100%;
	height: 44px;
	line-height: 22px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; 
}
.Novel .m7 .m7-b .swiper-container .swiper-wrapper .swiper-slide .list .pic .v2 .content .b2 p{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
}





/*================================================*/
.List{
	width: 1260px;
	min-height: 0;
	padding: 30px 0 30px;
	margin: 0 auto;
	overflow: hidden;
}
.List .List-left{
	width: 244px;
	min-height: 0;
	float: left;
}
.List .List-left .m1{
	width: 244px;
	min-height: 0;
	margin-bottom: 30px;
	border-radius: 4px;
	background: white;
	overflow: hidden;
}

.List .List-left .m1 a{
	display: block;
	width: 236px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-top:1px solid rgba(238,238,238,1);
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;

	font-size:16px;
	font-weight:400;
	color:#333333;
}

.List .List-left .m1 a:hover{
	color: #2784bd;
}

.List .List-left .m1 a:nth-child(1){
	border-top-style: none;
}

.List .List-left .m1 a.show{
	/* border-right: 4px solid #2784bd; */
	font-size:16px;
	font-weight:400;
	color:#2784bd;
}

.List .List-right{
	width: 990px;
	min-height: 0;
	float: right;
}
.List .List-right .m1{
	width: 943px;
	min-height: 0;
	padding: 25px 24px;
	min-height: 0;
	background: white;
	border-radius: 4px;
	overflow: hidden;
}
.List .List-right .m1 .list{
	width:246px;
	height:574px;
	padding: 20px;
	background:rgba(252,251,249,1);
	border-radius:5px;
	margin-left: 40px;
	margin-bottom: 33px;
	border-bottom: 4px solid #2784bd;
	float: left;
}
.List .List-right .m1 .list:nth-child(3n+1){
	margin-left: 0;
}

.List .List-right .m1 .list .n1{
	width: 100%;
	height: 60px;
	margin-bottom: 10px;
}
.List .List-right .m1 .list .n1 .v1{
	width: 100%;
	height: 30px;
}
.List .List-right .m1 .list .n1 .v1 .v1-l{
	width: 110px;
	height: 30px;
	line-height: 30px;
	float: left;
}
.List .List-right .m1 .list .n1 .v1 .v1-l span{
	font-size:18px;
	font-weight:bold;
	color:#2784bd;
}

.List .List-right .m1 .list .n1 .v1 .v1-r{
	min-width: 0;
	height: 30px;
	float: right;
	margin-right: 4px;
}
.List .List-right .m1 .list .n1 .v1 .v1-r a{
	display: inline-block;
	height: 30px;
	line-height: 32px;
	float: left;

	font-size:14px;
	font-weight:400;
	color:#333;
	margin-left: 10px;

	border-bottom:2px solid transparent;
}
.List .List-right .m1 .list .n1 .v1 .v1-r a:nth-child(1){
	margin-left: 0;
}

.List .List-right .m1 .list .n1 .v1 .v1-r a.show{
	color: #2784bd;
	border-bottom:2px solid #2784bd;
}


.List .List-right .m1 .list .n1 .v2{
	width: 100%;
	height: 20px;
	line-height: 20px;
}
.List .List-right .m1 .list .n1 .v2 span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.List .List-right .m1 .list .n2{
	width: 100%;
	height: 0;
}
.List .List-right .m1 .list .n2 .li{
	width: 100%;
	min-height: 38px;
}

.List .List-right .m1 .list .n2 .li1{
	height: 116px;
	margin-bottom: 10px;
	display: none;
}
.List .List-right .m1 .list .n2 .li1 .li-l{
	width: 150px;
	height: 116px;
	float: left;
}
.List .List-right .m1 .list .n2 .li1 .li-l .v1{
	width: 20px;
	height: 116px;
	float: left;
	line-height: 24px;
}
.List .List-right .m1 .list .n2 .li1 .li-l .v1 .num{
	width: 100%;
	height: 24px;
	line-height: 20px;
}
.List .List-right .m1 .list .n2 .li1 .li-l .v1 .num span{
	font-size: 16px;
	color: #2784bd;
}
.List .List-right .m1 .list .n2 .li1 .li-l .v1 .num span.b{
	font-weight: 700;
}

.List .List-right .m1 .list .n2 .li1 .li-l .v2{
	width: 130px;
	height: 116px;
	float: left;
}
.List .List-right .m1 .list .n2 .li1 .li-l .v2 .title{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 16px;
	color: #333333;
}

.List .List-right .m1 .list .n2 .li1:hover .li-l .v2 .title a{
	color: #2784bd;
}

.List .List-right .m1 .list .n2 .li1 .li-l .v2 .author{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 12px;
	color: #999999;
}

.List .List-right .m1 .list .n2 .li1 .li-l .v2 .type{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	
	font-size: 12px;
	color: #999999;
}

.List .List-right .m1 .list .n2 .li1 .li-r{
	width: 88px;
	height: 116px;
	border-radius:5px;
	box-shadow: 0 0 6px #999999;	
	float: right;
	cursor: pointer;
	overflow: hidden;
}
.List .List-right .m1 .list .n2 .li1 .li-r .pic{
	width: 88px;
	height: 116px;
	/*width:84px;
	height:112px;
	margin-top: 4px;*/
		transition: 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
}

.List .List-right .m1 .list .n2 .li1:hover .li-r .pic{
    transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}


.List .List-right .m1 .list .n2 .li2{
	width: 100%;
	height: 38px;
}
.List .List-right .m1 .list .n2 .li2 .li-l{
	width: 150px;
	height: 38px;
	line-height: 38px;
	float: left;
}

.List .List-right .m1 .list .n2 .li2 .li-l .v1{
	width: 18px;
	height: 38px;
	float: left;
	line-height: 25px;
}
.List .List-right .m1 .list .n2 .li2 .li-l .v1 .num{
	width: 100%;
	height: 38px;
	line-height: 34px;
}
.List .List-right .m1 .list .n2 .li2 .li-l .v1 .num span{
	font-size: 14px;
	color: #2784bd;
}
.List .List-right .m1 .list .n2 .li2 .li-l .v1 .num span.b{
	font-size: 16px;
	font-weight: 700;
}

.List .List-right .m1 .list .n2 .li2 .li-l .v2{
	width: 130px;
	height: 38px;
	line-height: 38px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	float: left;
	font-size: 14px;
	color: #333333;
}
.List .List-right .m1 .list .n2 .li2 .li-l .v2 a{
	font-size: 14px;
	color: #333333;
}

.List .List-right .m1 .list .n2 .li2 .li-r{
	width: 84px;
	height: 38px;
	line-height: 38px;
	float: right;
	text-align: right;
}
.List .List-right .m1 .list .n2 .li2 .li-r span{
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;

	font-size: 12px;
	color: #999999;
}

.List .List-right .m1 .list .n3{
	width: 100%;
	height: 38px;
	text-align: center;
	line-height: 38px;
	margin-top: 470px;
}
.List .List-right .m1 .list .n3 a{
	font-size:14px;
	color:#2784bd;
	font-weight:400;
}

.List .List-right .m1 .list .n3 a:hover{
	text-decoration:underline;
}


.List .List-right-2{
	width: 990px;
	min-height: 0;
	float: right;
	background: white;
	border-radius: 4px;
	overflow: hidden;
}
.List .List-right-2 .m1{
	width: 890px;
	height: 68px;
	border-bottom: 1px solid rgba(238,238,238,1);
	padding: 0 28px;
}

.List .List-right-2 .m1 .m1-left{
	display: inline-block;
	height: 68px;
	float: right;
}
.List .List-right-2 .m1 .m1-left a{
	display: inline-block;
	height: 30px;
	line-height: 32px;
	float: left;
	font-size:16px;
	font-weight:400;
	color:#333;
	margin: 19px 0 19px 50px;
	border-bottom:2px solid transparent;
}
.List .List-right-2 .m1 .m1-left a:nth-child(1){
	margin-left: 0;
}

.List .List-right-2 .m1 .m1-left a.show{
	color: #2784bd;
	border-bottom:2px solid #2784bd;
}


.List .List-right-2 .m1 .m1-right{
	display: inline-block;
	height: 68px;
	float: right;
}
.List .List-right-2 .m1 .m1-right .select{
	width: 90px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	position: relative;
	cursor: pointer;

    transition: 0.5s;       
    -webkit-transition: 0.5s;       
    -ms-transition: 0.5s;       
    -moz-transition: 0.5s;   
}
.List .List-right-2 .m1 .m1-right .select span{
	font-size:14px;
	font-weight:300;
	color:rgba(51,51,51,1);
}
.List .List-right-2 .m1 .m1-right .select > b{
	display: block;
	width: 12px;
	height: 7px;
	position: absolute;
	top: 33px;
	right: 6px;
	z-index: 10;
}
.List .List-right-2 .m1 .m1-right .select > b > i{
	display: block;
	width: 12px;
	height: 7px;
	background: url(../img/png/p1.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
}

.List .List-right-2 .m1 .m1-right .select:hover > b > i{
    transform: rotateX(180deg);       
    -webkit-transform: rotateX(180deg);       
    -ms-transform: rotateX(180deg);       
    -moz-transform: rotateX(180deg);   
}
.List .List-right-2 .m1 .m1-right .select:hover .menu{
	display: block;
}
.List .List-right-2 .m1 .m1-right .select .menu{
	width:90px;
	height:80px;
	background:rgba(255,255,255,1);
	box-shadow:0px 1px 10px #e3e3e3;
	border-radius:3px;
	position: absolute;
	top: 58px;
	right: 0;
	z-index: 10;
	display: none;
}
.List .List-right-2 .m1 .m1-right .select .menu a{
	display: block!important;
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;

	font-size: 14px;
	font-weight: 300;
	color: #333333;
}
.List .List-right-2 .m1 .m1-right .select .menu a:hover{
	background: #f5f5f5;
}
.List .List-right-2 .m1 .m1-right .select .menu a.show{
	color: #2784bd;
}

.List .List-right-2 .m2{
	width: 890px;
	min-height: 100px;
	padding: 14px 28px;
}
.List .List-right-2 .m2 .n1{
	width: 100%;
	min-height: 0;
}
.List .List-right-2 .m2 .n1 .li{
	width: 100%;
	height: 174px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(238,238,238,1);
}
.List .List-right-2 .m2 .n1 .li .li-l{
	width: 131px;
	height: 174px;
	border-radius:5px;
	float: left;
	overflow: hidden;
}
.List .List-right-2 .m2 .n1 .li .li-l .pic{
	display: block;
	width: 131px;
	height: 174px;
	border-radius:5px;
	overflow: hidden;
	transition: 1s;
  -moz-transition: -moz-transform 1s;
  -webkit-transition: -webkit-transform 1s;
  -o-transition: -o-transform 1s;
}

.List .List-right-2 .m2 .n1 .li:hover .li-l .pic{
    transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.List .List-right-2 .m2 .n1 .li .li-c{
	width: 540px;
	height: 174px;
	float: left;
	margin-left: 20px;
}
.List .List-right-2 .m2 .n1 .li .li-c .v1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-top: 6px;
	overflow: hidden;
}
.List .List-right-2 .m2 .n1 .li .li-c .v1 span{
	display: inline-block;
	font-size:30px;
	line-height: 40px;
	font-weight:bold;
	font-style:italic;
	color:rgba(153,153,153,1);
	margin-right: 12px;
	float: left;
}
.List .List-right-2 .m2 .n1 .li .li-c .v1 a{
	display: inline-block;
	max-width: 540px;
	font-size:20px;
	line-height: 42px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	float: left;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.List .List-right-2 .m2 .n1 .li .li-c .v1:hover a,
.List .List-right-2 .m2 .n1 .li .li-c .v1:hover span{
color:#2784bd;
}

.List .List-right-2 .m2 .n1 .li .li-c .v2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.List .List-right-2 .m2 .n1 .li .li-c .v2 span{
	display: inline-block;
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	float: left;
}
.List .List-right-2 .m2 .n1 .li .li-c .v2 span b{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	margin: 0 8px;
}
.List .List-right-2 .m2 .n1 .li .li-c .v2 span.sp2{
	margin-left: 62px;
}


.List .List-right-2 .m2 .n1 .li .li-c .v3{
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 10px 0;
}
.List .List-right-2 .m2 .n1 .li .li-c .v3 p{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:22px;
}
.List .List-right-2 .m2 .n1 .li .li-c .v3 p a:hover{
	color: #2784bd;
}
.List .List-right-2 .m2 .n1 .li .li-c .v3 p img{
	height: 14px;
	margin-bottom: 2px;
	margin-right: 5px;
}

.List .List-right-2 .m2 .n1 .li .li-c .v4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.List .List-right-2 .m2 .n1 .li .li-c .v4 span{
	display: inline-block;
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	float: left;
}
.List .List-right-2 .m2 .n1 .li .li-c .v4 span b{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	margin: 0 8px;
}
.List .List-right-2 .m2 .n1 .li .li-c .v4 span.sp1{
	font-size:13px;
	font-weight:400;
	color:#2784bd;
}
.List .List-right-2 .m2 .n1 .li .li-c .v4 span.sp1 a{
	font-size:13px;
	font-weight:400;
	color:#2784bd;
	margin-right: 8px;
}

.List .List-right-2 .m2 .n1 .li .li-c .v4 span.sp2{
	margin-left: 20px;
}

.List .List-right-2 .m2 .n1 .li .li-r{
	width: 112px;
	height: 174px;
	float: right;
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box{
	width: 112px;
	height: 86px;
	margin: 44px 0;
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a{
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a1{
	background: #2784bd;
	border: 1px solid rgba(229,229,229,1);
	border-radius: 19px;
	font-size:14px;
	font-weight:300;
	color:rgba(255,255,255,1);
	margin-bottom: 10px;
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a1:hover{
	background: #2784bd;
}

.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a2{
	border: 1px solid rgba(229,229,229,1);
	border-radius: 19px;
	font-size:14px;
	font-weight:300;
	color:rgba(51,51,51,1);
}
.List .List-right-2 .m2 .n1 .li .li-r .button-box a.a2:hover{
	background: #f5f5f5;
}

.List .List-right-2 .m2 .n2{
	width: 100%;
	height: 36px;
	padding: 46px 0;
}
.page{
	    width: 100%;
    height: 36px;
    padding: 46px 0;
    background: white;
}
.List .List-right-2 .m2 .n2 .page{
	width: 90%;
	height: 36px;
	/*background: rgba(229,229,229,0.3);*/
	margin: 0 auto;
}

/*================================================*/
.Author-box{
	width: 1200px;
	min-height: 0;
	margin: 0 auto;
	overflow: hidden;
}
.Author-box .m1{
	width: 100%;
	height: 96px;
}
.Author-box .m1 > .v{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin: 33px 0;
	float: left;
}
.Author-box .m1 > .v1 span{
	font-size: 24px;
	font-weight: 400;
	color: rgba(51,51,51,1);
}
.Author-box .m1 > .v2 a{
	display: inline-block;
	height: 30px;
	line-height: 32px;
	float: left;
	font-size: 16px;
	font-weight: 400;
	color: #333;
	margin-left: 50px;
	border-bottom: 2px solid transparent;
}
.Author-box .m1 > .v2 a.show{
	color: #2784bd;
	border-bottom:2px solid #2784bd;
}

.Author-box .m2{
	width: 100%;
	min-height: 0;
	overflow: hidden;
}
.Author-box .m2 .list{
	width:242px;
	height:324px;
	border-radius:5px;
	margin-left: 65px;
	margin-bottom: 57px;
	float: left;
	overflow: hidden;
}
.Author-box .m2 .list:nth-child(4n+1){
	margin-left: 0; 
}

.Author-box .m2 .list .pic{
	width: 242px;
	height: 324px;
	position: relative;
	transition: 1s;
    -moz-transition: -moz-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
    cursor: pointer;
}
.Author-box .m2 .list .pic:hover{
	transform: scale(1.05,1.05);
    -o-transform:scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    -moz-transform:scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
}
.Author-box .m2 .list .pic .v1{
	width: 68px;
	height: 20px;
	line-height: 20px;
	background: url(../img/png/p2.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-indent: 5px;

	font-size: 12px;
	font-weight: 400;
	color: rgba(51,51,51,1);
}

.Author-box .m2 .list .pic .v2{
	width: 242px;
	height: 164px;
	background: url(../img/png/p3.png) center no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	bottom: 0;
}
.Author-box .m2 .list .pic .v2 .content{
	width: 210px;
	min-height: 0;
	padding: 0 16px;
	margin-top: 68px;
}
.Author-box .m2 .list .pic .v2 .content .b1{
	width: 100%;
	height: 36px;
}
.Author-box .m2 .list .pic .v2 .content .b1 .b1-l{
	width: 175px;
	height: 36px;
	line-height: 26px;
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:22px;
	color:#fff;
}
.Author-box .m2 .list .pic .v2 .content .b1 .b1-l span{
	font-size:22px;
	font-weight:bold;
	color:#fff;
	cursor: pointer;
}

.Author-box .m2 .list .pic .v2 .content .b1 .b1-r{
	display: inline-block;
	height: 36px;
	float: right;
}
.Author-box .m2 .list .pic .v2 .content .b1 .b1-r span{
	display: inline-block;
	height: 26px;
	line-height: 26px;
	float: left;
}
.Author-box .m2 .list .pic .v2 .content .b1 .b1-r span.sp1{
	width: 9px;
	height: 26px;
	margin-right: 5px;
}
.Author-box .m2 .list .pic .v2 .content .b1 .b1-r span.sp1 > i{
	display: block;
	width: 9px;
	height: 13px;
	margin: 6.5px 0;
	background: url(../img/png/p4.png) center no-repeat;
	background-size: cover;
}

.Author-box .m2 .list .pic .v2 .content .b1 .b1-r span.sp2{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.Author-box .m2 .list .pic .v2 .content .b1 .b1-r .sp{
	width: 25px;
	height: 25px;
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
}


.Author-box .m2 .list .pic .v2 .content .b2{
	width: 100%;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
	cursor: pointer;
}
.Author-box .m2 .list .pic .v2 .content .b2 p{
	font-size:13px;
	font-weight:400;
	color:#fff;
	
}
.Author-box .m2 .novel_star{
 width: 220px;
height: 295px;
background: #FFFFFF;
border-radius: 3px;
padding: 30px;
box-sizing: border-box;
display: inline-block;
margin-left: 40px;

margin-bottom: 57px;
vertical-align: top;
}
.Author-box .m2 .novel_star:nth-child(5n+1){
	margin-left: 0px;
}
.Author-box .m2 .novel_star .star_pic{
   width: 157px;
   height: 157px;
   border-radius: 50%;
   cursor: pointer;
   transition: 1s;
    -moz-transition: -moz-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;
}
.Author-box .m2 .novel_star .star_pic:hover{
	transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}
.Author-box .m2 .novel_star .star_name{
	margin-top: 18px;
	text-align: center;
	cursor: pointer;
}
.Author-box .m2 .novel_star .star_name .sp1{
	/*width: 144px;*/
	height: 17px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	display: inline-block;
	text-overflow: ellipsis;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 120px;
    vertical-align: middle;
}
.Author-box .m2 .novel_star .star_name span img{
	height: 15px;
}
.Author-box .m2 .novel_star a{
	display: inline-block;
	width: 65px;
	height: 26px;
	background: #2784bd ;
	border-radius: 2px;
	margin: 17px 48px;
	text-align: center;
}
.Author-box .m2 .novel_star a i{
	display: block;
    width: 9px;
    height: 13px;
    margin: 6.5px 0;
    background: url(../img/png/p4.png) center no-repeat;
    background-size: cover;
    display: inline-block;
}
.Author-box .m2 .novel_star a span{
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	display: inline-block;
    line-height: 26px;
    vertical-align: top;
}

/*================================================*/
.Library{
	width: 1200px;
	min-height: 0;
	padding: 30px 0 30px;
	margin: 0 auto;
	overflow: hidden;
}
.Library .Library-left{
	width: 244px;
	min-height: 0;
	float: left;
}
.Library .Library-left .m1{
	width: 244px;
	min-height: 0;
	margin-bottom: 30px;
	border-radius: 4px;
	background: white;
	overflow: hidden;
}
.Library .Library-left .m1 .n1{
	width: 204px;
	min-height: 0;
	border-bottom: 1px solid rgba(238,238,238,1);
	margin: 20px;
}
.Library .Library-left .m1 .n1 .v1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}
.Library .Library-left .m1 .n1 .v1 span{
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.Library .Library-left .m1 .n1 .v2{
	width: 100%;
	min-height: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.Library .Library-left .m1 .n1 .v2 > span{
	display: inline-block;
	height: 20px;
	line-height: 18px;
	padding: 0 25px 0 12px;
	background:#2784bd;
	border-radius:5px;
	float: left;
	margin: 0 20px 10px 0;

	font-size:12px;
	font-weight:400;
	color:rgba(255,255,255,1);
	position: relative;
}

.Library .Library-left .m1 .n1 .v2 > span > a{
	display: block;
	width: 10px;
	height: 10px;
	background: url(../img/png/p5.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 5px;
	right: 10px;
}

.Library .Library-left .m1 .n2{
	width: 204px;
	min-height: 0;
	border-bottom: 1px solid rgba(238,238,238,1);
	margin: 20px;
}
.Library .Library-left .m1 .n2 .v1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding-bottom: 10px;
}
.Library .Library-left .m1 .n2 .v1 span{
	font-size:16px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.Library .Library-left .m1 .n2 .v2{
	width: 100%;
	min-height: 0;
	overflow: hidden;
	padding-bottom: 10px;
}
.Library .Library-left .m1 .n2 .v2 a{
	display: inline-block;
	height: 20px;
	float: left;
	margin-right: 12px;

	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
	margin-bottom: 12px;
}
.Library .Library-left .m1 .n2 .v2 a.show{
	padding: 0 10px;
	height: 18px;
	border:1px solid #2784bd;
	border-radius:4px;
	color: #2784bd;
}


.Library .Library-right{
	width: 944px;
	min-height: 0;
	float: right;
	background: white;
	border-radius: 4px;
	overflow: hidden;
}
.Library .Library-right .m1{
	width: 890px;
	height: 68px;
	border-bottom: 1px solid rgba(238,238,238,1);
	padding: 0 28px;
}

.Library .Library-right .m1 .m1-left{
	display: inline-block;
	height: 68px;
	float: left;
}
.Library .Library-right .m1 .m1-left a{
	display: inline-block;
	height: 30px;
	line-height: 32px;
	float: left;
	font-size:16px;
	font-weight:400;
	color:#333;
	margin: 19px 0 19px 50px;
	border-bottom:2px solid transparent;
}
.Library .Library-right .m1 .m1-left a:nth-child(1){
	margin-left: 0;
}

.Library .Library-right .m1 .m1-left a.show{
	color: #2784bd;
	border-bottom:2px solid #2784bd;
}

.Library .Library-right .m1 .m1-right{
	display: inline-block;
	height: 68px;
	line-height: 68px;
	float: right;
}
.Library .Library-right .m1 .m1-right span{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.Library .Library-right .m2{
	width: 890px;
	min-height: 665px;
	padding: 14px 28px;
}
.Library .Library-right .m2 .n1{
	width: 100%;
	min-height: 0;
	overflow: hidden;
}

.Library .Library-right .m2 .n1 .li{
	width: 50%;
	height: 174px;
	padding: 28px 0;
	border-bottom: 1px solid rgba(238,238,238,1);
	float: left;
}
.Library .Library-right .m2 .n1 .li .li-l{
	width: 131px;
	height: 174px;
	float: left;
}
.Library .Library-right .m2 .n1 .li .li-l .pic{
	display: block;
	width: 131px;
	height: 174px;
	border-radius:5px;
	overflow: hidden;
}

.Library .Library-right .m2 .n1 .li .li-c{
	width: 260px;
	height: 174px;
	float: left;
	margin-left: 20px;
}
.Library .Library-right .m2 .n1 .li .li-c .v1{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-top: 6px;
	overflow: hidden;
}
.Library .Library-right .m2 .n1 .li .li-c .v1 span{
	display: inline-block;
	font-size:30px;
	line-height: 40px;
	font-weight:bold;
	font-style:italic;
	color:rgba(153,153,153,1);
	margin-right: 12px;
	float: left;
}
.Library .Library-right .m2 .n1 .li .li-c .v1 a{
	display: inline-block;
	width: 100%;
	font-size:20px;
	line-height: 42px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	float: left;

	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.Library .Library-right .m2 .n1 .li .li-c .v2{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.Library .Library-right .m2 .n1 .li .li-c .v2 span{
	display: inline-block;
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	float: left;
}
.Library .Library-right .m2 .n1 .li .li-c .v2 span b{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	margin: 0 8px;
}
.Library .Library-right .m2 .n1 .li .li-c .v2 span.sp2{
	margin-left: 62px;
}


.Library .Library-right .m2 .n1 .li .li-c .v3{
	width: 100%;
	height: 44px;
	overflow: hidden;
	margin: 10px 0;
}
.Library .Library-right .m2 .n1 .li .li-c .v3 p{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical; 
}

.Library .Library-right .m2 .n1 .li .li-c .v4{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: left;
}
.Library .Library-right .m2 .n1 .li .li-c .v4 span{
	display: inline-block;
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	float: left;
}
.Library .Library-right .m2 .n1 .li .li-c .v4 span b{
	font-size:13px;
	font-weight:400;
	color:rgba(153,153,153,1);
	margin: 0 8px;
}
.Library .Library-right .m2 .n1 .li .li-c .v4 span.sp1{
	font-size:13px;
	font-weight:400;
	color:#2784bd;
}
.Library .Library-right .m2 .n1 .li .li-r{
	width: 112px;
	height: 174px;
	float: right;
}
.Library .Library-right .m2 .n1 .li .li-r .button-box{
	width: 112px;
	height: 86px;
	margin: 44px 0;
}
.Library .Library-right .m2 .n1 .li .li-r .button-box a{
	display: block;
	width: 110px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.Library .Library-right .m2 .n1 .li .li-r .button-box a.a1{
	background: #2784bd;
	border: 1px solid rgba(229,229,229,1);
	border-radius: 19px;
	font-size:14px;
	font-weight:300;
	color:rgba(255,255,255,1);
	margin-bottom: 10px;
}
.Library .Library-right .m2 .n1 .li .li-r .button-box a.a1:hover{
	background: #d94f42;
}

.Library .Library-right .m2 .n1 .li .li-r .button-box a.a2{
	border: 1px solid rgba(229,229,229,1);
	border-radius: 19px;
	font-size:14px;
	font-weight:300;
	color:rgba(51,51,51,1);
}
.Library .Library-right .m2 .n1 .li .li-r .button-box a.a2:hover{
	background: #f5f5f5;
}


.Library .Library-right .m2 .n2{
	width: 100%;
	height: auto;
	padding: 46px 0;
	background: white;
}
.Library .Library-right .m2 .n2 .page{
	width: 90%;
	height: 36px;
	/*background: rgba(229,229,229,0.3);*/
	margin: 0 auto;
}


/*================================================*/
.My-bookshelf{
	width: 1200px;
	min-height: 0;
	padding: 30px 0 30px;
	margin: 0 auto;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-left{
	width: 244px;
	min-height: 0;
	float: left;
}
.My-bookshelf .My-bookshelf-left .m1{
	width: 244px;
	min-height: 0;
	margin-bottom: 30px;
	border-radius: 4px;
	background: white;
	overflow: hidden;
}

.My-bookshelf .My-bookshelf-left .m1 .n1{
	width: 168px;
	min-height: 0;
	padding:  41px 38px 54px;
}
.My-bookshelf .My-bookshelf-left .m1 .n1 .v1{
	width: 88px;
	height: 88px;
	margin: 0 auto;
}
.My-bookshelf .My-bookshelf-left .m1 .n1 .v1 .pic{
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	overflow: hidden;
}

.My-bookshelf .My-bookshelf-left .m1 .n1 .v2{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 10px 0 36px;
}
.My-bookshelf .My-bookshelf-left .m1 .n1 .v2 > a{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
}

.My-bookshelf .My-bookshelf-left .m1 .n1 .v3{
	width: 100%;
	height: 38px;
	margin-bottom: 21px;
}
.My-bookshelf .My-bookshelf-left .m1 .n1 .v3 > a{
	display: block;
	width: 166px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size:14px;
	font-weight:300;
	color:rgba(51,51,51,1);
	border-radius:4px;
	border:1px solid rgba(229,229,229,1);
}

.My-bookshelf .My-bookshelf-left .m1 .n1 .v3 > a.show{
	border: 1px solid #2784bd;
	background: #2784bd;
	font-size:14px;
	font-weight:300;
	color:rgba(255,255,255,1);
}

.My-bookshelf .My-bookshelf-left .m1 .n1 .v3 > a:hover{
	background: rgba(229,229,229,1);
}
.My-bookshelf .My-bookshelf-left .m1 .n1 .v3 > a.show:hover{
	background: #2784bd;
}


.My-bookshelf .My-bookshelf-right{
	width: 944px;
	min-height: 0;
	float: right;
}
.My-bookshelf .My-bookshelf-right .m1{
	width: 884px;
	height: 68px;
	padding: 0 30px;
	background: white;
	box-shadow:0px 1px 6px 0px rgba(177,177,177,0.1);
	border-radius:4px;
	margin-bottom: 10px;
}
.My-bookshelf .My-bookshelf-right .m1 .m1-l{
	width: 50%;
	height: 68px;
	line-height: 68px;
	float: left;
	text-align: left;
}
.My-bookshelf .My-bookshelf-right .m1 .m1-l span{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.My-bookshelf .My-bookshelf-right .m1 .m1-r{
	width: 50%;
	height: 68px;
	line-height: 68px;
	float: right;
	text-align: right;
}
.My-bookshelf .My-bookshelf-right .m1 .m1-r span{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.My-bookshelf .My-bookshelf-right .m2{
	width: 100%;
	min-height: 0;
	min-height: 0;
	background: white;
	border-radius: 4px;
	overflow: hidden;
}

.My-bookshelf .My-bookshelf-right .m2 .n1{
	width: 884px;
	height: 62px;
	padding: 0 30px;
	border-bottom: 1px solid rgba(238,238,238,1);
}
.My-bookshelf .My-bookshelf-right .m2 .n1 .th{
	height: 62px;
	line-height: 62px;
	float: left;
}

.My-bookshelf .My-bookshelf-right .m2 .n1 .th1{
	width: 248px;
}
.My-bookshelf .My-bookshelf-right .m2 .n1 .th2{
	width: 216px;
}
.My-bookshelf .My-bookshelf-right .m2 .n1 .th3{
	width: 170px;
}
.My-bookshelf .My-bookshelf-right .m2 .n1 .th4{
	width: 140px;
}
.My-bookshelf .My-bookshelf-right .m2 .n1 .th5{
	width: 110px;
}
.My-bookshelf .My-bookshelf-right .m2 .n1 .th span{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
	line-height:36px;
}

.My-bookshelf .My-bookshelf-right .m2 .n2{
	width: 884px;
	min-height: 0;
	padding: 0 30px;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr{
	width: 100%;
	height: 192px;
	padding-top: 26px;
	border-bottom: 1px solid rgba(238,238,238,1);
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td{
	height: 192px;
	float: left;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1{
	width: 248px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content{
	width: 216px;
	min-height: 0;
	/*margin-left: 20px;*/
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content .v1{
	width:100%;
	height:112px;
	margin-bottom: 8px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content .v1 .pic{
	display: block;
	width:85px;
	height:112px;
	border-radius:5px;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content .v2{
	width: 100%;
	height: 28px;
	line-height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content .v2 span{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content .v3{
	width: 100%;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td1 .content .v3 span{
	font-size:12px;
	font-weight:400;
	color:rgba(153,153,153,1);
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td2{
	width: 216px;
	background: white;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td2 .content{
	width: 160px;
	min-height: 0;
	padding-top: 32px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td2 .content .v1{
	width: 100%;
	height: 48px;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td2 .content .v1 p{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height: 24px;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td2 .content .v2{
	width: 100%;
	height: 48px;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td2 .content .v2 p{
	font-size:13px;
	font-weight:400;
	color:#2784bd;
	line-height: 24px;
}


.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td3{
	width: 170px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td3 .content{
	width: 80px;
	min-height: 0;
	padding-top: 56px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td3 .content .v1{
	width: 100%;
	height: 48px;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td3 .content .v1 p{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height: 24px;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td4{
	width: 140px;
	background: white;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td4 .content{
	width: 80px;
	min-height: 0;
	padding-top: 56px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td4 .content .v1{
	width: 100%;
	height: 48px;
	overflow: hidden;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td4 .content .v1 p{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height: 24px;
}


.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5{
	width: 110px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content{
	width: 110px;
	min-height: 0;
	padding-top: 44px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v1{
	width: 100%;
	height: 38px;
	overflow: hidden;
	margin-bottom: 10px;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v1 > a{
	display: block;
	width: 108px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid rgba(229,229,229,1);
	border-radius: 19px;

	font-size:14px;
	font-weight:300;
	color:rgba(51,51,51,1);
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v1 > a:hover{
	border: 1px solid #2784bd;
	background:#2784bd;
	color: white;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v2{
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v2 > a{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v2 > a:hover{
	color: #2784bd;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v3{
	width: 100%;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v3 > a{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
}
.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v3 > a:hover{
	color: #2784bd;
}

.My-bookshelf .My-bookshelf-right .m2 .n2 .tr .td5 .content .v3 > span{
	font-size:13px;
	font-weight:400;
	color:rgba(51,51,51,1);
}


.My-bookshelf .My-bookshelf-right .m2 .n3{
	width: 100%;
	height: 36px;
	padding: 46px 0;
}
.My-bookshelf .My-bookshelf-right .m2 .n3 .page{
	width: 90%;
	height: 36px;
	background: rgba(229,229,229,0.3);
	margin: 0 auto;
}


/*分页*/
/*.page{
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 44px;
}*/
.page .pagination{
    height: 40px;
    line-height: 40px;
    padding: 0px 20px;
    text-align: center;
}

.page .pagination > a{
    display: inline-block;
    min-width: 28px;
    height: 28px;
    margin: 0 5px;
    line-height: 28px;
    /*background:#f5f5f5;*/
    border:1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
.page .pagination > a:hover{
    /*background: #E8E8E8;*/
    border: solid 1px #2784bd;
    color: #2784bd;
}

.page .pagination span{
    display: inline-block;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    background:#f5f5f5;
    border:1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}

.page .pagination .prev i,
.page .pagination .next i,
.page .pagination .prevPage i,
.page .pagination .nextPage i{
    font-size: 16px;
    color: #CCCCCC;
    margin-top: 2px;
    line-height: 30px;
}

.page .pagination .prev i,
.page .pagination .prevPage i{
    color: #8FC730;
}

.page .pagination .next i,
.page .pagination .nextPage i{
    color: #8FC730;
}

.page .pagination .current,
.page .pagination .currentPage{
    color:#fff;
    background: #2784bd;
    margin: 0 4px;
}

.page .pagination .dot{
    background:transparent;
    border:0;
}


/*=========================================*/

/*=======================小说目录页=========================*/
.Table-of-contents{
	width: 100%;
	min-height: 0;
	/* padding: 49px 0; */
}
.Table-of-contents .m1{
	width: 100%;
	height: 340px;
	background: #333333;
	position: relative;
}
.Table-of-contents .m1 .n1{
	width: 100%;
	height: 340px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -50%;
}


.Table-of-contents .m2{
	width: 1040px;
	min-height: 300px;
	margin: -100px auto 0px;
	background:rgba(255,255,255,1);
	box-shadow:0px 1px 6px 0px rgba(177,177,177,0.1);
	border-radius:5px;
	padding: 50px 80px;
	position: relative;
	z-index: 10;
}
.Table-of-contents .m2 .cjzw{
	width: 83px;
	height: 115px;
	cursor: pointer;
	position: absolute;
	right:-3px;
	top:-1px;
}

.Table-of-contents .m2 .n1{
	width: 100%;
	height: 306px;
}
.Table-of-contents .m2 .n1 .n1-l{
	width: 230px;
	height: 306px;
	float: left;
	cursor: pointer;
	overflow:hidden;
	box-shadow:0px 0px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius:5px;
}

.Table-of-contents .m2 .n1 .n1-l .pic{
	width: 230px;
	height: 306px;
	background:rgba(255,255,255,1);
	transition: 1s;
    -moz-transition: -moz-transform 1s;
    -webkit-transition: -webkit-transform 1s;
    -o-transition: -o-transform 1s;

}

.Table-of-contents .m2 .n1 .n1-l .pic:hover{
    transform: scale(1.1,1.1);
    -o-transform:scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
}

.Table-of-contents .m2 .n1 .n1-r{
	width: 774px;
	height: 306px;
	float: right;
}
.Table-of-contents .m2 .n1 .n1-r .v1{
	width: 100%;
	height: 60px;
}
.Table-of-contents .m2 .n1 .n1-r .v1 span{
	display: inline-block;
	height: 60px;
	float: left;
}
.Table-of-contents .m2 .n1 .n1-r .v1 span.sp1{
	font-size:32px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:52px;
	margin-right: 30px;
	cursor: pointer;
}
.Table-of-contents .m2 .n1 .n1-r .v1 span.sp1:hover{
	color:#2784bd
}




.Table-of-contents .m2 .n1 .n1-r .v1 span.sp2{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:60px;
}
.Table-of-contents .m2 .n1 .n1-r .v1 span.sp2 a:hover{
	color:#2784bd
}

.Table-of-contents .m2 .n1 .n1-r .v1 .star_box{
	display: inline-block;
	padding-top: 24px;
    margin-left: 25px;
}
.Table-of-contents .m2 .n1 .n1-r .v1 .star_fen{
	display: inline-block;
	line-height: 60px;
	font-size: 14px;
}
.Table-of-contents .m2 .n1 .n1-r .v1 .star_box .li{
    width: 14px;
    height: 14px;
    float: left;
    margin-left: 3px;
}
.Table-of-contents .m2 .n1 .n1-r .v1 .star_box .li:nth-child(1){
    margin-left: 0;
}

.Table-of-contents .m2 .n1 .n1-r .v1 .star_box .li.s1{
    background: url(https://static.qing.me/public/island/contribution/img/png/v2-4-1.png) center no-repeat;
    background-size: cover;
}
.Table-of-contents .m2 .n1 .n1-r .v1 .star_box .li.s2{
    background: url(https://static.qing.me/public/island/contribution/img/png/v2-4-2.png) center no-repeat;
    background-size: cover;
}
.Table-of-contents .m2 .n1 .n1-r .v1 .star_box .li.s3{
    background: url(https://static.qing.me/public/island/contribution/img/png/v2-4-3.png) center no-repeat;
    background-size: cover;
}




.Table-of-contents .m2 .n1 .n1-r .v2{
	width: 100%;
	height: 24px;
}
.Table-of-contents .m2 .n1 .n1-r .v2 div{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	float: left;
	margin-right: 6px;
}
.Table-of-contents .m2 .n1 .n1-r .v2 div a{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	padding: 0 10px;
	border:1px solid rgba(165,177,184,1);
	border-radius:12px;

	font-size:14px;
	font-weight:400;
	color:rgba(63,90,147,1);
	float: left;
	margin-right: 14px;
}



.Table-of-contents .m2 .n1 .n1-r .v2 div a:hover{
	background: #f5f5f5;
}

.Table-of-contents .m2 .n1 .n1-r .v2 div a.tuijian{
	color: #2784bd; 
	background: rgb(255, 255, 255); 
	border: 1px solid #2784bd;
}
.Table-of-contents .m2 .n1 .n1-r .v2 div a.tuijian:hover{
	color:#ffffff;
	background: #2784bd;  
	
}


.Table-of-contents .m2 .n1 .n1-r .v2 div span{
	float: left;
	line-height: 22px;
}
.Table-of-contents .m2 .n1 .n1-r .v2 div span.sp1{
	font-size:14px;
	font-weight:400;
	color:rgba(153,153,153,1);
}
.Table-of-contents .m2 .n1 .n1-r .v2 div span.sp2{
	font-size:14px;
	font-weight:400;
	color:rgba(63,90,147,1);
}

.Table-of-contents .m2 .n1 .n1-r .v3{
	width: 100%;
	height: 126px;
	padding-top: 12px;
	overflow: hidden;
}

.Table-of-contents .m2 .n1 .n1-r .v3 p{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:26px;
}

.Table-of-contents .m2 .n1 .n1-r .v4{
	width: 100%;
	height: 30px;
	margin-bottom: 14px;
}
.Table-of-contents .m2 .n1 .n1-r .v4 div{
	display: inline-block;
	height: 30px;
	float: left;
	margin-right: 24px;
}
.Table-of-contents .m2 .n1 .n1-r .v4 div > span{
	display: inline-block;
	height: 30px;
	float: left;
}
.Table-of-contents .m2 .n1 .n1-r .v4 div > span.sp1{
	width: 20px;
	margin-right: 4px;
	/*cursor: pointer;*/
}
.Table-of-contents .m2 .n1 .n1-r .v4 div > span.sp1 > i{
	display: block;
	width: 20px;
	height: 20px;
	margin: 5px 0;
}

.Table-of-contents .m2 .n1 .n1-r .v4 div > span.sp2{
	font-size:18px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:30px;
}
.Table-of-contents .m2 .n1 .n1-r .v4 div > span.sp2 > b{
	font-size:14px;
	font-weight:400;
	color: rgb(143, 143, 143);
	line-height:30px;
}
.Table-of-contents .m2 .n1 .n1-r .v4 .shbt .sp1 .i1{
	background: url('https://static.qing.me/public/fiction/img/bk_share1.png') center no-repeat;background-size: cover;
}
.Table-of-contents .m2 .n1 .n1-r .v4 .shbt:hover .sp1 .i1{
	background: url('https://static.qing.me/public/fiction/img/bk_share2.png') center no-repeat;background-size: cover;
}
.Table-of-contents .m2 .n1 .n1-r .v4 .shbt:hover .sp2{
	color:#2784bd;
}

.Table-of-contents .m2 .n1 .n1-r .v5{
	width: 100%;
	height: 38px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l{
	display: inline-block;
	height: 38px;
	float: left;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a{
	display: inline-block;
	margin-right: 14px;
	float: left;
}

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a1{
	width:118px;
	height:38px;
	line-height: 38px;
	text-align: center;
	background:#2784bd;
	border-radius:2px;
	font-size:16px;
	font-weight:400;
	color:rgba(255,255,255,1);
}
/* .Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a1:hover{
	background: #2784bd;
} */

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a2{
	width:118px;
	height:38px;
	line-height: 38px;
	text-align: center;
	border:1px solid #2784bd;
	border-radius:2px;
	font-size:16px;
	font-weight:400;
	color:#2784bd;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a2:hover{
	background: #2784bd;
	color: white;
}

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a3{
	width:118px;
	height:38px;
	line-height: 38px;
	text-align: center;
	border:1px solid #2784bd;
	border-radius:2px;
	font-size:16px;
	font-weight:400;
	color:#2784bd;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a3:hover{
	background: #2784bd;
	color: white;
}

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a4{
	/*width:118px;*/
	height:38px;
	line-height: 38px;
	text-align: center;
	background:#E45649 ;
	border-radius:2px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	padding: 0px 20px;
}
/* .Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a4:hover{
	background: #2784bd;
} */
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a4 .dv1{
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a4 .dv2{
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    line-height: 12px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a4 .suo{
	background: url('https://static.qing.me/public/fiction/img/png/suo.png') no-repeat center;
	background-size: cover;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a5{
	/*width:118px;*/
	height:38px;
	line-height: 38px;
	text-align: center;
	background:rgba(228, 86, 73, 0.38);
	border-radius:2px;
	font-size:16px;
	font-weight:400;
	color:#fff;
	padding:0 20px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a5 .dv1{
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #2784bd;
    line-height: 20px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a5 .dv2{
	font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #2784bd;
    line-height: 12px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-l > a.a5 .suo2{
	background: url('https://static.qing.me/public/fiction/img/png/suo2.png');
	width: 15px;
	height: 16px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -2px;
}

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r{
	display: inline-block;
	height: 38px;
	float: right;
	cursor: pointer;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r:hover span.sp1>i{
	background: url('https://static.qing.me/public/fiction/img/bk_share2.png') center no-repeat;background-size: cover;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r:hover .sp2{
	color:#2784bd;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r span{
	display: inline-block;
	height: 38px;
	float: left;
}

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r span.sp1{
	width: 20px;
	height: 38px;
	margin-right: 11px;
}
.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r span.sp1 > i{
	display: block;
	width: 24px;
	height: 20px;
	margin: 9px 0;
	background: url('https://static.qing.me/public/fiction/img/bk_share1.png') center no-repeat;background-size: cover;
}

.Table-of-contents .m2 .n1 .n1-r .v5 .v5-r span.sp2{
	font-size:16px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:38px;
}


/*tab*/
.Table-of-contents .m2 .item-box{
	width: 100%;
	min-height: 0;
}
.Table-of-contents .m2 .item-box .item{
	width: 100%;
	min-height: 0;
	display: none;
}

.Table-of-contents .m2 .n2{
	width: 100%;
	height: 60px;
	margin-top: 36px;
	border-bottom:1px solid rgba(238,238,238,1);
}
.Table-of-contents .m2 .n2 a{
	display: inline-block;
	height: 57px;
	line-height: 60px;
	padding: 0 32px;
	border-bottom: 3px solid transparent;
	float: left;
}

.Table-of-contents .m2 .n2 a.show{
	color: #2784bd;
	border-bottom: 3px solid #2784bd;
}


.Table-of-contents .m2 .n3{
	width: 100%;
	min-height: 0;

}
.Table-of-contents .m2 .n3 .v1{
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 40px 0;
}
.Table-of-contents .m2 .n3 .v1 span{
	font-size:20px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:30px;
}

.Table-of-contents .m2 .n3 .v2{
	width: 100%;
	min-height: 0;
	border-bottom:1px solid rgba(238,238,238,1);
}
.Table-of-contents .m2 .n3 .v2 p{
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	line-height:30px;
	text-indent: 2em;
	margin-bottom: 30px;
}


.Table-of-contents .m2 .n6{
	width: 100%;
	min-height: 0;
	padding: 44px 0;
}

.Table-of-contents .m2 .n6 .v1{
	width: 100%;
	height: 40px;
	border-bottom:1px solid rgba(74,74,74,1);
}
.Table-of-contents .m2 .n6 .v1 .v1-l{
	display: inline-block;
	height: 40px;
	float: left;
}
.Table-of-contents .m2 .n6 .v1 .v1-l span{
	display: inline-block;
	height: 40px;
	float: left;
	margin-right: 10px;
}
.Table-of-contents .m2 .n6 .v1 .v1-l span.sp1{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:40px;
}

.Table-of-contents .m2 .n6 .v1 .v1-l span.sp2{
	min-width: 35px;
}
.Table-of-contents .m2 .n6 .v1 .v1-l span.sp2 > b{
	display: block;
	width: 35px;
	height: 16px;
	line-height: 16px;
	background:rgba(140,205,10,1);
	text-align: center;
	margin: 12px 0;
	font-size:12px;
	color: white;
}
.Table-of-contents .m2 .n6 .v1 .v1-l span.sp2 > b.b1{
	background:rgba(140,205,10,1);
}
.Table-of-contents .m2 .n6 .v1 .v1-l span.sp2 > b.b2{
	background:rgba(252,108,40,1);
}

.Table-of-contents .m2 .n6 .v1 .v1-l span.sp3{
	font-size:14px;
	font-weight:400;
	color:#333333;
	line-height:40px;
}

.Table-of-contents .m2 .n6 .v1 .v1-r{
	display: inline-block;
	height: 40px;
	float: right;
}
.Table-of-contents .m2 .n6 .v1 .v1-r .button{
	width:101px;
	height:30px;
	background:#2784bd;
	border-radius:2px;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
}
.Table-of-contents .m2 .n6 .v1 .v1-r .button .sp-box{
	display: inline-block;
	height: 30px;
}
.Table-of-contents .m2 .n6 .v1 .v1-r .button .sp-box span{
	display: inline-block;
	height: 30px;
	float: left;
}
.Table-of-contents .m2 .n6 .v1 .v1-r .button .sp-box span.sp1{
	width: 11px;
	height: 30px;
	margin-right: 6px;
}
.Table-of-contents .m2 .n6 .v1 .v1-r .button .sp-box span.sp1 i{
	display: block;
	width: 11px;
	height: 13px;
	margin: 8px 0;
	background: url(../img/png/p6.png) center no-repeat;
	background-size: cover;
}

.Table-of-contents .m2 .n6 .v1 .v1-r .button .sp-box span.sp2{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:30px;
}
.Table-of-contents .m2 .n6 .v2{
	width: 100%;
	min-height: 0;
	overflow: hidden;
}

.Table-of-contents .m2 .n6 .v2 .li{
	width: 100%;
	height: auto;
	line-height: 44px;
	border-top: 1px solid rgba(238,238,238,1);
	/*float: left;*/
	display: flex;
	flex-wrap: wrap;
}
.Table-of-contents .m2 .n6 .v2 .li:nth-child(1){
	border-top-style: none;
}
.Table-of-contents .m2 .n6 .v2 .li .son{
	/*width: 306px;*/
	flex: 0 0 33.33%;
	height: 44px;
	/*margin-left: 60px;*/
	float: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	position: relative;
	border-bottom: 1px solid rgba(238,238,238,1);
}
/*.Table-of-contents .m2 .n6 .v2 .li .son:nth-child(1){
	width: 306px;
	margin-left: 0 !important;
}
.Table-of-contents .m2 .n6 .v2 .li .son:nth-child(2){
	width: 306px;
}
.Table-of-contents .m2 .n6 .v2 .li .son:nth-child(3){
	width: 308px;
}*/

.Table-of-contents .m2 .n6 .v2 .li .son a{
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	line-height:46px;
}
.Table-of-contents .m2 .n6 .v2 .li .son a:hover{
	color: #2784bd;
	text-decoration: underline;
}

.Table-of-contents .m2 .n6 .v2 .li .son > i{
	width: 20px;
	height: 20px;
	background: url(../img/png/pp7.png) center no-repeat;
	background-size: cover;
	position: absolute;
	top: 12px;
	right: 20px;
}


.Table-of-contents .m2 .n7{
	width: 100%;
	height: 40px;
	margin-top: 56px;
}
.Table-of-contents .m2 .n7 div{
	display: inline-block;
	height: 40px;
	float: left;
}
.Table-of-contents .m2 .n7 div.v1{
	width: 32px;
}
.Table-of-contents .m2 .n7 div.v1 > label{
	display: block;
	width: 14px;
	height: 14px;
	border:1px solid rgba(197,197,197,1);
	border-radius: 4px;
	margin: 13px 0;
	cursor: pointer;
}
.Table-of-contents .m2 .n7 div.v1 > label.show{
	width: 16px;
	height: 16px;
	border-style: none;
	background: url(../img/png/pp8.png) center no-repeat;
	background-size: cover;
}

.Table-of-contents .m2 .n7 div.v1 > label > input{
	display: none;
}

.Table-of-contents .m2 .n7 div.v2{
	line-height: 40px;
}
.Table-of-contents .m2 .n7 div.v2 span{
	font-size:18px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:32px;
}


.Table-of-contents .m2 .n8{
	width: 100%;
	min-height: 0;
	padding: 44px 0;
}

.Table-of-contents .m2 .n8 .v1{
	width: 100%;
	height: 40px;
	border-bottom:1px solid rgba(74,74,74,1);
}
.Table-of-contents .m2 .n8 .v1 .v1-l{
	display: inline-block;
	min-width: 32px;
	height: 40px;
	float: left;
}
.Table-of-contents .m2 .n8 .v1 .v1-l > label{
	display: block;
	width: 14px;
	height: 14px;
	border:1px solid rgba(197,197,197,1);
	border-radius: 4px;
	margin: 13px 0;
	cursor: pointer;
}
.Table-of-contents .m2 .n8 .v1 .v1-l > label.show{
	width: 16px;
	height: 16px;
	border-style: none;
	background: url(../img/png/pp8.png) center no-repeat;
	background-size: cover;
}
.Table-of-contents .m2 .n8 .v1 .v1-l > label > input{
	display: none;
}


.Table-of-contents .m2 .n8 .v1 .v1-l span{
	display: inline-block;
	height: 40px;
	float: left;
	margin-right: 10px;
}
.Table-of-contents .m2 .n8 .v1 .v1-l span.sp1{
	font-size:18px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	line-height:40px;
}

.Table-of-contents .m2 .n8 .v1 .v1-l span.sp2{
	min-width: 35px;
}
.Table-of-contents .m2 .n8 .v1 .v1-l span.sp2 > b{
	display: block;
	width: 35px;
	height: 16px;
	line-height: 16px;
	background:rgba(140,205,10,1);
	text-align: center;
	margin: 12px 0;
	font-size:12px;
	color: white;
}
.Table-of-contents .m2 .n8 .v1 .v1-l span.sp2 > b.b1{
	background:rgba(140,205,10,1);
}
.Table-of-contents .m2 .n8 .v1 .v1-l span.sp2 > b.b2{
	background:rgba(252,108,40,1);
}

.Table-of-contents .m2 .n8 .v1 .v1-l span.sp3{
	font-size:14px;
	font-weight:400;
	color:#333333;
	line-height:40px;
}

.Table-of-contents .m2 .n8 .v1 .v1-r{
	display: inline-block;
	height: 40px;
	float: right;
}
.Table-of-contents .m2 .n8 .v1 .v1-r .button{
	width:101px;
	height:30px;
	background:#2784bd;
	border-radius:2px;
	margin: 5px 0;
	text-align: center;
	cursor: pointer;
}
.Table-of-contents .m2 .n8 .v1 .v1-r .button .sp-box{
	display: inline-block;
	height: 30px;
}
.Table-of-contents .m2 .n8 .v1 .v1-r .button .sp-box span{
	display: inline-block;
	height: 30px;
	float: left;
}
.Table-of-contents .m2 .n8 .v1 .v1-r .button .sp-box span.sp1{
	width: 11px;
	height: 30px;
	margin-right: 6px;
}
.Table-of-contents .m2 .n8 .v1 .v1-r .button .sp-box span.sp1 i{
	display: block;
	width: 11px;
	height: 13px;
	margin: 8px 0;
	background: url(../img/png/p6.png) center no-repeat;
	background-size: cover;
}

.Table-of-contents .m2 .n8 .v1 .v1-r .button .sp-box span.sp2{
	font-size:14px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:30px;
}
.Table-of-contents .m2 .n8 .v2{
	width: 100%;
	min-height: 0;
	overflow: hidden;
}

.Table-of-contents .m2 .n8 .v2 .li{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid rgba(238,238,238,1);
	float: left;
}
.Table-of-contents .m2 .n8 .v2 .li:nth-child(1){
	border-top-style: none;
}
.Table-of-contents .m2 .n8 .v2 .li .son{
	height: 44px;
	float: left;
	line-height: 44px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	position: relative;
}
.Table-of-contents .m2 .n8 .v2 .li .son a{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:32px;
}
.Table-of-contents .m2 .n8 .v2 .li .son a:hover{
	color: #2784bd;
	text-decoration: underline;
}
.Table-of-contents .m2 .n8 .v2 .li .son span{
	font-size:14px;
	font-weight:400;
	color:rgba(51,51,51,1);
	line-height:32px;
}


.Table-of-contents .m2 .n8 .v2 .li .son1{
	width: 32px;
}
.Table-of-contents .m2 .n8 .v2 .li .son1 > label{
	display: block;
	width: 14px;
	height: 14px;
	border:1px solid rgba(197,197,197,1);
	border-radius: 4px;
	margin: 15px 0;
	cursor: pointer;
}
.Table-of-contents .m2 .n8 .v2 .li .son1 > label.show{
	width: 16px;
	height: 16px;
	border-style: none;
	background: url(../img/png/pp8.png) center no-repeat;
	background-size: cover;
}
.Table-of-contents .m2 .n8 .v2 .li .son1 > label > input{
	display: none;
}

.Table-of-contents .m2 .n8 .v2 .li .son2{
	width: 500px;
}
.Table-of-contents .m2 .n8 .v2 .li .son3{
	width: 210px;
	text-align: center;
}

.Table-of-contents .m2 .n8 .v2 .li .son4{
	width: 100px;
	text-align: center;
}

.Table-of-contents .m2 .n8 .v2 .li .son5{
	width: 174px;
	text-align: center;
}

.Table-of-contents .m3{
	width: 100%;
	height: 65px;
	background: white;
	position: fixed;
	bottom: 0;
	z-index: 10;
	box-shadow:0px 6px 6px 0px rgba(177,177,177,0.1);
	border-top:1px solid rgba(238,238,238,1);
}
.Table-of-contents .m3 .n1{
	width: 1200px;
	height: 65px;
	margin: 0 auto;
}
.Table-of-contents .m3 .n1 .n1-l{
	width: 1042px;
	height: 65px;
	float: left;
}
.Table-of-contents .m3 .n1 .n1-l .v1{
	display: inline-block;
	min-width: 112px;
	height: 65px;
	line-height: 64px;
	float: left;
}
.Table-of-contents .m3 .n1 .n1-l .v1 > label{
	display: block;
	width: 14px;
	height: 14px;
	border:1px solid rgba(197,197,197,1);
	border-radius: 4px;
	margin: 27px 0 0 82px;
	cursor: pointer;
}
.Table-of-contents .m3 .n1 .n1-l .v1 > label.show{
	width: 16px;
	height: 16px;
	border-style: none;
	background: url(../img/png/pp8.png) center no-repeat;
	background-size: cover;
}
.Table-of-contents .m3 .n1 .n1-l .v1 > label > input{
	display: none;
}

.Table-of-contents .m3 .n1 .n1-l .v1 span{
	display: inline-block;
	height: 65px;
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	float: left;
}
.Table-of-contents .m3 .n1 .n1-l .v1 span > b{
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
}
.Table-of-contents .m3 .n1 .n1-l .v1 span > b.b1{
	font-weight: 700;
	font-size: 20px;
	color: #2784bd;
	line-height: 64px;
}



.Table-of-contents .m3 .n1 .n1-l .v2{
	display: inline-block;
	height: 65px;
	float: right;
	margin-right: 36px;
}
.Table-of-contents .m3 .n1 .n1-l .v2 span{
	display: inline-block;
	height: 65px;
	font-size:16px;
	font-weight:300;
	color:rgba(0,0,0,1);
	float: left;
}
.Table-of-contents .m3 .n1 .n1-l .v2 span > b{
	font-weight: 700;
	font-size: 20px;
	color: #2784bd;
	line-height: 64px;
}


.Table-of-contents .m3 .n1 .n1-r{
	width: 158px;
	height: 65px;
	float: right;
}
.Table-of-contents .m3 .n1 .n1-r a{
	display: block;
	width:158px;
	height:65px;
	background:#2784bd;
	font-size:20px;
	font-weight:400;
	color:rgba(255,255,255,1);
	line-height:65px;
	text-align: center;
}



/*赞赏弹出框*/
.appreciate-box{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.appreciate-box .appreciate{
    width:522px;
    min-height:0;
    background:rgba(246,246,246,1);
    border:1px solid rgba(230,230,230,1);
    box-shadow:0 1px 7px 0 rgba(153,152,146,0.24);
    border-radius:3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -282px;
    margin-left: -261px;
}
.appreciate-box .appreciate .n1{
    width: auto;
    height: 46px;
    background: white;
    border-bottom:1px solid rgba(230,230,230,1);
    padding: 0 24px;
    position: relative;
}
.appreciate-box .appreciate .n1 .n1-l{
    display: inline-block;
    height: 46px;
    position: absolute;
    top: 0;
    left: 225px;
    line-height: 46px;
}
.appreciate-box .appreciate .n1 .n1-l .def{
    height: 44px;
    line-height: 40px;
    float: left;
    padding: 0 21px;
    border-top: 3px solid white;
    cursor: pointer;
}
.appreciate-box .appreciate .n1 .n1-l .show{
    height:44px;
    line-height: 40px;
    background:rgba(246,246,246,1);
    border-radius:3px;
    border-top: 3px solid rgba(153,0,0,1);
}

.appreciate-box .appreciate .n1 .n1-l span{
    font-size:18px;
    font-weight:400;
    color:#2784bd;
}

.appreciate-box .appreciate .n1 .n1-r{
    display: inline-block;
    height: 46px;
    position: absolute;
    right: 0;
}
.appreciate-box .appreciate .n1 .n1-r .close{
    width: 46px;
    height: 46px;
    float: right;
}
.appreciate-box .appreciate .n1 .n1-r .close a{
    display: block;
    width: 46px;
    height: 46px;
    background: url(https://static.qing.me/public/fiction/capterimg/png/v7.png) center no-repeat;
    background-size: cover;
}
.appreciate-box .appreciate .n2 .textinfo{
    text-align: center;
    margin-top: 40px;
}
.appreciate-box .appreciate .n2 .yue{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
	text-align: center;
	margin-top: 20px;
}
.appreciate-box .appreciate .n2 .but{
	width: 380px;
	height: 40px;
	margin:40px auto;
}
.appreciate-box .appreciate .n2 .but .zf{
	width: 149px;
	height: 40px;
	background: #2784bd;
	border-radius: 2px;
	float:left;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFEFE;
	line-height: 40px;
	text-align: center;
}
.appreciate-box .appreciate .n2 .but .cz{
	width: 149px;
	height: 40px;
	border: 1px solid #2784bd;
    border-radius: 2px;
    float:right;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #2784bd;
	line-height: 40px;
	text-align: center;
}
.appreciate-box .appreciate .n2 .but a{
	width: 100%;
}



/*分享弹出框*/
.appreciate-box-share{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
    display: none;
}
.appreciate-box-share .sharebx{
    width:380px;
    min-height:0;
    background:#fff;
    border:1px solid rgba(230,230,230,1);
    box-shadow:0 1px 7px 0 rgba(153,152,146,0.24);
    border-radius:3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -282px;
    margin-left: -191px;
}
.appreciate-box-share .sharebx .n1{
    width: auto;
    height: 46px;
    background: white;
    border-bottom:1px solid rgba(230,230,230,1);
    padding: 0 24px;
    position: relative;
}
.appreciate-box-share .sharebx .n1 .n1-l{
    display: inline-block;
    height: 46px;
    position: absolute;
    top: 0;
    left: 20px;
    line-height: 46px;
}
.appreciate-box-share .sharebx .n1 .n1-l span{
    height: 44px;
    line-height: 44px;
    float: left;
    font-size:14px;
    font-weight:400;
    color: #464646;
}

.appreciate-box-share .sharebx .n1 .n1-r{
    display: inline-block;
    height: 46px;
    position: absolute;
    right: 0;
}
.appreciate-box-share .sharebx .n1 .n1-r .close{
    width: 46px;
    height: 46px;
    float: right;
}
.appreciate-box-share .sharebx .n1 .n1-r .close a{
    display: block;
    width: 46px;
    height: 46px;
    background: url(https://static.qing.me/public/fiction/capterimg/png/v7.png) center no-repeat;
    background-size: cover;
}
.appreciate-box-share .sharebx .n2{
    padding:30px 50px;
    height: 150px;
}
.appreciate-box-share .sharebx .n2 .code1{
    float: left;
    display: inline-block;
}
.appreciate-box-share .sharebx .n2 .code1 .dv1{
    width: 100px;
    height: 100px;
}
.appreciate-box-share .sharebx .n2 .code1 .dv2{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464646;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
}
.appreciate-box-share .sharebx .n2 .code2{
    float: right;
    display: inline-block;
}
.appreciate-box-share .sharebx .n2 .code2 .dv1{
    width: 100px;
    height: 100px;
}
.appreciate-box-share .sharebx .n2 .code2 .dv2{
    font-size: 13px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #464646;
    line-height: 17px;
    text-align: center;
    margin-top: 20px;
}
.appreciate-box-share .sharebx .n3{
    padding:0px 50px 20px;
}
.appreciate-box-share .sharebx .n3 .dv1{
    display: inline-block;
    
}
.appreciate-box-share .sharebx .n3 .dv1 a .pic{
    background: url('https://static.qing.me/public/fiction/capterimg/png/cp_url.png') no-repeat center;
    background-size: cover;
    width: 42px;
    height: 42px;
    margin-left: 3px;
    margin-bottom: 8px;
}
.appreciate-box-share .sharebx .n3 .dv1 a div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 17px;
}
.appreciate-box-share .sharebx .n3 .dv2{
    margin-left: 64px;
    display: inline-block;
}
.appreciate-box-share .sharebx .n3 .dv2 a .pic{
    background: url('https://static.qing.me/public/fiction/capterimg/png/wbpic.png') no-repeat center;
    background-size: cover;
    width: 42px;
    height: 42px;
    margin-left: 4px;
    margin-bottom: 8px;
}
.appreciate-box-share .sharebx .n3 .dv2 a div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 17px;
}
.appreciate-box-share .sharebx .n3 .dv3{
    margin-left: 63px;
    display: inline-block;
}
.appreciate-box-share .sharebx .n3 .dv3 a .pic{
    background: url('https://static.qing.me/public/fiction/capterimg/png/qqpic.png') no-repeat center;
    background-size: cover;
    width: 42px;
    height: 42px;
    margin-left: 3px;
    margin-bottom: 8px;
}
.appreciate-box-share .sharebx .n3 .dv3 a div{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3F3F3F;
    line-height: 17px;
}
/*=========================================*/












