/* -------- header -------- */
.page_header.header_sticky {
  position: sticky;
  top: 0;
  z-index: 20;
}
.page_header.header_fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
}
.page_header {
  display: flex;
  align-items: center;
  background: #06BD8C;
  height: .44rem;
  padding: .04rem .12rem;
  box-sizing: border-box;
}
.head_back_left {
  min-width: .24rem;
  height: .24rem;
  vertical-align: middle;
  color: #fff;
  font-size: .14rem;
  display: flex;
  align-items: center;
}
.page_header .title {
  flex: 1;
  font-size: .18rem;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.city_switch {
  font-size: .14rem;
  color: #fff;
  font-weight: bold;
}
/*.city_switch::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: .04rem solid #2F3841;
  border-left: .045rem solid transparent;
  border-right: .045rem solid transparent;
  vertical-align: middle;
  margin-left: .06rem;
}*/

.form_search_link {
  display: inline-flex;
  align-items: center;
  height: .32rem;
  padding: .06rem .1rem;
  box-sizing: border-box;
  background-color: #F2F7FA;
  border-radius: .18rem;
  overflow: hidden;
  font-size: .14rem;
  color: #788AA0;
}
.form_search_link::before {
  content: "";
  width: .2rem;
  height: .2rem;
  background: url("../images/home_icon_search.png") no-repeat center center;
  background-size: cover;
  margin-right: .04rem;
}
.page_header .head_my {
  min-width: .24rem;
  font-size: .11rem;
  color: #fff;
  line-height: .16rem;
  text-align: center;
  margin-left: .08rem;
}
.page_header .head_my::before {
  content: '';
  display: block;
  width: .24rem;
  height: .24rem;
  background: url("../images/tab/tab_my_white.png") no-repeat center center;
  background-size: cover;
}
/* header 下方的 search 搜索框 */
.header_search_box.top_sticky {
  position: sticky;
  top: .44rem;
  z-index: 20;
}
.header_search_box {
  background-color: #fff;
  padding: .1rem .15rem;
  box-sizing: border-box;
}
.header_search {
  display: block;
  height: .40rem;
  font-size: .14rem;
  color: #788AA0;
  padding: .10rem .1rem;
  box-sizing: border-box;
  background-color: #F2F7FA;
  border-radius: .20rem;
  overflow: hidden;
}
.header_search::before {
  content: "";
  display: inline-block;
  width: .2rem;
  height: .2rem;
  background: url("../images/home_icon_search.png") no-repeat center center;
  background-size: cover;
  margin-right: .04rem;
  vertical-align: text-top;
}

/* -------- footer -------- */
.page_footer_inset {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
  box-sizing: border-box;
}
.page_footer {
  display: flex;
  height: .49rem;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 20;
  background: #fff;
}
.page_footer .tab {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page_footer .tab a {
  display: block;
  text-align: center;
  font-size: 0;
}
.page_footer .tab i {
  display: inline-block;
  width: .24rem;
  height: .24rem;
}
.page_footer .tab p {
  margin-top: .02rem;
  height: .16rem;
  line-height: .16rem;
  font-size: .11rem;
  font-weight: bold;
  color: #546372;
}
.page_footer .down {
  color: #06BD8C;
}
.page_footer .tab.down p {
  color: #06BD8C;
}
.page_footer .tab .home {
  background: url("../images/tab/tab_home_default.png") no-repeat 0 0;
  background-size: cover;
}
.page_footer .tab .my {
  background: url("../images/tab/tab_my_default.png") no-repeat 0 0;
  background-size: cover;
}
.page_footer .down .home {
  background: url("../images/tab/tab_home_down.png") no-repeat 0 0;
  background-size: cover;
}
.page_footer .down .my {
  background: url("../images/tab/tab_my_down.png") no-repeat 0 0;
  background-size: cover;
}
