﻿header{
	text-align: center;
	padding: 40px 0;
	background-color: #edf1f2;
}
.main{
	width: 100%;
	position: absolute;
}
.box{
	background-size: 500px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.box .wrap{
    width: 306px;
    background: #fff;
    margin: 40px auto;
}
.box .wrap h3{
	font-size: 20px;
	font-weight: 600;
        color: rgb(101, 113, 128);
}
.box .wrap .msg-error{
    position: relative;
    background: #ffebeb;
    color: #e4393c;
    border: 1px solid #e4393c;
    padding: 3px 10px 3px 40px;
    line-height: 18px;
    min-height: 18px;
    margin: 7px 0;
    height: 18px;
    visibility: hidden;
    font-size: 12px;
    
}
.box .msg-error b {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(../images/pwd-icons-new.png) -104px -49px no-repeat;
}
.box .wrap .item {
    border: 1px solid #bdbdbd;
    height: 38px;
    width: 304px;
    position: relative;
    margin: 10px 0 20px 0;
}
.box .wrap .item i {
	text-align: center;
    line-height: 38px;
    width: 38px;
    height: 38px;
    color: #ccc;
    position: absolute;
    background: #f2f2f2;
    /*position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 39px;
    height: 38px;
    background: url(../images/pwd-icons-new.png) no-repeat;*/
}
/*.box .wrap .item i.pwd-label {
    background-position: -49px 0;
}*/
.box .wrap .item input{
    line-height: 18px;
    height: 18px;
    border: 0;
    padding: 10px 0 10px 50px;
    width: 254px;
    float: none;
    overflow: hidden;
    font-size: 14px;
    font-family: '\5b8b\4f53';
    box-shadow: inset 0 0 0px 20px #fff;
}
.box .wrap .btn-submit{
	width: 100%;
    height: 36px;
    font-size: 18px;
    background-color: #4db3a2;
    color:#fff;
}
footer{
	text-align: center;
	margin: 80px 0 20px;
	color: #666;
}

.login-way-tit {
    width: 100%;
    margin-top: 16px;
    height: 11px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid;
}
.login-way-tit span{
    display: block;
    width: 138px;
    margin: 0 auto;
    background: #22546c;
}
.login-way {
    float: right;
    margin-top:12px;
    color:#bdbdbd;
}
.login-way span{
    float:left;
   line-height: 22px;
   margin:0 4px;
}
.login-way a{
       color: #fff;
    background: url(/content/img/loginWay.png) no-repeat;
    background-size: 22px;
    float: left;
    width:22px;
    height: 22px;
    line-height: 22px;
    
}
.login-way a:hover{
    text-decoration:underline;
    color:#4db3a2;
}
.login-way a.qq{
    background-position:0 -47px;
}
.login-way a.station{
    background: url(/content/img/loginWay1.png) no-repeat;
    background-size:22px;
}