@CHARSET "UTF-8";

#med-book{
	text-align: center;
	color: rgb(102, 102, 102);
	position: fixed;
	top: 5%;
	left: 5%;
	right: 5%;
	bottom: 15%;
	margin: 0px auto;
	/* min-height: 600px; */
	width: 80%;
	padding: 1rem;
	border-radius: 1rem;
	background: rgb(255, 255, 255);
	z-index: 999;
	/* display:none; */
}
.mask-book{
	position:absolute;
	top:0;
	left: 0;
	width:100%;
	height:100%;
	opacity:0.5;
	background:#7b7b7b;
	display:none;
	z-index:900;
	display:none;
}
.book-title{
	text-align:center;
	font-size:1.35em;
	font-weight:bold;
	height: 2.5rem;
	line-height: 2rem;
	color: #000000;
}
#med-book .sco-view{
	/* padding-left:10px; */
	height: 75%;
	overflow-x: hidden;
	overflow-y: scroll;
	line-height: 30px;
	-webkit-overflow-scrolling:touch;
}
#med-book .sco-view::-webkit-scrollbar {
    display: none;
}

#med-book li{
	text-align:left;
	font-size: 0.9rem;
	padding:0 5px;
	line-height: 1.3rem;
	/* display: inline-block; */
	color: #000000;
	margin: 0.3rem 0;
}
.know-btn{
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	margin: 0px 0 2rem -5%;
	/* border-top: 1px solid #ccc; */
	padding-top: 15px;
}

#i-know{
	
background: #6600cc;
	
width: rem;
	
height: 3rem;
	
line-height: 2rem;
}
#mz-view{
	
display: none;
}

.yuancha{
	
position: fixed;
	
bottom: 1.8rem;
	
width: 100%;
	
display: flex;
	
align-items: center;
	
justify-content: center;
	
z-index: 999;
}

.yuancha img{width: 4rem;height: 4rem;border: 0.4rem solid #fff;border-radius: 2.5rem;padding: 1rem;}

.yszc{
	color: #6600cc !important; 
}

.yhxy{
	color: #6600cc !important; 
}