@charset "utf-8";
body,*{ padding:0; margin:0;font-family:'微软雅黑',Arial, Helvetica, sans-serif;}
ul,li{ list-style:none; margin:0;}
i,em{font-style: normal;}
h4,h5{font-weight: 100;}
.clearfix{zoom: 1; overflow: auto;}
.clearfix:after{clear: both;content: '';}
a{text-decoration: none;}
/*弹窗*/
.layer{ 
	position:absolute; 
	z-index:9; 
	background-color:#222; 
	opacity:0.7; 
	filter:Alpha(opacity=70); 
	width:100%; 
	top:0; 
	left:0;
}
.tanc{ 
	background:#fff; 
	width:392px; 
	height:auto; 
	position:fixed; 
	z-index:99; 
	top:200px; 
	left:50%; 
	margin-left:-196px;
	color: #393939;
}
.tanc .input_text1 input{
	width:170px; 
	padding-left:10px; 
	height:25px; 
	line-height:21px; 
	background-color:rgba(255,255,255,0.01);
	border:1px solid #393939;
	outline: none;
	box-sizing: border-box;
	margin-left: 10px;
}
.tanc .input_text1{ 
	position:relative;
	margin-top:16px;
	text-align: center;
}
.tanc .close-x{ 
	display:block; 
	position:absolute; 
	top:-1px; 
	right:-39px; 
	height: 40px;
	width: 40px;
	background: url(../img/close.png) no-repeat center center;
}
.tanc .btn-done{ 
	display:inline-block; 
	width:83px; 
	height:42px;
	line-height: 42px;
	text-align: center; 
	border: 1px solid red;
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
	background: #ff2d50;
}
.tanc .sure{
	margin-top:16px;
	text-align: center;
}
.tanc .tip{
	text-align: center;
	margin: 12px auto;
	color:#ff2d50; 
}
.header{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 16px 0 18px 0;
}
.ul{
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 28px;
	padding-left: 130px;
	box-sizing: border-box;
	max-height: 300px;
	overflow: auto;
}
.tanc .btn_l{
	padding-left: 23px;
	box-sizing: border-box;
	background: url(../img/bn.png) no-repeat 0 center;
	cursor: pointer;
}
.tanc .btn_l.active{
	background: url(../img/bn1.png) no-repeat 0 center;
}
.copyright{ background-color:#1a1a1a; font-size:12px; text-align:center; padding:40px 0; color:#7a7879;}
.copyright span{ font-family:Arial, Helvetica, sans-serif;}


body{
	min-width: 1200px;
}
#main{
	color: #3e3e3e;
	font-size: 16px;
	background:url(../img/main.jpg) top center no-repeat scroll; 
    height: 1080px;
    position: relative;
}
.posi{ 
	position:relative; 
	width:1200px; 
	margin:0 auto;
    overflow: hidden;
    z-index: 0;
}
.receive{
	position: absolute;
    top: 852px;
    left: 50%;
    margin-left: -349px;
    width: 218px;
    height: 65px;
}
.time{
    position: absolute;
    top: 373px;
    left: 50%;
    margin-left: -455px;
    font-size: 15px;
    text-align: center;
    width: 430px;
    color: #fff;
}
.rule{
	position: absolute;
    top: 430px;
    left: 50%;
    margin-left: -500px;
    color: #314396;
    width: 510px;
}
.action{
	position: absolute;
	top: 955px;
    left: 50%;
    width: 740px;
    margin-left: -565px;
}