
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: 99;
    top: 0;
    left: 0;
	display:none;
}

.login_main{
    width: 550px;
    margin: auto;
    height: 465px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -232.5px;
}
.login_colse{
    position: absolute;
    z-index: 99999;
    width: 50px;
    height: 70px;
    right: 0px;
    line-height: 50px;
    margin-top: -70px;
    background: url(../image/colse.png) right 0px no-repeat;
    background-size: 32px;
}
.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: 5px;
    margin-bottom: 20px;
    margin-left: 15%;
}
.zh em{
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: url(../image/user_login.png) center no-repeat;
}
.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 5px 5px 0px;
	    color: #000;
}
.mm{
    width: 70%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-left: 15%;
}
.mm em{
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
    background: url(../image/user_pass.png) center no-repeat;

}
.mm span{
    float: left;
    width: 288px;
    height: 50px;
}
.mm span input{
    float: left;
    width: 100%;
    height: 50px;
    background: #f1f1f1;
    border-radius: 0px 5px 5px 0px;
    font-size: 15px;
}
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: 5px 0px 0px 5px;
    font-size: 15px;
    margin-left: 83px;
    background: url(../image/user_pass.png)#f1f1f1 18px no-repeat;
    text-indent: 56px;
}
.sxyzm{
    float: left;
    width: 100px;
    padding-top: 10px;
    background: #f1f1f1;
    padding-bottom: 10px;
    border-radius: 0px 5px 5px 0px;
    padding-right: 20px;
}
.btn{
	float: left;
    width: 70%;
    height: 50px;
    background: #617ef9;
    color: #fff;
    font-size: 18px;
    border: 0px;
    border-radius: 5px;
    margin-top: 25px;
	margin-left: 15%;
	outline: none;
}
.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;
}
.loginnr_bm a:hover{
	color: #f00;
}
.reg{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
	display:none;
}
.myyzm{
    width: 120px;
    height: 50px;
    line-height: 50px;
    background: #617ef9;
    color: #fff;
    border-radius: 0 5px 5px 0;
}
.reg_main{
    width: 550px;
    margin: auto;
    height: 465px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -232.5px;
}
.pas{
    width: 100%;
    margin: auto;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
	display:none;
}

.pas_main{
    width: 550px;
    margin: auto;
    height: 465px;
    background: #fff;
    border-radius: 4px;
    position: absolute;
    z-index: 99999;
    top: 50%;
    left: 50%;
    margin-left: -275px;
    margin-top: -232.5px;
}