body {
	background-color: #F9F9F9;
}

.ebook_info{
	width: 7.1rem;
	height: 1.9rem;
	padding: 0.3rem 0.2rem 0 0.2rem;
	margin-top: 0.05rem;
	background-color: #fff;
}
.info_img{
	width: 1.2rem;
	height: 1.6rem;
	
	float: left;
}
.info_img img{
	width: 100%;
	height: 100%;
	
}
.info_txt{
	float: left;
	width: 5.6rem;
	height: 1.6rem;
	margin-left: 0.3rem;
}
.info_title{
	font-size: 0.28rem;
	line-height: 0.36rem;
	letter-spacing: 1px;
	color: #333333;

}
.info_price{
	width: 5.6rem;
	margin-top: 0.5rem;
}
.info_price>span:nth-child(1){
	float: left;
	font-size: 0.28rem;
	line-height: 0.3rem;
	letter-spacing: 1px;
	color: #e60112;
	
}
.info_price>span:nth-child(2){
	float: right;
	margin-right: 0.6rem;
	font-size: 0.26rem;
	line-height: 0.3rem;
	letter-spacing: 1px;
	color: #666666;
	
}
.price_con{
	width: 7.1rem;
	height: 1.92rem;
	padding: 0 0.2rem 0 0.2rem;
	margin-top: 0.2rem;
	background-color: #fff;
}
.price_con>div{
	width: 100%;
	height: 0.64rem;
	
}
.total_price>span:nth-child(1),.dis_price>span,.real_price>span:nth-child(1){
	
	height: 0.64rem;
	line-height: 0.64rem;
	letter-spacing: 1px;
	font-size: 0.26rem;
	color: #333;
	float: left;
	
	
}
.dis_price>span:nth-child(2){
	float: right;
}
.total_price>span:nth-child(2),.real_price>span:nth-child(2){
	float: right;
	height: 0.64rem;
	line-height: 0.64rem;
	letter-spacing: 1px;
	font-size: 0.26rem;
	color: #333;
	
	
}
.real_price>span:nth-child(2){
	color: #e60112;
	
}
.pay_way{
	width: 7.5rem;
	height: 2rem;
	
	margin-top: 0.2rem;
	background-color: #fff;
}
.ali_pay,.wei_pay{
	width: 7.1rem;
	padding: 0 0.2rem 0 0.2rem;
	height: 1rem;
	
	display: flex;
	align-items: center;
	 -webkit-tap-highlight-color:transparent
}
.wei_pay{
	border-top: 1px solid #dfdfdf;
}
.ali_pay>div,.wei_pay>div{
	
	position: relative;
	

	
}
.ali_pay>div img,.wei_pay>div img{
	width: 0.5rem;
	height: 0.5rem;
	position: relative;
	top: 50%;
	
	
}
.pay_tip{
	font-size: 0.26rem;
	color: #333;
	height: 1rem;
	line-height: 1rem;
	letter-spacing: 1px;
	margin-left: 0.2rem;
}
.pay_sel{
	position: absolute;
	right: 0.2rem;
	width: 0.34rem;
	height: 0.34rem;
	
	border: 1px solid #dfdfdf;
	border-radius: 50%;
}
.pay_ckd .pay_sel{
	background-image: url(../img/pay_sel.png);
	background-repeat: no-repeat;
	background-size: 0.34rem 0.34rem;
	border: none;
	
}
.to_pay{
	width: 100%;
	height: 0.7rem;
	margin-top: 0.5rem;
	position: relative;
}
.pay_warn{
	width: 1.8rem;
	height: 0.2rem;
	font-size: 0.24rem;
	color: #ff2f2f;
	text-align: center;
	position: absolute;
	right: 0.2rem;
	top: -0.4rem;
}
.pay_btn{
	width: 1.8rem;
	height: 0.7rem;
	line-height: 0.7rem;
	text-align: center;
	background-color: #e60112;
	border-radius: 0.1rem;
	font-size: 0.3rem;
	color: #fff;
	cursor: pointer;
	position: absolute;
	right: 0.2rem;

}

