.clearfix:after{
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	/* 触发 hasLayout */
	zoom: 1;
}

.filter-header{
	text-align: center;
	height: 0.76rem;
	line-height: 0.76rem;
	font-size: 16px;
	border-bottom: 1px solid #dbdbdb;
}

.aBack {
	position: absolute;
	width: 40px;
	height: 0.76rem;
	display: block;
	top:0;
	left: 0.3rem;
}
.aBack:before {
	content: '';
	width:12px;
	height: 12px;
	border-left: 1px solid #ff5a37;
	border-bottom: 1px solid #ff5a37;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	display: block;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -6px;
}
.aBack span {
	font-size: 0;
	text-indent: -99999rem
}
.filter-section{
	border-bottom: 1px solid  #f3f3f3;
}
.filter-section  .title{
	font-size: 0.8rem;
	color: #272726;
    padding: 15px 0.7rem 0;
	font-weight: normal;
}
.filter-section  .list-content{
	overflow: hidden;
	padding: 0 0.2rem 15px;
	clear: both;
}
.list-content  li{
	width: 33.33%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	float: left;
	box-sizing: border-box;
	margin: 0.24rem 0 0;
}
.list-content  li a{
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	font-size: 0.24rem;
	border:1px solid #ccc;
	display: block;
	margin: 0 0.1rem;
	color:#585858;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
.list-content  li.active a {
	background: #ffeeeb;
	border-color:#ff5a37 ;
	color:#ff5a37;
}

.list-content .color.color01 {
    background: url("/mobile/static/img/color01.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color02 {
    background: url("/mobile/static/img/color02.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color03 {
    background: url("/mobile/static/img/color03.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color04 {
    background: url("/mobile/static/img/color04.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color05 {
    background: url("/mobile/static/img/color05.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color06 {
    background: url("/mobile/static/img/color06.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color07 {
    background: url("/mobile/static/img/color07.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color08 {
    background: url("/mobile/static/img/color08.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color09 {
    background: url("/mobile/static/img/color09.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color10 {
    background: url("/mobile/static/img/color10.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color11 {
    background: url("/mobile/static/img/color11.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color12 {
    background: url("/mobile/static/img/color12.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color13 {
    background: url("/mobile/static/img/color13.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color.color14 {
    background: url("/mobile/static/img/color14.png") no-repeat;
    background-size: 0.25rem 0.25rem;
}
.list-content .color{
	display: inline-block;
	width: 0.25rem;
	height: 0.25rem;
	vertical-align: -2px;
	margin: 0 5px 0 0;
}
.unit{
	color: #c9c9c9;
}
.line{
	color: #a1a1a1;
}
.filter-section  .title  .ramout{
   color: #c9c9c9;
	font-size: 0.8rem;
	float: right;
}
.filter-section  .title  .ramout.active{
	color: #007aff;
}
/*进度条样式*/
.range-wrap{
	position: relative;
	margin: 0 42px;
	padding: 26px 0 15px;
}
.load-inner, .load-outer {
	height: 4px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

.load-outer {
  position: relative;
  width: 100%;
  background-color: #ebe9e9;
}
.load-inner {
    position: absolute;
    background-color: #007aff;
}

.icon-range {
	position: absolute;
	top: 0;
	    margin-left: -0.98rem;
	margin-top: -14px;
	height: 0.56rem;
	width: 0.56rem;
	z-index: 5;
}
.icon-low, .icon-high {
    background: url("/mobile/static/img/range.png") no-repeat;
    background-size: 2rem 2rem;
    width: 35px;
    height: 35px;
}
.icon-low{
	left:0;
}
.icon-high{
	left: 100%;
}

.load-zero {
	position: absolute;
	left: 0;
	bottom: 15px;
	font-size: 13px;
	color: #a0a0a0;
}
/*.load-num {
	display: -webkit-box;
	display: box;
	width: 100%;
	padding-top: 21px;
}
.load-num li {
	-webkit-box-flex: 1;
	box-flex: 1;
	font-size: 0.28rem;
	color: #b7b7b7;
	text-align: right;
}*/
.load-num {
	width: 100%;
	padding-top: 21px;
	overflow: hidden;
}
.load-num li {
     float: left;
	/*font-size: 0.24rem;*/
	color: #b7b7b7;
	text-align: right;
	font-style: normal;
}
.change-wid01 li{
	width: 25%;
}
.change-wid02 li{
	width: 20%;
}

.footer{
	border-top: 1px solid #eaeaea ;
	height: 0.78rem;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #fff;
	z-index: 6;
	line-height: 0.78rem;
	overflow: hidden;
}
.footer  li{
	height: 0.78rem;
	line-height: 0.78rem;
	text-align: center;
	float: left;
}
.footer  li:first-child{
   width: 40%;
}
.footer  li:last-child{
	width: 60%;
}
.footer  li a{
	color:#272726;
	font-size: 0.28rem;
	height: 0.78rem;
	line-height: 0.78rem;
	display: block;
}
.footer  li.active a{
	background: #ff5a37;
	color:#fff;
}


body{

  padding-bottom: 0.78rem;
}

.filter-section.change-l li{
	text-align: left;
}
.filter-section.change-l li a{
	text-align: left;
	padding: 0 0.3rem;
}

.curr-price {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 62px;
    height: 18px;
    margin-left: -30px;
    font-size: 13px;
    color: #ff5a37;
    text-align: center;
    border: 1px solid #ff5a37;
    border-radius: 2px;
}
    .curr-price:after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 50%;
        width: 6px;
        height: 6px;
        margin-left: -4px;
        background-color: #fff;
        border-top: 1px solid #ff5a37;
        border-right: 1px solid #ff5a37;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }