.main_box {
	border-top: 0.0625rem solid #ebebeb;
	height: calc(100% - 10.475rem);
	padding-top: 1rem;
	padding-bottom: 3rem;
	overflow-y: auto;
	position: relative;
}
html {
	width: 100%;
	height: 100%;
}
body {
	width: 100%;
	height: 100%;
}

.show_box {
	height: 11.575rem;
	border-bottom: 0.0625rem solid #dfdfdf;
	padding: 0.3rem 1.06875rem 0rem;
}
.show_box .img {
	box-shadow: 0.18rem 0.3125rem 0.1875rem #cbcbcb;
	width: 7.2675rem;
	height: 10.010625rem;
}
.show_info {
	height: 10.010625rem;
	width: 16.03125rem;
	float: right;
}
.show_info .name {
	color: #000;
	font-size: 1.1rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
	margin-bottom: 0.3rem;
}
.show_info p {
	color: #333333;
	font-size: 0.9rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 0.3rem;
}

.show_info .jiage {
	font-size: 1.425rem;
	color: #dd0000;
}

.show_info .soucang {
	font-size: 1.06rem;
	color: #333333;
	display: inline-block;
	width: 40%;
	padding-left: 10%;
	float: right;
	line-height: 2rem;
	background: url(../img/sousang.png) 0% 60% no-repeat;
	background-size: auto 50%; 
}

.show_info .soucang_a {
	background-image: url(../img/sousang_a.png);
}

.class_box {
	height: 5.236875rem;
	background-color: #fbfbfb;
	box-shadow: 0rem 0.15rem 0.3rem #e0e0e0;
	display: flex;
	justify-content: center;
	align-items: flex-start;
}
.class_box span {
	display: inline-block;
	height: 4.8rem;
	width: 6rem;
	padding-top: 0.3rem;
	margin: 0rem 2rem;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
}
.class_box img {
	width: 2.85rem;
	height: 2.85rem;
}
.class_box p {
	color: #000;
	font-size: 1.06875rem;
	text-align: center;
	padding: 0rem 0.8rem 0.4rem;
}

.class_box .a_btn p {
	border-bottom: 0.11rem solid #dd0000;
	color: #dd0000;
}


.jieshao_box {
	padding: 0.8rem 1.06875rem 0.2rem;
	
}
.jieshao_box p {
	text-indent: 2em;
	color: #000;
	font-size: 0.9rem;
	line-height: 2rem;
	padding: 0rem 0.8rem;
}
.mulu_box {
	display: none;
	padding: 0.8rem 0rem 0.2rem;
}
.mulu_box .one_li {
	padding: 0.5rem 1.06875rem;
	border-bottom: 0.0625rem solid #f0f0f0;
	color: #000;
	font-size: 1.06875rem;
	background: url(../img/mulu_icon.png) 23rem 0.7rem no-repeat;
	background-size: auto 30%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mulu_box span {
	display: inline-block;
}
.mulu_box .one_num {
	margin-right: 1rem;
	width: 1.2rem;
}
.mulu_box .one_name {
	width: 19rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.mulu_box .a_box {
	background: url(../img/mulu_icon_a.png) 23rem 0.7rem no-repeat;
	background-size: auto 30%;
	border-bottom: 0.0625rem solid rgba(0,0,0,0);
}
.mulu_box .two_ul {
	display: none;
}
.mulu_box .a_box+.two_ul {
	display: block;
}
.mulu_box .two_ul a {
	color: #333333;
	font-size: 1rem;
	display: block;
	padding: 0.7rem 1.1rem 0.7rem 3.8rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}






.read_box {
	position: fixed;
	bottom: 0rem;
	width: 100%;
	height: 2.85rem;
	line-height: 2.85rem;
	color: #fff;
	font-size: 1.06875rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.read_box span {
	display: inline-block;
	width: 100%;
	float: left;
	text-align: center;
}
.read_box .pdf {
	background-color: #db9426;
}

.read_box .epub {
	background-color: #c91b28;
}






























.right_cont .li_box {
	display: none;
	padding-right: 1.06875rem;
	height: 100%;
	
}














