@import url("base.css");
.reader-content{
	width: 1000px;
	margin: auto;
	height: 100%;
}
.chapter-item{
	padding: 0 64px 20px;
	border: 1px solid #D8D8D8;
	margin-bottom: 20px;
}
/*阅读基础间距*/
.reader-content-bg{
	font-size: 20px;
}
.reader-content-bg p{
	line-height: 36px;
	margin: 10px 0;
	text-indent: 2em;
}
/*阅读头部样式*/
.reader-nav-bar{
	height: 60px;
	line-height: 60px;
	background: rgba(255,255,255,.5);
}
.reader-nav-bar .logo{
	height: 40px;
	margin-top: 10px;
}
.reader-nav-bar .nav{
	margin-left: 30px;
}
.reader-nav-bar .nav a{
	padding: 10px 20px;
	font-weight: 600;
	font-family: simhei;
}

.reader-nav-bar .search{
	height: 30px;
	width: 200px;
	margin-top: 15px;
	border-bottom: 1px solid #ed4a5e;
}
.reader-nav-bar .search input{
	display: block;
	height: 100%;
	border: none;
	outline: none;
	width: 100%;
	background: inherit;
	padding-left: 5px;
}
.reader-nav-bar  .search-submit{
	background: url(../img2018/reader-search.png) center no-repeat;
	background-size: 20px 20px;
	/*background: #F01742;*/
	width: 50px;
	height: 30px;
	margin-top: 15px;
}
.tip{
	height: 40px;
	line-height: 40px;
}
.left-nav{
	top: 100px;
	left: 50%;
	margin-left: -570px;
	width: 62px;
	background: #f7f4e8;
	border: 1px solid #D8D8D8;
	z-index: 100;
}
.right-nav{
	bottom: 0;
	right: 50%;
	margin-right: -470px;
	transition: margin-right 1s;
	-webkit-transition: margin-right 1s; /* Safari */
	width: 62px;
	background: #f7f4e8;
	border: 1px solid #D8D8D8;
	z-index: 100;
}
.left-nav dd,
.right-nav dd{
	height: 60px;
	width: 60px;
	border-bottom: 1px solid #D8D8D8;
	font-size: 12px;
	font-family: simsun;
	text-align: center;
}
/*.left-nav dd:last-of-type,
.right-nav dd:last-of-type{
	border-bottom: none;
}*/
.reader-catalog{
	background: url(../img2018/catalog.png) center 14px no-repeat;
	background-size: 17px 14px;
	padding-top: 34px;
}
.reader-catalog.ac{
	background: url(../img2018/catalog-ac.png) 22px 14px no-repeat;
	background-color:#f9faf2 ;
	width: 70px;
	padding-right: 10px;
}

.reader-setting{
	background: url(../img2018/setting.png) center 14px no-repeat;
	background-size: 16px 16px;
	padding-top: 34px;
}
.reader-setting.ac{
	background: url(../img2018/setting-ac.png) 22px 14px no-repeat;
	background-color:#f9faf2 ;
	width: 70px;
	padding-right: 10px;
}
.reader-bookcase{
	background: url(../img2018/bookcase.png) center 14px no-repeat;
	background-size: 13px 16px;
	padding-top: 34px;
}
.reader-bookdetail{
	background: url(../img2018/bookdetail.png) center 14px no-repeat;
	background-size: 13px 16px;
	padding-top: 34px;
}
.reader-gift{
	background: url(../img2018/gift.png) center 14px no-repeat;
	background-size: 17px 14px;
	padding-top: 34px;
}
.reader-vote{
	background: url(../img2018/reader-vote.png) center 14px no-repeat;
	background-size: 17px 14px;
	padding-top: 34px;
}
.reader-review{
	background: url(../img2018/review.png) center 14px no-repeat;
	background-size: 17px 14px;
	padding-top: 34px;
}
.totop{
	background: url(../img2018/to-top.png) center no-repeat;
	background-size: 22px 26px;
}
.chaper-info{
	height: 100px;
	text-align: center;
	border-bottom: 1px dashed #BCBCBC;
}
.chaper-info .chapter-name{
	font-size: 25px;
	height: 60px;
	line-height: 60px;
	font-weight: 600;
}
.info  span{
	font-size:16px;
	padding: 0 5px;
}
.reader-operation{
	padding: 20px 0;
	color: #6E6E6E;
}
.reader-operation span{
	padding: 0 80px;
	color: #000;
	font-size: 20px;
}

.reader-catalog-wrapper{
	position: absolute;
	left: 0;
	right: 200px;
	top: 40px;
	height: 500px;
	max-height: 600px;
	border: 1px solid #D8D8D8;
	z-index: 99;
	overflow: hidden;
	display: none;
}
.reader-setting-wrapper{
	position: absolute;
	left: 0;
	width: 550px;
	top: 40px;
	height: 500px;
	max-height: 500px;
	border: 1px solid #D8D8D8;
	z-index: 99;
	overflow: hidden;
	display: none;
}

.reader-catalog-wrapper .reader-catalog-content{
/* 	width: calc(100% + 10px);
	overflow-y: scroll; */
	height: 100%;
}
.reader-catalog-wrapper .reader-catalog-content .reader-catalog-chapterwrapper{
	width: calc(100% + 10px);
	overflow-y: scroll;
	height: 440px;
}
.reader-catalog-wrapper .title,
.reader-setting-wrapper .title{
	height: 60px;
	line-height: 60px;
	padding: 0 20px;
}
.reader-catalog-wrapper .tname{
	padding: 2px 5px;
	border-bottom: 1px solid #B8232F;
}
.reader-setting-wrapper .tname{
	padding: 2px 5px;
}

.reader-catalog-wrapper .title img,
.reader-setting-wrapper .title img{
	right: 5px;
	top: 5px;
	height: 16px;
	width: 16px;
	transition: all 1s;
}
.title img:hover,
.title img:hover{
	transform: rotate(-90deg);
}
.volume{
	padding: 0 20px;
}
.volume .volume-name{
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #BCBCBC;
}
.volume  img.open{
	transform: rotate(360deg);
}
.volume .volume-chapters{
	/*height: 400px;*/
	overflow-y: auto;
}
.volume .volume-chapter-item{
	display: inline-block;
	width: 50%;
	float: left;
	height: 40px;
	line-height: 40px;
	padding-right: 30px;
	border-bottom: 1px solid #f8ebd8;
}
.volume .volume-chapter-item.vip{
	background: url(../img2018/lock.png) 95% center no-repeat;
	background-size: 11px 14px;
}
.volume .volume-chapter-item:after{
	content: '';
	clear: both;
}
/*设置*/
.setting-wrapper{
	padding: 0 20px;
}
.reader-bg{
	height: 40px;
	line-height: 40px;
}
.reader-bg span{
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-right: 20px;
	float: left;
}
.reader-bg span:first-of-type{
	width: auto;
}
.reader-bg span.ac{
	background-image: url(../img2018/ok.png);
	background-position:center;
	background-repeat:no-repeat ;
	background-size: 17px 12px;
	border: 1px solid #ED4A5E;
}
/*默认样式*/
.reader-bg-default{
	background: #faf6ec;
	border: 1px solid #D8D8D8;
}
/*屏幕背景色*/
.reader-default-bg{
	background: #e6e2d4;
}
/*设置区域背景色*/
.reader-default-bg .reader-setting-wrapper,
.reader-default-bg .reader-catalog-wrapper{
	background: #F9FAF2;
}
/*阅读区域背景色*/
.reader-default-bg .reader-content-bg .chapter-item{
	background: #faf7eb;
}
.reader-default-bg .left-nav,
.reader-default-bg .right-nav{
	background: #f7f4e8;
}

/*背景二*/
.reader-bg2{
	background: #f5ebce;
	border: 1px solid #D8D8D8;
}
.reader-default-bg2{
	background: #ddcea0;
}
.reader-default-bg2 .reader-setting-wrapper,
.reader-default-bg2 .reader-catalog-wrapper{
	background: #f8f1d7;
}
.reader-default-bg2 .reader-content-bg .chapter-item{
	background: #f1e8c6;
}
.reader-default-bg2 .left-nav,
.reader-default-bg2 .right-nav{
	background: #f2e9c7;
}
.reader-default-bg2 .reader-catalog.ac,
.reader-default-bg2 .reader-setting.ac{
	background-color: #f8f1d7;
}

/*背景三*/
.reader-bg3{
	background: #eaf1e4;
	border: 1px solid #D8D8D8;
}
.reader-default-bg3{
	background: #d1e3d0;
}
.reader-default-bg3 .reader-setting-wrapper,
.reader-default-bg3 .reader-catalog-wrapper{
	background: #f3fdf2;
}
.reader-default-bg3 .reader-content-bg .chapter-item{
	background: #e2f0e2;
}
.reader-default-bg3 .left-nav,
.reader-default-bg3 .right-nav{
	background: #e2f0e2;
}
.reader-default-bg3 .reader-catalog.ac,
.reader-default-bg3 .reader-setting.ac{
	background-color: #f3fdf2;
}
/*背景四*/
.reader-bg4{
	background: #e8f0f0;
	border: 1px solid #D8D8D8;
}
.reader-default-bg4{
	background: #cedcdf;
}
.reader-default-bg4 .reader-setting-wrapper,
.reader-default-bg4 .reader-catalog-wrapper{
	background: #e8f6f7;
}
.reader-default-bg4 .reader-content-bg .chapter-item{
	background: #dfedf0;
}
.reader-default-bg4 .left-nav,
.reader-default-bg4 .right-nav{
	background: #e3f1f4;
}
.reader-default-bg4 .reader-catalog.ac,
.reader-default-bg4 .reader-setting.ac{
	background-color: #e8f6f7;
}

/*背景五*/
.reader-bg5{
	background: #f6e6e2;
	border: 1px solid #D8D8D8;
}
.reader-default-bg5{
	background: #eccfce;
}
.reader-default-bg5 .reader-setting-wrapper,
.reader-default-bg5 .reader-catalog-wrapper{
	background: #f9eeea;
}
.reader-default-bg5 .reader-content-bg .chapter-item{
	background: #f5e5e3;
}
.reader-default-bg5 .left-nav,
.reader-default-bg5 .right-nav{
	background: #f5e5e3;
}
.reader-default-bg5 .reader-catalog.ac,
.reader-default-bg5 .reader-setting.ac{
	background-color: #f9eeea;
}
/*背景六*/
.reader-bg6{
	background: #e5e3de;
	border: 1px solid #D8D8D8;
}
.reader-default-bg6{
	background: #d1d1d1;
}
.reader-default-bg6 .reader-setting-wrapper,
.reader-default-bg6 .reader-catalog-wrapper{
	background: #e8e8e8;
}
.reader-default-bg6 .reader-content-bg .chapter-item{
	background: #dcdcdc;
}
.reader-default-bg6 .left-nav,
.reader-default-bg6 .right-nav{
	background: #dcdcdc;
}
.reader-default-bg6 .reader-catalog.ac,
.reader-default-bg6 .reader-setting.ac{
	background-color: #e8e8e8;
}
/*背景七*/
.reader-bg7{
	background-color: #464642;
	background: url(../img2018/night.png) center no-repeat;
	background-size: 40px 40px;
	border: 1px solid #D8D8D8;
}
.reader-default-bg7{
	background: #0f1212;
	color: #999 !important;
}
.reader-default-bg7 .reader-setting-wrapper,
.reader-default-bg7 .reader-catalog-wrapper{
	background-color: #181b1b;
}
.reader-default-bg7 .reader-content-bg .chapter-item{
	background: #161919;
}
.reader-default-bg7 .left-nav,
.reader-default-bg7 .right-nav{
	background: #181b1b; 
	border:1px solid #999 ;
}
.reader-default-bg7 .reader-catalog.ac,
.reader-default-bg7 .reader-setting.ac{
	background-color: #181B1B;
}
.reader-default-bg7 .reader-nav-bar .search{
	border-bottom-color:#999 ;
}
.reader-default-bg7 .reader-nav-bar .search-submit{
	background-image: url(../img2018/reader-search-n.png);
}
.reader-default-bg7 .reader-catalog{
	background-image: url(../img2018/catalog-n.png);
}
.reader-default-bg7 .reader-setting{
	background-image: url(../img2018/setting-n.png);
}
.reader-default-bg7 .reader-bookcase{
	background-image: url(../img2018/bookcase-n.png);
}
.reader-default-bg7 .reader-bookdetail{
	background-image: url(../img2018/bookdetail-n.png);
}
/*字体*/
.reader-font,
.reader-font-size,
.reader-screen-size,
.reader-style,
.reader-autobuy{
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
.reader-font span,
.reader-style span,
.reader-autobuy span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 30px;
	margin-right: 20px;
	margin-top: 5px;
	float: left;
	font-size: 12px;
	border: 1px solid #DCDCDC;
}
.reader-font span:first-of-type,
.reader-style span:first-of-type,
.reader-font-size span:first-of-type,
.reader-screen-size span:first-of-type,
.reader-autobuy span:first-of-type{
	width: auto;
	padding: 0;
	border: none;
	font-size: 14px;
}
.reader-font span.ac{
	color: #ED4A5E;
	border: 1px solid #f48c99;
}

.reader-font-size span,
.reader-screen-size span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	margin-right: 20px;
	float: left;
	font-size: 12px;
	text-align: center;
}
.reader-font-size .font-size-wrapper,
.reader-screen-size .screen-size-wrapper{
	height: 30px;
	line-height: 30px;
	border: 1px solid #E4E8E1;
	margin-top: 5px;
	width: 300px;
	background: #fff;
}
.reader-font-size .font-size-wrapper span,
.reader-screen-size .screen-size-wrapper span{
	width: 33.333333%;
	height: 20px;
	line-height: 20px;
	margin-top: 5px;
	margin-right: 0;
	font-size: 12px;
	border-right: 1px solid #e4e8e1;
}
.reader-font-size .font-size-wrapper span:last-of-type,
.reader-screen-size .screen-size-wrapper span:last-of-type{
	border: none;
}

.reader-screen-size .screen-size-wrapper .screen-down{
	background: url(../img2018/sreduce.png) center no-repeat;
	background-size: 19px 14px;
}
.reader-screen-size .screen-size-wrapper .screen-up{
	background: url(../img2018/sadd.png) center no-repeat;
	background-size: 19px 14px;
}

.reader-style .reader-style-default{
	background: url(../img2018/horizontal.png) center no-repeat;
	background-size: 16px 11px;
}
.reader-style .reader-style-default.ac{
	background: url(../img2018/horizontal-ac.png) center no-repeat;
	border: 1px solid #F48C99;
}
.reader-style .reader-style2{
	background: url(../img2018/vertical.png) center no-repeat;
	background-size: 11px 16px;
}
.reader-style .reader-style2.ac{
	background: url(../img2018/vertical-ac.png) center no-repeat;
	border: 1px solid #F48C99;
}

.reader-autobuy span{
	border: none;
	padding: 0;
}
.reader-autobuy .reader-autobuy-switch.on{
	background: url(../img2018/autobuy-on.png) center no-repeat;
	background-size: 60px 24px;
	width: 60px;
	transition: background-image 1s;
}
.reader-autobuy .reader-autobuy-switch.off{
	background: url(../img2018/autobuy-close.png) center no-repeat;
	background-size: 60px 24px;
	width: 60px;
	transition: background-image 1s;
}
.save{
	background: #ED4A5E;
	color: #FFFFFF;
	font-size: 14px;
	padding: 4px 20px;
}
.reset{
	background: #DCDCDC;
	font-size: 14px;
	padding: 4px 20px;
}
/*订阅*/
.vip-chapter-content{
	height: 460px;
	overflow: hidden;
}
.vip-limit-wrap{
	height: 290px;
	padding-top: 48px;
}
.vip-limit-wrap .lang{
	font-size: 24px;
    line-height: 30px;
    margin-bottom: 48px;
    color: rgba(0,0,0,.4);
}
.vip-limit-wrap .lang i{
	margin-right: 24px;
	font-style: normal;
}
.vip-limit-wrap .buy-one{
	height: 60px;
	width: 160px;
	border: 1px solid #B8232F;
	color: #BF2324;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	cursor: pointer;
}
.vip-limit-wrap .buy-one:hover{
	background: #fcdde1;
}
.vip-limit-wrap .buy-all{
	height: 60px;
	width: 160px;
	background: #B8232F;
	color: #fff;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	cursor: pointer;
}
.vip-limit-wrap .buy-all:hover{
	background: #fd4150;
}

.vip-limit-wrap .buy-one .tip,
.vip-limit-wrap .buy-all .tip{
	height: 40px;
	line-height: 45px;
	font-size: 20px;
}
.vip-limit-wrap .buy-one .egold,
.vip-limit-wrap .buy-all .egold{
	height: 20px;
	line-height: 15px;
	font-size: 14px;
}
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,.2);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    /*border-radius: 10px;*/
}

/*遮罩*/
.mask-wrapper{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.5);
	z-index: 999;
}
.votedialog-bg{
	position: fixed;
	width: 520px;
	/*height: 354px;*/
	background: #ffffff;
	top: calc(50% - 177px);
	left: calc(44% - 260px);
	border: 1px solid #BCBCBC;
	z-index: 1200;
	padding: 0 10px;
}
.votedialog-bg .title {
	height: 40px;
	line-height: 40px;
}
.votedialog-bg .title span{
	display: block;
	text-align: center;
	width: 100px;
	/*line-height: 30px;*/
}
.votedialog-bg .title span:last-of-type{
	width: auto;
}
.votedialog-bg .title span.ac{
	color: #fff;
	background: #f01742;
	border-bottom-color: #f01742;
	/*line-height: 40px;*/
}

.votedialog-content{
	width: 500px;
	padding-left: 5px;
	/*height: 314px;*/
	padding-bottom: 20px;
}
.user-detail{
	height: 30px;
	line-height: 30px;
}
.vote-num{
	height: 80px;
	line-height: 80px;
	width: 460px;
	margin: auto;
	margin-top: 20px;
	cursor: pointer;
}
.vote-num .add,
.vote-num .reduce{
	width: 80px;
	height: 80px;
	text-align: center;		
	border:1px solid #BCBCBC;
	font-size: 30px;
	color: #6E6E6E;	
	cursor: pointer;
}
.vote-num .vote-prop{
	border-top: 1px solid #BCBCBC;
	border-bottom: 1px solid #BCBCBC;
	padding: 0 20px;
}
.vote-prop img{
	display: block;
	height: 60px;
	margin-top: 10px;
}
.vote-prop .flex{
	font-size: 30px;
	text-align: center;
}
.vote-prop .num{
	padding-right: 30px;
}
.vote-advice{
	height: 30px;
	line-height: 30px;
}
.vote-advice input{
	display: block;
	width: 100%;
	height: 30px;
	padding-left: 5px;
	border: 1px solid #BCBCBC;
}
.vote-submit{
	padding: 5px 15px;
	margin: auto;
	margin-top: 50px;
	background: #f01742;
	width: 100px;
	text-align: center;
	color: #fff;
	border-radius: 15px;
	display: block;
}


.ds-prop{
	padding: 20px 0;
	text-align: center;
}
.ds-prop .ds-prop-wrapper{
	border: 1px solid #DCDCDC;
	width: 94px;
	height: 86px;
	padding: 5px 0;
}
.mask-wrapper .ds-prop .ds-prop-wrapper.ac{
	border: 1px solid #BF2324;
	color: #BF2324;
}
.ds-prop .ds-prop-wrapper img{
	height: 30px;
}
.ds-prop .ds-prop-wrapper div{
	height: 20px;
	line-height: 20px;
}
.chaper-wrapper{
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari */
}