html,body{height: 100%;}
body{
    background: #000;
    overflow-x: hidden;
    overflow-y: auto;
}
.main {
    position:relative;
	z-index: 999;
	width:100%;
	height: 900px;
	overflow: hidden;
}
#reg_outer{
    width:1920px;
    height: 1080px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url('//pic.yee5.com/flash/sgqyz/12/ball-bg.gif') 0 0 no-repeat;
    margin: -540px 0 0 -960px;
    display: none;z-index: 5;
}
.regBox {
    width:406px;
	height:463px;
	padding-top:124px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-293.5px 0 0 -203px;
	color:#fff;
}
.regIpt {
    height: 36px;
	margin-left:46px;
}
.regIpt span {
    font-size: 18px;
    color: #fff;
	font-weight: bold;
	line-height: 36px;
}
.regIpt input {
    width: 240px;
    height: 34px;
    font-size: 14px;
    text-indent: 6px;
    border: 1px solid #CF5F2F;
	background:#CF5F2F;
    color: #fff;
}
.regMsg{
    height: 20px;
    color: #E1E1E1;
    padding: 2px 0 0 120px;
	font-size: 14px;
	margin-bottom: 27px;
}
.regBox .err{
    color: #ff0000;
    font-weight: bold;
}
.regBtn{
    height:92px;
}
.regBtn input {
    display: block;
    height: 92px;
    width: 345px;
	margin:0 auto;
	background: none;
	border:0;
	cursor:pointer;
}
.mask{
    width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 4; 
    background: url("../images/mask.png") repeat;
    display: none;
}
.flash_outer{
    position: relative;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.flash_outer video{
    position: absolute;
	top: 50%; 
	left: 50%; 
	width: 1600px;
	height: 900px;
	margin-left: -800px;
	margin-top:-450px;
}
.flash_outer .bgimg{
	position: absolute;
	top: 50%; 
	left: 50%; 
	width: 1600px;
	height: 900px;
	margin-left: -800px;
	margin-top:-450px;
	background:url(//pic.yee5.com/flash/sgqyz/12/bg.jpg) no-repeat center center;
}
.select_btn{
    padding-top: 45px;
    text-align: center;
	font-size:14px
}
.select_span{
    display: inline-block;
    color:#fff; 
    line-height: 22px;
    margin-left: 4px;
}
.select_span span{
    cursor: pointer;
    display: inline-block;
	color:#fff;
}
.select_span span:hover{
    text-decoration: underline;
}
input[type="checkbox"]{width:12px;height:12px;display: inline-block;text-align: center;vertical-align: middle;position: relative;}
input[type="checkbox"]::before{content: "";width:14px;height:14px;position: absolute;top: -1px;left: -1px;background:url(../images/check.png) no-repeat center center;}
input[type="checkbox"]:checked::before{position: absolute;width:14px;height:14px;top: -2px;left: -2px;background:url(../images/checked.png) no-repeat center center;}

.login_method_box{
	margin-top:10px;
	text-align: center;
}
.login_method_box .label{
    color:#fff;
	font-size: 14px;
	margin-bottom: 12px;
}
.login_method_box .label em{
    color:#BFC0C1;
}
.login_method_box .three_login {
    display: inline-block;
    width:51px;
    height:51px;
    background: url("../images/icon_other_reg.png?v=1") 0 0 no-repeat;
	vertical-align: middle;
}
.login_method_box .three_login:hover{
    background-position: -55px 0;
}
.login_method_box .wx_login{
    background-position: -110px 0;
	margin-left:25px
}
.login_method_box .wx_login:hover{
    background-position: -164px 0;
}
.footer{
    padding-top: 10px;
    height: auto;
    background-color: #000;
    font-size: 12px;
    text-align: center;
    color: #8e8e8e;
    line-height: 20px;
    width: 100%;
}