
html,body {
	width:100%;
	height:100%;
	background-color: #f3f3f3;
	box-sizing: border-box;
	font:14px helvetica neue,helvetica,pingfang sc,\5fae\8f6f\96c5\9ed1,tahoma,arial,sans-serif;
}

* {
	margin:0px;
	padding:0px;
}

.register-main{
	width: 100%;
	height: 800px;
	position: relative;
}

.register-bg-img{
	width: 100%;
	height: 340px;
	position: absolute;
}

.register-top-bg{
	width: 100%;
	min-width: 1200px;
	height: 56px;
	background-color: rgba(0,0,0,0.14);
	position: relative;
}

.register-top-box{
	width: 1200px;
	height: 56px;
	margin: auto;
	position: relative;
}

.register-top-box img{
	width: 134px;
	height: 38px;
	top: 9px;
	left: 0px;
	position: absolute;
}

.register-top-btn{
	width: 100px;
	height: 30px;
	top: 13px;
	left: 1100px;
	position: relative;
	border: 1px solid rgba(255,255,255,0.6);
	opacity: 0.8;
}

.register-top-btn span{
	width: 60px;
	height: 28px;
	position: absolute;
	top: 0px;
	left: 11px;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
}

.register-top-btn img{
	width: 12px;
	height: 6px;
	position: absolute;
	top: 11px;
	left: 77px;
}

.downdrop{
    display: none;
    position: absolute;
    width: 99px;
    top: 30px;
    left: 0px;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px rgba(0,0,0,0.2);
    z-index: 999;
}

.downdrop a{
	display: block;
	height: 32px;
	text-align: center;
	color: #666;
	line-height: 32px;
	font-size:14px;
	text-decoration: none;

}

.downdrop a:hover{
	color: #fff;
	background-color: #f87830;
	cursor: pointer;
	text-decoration: none;
}

.register-top-btn:hover{
	cursor: pointer;
	border: 1px solid rgba(255,255,255,0.6);
	opacity: 1.0;
}

.register-top-btn:hover >.downdrop{
	display: block;
}

.tip-box{
	width: 900px;
	height: 60px;
	margin:auto;
	margin-top: 30px;
	position: relative;
}

.tip-box-one{
	width: 900px;
	height: 30px;
	position: relative;
}

.tip-box-one img{
	width: 16px;
	height: 16px;
	position: absolute;
	top: 7px;
	left: 0px;
}

.tip-box-one span{
	position: absolute;
	top: 0px;
	left: 26px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size:14px;
}

.tip-box-two{
	width: 900px;
	height: 30px;
	position: relative;
}

.tip-box-two span{
	position: absolute;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size:14px;
}

.input-box{
	width: 900px;
	height: 580px;
	position: relative;
	margin:auto;
	margin-top: 30px;
	background-color: #fff;
	box-shadow: -4px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.input-box-top {
	height: 14px;
	width: 496px;
	text-align: right;
	line-height: 14px;
	color: #000;
	font-size:14px;
	position: relative;
	top: 40px;
	left: 210px;
}

.input-box-top a{
	color: #f87830;
}

.input-box-top a:hover{
	text-decoration: none;
}

.hiddenview{
	display: none;
}


.failinput >.input-area-tip{
	display: block;
}

.failinput >.register-input{
	border: 1px solid #f0134d;
}

.failinput >.code-area-tip{
	display: block;
}

.failinput >.code-input{
	border: 1px solid #f0134d;
}

input::-webkit-input-placeholder{
 	color:#aaaaaa;
 }

.input-box-content{
	width: 900px;
	position: relative;
	top:100px;
	z-index: 130;
	background-color: #fff;
	padding-bottom: 20px;
	padding-top: 5px;
}

.input-area {
	width: 900px;
	height: 40px;
	position: relative;
	margin-top:20px;
}

.input-area input{
	width: 372px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 10px;
	position: absolute;
	left: 310px;
	color: #333;
	line-height: 20px;
}

.input-area-title{
	width: 290px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	color: #333;
	font-size:14px;
	text-align: right;
}

.input-area-tip{
	display: none;
	width: 190px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 696px;
	line-height: 40px;
	color: #ff0000;
	font-size:14px;
}

.anquan-level{
	width: 372px;
	height: 16px;
	position: relative;
	margin-top:10px;
	margin-left: 310px;
	display: none;
}

.anquan-level-title{
	line-height: 16px;
	height: 16px;
	position: absolute;
	left: 5px;
	top: 0px;
	color: #333;
	font-size:14px;
}

.level-one{
	position: absolute;
	left: 75px;
	top: 5px;
	width: 34px;
	height: 6px;
	background-color: #f0134d;
	border-radius: 3px;
}

.level-two{
	position: absolute;
	left: 123px;
	top: 5px;
	width: 34px;
	height: 6px;
	background-color: #f88020;
	border-radius: 3px;
}

.level-three{
	position: absolute;
	left: 171px;
	top: 5px;
	width: 34px;
	height: 6px;
	background-color: #7ac23c;
	border-radius: 3px;
}

.anquan-level-tip{
	line-height: 16px;
	height: 16px;
	width: 70px;
	position: absolute;
	left: 302px;
	top: 0px;
	color: #7ac23c;
	font-size:14px;
}

.captchabox{
	width: 372px;
	height: 220px;
	position: relative;
	top: -100px;
	left: 47px;
	z-index: 120;
}
.captchaboxsuccess{
	width: 372px;
	height: 220px;
	position: relative;
	top: -100px;
	left: 47px;
	z-index: 120;
	display: none;
}

.captchaboxsuccesscon{
	width: 372px;
	height: 36px;
	border-radius: 2px;
	background-color: #f0fff3;
	border: 1px solid #7ac23c;
	color: #7ac23c;
	text-align: center;
	line-height: 34px;
	font-size:14px;
	position: absolute;
    top: 205px;
    left: 264px;
}
.captchaboxfail{
	width: 372px;
	height: 220px;
	position: relative;
	top: -100px;
	left: 47px;
	z-index: 120;
	display: none;
}
.captchaboxfailcon{
	width: 372px;
	height: 36px;
	border-radius: 2px;
	background-color: #fffafa;
	border: 1px solid rgb(224,36,36);
	color: rgb(224,36,36);
	text-align: center;
	line-height: 34px;
	font-size:14px;
	position: absolute;
    top: 205px;
    left: 264px;
}


.code-area{
	width: 900px;
	height: 40px;
	position: relative;
	top:-58px;
}

.code-area-title{
	width: 290px;
	height: 40px;
	position: absolute;
	left: 0px;
	top: 0px;
	line-height: 40px;
	color: #333;
	font-size:14px;
	text-align: right;
}

.code-input{
	width: 238px;
	height: 40px;
	border: 1px solid #ddd;
	padding: 10px;
	position: absolute;
	left: 310px;
	color: #333;
	line-height: 20px;
}

.code-area-btn{
	width: 114px;
	height: 40px;
	position: absolute;
	left: 566px;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	background-color: #f87830;
}

.code-area-btn:hover{
	cursor: pointer;
}

.unable{
	background-color: #bfbfbf;
}

.unable:hover{
	cursor: auto;
}

.code-area-tip{
	display: none;
	width: 190px;
	height: 40px;
	position: absolute;
	top: 0px;
	left: 696px;
	line-height: 40px;
	color: #ff0000;
	font-size:14px;
}

.agree-area{
	width: 370px;
	height: 16px;
	position: relative;
	top: -98px;
	left: 310px;
}

.agree-check{
	width: 16px;
	height: 16px;
	border-radius:2px;
	border:1px solid rgba(153,153,153,1);
	top: 0px;
	left: 0px;
	position: absolute;
}

.agree-area-tip{
	width: 340px;
	height: 16px;
	top: 0px;
	left: 0px;
	position: absolute;
	line-height: 16px;
	font-size:14px;
	color: #666;
}

.agree-area-tip a{
	color: #108cee;
}

.agree-area-tip a:hover{
	text-decoration: none;
}

.register-btn{
	width: 372px;
	height: 40px;
	position: relative;
	top: -36px;
	left: 266px;
	background-color: #f87830;
	color: #fff;
	font-size:14px;
	line-height: 40px;
	text-align: center;
	border-radius:4px;
}

.register-btn:hover{
	cursor: pointer;
}

.register-footer{
	width: 100%;
	height: 160px;
	background-color: #eee;
}


.tit1{ text-align:center; font-size:30px; color:#333; line-height:40px; margin-top:30px;}
.tit2{ text-align:center; font-size:16px; color:#777; line-height:40px;}

#captchatips{
	top: 320px;
}