
	.role{
		width: 80%;
		height: 3rem;
		padding: 0 10%;
		text-align: center;
		color:#fff;
	}
	.choose-role{
		float: left;
		float: left;
   		margin: 1rem 1rem;
	}
	.role input{
		width:0.8rem;
		
	}
	.inform{	
		width: 100%;
		height: 7rem;
	}
	.inform div{
		margin: 1.3rem 8%;
		border-bottom: 1px solid #fdfdfd;
		padding: 0.3rem;
	}
	.inform input{
		width: 90%;
	    height: 1.6rem;
	    font-size: 0.8rem;
	    background:transparent;
	    border-color: transparent;
	    color:#fff;
	    margin-left: 1.5rem;
	
	}
	.inform input::-webkit-input-placeholder{
		color:#cacaca;
	}
	.name{
		background: url('/static/index/image/user.png') no-repeat;
		background-position: 0.3rem;
		background-size: 1rem;
	}
	.password{
		background: url('/static/index/image/password.png') no-repeat;
		background-position: 0.3rem;
		background-size: 1rem;		
	}
	.orther{
		
		height: 1.3rem;
		padding: 0.7rem;
	}
	.forget{
		float: right;
		margin-right:3rem; 
		
	}	
	.forget a{
		color:#ca9848;
		
	}
	.submit{
		width: 100%;
	  
	    height: 5rem;
	    text-align: center;
	}
	.submit input{
		width: 85%;
	    height: 3rem;
	    margin-top: 1.3rem;
	    font-size: 0.9rem;
	    border-radius: 0.7rem ;
	    background-color: #e4a227;
	    color: #fff;
		border:#e4a227;
	}
	.bottom{
		width: 100%;
		height: -1;
		position: absolute;
		margin-bottom:0.3rem;
		
		text-align: center;
		color: #fff;
		font-size: 0.6rem;
		line-height: 1.3rem;
	}

	img{
		width: 0.4rem;
		height: 100%;
		margin: 0 0.3rem;
	}