body{
	background: #fafcff
}
.login-logo{
	position: relative;
	left: 15px;
	height: 57px;
	vertical-align: middle;
}
.header{
	position: relative;
	width: 100%;
    height: 59px;
    line-height: 59px;
	margin-bottom: 40px;
	box-shadow: 0 3px 7px rgba(0, 0, 0, 0.05);
}
.gotoIndex {
    position: absolute;
    color: #6C707A;
    font-size: 14px;
    right: 15px;
    text-decoration: none;
}
.gotoIndex::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/right.png);
    margin-left: 10px;
    top: 5px;
	position: relative;
}
.wrapper, .wrapper li {
    position: relative;
}
.wrapper{
	position: relative;
    width: 1000px;
    margin: 0 auto;
        padding-bottom: 80px;
}
.wrapper h1 {
    margin: 0 auto;
    width: 372px;
    font-size: 35px;
    margin-bottom: 28px;
}
.guideBox {
    position: absolute;
    left: 560px;
    top: 25px;
}
.guideBox a {
    color: #1ca7e1;
}
.guideBox a:hover{
	text-decoration: underline;
}
.wrapper .topSpecial {
    border-top: 1px solid #e4e4e4;
    border-radius: 3px 3px 0 0;
}

.inputText {
	text-indent: 19px;
    border: 1px solid #e4e4e4;
    display: block;
    width: 372px;
    margin: 0 auto;
    height: 55px;
    line-height: 55px;
    font-size: 14px;
    outline: none;
    margin-top: -1px;
    clear: both;
}
.mt10 label {
    display: block;
    width: 374px;
    margin: 0 auto;
    padding-top: 20px;
}
.mind-login {
    margin-right: 6px;
}
.mt10 a {
    color: #1ca7e1;
}
.btnStyle {
    text-align: center;
    background: #0062c4;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    margin: 25px auto;
    border-radius: 3px;
    display: block;
	width: 372px;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	outline: none;
	border: none;
}
.footer{
	position: fixed;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	background: #f5f5f6;
	height: 60px;
	text-align: center;
	padding-top: 20px;
	line-height: 24px;
	color: #999;
	font-size: 12px;
}
.wrapper label.error {
    position: absolute;
    left: 703px;
    top: 7px;
    padding: 10px;
    border-radius: 3px;
    background: #fa5741;
    font-size: 14px;
    color: #fff;
    font-weight: 900;
    display: none;
}
.wrapper label.error::after{
    position: absolute;
    content: '';
    left: -9px;
    bottom: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent #fa5741 transparent transparent;
}


.send {
    position: absolute;
    left: 562px;
    top: 11px;
    width: 112px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #ccc;
    border-radius: 3px;
    text-align: center;
    color: #999;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    background: -webkit-linear-gradient(top, #fff, #fafafa);
    background: -moz-linear-gradient(top, #fff, #fafafa);
    background: -o-linear-gradient(top, #fff, #fafafa);
    background: -ms-linear-gradient(top, #fff, #fafafa);
}
.input-label{
    position: absolute;
    width: 100px;
    height: 57px;
    line-height: 57px;
    left: 204px;
    text-align: right;
    font-size: 16px;
}
