
#filter_more_box{
	margin-top:45px;
	background:;
}
.search-filter {
	position:relative;
	z-index: 9;
}
@-webkit-keyframes rotate180 {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: 50% 40%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%;
  }
  100% {
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%;
  }
}
@keyframes rotate180 {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: 50% 40%;
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%;
  }
  100% {
    -webkit-transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transform-origin: 50% 40%;
            transform-origin: 50% 40%;
  }
}
.search-filter .filter-box {
  z-index: 20;
  position: absolute;
  top: 0;
  width: 100%;
}
.search-filter .filter-box.filter-sort-box {
  width: 100%;
  right: 0;
}
.search-filter .filter-box ul {
  padding: 0px 0px 0px 0px;
  width:80%;
  margin-left:20%;
  background-color: #ffffff;
  overflow:hidden
}
.search-filter .filter-box .brandbox {
  height:auto !important;
  overflow:hidden;
}
.search-filter .filter-box .brandbox ul {
  padding: 0px 0px 0px 0px;
}
.search-filter .filter-box ul.filter-box-hidden li {
  text-align: center;
  padding-left: 0px;
}
.search-filter .filter-box ul li {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  border-top: 1px solid #f9f9f9;
  font-size: 1em;
  text-align: left;
  position: relative;
}
.search-filter .filter-box .brandbox ul li {
  border-top: 0px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-left: 10px;
  margin-right: 10px;
  padding-left: 0px;
}
.search-filter .filter-box ul li.brandindex {
  border-bottom:none;
  color:#999;
  margin-top:20px
}
.search-filter .filter-box .brandindexbox {
  position:fixed;
  right:0;
 /* top:80px;*/
  width:20px;
  z-index:11;
  display:none;
}
.search-filter .filter-box .brandindexbox a{
  display:block;
  height:15px;
}
.search-filter .filter-box ul li.hotbrand {
  height: 240px;
  padding-top:15px;
  padding-bottom:15px;
  padding-left: 0px;
  padding-right: 0px;
  font-size: 1em;
  text-align: left;
  border-bottom: 1px solid #e9e9e9 !important;
  margin-right: 10px !important;
}
.search-filter .filter-box ul li.hotbrand .hotbrandt{
  color:#999;
  margin-bottom:10px;
}
.search-filter .filter-box ul li.hotbrand .brandlogo {
  text-align:center;
  width:48px;
  height:80px;
  line-height:20px;
  float:left;
  margin-right:18px;
  margin-top:10px;
}
.search-filter .filter-box ul li.hotbrand .brandlogo img{
	height:48px;
}
.search-filter .filter-box ul li.hotbrand .brandlogo span{
  color:#999;
}
.search-filter .filter-box ul li:last-child {
  border-bottom: none;
}
.search-filter .filter-box ul li.selected a {
  color: #e14800;
}
.search-filter .filter-box ul li a {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #333333;
  text-decoration: none;
}
.search-filter .filter-box ul li.more-select a {
  color: #e14800;
}
.search-filter .filter-box ul li .warpper-a {
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
}
.search-btn {
  width: 104px;
  height: 44px;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  color: white;
  background-color: #ea6f5a;
  text-align: center;
  font-size: 1.0625em;
  line-height: 44px;
  border:none
}
.search-filter .filter-box .filter-child {
  width: 100%;
  position: absolute;
  right: -100%;
  top: 0;
  background-color: ;
}
.search-filter .filter-box .filter-child a.search-btn{
	color:#fff;
}
.search-filter .filter-box .filter-child .customsearch{
	color:#e9e9e9;
}
.search-filter .filter-box .filter-child .customsearch .search-btn{
	margin-left:20px;
}
.search-filter .filter-box .filter-child .customsearch input{
	width:100px;
	height:40px;
	line-height:40px;
	border:#e9e9e9 1px solid;
	text-align:center;
	color:#999;
}
.search-filter .filter-box .filter-child .get-back {
  width: 100%;
  height: 44px;
  font-size: 1.0625em;
  line-height: 44px;
  color: #999;
  text-align: center;
}
.search-filter .filter-box .filter-child .filter-open {
  display: none;
  height: 100%;
}
.search-filter .filter-box .filter-child .filter-open:nth-child(4),
.search-filter .filter-box .filter-child .filter-open:nth-child(7) {
  height: auto;
}
.search-filter div.filter-box-hidden {
  width: 100%;
  float: left;
  height: 40px;
  text-align: center;
  border-top: 1px solid #ccc;
  margin-top: 6%;
}
.search-filter div.filter-box-hidden img {
  width: 17px;
  height: 9px;
  margin-top: 16px;
}
.search-filter-result {
  display: block;
  width: 80%;
  background-color: #fff;
  overflow: hidden;
  height:44px;
  position:fixed;
  bottom:0;
  right:0;
}
.search-filter-result .search-filter-left {
  font-size: 0.75em;
  float: left;
  width: auto;
  padding: 15px;
  color:#666;
  font-size:12px
}
.search-filter-result .search-filter-conter .search-filter-click {
  background-color: red;
  color: #fff;
}
.search-filter-result .search-filter-conter .search-filter-click .filter-close {
  display: block;
}
.search-filter-result .search-filter-right {
  float: right;
  width: auto;
  padding: 0px;
}
.choose-span {
  position: absolute;
  display: block;
  line-height: 40px;
  right: 10px;
  font-size: 0.975em;
  padding-right:15px;
  color:#999;
  background:url("../../img/vip_new/m/list-arrow-right.png") no-repeat right center;
}
.selected-span {
  color: #e14800;
}