.body {
	background-image: url(../img/index-banner-bg.png);
	background-repeat: repeat-x;
}

/* banner区 */
.banner-bar {
	width: 100%;

	background-image: url(../img/index-banner-bg.png);
	background-repeat: repeat-x;
}

.banner-bar .banner {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.banner-bar .banner img {
	width: 100%;
}

.banner-bar .content {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
	text-align: left;
}

/* 结束banner区 */



/* 主内容区 */
.main-text-bar {
	color: #728387;
	text-align: center;
}

.main-text-bar .title {
	margin-top: 30px;
	margin-bottom: 15px;
	text-align: left;
}

.main-text-bar .content {
	font-size: 16px;
	text-align: left;
	line-height: 28px;
}

	.main-text-bar .img-content img.pc-show {
	}
	.main-text-bar .img-content img.mobile-show {
		display: none;
	}

.main-text-bar .product-content {
	/* text-align: left; */
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-text-bar .img-content {
	text-align: center;
}



/* 商品区 */
.product-content .product-item {
	width: 225px;
	display: inline-block;
	margin-right: 28.6px;
	margin-bottom: 30px;
}

.product-content .product-item.empty {
	width: 225px;
	height:1px;
	display: inline-block;
	margin-right: 28.6px;
	margin-bottom: 0px;
}

.product-content .product-item:nth-child(4n) {
	margin-right: 0px;
}

.product-content .product-item .picture {
	/* height: 240px; */
}

.product-content .product-item img{
	width: 225px;
}
.product-content .product-item .product-text {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}



@media screen and (max-width: 420px) {



	.banner-bar .content {
		box-sizing: border-box;
	}



/* 商品区 */
.product-content{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.product-content .product-item {
	width: 43%;
	display: inline-block;
	margin-right: 0px;
	margin-bottom: 0px;
	overflow: hidden;
}

.product-content .product-item .picture {
	height: initial
}
.product-content .product-item img{
	width:100%
}

.product-content .product-item .product-text {
	font-size: 14px;
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}




	.main-text-bar .img-content img.pc-show {
		display: none;
	}
	.main-text-bar .img-content img.mobile-show {
		display: inline-block;
		width:90%
	}

}
