
body {
	background-color: #f9f9f9 !important;
}
.box-tab {
	width: 1684px;
	height: 114px;
	margin: 0 auto 40px auto;
}
.box-tab ul {
	display: flex;
	justify-content: center;
	height: 100%;
}
.box-tab ul li {
	width: 120px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #595858;
	position: relative;
}
.box-tab ul li.active::after {
	content: " ";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #83cbc5;
}

/* #region 精选 */
.sift {
	background-color: #f9f9f9;
}
.sift .dl {
	width: 1684px;
	margin: 0 auto;
}
.sift .dl .dbody {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 0 20px;
}
.sift .dl .dbody::after {
	content: "";
	flex: auto;
}
.sift .dl .dbody .item {
	display: flex;
	width: 548px;
	height: 746px;
	background: #fff;
	box-sizing: border-box;
	padding: 25px 24px;
	margin-bottom: 60px;
}
.sift .item .img {
	width: 500px;
	height: 500px;
	overflow: hidden;
	border-radius: 5px;
	position: relative;
	margin-bottom: 20px;
}
.sift .item .img ul {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	overflow: hidden;
	border-radius: 5px;
}
.sift .item .img ul li {
	width: 100px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 24px;
	background: #002163;
}
.sift .item .img ul li.t2 { background: #ff7100; }

.sift .item .title {
	height: 28px;
	line-height: 28px;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.sift .item .r2 {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	color: #333;
	margin-bottom: 20px;
}
.sift .item .r3 {
	display: flex;
	margin-bottom: 20px;
}
.sift .item .r3 > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 120px;
	height: 36px;
	box-sizing: border-box;
	margin-right: 10px;
	border: 1px solid #ff6161;
	color: #ff6161;
	border-radius: 5px;
	font-size: 20px;
}
.sift .item .r4 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 24px;
	color: #83cbc5;
}
.sift .item .r4 .r {
	font-size: 20px;
	color: #999;
}
.sift .item .r3-2 {
	display: flex;
	margin-bottom: 20px;
}
.sift .item .r3-2 > li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 88px;
	height: 26px;
	box-sizing: border-box;
	margin-right: 10px;
	color: #fff;
	font-size: 18px;
	background: #019193;
}
.sift .item .r3-2 > li.c2 { background: #ffede3; color: #ff5400; }
.sift .item .r3-2 > li.c3 { background: #eee; color: #999; }
.sift .item .r3-2 > li.c4 { background: #ff6161; color: #fff; }
.sift .item .r3-2 > li.c5 { background: #ebf5fe; color: #5271ff; }
.sift .item .r3-2 > li.c6 { background: #7b6db3; color: #fff; }
/* #endregion */

#laypage-disk {
	display: flex;
	justify-content: center;
	zoom: 1.25;
	margin-bottom: 50px;
}
