*{
	margin: 0;
	padding: 0;
}
html,body{
	width: 100%;
	height: 100%;
	font-family: "microsoft yahei";
}
img{
	display: block;
}
a{
	text-decoration: none;
	color: #333;
}
.div_1300{
	height: 40px;
}
.logo{
	width: 136px;
	height: 30px;
	float: left;
	margin-top: 5px;
}
.download{
	float: right;
	background: #fff;
	padding: 4px 20px;
	text-align: center;
	line-height: 36px;
	color: #333;
	font-size: 18px;
	border-radius: 4px;
}
.main{
	width: 100%;
	height: 965px;
	background: url(../images/srenwu.jpg) no-repeat center center;
	overflow: hidden;
	background-size: cover;
}
.book{
	width: 1282px;
	height: 760px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
}
.bool_cont{
	width: 1182px;
	height: 100%;
	position: relative;
	margin: 0 auto;
}
.prev,.next{
	width: 43px;
	height: 150px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	cursor: pointer;
}
.prev{
	background: url(../images/srw_13L.png) no-repeat;
	left: 0;
	display: none;
}
.next{
	background: url(../images/srw_13.png) no-repeat;
	right: 0;
}
.next_wap,.prev_wap{
	display: none;
}
.flipbook{
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.flipbook>div{
	box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}
.hard , .page{
	width: 591px;
}
.page{
	background: #fff;
} 
.hard img{
	width: 100%;
	height: auto;
}
.page img{
	width: 100%;
	height: auto;
}

/* @media only screen and (min-device-width:300px) and (max-device-width:1281px) { */
	
@media only screen and (orientation:portrait) {
	.div_1300{
		width: 100%;
		height: 0.8rem;
		padding: 0 0.2rem;
		box-sizing: border-box;
	}
	.logo{
		width: 1.36rem;
		height: 0.3rem;
		margin-top: 5px;
	}
	.download{
		height: 0.6rem;
		padding: 0 0.2rem;
		line-height: 0.6rem;
		font-size: 0.28rem;
		border-radius: 4px;
	}
	.main{
		height: 100%;
		min-height: 13.4rem;
		position: relative;
	}
	.book{
		/* width: 6.2rem;
		height: 9rem; */
		width: 100%;
		/* height: 10.46rem; */
		height: 100%;
		margin-top: 0.4rem;
	}
	.bool_cont{
		width: 100%;
		height: 9.43rem;
	}
	.flipbook{
		width: 100%!important;
		height: 100%;
	}
	.prev,.next{
		display: none;
	}
	.prev_wap,.next_wap{
		display: block;
		width: 0.3rem;
		height: 0.6rem;
		position: fixed;
		bottom: 50%;
		transform: translateY(-50%);
		z-index: 500;
	}
	.prev_wap{
		background: url(../images/zz_prev_ph1.png) no-repeat;
		left: 0rem;
		background-size: cover;
		display: none;
	}
	.next_wap{
		background: url(../images/zz_next_ph1.png) no-repeat;
		right: 0rem;
		background-size: contain;
	}
	.foot{
		margin-top: 0;
	}
	.shqrw_top{
		padding: 0.2rem 0.2rem;
		min-width: 100%;
		box-sizing: border-box;
	}
	.shqrw_top img{
		height: 0.4rem;
	}
}