.search-title {
	text-align: center;
	font-size: 26px;
	font-weight: bold;
	margin: 0 0 1em;
}
.search-head {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
	padding: 0.3em;
}
.search-body {
	background-color: #FBF7F0;
	padding: 20px 40px;
}
.controls .control {
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	padding: 3px 12px;
	font-size: 15px;
	cursor: pointer;
	color: #666;
	transition: background 150ms;
	border-radius: 20px;
	border: 1px solid #A7A7A7;
	background: #FFF;
	box-shadow: 0px 2px 0px -1px #A7A7A7;
	margin: 0;
	outline: none;
}
.controls .mixitup-control-active {
	background: #000;
	border-bottom: 1px solid #000;
	border-color: #000;
	box-shadow: none;
	color: #FFF;
	pointer-events: none;
}
.controls-box {
	margin: 10px 0 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.controls-title {
	width: 10em;
}
.controls-title span {
	font-size: 85%
}
.data_container {
	padding: 50px 0;
}
.item-box-list > ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.item-box-list > ul::after {
	content: "";
	display: block;
	width: 312px;
}
.item-box-list .item-box {
  width: 312px;
  border: 1px solid #D4D4D4;
  display: flex;
  margin: 0 0 20px;
}
.item-box-list .item-box > a {
  display: flex;
  flex: 1;
  color: #000;
	padding: 0 0 25px;
  transition: 0.2s;
}
.item-box-list .item-box > a:hover {
  background-color: #fcfaf7;
}
.item-box-list .item-box > a:hover .icon-image img {
	opacity: 0.7;
}
.item-box-list .item-wrap {
	display: flex;
	flex-direction: column;
}
.item-box-list .item-name {
	text-align: center;
	font-size: 18px;
	line-height: 1.2;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.item-box-list .item-photo {
	overflow: hidden;
}
.item-box-list .details21 .item-photo img {
	transform: translate(8%, 0) scale(1.6);
}
.item-box-list .details22 .item-photo img {
	transform: translate(15%, 0) scale(2);
}
.item-box-list .icon-list ul {
	display: flex;
	justify-content: space-between;
	padding: 15px;
}
.item-box-list .icon-list ul li {
	width: 30.7%;
	text-align: center;
}
.item-box-list .icon-title {
	font-size: 15px;
	line-height: 1;
}
.item-box-list .icon-data {
	font-size: 12px;
	line-height: 1.3;
	height: 33px;
}
.item-box-list .item-desc {
	text-align: center;
	font-size: 15px;
	line-height: 1.3;
	background-color: #F1F1F1;
	height: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.item-box-list .item-label {
	flex: 1;
}
.item-box-list .item-label ul {
  display: flex;
	flex-wrap: wrap;
	padding: 15px;
}
.item-box-list .item-label ul li {
  font-size: 12px;
  color: #666;
  border: 1px solid #A7A7A7;
  border-radius: 100vh;
  background-color: #fff;
  margin: 0 5px 5px 0;
  padding: 0.4em 0.6em;
	line-height: 1;
	white-space: nowrap;
}
.item-btn {
	width: 200px;
	margin: 0 auto;
	text-align: center;
	background-color: #0071BE;
	border-radius: 100vh;
	color: #fff;
	font-size: 15px;
	padding: 0.4em;
}

@media screen and (max-width: 768px) {
	.search-title {
		font-size: 5vw;
	}
	.search-head {
		font-size: 4vw;
		margin: 0 -4.2666666667vw;
	}
	.search-body {
		font-size: 4vw;
		margin: 0 -4.2666666667vw;
		padding: 4vw 0 4vw 4vw;
	}
	.controls .control {
		font-size: 3.6vw;
	}
	.controls-box {
		margin: 3vw 0 0;
	}
	.controls-title {
		font-size: 90%;
		width: 100%;
		margin: 0 0 1vw;
	}
	.controls .control {
		margin-right: 0.5vw;
	}
	.controls-list {
		overflow-x: auto;
		white-space: nowrap;
		padding: 0 1em 1.5vw 0;
	}
	.data_container {
		padding: 5vw 0;
	}
	.item-box-list .item-box {
		width: auto;
		margin: 0 0 5vw;
	}
	.item-box-list .item-box > a {
		padding-bottom: 5vw;
	}
	.item-box-list .item-name {
		font-size: 5.2vw;
		height: inherit;
		padding: 0.9em 0.6em 0.6em;
	}
	.item-box-list .icon-list ul {
		padding: 3.5vw;
	}
	.item-box-list .icon-list ul li {
		width: 32%;
	}
	.item-box-list .icon-title {
		font-size: 3.8vw;
	}
	.item-box-list .icon-data {
		font-size: 3.2vw;
		height: inherit;
	}
	.item-box-list .item-desc {
		font-size: 4vw;
		height: inherit;
		padding: 0.7em;
	}
	.item-box-list .item-label ul {
		padding: 4vw 4vw 2.5vw;
	}
	.item-box-list .item-label ul li {
		font-size: 3vw;
		margin: 0 1.5vw 1.5vw 0;
	}
	.item-btn {
		width: 70%;
		font-size: 4vw;
	}
}