body, html {
    width: 100%;
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
	font-family: "Microsoft YaHei","Helvetica Neue",Arial,HelveticaNeue,Helvetica,"BBAlpha Sans",sans-serif;
	background-color: #000;
}
body {
    font-family: Arial,"Hiragino Sans GB","Microsoft YaHei",SimSun,Helvetica,Tahoma,Arial sans-serif;
    line-height: 1.7;
    font-size: 12px;
    color: #000;
    position: relative;
}
.wrap {
    z-index: 1;
    width: 100%;
	overflow: hidden;
}
.toppic{
	width: 100%;
	height: 520px;
	overflow: hidden;
	background: url(../img/banner.jpg) 0 0 no-repeat;
	background-position: center 0;
}
.gotop{
	position: fixed;
	right:56px;
	bottom:50px;
	width: 89px;
	height: 86px;
	background: url(../img/top.png) 0 0 no-repeat;
	background-size: 100% 100%;
	z-index:10;
	cursor: pointer;
}
.main{
	position: relative;
	width: 100%;
	/*height: 2260px;*/
	background:#000 url(../img/main.jpg) 0 0 no-repeat;
	background-position: center 0;
	background-size: 100%;
	padding-top:50px;
	padding-bottom:40px;	
    box-shadow: -6px -13px 18px 4px black;
}
.cbt{
	position: absolute;
	width: 100%;
	height: 60px;
	background: url(../img/cbt.png) 0 0 no-repeat;
	background-position: center 0;
	top:-30px;
}
.txt{
	color:#e3d8c6;
	font-size: 14px;
	text-align: center;
}
.txt p{
	line-height: 30px;
}
.txt2 img{
	display: block;
	width: 728px;
	height: 60px;
	margin: 0 auto;
	margin-top: 20px;
}
.txt2 p{
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;	
    font-family: initial;
    font-weight: bold;
    margin:30px 0;
}
.txt2 p span{
	font-size: 28px;
	vertical-align: baseline;
	font-weight: bold;
}
.txt3 img{
	display: block;
	width: 728px;
	height: 60px;
	margin: 0 auto;
}
.txt3 p.firstDate{
	text-align: center;
	width: 100%;
	font-size: 20px;
	color: #fff;	
    font-family: initial;
    font-weight: bold;
    margin:30px 0 20px;
}
.txt3 p.and{
	text-align: center;
	width: 100%;
	font-size: 24px;
	color: #e3d8c6;;	
    font-family: initial;
}
.txt3 p.firstDate span{
	font-size: 28px;
	vertical-align: baseline;
	font-weight: bold;
}
.txt3 input{
	width: 360px;
	height: 60px;
	display: block;
	margin:0 auto;
	outline: none;
    font-size: 20px;
}
.txt3 .email_error{
	color:#e3d8c6;
	font-size: 14px;
	text-align: center;
	margin-top:10px;
	visibility: hidden;
	color: red;
}
.txt3 .email_error.show{
	visibility: visible;
}
.txt3 .submit{
	display: block;
	width: 365px;
	height: 84px;
	margin: 0 auto;
	cursor: pointer;
	margin-top: 10px;
}
.txt3 .moreover{
	width:100%;
	height: 324px;
	overflow: hidden;
	display: none;
}
.txt3 .over1{
	display: none;
}
.txt3 .over{
	width: 490px;
	height: 136px;
	background: url(../img/over.png);
	background-size: 100% 100%;
	margin: 40px auto;
}
.txt3 .over1{
	position: relative;
	width: 507px;
	height: 300px;
	background: url(../img/over1.png);
	background-size: 100% 100%;
	margin: 0px auto;
}
.txt3 .over1 .close{
    position: absolute;
    width: 50px;
    height: 50px;
    right: 20px;
    top: 50px;
    cursor: pointer;
}
.txt3 .over1 .twitterbtn{
    position: absolute;
    width: 318px;
    height: 38px;
    left: 50%;
    bottom: 52px;
    margin-left: -164px;
}
.tip img{
	display: block;
	width: 728px;
	height: 60px;
	margin: 20px auto;
}
.tip .tipInner{
	width: 758px;
	min-height: 568px;
	background: url(../img/Shape7.png);
	background-size: 100% 100%;
	margin: 0 auto;
	padding:40px 30px;
	box-sizing: border-box;
}
.tip p,.rule p{
	font-size: 18px;
	font-weight: bold;
	line-height: 2;
}
.rule img{
	display: block;
	width: 728px;
	height: 60px;
	margin: 20px auto;
}
.rule .ruleInner{
	width: 755px;
	min-height: 543px;
	background: url(../img/Shape6.png);
	background-size: 100% 100%;
	margin: 0 auto;
	padding:40px 30px;
	box-sizing: border-box;
}

.share a{
	background: url(../img/twitter.png);
	background-size: 100% 100%;
	display: block;
	width: 491px;
	height: 85px;
	margin: 20px auto;
}
.newBtn{
	display: block;
}
.newBtn img{
	display: block;
	margin: 0 auto;
	width: 300px;
	height: auto;
}