*{
	font-family: '微软雅黑';
}
.login-header{
	width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
	overflow: hidden;
	zoom: 1;
}
.login-header h1{
	float: left;
	width: 600px;
	height: 66px;
	background: url(../../images/login/login-logo.gif) no-repeat;
	text-indent: -999em;
}
.login-header .login-btn{
	float: right;
}
.login-header .login-btn .btn{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: #00BDC8;
	border-radius: 20px;
	color: #fff;
	text-align: center;
	line-height: 30px;
	margin-left: 10px;
}
.register-wrapper{
	padding: 100px 0;
	background: #F7F7F8;
}
.login-main{
	width: 840px;
	margin: 0 auto 80px;
	background: #fff;
	padding: 80px;
	border-radius: 6px;
    box-shadow: 0px 0px 15px 2px #999;
    -webkit-box-shadow: 0px 0px 15px 2px #999;
    overflow: hidden;
    zoom: 1;
}
.register-img{
	float: left;
}
.login-form{
	float: right;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
	padding: 25px;
}
.login-form h3{
	text-align: center;
	font-size: 16px;
	color: #00BDC8;
	font-weight: bold;
}
.input-box{
	position: relative;
	margin-top: 20px;
}
.input-box input{
	width: 288px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #00BDC8;
	outline: none;
	border-radius: 20px;
	padding-left: 10px;
}
.input-box.code input{
	width: 170px;
}
.input-box.code div{
	float: right;
}
.verification-code{
	width: 100px;
	height: 42px;
	overflow: hidden;
	zoom: 1;
	background: #eee;
}
.note-verification-code .btn{
    width: 100px;
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #00BDC8;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
}
.read-protocol p{
	margin-top: 10px;
	cursor: pointer;
}
.read-protocol p>i{
	display: inline-block;
	width: 14px;
	height: 14px;
	vertical-align: middle;
	margin-right: 5px;
	border: 1px solid #00BDC8;
}
.read-protocol p.active>i{
	background: url(../../images/gou1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}
.read-protocol p>a{
	color: #00BDC8;
}
.form-notice{
	display: block;
	float: left;
	margin-top: 10px;
	color: #f40;
	display: none;
}
.regist-btn{
	display: block;
	float: right;
	margin-top: 10px;
	color: #f40;
	cursor: pointer;
	margin-right: 20px;
}
.forget-password{
	display: block;
	float: right;
	margin-top: 10px;
	color: #00BDC8;
	cursor: pointer;
}
.login-btn{
	margin-top: 20px;
}
.login-btn input{
	font-size: 14px;
	width: 300px;
	height: 40px;
	background: #00BDC8;
	color: #fff;
	border-radius: 20px;
	border: none;
	outline: none;
	cursor: pointer;
}
.login-img img{
	width: 100%;
	margin-top: 10px;
}


.hint{
	width: 1000px;
	margin: 0 auto;
	font-size: 14px;
	color: #999;
}







