@charset "utf-8";
.head_login{
	 margin: 20px auto;
    width: 1020px;
}
.content-login{
		border-top:1px solid #efefef;
}
.hide{
	display: none;
}
.main-content-login{
  width: 1020px;
	margin: 0 auto;
	margin-top: 35px;
}
.title .left-div{
  display: inline-block;
}
.title .left-div span.on{
	font-family: 微软雅黑;
	font-size: 24px;
	color: #f28501;
	font-weight: bold;
	margin-left: 50px;
}
.right-div{
	display: inline-block;
  vertical-align: top;  
  float: right;
	margin-top: 25px;
	font-size: 16px;
  font-family: 微软雅黑;
}
.right-div .r1{
	font-family: 微软雅黑;
}
.right-div .r2{
	font-family: 微软雅黑;
	color: #f28501;
}
.register-main{
	width: 500px;
	margin:50px 0 120px 250px;;
}
.register-main li .input-cont{
	 display: table;
}
.register-main li .input-cont>div{
  display: table-cell;
}

.register-main li .register-th{
  width: 110px;
	text-align: right;
	font-size: 16px;
	color: #222;
}
.register-main li input{
	height: 41px;
	border:1px solid #cccccc;
	padding-left: 10px;
}
.errotext{
	height: 30px;
}
.register-input .input-in{
	border:1px solid #ff8402;
}

.register-input-mobile input,.register-input-psw input,.register-input-rpsw input,.register-input-invite input{
	width: 320px;
}
.register-input-code input,.register-input-mocode .codeinput{
	width: 165px;
}
.register-input-code img{
	width: 82px;
	height: 43px;
	vertical-align: top;
	margin: 0 12px;
}
.register-input-code span{
	cursor: pointer;
} 
.register-input-mocode .btn-moible{
	width: 140px;
	cursor: pointer;
	margin-left: 12px;
	text-align: center;
	font-size: 15px;
	position: relative;
	top:1px;
	height: 43px;
}
.passwd-tips{
	margin-bottom: 10px;
	height: 25px;
}
.passwd-tips label{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top: 8px;
}
.register-input .checkbox input{
	display: none;
}
.register-input .checkbox span{
  height: 20px;
  line-height: 20px;
	vertical-align: top;
	margin-left: 25px;
	position: relative;
	bottom: 2px;
}

.line2 .register_userbtn{
	display: block;
	width:332px;
	border:none;
	background-color: #ff8204;
	color: #fff;
	font-size: 20px;
	font-family: 微软雅黑;
	cursor: pointer;
}
.line2 .pdl20{
	display: block;
	margin-top: 15px;
	font-size: 14px;
}
.line2 .pdl20 a{
		color: #ff8204;
}
.errotext{
	margin-left: 110px;
}
.errotext .erroricon{
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	top:5px;
	background: url('/resources/images/icons.png') no-repeat scroll -378px -522px;
}
.register-footer{
	display:block;
    height: 70px;
    padding: 2px 0;
    padding-bottom: 5px;
    text-align: center;
    line-height: 25px;
	font-family: 微软雅黑;
    font-size: 13px;
    margin-left: auto;
	margin-right: auto;
}
label.checkbox{
	background: url("../images/login/check-box.png") no-repeat;
}
label.checkbox.on{
	background: url("../images/login/check-box-tick.png") no-repeat;
}
