.center{
	margin: 0;
	width: 100%;
	height: auto;
	padding-top: 73px;
	min-height: 670px;
	background-color: #f3f3f3;
}
.content_text{
	width: 1200px;
	height: auto;
	margin:100px auto;
	background-color: #fff;
	border-radius:20px ;
	box-shadow: 0 0 10px 10px #ccc;
	
}
.wj_content{
    width: 1000px;
	height: 500px;
	margin: auto;
	
}
.wj_text{
	padding:50px;
}
.wj_title{
	height:60px;
	border-bottom: 1px solid #ccc;
}
.wj_email{
	padding-top: 50px;
	font-size: 14px;
}
.wj_ts{
	margin-top: 8px;
	color: #F15533;
}

form{
	margin-top: 30px;
	font-size: 14px;
	color: #666;
}
.emil_inp{
	width: 305px;
	height: 40px;
	border: 1px solid #ccc;
	padding-left: 15px;
	line-height: 40px;
	border-radius:5px ;
	
}
.emil_inp input{
	width: 255px;
	height: 30px;
	margin-left: 10px;
	border: none;
	outline: none;
	
}
.wj_error{
	margin-top: 20px;
	text-align: left;
    border: 1px solid #F15532;
    color: #F15533;
    padding-left: 30px;
    width: 260px;
    line-height: 30px;
    height: 30px;
    background:#FEEEEB url(../img/dl.svg) no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px 16px;
    background-position: 8px 7px ;
}
.err_hide{
	display: none;
}
.wj_btn{
	margin-top: 20px;
}
.wj_btn button{
	width: 80px;
	height: 30px;
	background-color: #108cee;
	border: none;
	outline: none;
	border-radius: 6px;
	color: #fff;
}
