* {
	margin: 0;
	padding: 0;
}

.custom-header .g-headertop,
.custom-header .page-header-wrapper {
	display: none !important;
}

body,
html {
	margin: 0;
	padding: 0;
	background-color: #fff;
}

ul,
li {
	list-style: none;
}

.home_box {
	width: 100%;
	min-width: 1200px;
}

/* 发布需求 */
.mask_box {
	border: 1px solid;
	width: 100%;
	margin: auto;
	height: 100%;
	/* display: flex; */
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.6);
	overflow: auto;
	text-align: center;
	z-index: 999;
	display: none;
}

/* 进驻 */
.mask_box2 {
	border: 1px solid;
	width: 100%;
	margin: auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.6);
	overflow: auto;
	text-align: center;
	z-index: 999;
	/* display: none; */
}

.mask1 {
	width: 680px;
	height: 520px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
	position: relative;
}

.mask_close {
	color: #000;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	position: absolute;
	right: 25px;
	top: 15px;
	cursor: pointer;
}

.mask_top {
	width: 680px;
	height: 50px;
}

.mask_top>img {
	width: 100%;
	height: 100%;
}

.mask_form {
	display: flex;
	flex-direction: column;
	padding: 10px 120px 30px 120px;

}

.mask_form>span {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 48px;
	line-height: 65px;
	margin-bottom: 20px;
}

.mask_form .apply_input {
	width: 355px;
	padding: 10px 0;
	border: none;
	border-bottom: 1px solid #B66D00;
}

.mask_select {
	width: 355px;
	/* height: 45px; */
}

.mask_select .el-input__inner {
	background: #FFFAF2 !important;
	border: none;
}



.mask_submit {
	width: 300px;
	height: 50px;
	background: #EFCA47;
	border-radius: 5px 5px 5px 5px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
}

.mask_submit:hover {
	color: #EFCA47;
	background: #000;
}

.mask2 {
	width: 680px;
	height: 520px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}

.mask2 .mask_result {
	width: 100%;
	display: flex;
	flex-direction: column;
	/* justify-content: center; */
	align-items: center;
	padding: 25px 38px;
}

.mask_result .mr_1 {
	width: 85px;
	height: 85px;
	margin-bottom: 25px;
}

.mask_result .mr_1>img {
	width: 100%;
	height: 100%;
}

.mask_result .mr_2 {
	margin-bottom: 25px;
	height: 26px;
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	line-height: 23px;
	letter-spacing: 1px;

}

.mask_result .mr_3 {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 235px;
	margin-bottom: 25px;
}

.mask_result .mr_3 .mr_3_img {
	width: 100px;
	height: 100px;
}

.mask_result .mr_3 .mr_3_img>img {
	width: 100%;
	height: 100%;
}

.mask_result .mr_4 {
	width: 355px;
	height: 41px;
	background: #F1F1F1;
	line-height: 41px;
	text-align: center;
	font-size: 15px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #454545;
	margin-bottom: 25px;
}

.mask_result .mr_5 {
	width: 300px;
	height: 50px;
	background: #EFCA47;
	border-radius: 5px 5px 5px 5px;
	line-height: 50px;
	text-align: center;
	margin: 0 auto;
	/* margin-top: 40px; */
	font-size: 18px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
}
