@charset "utf-8";
/* CSS Document */
/*------common------*/
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,p,form,div,input,img {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1,h2,h3,h4,h5,h6,button,input,select,textarea {
	font-size: 100%
}

em,i,b {
	font-style: normal
}

ul,ol,li {
	list-style: none
}

input {
	vertical-align: 0px;
	outline: 0
}

textarea {
	resize: none
}

td,th,ul,ol {
	padding: 0px;
}

a {
	text-decoration: none;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	cursor: pointer
}

a:hover {
	text-decoration: none;
}

a:visited {
	color: inherit;
}

.fix {
	*zoom: 1
}

.fix:after {
	content: '\20';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both
}

.clear {
	clear: both;
	font-size: 0px;
	padding: 0px;
	margin: 0px;
	height: 0px;
	line-height: 0px;
}

.clearfix {
	display: block;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.ofh {
	overflow: hidden;
}

.dpb {
	display: block;
}

a,button,input {
	-webkit-tap-highlight-color: rgba(255,0,0,0);
}

body {
	font-family: "Microsoft YaHei", tahoma, arial, SimSun;
	font-size: 100%;
	color: #4f4f4f;
}
html{
	font-size: 100%;
	color: #4f4f4f;
}



/*竖屏浏览*/
@-webkit-keyframes rotation {
	10% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}

	50%,60% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	90% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}

	100% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}
}

@keyframes rotation {
	10% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}

	50%,60% {
		transform: rotate(0deg);
		-webkit-transform: rotate(0deg)
	}

	90% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}

	100% {
		transform: rotate(90deg);
		-webkit-transform: rotate(90deg)
	}
}

#orientLayer {
	display: none
}

@media screen and (min-aspect-ratio:13/8) {
	#orientLayer {
		display: block
	}

	#loading {
		display: none
	}
}

.mod-orient-layer {
	display: none;
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	z-index: 9997;
}

.mod-orient-layer__content {
	position: absolute;
	width: 100%;
	top: 45%;
	margin-top: -75px;
	text-align: center
}

.mod-orient-layer__icon-orient {
	background-image: url("../images/xxx.png");
	display: inline-block;
	width: 67px;
	height: 109px;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-webkit-animation: rotation infinite 1.5s ease-in-out;
	animation: rotation infinite 1.5s ease-in-out;
	-webkit-background-size: 67px;
	background-size: 67px
}

.mod-orient-layer__desc {
	margin-top: 20px;
	font-size: 15px;
	color: #fff;
	text-align: center;
}	

/*------popupbox_download------*/
.popupbox_download{
	width: 100%; 
	height:100%; 
	position: fixed; 
	top: 0; 
	left: 0; 
	background:url(../images/mask_1.jpg) no-repeat center top; 
	background-size: cover; 
}
/*html,body{*/
	/*overflow: hidden;*/
	/*height: 100%;*/
/*}*/

.sub_rule_txt img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.sub_rule_txt h4 {
    font-size: 1.5rem;
    color: #e6c48c;
    line-height: 6rem;
    background: url(../images/biao.png) no-repeat 3% center;
    text-indent: 1em;
    padding: 0 4%;
}

.sub_rule_txt h3 {
    width: 100%;
}

.sub_rule_txt h3 img{
	width: 100%;
	margin-top: 60px;
}