html,body{
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-size:contain;
	font-family:Microsoft Yahei;
	background-repeat: repeat;
	background-color:rgb(81, 85, 88);
}
input::-webkit-input-placeholder{color:inherit;}
input::-moz-placeholder{color:inherit;}
input:-moz-placeholder{color:inherit;}
input:-ms-input-placeholder{color:inherit;}
#message{
	width:200px;
	color:white;
	position:fixed;
	top:20%;
	left:calc(50% - 100px);
	display:none;
	z-index:10000;
	pointer-events:none;
	text-align:center;

	padding: 10px 6px;
	background-color: RGBA(0,0,0,0.5);

	-webkit-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	-moz-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	-ms-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	-o-box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
	box-shadow: 0 0 15px rgba(40, 40, 40, 0.6);
}
#main{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	overflow: hidden;
}
.app-loading .loading{
	margin: 0;
	margin-top: 10px;
}
.app-loading .loading>span{
	transition:width .3s;
	-webkit-transition:width .3s;
}
.css_sprite01{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	background-image:url(../image/audio_open_m.svg)!important;  background-repeat: no-repeat!important;
	/* 	background-position-y:-15px; */

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	background-image: url(../image/audio_open_m.svg) !important;
	background-position: -15.6px -15px;
}
.audio_btn_0{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	/* 	background-image:url(../img/svg/audio_open_m.svg)!important;  */
	background-repeat: no-repeat!important;
	/* 	background-position-y:-15px; */

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	/*     background-image: url(../img/svg/audio_open_m.svg) !important; */
	background-position: -15.6px -15px;
}
.css_sprite11{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	/* 	background-image:url(../../pub/img/audio1.png)!important; */
	background-repeat: no-repeat!important;
	/* 	background-position-y:-15px; */

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	/*     background-image: url(../img/svg/audio_open_m.svg) !important; */
	background-position: -15.6px -12px;
}
.audio_btn_0{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	/* 	background-image:url(../../pub/img/audio1.png)!important; */
	background-repeat: no-repeat!important;
	/* 	background-position-y:-15px; */

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	/*     background-image: url(../img/svg/audio_open_m.svg) !important; */
	background-position: -15.6px -12px;
}
.css_sprite02{
	background-size: contain;
	background-image:url(../../pub/img/stopAudio1.png)!important;
	background-repeat: no-repeat!important;
	/* 	background-position-y:-15px; */

	background-size: 200%;
	background-image: url(../image/audio_pause_m.svg) !important;
	background-position: -15px -15px;
}
.audio_btn_1{
	background-size: contain;
	/* 	background-image:url(../../pub/img/stopAudio1.png)!important;  */
	background-repeat: no-repeat!important;
	/* 	background-position-y:-15px; */

	background-size: 200%;
	/*     background-image: url(../img/svg/audio_pause_m.svg) !important; */
	background-position: -15px -15px;
}
@keyframes rotate{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.u-audio,.search-group ,.audio_btn{ position: absolute; width: 30px; height: 30px;top:5px;}
.u-audio1,.search-group ,.audio_btn{ position: absolute; width: 30px; height: 30px;top:5px;}
.u-audio .audio_open,.audio_btn .audio_btn_open{
	width:100%;
	height:100%;
}
.u-audio1 .audio_open1,.audio_btn .audio_btn_open{
	width:100%;
	height:100%;
}
.animated{
	-webkit-transition:margin-left 0.2s ease-in-out,-webkit-transform 0.2s ease-in-out;
	-moz-transition:margin-left 0.2s ease-in-out,-moz-transform 0.2s ease-in-out;
	-o-transition:margin-left 0.2s ease-in-out,-o-transform 0.2s ease-in-out;
	-ms-transition:margin-left 0.2s ease-in-out,-ms-transform 0.2s ease-in-out;
	transition:margin-left 0.2s ease-in-out,transform 0.2s ease-in-out;
}
#bookCon{
	position: absolute;
	z-index: 1;
}
#bookCon .page{
	background-color: #FFF;
}
#bookCon .page-wrapper{
	-webkit-perspective: 5000px;
	-moz-perspective: 5000px;
	-ms-perspective: 5000px;
	perspective: 5000px;
}
.pageBg{
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: #FFF;
}
.pageBg canvas{
	position:absolute;
}
.page_item_con{
	width:100%;height:100%;position:absolute;top:0;z-index:2;
}
.page_item_con .item{
	position:absolute;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.page_item_con .item iframe{
	margin: 5px;
	width: calc(100% - 10px);
	height: calc(100% - 10px);
}
.page_item_con a>.item:hover{
	background-color:rgba(255,102,0,0.2);
}
#bookCon .double .odd-shadow{
	top: 0;
	left: 0;
	position: absolute;
	width: 10%;
	height: 100%;
	/* 	background-image: -webkit-gradient(linear, right top, left top, color-stop(0.9, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,.2))); */
	/* 	background-image: -webkit-gradient(linear, right top, left top, color-stop(0.96, rgba(0,0,0,0)), color-stop(1, rgba(0,0,0,.15))); */

	background-image: linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -webkit-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#00C8C8C8', StartColorStr='#CC5D5D5D');
	pointer-events: none;
}
#bookCon .odd-shadow,#bookCon .even-shadow, #bookCon .soft-back-cover-shadow{
	top: 0;
	left: 0;
	position: absolute;
	width: 10%;
	height: 100%;
	background-image: linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -webkit-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -moz-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -o-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	background-image: -ms-linear-gradient(left, rgba(53, 53, 53, 0.5) 0%, rgba(53, 53, 53, 0.2) 40%,rgba(53, 53, 53, 0.1) 60%, rgba(200, 200, 200, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#00C8C8C8', StartColorStr='#CC5D5D5D');
	pointer-events: none;
}
#bookCon .even-shadow{
	top: 0;
	right: 0;
	position: absolute;
	width: 10%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, EndColorStr='#cc3f3f3f', StartColorStr='#007b7b7b');
	background-image: linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -o-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -moz-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -webkit-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);
	background-image: -ms-linear-gradient(right, rgba(60, 60, 60, 0.4) 0%, rgba(50, 50, 50, 0.1) 54%, rgba(200, 200, 200, 0) 100%);

	pointer-events: none;
}
#bookCon .soft-cover-shadow{
	position : absolute;
	left : 0px;
	top : 0px;
	width:1.2%;
	height:100%;
	background-image : linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(left, rgba(20,20,20,0.5), rgba(240,240,200,0));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
	pointer-events:none;
}
#bookCon .double .soft-back-cover-shadow{
	position : absolute;
	right : 0px;
	top : 0px;
	width:1.2%;
	height:100%;
	background-image : linear-gradient(right, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -o-linear-gradient(right, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -moz-linear-gradient(right, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -webkit-linear-gradient(right, rgba(20,20,20,0.5), rgba(240,240,200,0));
	background-image : -ms-linear-gradient(right, rgba(20,20,20,0.5), rgba(240,240,200,0));
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#88CCCCCC', EndColorStr='#00CCCCCC');
	pointer-events:none;
}
.opacity_show{
	opacity: 1 !important;
	pointer-events: all !important;
	display: block !important;
}
.pageBg>img{
	width:100%;
	height:100%;
	pointer-events: auto;
}
.pageBg .loading{
	background-image: url(../image/loader.gif);
	background-repeat:no-repeat;
	background-position:center;
	width: 50px;
	height: 50px;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
	position:absolute;
	background-color:#FFF;
	BORDER-RADIUS:50%;
	border:solid 1px #CCC;
	z-index: 1;
}
.setting_form{
	display: block;
	background: rgba(60,60,60,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 99;
	padding: 15px 25px;
	box-sizing: border-box;
}
.setting_form.phone .form_title {
	font-family: "Arial";
	margin: 0;
	padding: 0 30px;
	line-height: 36px;
	cursor: default;
	color: #fff;
	padding-left: 0;
	font-size: 18px;
}
.setting_form.phone .close {
	position: absolute;
	right: 30px;
	left: auto;
	cursor: pointer;
}
.setting_form.phone .scrollBox {
	width: 100%;
}
.setting_form.phone .scrollBox .item {
	position: relative;
	width: 100%;
	height: 54px;
	cursor: pointer;
	color: #fff;
	border: 2px solid #fff;
	border-radius: 41px;
	margin-top: 30px;
}
.setting_form.phone .scrollBox .item .title {
	line-height: 50px;
	font-size: 14px;
	padding: 0 20px;
}
.setting_form.phone .scrollBox2 {
	width: 100%;
}
.setting_form.phone .scrollBox2 .item2 {
	position: relative;
	width: 100%;
	height: 57px;
	cursor: pointer;
	border: 2px solid #fff;
	border-radius: 52px;
	margin-top: 16px;
	color: #fff;
}
.setting_form.phone .scrollBox2 .item2 .title2 {
	line-height: 50px;
	font-size: 14px;
	padding: 0 20px;
}
.setting_form.phone .scrollBox2 .item2 .title2 .bj{
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top: 9px;
	right: 32px;

}
.y-audio{
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
}
.y-audio .y_open{
	width: 100%;
	height: 100%;
}
.y_sprite01{
	animation: none;
	-webkit-animation: none;
	background-size: 200%;
	background-image: url(../image/audio_open_m.svg) !important;
	background-position: -15.6px -15px;
}
.y_sprite02{
	background-repeat: no-repeat!important;
	background-size: 200%;
	background-image: url(../image/audio_pause_m.svg) !important;
	background-position: -15px -15px;
}
.setting_form.phone .scrollBox .item .title .fy{
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top: 9px;
	right: 32px;

}
.setting_model{
	display: none;
	position: absolute;
	top: 30%;
	left: 30%;
	width: 500px;
	height: 319px;
	background: rgba(0, 0, 0, 0.73);
	z-index: 1;
	color: rgb(255, 255, 255);
	overflow: hidden;
}
.setting_model.mac .form_title {
	font-family: "Arial";
	margin: 0;
	padding: 0 15px;
	line-height: 36px;
	cursor: default;
}
.setting_model.mac .closemac{
	position: absolute;
	right: 90px;
	left: auto;
	cursor: pointer;
	top:30px;
}
.setting_model.mac .scrollmod{
	width: 112px;
	background: #000;
	position: absolute;
	top: 29%;
	left: 20%;
	height: 120px;

}
.setting_model.mac .scrollmod2{
	width: 112px;
	background: #000;
	position: absolute;
	top: 29%;
	left: 50%;
	height: 120px;

}
.setting_model.mac .title{
	font-size: 14px;
	margin-top: 15px;

}
.setting_model.mac .title .fy-mac{
	position: absolute;
	left: 40px;
	top: 50px;

}
.setting_model.mac .title2{
	font-size: 14px;
	margin-top: 15px;

}
.setting_model.mac .title2 .bj-mac{
	position: absolute;
	left: 40px;
	top: 50px;

}
.setting_form.phone .scrollBox .title .fy .y-audio .y_sprite01,.scrollBox2 .title2 .bj .u-audio .css_sprite01{
	background-size: 175%;
}
.setting_form.phone .scrollBox .title .fy .y-audio .y_sprite02,.scrollBox2 .title2 .bj .u-audio .css_sprite02{
	background-size: 175%;
}
.hot_area_con{
	position:absolute;left:0;top:0;transform-origin:0 0;
}
.hot_area_con .hot_area{
	position:absolute;
	cursor: pointer;
}
.hot_area_con .area{
	fill:rgba(0,0,0,0);
	stroke-width:1;
	stroke:rgba(0,0,0,0);
	cursor:pointer;
}
