* {
	margin: 0;
	padding: 0;
}



html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden-y;
	background-color: #ffffff;
}

div,
p,
input {
	box-sizing: border-box;
}

img {
	display: block;
}

.flipbook-viewport {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	background: #ffffff;

}

.flipbook-viewport .container {
	width: 100%;
	height: 100%;
}

.flipbook-viewport .flipbook {
	margin-left: auto !important;
	margin: 0 auto;

}

.flipbook-viewport .page {
	width: 461px;
	height: 600px;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.flipbook .page {
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.flipbook-viewport .page img {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	margin: 0;
}

.flipbook-viewport .shadow {
	-webkit-transition: -webkit-box-shadow 0.5s;
	-moz-transition: -moz-box-shadow 0.5s;
	-o-transition: -webkit-box-shadow 0.5s;
	-ms-transition: -ms-box-shadow 0.5s;

	-webkit-box-shadow: 0 0 20px #ccc;
	-moz-box-shadow: 0 0 20px #ccc;
	-o-box-shadow: 0 0 20px #ccc;
	-ms-box-shadow: 0 0 20px #ccc;
	box-shadow: 0 0 20px #ccc;
}



.pull-left {
	position: absolute;
	bottom: 5%;
	right: 0;
	overflow: hidden;
	width: 240px;
	height: 200px;
}

/*  |xGv00|e69d3d10a97baed58b34702fd0b01ff5 */


.loadinner {
	position: absolute;
	width: 76%;
	height: 100%;
	margin-left: -38%;
	left: 50%;
	text-align: center;
	font-size: 11px;
	line-height: 20px;
}

.graph {
	background: #6c6c6c;
	width: 70%;
	margin: 10px auto 0 auto;
}

#bar {
	display: block;
	background: #f1f1f1;
	height: 3px;
	width: 10px;
}

#diary {
	width: 70%;
	margin: 0 auto;
}

#chupin {
	width: 100%;
	position: absolute;
	bottom: 80px;
}

#cpright {
	position: absolute;
	bottom: 50px;
	color: #757575;
	font-size: 9px;
	text-align: center;
	width: 100%;
	letter-spacing: -1px;
	word-spacing: -1px;
}

#btns {
	position: absolute;
	left: 50%;
	top: 15%;
	width: 44%;
	margin: 0 0 0 -22%;
	z-index: 999;
}

#btns button,
#btns a {
	line-height: 36px;
	background: #1ea5d2;
	border: 1px solid #fcfcfc;
	color: #404040;
	width: 100%;
	height: 36px;
	font-size: 17px;
	font-family: "微软雅黑";
	display: block;
	text-decoration: none;
	text-align: center;
}

.shade {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 0%;
	z-index: 1000008;
	background: #000000;
	/*border: 1px solid red;*/
}

/*环形进度条*/

.loadingImg {
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 1%;
	left: 42%;
}

.sk-fading-circle {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 37%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.sk-fading-circle .sk-circle:before {
	content: '';
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #ffffff;
	border-radius: 100%;
	-webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
	-webkit-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
	-webkit-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
	-webkit-transform: rotate(120deg);
	-ms-transform: rotate(120deg);
	transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
	-webkit-transform: rotate(150deg);
	-ms-transform: rotate(150deg);
	transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
	-webkit-transform: rotate(210deg);
	-ms-transform: rotate(210deg);
	transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
	-webkit-transform: rotate(240deg);
	-ms-transform: rotate(240deg);
	transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
	-webkit-transform: rotate(300deg);
	-ms-transform: rotate(300deg);
	transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
	-webkit-transform: rotate(330deg);
	-ms-transform: rotate(330deg);
	transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
	-webkit-animation-delay: -0.2s;
	animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
	-webkit-animation-delay: -0.1s;
	animation-delay: -0.1s;
}

.book-page {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.book-catalogue {
	position: relative;
	width: 100%;
	height: 100%;
}

.menu-1 {
	position: absolute;
	width: 83.2%;
	height: auto;
	left: 8.1%;
	top: 15.99%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-2 {
	position: absolute;
	width: 76.1%;
	height: auto;
	left: 14.9%;
	top: 19.5%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-3 {
	position: absolute;
	width: 76.5%;
	height: auto;
	left: 14.4%;
	top: 22.4%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-4 {
	position: absolute;
	width: 76.6%;
	height: auto;
	left: 14.4%;
	top: 24.7%;
	/* animation: fadeInUp 2s ease 1.5s both; */
}

.menu-5 {
	position: absolute;
	width: 76.7%;
	height: auto;
	left: 14.4%;
	top: 27%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-6 {
	position: absolute;
	width: 76.5%;
	height: auto;
	left: 14.4%;
	top: 29.4%;
	/* animation: fadeInUp 2s ease 2.5s both; */
}

.menu-7 {
	position: absolute;
	width: 76.6%;
	height: auto;
	left: 14.4%;
	top: 31.7%;
	/* animation: fadeInDown 2s ease 3s both; */
}

.menu-8 {
	position: absolute;
	width: 76.7%;
	height: auto;
	left: 14.4%;
	top: 34%;
	/* animation: fadeInDown 2s ease 3.5s both; */
}

.menu-9 {
	position: absolute;
	width: 76.7%;
	height: auto;
	left: 14.4%;
	top: 36.4%;
	/* animation: fadeInDown 2s ease 4s both; */
}

.menu-10 {
	position: absolute;
	width: 76.5%;
	height: auto;
	left: 14.4%;
	top: 38.7%;
	/* animation: fadeInDown 2s ease 4.5s both; */
}

.menu-11 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 41%;
	/* animation: fadeInDown 2s ease 5s both; */
}

.menu-12 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 43.3%;
	/* animation: fadeInDown 2s ease 5.5s both; */
}

.menu-13 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 45.6%;
	/* animation: fadeInDown 2s ease 6s both; */
}

.menu-14 {
	position: absolute;
	width: 77.1%;
	height: auto;
	left: 14.9%;
	top: 49.3%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-15 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 52.3%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-16 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 54.7%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-17 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 57%;
	/* animation: fadeInUp 2s ease 1.5s both; */
}

.menu-18 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 59.3%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-19 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 61.6%;
	/* animation: fadeInUp 2s ease 2.5s both; */
}

.menu-20 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 63.9%;
	/* animation: fadeInDown 2s ease 3s both; */
}

.menu-21 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 66.2%;
	/* animation: fadeInDown 2s ease 3.5s both; */
}

.menu-22 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 68.6%;
	/* animation: fadeInDown 2s ease 4s both; */
}

.menu-23 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 70.9%;
	/* animation: fadeInDown 2s ease 4.5s both; */
}

.menu-24 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 73.2%;
	/* animation: fadeInDown 2s ease 5s both; */
}

.menu-25 {
	position: absolute;
	width: 77.1%;
	height: auto;
	left: 14.9%;
	top: 77%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-26 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 79.9%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-27 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 82.2%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-28 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.4%;
	top: 84.5%;
	/* animation: fadeInUp 2s ease 1.5s both; */
}

.menu-29 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.4%;
	top: 86.8%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-30 {
	position: absolute;
	width: 77.1%;
	height: auto;
	left: 14.7%;
	top: 11.2%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-31 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.3%;
	top: 14.1%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-32 {
	position: absolute;
	width: 77.4%;
	height: auto;
	left: 14.1%;
	top: 16.4%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-33 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.1%;
	top: 18.7%;
	/* animation: fadeInUp 2s ease 1.5s both; */
}

.menu-34 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14%;
	top: 21.1%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-35 {
	position: absolute;
	width: 77.1%;
	height: auto;
	left: 14.7%;
	top: 24.8%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-36 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.3%;
	top: 28%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-37 {
	position: absolute;
	width: 77.4%;
	height: auto;
	left: 14.1%;
	top: 30.4%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-38 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.1%;
	top: 32.7%;
	/* animation: fadeInUp 2s ease 1.5s both; */
}

.menu-39 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.1%;
	top: 35%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-40 {
	position: absolute;
	width: 84%;
	height: auto;
	left: 8%;
	top: 38.9%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-41 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.6%;
	top: 45.2%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-42 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.2%;
	top: 48.2%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-43 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14.1%;
	top: 50.6%;
	/* animation: fadeInUp 2s ease 1.5s both; */
}

.menu-44 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14%;
	top: 52.9%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-45 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14%;
	top: 55.2%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-46 {
	position: absolute;
	width: 77.3%;
	height: auto;
	left: 14%;
	top: 57.5%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-47 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.1%;
	top: 59.9%;
	/* animation: fadeInUp 2s ease 2s both; */
}

.menu-48 {
	position: absolute;
	width: 77.1%;
	height: auto;
	left: 14.7%;
	top: 63.6%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-49 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.3%;
	top: 66.7%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-50 {
	position: absolute;
	width: 77.4%;
	height: auto;
	left: 14.1%;
	top: 69%;
	/* animation: fadeInUp 2s ease 1s both; */
}

.menu-51 {
	position: absolute;
	width: 84%;
	height: auto;
	left: 8%;
	top: 73%;
	/* animation: fadeInUp 2s ease 0s both; */
}

.menu-52 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.6%;
	top: 78.8%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}

.menu-53 {
	position: absolute;
	width: 77.2%;
	height: auto;
	left: 14.6%;
	top: 81.2%;
	/* animation: fadeInUp 2s ease 0.5s both; */
}



@media screen and (max-width:1024px) {
	.search_btn-box {
		position: absolute;
		width: 50%;
		height: auto;
		left: 25%;
		top: 76%;
		z-index: 99;
	}
}

@media screen and (min-width:1025px)and (min-height:701px) {
	.search_btn-box {
		position: absolute;
		width: 25%;
		height: auto;
		left: 52.5%;
		top: 78%;
		z-index: 99;
	}
}

.search_input-bg {
	position: absolute;
	width: 80%;
	height: 49px;
	left: 0;
	top: 0;
}

.search-input {
	position: absolute;
	width: 80%;
	height: 43px;
	left: 3px;
	top: 2px;
	font-size: 26px;
	line-height: 47px;
	color: #000000;
	padding-left: 20px;
	border-radius: 28px 0 0 28px;
	border: none;
	background: #ffffff;
}

.search-btn {
	position: absolute;
	width: 20%;
	height: 49px;
	right: 0;
	top: 0;
}

.search_result-box {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 100;
	display: none;
}

.search_result_box {
	position: absolute;
	width: 560px;
	height: 780px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.result-bg {
	position: absolute;
	width: 560px;
	height: 668px;
	left: 0;
	top: 0;
}

.result_list-box {
	position: absolute;
	width: 500px;
	height: 350px;
	left: 30px;
	top: 296px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.result-info {
	width: 100%;
	min-height: 100px;
	border-top: 1px solid #E6E6E6;
	display: flex;
	align-items: center;
	justify-content: center;
}

.result-text {
	font-size: 30px;
	line-height: 45px;
	text-align: center;
	color: #000000;
	word-break: break-all;
}

.result_close-btn {
	position: absolute;
	width: 80px;
	height: auto;
	left: calc(50% - 40px);
	bottom: 0
}


.dialogue-tips {
	position: absolute;
	width: 70%;
	background: rgba(0, 0, 0, .6);
	border-radius: 20px;
	color: #fff;
	text-align: center;
	padding: 5%;
	font-size: 16px;
	letter-spacing: 5px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	overflow: hidden;
}


.dialogBox {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	overflow: hidden;
	z-index: 999;
}

@keyframes reverseRotataZ {
	0% {
		-webkit-transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(-360deg);
	}
}

@keyframes rotataZ {
	0% {
		-webkit-transform: rotateZ(0deg);
	}

	100% {
		-webkit-transform: rotateZ(360deg);
	}
}

@keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

@keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0;
	}

	40% {
		opacity: 1;
	}
}

/*进度数字*/
.number {
	width: 15%;
	height: 10%;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 30px;
	line-height: 1.5;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1000009;
	color: #ffffff;
	/* border: 1px solid red; */
}

/*上一页*/
.previousPage {
	width: 42%;
	height: 50%;
	position: absolute;
	bottom: 0%;
	left: 0%;
	z-index: 999999;
	/*border:1px solid red;*/
	background: transparent !important;
}

/*返回目录页按钮*/
.return {
	width: 16%;
	height: 20%;
	position: absolute;
	top: 80%;
	left: 40%;
	z-index: 999999;
	/*border:1px solid blue;*/
	background: transparent !important;
}

/*下一页*/
.nextPage {
	width: 42%;
	height: 50%;
	position: absolute;
	bottom: 0%;
	left: 58%;
	z-index: 999999;
	/*border:1px solid red;*/
	background: transparent !important;
}

.page_btn-box {
	position: fixed;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0;
	padding: 20px 0 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	z-index: 99999;
}

.pagenumber {
	line-height: 32px;
	font-size: 24px;
	color: #000000;
	margin: 0;
	padding: 0;
}

.iconfont {
	font-size: 24px;
	color: #000000;
}

@media screen and (min-width:1025px) {
	.page_btn-box {
		padding: 10px 0;
	}

	.pagenumber {
		line-height: 20px;
		font-size: 14px;
	}

	.iconfont {
		font-size: 14px;
	}
}

.btnImg {
	width: 100%;
	position: absolute;
	bottom: 0;
	z-index: 99999;
	background-size: cover;
	point-events: none;
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		transform: translate3d(0, 100%, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		transform: none;
	}
}