﻿body{
	font-size: 90%;
}
.item-qb li{
	width: 100%;
}
.status{
	float:left;
	margin-top:4px;
	}
.chapterlist dd{
	width: 100% ;
}
.item-img {
width: 100%;
margin-bottom:8px;
}
.crumbs{
	height:100%;
	line-height: 24px;
}
.article #BookText {
padding:0 8px;
}
ul.gengxin li,.xinshutj{
	text-align: left;
}
.gengxin span{
	display: inline;
	float: none;
	width: auto;
	padding: 0 3px 0 0;
	margin: 0;
	height: 24px;
}
.pagenavitop a, .pagenavitop span{
	margin-right: 5px;
}
.pagenavi a, .pagenavi span{
	width: auto;
	margin:2px;
	padding: 3px;
	}
#gotopbtn{
	margin-left: 35%;
}
#comment-author-info input{
	width: auto;
}
#content,#sidebar {
    float: left;
    width: 100%;
}
.adleft, .adright {
    margin-right: 0px;
}
.topsearch{
	display: none;
}
.nav{
	display: none;
}
#headbtn{
	position: relative;
	display: block;
}
#headbtn a{
	position: absolute;
	width: 40px;
	height: 40px;
	background-repeat: no-repeat;
	background-size: 100%;
	top: 10px;
}
#headbtn .btn_nav{
	left: 10px;
	background-image: url(../images/nav_icos.png);
	background-position: 0 0;
}
#headbtn .btn_search{
	right: 10px;
	background-image: url(../images/nav_icos.png);
	background-position: 0 -57px;
}

/* fix header */
#headbar{
	height: 60px;
}
.logo {
	position: absolute;
	width: 140px;
	height: 40px;
	top: 10px;
	left: 50%;
	margin-left: -70px;
}
.logo a{
	background-size: 100%;
	height: 40px;
}
.m-mask{
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 8;
	overflow: hidden;
}
.m-nav{
	position: fixed;
	top: 0;
	left: -70%;
	width: 40%;
	margin: 0;
	padding: 0;
	background: #293038;
	height: 100%;
	overflow-y: auto;
	text-align: left;
	-webkit-transition: left 0.3s;
	-moz-transition: left 0.3s;
	-ms-transition: left 0.3s;
	-o-transition: left 0.3s;
	transition: left 0.3s;
	z-index: 9;
}
.nav_show .m-nav{
	display: block;
	left: 0;
}
.nav_show .m-mask, .search_show .m-mask{
	display: block;
}
.m-nav ul{
	padding: 0;
}
.m-nav li{
	border: none;
	float: none;
	line-height: 34px;
}
.m-nav li.current a{
	background: #303C4A;
}
.m-nav li a{
	display: block;
	padding: 5px 20px;
	color: #eee;
	border-bottom: 1px solid #303C4A;
	font-size: 16px;
}

/* fix header end */
.m-topsearch{
	float: none;
	position: fixed;
	padding: 20px;
	margin: 0;
	background: #fff;
	left: 0;
	right: 0;
	bottom: -300px;
	box-shadow: 0 -1px 3px rgba(0,0,0,.1);
	-webkit-transition: bottom 0.3s;
	-moz-transition: bottom 0.3s;
	-ms-transition: bottom 0.3s;
	-o-transition: bottom 0.3s;
	transition: bottom 0.3s;
	z-index: 9;
}
.search_show .m-topsearch{
	display: block;
	bottom: 0px;
}
.m-topsearch #searchkey{
	width: 80%;
	float: left;
	border-width: 1px;
	box-sizing: border-box;
	background: #fff;
	padding: 0 5px;
	line-height: 34px;
}
.m-topsearch .search-submit{
	width: 20%;
	float: right;
	margin: 0;
	line-height: 36px;
	padding: 0;
}
h1 span{
	display: none;
}
.readSet{
	display: none;
}
.crumbs{
	padding: 5px;
}

@media (max-width: 320px) {
	.share em{
		display: none;
	}
	#header .nav li{
		line-height: 30px;
	}
	#header .nav li a{
		margin: 0 12px;
		padding: 4px;
		color: #eee;
		border-bottom: 1px solid #303C4A;
		font-size: 12px;
	}
}

.bookinfo .bimg{
display: none
}
.bookinfo .bextra{
width: 100%;
}

.topsearch {
    float: right;
    margin-top: 65px;
}