header{
  background: #ff6e8d;
}
header i{
  font-style: normal;
}
header .back{
  display: block;
  width: 6vw;
  height: 8vw;
}
header .back .icon-zuo{
  line-height: 8.3vw;
  font-size: 3.8vw;
  color: white;
}
header .search{
  display: flex;
  background: #fff;
  border-radius: 100px;
  line-height: 6.6vw;
}
header .search input{
  width: 80%;
  height: 100%;
  outline-style: none;
  border: none;
  border-radius: 100px 0 0 100px;
  padding: 0 4vw;
  box-sizing: border-box;
  color: #ff6e8d;
  font-size: 4vw;
}
header .search input::placeholder{
  color: #ccc;
}
header .search .icon-sousuo{
  color: #fff;
  font-size: 5vw;
}
header .search .btn{
  width: 20%;
  height: 80%;
  box-sizing: border-box;
  border-radius: 100px;
  background: #ff6e8d;
  margin: 0.8vw 1vw 0 0;
}
.filter2{
  background: none;
}
.filter2 ul li {
  background: #fff;
}
.filter2 .inner_parent {
  min-height: 0;
}
.select_container .inner_parent .price ul{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 2vw 2vw 0;
  box-sizing: border-box;
}
.select_container .inner_parent .price ul li{
  width: 30vw;
  height: 10vw;
  text-align: center;
  margin: 0 1vw 1.8vw;
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}
.select_container .inner_parent .price ul li a{
  width: 100%;
  height: 100%;
  padding: 0;
  line-height: 10vw;
}
.filter2 .inner_parent a:before {
  width: 0;
  /* height: 15px;
  background-color: #0cbb73;
  content: '';
  position: absolute;
  left: 0;
  top: 15px; */
}
.pickerbg{
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/*  */
.btnbox{
  width: 100vw;
  height: 16vw;
  box-sizing: border-box;
  padding: 3vw 3.4vw;
  border-top: #F5F5F5 1px solid;
  box-sizing: border-box;
}
.btnbox button{
  width: 46vw;
  height: 10vw;
  border: none;
  border-radius: 3px;
  outline: none;
}
.btnbox span{
  line-height: 11vw;
}
.btnbox input{
  width: 16vw;
  height: 8vw;
  border: none;
  background: #F6F6F6;
  border-radius: 6px;
  text-align: center;
  outline: none;
}
.btnbox input::-webkit-input-placeholder{
  color: #C0C6CC;
  text-align: center;
}
.reset{
  background: #F8F8F8;
  color: #434f4d;
}
.firm{
  background: #ff6e8d;
  color: white;
}
.btnbox .confirm{
  width: 12vw;
  height: 8vw;
  outline: none;
  line-height: 8vw;
  margin-left: 12vw;
}
.btnbox dd{
  padding-left: 8vw;
}
#filter2{
  width: 100%;
  position: fixed;
  left: 0;
  top: 12vw;
  z-index: 11;
}


.content{
  width: 100%;
  background: #fff;
  padding-bottom: 50px;
}
.content ul{
  width: 100%;
  height: 100%;
}


.selectPage{
  width: 100vw;
  background:#F5F5F5;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  padding-bottom: 20vw;
}
.selectPage .head{
  width: 100%;
  height: 12vw;
  padding: 2vw 1vw;
  display: flex;
  box-sizing: border-box;
}
.selectPage .head .selectcancel{
  display: block;
  width: 10vw;
  height: 10vw;
  text-align: center;
  padding-right: 1vw;
}
.selectPage .head .selectcancel .icon-quxiao{
  font-size: 8vw;
  color: #3333;
}
.selectPage .head form input{
  width: 75vw;
  height: 8vw;
  outline: none;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 2vw;
  border-radius: 3px;

}
.selectPage .head .sousuo{
  width: 12vw;
  height: 8vw;
  display: block;
  color: #C9C9C9;
  text-align: center;
  line-height: 8vw;
}
.selectPage .head .sousuo .icon-sousuo{
  font-size: 6vw;
}
.selectPage .tab{
  width: 100%;
  background:#fff;
  margin-top: 2vw;
  padding:2vw 4vw 3vw;
  box-sizing: border-box;
  font-size: 4vw;
}
.selectPage .tab p{
  padding-bottom: 4vw;
}
.selectPage .tab .tabbox{
  width: 100%;
}
.selectPage .tab .tabbox i{
  display: inline-block;
  margin-right: 2vw;
  width: 3.2vw;
  height: 3.2vw;
  border-radius: 50%;
}
.selectPage .tab .tabbox label{
  width: 24vw;
  display: inline-block;
  padding: 2vw 2vw;
  border: #eee solid 1px;
  border-radius: 5px;
  color: #404040;
  margin: 0 .5vw;
  text-align: center;
  margin-bottom: 2vw;
  font-size: 3.8vw;
}
.selectPage .tab .tabbox label img{
  width: 11vw;
  height: 11vw;
  margin: 0 auto;
}
.selectPage .tab .tabbox .on{
  border: 1px solid #ff6e8d;
  background: #fff4f8;
  color: #ff6e8d;
}
.selectPage .tab .footer2{
  width: 100%;
  height: 100%;
  display: flex;
}
.selectPage .bottom0{
  position: fixed;
  left: 0;
  bottom: 0;
}
.selectPage .tab .footer2 p{
  width: 60vw;
  color: #232323;
  padding-bottom: 0px;
  line-height: 12vw;
  text-align: center;
}
.selectPage .tab .footer2 a{
  width: 50%;
  height: 12vw;
  display: block;
  background: #ff6e8d;
  text-align: center;
  font-size: 5vw;
  font-weight: 800;
  color: #fff;
  line-height: 12vw;
}
.selectPage .tab .footer2 p span{
  color: #ff6e8d;
}