@charset "utf-8";

.overflow-y-hidden {
	overflow-y: hidden
}

body,
html {
	font-size: 14px
}

.top300 {
	padding-top: 0
}

.blue {
	color: #3a8ee6;
	cursor: pointer
}

.blue:hover {
	text-decoration: underline
}

.clearfloat:after {
	content: '';
	width: 0;
	height: 0;
	display: block;
	clear: both
}

.lf {
	float: left
}

.rg {
	float: right
}

.gray {
	color: #dbdbdb
}

.yellow {
	color: #87c13f
}

.windth80 {
	width: 80%;
	margin: 0 auto
}

.popup {
	transition: all .5s;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	left: 0
}

.popup>div {
	background: #fff;
	width: 80%;
	height: 1px;
	transition: all .5s;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around
}

.popup>div .title {
	padding: 30px 0;
	text-align: center;
	border-bottom: 1px solid #dbdbdb
}

.popup>div .butbox {
	display: flex;
	justify-content: center
}

.popup>div .butbox p {
	width: 48%;
	text-align: center;
	padding: 5px 0;
	cursor: pointer
}

.popup>div .butbox p.nobut {
	border-left: 1px solid #dbdbdb
}

.popup.popupshow {
	z-index: 999999;
	opacity: 1
}

.popup.popupshow>div {
	height: 150px
}

.classified_column {
	width: 1190px;
	margin: 0 auto
}

.classified_column .title {
	font-size: 18px;
	margin: 20px 0
}

.classified_column .item_box {
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #7c8b98
}

@media (max-width:992px) {
	.classified_column .item_box {
		justify-content: space-between
	}
}

.classified_column .item_box .item {
	width: 25%;
	font-size: 16px;
	padding: 10px;
	margin-bottom: 20px
}

@media (max-width:992px) {
	.classified_column .item_box .item {
		width: 46%;
		padding: 0
	}
}

.classified_column .item_box .item .img_box {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 5px
}

.classified_column .item_box .item .img_box img {
	width: 100%
}

.classified_column .item_box .item div {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
