
.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: 24vw;
}

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: 12vw;
  display: flex;
  color: #666666;
  font-size: 4vw;
  border-bottom: 1px solid #eee;
}
.tab .selected{
  color: #0891FF;
}
.tab .tab_son{
  width: 25%;
  height: 100%;
  background: #fff;
  text-align: center;
  line-height: 12vw;
}
.tab .tab_son p .icon-xia{
  font-size: 4vw;
}
.tabbox .s_box{
  width: 100%;
  /* background: #03d473; */
}
.tabbox .s_box .nearby{
  width: 100%;
  display: none;
}
.tabbox .s_box .nearby .n_tab{
  width: 100%;
  height: 12vw;
  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: 4vw;
}
.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: 12vw;
}

.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:  12vw;
  padding: 0 4vw;
  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: 4vw;
  line-height: 12vw;
}
.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: 12vw;
  box-sizing: border-box;
  padding: 0 4vw;
}
.s_box .shaixuan{
  width: 100%;
  height: 13rem;
  box-sizing: border-box;
  padding:0 4vw;
  overflow-y: auto;
  display: none;
}
.s_box .shaixuan .optionbox{
  padding-bottom: 20vw;
}
.s_box .shaixuan .option{
  width: 100%;
  /* height: ; */
}
.s_box .shaixuan .option .op_tit{
  width: 100%;
  height: 10vw;
}
.s_box .shaixuan .option .op_tit p{
  font-size: 4vw;
  line-height: 10vw;
}
.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: 8vw;
  background: #F3F3F3;
  margin: 0 2vw 2vw 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: 3.6vw;
  text-align: center;
  line-height: 8vw;
  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: 16vw;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-sizing: border-box;
  padding:3vw 4vw;
  display: flex;
  justify-content: space-between;
}
.shaixuan .btnbox .btn{
  width: 44vw;
  height: 100%;
  border-radius: 10px;
  border: 1px solid #FFA40B;
  font-size: 4vw;
  text-align: center;
  line-height: 10vw;
}
.shaixuan .btnbox .clear{
  color: #FFA508;
}
.shaixuan .btnbox .sure{
  background: #FFA508;
  color: #fff;
}


.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); */
}
