/*弹窗*/
.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; 
}
.tanc .header{
	font-family:'微软雅黑',Arial, Helvetica, sans-serif;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin: 16px 0 18px 0;
}
.tanc .ul{
	font-family:'微软雅黑',Arial, Helvetica, sans-serif;
	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;}

#main{
	min-width: 1000px;
	width: 100%;
	color: #000;
	font-size: 14px;
	position: relative;
	z-index: 0;
}
.posi{ 
	position:relative; 
	width:1000px; 
	margin:0 auto;
    overflow: hidden;
    z-index: 0;
}
.bg1{ 
	background:url(../img/bg1.jpg) center center no-repeat scroll; 
    height: 630px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.bg2{ 
	background:url(../img/bg2.jpg) center center no-repeat scroll; 
 	height: 1149px;
}
.logo {
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -305px;
    width: 145px;
    height: 120px;
}
 .date{
    position: absolute;
	top: 569px;
    left: 50%;
    margin-left: -422px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    z-index: 2;
    width: 450px;
}
.text{
    width: 83%;
    padding-top: 100px;
    margin: 0 auto 0;
}
.highlight{
	color: #ff7696;
}
.seel img{
    left: 135px;
}
.seeS{
    width: 33px;
    height: 33px;
    display: inline-block;
    position: absolute;
    right: 4px;
    bottom: 110px;
}
.seeS img{
	position: absolute;
	bottom: 0;
    right: 205px;
    z-index: 7;
    width: 300px;
    height: auto;
}
.rule{
    padding-top: 20px;
}
.rule p{
    font-size: 14px;
    text-align: center;
    line-height: 22px;
}
.rule h1{
    color: #fd3865;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}
.rule h1 span{
    color: #fd3865;
}
.rule h2{
	color: #1ca6ee;
	font-size: 24px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}
.content{
    position: relative;
    width: 100%;
    height: 313px;
}
.content .posi2{
 	top: 295px;
    right: auto;
    left: 263px;
}
.content .posi3{
 	top: 295px;
    right: auto;
    left: 545px;
}
.content .posi4{
 	top: 295px;
    right: -4px;
}
.content2{
    position: relative;
    width: 100%;
    height: 462px;
    margin-top: 44px;
}
.content2 .rule2{
    width: 826px;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.content2 .posi1{
    left: 50%;
    margin-left: -301px;
    top: 141px;
    position: absolute;
    width: 128px;
    height: auto;
}
.content2 .posi2{
	left: 50%;
    right: auto;
    margin-left: 324px;
    top: 265px;
}
.content2 .btn{
    width: 773px;
    position: absolute;
    left: 10px;
    right: 0;
    margin: auto;
    top: 376px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.content2 .btn a{
    width: 195px;
    height: 58px;
    display: inline-block;
    margin-right:90px \9;
}
.content2 .btn a:first-child + a+a{
	margin-right: 0\9;
}
.content .pay{
    width: 190px;
    height: 57px;
    display: inline-block;
    position: absolute;
    top: 223px;
    left: 9px;
    right: 0px;
    margin: auto;
}
