@charset "utf-8";
/*Author: BeiYue*/
/*QQ: 964214970*/
/*Telegram: BeiYue88*/
/*==============================================================*/

/* CSS Dy */

/*待遇列表----开始--------------------------------------------------------*/
.dybt_box {
	width: 1200px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 100px;
	padding: 0 20px;
	padding-top: 30px;
	box-sizing: border-box;
}

.dybt_box dt {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.dybt_box dt img {
	width: 30px;
	height: 30px;
	margin-right: 5px;
}

.dybt_box dt p {
	color: var(--sc01);
	font-size: 22px;
	font-weight: bold;
}

.dybt_box a {
	width: 80px;
	height: 30px;
	background: var(--sc01);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;

}

.dybt_box a img {
	width: 14px;
	height: 14px;
	filter: var(--svg03);
	transform: rotate(90deg);
	margin-right: 2px;
}

.dybt_box a p {
	color: var(--bai);
	margin-bottom: 2px;
}

.dy_box {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
	padding-top: 10px;
}

.dy_box .dy_list {
	flex: 0 0 calc(12% - 14px);
	background: var(--bai);
	box-shadow: 0 6px 14px rgba(205, 136, 136, 0.2);
	margin: 10px;
	padding: 10px;
	border-radius: 8px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
}

.dy_list .dy_logo {
	width: 100px;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
	/* 禁止伸缩 */
	flex-shrink: 0;
	flex-grow: 0;
}

.dy_list .dy_btn {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(0, 0, 0, 0.7);
	justify-content: center;
	align-items: center;
	margin-top: -10px;
	display: flex;
	opacity: 0;
	transition: all 0.5s;
}

.dy_btn a {
	width: 80px;
	height: 30px;
	color: var(--bai);
	background: var(--sc01);
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: scale(0);
	transition: all 0.3s;
}

.dy_box .dy_list:hover .dy_btn {
	opacity: 1;
}

.dy_box .dy_list:hover .dy_btn a {
	transform: scale(1);
}

/*待遇列表----结束--------------------------------------------------------*/
/*待遇详情----开始--------------------------------------------------------*/
.dy_cent_main {
	width: 1200px;
	padding: 30px;
	padding-top: 0;
	margin: 0 auto;
	box-sizing: border-box;
}

.dy_cent_box {
	width: 100%;
	background: var(--bai);
	margin: 0 auto;
	border-radius: 10px;
	padding: 20px;
	margin-top: 20px;
	box-shadow: 0 6px 14px rgba(205, 136, 136, 0.2);
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
	box-sizing: border-box;
}

.dy_cent_box .dy_cent_pt {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 20px;
}

.dy_cent_pt .dy_cent_logo {
	width: 100px;
	height: 100px;
	margin-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* 禁止伸缩 */
	flex-shrink: 0;
	flex-grow: 0;
}

.dy_cent_pt dd .dy_cent_bt {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
}

.dy_cent_pt dd .dy_cent_ms {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 2px auto;
}

.dy_cent_ms h1 {
	font-size: 14px;
	min-width: 75px;
}

.dy_cent_bt {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 10px;
}

.dy_cent_bt p {
	color: var(--sc01);
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 5px;
}

.dy_cent_bt span {
	height: 4px;
	width: 100%;
	display: flex;
	background-color: var(--sc01);
}
.dy_cent_cent {
	width: 100%;
}

.dy_cent_cent h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
}

.dy_cent_cent img {
	margin: 5px auto;
}

.dy_cent_cent p {
	line-height: 24px;
	box-sizing: border-box;
}
.dy_cent_cent hr {
	border: 2px dashed var(--sc04);
	/* height: 3px; */
	/* background-color: var(--sc04); */
	margin: 10px auto;
}

.dy_cent_cent .dy_fenge {
	width: 100%;
	display: flex;
	height: 20px;
}

.dy_cent_cent .dy_bs {
	color: var(--sc01);
}

/*待遇详情----结束--------------------------------------------------------*/