.nav-bar {
	margin-top: 30px;
	height: 60px;
	background: #FFFFFF;
}

.nav-bar .bar {
	margin: 0 30px;
	height: 14px;
}

.nav-bar .bar .el-icon-arrow-down {
	margin-left: 20px;
	font-size: 16px;
}

.nav-bar .bar:hover{
	color: #008000;
}

.nav-bar .line {
	width: 2px;
	height: 14px;
	background-color: #E3E3E3;
	margin-top: 5px;
}

.nav-bar .active {
	color: #008000;
	font-weight: bold;
}

.productAll {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
}

/* 筛选内容 */
.screen-box {
	background: rgba(239, 246, 252, 1);
}

.screen-box .attribute-box {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

.screen-box .attribute-box .el-select .el-input__inner {
	height: 35px !important;
	line-height: 35px !important;
}


.screen-box .attribute-box .clear-all {
	border: 1px solid #E3E3E3;
	margin: auto 0;
	padding: 2px;
	width: 60px;
	text-align: center;
	border-radius: 2px;

}

.screen-box .attribute-box .chooseParam {
	width: auto;
	border: 1px solid #E3E3E3;
	height: 25px;
	line-height: 25px;
	margin: 5px;
	background: #EEEEEE;
	padding-left: 5px;
}

.screen-box .attribute-box .chooseParam:hover {
	background: #FFFFFF;
	border: 1px solid red;
}

.screen-box .attribute-box .chooseParam:hover i {
	background: red;
	color: #FFFFFF;
}

.screen-box .attribute-box .chooseParam .options {
	color: red;
	display: flex;
	align-items: center;
}

.screen-box .attribute-box .chooseParam .options span {
	margin: 0 3px;
}

.screen-box .attribute-box .chooseParam .options i {
	font-weight: bold;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

/* 多选样式 */
.screen-box .ismut {
	border: 2px solid sandybrown !important;
}

.screen-box .define_cancel {
	text-align: center;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.screen-box .define_cancel button {
	height: 35px;
	width: 80px;
	border: 1px solid #E3E3E3;
	background: #EEEEEE;
}

.screen-box .textActive {
	color: red !important;
	border: 1px solid red !important;
}

/* 多选样式结束 */
.screen-box .attribute-box {
	display: flex;
}

.screen-box .attribute-box .attribute-left {
	width: 100px;
	line-height: 30px;
	text-align: right;
	margin-right: 15px;
}

.screen-box .attribute-box .attribute-center {
	flex: 1;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.screen-box .attribute-box .attribute-center .cover {
	width: 100px;
	height: 30px;
	border: 1px solid #E3E3E3;
}

.screen-box .attribute-box .attribute-center .cover:hover {
	border: 1px solid red;
}

.screen-box .attribute-box .attribute-center .option {
	margin-right: 35px;
	line-height: 30px;
	border: 1px solid transparent;
	font-weight: bold;
}
.screen-box .attribute-box .attribute-center .option:hover,
.screen-box .attribute-box .attribute-center .active {
	color: #008000;
}

.screen-box .attribute-box .moreContent {
	height: 31px !important;
	overflow-y: hidden;
}



.screen-box .attribute-box .attribute-right {
	width: 125px;
	height: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.screen-box .attribute-box .attribute-right span {
	border: 1px solid #E3E3E3;
	width: 50px;
	height: 25px;
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}


.search-box {
	padding: 20px 0;
	border-bottom: 1px solid #E3E3E3;
}

.search-box .el-input {
	max-width: 500px;
}

.search-box .el-input .el-button {
	background-color: #000000;
	color: #FFFFFF;
}

.search-box .search-right>div {
	margin-left: 20px;
	color: #BCBEC2;
}

.search-box .search-right>div>i {
	margin-left: 10px;
}

.productlist {
	display: flex;
	flex-wrap: wrap;
	margin-top: 30px;
}

.productlist a {
	text-decoration: none;
}

.productlist .listItem {
	width: calc(20% - 22px );
	margin: 10px;
	margin-bottom: 20px;
	position: relative;
	border: 1px solid #E3E3E3;
}

.productlist .listItem .coverBox {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.productlist .listItem .coverBox .cover {
	transition: 0.5s;
	width: 100%;
	border: 1px solid #E3E3E3;
}

.productlist .listItem .items {
	padding: 0 10px;
	align-items: center;
	margin-bottom: 5px;
}

.productlist .listItem .items .name {
	font-size: 13px;
	color: #333;
	font-weight: bold;
	flex: 1;
}


.productlist .listItem .items .browse {
	flex: 1;
	padding: 0 10px;
}

.productlist .listItem .items .browse i {
	color: #000000;
}

.productlist .listItem .items .collect i {
	font-size: 16px;
}

.productlist .listItem .content {
	padding: 5px 10px;
	font-size: 13px;
	color: #666666;
	margin-top: 10px;
	height: 40px;
	overflow: hidden;
	line-height: 20px;
}

.block {
	text-align: center;
	padding: 20px 0;
}
@media screen and (max-width: 1280px) and  (min-width: 769px) {
	.productlist .listItem {
		width: calc(25% - 22px );
		margin: 10px;
		margin-bottom: 20px;
		position: relative;
		border: 1px solid #E3E3E3;
	}
}

@media screen and (max-width: 768px) {
	.dz_content {
		width: 100vw;
		margin: 0 auto;
		padding: 0;
	}

	.screen-box .attribute-box {
		padding: 5px 0 5px 5px;
	}

	.screen-box .attribute-box .attribute-left {
		width: 60px;
		margin-left: 0;
	}

	.screen-box .attribute-box .attribute-right {
		width: 60px;
		height: 60px;
	}

	.screen-box .attribute-box .attribute-center .option {
		margin-right: 10px;
	}

	.search-box .search-right {
		margin-top: 10px;
	}

	.productlist .listItem {
		width: calc(50% - 22px );
		margin: 10px;
		margin-bottom: 20px;
		position: relative;
		border: 1px solid #E3E3E3;
	}

	.productlist .listItem .cover {
		width: 100%;
		max-height: calc(50% - 12px);
		object-fit: cover;
	}

}
