@charset "UTF-8";
html {
	height: 100%;
	overflow: hidden;
	
}
body {
	background: #000 url(../images/main_bg_market.jpg) no-repeat center center scroll;
	height: 100%;
	background-size:cover
}
.main {
	position: relative;
	top: 50%;
}
.form-ico{text-align:center;}

.login-box {
	background: url(../images/login_bg_market.png) no-repeat center center scroll;	
	padding-top: 20px;
}
.register-box {
	background: url(../images/register_bg_market.png) no-repeat center 0 scroll;
	min-height:530px;
	padding-top:10px;
	
}
.form-content {
	width: 70%;
	margin: 0 auto;
	color: #fff;
}
.register-content {
	width: 70%;
	margin: 0 auto;
	color: #fff;
	height: 480px;
	position: relative;
}
.form-content .list-left, .register-content .list-left {
	display: block;
	float: left;
	text-align: center;
	width: 65px;
	margin-bottom: 15px;
	line-height: 20px;
	margin-right: 10px;
}
.form-content input, .register-content input {
	border-radius: 12px;
	float: left;
	border: none;
	margin-bottom: 13px;
	background-color: rgba(0,0,0,0.6);
	font-size: 12px;
	height: 22px;
	width: 148px;
	padding-left: 10px;
	margin-right: 10px;
}
.register-content a {
	color: #23b4ff
}
.register-content a:hover {
	color: #FF0
}
.form-sub {
	background-color: #23b4ff;
	border: none;
	width: 100%;
	border-radius: 12px;
	margin: 20px auto 0;
	padding: 3px 0;
}
.error {
	/*position: absolute;
	top: 120px;
	right: 0px;
	z-index: 5;*/
	color: #ffc63d;
	display: block;
	background: rgba(0,0,0,0.7);
	padding:5px;
	text-align: justify;
	margin:0 0 10px;
	font-size:12px;
	border-radius:15px;
}
.error_channel {
	color: #b06a00;
	background-color: #fcf8e3;
	display: block;
	text-align: center;
	border-radius: 15px;
	padding: 2px 0;
}
.text-retrieve a{
	coloar:#23b4ff;
}
.text-retrieve:hover{color:#79d2ff}
.hint {
	width: 18px;
	height: 18px;
	background: url(../images/hint.png) no-repeat 0 -20px scroll;
	float: right;
	margin-top: 3px;
}
.hint:hover {
	background-position: -20px -20px
}
#login {
	margin-top: -20px;
}
.zhu {
	padding-bottom: 20px;
}
.mt-150 {
	margin-top: -150px;
}
.mt-50 {
	margin-top: -50px;
}
.mt50 {
	margin-top: 50px;
}
.mt-320 {
	margin-top: -320px;
}
.pt10 {
	padding-top: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
