input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #f1f1f1 !important;
	-webkit-box-shadow: 0 0 0px 1000px #f1f1f1 inset !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
.login{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99999999999999;
    top: 0;
    left: 0;
}
.login_img{
    width: 500px;
    margin: auto;
    height: 465px;
    background: #fff;
    border-radius: 5px 0  0 5px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-left: -500px;
    margin-top: -232.5px;
}
.login_main{
    width: 550px;
    margin: auto;
    height: 465px;
    background: #fff;
    border-radius:0 5px 5px 0;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-top: -232.5px;
}
.login_colse{
	position: absolute;
    z-index: 99999;
    width: 50px;
    height: 70px;
    right: 20px;
    top: 39px;
    line-height: 50px;
    background: url(../image/colse.png) right 0px no-repeat;
    background-size: 20px;
}
.loginti{
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    width: 100%;
    margin: auto;
}
.loginnr{
	width: 100%;
    margin: auto;
    height: auto;
	overflow: hidden;
}
.zh{
    width: 70%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 2px;
    margin-bottom: 5px;
    margin-left: 15%;
}
.zh em{
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: url(../image/user_login.png) center no-repeat;
	background-size: 20px;
}
.zh span{
    float: left;
    width: 288px;
    height: 50px;
}
.zh span input{
    float: left;
    width: 100%;
    height: 50px;
    background: #f1f1f1;
    font-size: 15px;
	border-radius: 0px 2px 2px 0px;
	color: #000;
}
.mm{
    width: 70%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 2px;
    margin-left: 15%;
}
.mm em{
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: url(../image/user_pass.png) center no-repeat;
	background-size: 20px;

}
.mm span{
    float: left;
    width: 288px;
    height: 50px;
}
.mm span input{
    float: left;
    width: 100%;
    height: 50px;
    background: #f1f1f1;
    border-radius: 0px 2px 2px 0px;
    font-size: 15px;
}
.pastisimg{
    width: 385px;
    margin-left: 82px;
    margin-bottom: 5px;
}
input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0 1000px #f1f1f1 inset; 
	background-color: #f1f1f1;
	background-image: none;
	color: #000;
}
.code{
	float: left;
    width: 263px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px 0px 0px 2px;
    font-size: 15px;
    margin-left: 83px;
    background: url(../image/user_yzm.png)#eee 18px center no-repeat;
    background-size: 18px;
    text-indent: 58px;
}
.sxyzm{
float: left;
    width: 100px;
    padding-top: 10px;
    background: #f1f1f1;
    padding-bottom: 10px;
    border-radius: 0px 2px 2px 0px;
    padding-right: 20px;
    height: 30px;
    line-height: 30px;
    text-align: center;cursor: pointer;
}
.btn{
	float: left;
    width: 70%;
    height: 50px;
    background: #02a8e0;
    color: #fff;
    font-size: 18px;
    border: 0px;
    border-radius: 2px;
    margin-top: 10px;
    margin-left: 15%;
    outline: none;
    cursor: pointer;
}
.loginnr_xy{
    width: 70%;
    margin-left: 15%;
    overflow: hidden;
	height: 30px;
    line-height: 40px;
}
.loginnr_xy a{
    color: #f00;	
}
.loginnr_bm{
    width: 70%;
    height: auto;
    margin-left: 15%;
    overflow: hidden;
}
.loginnr_bm li{
    width: 100%;
    height: 30px;
    line-height: 30px;
    float: left;
    text-align: center;text-decoration: underline;
}
.loginnr_bm a:hover{
	color: #f00;
}