@charset "utf-8";
*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;/*moz火狐浏览器*/
	-webkit-box-sizing: border-box;/*(webkit内核浏览器)*/
	box-sizing: border-box;
}
/*公共样式开始*/
body{
	max-width: 720px;
	margin: 0 auto;
}
html body{
	font-size: 13px;
	letter-spacing: 1px;
	font-family: "microsoft yahei","arial","arial black";
}
i{
	font-style: normal;
}
a,a:hover,a:active{
	text-decoration: none;
	color: #333333;
}
input,textarea,select{
	outline: none;
}
img{
	border: none;
	vertical-align: top;
}
li{
	list-style: none;
}
/*公共样式结束*/
.fa-dh{
	width: 100%;
	overflow:hidden;
	background: url(../img/beijing.png)no-repeat;
	background-position: center center;
	background-size:100% 100%;
}
.dh-aa{
	width: 95%;
	margin: auto;
	opacity: 0.5;
	margin-top: 130px;
	border-radius: 6px;
	background: #f3f2f2;
	border: 1px solid #cecdcd;
	box-shadow: 0px 0px 5px 3px #c8c7c7;
	background-image: linear-gradient(to bottom right,#efefef,#e1e1e1);
}
.dh-aa #xl-aa{
	width: 95%;
	margin: auto;
	line-height: 50px;
	margin-top: 25px;
	border-radius: 6px;
	text-align: center;
}
.dh-aa a{
	font-size: 30px;
	text-decoration: none;
}
.dh-aa #xl-aa div{
	height: 55px;
	line-height: 55px;
	display: inline-block;
	letter-spacing: 2px;
	font-weight: bold;
	font-size: clamp(1.4rem, 1.5rem + -1.82vw, 1.5rem);
}
.dh-aa #a1{
	width: 57%;
	color: #000000;
	background: #a9a8a8;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #fff;
}
.dh-aa #a2{
	width: 40%;
	color: #ffea00;
	background: #848181;
	border-radius: 6px;
	text-shadow: 1px 1px 1px #000;
}
@keyframes scaleDraw{
    0% {
    	transform: scale(1);
    }
    50% {
    	transform: scale(1.1);
    }
}
.dh-aa #a2 span{
	width: 100%;
    color: #ffea00;
    display: inline-block;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration:1.0s;
}
.jumping{
	width: 100%;
	height: 100%;
	margin-top:40px;
	text-align: center;
	margin-bottom: 20px;
}
.jumping div{
	width: 25px;
	height: 25px;
	padding-left: 1px;
	line-height: 23.5px;
	border-radius: 26px;
	display: inline-block;
	border: 1px solid #a8a8a8;
	text-shadow: 1px 1px 1px #fff;
	font-size: clamp(0.85rem, 1.2rem + -1.8vw, 1.5rem);
}
.dh-bb{
	width: 95%;
	height: 50px;
	margin: auto;
	opacity: 0.5;
	margin-top: 15px;
	line-height: 50px;
	border-radius: 6px;
	text-align: center;
	background: #f3f2f2;
	border: 1px solid #cecdcd;
	box-shadow: 0px 0px 5px 3px #c8c7c7;
	background-image: linear-gradient(to bottom right,#efefef,#e1e1e1);
}
.dh-bb div{
	width: 48%;
	height: 40px;
	color: #101010;
	line-height: 38px;
	text-align: center;
	border-radius: 6px;
	background: #b9b8b8;
	display: inline-block;
	font-size: 15px;
	letter-spacing: 2px;
	border: 1px solid #c8c7c7;
	text-shadow: 1px 1px 1px #fff;
	background-image: linear-gradient(to bottom right,#d3d1d1,#b9b8b8);
}
.dh-cc{
	width: 95%;
	height: 90px;
	margin: auto;
	opacity: 0.5;
	margin-top: 15px;
	border-radius: 6px;
	background: #f3f2f2;
	line-height: 20px;
	text-align:justify;
	padding: 0 2px;
	text-shadow: 1px 1px 1px #fff;
	border: 1px solid #cecdcd;
	box-shadow: 0px 0px 5px 3px #c8c7c7;
	background-image: linear-gradient(to bottom right,#efefef,#e1e1e1);
}
.dh-cc div{
	margin-top: 3px;
}
.dh-dd{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	margin-top: 118px;
	color: #878787;
	text-shadow: 1px 1px 1px #fff;
}
.newss{
	display: none;
}