.head{
  width:100%;
  height:26px;
  background-color:#057A27;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head span{
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
}
.logo{
	text-align: center;
	margin-top:10%;
}
.logo p{
   font-size:2rem;
   color:#0083FF;
   font-weight: 700;
}

.login{
	width:80%;
	margin:0 auto;
	padding-top:10%;
}
.login p{
   font-size:1.5rem;
   line-height:30px;
}

.login ul{
	margin-top:10%;
}
.login ul li{
	width:100%;
	margin-bottom:7%;
	border-bottom: 1px solid #9B9B9B;
}
.login ul .last{
	border-bottom:none;
	margin-top:20px;
}
.login ul li span{
	font-size: 1.5rem;
	color:#000;
	margin-left:1%;
}
.login ul li .tin{
	width:66%;
	height:35px;
	line-height:35px;
	padding:0 5%;
	outline:medium;
	font-size:1.4rem;
	color:#9B9B9B;
	border:none;
}
.login ul li button.hqyz{
	color:#333333;
    background: #eee;
    width:26%;
    font-size: 1rem;
    line-height: 25px;
    border: 0;
    border-radius: 8px;

}

.login ul .pass{
	margin-bottom:3%;
}
.login ul .zc{
	border:none;
	height:35px;
	line-height: 35px;
}
.login ul .zc .left{
	float:left;
	color:#9B9B9B;
	font-size: 1.4rem;
}
.login ul .zc .right{
	float:right;
	color:#9B9B9B;
    font-size: 1.4rem;
}

.dlsub{
	width:100%;
	height:40px;
	border:none;
	background:#0083FF;
	line-height:40px;
	text-align:center;
	outline:medium;
	color:#fff;
	font-weight: 700;
	font-size: 1.5rem;
	border-radius:8px;
}