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: fixed;
  top: 0;
  left: 0;
}
.height{
  height: 1.2rem;
}

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: .42rem;
  line-height: 1.2rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  color: #333;
}
.addr{
  width: 9.2rem;
  margin: .4rem auto;
  background: #fff;
  border-radius: 10px;
  padding: .2rem 0;
}
.addr .item{
  width: 100%;
  height: 1rem;
  display: flex;
  padding: .2rem 0;
}
.addr .itembox{
  border-bottom: 1px solid #eee;
}
.addr .itembox:last-child{
  border: none;
}
.addr .item .left{
  width: 1.2rem;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.addr .item .left2{
  width: 2rem;
  height: 1rem;
  font-size: .4rem;
  color: #222;
  line-height: 1rem;
  padding-left: .3rem;
}
.addr .item .left .zhuang{
  width: .6rem;
  height: .6rem;
  background: #2599F6;
  border-radius: 3px;
  font-size: .36rem;
  text-align: center;
  line-height: .6rem;
  color: #fff;
}
.addr .item .left .xie{
  width: .6rem;
  height: .6rem;
  background: #FE5C01;
  border-radius: 3px;
  font-size: .36rem;
  text-align: center;
  line-height: .6rem;
  color: #fff;
}
.addr .item .inputbox{
  width: 7rem;
  height: 100%;
}
.addr .item .short{
  width: 6rem;
}
.addr .item .inputbox input{
  display: block;
  outline: none;
  border: none;
  width: 100%;
  height: 98%;
  font-size: .4rem;
  box-sizing: border-box;
  color: #333;
}
.addr .item .short input{
  text-align: center;
}
.addr .item .icon{
  width: 1rem;
  height: 100%;
}
.addr .item .icon .icon-you{
  font-size: .4rem;
  text-align: center;
  line-height: 1rem;
  color: #333;
}
.addr .itembox .detail{
  width: 100%;
  height: 1.6rem;
  box-sizing: border-box;
  padding: 0 .2rem;
  display: none;
}
.addr .itembox .detail textarea{
  width: 100%;
  height: 100%;
  font-size: .4rem;
  border-radius: 10px;
  box-sizing: border-box;
  padding:.1rem .2rem;
  color: #333;
  border: 1px solid #ccc;
}
input::-webkit-input-placeholder{
  color: #bbb;
}
input::-moz-placeholder{
  color: #bbb;
}
input:-moz-placeholder{
  color: #bbb;
}
input:-ms-input-placeholder{
  color: #bbb;
}
textarea::-webkit-input-placeholder{
  color: #bbb;
}
textarea::-moz-placeholder{
  color: #bbb;
}
textarea:-moz-placeholder{
  color: #bbb;
}
textarea:-ms-input-placeholder{
  color: #bbb;
}
.good_select{
  width: 100%;
  height: 100%;/*暂时的*/
  position: fixed;
  bottom: 0;
  left: 0;
  background: rgba(0, 0,0, 0.5);
  display: none;
}
.good_select .s_tab{
  width: 100%;
  height: 12rem;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
}
.good_select .s_tab .tit{
  width: 100%;
  height: 1.2rem;
  border-bottom: 1px solid #ccc;
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
}
.good_select .s_tab .tit .back2{
  display: block;
  width: 1rem;
  height: 1.2rem;
}
.good_select .s_tab .tit .back2 p{
  width: 1rem;
  height: 100%;
  text-align: center;
  line-height: 1.2rem;
  color: #666;
}
.good_select .s_tab .tit h4{
  display: block;
  width: 4rem;
  height: 100%;
  font-size: .5rem;
  text-align: center;
  line-height: 1.2rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.good_select .s_tab .s_item{
  flex: 1;
  display: flex;
  height: 10.8rem;
}
.good_select .s_tab .s_item .tab_left{
  width: 4rem;
  height: 100%;
  overflow-y: auto;
}
.good_select .s_tab .s_item .tab_left ul{
  width: 100%;
  height: 100%;
}
.good_select .s_tab .s_item .tab_left ul li{
  width: 100%;
  height: 1.2rem;
  font-size: .42rem;
  text-align: center;
  line-height: 1.2rem;
  color: #444;
  background: #F7F7F7;
}
.good_select .s_tab .s_item .tab_left ul .on{
  background: #fff;
  color: #FE5C01;
}
.good_select .s_tab .s_item .tab_right{
  flex: 1;
  overflow-y: auto;
}
.good_select .s_tab .s_item .tab_right ul{
  width: 100%;
  height: 100%;
  display: none;
}
.good_select .s_tab .s_item .tab_right ul li{
  width: 100%;
  height: 1.2rem;
  font-size: .42rem;
  text-align: center;
  line-height: 1.2rem;
  color: #666;
}

.good_select .pack{
  flex: 1;
  width: 100%;
}
.good_select .pack ul{
  width:100%;
  padding: .4rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;

}
.good_select .pack ul li{
  width: 2.2rem;
  height: 1rem;
  background: #eee;
  border-radius: 5px;
  font-size: .4rem;
  text-align: center;
  line-height: 1rem;
  color: #333;
  margin-right: .13rem;
  margin-bottom: .2rem;
  box-sizing: border-box;
}
.good_select .pack ul .active{
  border: 1px solid #FE5C01;
  color: #FE5C01;
  background: #fff;
}
.good_select .pack ul li:nth-child(4n){
  margin-right: 0;
}
.good_select .pack .btn{
  width: 80%;
  height: 1.2rem;
  margin: .2rem auto;
  border-radius: 1000px;
  font-size: .5rem;
  text-align: center;
  line-height: 1.2rem;
  background: #ffc29f;
  color: #FE5C01;
}

.good_select .car{
  flex: 1;
  box-sizing: border-box;
  overflow-y: auto;
}
.good_select .car .caritem{
  width: 100%;
  box-sizing: border-box;
  padding:0 .4rem;
}
.good_select .car .caritem .cartit{
  width: 100;
  height: 1rem;
  font-size: .4rem;
  line-height: 1rem;
  font-weight: 600;
  color: #333;
}
.good_select .car .caritem .cartit span{
  font-size: .34rem;
  color: #666;
  font-weight: 200;
}
.good_select .car .caritem ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.good_select .car .caritem ul li{
  width: 2.1rem;
  height: .8rem;
  background: #eee;
  font-size: .38rem;
  line-height: .8rem;
  text-align: center;
  color: #444;
  border-radius: 5px;
  margin-right: .26rem;
  margin-bottom: .26rem;
}
.good_select .car .caritem ul li:nth-child(4n){
  margin-right:0;
}
.good_select .s_tab .tit .rightbtn{
  width: 1.6rem;
  height: .8rem;
  background: #FE5C01;
  margin-right: .4rem;
  border-radius: 10000px;
  color: #fff;
  font-size: .38rem;
  text-align: center;
  line-height: .8rem;
}
.good_select .car .caritem ul .selected{
  background: #ffc29f;
  color: #ff6811;
}
.fahuobtn{
  width: 100%;
  height: 1.4rem;
  background: #FC8801;
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: .5rem;
  text-align: center;
  line-height: 1.4rem;
}
.main-footer, .main-header {
  left: 0;
  right: 0;
  z-index: 2;
}
.main-header {
  position: fixed;
  top: 0;
  height: 47px;
  background: #f8f8f8;
  z-index: 10001;
  border-bottom: 1px solid #959595;
}
.main-header .picker-index {
  height: 48px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.main-header .picker-index .back {
  height: 100%;
  width: 50px;
  background: url(/static/common/image/search-icon.png) no-repeat 17px 11px;
  background-size: 20px 125px;
}
.main-header .picker-index input {
  display: block;
  height: 34px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  margin: 7px 12px 7px 0;
  border-radius: 5px;
  color: #fff;
  font-size: .4375rem;
  padding-left: 36px;
  -webkit-appearance: none;
  border: 1px solid #bbb;
  background: url(/static/common/image/search-icon.png) no-repeat 10px -47px #fff;
  background-size: 20px 125px;
  box-sizing: border-box;
}
.main-body {
  position: absolute;
  top: 48px;
  right: 0;
  bottom: 0;
  left: 0;
}
.map-body {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
}
#map-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

#map-view {
  height: 100%
}

#map-locate,#map-locate-custom {
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 2px;
  background-color: rgba(255,255,255,.95);
  position: absolute;
  left: 18px;
  bottom: 30px;
  width: 35px;
  height: 35px;
  display: inline-block;
  background-position: 9px -183px
}

#road-traffic {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 30px;
  right: 20px;
  background-position: -149px 1px
}

#road-traffic.active {
  background-position: -199px 1px
}

#zoom-handler {
  box-shadow: 0 0 3px rgba(0,0,0,.5);
  border-radius: 2px;
  background-color: rgba(255,255,255,.95);
  position: absolute;
  right: 18px;
  bottom: 30px;
  width: 35px;
  height: 75px
}

#zoom-handler>a {
  width: 100%;
  height: 50%;
  display: inline-block
}

#zoom-handler>.zoom-in {
  background-position: -40px -140px
}

#zoom-handler>.zoom-in:active,#zoom-handler>.zoom-in:focus {
  background-position: -75px -140px
}

#zoom-handler>.zoom-out {
  background-position: -40px -176px
}

#zoom-handler>.zoom-out:active,#zoom-handler>.zoom-out:focus {
  background-position: -75px -176px
}

#zoom-handler>.zoom-in-disabled,#zoom-handler>.zoom-in-disabled:active,#zoom-handler>.zoom-in-disabled:focus {
  background-position: -112px -140px
}

#zoom-handler>.zoom-out-disabled,#zoom-handler>.zoom-out-disabled:active,#zoom-handler>.zoom-out-disabled:focus {
  background-position: -112px -176px
}

#map-locate-custom.loading,#map-locate.loading {
  background-image: url(/static/common/image/loading.gif);
  background-position: 50%;
  background-size: 18px 18px
}

#map-locate-custom.located,#map-locate.located {
  background-position: 9px -224px
}

.navi-button {
  color: #fff;
  padding: .5em 1em;
  border-radius: 2px;
  background-color: #007AFF;
  display: inline-block;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  line-height: normal;
  border-width: 0;
  cursor: pointer;
  zoom:1;-webkit-user-drag: none;
  -webkit-user-select: none
}

.clearfix:after,.clearfix:before {
  content: " ";
  clear: both;
  display: table
}

#poi-body .load-more:after,.navi-icon {
  background-image: url(/static/common/image/around.png);
  background-size: 500px 500px;
  background-repeat: no-repeat
}
.poi-card {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 51%;
  width: 100%;
  font-size: .875rem;
  color: #333;
  background: #fff;
}

.poi-card .poi-card-header {
  position: absolute;
  right: 0;
  left: 0;
  height: 44px;
  line-height: 44px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb
}

.poi-card .poi-card-header span {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  text-align: center;
  display: block
}

.poi-card .poi-card-header span.active {
  border-bottom: 3px solid #0091ff;
  color: #0091ff
}

.poi-card .poi-card-main {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto
}

.poi-card .poi-card-main .noresult {
  height: 200px;
  line-height: 200px;
  text-align: center;
  color: #999
}

.poi-card .poi-card-main .item {
  padding-left: 29px;
  background: url(/static/common/image/poi_icon.png) no-repeat 8px 15px;
  background-size: 14px 20px;
  border-bottom: 1px solid #ddd
}

.poi-card .poi-card-main .item .txt {
  padding: 11px 0;
}

.poi-card .poi-card-main .item .txt span {
  display: block
}

.poi-card .poi-card-main .item .txt span.poicard-name {
  color: #333;
  font-size: 13px;
}

.poi-card .poi-card-main .item .txt span.poicard-addr {
  color: #666;
  font-size: 12px;
}
.poi-card .poi-card-main .item .txt .btn {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -14px;
  font-size: 14px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #f93;
  background-color: #fff;
  color: #f93;
  text-decoration: none;
  line-height: 26px;
}

.main-body .poi-card {
  height: 55%;
  background: #fff;
}
.marker-static {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9999;
  width: 18px;
  height: 30px;
  background: url(/static/common/image/marker_01.png) no-repeat;
  background-size: 18px 30px;
  margin-top: -29px;
  margin-left: -9px;
}
.main-header .picker-index .C_picker-header-txt, .main-header .picker-index .searchBtn {
  display: none;
}
.main-header .picker-index.active input {
  color: #333;
  background: url(/static/common/image/search-icon.png) no-repeat 10px -47px #fff;
  background-size: 20px 125px
}

.main-header .picker-index.active .clearBtn {
  position: absolute;
  right: 70px;
  top: 10px;
  width: 25px;
  height: 27px;
  background: url(/static/common/image/search-icon.png) no-repeat 2px -101px;
  background-size: 20px 125px
}

.main-header .picker-index.active .searchBtn {
  display: block;
  position: absolute;
  content: "鎼滅储";
  right: 13px;
  top: 9px;
  width: 48px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background: #0091ff;
  font-size: 3.8vw;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  text-align: center
}

.main-header .picker-index.active .C_picker-header-txt,.main-header .picker-index.custom .clearBtn,.main-header .picker-index.custom .searchBtn,.main-header .picker-index.custom input {
  display: none
}
input {
  line-height: normal;
  outline: 0;
}
.main-body .search_page {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background: #fff;
}
.search_page .search_page_tips {
  max-height: 99%;
  overflow: auto;
}
.search_page .search_page_tips .item {
  margin-left: 12px;
  color: #333;
  font-size: 3.4vw;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.search_page .search_page_tips .item .txt span {
  display: block;
}
.search_page .search_page_tips .item .txt .poicard-addr {
  color: #999;
  font-size: 3.4vw;
  margin-top: 4px;
}