*{
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}
a{
	color: inherit;
}
.mar-10{
	margin-top: 10px;
}
.apply_text{
	font-size: 30px;
	color: white;
}
.mar-5{
	margin-right: 5px;
}
.apply_box_img1{
	width: 100%;
	height: 220px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	/* background-color: #000000; */
	background: url(../image/banner.27d522cd.png);
}
.apply_box_title{
	font-size: 32px;
	font-weight: bold;
	color: rgb(255,255,255);
	margin-bottom: 19px;
}
.apply_box_content{
	font-size: 18px;
	color: rgb(255,255,255);
}
.apply_form_list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.el-form-item{
	margin-bottom: 22px;
	
}
.el-form-item_label{
	float: none;
	display: inline-block;
	text-align: left;
	padding: 0 0 10px;
	vertical-align: middle;
	font-size: 14px;
	color: #606266;
	line-height: 40px;
}
.el-form-item-content{
	line-height: 40px;
	position: relative;
	font-size: 14px;
}
.el-input{
	position: relative;
	font-size: 14px;
	display: inline-block;
	width: 100%;
}
.el-input_inner{
	background-color: #FFFFFF;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	width: 800px;
}
.el-form-item_label::before{
	content: "*";
	color: #f56c6c;
	margin-right: 4px;
}
.el-form-width{
	width: 266.66px;
	background-color: #FFFFFF;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
	
}
.el-form-flex{
	display: flex;
}
.el-button{
	width: 133.33px;
	height: 40px;
	padding:12px 0 12px 0;
	text-align: center;
	color: #409eff;
	cursor: pointer;
	font-size: 14px;
	font-weight: 500;
	background-color: transparent!important;
	border: 0;
	outline: none;
}
.el-input_width1{
	width: 400px;
	background-color: #FFFFFF;
	background-image: none;
	border-radius: 4px;
	border: 1px solid #dcdfe6;
	color: #606266;
	display: inline-block;
	font-size: inherit;
	height: 40px;
	line-height: 40px;
	outline: 0;
	padding: 0 15px;
	transition: border-color .2s cubic-bezier(.645, .045, .355, 1);
}
.el-button-primary{
	width: 98px;
	height: 40px;
	text-align: center;
	color: #fff;
	background-color: #409EFF;
	display: inline-block;
	white-space: nowrap;
	cursor: pointer;
	border: 1px solid #409EFF;
	transition: .1s;
	font-weight: 500;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 22px;
}
.dropdown{
	width: 400px;
	position: absolute;
	height: 82px;
	background: #FFFFFF;
	box-shadow: 0px 2px 12px rgba(0,0,0,.1);
	border-radius: 4px;
	border: 1px solid #e4e7ed;
	margin: 5px 0;
	overflow: hidden;
	display: none;
}
.dropdown-item{
	padding: 0 20px;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #606266;
	height: 34px;
	cursor: pointer;
}
.dropdown-item:hover{
	background-color: #f5f7fa;
}
.alert{
	display: flex;
	
	
	align-items: center;
	
}
.alert i{
	font-size: 14px;
}
.alert-content{
	font-size: 14px;
	margin-left: 10px;
}
.apply_container{
	position: relative;
}
.alert-box{
	display: none;
	color: red;
	position: fixed;
	z-index: 1000;
	top: 0px;
	left: 36%;
	width: 380px;
	height: 48px;
	padding: 15px 15px 15px 20px;
	background-color: #fde2e2;
	border: 1px solid #fde2e2;
}
.tran{
	top: 20px;
}
.suff{
	margin-left: -26px;
}
.disnone{
	display: none;
}
.el-input_error{
	color: #f56c6c;
	font-size: 12px;
	line-height: 1;
	padding-top: 4px;
	position: absolute;
}