﻿/* 
 Encoding：UTF-8
 Author：JasonSi
 DateTime：2020-1-27 19:40:55
 Version：V1.0
 Module:Novel.module
 FileName：store.min.css
 Copyright：Copyright (c) Nuomee Studio
 Web Link：http://www.nuomee.cn
*/
.bookstore_tbox {
	background: #f7f7f7;
	border: 1px solid #e6e6e6;
	padding: 12px 20px;
	overflow: hidden;
	font-size: 13px
}

.bookstore_tbox a {
	color: #151515;
	font-size: 13px;
	margin: 5px 6px 5px 7px;
	display: inline-block
}

.bookstore_tbox a.current {
	color: #fff;
	background: #d32f2f;
	border-radius: 2px;
	padding: 0 5px
}

.bookstore_tbox .sexsel {
	padding-bottom: 2px;
	color: #999;
	overflow: hidden
}

.bookstore_tbox .sexsel span {
	float: left;
	margin: 0 10px;
	vertical-align: middle;
	line-height: 30px;
	color: #e6e6e6
}

.bookstore_tbox .sexsel a {
	font-size: 15px;
	color: #999;
	margin: 0;
	line-height: 30px;
	padding: 0;
	float: left
}

.bookstore_tbox .sexsel a.current {
	color: #333;
	background: 0 0;
	font-weight: 700
}

.bookstore_select .kind {
	clear: both;
	padding: 3px 0;
	line-height: 20px;
	overflow: hidden
}

.bookstore_select .kind .bz {
	float: left;
	width: 88px;
	color: #999;
	padding-top: 5px
}

.bookstore_select .kind .nr {
	float: left;
	width: 1020px;
	color: #888
}

.spline {
	height: 1px
}

.storeline {
	height: 1px;
	background: #e6e6e6;
	overflow: hidden;
	margin: 5px auto
}

.bookstore_select .kind .nr .selected {
	background: #d32f2f;
	line-height: 20px;
	padding: 0 20px 0 5px;
	font-size: 13px;
	position: relative;
	color: #fff;
	float: left;
	border-radius: 2px;
	margin: 5px 6px 5px 7px;
	float: left
}

.bookstore_select .kind .nr .selected a {
	background: url(../../images/novel/closeselect.png);
	position: absolute;
	width: 11px;
	height: 11px;
	right: 5px;
	top: 5px;
	margin: 0;
	overflow: hidden
}

.sort {
	line-height: 20px;
	padding: 10px 0 10px 20px;
	height: 20px;
	overflow: hidden
}

.sort .kind {
	float: left;
	position: absolute
}

.sort .kind .bz {
	float: left;
	line-height: 25px;
	margin-right: 25px;
	color: #999
}

.sort .kind .nr {
	float: left;
	line-height: 25px
}

.sort .sort_form {
	position: relative;
	float: left;
	margin: 0 6px;
	z-index: 8;
	line-height: 25px
}

.sort .sort_form .sort_select {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	color: #333;
	padding: 0 10px 0 10px;
	position: relative;
	font-size: 13px
}

.sort .sort_form .sort_select.current {
	background: rgba(250,250,250,.98);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	border-bottom: 1px solid #e6e6e6
}

.sort .sort_form .sort_select em.icon {
	background: url(../../images/novel/icon01.png) no-repeat center center;
	width: 5px;
	height: 3px;
	display: inline-block;
	margin: 0 0 0 5px;
	-moz-transition: transform .3s ease-in;
	-webkit-transition: transform .3s ease-in;
	-o-transition: transform .3s ease-in;
	transition: transform .3s ease-in;
	vertical-align: middle;
	overflow: hidden
}

.sort .sort_form:hover .sort_select em.icon {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.sort .sort_form .options {
	position: absolute;
	left: 0;
	top: 26px;
	width: 100%;
	text-align: left;
	text-indent: 10px;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.2);
	display: none;
	background: rgba(250,250,250,.98)
}

.sort .sort_form .options ul li {
	height: 25px;
	line-height: 25px;
	font-size: 13px
}

.sort .sort_form .options ul li a {
	display: block;
	text-decoration: none;
	padding: 0;
	margin: 0;
	color: #3c3d47;
	height: 25px;
	line-height: 25px
}

.sort .sort_form .options ul li a:hover {
	display: block;
	color: #d32f2f
}

.sort .sort_form .sort_select.on,.sort .sort_form span.sort_select.on {
	color: #d32f2f
}

.sort_listtype {
	float: right
}

.sort_listtype a {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../../images/novel/listtype.png);
	margin-left: 10px
}

.sort_listtype a.c_digi.active,.sort_listtype a.c_digi:hover {
	background-position: left bottom
}

.sort_listtype a.l_list {
	background-position: right top
}

.sort_listtype a.l_list.active,.sort_listtype a.l_list:hover {
	background-position: right bottom
}

.store_list_wrap {
	border: 1px solid #e6e6e6;
	padding: 0 20px 20px;
	font-size: 12px;
	overflow: hidden
}

.dotline {
	border-bottom: 1px dotted #ccc;
	height: 0;
	overflow: hidden;
	clear: both
}

.store_booklist .tab-head {
	height: 45px;
	line-height: 45px;
	font-weight: 700;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 5px
}

.store_booklist span {
	float: left;
	padding-right: 20px
}

.store_booklist .kind {
	width: 65px;
	padding-right: 15px
}

.store_booklist .bookname {
	width: 200px
}

.store_booklist .chap {
	width: 360px
}

.store_booklist .status {
	width: 65px
}

.store_booklist .count {
	width: 100px
}

.store_booklist .author {
	width: 145px
}

.store_booklist .time {
	width: 105px;
	padding-right: 0;
	text-align: center;
	float: right
}

.store_booklist .chap .vip {
	background: url(../../images/novel/vip.png) no-repeat center center;
	width: 16px;
	height: 15px;
	display: inline-block;
	vertical-align: text-bottom;
	margin-left: 3px
}

.store_booklist .main_con li span.bookname {
	font-size: 14px
}

.store_booklist .main_con li {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	line-height: 40px;
	overflow: hidden;
	height: 40px;
	letter-spacing: 1px;
	clear: both;
	text-overflow: ellipsis;
	color: #999
}

.store_booklist .main_con li span.bookname a {
	color: #333
}

.store_booklist .main_con li a:hover,.store_booklist .main_con li span.bookname a:hover,.store_booklist .main_con li span.chap a:hover {
	color: #e84848
}

.store_booklist .main_con .bookname a,.store_booklist .main_con .chap a {
	max-width: 160px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left
}

.store_booklist .main_con .bookname em,.store_booklist .main_con .chap em {
	font-size: 12px;
	color: #d32f2f;
	letter-spacing: .86px
}

.store_booklist .main_con .chap a {
	max-width: 310px
}

.store_booklist .main_con .author a,.store_booklist .main_con .count,.store_booklist .main_con .kind a,.store_booklist .main_con li span.chap a {
	color: #999
}

.store_booklist .main_con .count,.store_booklist .main_con .time {
	letter-spacing: 0
}

em.vip {
	background: url(../../images/novel/vip.png) no-repeat center center;
	width: 16px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin: auto 5px
}

em.mark {
	color: #d32f2f;
	font-size: 12px
}

.store_collist {
	overflow: hidden
}

.store_collist .bookbox {
	width: 558px;
	height: 135px;
	padding: 20px 0
}

.bookbox .bookimg {
	width: 100px;
	height: 132px;
	float: left;
	margin-right: 20px
}

.bookbox .bookimg img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)
}

.bookbox .bookinfo {
	width: auto;
	overflow: hidden
}

.bookbox .bookname a {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block
}

.bookbox .bookname,.bookbox .bookname a {
	font-size: 20px;
	color: #333;
	line-height: 26px
}

.bookbox .bookname em.vip {
	margin: auto 10px
}

.bookbox .bookilnk {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #e6e6e6;
	margin: 10px 0 15px;
	text-indent: -8px
}

.bookbox .bookilnk a,.bookbox .bookilnk span {
	margin: 0 8px;
	color: #999
}

.bookbox .bookintro {
	font-size: 13px;
	color: #666;
	line-height: 20px;
	max-height: 40px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.bookbox .bookupdate {
	line-height: 20px;
	margin-top: 10px;
	text-align: right;
	color: #999
}

.bookbox .bookupdate a {
	color: #999
}

.pagebox .pagebar {
	color: #999
}

.pagebox {
	line-height: 33px;
	font-size: 12px;
	color: #999;
	text-align: center
}

.pagebox a {
	border: 1px solid #ccc;
	border-radius: 1px;
	width: 33px;
	height: 33px;
	display: inline-block;
	margin: 0 3px;
	font-size: 14px;
	color: #999;
	vertical-align: middle
}

.pagebox a.active,.pagebox a:hover,.pagebox_submit:hover {
	background: #d32f2f;
	color: #fff;
	border: 1px solid #d32f2f
}

.pagebar .text {
	width: 33px;
	height: 33px;
	text-align: center;
	color: #333;
	border: 1px solid #ccc;
	padding: 0;
	margin-right: 8px;
	vertical-align: middle
}

.pagebar input.scrollpage,.pagebox_submit {
	width: 40px;
	text-align: center;
	line-height: 33px;
	height: 33px;
	background-color: #fff;
	padding: 0;
	color: #999;
	border: 1px solid #ccc;
	outline: 0;
	cursor: pointer;
	margin-left: 8px;
	vertical-align: middle
}

.pagebox_submit:hover,.pagebox_value:hover {
	border: 1px solid #d32f2f
}

.pagebox a.d_next,.pagebox a.d_pre {
	font-size: 18px
}

.bookbox .bookilnk a:hover,.bookbox .bookname a:hover,.bookbox .bookupdate a:hover {
	color: #e84848
}