.search-list-wrapper {
	margin: 0px 10%;
	overflow: hidden;
}
@media only screen and (max-width: 1200px) {
	.search-list-wrapper {
		margin: 0px 0px;
	}
}
.search-list-nav {
	width: 100%;
	height: 60px;
}
.search-list-nav-content {
	height: 100%;
}
.search-list-nav-content a {
	display: inline-block;
	float: left;
	height: 100%;
}
.search-list-nav-content a:first-child {
	line-height: 60px;
}
.search-list-nav-content a img {
	margin-top: 22px;
	margin-left: 10px;
	margin-right: 10px;
}
.search-list-nav-content a span {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid rgb(204,204,204);
	margin-top: 15px;
	position: relative;
}
.search-list-nav-content a span i {
	display: inline-block;
	width:16px;
	height: 16px;
	position: absolute;
	top: -5px;
	right: -5px;
	background: url(../images/delete.png) no-repeat;
	background-size: cover;
}
.search-filter-title {
	height: 36px;
	background: rgb(241,241,241);
	border-top: 2px solid rgb(221,221,221);
	border-bottom: 2px solid rgb(221,221,221);
	line-height: 36px;
}
.search-filter-title a {
	display: inline-block;
	margin: 0px 10px 0px 10px;
	font-size: 15px;
}
.search-filter-title a:first-child {
	color: rgb(228,57,60);
}
.search-filter-content dl {
	border-bottom: 1px dashed #ddd;
	margin: 0px;
	line-height: 45px;
	overflow: hidden;
	position: relative;
}
.search-filter-content dl dd,.search-filter-content dl dt {
	float: left;
}
.search-filter-content dl dd{
	width: 90px;
    margin-left: 15px;
}
.filter-content {
	height: 45px;
	width:75%;
	overflow-y: hidden;
	overflow-x: hidden;
}
.filter-content a input {
	vertical-align: -2px;
	margin-right: 4px;
	display: none;
}
.select-more {
	width: 51px;
	height: 22px;
	line-height: 22px;
	background: url(../images/select-more.png) no-repeat;
	background-size:cover; 
    position: absolute;
    top: 10px;
	right: 11%;
	cursor: pointer;
}
.select-more span {
	position: relative;
	left: 20px;
	font-size: 12px;
}
.select-more span:hover {
	color: red;
}
.filter-more {
	width: 51px;
	height: 22px;
	line-height: 22px;
	background: url(../images/filter-more.png) no-repeat;
	background-position: 0px 0px; 
    position: absolute;
    top: 10px;
	right: 5%;
	cursor: pointer;
}
.filter-more span {
	position: relative;
	left: 7px;
	font-size: 12px;
}
.filter-more span:hover {
	color: red;
}
.submit-or-cancel {
	display: inline-block;
	position: relative;
	left: 40%;
	display: none;
}
.submit-or-cancel span {
	display: inline-block;
    margin: 5px;
    border: 1px solid rgb(204,204,204);
    border-radius: 2px;
    height: 20px;
    width: 42px;
    line-height: 20px;
    text-align: center;
    cursor: pointer;
}
.submit-or-cancel span.submit {
	color: #fff;
    background: #F94700;
    border: 1px solid #F94700;
}
.submit-or-cancel span.submit a {
	color: #ffffff;
}
.price-search dd:last-child {
	width: 300px;
}
.price-search input{
	display: inline-block;
	width: 51px;
	height: 22px;
	text-align: center;
	outline: none;
	border: 1px solid rgb(204,204,204);
	margin: 0px 10px;
	cursor: pointer;
}
.price-search input[type="submit"] {
	background: rgb(248,248,248);
	width: 56px;
	height: 27px;
}
#priceSubmit {
	display: inline-block;
	background: rgb(248,248,248);
    width: 56px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    border: 1px solid rgb(204,204,204);
}
.search-filter-content dl:last-child {
	border-bottom: 0.5px solid rgb(204,204,204);
}
.hidden-sort {
	display: none;
}
.hidden-sort.show-hidden-sort {
	display: block;
}
.s-more {
    text-align: center;
    position: relative;
    top: -1px;
    border-top: 1px solid #ddd;
    transition: border-color .15s ease-in-out;
}
.s-more:hover {
	border-color: rgb(255,102,0);
}
.s-more:hover .sm-wrap {
	color: rgb(255,102,0);
	border-color: #FFF rgb(255,102,0) rgb(255,102,0);
}
.s-more .sm-wrap {
    position: relative;
    display: inline-block;
    margin-top: -1px;
    height: 28px;
    line-height: 28px;
    padding: 0 40px 0 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #FFF #DDD #DDD;
    background: #fff;
    cursor: pointer;
    color: #333;
    transition: border-color .15s ease-in-out;
}
 .s-more .sm-wrap i {
    position: absolute;
    right: 16px;
    top: 4px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/down-direction.png) no-repeat 4px 7px;
}
/*产品列表内容部分样式*/
.search-list-products{
	margin-top: 20px;
	overflow: hidden;
}
.product-recommend {
	width: 16%;
	float: left;
	border: 1px solid rgb(204,204,204);
	padding: 0px 5px;
	box-sizing: border-box;
}
.product-recommend a {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}
.product-recommend a > div {
	width: 100%;
	text-align: center;
}
.product-recommend a img {
	max-width: 100%;
	max-height: 100%;
}
.product-recommend a p{
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 5px 0px;
}
.product-recommend a p:last-child {
	color: rgb(228,57,60);
}
.list-unit-products {
	width: 82%;
	float: left;
	margin-left: 2%;
}
.list-products-sorting{
	height: 50px;
	background-color: rgb(241,241,241);
}
.assorting-unit {
	float: left;
	width: 40px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: rgb(221,221,221);
	background: #ffffff;
	margin-top: 10px;
	cursor: pointer;
}
.assorting-unit:first-child {
	margin-left: 5px;
	width: 60px;
}
.assorting-unit.be-choosed {
	color: #ffffff;
	background-color: rgb(46,88,166);
}
.assorting-unit.be-choosed a {
	color: #ffffff;
}
.shipping-to {
	float: left;
	height: 30px;
	margin-top: 10px;
	margin-left: 8px;
	text-align: center;
	line-height: 30px;
	font-size: 10px;
}
.shipping-to  select{
	outline: none;
	border: none;
	border: 1px solid #ddd;
    border-radius: 5px;
    height: 30px;
}
.pagination {
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.pagination-direction {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid rgb(221,221,221);
	text-align: center;
	cursor: pointer;
}
.page-right{
	background: #ffffff;
}
.pagination-direction img {
	margin-top: 8px;
}
.list-products-unit-wrapper {
	/*height: 800px;*/
}
.list-products-unit-wrapper ul {
	width: 100%;
}
.list-products-unit-wrapper ul li {
	width: 22.75%;
	float: left;
	margin-top: 15px;
	margin-bottom: 30px;
}
.list-products-unit-wrapper ul li + li {
	margin-left: 3%;
}
.list-products-unit-wrapper ul li:nth-child(4n+1) {
	margin-left: 0%;
}
.search-pro-img {
	max-width: 100%;
	max-height: 100%;
}
.list-products-unit-wrapper ul li a {
	width: 100%;
}
.list-products-unit-wrapper ul li a > div {
	width: 100%;
	text-align: center;
	max-height: 285px;
}
.list-products-unit-wrapper ul li p{
	line-height: 20px;
	margin-top: 5px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 12px;
}
.pro-feature {
	height: 26px;
}
.pro-feature span {
	display: inline-block;
	padding: 3px 8px;
	background: rgb(242,242,242);
	margin-right: 10px;
	border-radius: 7px;
}
.unit-price {
	color: rgb(254,113,116);
}
.list-products-unit-wrapper ul li p.unit-name {
	height: 40px;
	text-overflow: ellipsis;
	white-space: normal;
	-ms-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.sales-info span {
	margin-right: 10px;
}
.sales-info span i{
	font-style: normal;
}
.product-handle span{
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid rgb(221,221,221);
	cursor: pointer;
	float: left;
	padding: 0px 3px;
}
.product-handle span:nth-child(2) {
	border-left: none;
	border-right: none;
}
.product-handle img {
float: left;
margin-top: 3px;
margin-right: 2px;
}
.product-handle span:nth-child(3) img {
	margin-left: 5px;
}
.page-switch-wrapper {
	margin-top: 53px;
}
.page-switch-content {
	float: right;
}
.page-switch-content .current{
	padding: 10px 17px;
	border: 1px solid rgb(221,221,221);
	background: #2E58A6;
	color:white;
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}
.page-switch-content a {
	padding: 10px 17px;
	border: 1px solid rgb(221,221,221);
	background: rgb(247,247,247);
	margin-right: 5px;
	cursor: pointer;
	text-align: center;
	display: inline-block;
}
.page-switch-content a.total-pages {
	background: #ffffff;
	border: none;
}
.page-switch-content a.switch-to {
	background: #ffffff;
	border: none;
	padding: 0px;
}
.switch-to input {
	outline: none;
	display: inline-block;
	height: 40px;
	width: 33px;
	text-align: center;
	border: 1px solid rgb(221,221,221);
	line-height: 40px;
	position: relative;
	top: 0px;
	vertical-align: middle;
	margin: 0px 5px;
}
.guess-you-love {
	margin-top: 30px;
	height: 100px;
	border-top: 1px solid rgb(221,221,221);
}
.guess-you-love h3, .guess-you-love a {
	display: inline-block;
}
.guess-you-love a {
	float: right;
	margin-top: 16.38px;
	cursor: pointer;
}
.update-a-batch {
	height: 18px;
}
.update-a-batch img {
	margin-right: 10px;
	vertical-align: -3px;
}
.a-batch {
	width: 100%;
	padding: 0px 30px 0px 15px;
}
.a-batch li {
	float: left;
	width: 14.5%;
	margin-right: 2%;
}
.a-batch li a {
	width: 100%;
}
.a-batch li a > div {
	width: 100%;
	text-align: center;
	height: 200px
}
.a-batch li:last-child {
	margin-right: 0%;
}
.a-batch li img {
	max-width: 100%;
    max-height: 100%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.a-batch p {
	line-height: 20px;
	margin-top: 5px;
}
.you-love-name {
	height: 40px;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.you-love-price {
	color: rgb(254,99,103);
}
/*分类样式*/
#category-show{
	display: none;
	position: absolute;
    top: 39px;
    left: 0px;
    z-index: 1000;
    box-shadow: -1px 3px 12px -1px rgba(0,0,0,.3);
    width: 100%;
}
.goods-category{
	height: 100%;
	position: relative;
}
.left-menu .divider:nth-of-type(1) {
	top: 19%;
}
.left-menu .divider:nth-of-type(2) {
	top: 39%;
}
.left-menu .divider:nth-of-type(3) {
	top: 59%;
}
.left-menu .divider:nth-of-type(4) {
	top: 79%;
}
.search-detail-img-wrapper{
	position: relative;
}
.brand-logo-other{
	position: absolute; 
	width: 65px;
	height: 65px; 
	right:1px; 
	bottom: 0px;
	z-index: 11; 
	background-color: transparent;
}