/*数字滚动插件的CSS可调整样式*/
body{
	font-family: "microsoft yahei";
	padding-bottom: 60px;
}
.mt-number-animate {
	font-family: '微软雅黑';
	line-height: 40px;
	height: 40px;
	/*设置数字显示高度*/
	;
	font-size: 36px;
	/*设置数字大小*/
	overflow: hidden;
	display: inline-block;
	position: relative;
}

.mt-number-animate .mt-number-animate-dot {
	width: 15px;
	/*设置分割符宽度*/
	line-height: 40px;
	float: left;
	text-align: center;
}

.mt-number-animate .mt-number-animate-dom {
	width: 40px;
	/*设置单个数字宽度*/
	text-align: center;
	float: left;
	position: relative;
	top: 0;
	margin-left: 1px;
	background: #fff;
}

.mt-number-animate .mt-number-animate-dom .mt-number-animate-span {
	width: 100%;
	float: left;
	
}
.linecont{
	height: 3em;
}
.footbar{
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	padding: .5em;
	background: rgba(0,0,0,.7);
}
.footbarcont{
	text-align: center;
	position: relative;
	z-index: 2;
}
.foot_tips{
	font-size: 18px;
	color: #fff;
}
.footlink{
	padding-top: .5em;
}
.footlink a{
	display: inline-block;
	padding: .5em 1.5em;
	background: #ddd;
	color: #fff;
	font-size: 1em;
	border-radius: .3em;
	margin: 0 .5em;
}
.footlink a.login_btn{
	background: #ff3939;
}
.footlink a.regist_btn{
	background: #22bb1f;
}
.foot_imgbox{
	width: 20em;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10em;
	z-index: 1;
}
.foot_imgbox img{
	display: block;
	position: absolute;
	top: -156px;
	left: -78px;
}
/* rightsead */
#rightsead{width:130px;height:300px;position:fixed; top:50%; margin-top:-5px;right:0px;}
*html #rightsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#rightsead li{width:131px;height:60px;}
#rightsead li img{float:right;}
#rightsead li a{height:49px;float:right;display:block;min-width:47px;max-width:131px;position: relative;}
#rightsead li a .shows{display:block;}
#rightsead li a .hides{margin-right:-143px;cursor:pointer;cursor:hand;}
#rightsead li a.youhui .hides{display:none;position:absolute;right:188px;top:2px;}
.ewmcontbox{
	width: 120px;
	height: 120px;
	padding: 10px;
	position: absolute;
	right: 47px;
	top: 0;
	background: #5ec009;
	display: none;
}
.ewmcontbox1{
	background: #328cd1;
}
::-webkit-input-placeholder { /* WebKit browsers */ 
color: #fff; 
} 
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ 
color: #fff; 
} 
::-moz-placeholder { /* Mozilla Firefox 19+ */ 
color: #fff; 
} 
:-ms-input-placeholder { /* Internet Explorer 10+ */ 
color: #fff; 
} 
.login-form{
	width: 22em;
	margin: 0 auto;
	background: rgba(0,0,0,.2);
	padding: 2em;
	border-radius: .5em;
	border: 1px solid rgba(0,0,0,.3);
}
.control-group{
	margin-top: 15px;
	border-radius: 5px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5) inset;
}
.control-group:first-child{
	margin-top: 0;
}
.control-group .control-label{
	height: 3em;
	line-height: 3em;
	width: 5em;
	text-align: center;
	margin-bottom: 0;
	color: #ddd;
	font-weight: normal;
	font-family: "microsoft yahei";
}
.control-group input.span3{
	background: none;
	border: none;
	outline: none;
	display: block;
	height: 3em;
	line-height: 3em;
	width: 12em;
	font-family: "microsoft yahei";
	color: #fff;
}
.control-group1{
	margin-top: 15px;
}
.control-group1 input.check_reset{
	
}
.control-group1 label.checkbox{
	padding-left: 20px;
	color: #fff;
}
.text-warning{
	color: #ffcc00;
}
.btnsubmit{
	width: 100%;
	font-family: "microsoft yahei";
	background: #f0ba00;
	color: #fff;
	font-size: 1em;
}
.btnsubmit:hover{
	background: #ca8a00;
	color: #fff;
}
.loginf_h3tt{
	margin: 0;
	font-family: "microsoft yahei";
	color: #fff;
	text-align: center;
}
.loginf_h3tt span{
	font-size: 14px;
}
.loginf_h3tt em{
	color: #fcff00;
	font-style: normal;
}
.main_set{
	background: #fff;
	padding: 0;
	border-radius: 5px;
	overflow: hidden;
}
.cur_time{
	background: #444;
	color: #fff;
	padding: 1em 0;
	font-size: 1em;
	margin: 0;
}
.ucinfo_box{
	margin-top: 10px;
	width: 140px;
	height: 105px;
	background: #fff;
	margin: 0 auto;
	border-radius: 100px;
	overflow: hidden;
	border: 2px solid #56c612;
}
.ucinfo_box p{
	margin: 0;
}
.ucinfo_box p.u_score{
	color: #56c612;
	font-size: 32px;
	height: 70px;
	line-height: 70px;
}
.ucinfo_box p.u_score i{
	font-size: 12px;
	font-style: normal;
}
.ucinfo_box p.u_namep{
	height: 35px;
	line-height: 32px;
	color: #fff;
	background: #56c612;
}
.timer_h4{
	font-size: 1em;
}
.timer_box{
	padding-top: 10px;
}
.timer_box em{
	display: inline-block;
	font-style: normal;
	border: 2px solid #ff3939;
	width: 70px;
	border-radius: 5px;
	margin: 0 5px;
}
.timer_box em p{
	margin: 0;
	height: 1.8em;
	line-height: 1.8em;
	border-bottom: 2px solid #ff3939;
}
.timer_box em span{
	display: inline-block;
	font-size: 32px;
	padding: 5px 10px;
	color: #ff3939;
}
.last_opened{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 -1px 5px rgba(0,0,0,.3);
}
.last_opened span{
	display: inline-block;
	height: 30px;
	line-height: 30px;
}
.rm_cont{
	min-height: 200px;
	background: #fe7707;
	width: 20em;
	margin: 0 auto;
	padding-bottom: 5px;
}
.rm_tt img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.wanf_box{
	margin: 0 15px;
	min-height: 300px;
	background: #fffea1;
	position: relative;
	top: -10px;
	padding: 15px;
	box-shadow: 0 0 3px rgba(0,0,0,.3);
}
.wf_tt{
	font-size: 14px;
	color: #fe6c09;
	text-align: center;
}
.wf_tt1{
	margin-top: 5px;
}
.wf_tt1 span{
	display: inline-block;
	width: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	background: #fe6c09;
	color: #fff;
	border-radius: 30px;
	margin: 0 3px;
}
.ruls_txtbox{
	margin-top: 10px;
	position: relative;
	padding: 15px;
	border: 1px solid #fe6c09;
}
.rtxtb_sp{
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #fe6c09;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 auto;
}
.ruls_txtbox p{
	margin-top: 10px;
	font-size: 16px;
	line-height: 28px;
	border-bottom: 1px dashed #000;
	padding-bottom: 10px;
}
.ruls_txtbox p:last-child{
	border-bottom: none;
}
.footbtn{
	text-align: center;
	padding: 10px 0;
}
.footbtn a{
	display: inline-block;
	width: 100px;
	height: 100px;
	line-height: 100px;
	color: #fff;
	text-align: center;
	border-radius: 100px;
	background: #71e401;
	text-decoration: none;
	margin: 0 10px;
}
.footbtn a.reback{
	background: #faca08;
}

.navbar-default{
	background: rgba(0,0,0,.5);
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.navbar-brand,
.navbar-nav>li>a{
	text-shadow: none;
	color: #fff;
}
@media only screen and (min-width: 100px) and (max-width: 640px) {
	.navbar-navreset li{
		width: 25%;
		float: left;
		text-align: center;
		font-size: 12px;
	}
	.navbar-navreset li a{
		padding: 0;
		padding-top: 7px;
		padding-bottom: 7px;
	}
}



#breakNews{padding:0 0 0px 2px;}
#breakNews .list6{height:330px;overflow:hidden;width:100%;}