body{
   /* background: url(../image/gmbg1.jpg) center no-repeat;*/
    background-size: 110%;
    text-align: center;
}
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: auto;
    margin-top: 12%;
}
.login h2{
    -webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
}
.loginti{
    text-align: center;
    height: 100px;
    line-height: 100px;
    font-size: 18px;
    font-weight: bold;
    width: 550px;
    margin: auto;
}
.loginti em{
	font-style: normal;
    float: left;
    width: 450px;
    text-indent: 100px;
}
.loginti span{
	float: right;
    width: 66px;
    height: 50px;
    margin-top: 25px;
    line-height: 50px;
    font-size: 15px;
    color: #e4007f;
    cursor: pointer;
}
.loginnr{
	width: 550px;
    margin: auto;
    height: 265px;
}
.zh{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 15px;
    margin-bottom: 20px
}
.zh em{
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
}
.zh span{
    float: left;
    width: 490px;
    height: 50px;
}
.zh span input{
    float: left;
    width: 490px;
    height: 50px;
    background: #f1f1f1;
    font-size: 15px;
	    border-radius: 0px 15px 15px 0px;
}
.mm{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 15px;
	margin-bottom: 20px;
}
.mm em{
    float: left;
    width: 60px;
    height: 50px;
    line-height: 50px;
}
.mm span{
    float: left;
    width: 490px;
    height: 50px;
}
.mm span input{
    float: left;
    width: 490px;
    height: 50px;
    background: #f1f1f1;
    border-radius: 0px 15px 15px 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: 370px;
    height: 50px;
    line-height: 50px;
    background: #f1f1f1;
    border-radius: 15px 0px 0px 15px;
    font-size: 15px;
	padding-left: 60px;
}
.sxyzm{
    float: left;
    width: 100px;
    padding-top: 10px;
    background: #f1f1f1;
    padding-bottom: 10px;
    border-radius: 0px 15px 15px 0px;
    padding-right: 20px;
}
.btn{
	float: left;
    width: 100%;
    height: 50px;
    background: #e4007f;
    color: #fff;
    font-size: 18px;
    border: 0px;
    border-radius: 15px;
    margin-top: 25px;
	    outline: none;
}