#wx_resume {
	margin: 0 auto;
	padding: 0;
	/*width: 66%;*/
	background-color: #F5F5F5;
}

.el-select, .el-input {

}

.el-date-editor.el-input,
.el-date-editor.el-input__inner {
	width: 200px;
}

.el-form-item {
	width: 400px;
}

.el-button--primary {
	background-color: #1D6BC3;
	border-color: #1D6BC3;
}

.verify_img .el-input-group__append {
	border: none;
	padding: 0 0;
}

.wx_textarea {
	width: 300%;
}

#verifyImg {
	width: 80px;
	height: 28px;
}
 #wx_resume .el-form-item.is-required:not(.is-no-asterisk) .el-form-item__label-wrap>.el-form-item__label:before, .el-form-item.is-required:not(.is-no-asterisk)>.el-form-item__label:before{
	    content: none;
	    color: none;
	    margin-right: none;
}

@media only screen and (max-width: 1024px) {
	#wx_resume {
		width: 95% !important;
	}

	.el-form-item__label {
		width: 100px !important;
	}

	.el-upload__tip {
		width: 200px !important;
	}

	.wx_textarea {
		width: 200px !important;
	}

	.verify_img {
		width: 200px !important;
	}

}
