@charset "UTF-8";
.o-text-ellipsis, .tabCont .cont a {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis; }

.o-flex {
  display: flex; }

.o-space-between {
  display: flex;
  justify-content: space-between; }

.o-space-around {
  display: flex;
  justify-content: space-around; }

.o-space-between-wrap, .o-wrap-row {
  display: flex;
  flex-wrap: wrap; }

.o-space-between-wrap {
  display: flex;
  justify-content: space-between; }

.o-space-between-vmiddle {
  display: flex;
  justify-content: space-between; }

.o-space-between-vmiddle, .o-vmiddle {
  display: flex;
  align-items: center; }

.o-vtop {
  display: flex;
  align-items: flex-start; }

.o-acenter-vmiddle {
  display: flex;
  justify-content: center;
  align-items: center; }

.o-aright {
  display: flex;
  justify-content: flex-end; }

.pr {
  position: relative; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

input {
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

iframe {
  width: 100%;
  height: 100%;
  border: none; }

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder {
  /* WebKit browsers */
  color: #aeb2bd;
  font-size: 14px; }

a,
a:hover {
  text-decoration: none; }

.clearfix {
  *zoom: 1; }

.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both; }

* {
  outline: none; }

/*转动条 start*/
::-webkit-scrollbar {
  width: 10px;
  height: 4px;
  background-color: #f5f5f5;
  border-radius: 8px;
  overflow: hidden; }

/*界说转动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 8px;
  overflow: hidden; }

/*界说滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.7); }

::-webkit-scrollbar-thumb:hover {
  border-radius: 8px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: black; }

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder {
  /* WebKit browsers 适配谷歌 */
  color: #aeb2bd; }

img {
  max-width: 100%; }

.w140 {
  width: 140px; }

.w414 {
  width: 414px; }

.w470 {
  width: 470px; }

.w650 {
  width: 650px; }

.w1120 {
  width: 1120px;
  margin-left: auto;
  margin-right: auto; }

.w1200 {
  width: 1200px;
  margin-left: auto;
  margin-right: auto; }

.ml10 {
  margin-left: 10px; }

.ml55 {
  margin-left: 55px; }

.ml20 {
  margin-left: 20px; }

.ml25 {
  margin-left: 25px; }

.mr10 {
  margin-right: 10px; }

.mr20 {
  margin-right: 20px; }

.mr60 {
  margin-right: 60px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mt70 {
  margin-top: 70px; }

.mt100 {
  margin-top: 100px; }

.pt10 {
  padding-top: 10px; }

.pb20 {
  padding-bottom: 20px; }

.color-blue {
  color: #638afa; }

.color-orange {
  color: #ff6c01; }

.color-gray {
  color: #aeb2bd; }

.color-deflut {
  color: #2a2b2d; }

.color-red {
  color: #9A0C0A; }

.bg-blue {
  background-color: #638afa; }

.bg-gray {
  background-color: #F5F5F5; }

.bg-gray333 {
  background-color: #303030; }

.bg-red {
  background-color: #9A0C0A; }

.bg-white {
  background-color: #fff; }

.flex {
  display: flex; }

.flex-space-between {
  display: flex;
  justify-content: space-between; }

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center; }

.flex-vCenter {
  display: flex;
  align-items: center; }

.fl {
  float: left; }

.fr {
  float: right; }

.f18 {
  font-size: 18px; }

.f30 {
  font-size: 30px; }

.hide {
  display: none; }

.show {
  display: block; }

.appHeadHeight {
  height: 5.2rem; }

.navbar-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.2rem;
  background-color: #fff;
  z-index: 99; }

header nav .logo {
  z-index: 100; }

header nav .icon-menu, header nav .icon-close {
  display: flex;
  align-items: center;
  padding: 0 2rem;
  z-index: 100; }

.searchBar {
  padding: 1.5rem; }
  .searchBar .city {
    margin-right: 0; }
    .searchBar .city::after {
      width: 1.3rem;
      height: .8rem;
      right: 2rem;
      margin-top: -.4rem;
      background-size: 100%; }
    .searchBar .city select {
      height: 5.4rem;
      width: 11rem;
      font-size: 1.4rem;
      text-indent: 2rem; }

.o-search {
  height: 5.4rem; }
  .o-search input {
    height: 5.4rem; }
  .o-search .searchBtn {
    line-height: 5.4rem; }
  .o-search::after {
    width: .1rem;
    height: 2rem;
    background-color: #E4E4E4;
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    margin-top: -1rem; }

.pcHide {
  display: block; }

.fdj {
  z-index: 100;
  display: flex;
  align-items: center; }

.titBar {
  padding: 1.5rem; }
  .titBar .tit {
    font-size: 1.8rem; }
  .titBar .more {
    font-size: 1.4rem; }

.product_tab {
  position: relative; }

.tabTit {
  text-align: center;
  margin-bottom: 1rem; }
  .tabTit a {
    padding: 1rem;
    font-size: 1.4rem;
    color: #333;
    position: relative;
    display: inline-block; }
    .tabTit a::after {
      position: absolute;
      content: '';
      border-top: .5rem solid #999;
      border-left: .4rem solid transparent;
      border-right: .4rem solid transparent;
      top: 50%;
      margin-top: -.15rem;
      right: -.5rem; }
    .tabTit a.active {
      color: #C11920; }
      .tabTit a.active::after {
        border-top: none;
        border-bottom: .5rem solid #C11920; }

.tabCont {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 18rem;
  z-index: 100;
  display: none; }
  .tabCont::after {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7); }
  .tabCont .cont {
    background-color: #fff;
    position: relative;
    z-index: 101;
    padding: 0.7rem; }
    .tabCont .cont a {
      width: 7.8rem;
      line-height: 3rem;
      background: #F5F5F5;
      border-radius: .2rem;
      text-align: center;
      display: inline-block;
      margin: .5rem .4rem; }
      .tabCont .cont a.active {
        background-color: #C11920;
        color: #fff; }
  .tabCont .cont2 {
    display: none; }

.list {
  margin-left: 1.6rem;
  margin-right: 1.6rem; }
  .list li {
    margin-bottom: 3rem;
    margin-right: 0;
    width: 100%;
    float: inherit; }
  .list a {
    height: 26rem; }
    .list a img {
      width: 100%;
      max-width: inherit; }
    .list a .fixedBar {
      padding-left: 2rem;
      padding-right: 2rem;
      line-height: 4.8rem;
      font-size: 1.8rem; }
  .list .price {
    font-size: 1.6rem;
    color: #EC605F;
    padding: 1.4rem 0; }
  .list .address {
    font-size: 1.6rem;
    padding: 0; }
    .list .address img {
      margin-right: .6rem; }

.list_local {
  margin-top: 0;
  margin-left: 1.6rem;
  margin-right: 1.6rem; }
  .list_local li {
    padding-bottom: 2.6rem; }
    .list_local li img {
      width: 100%;
      height: 26rem;
      margin-right: 0;
      float: inherit; }
    .list_local li .name {
      font-size: 1.6rem;
      padding-top: 1.6rem;
      margin-bottom: 1rem; }
    .list_local li .price {
      font-size: 1.2rem;
      margin-bottom: 1rem; }
      .list_local li .price span {
        font-size: 1.4rem; }
    .list_local li .address {
      font-size: 1.4rem;
      margin-bottom: 1rem; }
    .list_local li .tel {
      margin-top: 1.4rem; }

.o-label span {
  padding: .5rem .8rem;
  font-size: 1.1rem;
  margin-right: .8rem;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem; }
<!--耗时1764133515.4844秒-->