body,ul{
  margin: 0;
  padding: 0;
  list-style: none;
  color: #333333;
}
body{
  font-family: '微软雅黑';
  padding-bottom: 16.00vw;
  font-size: 4.27vw;
  background: #f7f7f7;
}
.iconfont{
  font-size: 4.27vw;
}
p{
  margin: 0;
}
a{
  text-decoration: none;
  color: inherit;
}

.search{
  width: 100%;
  padding: 3.20vw 3.20vw 1.07vw;
  box-sizing: border-box;
  background: #fff;
}
.search .form{
  display: flex;
  width: 100%;
  height: 10.67vw;
  border-radius: 1.60vw;
  overflow: hidden;
  background: #f7f7f7;
}
.form ul{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21.33vw;
  flex-shrink: 0;
  font-size: 3.73vw;
}
.form>ul::after{
  position: absolute;
  top: 50%;
  right: 2.40vw;
  transform: translateY(-50%);
  content: '';
  width: 0.27vw;
  height: 43%;
  background: #dbdbdb;
}
.form ul li i{
  margin-left: 0.53vw;
  font-size: 3.20vw;
}
.form .input{
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.input i{
  position: absolute;
  top: 50%;
  left: 2%;

  transform: translateY(-50%);
  color: #999999;
}
.input input{
  flex-grow: 1;
  height: 100%;
  border: none;
  outline: none;
  font-size: 3.73vw;
  padding-left: 6.40vw;
  padding-right: 2.13vw;
  box-sizing: border-box;
  background: #f7f7f7;
}
.input input::-webkit-input-placeholder{
  color: #999999;
}

.classify{
  position: relative;
  padding: 2.67vw 3.20vw;
  box-sizing: border-box;
  box-shadow: 0 2.13vw 3.73vw 0 #00000005;
  background: #fff;
}
.classify>ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 3.73vw;
}
.classify>ul>li.active{
  color: #01b470;
}
.classify>ul>li i{
  font-size: 3.20vw;
  margin-left: 0.53vw;
}
.classify>ul>li.active i{
  transform: rotate(180deg)
}
.classify>ul .sort i{
  font-size: 4.27vw;
}
.classify li>div{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 3.20vw;
  background: #fff;
}
.classify div .area-list{
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.area-list li{
  display: inline-block;
  width: 30%;
  height: 8.00vw;
  line-height: 8.00vw;
  margin: 1.07vw;
  text-align: center;
  font-size: 3.73vw;
  border-radius: 1.07vw;
  background: #f7f7f7;
  color: #999999;
}
.area-list li.area-active{
  background: #01b470;
  color: #fff;
}
.classify div .btn-group{
  display: flex;
  justify-content: space-between;
  margin-top: 2.13vw;
}
.btn-group a{
  width: 48%;
  height: 9.60vw;
  line-height: 9.60vw;
  text-align: center;
  border-radius: 1.07vw;
  box-sizing: border-box;
  border: 0.27vw solid #01b470;
  background: #fff;
  color: #01b470;
}
.btn-group a.save{
  background: #01b470;
  color: #fff;
}

.price ul{
  color: #666666;
}
.price ul.price-list{
  position: relative;
  display: flex;
  flex-direction: column;
}
.price-list>li{
  width: 10.67vw;
  height: 12.27vw;
  line-height: 12.27vw;
  border-bottom: 0.27vw solid #e1e1e1;
}
.price-list>li.price-active span{
  color: #01b470;
}
.price-list>li ul{
  position: absolute;
  top: 0;
  left: 21.33vw;
  width: calc(100% - 21.33vw);
}
.price-list>li ul li{
  border-bottom: 0.27vw solid #e1e1e1;
}

.price .price-area{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 49.60vw;
}
.price-area div{
  display: flex;
  align-items: center;
}
.price-area div input{
  border: none;
  outline: none;
  width: 18.67vw;
  height: 8.00vw;
  text-align: center;
  font-size: 3.20vw;
  border-radius: 1.07vw;
  background: #f8f8f8;
}
.price-area div input:nth-of-type(1){
  margin-right: 1.07vw;
}
.price-area div input:nth-of-type(2){
  margin-right: 1.07vw;
  margin-left: 1.07vw;
}
.price-area a.btn{
  padding: 1.60vw 5.33vw;
  border-radius: 1.07vw;
  font-size: 3.73vw;
  background: #01b470;
  color: #fff;
}

.house-list ul li{
  border-bottom: 0.27vw solid #eeeeee;
  color: #666666;
}
.house-list .el-checkbox{
  width: 100%;
  height: 10.67vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
}
.house-list .el-checkbox span{
  padding-left: 0;
}
.house-list .btn a{
  display: block;
  width: 100%;
  height: 9.60vw;
  line-height: 9.60vw;
  margin-top: 8.00vw;
  text-align: center;
  border-radius: 1.07vw;
  background: #01b470;
  color: #fff;
}

.more .more-list p{
  margin-top: 1.60vw;
  margin-bottom: 1.60vw;
  font-size: 4.00vw;
}
.options li{
  display: inline-block;
  width: 30%;
  height: 8.00vw;
  line-height: 8.00vw;
  margin: 1.60vw 0;
  text-align: center;
  border-radius: 1.07vw;
  background: #f7f7f7;
  color: #999999;
}
.options li:not(:nth-of-type(3n)){
  margin-right: 3.47vw;
}
.options li.more-active{
  background: #01b470;
  color: #fff;
}
.more-list .btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3.73vw;
}
.btn a{
  width: 48%;
  height: 9.60vw;
  line-height: 9.60vw;
  text-align: center;
  border-radius: 1.07vw;
  border: 0.27vw solid #01b470;
  box-sizing: border-box;
  background: #01b470;
  color: #fff;
}
.btn a.clear{
  background: #fff;
  color: #01b470;
}

.sort-list ul li{
  width: 100%;
  height: 11.73vw;
  line-height: 11.73vw;
  color: #666;
}
.sort-list ul li:not(:last-child){
  border-bottom: 0.27vw solid #f0f0f0;
}
.sort-list ul li.sort-active{
  color: #01b470;
}

.list{
  padding: 0 3.20vw 3.20vw;
}
.list ul li{
  display: flex;
  align-items: flex-start;
  border-bottom: 0.27vw solid #dbdbdb;
  padding: 4.80vw 0;
}
.list li img{
  width: 33.60vw;
  height: 25.07vw;
  border-radius: 1.07vw;
}
.list li .detail{
  flex-grow: 1;
  margin-left: 2.13vw;
}
.detail h4{
  margin: 0;
  font-size: 4.80vw;
}
.detail h4 a{
  display: flex;
  align-items: center;
}
.detail h4 span{
  margin-left: 1.60vw;
  padding: 0 0.80vw;
  font-size: 2.67vw;
  border-radius: 1.07vw;
  border: 0.27vw solid #ff9922;
  background: #fff;
  color: #ff9922;
}
.detail p{
  margin: 0.53vw 0;
  font-size: 3.73vw;
  color: #999999;
}
.detail .info{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.detail .info div div{
  margin-bottom: 1.60vw;
}
.detail .info div span{
  padding: 0.53vw 1.60vw;
  border-radius: 1.07vw;
  font-size: 3.20vw;
  background: linear-gradient(to right, #fab360, #f19a33);
  color: #faf3eb;
}
.detail .price{
  color: #f12b2b;
}
.info .btn{
  padding: 1.07vw 4.80vw;
  border-radius: 6.40vw;
  font-size: 3.17vw;
  background: #ff9922;
  color: #fff;
}

nav{
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999;
  width: 100%;
  height: 16.00vw;
  border-top: 0.27vw solid #ececec;
  box-sizing: border-box;
  background: #fffffd;
}
nav ul{
  display: flex;
  height: 100%;
}
nav ul li{
  width: 25%;
  height: 100%;
}
nav ul li a{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 3.20vw;
  -webkit-tap-highlight-color: transparent;
  color: #999999;
}
nav ul li a.active{
  pointer-events: none;
  color: #01b470;
}
nav ul li i.iconfont{
  font-size: 7.47vw;
}
