.bg{
	position: absolute;
	width: 100%;
	height: 100%;
}
.form-wrap{
	position: absolute;
	width: 100%;
	top: 50%;
}
.form-body{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 400px;
	border-radius: 10px;
	overflow: hidden;
}
.form-body div{
	position: relative;
	float: left;
}
.form-body > div{
	width: 100%;
}
.form-logo{
	height: 76px;
}
.form-logo img{
	margin-top: 13px;
	max-width: 100%;
	max-height: 50px;
}
.nav-bar,
.nav-bar .nav-line,
.nav-bar .nav-line *{
	overflow: visible;
}
.nav-bar{
	height: 30px;
}
.nav-bar .nav-line{
	width: 100%;
	font-size: 0;
	height: 2px;
	overflow: visible;
	margin-top: -1px;
}
.nav-bar .nav-line .nav-buoy{
	height: 100%;
}
.nav-bar .nav-line .nav-buoy em{
	display: inline-block;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	border-radius: 3px;
}
.nav-bar .nav-text{
	margin: 0 auto;
	height: 36px;
	line-height: 36px;
	cursor: default;
	float: none;
}
.nav-bar .nav-text > span{
	float: left;
	display: inline-block;
	text-align: center;
}
.form-panel > div{
	margin-left: 35px;
	width: 330px;
}
.form-panel .lang{
	height: 44px;
	line-height: 44px;
}
.form-panel .lang a{
	padding-left: 6px;
	padding-right: 6px;
}
.login-body .form-panel .lang .last{
	border-right: none;
	padding-right: 0;
}
.form-panel .form-row > *{
	float: left;
}
.form-panel .form-input{
	width: 328px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	margin-bottom: 9px;
	border-radius: 8px;
	text-indent: 20px;
}
.form-panel .form-button{
	min-width: 100px;
	height: 35px;
	line-height: 35px;
	margin-top: 10px;
	border-radius: 8px;
}
.form-panel .captcha-wrap{
	float: right;
	width: 94px;
	height: 23px;
	padding: 6px 11px;
	margin-top: 10px;
	border-radius: 8px;
	overflow: hidden;
}
.form-panel .captcha-wrap img{
	width: 96px;
	height: 25px;
	margin-top: -1px;
	margin-left: -1px;
}
.form-panel .form-text{
	height: 40px;
	margin-top: 10px;
	text-indent: 5px;
}
.form-panel .form-text label{
	vertical-align: middle;
}
.form-panel .form-text .new-line{
	display: inline-block;
	text-indent: 5px;
}
.form-panel .indent-text{
	width: 268px;
	margin-left: 66px;
	margin-right: 66px;
	text-indent: 0;
}
.form-panel .text-title{
	line-height: 30px;
}
.form-panel .split-line{
	font-size: 0;
	width: 290px;
	height: 0;
	margin-left: 55px;
	margin-right: 55px;
}
.form-panel .agreement-wrap{
	font-size: 12px;
}
.form-panel .agreement-wrap a{
	text-decoration: underline;
}
.form-submit{
	width: 100%;
	height: 53px;
}
.form-submit button{
	float: left;
	height: 100%;
	background: none;
	font-size: 18px;
	border-width: 0 !important;
}
.form-submit .half{
	width: 200px;
}
.tips-wrap {
	left: 20px;
	bottom: 30px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	overflow: hidden;
}
.tips-wrap > * {
	height: 38px;
	overflow: hidden;
}
.tips-wrap .icon-wrap{
	width: 38px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.tips-wrap .icon-wrap img{
	width: 20px;
	height: 20px;
}
.icp-wrap{
	left: 0;
	bottom: 0;
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
	padding-top: 5px;
	padding-bottom: 5px;
}
.icp-wrap a{
	color: #ffffff;
}