  	*{
  		margin: 0 auto;
  		padding: 0;
  	}
  	.zhuce-box{
  		width: 400px;
  		height: 340px;
  		margin-top: 40px;
  		position: relative;
  		border: 1px solid #fb3434;
  		padding-top: 50px;
  		border-radius: 6px;
  		margin-bottom: 40px;
  	}
  	.zhuce-box-1{
  		width: 400px;
  		height: 240px;
  		margin-top: 40px;
  		position: relative;
  		border: 1px solid #fb3434;
  		padding-top: 50px;
  		border-radius: 6px;
  		margin-bottom: 40px;
  	}
  	.zhuce-box-1 .Iusername{
  		border-radius: 6px;
	    padding-left: 20px;
	    height: 40px;
	    display: block;
	    width: 320px;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	    border: 1px solid #eee;
	    line-height: 18px;
	    margin-left: 30px;
  	}
  	.zhuce-box .Iusername{
  		border-radius: 6px;
	    padding-left: 20px;
	    height: 40px;
	    display: block;
	    width: 320px;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	    border: 1px solid #eee;
	    line-height: 18px;
	    margin-left: 30px;
  	}
  	.confirmPassword #confirmPassword{
  		border-radius: 6px;
	    padding-left: 20px;
	    height: 40px;
	    display: block;
	    width: 320px;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	    border: 1px solid #eee;
	    line-height: 18px;
	    margin-left: 30px;
  	}
  	.usernamespan span,.passwordspan span,.confirmPassword span{
  		width: 320px;
  		height: 40px;
  		display: block;
  		font-size: 12px;
  		color: #fb3434;
  	}
  	.zhuce-box-1 .password{
  		border-radius: 6px;
	    padding-left: 20px;
	    height: 40px;
	    display: block;
	    width: 320px;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	    border: 1px solid #eee;
	    line-height: 18px;
	    margin-left: 30px;
  	}
  	.zhuce-box .password{
  		border-radius: 6px;
	    padding-left: 20px;
	    height: 40px;
	    display: block;
	    width: 320px;
	    box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.075);
	    border: 1px solid #eee;
	    line-height: 18px;
	    margin-left: 30px;
  	}
  	.zhuce{
	    display: block;
	    color: white;
	    font-size: 14px;
	    background: #fb3434;
	    width: 343px;
	    cursor: pointer;
	    border: 1px solid #fb3434;
	    border-radius: 6px;
	    height: 40px;
	    margin-left: 30px;
  	}
  	.zhuce:hover{
  		background: white;
  		color: orangered;
  	}