*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
	 font-family: "STHeiti","SimHei", "黑体";
}
.cl{
	clear:both;
}
.body{
	margin-top: 0px;
	transition: all .5s;
  	padding: 1px;
  	letter-spacing: 1px;
}
.title{
		text-align: center;
	}

#home{
		padding-top:20px;
		height:100px;
		width:95%;
	}
#home img{
	float: right;
	}
.vli{
	width: 95%;
	margin: 0px auto;
	display:table;
	position: relative;
	min-height:500px;
}
.vli > div {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	min-height:500px;
}
.vli button{
 	letter-spacing: 1px;
 	font-size: 16px;
	background: transparent;
	display: inline-block;
	padding: 8px 28px;
	border: 2px solid #fff;
	border-radius: 50px;
	background-clip: padding-box;
	position: relative;
	color: #FFF;
	transition: all .25s;
}
.vli button.btn{
	border-color: #ff4931;
	background: #ff4931;
	font-size:16px;
}
.vli .move button.btn{
	border-color: #ffa500;
	background: #ffa500;
}
.vli .splits p{
	font-size: 18px;
}
.vli button:active{
	box-shadow: none;			
}
.vli button:focus{
	outline: none;			
}
.vli  .wrapper {
 	border-radius: 6px;
	max-width: 40%;
	height: 120%;
	background: #fff;
	/*border: 1px solid rgba(0,0,0,.14);*/
	transition: all .5s;
	overflow: hidden;
}
.vli .wrapper > div{
	padding: 15px 30px 30px;
	transition: all .5s;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
}
.vli .wrapper #login{
	padding-top:12%;
}
#login .btn{
	margin-bottom: 15px;
}
#login p, #register p {
    position: absolute;
    left: 65px;
}
.vli .wrapper div div {
	position: relative;
	margin-bottom: 25px;
	box-sizing: border-box;
}
.vli .wrapper label{
	position: absolute;
	top: -7px;
	font-size: 12px;
	white-space: nowrap;
	background: #fff;
	text-align: left;
	left: 15px;
	padding: 0 5px;
	color: #797676;
	pointer-events: none;
}
.vli .wrapper h3{
	margin-bottom: 20px;
	margin-top: 5px;
}
.vli .wrapper input {
	height: 40px;
	padding: 5px 15px;
	width: 100%;
border-bottom: 1px solid #dbdbdb;  
border-top:0px;  
border-left:0px;  
border-right:0px;  
	box-sizing: border-box;
}
.vli .wrapper select{
	height: 40px;
	padding: 5px 15px;
	width: 100%;
border-bottom: 1px solid #dbdbdb;  
border-top:0px;  
border-left:0px;  
border-right:0px;  
	box-sizing: border-box;
	background-color:#FFFFFF;
}



.vli .wrapper input[type="checkbox"]{
		height: 20px;
		width:20px;
		margin-left:10px;
		box-sizing: border-box;

	}


.vli .wrapper input:focus{
	outline: none;
	border-color: #ff4931;
}
.vli > .wrapper.move input:focus{
	border-color: #ffa500;
}
#check{
	overflow: hidden;
	margin-bottom:20px;
}
#check *{
	float:left;
}
#check label{
	pointer-events: auto;
	padding-top:5px;
}
#check input{
	width:14px;
	position: absolute;
	left: 0px;
	top: -17px;
}
#check a{
	padding-left: 110px;
	margin-top: -4px;
}
#register .pho{
	width: 60%;
	float: left;
}
#register .pcd{
	width: 40%;
	float: left;
}

.yanzhengma_l{
	width: 60%;
	float: left;
}
.yanzhengma_r{
	width: 40%;
	float: left;
}

#register .checkbox_1{
	width: 40px;
	float: left;
}
#register .checkbox_2{
	width: 80%;
	float: left;
	text-align:left;
}
.marb0{
	margin-bottom: 0px!important;
}
.cl1{
	clear:both;
	margin-bottom:0px!important;
}

input[type="text"],input[type="password"],input[type="submit"]{ font-size:14px;}


.orange,a.orange:visited,a.orange:link{color:#F37B47; font-weight:normal; }
a.orange:active,a.orange:hover{color:#F37B47;text-decoration:none;font-weight:normal; }
.ash{
color:#777777;
font-size:14px;
}
a.ash:link,a.ash:visited{
color:#999999;
}
a.ash:hover,a.ash:active{
color:#999999;
}
.code_pic{
				display: flex;
				flex-direction: row;
				justify-content: space-between;	
				width: 100%;
				height: 60px; 
				background: none; 
				padding-top: 39px;	
				margin-top: -30px; 
				
			}

