/*banner*/
.banner{
	width: 100%;
	height: 210px;
	background-image: url(../images/banner-detail.png);
	background-size: cover;
	background-position: center center;
	text-align: center;
	margin-bottom: 20px;
}
.searchbox{
	position: relative;
}
.search{
	width: 640px;
	height: 46px;
	outline: none;
	border: none;
	font-size: 16px;
	border-radius: 4px;
	text-indent: 10px;
	float: inherit;
	margin: 80px 0 0 0;
}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #333; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #333; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #333; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #333; 
} 
.searchbtn{
	position: absolute;
	right: 190px;
	width: 46px;
	height: 44px;
	background-color: pink;
	top: 82px;
	background: url(../images/search.png) no-repeat center center;
	-webkit-background-size: 16px;
	background-size: 16px;
	cursor: pointer;
}


/*content*/
.main{
}
.catalog{
	width: 260px;
	position: absolute;
}
.catalog > ul{
	background-color: #DEEFF9;
}
.catalog h3{
	font-size: 15px;
	font-weight: 400;
	line-height: 52px;
	text-indent: 10px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}
.catalog .chapter ul{
	background-color: #fff;
	padding-bottom: 12px;
}
.catalog .chapter li{
	width: 100%;
	padding-top: 12px;
	line-height: 16px;
	font-size: 14px;
	text-indent: 20px;
	cursor: pointer;
}
.contentwraper{
	padding-left: 300px;
}
.content{
	padding: 0 40px 0 40px;
}
.bookname,
.content .chapter,
.content .section{
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	font-family: 'simsun';
	line-height: 98px;
}
.content .chapter{
	font-size: 16px;
	line-height: 1.8;
}
.content .section{
	font-size: 24px;
	line-height: 40px;
}
.loading{
	width: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.bookname{
	font-weight: 700;
}
/*.show-enter,
.show-leave-active{
	height: 0;
}
.show-enter-active,
.show-leave{
	height: auto;
}*/