
.header_box{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
}
header{
  width: 100%;
  height: 1.2rem;
  padding:0 .2rem;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  position: relative;
}
.height{
  height: 2.4rem;
}

header .back,header .more{
  display: block;
  width: 1.6rem;
  height: 1.2rem;
  display: flex;
  font-size: .4rem;
  line-height: 1.2rem;
  color: #444;
}
header .back .icon-zuo{
  font-size: .4rem;
}
header .back p,header .more p{
  padding-left: .1rem;
}
header .more p{
  width: 100%;
  text-align: center;
}
header h2{
  width: 50%;
  height: 1.2rem;
  text-align: center;
  font-size: .5rem;
  line-height: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #333;
}
header .inputbox{
  flex: 1;
  min-width: 3rem;
  height: 100%;
  box-sizing: border-box;
  padding: .2rem;
}
header .inputbox form{
  width: 100%;
  height: 100%;
}
header .inputbox input{
  display: block;
  width: 100%;
  height: 100%;
  outline-style: none;
  font-size: .4rem;
  border: 1px solid #ccc;
  border-radius: 10000px;
  box-sizing: border-box;
  padding:0 .4rem;
  color: #333;
}
header .searchbox{
  width: 1rem;
  height: 1.2rem;
}
header .searchbox span{
  text-align: center;
  line-height: 1.2rem;
  display: block;
  font-size: .6rem;
  color: #444;
}

.tab{
  width: 100%;
  height: 1.2rem;
  display: flex;
  color: #666666;
  font-size: .4rem;
  border-bottom: 1px solid #eee;
}
.tab .selected{
  color: #0891FF;
}
.tab .tab_son{
  width: 25%;
  height: 100%;
  background: #fff;
  text-align: center;
  line-height: 1.2rem;
}
.tab .tab_son p .icon-xia{
  font-size: .4rem;
}
.tabbox .s_box{
  width: 100%;
  /* background: #03d473; */
}
.tabbox .s_box .nearby{
  width: 100%;
  display: none;
}
.tabbox .s_box .nearby .n_tab{
  width: 100%;
  height: 1.2rem;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.tabbox .s_box .nearby .n_tab .local{
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  color: #666;
  font-size: .4rem;
}
.tabbox .s_box .nearby .n_tab .on{
  color: #0891FF;
  border-bottom: 2px solid #0891FF;
}
.tabbox .s_box .nearby .n_tab .local p{
  text-align: center;
  line-height: 1.2rem;
}

.tabbox .s_box .nearby ul,.s_box .dest ul{
  width: 100%;
  height: 100%;
}
.tabbox .s_box .nearby ul li,.s_box .dest ul li{
  width: 100%;
  height: 1.2rem;
  padding: 0 .4rem;
  box-sizing: border-box;
  display: flex;
  border-bottom: 1px solid #ccc;
  color: #444;
}
.tabbox .s_box .nearby ul .active,.s_box .dest ul .active{
  color: #0891FF;
}
.tabbox .s_box .nearby ul li p,.s_box .dest ul li p{
  width: 50%;
  font-size: .4rem;
  line-height: 1.2rem;
}
.tabbox .s_box .nearby ul li p .icon-dui,.s_box .dest ul li p .icon-dui{
  float: right;
}
.s_box .dest{
  width: 100%;
  display: none;
}
.s_box .dest ul{
  width: 100%;
  height: 100%;
}
.s_box .dest ul li{
  width: 100%;
  height: 1.2rem;
  box-sizing: border-box;
  padding: 0 .4rem;
}
.s_box .shaixuan{
  width: 100%;
  height: 13rem;
  box-sizing: border-box;
  padding:0 .4rem;
  overflow-y: auto;
  display: none;
}
.s_box .shaixuan .optionbox{
  padding-bottom: 2rem;
}
.s_box .shaixuan .option{
  width: 100%;
  /* height: ; */
}
.s_box .shaixuan .option .op_tit{
  width: 100%;
  height: 1rem;
}
.s_box .shaixuan .option .op_tit p{
  font-size: .4rem;
  line-height: 1rem;
}
.s_box .shaixuan .option .op_tit p span{
  color: #888;
}
.shaixuan .option ul{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.shaixuan .option ul li{
  width: 23.3%;
  height: .8rem;
  background: #F3F3F3;
  margin: 0 .2rem .2rem 0;
  box-sizing: border-box;
  border-radius: 5px;
}

.shaixuan .option ul li:nth-child(4n){
  margin-right: 0;
}
.shaixuan .option ul li p{
  font-size: .36rem;
  text-align: center;
  line-height: .8rem;
  color: #333;
}
.shaixuan .option ul .click{
  border: 1px solid #0891FF;
  background: #dff0ff;
  color: #0891FF;
}
.shaixuan .option ul .click p{
  color: #0891FF;
}
.shaixuan .btnbox{
  width: 100%;
  height: 1.6rem;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding:.3rem .4rem;
  display: flex;
  justify-content: space-between;
}
.shaixuan .btnbox .btn{
  width: 4.4rem;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #FFA40B;
  font-size: .4rem;
  text-align: center;
  line-height: 1rem;
}
.shaixuan .btnbox .clear{
  color: #FFA508;
}
.shaixuan .btnbox .sure{
  background: #FFA508;
  color: #fff;
}

.prolist{
  width: 100%;
}
.prolist .title{
  width: 92%;
  height: .8rem;
  padding:0 .4rem;
  display: flex;
  justify-content: space-between;
}
.prolist .title p{
  width: 30%;
  font-size: .52rem;
  line-height: .8rem;
}
.prolist ul{
  width: 100%;
  height: 100%;
  padding:.2rem .4rem;
  box-sizing: border-box;
}
.prolist ul li{
  width: 100%;
  /* height: 3.6rem; */
  background: #fff;
  border-radius: 10px;
  margin-bottom: .2rem;
  padding: .3rem;
  box-sizing: border-box;
}
.prolist ul li a{
  display:block;
  width: 100%;
  height: 100%;
  position: relative;
}
.prolist ul li a .place{
  width: 100%;
  height: .9rem;
  display: flex;
}
.prolist ul li a .place .place_name{
  font-weight: 600;
  font-size: .46rem;
  display: flex;
  width: 6rem;
  height: 100%;
  color: #333;
}
.prolist ul li a .place .place_name .icon-youjiantou-copy{
  font-size: .8rem;
  margin: 0 .2rem;
}
.prolist ul li a .place .time{
  flex: 1;
  font-size: .3rem;
  text-align: right;
  color: #aaa;
}
.prolist ul li a .place .time span{
  display: block;
}
.prolist ul li a .good_detail{
  width: 100%;
  height: 1rem;
  margin-bottom: .2rem;
}
.prolist ul li a .good_detail p{
  font-size: .34rem;
  color: #666;
  padding: .05rem 0;
}
.prolist ul li a .good_detail p .yellow{
  font-style: normal;
  color: #FFA508;
}
.prolist ul li a .good_detail .jiange span{
  margin-right: .1rem;
}
.prolist ul li a .owner{
  width: 100%;
  height: 1.2rem;
  display: flex;
}
.prolist ul li a .owner .imgbox{
  width: .8rem;
  height: .8rem;
  margin-top: .2rem;
}
.prolist ul li a .owner .imgbox img{
  width: 100%;
  height: 100%;
}
.prolist ul li a .owner .owner_info{
  width:7rem;
  height: 100%;
  margin-left: .2rem;
}
.prolist ul li a .owner .owner_info p{
  font-size: .4rem;
  color: #888;
}
.prolist ul li a .owner .owner_info p .icon-renzheng{
  font-size: .4rem;
}
.prolist ul li a .owner .owner_info p span{
  color: #03d473;
}
.prolist ul li a .tel{
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.prolist ul li a .tel a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #D6EAFF;
  text-align: center;
}
.prolist ul li a .tel a span{
  display: block;
}
.prolist ul li a .tel a .icon-dianhua{
  font-size: .6rem;
  color: #0891FF;
  line-height: 1.2rem;
}
.line{
  width: 100%;
  height: 1rem;
  margin-bottom: 2rem;
  text-align: center;
  line-height: 1rem;
  font-size: .4rem;
  color: #aaa;
}
footer{
  width: 100%;
  height: 1.5rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
}
footer a{
  display: block;
  width: 25%;
  height: 100%;
  background: #fff;
  font-size: .32rem;
  text-align: center;
  padding-top: .2rem;
  box-sizing: border-box;
  color: #aaa;
}
footer a i{
  font-style: normal;
}
footer a .iconfont{
  font-size: .6rem;
}
footer .active{
  color: #FFA508;
  /* color: rgb(255, 178, 13); */
}
