body {
	background-color: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top_con {
	width: 7.1rem;
	height: 2.42rem;
	padding: 0.3rem 0.2rem 0.3rem 0.2rem;
	border-top: 0.02rem solid #DFDFDF;
}

.Ebook_img {
	width: 1.8rem;
	height: 2.42rem;
	float: left;
}

.Ebook_img img {
	width: 1.8rem;
	height: 2.42rem;
}

.Ebook_info {
	float: left;
	width: 4.85rem;
	height: 2.32rem;
	padding-top: 0.1rem;
	margin-left: 0.2rem;
	position: relative;
}

.Ebook_title {
	width: 4.8rem;
	color: #333333;
	line-height: 0.38rem;
	font-size: 0.3rem;
	font-weight: bold;
}

.Ebook_copy {
	width: 4.8rem;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size: 0.24rem;
	line-height: 0.24rem;
	color: #999999;
	margin-top: 0.3rem;
}

.Ebook_time {
	font-size: 0.24rem;
	line-height: 0.24rem;
	margin-top: 0.2rem;
	color: #999999;
}

.price_con {
	width: 100%;
	height: 0.25rem;
	position: absolute;
	bottom: 0.1rem;
}

.price_item {
	float: left;
}

.real_book {
	float: right;
}

.real_book a {
	font-size: 0.26rem;
	line-height: 0.24rem;
	color: #666;
}

.dis_price>.dis_p {
	font-size: 0.3rem;
	color: #fc0404;
	line-height: 0.24rem;
	font-weight: bold;
}

.dis_price>.normal_p {

	color: #999;
	font-size: 0.24rem;
	margin-left: 0.3rem;
	text-decoration: line-through;
}

.none {
	display: none;
}

.normal_price>.normal_p,
.buyed_price {
	font-size: 0.3rem;
	color: #fc0404;
	line-height: 0.24rem;
	font-weight: bold;
}

.dis_time {
	width: 7.3rem;
	height: 0.6rem;
	padding-left: 0.2rem;
	display: flex;
	align-items: center;
	background-image: linear-gradient(120deg, #fe6239 0%, #fd4333 60%, #fc232c 100%), linear-gradient( #fd0304, #fd0304);
	background-blend-mode: normal, normal;
	font-size: 0.24rem;
	line-height: 0.6rem;
	letter-spacing: 0.02rem;
	color: #fff;
}

.dis_time span {
	display: inline-block;
	width: 0.6rem;
	height: 0.4rem;
	text-align: center;
	line-height: 0.4rem;
	margin-left: 0.1rem;
	margin-right: 0.1rem;
	background-color: rgba(66, 66, 66, 0.2);
}

.normal_btn,
.buyed_btn {
	width: 100%;
	height: 1.3rem;
	display: flex;
	justify-content: space-around;
}

.normal_btn>div {
	width: 33%;
	height: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.buyed_btn>div {
	width: 48%;
	height: 1.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.buyed_btn>div:nth-child(1)::after {
	width: 0.02rem;
	height: 0.3rem;
	display: block;
	content: "";
	background-color: #dfdfdf;
}

.normal_btn>div:nth-child(2)::before {
	width: 0.02rem;
	height: 0.3rem;
	display: block;
	content: "";
	background-color: #DFDFDF;
}

.normal_btn>div:nth-child(2)::after {
	width: 0.02rem;
	height: 0.3rem;
	display: block;
	content: "";
	background-color: #dfdfdf;
}

.Ebook_col,
.exchange_btn,
.buy_btn,
.read_btn {
	display: inline-block;
	width: 1rem;
	height: 0.7rem;
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-size: 0.24rem;
	line-height: 0.24rem;
}
.buy_btn a{
	width: 100%;
	height: 100%;
	display: block;
}
.Ebook_wsc>i {
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	background-image: url(../img/wsc.png);
	background-size: 0.34rem 0.34rem;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.Ebook_ysc>i {
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	background-image: url(../img/sced.png);
	background-size: 0.34rem 0.34rem;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.Ebook_ysc {
	color: #247cf8;

}

.exchange_btn>i {
	display: block;
	width: 0.38rem;
	height: 0.34rem;
	background-image: url(../img/exchange.png);
	background-size: 0.38rem 0.34rem;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.buy_btn i {
	display: block;
	width: 0.35rem;
	height: 0.35rem;
	background-image: url(../img/to_buy.png);
	background-size: 0.35rem 0.35rem;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.read_btn>i {
	display: block;
	width: 0.35rem;
	height: 0.29rem;
	background-image: url(../img/to_read.png);
	background-size: 0.35rem 0.29rem;
	background-repeat: no-repeat;
	margin: 0 auto;
	margin-bottom: 0.1rem;
}

.Ebook_cli {
	width: 100%;
	height: 0.2rem;
	background-color: #f9f9f9;
}

.Ebook_intro {
	width: 100%;
	
}
.intro_top{
	width: 7.3rem;
	height: 0.7rem;
	padding-left: 0.2rem;
}
.intro_title{
	width: 1.6rem;
	height: 0.68rem;
	text-align: center;
	line-height: 0.7rem;
	color: #247cf8;
	font-size: 0.3rem;
	border-bottom: 0.02rem solid #247cf8;

}
.intro_con{
	border-top: 0.02rem solid #DFDFDF;
	width: 7.1rem;
	min-height:5rem;
	letter-spacing: 1px;
	color: #666666;
	padding: 0.4rem 0.2rem 0.2rem 0.2rem;
	line-height: 0.4rem;
	font-size: 0.15rem;
}
.intro_con img{
	width: 80%;
	display: block;
	margin: 0 auto;
}
.ex_shadow{
	width: 7.5rem;
	height: 100%;
	position: fixed;
	top: 0;
	background-color: rgba(66,66,66,0.2);
	z-index: 888;
}
.ex_con{
	width: 6.3rem;
	height: 4.4rem;
	
	margin-left: 0.6rem;
	background-color: #fff;
	position: absolute;
  
      left: 0;
      right: 0;
      top: 4.5rem;
      bottom: 0;

      -webkit-overflow-scrolling: touch;/* 解决ios滑动不流畅问题 */
	z-index: 999;
	border-radius: 0.2rem;
	overflow: hidden;
	
}
.ex_con1{
	width: 100%;
	height: 100%;
	position: relative;
}
.ex_title{
	width: 100%;
	height: 1.08rem;
	line-height: 1.08rem;
	text-align: center;
	font-size: 0.3rem;
	color: #333;
}
.id_in,.pass_in{
	display: block;
	padding: 0 0.3rem 0 0.3rem;
	width: 5.7rem;
	height: 0.8rem;
	margin: 0 auto;
}
.pass_in{
	margin-top: 0.2rem;
}
.id_in>span,.pass_in>span{
	
	float: left;
	width:1rem;
	height: 0.8rem;
	text-align: right;
	line-height: 0.8rem;
	font-size: 0.24rem;
	color: #666;
	
}
.id_in>input,.pass_in>input{
	width: 4.2rem;
	height: 0.8rem;
	
	float: left;
	border-radius: 0.05rem;
	outline: none;
	border: 1px solid #dfdfdf;
	padding-left: 0.2rem;
	font-size: 0.24rem;
	-webkit-appearance: none; 

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

	


.id_in>input::-webkit-input-placeholder,.pass_in>input::-webkit-input-placeholder{
	font-size: 0.24rem;
	color: #999;
}
.btn_group{
	width: 100%;
	height: 0.9rem;
	border-top: 1px solid #dfdfdf;
	position: absolute;
	bottom: 0;
	
	
}
.btn_group div{
	
	width: 3rem;
	height: 0.9rem;
	display: inline-block;
	text-align: center;
	line-height: 0.9rem;
	font-size: 0;

}
.btn_group div.cancel_btn{
	font-size: 0.26rem;
	color: #666;
}
.btn_group div.confirm_btn{
	border-left:1px solid #dfdfdf;
	font-size: 0.26rem ;
	color: #247cf8;
	cursor: pointer;
}
.none{
	display: none !important;
}
.id_in>span.ID_warn,.pass_in>span.code_warn{
	width: 4rem;
	position: absolute;
	bottom: 0.8rem;
	left: 1.25rem;
	font-size: 0.24rem;
	text-align: left;
	color: #fc0404;
}
.pass_in>span.code_success{
	width: 2.4rem;
	position: absolute;
	bottom: 0.8rem;
	left: 1.25rem;
	font-size: 0.24rem;
	text-align: left;
	color: #5CB85C;
}