.nav-bar {
	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 .active ,
.nav-bar .bar:hover{
	color: #008000; !important;
}


.nav-bar .line {
	width: 1px;
	height: 14px;
	background-color: #E3E3E3;
}




.info-box {
	padding: 20px 0;
	margin: 0 100px;
}

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

.info-box .name {
	font-size: 16px;
	font-weight: bold;
}

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

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

.info-box .desc-box .desc-item {
	color: #BCBEC2;
	width: 300px;
	line-height: 30px;
}
.swiper-box{
	width: 70%;
	margin: 0 auto;
}
/*轮播*/
.swiper-container {
	width: 100%;
	/* height: 300px; */
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top img {
	width: 100%;
	/* height: 300px; */
}

.gallery-thumbs {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	margin-top: 5px;
	padding-left: 0px !important;
	height: 65px !important;
}

.gallery-thumbs .swiper-slide {
	height: 100%;
	height: 60px;
	opacity: 0.4;
	padding: 0 2px 2px 0px;
	border: 1px solid transparent;
}

.gallery-thumbs .swiper-slide img {
	width: 100%;
	height: 100%;
	border: 1px solid #E3E3E3;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
	border: 1px solid red;
}

/* 评论 */
.comment-box {
	margin-top: 10px;
	padding: 10px 20px;
}

.comment-box .el-textarea__inner {
	border-radius: 0;
	border: none;
}

/* 推荐 */
.recommend {
	background-color: #FFFFFF;
	padding: 10px;
	margin-top: 10px;
}

.recommend .title {
	padding: 10px 0;
	border-bottom: 1px solid #E3E3E3;
}

.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;
}

.line {
	height: 1.5px;
	width: 17px;
	background: #000000;
}

.arrow_right {
	border-bottom: 4px transparent solid;
	border-right: 4px transparent solid;
	border-left: 4px #333 solid;
	border-top: 4px transparent solid;
	margin-top: 0.5px;
}

@media screen and (max-width: 768px) {
.swiper-box{
	width: 100%;
	margin: 0 auto;
}
	.info-box {
		padding: 0;
		margin: 0 10px;
	}

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

	.info-box .name {
		font-size: 16px;
		font-weight: bold;
	}

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

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

	.info-box .desc-box {
		padding-bottom: 10px;
	}

	.info-box .desc-box .desc-item {
		color: #BCBEC2;
		width: 300px;
		line-height: 30px;
	}

	/*轮播*/
	.swiper-container {
		width: 100%;
		height: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.gallery-top img {
		width: 100%;
		height: 200px;
	}

	.gallery-thumbs .swiper-slide {
		height: 100%;
		height: 58px;
		opacity: 0.4;
		padding: 0 2px 2px 0px;
		border: 1px solid transparent;
	}

	.gallery-thumbs .swiper-slide img {
		width: 100%;
		height: 100%;
		border: 1px solid #E3E3E3;
	}

	.gallery-thumbs .swiper-slide-thumb-active {
		opacity: 1;
		border: 1px solid #E3E3E3;
		border: 1px solid red;
	}

	/* 推荐 */
	.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;
	}

}
