


.promotion-fiter-row {
    height: 50px;
    font-size: 16px;
}

.promotion-fiter-lv3 {
    font-size: 14px;
}

.promotion-fiter-lv3 ul.sort-type-wrapper>li {
	float: left;
    color: #58595b;
    line-height: 50px;
    margin: 0 20px;
    align-items: center;
    cursor: pointer;
}

.promotion-fiter-lv3 ul.sort-type-wrapper>li.curr {
    color: #f00;
}

.promotion-fiter-lv3 ul.sort-type-wrapper>li .double-arrow {
	display: inline-block;
    width: 12px;
    height: 10px;
    margin-left: 4px;
    background: url(../picture/sorting.png);
    background-size: 12px 10px;
}

/* 内容 start */
.wrapper-box {
	width: 100%;
	padding-bottom: 20px;
}
.wrapper-box .wrapper-box-inner {
	width: 1200px;
	margin: 0 auto;
}
.wrapper-box .wrapper-box-inner .class-kuang {
	margin-top: 20px;
	margin-bottom: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}
.class-kuang .class-line {
	width: 100%;
	min-height: 40px;
	overflow: hidden;
}
.class-kuang .class-line:last-child {
	border-bottom: none;
}
.class-kuang .class-line::after {
	display: block;
	content: "";
	clear: both;
}
.class-kuang .class-line .line-title,.class-kuang .class-line .line-more {
	width: 10%;
	height: 100%;
	float: left;
	color: #FFFFFF;
	background:#f00;
}
.class-kuang .class-line .line-type {
	width: 80%;
	height: 40px;
	float: left;
	border-bottom: 1px solid #dddddd;
}
.class-kuang .class-line .line-title p {
	text-align: center;
	height: 40px;
	line-height: 40px;
}
.class-kuang .class-line .line-more button {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: transparent;
	border: none;
	color: #fff;
}
.class-kuang .class-line .line-type a {
	display: block;
	text-align: center;
	width: 20%;
	height: 40px;
	line-height: 40px;
	float: left;
}
.class-kuang .class-line .line-type a:hover {
	color: #f00;
}
.sorting .group-sort {
	margin-bottom: 20px;
	background: #FFFFFF;
	box-sizing: border-box;
	padding: 10px;
	border-radius: 5px;
}
.sorting .group-sort button {
	width: 100px;
	height: 30px;
	margin-right: 5px;
}
.sorting .group-sort button i {
	margin-left: 3px;
}
.sorting .group-cent ul:after {
	display: block;
	content: "";
	clear: both;
}
.sorting .group-cent li {
	width: 19%;
	box-sizing: border-box;
	margin-right: 1.25%;
	background: #fff;
	padding: 15px 0;
	text-align: center;
	margin-bottom: 15px;
	float: left;
	border-radius: 5px;
}
.sorting .group-cent li:nth-child(5n+5) {
	margin-right: 0;
}
.pager {
	text-align: center;
	margin-top: 20px;
}

.pager a {
	display: inline-block;
	line-height: 28px;
	margin: 0px 2px;
	min-width: 32px;
	border: solid 1px #f00;
	border-radius: 4px;
}

.pager a:hover {
	background: #f00;
	color: #fff;
}

.pager a.option {
	width: 70px;
}

.pager a.on {
	background: #f00;
	color: #fff;
	border: solid 1px #f00;
}

.pager a.no {
	border: 1px solid #f00;
	color: #999;
}

.pager a.no:hover {
	background: none;
	color: #8d8d8d;
}
/* 内容 end */
/* 商品 start */
.sorting .group-cent li img {
	width: 200px;
	height: 200px;
}
.sorting .group-cent li div {
	width: 200px;
	margin: 0 auto;
}
.sorting .group-cent li div.price {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #FF1E00;
	text-align: left;
}
.sorting .group-cent li div.group-name {
	height: 40px;
	line-height: 20px;
	font-size: 14px;
	text-align: left;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-word;
}
/* 商品 end */