/*专题样式*/
html,body{
	height: 100%;
	overflow: auto;
}
#conWrapper{
	height: 100%;	
	margin-top: 6rem;	
	overflow: auto;
}
.oSlideLeft {
	width: 50%;
	height: 100%;
	background:#eae8e8;
	position: fixed;
	right: -60%;
	top: 0;	
	z-index: 99;
	/*float: right;*/	
	/*overflow-y: scroll;*/
	overflow: hidden;
	box-shadow: -0.8rem 0 2rem #ccc;
	-webkit-box-shadow: -0.8rem 0 2rem #ccc;
	background: #fff;	
}
.head {
	position: fixed;
	top: 0;
	right: -60%;
	height: 6rem;
	width: 50%;
	overflow: hidden;
	z-index: 100;
	background: #fff;
	box-shadow: .1rem 0 1rem #ccc;
	-webkit-box-shadow: .1rem 0 1rem #ccc;
	-moz-box-shadow: .1rem 0 1rem #ccc;
	
}
.head span {
	float: left;
	font-size: 2rem;
	padding-left: 1.5rem;
	line-height: 6rem;
	color: #598cc4;
}
.head h1 {
	font-size: 2.5rem;
	line-height: 6rem;	
	text-align: center;
	font-weight: normal;
}
.oSlideLeft .con{
	position: relative;
	height: 100%;
	z-index:1;
}
.con .banner {
	text-align: center;
	margin-bottom: 3rem;
}
.con .banner img {
	width: 100%;
	box-shadow: 0 0 .5rem #ccc;
	-webkit-box-shadow: 0 0 .5rem #ccc;	
}
.con .banner p {
	font-size: 1.8rem;
	text-indent: 2em;
	line-height: 2.5rem;
	text-align: justify;
	padding: 1rem 2rem 0;
}
.books_title {
	text-align: center;
	margin-bottom: 3rem;
	position: relative;
}
.books_title img {
	width: 100%;
	vertical-align: bottom;
	filter: drop-shadow(0 0 10px #99CCFF);
	filter: drop-shadow(0 0 10px #99CCFF);	
}
.books_title p {
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	font-size: 2.8rem;
	line-height: 3.5rem;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
.books_con {
	padding: 0 2rem;
}
.books_con>.mui-row{
	margin: 3rem 0;
}
.books_con img {
	width: 100%;
	filter: drop-shadow(0 0 10px #ccc);
	-webkit-filter: drop-shadow(0 0 10px #ccc);	
}
.books_con h3 {
	line-height: 3.5rem;
	font-size: 3rem;
	font-weight: normal;
	text-align: left;
	padding: 2rem 0;
}
.books_con p {
	font-size: 2.5rem;
	line-height: 3.5rem;
	text-align: left;
}
.books_con p:first-of-type {
	margin-bottom: 5rem;
	text-align: left;
}  
.books_con .mui-col-xs-8 {
	padding: 2rem 4rem 0 5rem;
}
/*蒙版*/
.mask {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 18;
	background: rgba(0,0,0,.3);
}
/*搜索*/
.record {
	display: none;
	position: absolute;
	right: 25%;
	top: 6rem;
	background: #fff;
	width: 30%;
	/*height: 40rem;*/
	/*border: 5px solid aqua;*/
}
.record h3 {
	font-size: 1.5rem;
	line-height: 1.5;
	font-weight: normal;
	color: #898989;
	padding: 1rem;
	border-bottom: 1px solid #ccc;	
}
.scrollWrap {
	width: 100%;
	height: 80%;
	/*border: 5px solid red;*/
	overflow: hidden;
}
.recordItems {
	height: 100%;
	overflow: auto;
	/*border: 5px solid blue;*/
}
.recordItems>li {
	font-size: 1.6rem;
	line-height: 2;	
	padding: 1rem;
	color: #525252;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.clearRecord {
	font-size: 1.5rem;
	line-height: 1.5;
	text-decoration: underline;
	color: #898989;
	padding: 1rem;
	/*background: #ff0;*/
}
@media only screen and (max-width: 960px) {
	.record {
		/*height: 30rem;*/
	}
}