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;
}
.paper-loading .loading{
	margin: 0;
	margin-top: 10px;
}
.paper-loading .loading>span{
	transition:width .3s;
	-webkit-transition:width .3s;
}
.css_sprite01{
	background-repeat: no-repeat!important;
	animation:none;
	-webkit-animation: none;
	background-size: 90% !important;;
	background-image: url(/template/paperTemplate/mhtml4/image/backgorund-audio-open-mobile.svg) !important;
}
.audio_btn_0{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	background-repeat: no-repeat!important;

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	background-position: -15.6px -15px;
}
.css_sprite11{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	background-repeat: no-repeat!important;

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	background-position: -15.6px -12px;
}
.audio_btn_0{
	animation:rotate 2s linear infinite;
	-webkit-animation:rotate 2s linear infinite;
	background-size: contain;
	background-repeat: no-repeat!important;

	animation:none;
	-webkit-animation: none;
	background-size: 200%;
	background-position: -15.6px -12px;
}
.backgorund-audio-type{
	background-size: contain;
	background-repeat: no-repeat!important;
	background-size: 90% !important;
	background-image: url(/template/paperTemplate/mhtml4/image/backgorund-audio-pause-mobile.svg) !important;
}
.audio_btn_1{
	background-size: contain;
	background-repeat: no-repeat!important;

	background-size: 200%;
	background-position: -15px -15px;
}
@keyframes rotate{
	0%{transform:rotate(0deg);}
	100%{transform:rotate(360deg);}
}
.backgorund-audio,.search-group ,.audio_btn{ position: absolute; width: 30px; height: 30px;top:5px;}
.search-group ,.audio_btn{
	position: absolute; width: 26px; height: 26px;top:3px;}
.backgorund-audio .backgorund-audio-open,.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;
}
#paper-div{
	position: absolute;
	z-index: 1;
}
#paper-div .page{
	background-color: #FFF;
}
#paper-div .page-wrapper{
	-webkit-perspective: 5000px;
	-moz-perspective: 5000px;
	-ms-perspective: 5000px;
	perspective: 5000px;
}
.paper-ver{
	background-size: cover;
	width: 100%;
	height: 100%;
	position:absolute;
	background-color: #FFF;
}
.paper-ver 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);
}
#paper-div .double .odd-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;
}
#paper-div .odd-shadow,#paper-div .even-shadow, #paper-div .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;
}
#paper-div .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;
}
#paper-div .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;
}
#paper-div .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;
}
.paper-ver>img{
	width:100%;
	height:100%;
	pointer-events: auto;
}
.paper-ver .loading{
	background-image: url(/template/paperTemplate/mhtml4/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;
}
.set-audio-div-m{
	display: block;
	background: rgba(60,60,60,0.8);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 5%;
	left: 0;
	z-index: 999;
	padding: 15px 25px;
	box-sizing: border-box;
}
.set-audio-div-m.phone .form_title {
	font-family: "Arial";
	margin: 0;
	padding: 0 30px;
	line-height: 36px;
	cursor: default;
	color: #fff;
	padding-left: 0;
	font-size: 18px;
}
.set-audio-div-m.phone .close {
	position: absolute;
	right: 30px;
	left: auto;
	cursor: pointer;
}
.set-audio-div-m.phone .fanye-audio-mdiv {
	width: 100%;
}
.set-audio-div-m.phone .fanye-audio-mdiv .item {
	position: relative;
	width: 100%;
	height: 46px;
	cursor: pointer;
	color: #000;
	border-radius: 41px;
	margin-top: 30px;
	background: #fefefe;
}
.set-audio-div-m.phone .fanye-audio-mdiv .item .title {
	line-height: 46px;
	font-size: 14px;
	padding: 0 20px;
}
.set-audio-div-m.phone .background-audio-mdiv {
	width: 100%;
}
.set-audio-div-m.phone .background-audio-mdiv .item2 {
	position: relative;
	width: 100%;
	height: 46px;
	cursor: pointer;
	border-radius: 52px;
	margin-top: 16px;
	color: #000;
	background: #fefefe;
}
.set-audio-div-m.phone .background-audio-mdiv .item2 .title2 {
	line-height: 46px;
	font-size: 14px;
	padding: 0 20px;
}
.set-audio-div-m.phone .background-audio-mdiv .item2 .title2 .bj{
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top: 9px;
	right: 32px;

}
.fanye-audio{
	position: absolute;
	width: 26px;
	height: 26px;
	top: 3px;
}
.fanye-audio .fanye-open{
	width: 100%;
	height: 100%;
}
.fanye-type{
	animation: none;
	-webkit-animation: none;
	background-size: 90% !important;
	background-image: url(/template/paperTemplate/mhtml4/image/backgorund-audio-open-mobile.svg) !important;
	background-repeat: no-repeat;
}
.fanye-audio-pa{
	background-repeat: no-repeat!important;
	background-size: 90% !important;
	background-image: url(/template/paperTemplate/mhtml4/image/backgorund-audio-pause-mobile.svg) !important;
}
.set-audio-div-m.phone .fanye-audio-mdiv .item .title .fy{
	position: absolute;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top: 9px;
	right: 32px;

}
.set_yinxiao_div{
	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;
}
.set_yinxiao_div.mobile .form_title {
	font-family: "Arial";
	margin: 0;
	padding: 0 15px;
	line-height: 36px;
	cursor: default;
}
.set_yinxiao_div.mobile .close-pc{
	position: absolute;
	right: 90px;
	left: auto;
	cursor: pointer;
	top:30px;
}
.set_yinxiao_div.mobile .yinxiaoalert{
	width: 112px;
	background: #000;
	position: absolute;
	top: 29%;
	left: 20%;
	height: 120px;

}
.set_yinxiao_div.mobile .yinxiaoalert2{
	width: 112px;
	background: #000;
	position: absolute;
	top: 29%;
	left: 50%;
	height: 120px;

}
.set_yinxiao_div.mobile .title{
	font-size: 14px;
	margin-top: 15px;

}
.set_yinxiao_div.mobile .title .fanye-pc{
	position: absolute;
	left: 40px;
	top: 50px;

}
.set_yinxiao_div.mobile .title2{
	font-size: 14px;
	margin-top: 15px;

}
.set_yinxiao_div.mobile .title2 .backgorund-audio-pc{
	position: absolute;
	left: 40px;
	top: 50px;

}
.set-audio-div-m.phone .fanye-audio-mdiv .title .fy .fanye-audio .fanye-type,.background-audio-mdiv .title2 .bj .backgorund-audio .css_sprite01{
	background-size: 175%;
}
.set-audio-div-m.phone .fanye-audio-mdiv .title .fy .fanye-audio .fanye-audio-pa,.background-audio-mdiv .title2 .bj .backgorund-audio .backgorund-audio-type{
	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;
}
.item2 .bj .backgorund-audio {
	width: 26px;
	height: 26px;
	top: 3px;
}
/* 通版样式 */
.paper-ver-tb{
	height: 50% !important;
	top: 20% !important;
}
.hot_area_con_tb{
	top:1% !important;
}

.paper-loading {
	position: fixed;
	width: 175px;
	height: 175px;
	left: calc(50% - 87px);
	top: calc(50% - 150px);
	text-align: center;
}

img {
	pointer-events: unset;
}

.paper-loading .title {
	color: #ff6600;
	font-size: 26px;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 168px;
	height: 120px;
	margin-top: 2px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}

.paper-loading .loading {
	color: #F60;
	font-size: 12px;
	text-align: center;
	padding: 0;
	margin: 0;
	margin-top: 10px;
}

.paper-loading .title_img {
	max-width: 175px;
	max-height: 175px;
}

img {
	pointer-events: unset;
}

.page-host-mask {
	opacity: 0.8;
}

img {
	pointer-events: none !important;
}

.book-preloader-shell {
	border: none;
	width: 77px;
	height: 64px;
	position: absolute;
	box-sizing: border-box;
}

.book-preloader {
	width: 100%;
	height: 100%;
	perspective: 180px;
	perspective-origin: 50% 50%;
	transform-style: preserve-3d;
}
.fun-top .gdbk span {
	float: left;
	padding: 5px 8px 0 0;
	box-sizing: border-box;
}
.fun-box .fun-top .gdbk span a {
	color: #fff;
	text-decoration: none;
	padding-left: 10px;
	font-size: 17px;
	margin-bottom: 5px;
}
