@charset "UTF-8";
/**
 *
 * @authors baip
 * @date    2016-01-10 09:45:41
 * @version $1.0$
 */
body{
	background: #f8f8f8;
}
ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
input{
	padding-left: 10px;
}
/*重写placeholder样式*/
::-webkit-input-placeholder { /* WebKit browsers */
color: #cacaca;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #cacaca;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #cacaca;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #cacaca;
}
.wrapper{
	width: 100%;
	min-height: 100%;
	height: auto;
	display: -webkit-box;
	display: box;
	display: -moz-box;
	display: -o-box;
	-webkit-box-align: center;
	-moz-box-align: center;
	-o-box-align: center;
	box-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-o-box-pack: center;
	box-pack: center;
}
.wrap{
	margin: 6% auto 0;
	width:860px;
}
.wrap-head{
	overflow: hidden;
	zoom: 1;
	height: 40px;
	line-height: 40px;
}
.return-index{
	float: left;
}
.other{
	float: right;
}
.return-index,
.other{
	color: #656565;
	text-decoration: none;
	font-size: 16px;
}
.return-index:hover,
.other:hover{
	color: #656565;
	text-decoration: none;
}
.wrap-main{
	width: 860px;
	height: 580px;
	background: #fff;
}
.logopannel{
	text-align: center;
	padding-top: 30px;
}
.wrap-title{
	font-size: 30px;
	text-align: center;
	margin: 30px 0;
}
.login-input{
	margin-left: 232.5px;
}
.login-input-list{
	margin-top: 22px;
}
.loginform{
	width: 395px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
}
.forget{
	color: #ccc;
	text-decoration: none;
}
.forget:hover{
	color: #ccc;
	text-decoration: none;
}
.form-btn{
	display: inline-block;
	width: 395px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #5ee0ff;
	font-size: 20px;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.form-btn:link,
.form-btn:visited,
.form-btn:hover{
	color: #fff;
	text-decoration: none;
}
.form-btn:active{
	position: relative;
	top: 1px;
	color: #fff;
	text-decoration: none;
}
.wrap-foot{
	text-align: center;
	margin-top: 6%;
}

.code{
	width: 262px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
}

.captcha-img-wrap input{
	width: 262px;
	height: 50px;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
}

.captcha-img-wrap .captcha-wrap{
	width:80px;
	    display: inline-block;
}

.captcha-img-wrap .next{
	margin-left: 5px;
}
.getcode{
	display: inline-block;
	width: 120px;
	height: 50px;
	line-height: 50px;
	margin-top: -10px\9;
	text-align: center;
	color: #fff;
	font-size: 15px;
	background: #a0a0a0;
	margin-left: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.getcode:link,
.getcode:visited,
.getcode:hover
.getcode:active{
	color: #fff;
	text-decoration: none;
}
.introduce{
	margin-top: 10px;
	text-align: center;
}
.conection{
	text-align: center;
	margin-top: 80px;
}
.conection>span{
	font-size: 14px;
	color: #a9a9a9;
}
.conection-reg,
.conection-reset{
	color: #a9a9a9;
	text-decoration: none;
}
.conection-reg:hover,
.conection-reset:hover{
	color: #a9a9a9;
	text-decoration: none;
}
