.cases .cases-tabbar {
	width: 66%;
	min-width: 1200px;
	margin: auto;
	margin-top: 25px;
}
.cases .cases-tabbar > ul {
	display: flex;
	justify-content: center;
}
.cases .cases-tabbar > ul li {
	width: 105px;
	color: #333;
	border: 1px solid #020202;
	text-align: center;
	line-height: 35px;
	border-radius: 85px;
	font-size: 14px;
	font-weight: bold;
	margin-right: 23px;
	cursor: pointer;
}
.cases .cases-tabbar > ul li.active {
	background: #8ec7e5;
	color: #fff;
	border-color: #8ec7e5;
}

.cases .content {
	width: 72%;
	margin: auto;
}
.cases .content .top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}
.cases .content .top > div {
	width: 258px;
	margin-right: 10px;
	margin-bottom: 20px;
	border-radius: 9px;
}
.cases .content .top > div a {
	color: #000;
	width: 100%;
	display: inline-block;
	box-shadow: 1px 2px 4px 3px #e5f2fa;
}
.cases .content .top > div span {
	padding: 3px 12px;
	background: #8ec7e5;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-radius: 5px;
	display: inline-block;
	margin: 10px 0 7px 10px;
}
.cases .content .top > div p {
	font-size: 14px;
	font-weight: bold;
	margin: 4px 0 13px 10px;
}
.cases .content .bottom {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.cases .content .bottom li {
	border: 1px solid #9e9e9e;
	padding: 3px 10px;
	border-radius: 5px;
	font-size: 14px;
	font-weight: bold;
	margin: 0 6px;
	cursor: pointer;
}
.cases .content .bottom li.active {
	background: #8ec7e5;
	color: #fff;
	border-color: #8ec7e5;
}