@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Lx */

/*待遇列表----开始--------------------------------------------------------*/
.lx_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 10px;
	margin-top: 100px;
}

.lx_box dt {
	width: 200px;
	height: 200px;
	min-width: 200px;
	min-height: 200px;
	margin: 40px;
}

.lx_box dd {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-direction: column;
	padding: 20px;
}

.lx_box dd h2 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.lx_box dd span {
	min-width: 180px;
	min-height: 50px;
	font-size: 20px;
	color: var(--bai);
	background-color: var(--sc01);
	padding: 5px 10px;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	margin: 20px auto;
	transition: all 0.3s ease;
	cursor: pointer;
}

.lx_box dd span:hover {
	transform: translateY(-3px);
	filter: brightness(130%) saturate(80%);
}

.lx_cent_box {
	width: 1200px;
	padding: 30px;
	margin: 0 auto;
	box-sizing: border-box;
}

.lx_cent {
	width: 100%;
	padding: 20px;
	margin: 0 auto;
	background: var(--bai);
	border-radius: 10px;
	box-sizing: border-box;
	box-shadow: 0 6px 14px rgba(205, 136, 136, 0.2);
}

/*待遇列表----结束--------------------------------------------------------*/