.beejia {
	background: #F5F5F5;
}
/* 中间分类 */
/* 左边 */
.category_banner {
	width: 100%;
	margin-top: 21px;
}
.cat_content {
	width: 1200px;
	margin: auto;
}
.cat_left {
	width: 160px;
	height: 374px;
	background: #FFFFFF;
	float: left;
}
.box_lay {
	position: relative;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	width: 160px;
	height: 48px;
	align-items: center;
	margin-top: 11px;
}
.box_lay:hover {
	width: 160px;
	height: 48px;
	background: #FDC333;
}
.cat_left ul li {
	font-size: 16px;
	color: #333333;
	font-family: 'MicrosoftYaHei';
}
/* 中间分类显示 */
.lay_box {
	background: #FFFFFF;
	box-shadow: 1px 2px 4px 0px rgba(231, 234, 241, 0.52);
	width: 1040px;
	height: 374px;
	z-index: 99999;
	position: absolute;
	left: 160px;
	top: -11px;
	display: none;
}
.lay_with {
	height: 374px;
}
.lay_box_list {
	display: flex;
	flex-direction: row;
	padding: 10px 28px 28px 28px;
	flex-wrap: wrap;
	padding-left: 24px;
}
.list_commodity {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100px;
	height: 138px;
	margin-top: 26px;
	margin-right: 24px;
}
.commodity_img {
	width: 100px;
	height: 100px;
}
.commodity_cat {
	padding: 11px 22px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

/* 右边 */
.banner_right {
	margin-left: 175px;
}
.banner_width {
	width: 1025px;
	height: 374px;
}
/* 当前选中的小圆点的样式 */
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
   width: 8px;
   height: 8px;
   background: #FDC333;
   border-radius: 50%;
}
.swiper-pagination-bullet-active {
	background: #FFFFFF;
}

/* 商品区域 */
.goods_area {
	width: 100%;
	margin-top: 40px;
}
.goods_content {
	width: 1200px;
	margin: auto;
}
.goods_title {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.title_decorate {
	width: 28rpx;
	height: 28rpx;
}
.title_name {
	font-size: 30px;
	height: 28px;
	line-height: 28px;
	font-family: 'MicrosoftYaHei';
	    margin: 0 35px;
}
.categ_list {
	margin-top: 47px;
	line-height: 16px;
}
.list_left {
	display: inline-block;
}
.categ_list li:first-child {
	padding: 0 13px 0 0px;
}
.categ_list li:last-child {
	border-right:none
}
.list_box li {
	float: left;
	padding: 0 13px 0 18px;
	height: 17px;
	font-size: 16px;
	border-right: 2px solid #999;
	line-height: 16px;
}
.list_more {
	font-size: 16px;
	float: right;
}
.goods_list {
	margin-top: 21px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.goods_info {
	width: 232px;
	/* height: 328px; */
	margin-right: 8px;
	margin-bottom: 8px;
	    background: #fff;
}
.goods_img {
	width: 232px;
	height: 232px;
}
.goods_message {
	padding: 15px 28px 18px 18px;
}
.goods_name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient : vertical ; 
	font-size: 14px;
	line-height: 22px;
}
.goods_price {
	margin-top: 12px;
}
.price_anit {
	color: #FF2928;
	font-size: 12px;
	line-height: 24px;
}
.price_num {
	color: #FF2928;
	font-size: 20px;
	line-height: 24px;
	font-family: 'DIN-Medium';
}
