@charset "UTF-8";
body, ul, ol, dl, dd, h1, h2, h3, h4, h5, h6, p, form, fieldset, legend, input, textarea, select, button, th, td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

table {
  font-size: inherit; }

input, select, textarea {
  font-family: arial,helvetica,clean,sans-serif;
  font-size: 100%;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal; }

button {
  overflow: visible; }

th, em, strong, b, address, cite {
  font-style: normal;
  font-weight: normal; }

li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none; }

img, fieldset {
  border: 0 none; }

ins {
  text-decoration: none; }

* {
  touch-action: pan-y;
  -webkit-overflow-scrolling: touch; }

.o-text-ellipsis, .list .address {
  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%; 
}

.imgk {
    width:100%;
    height: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; }

html,
body {
  min-height: 100vh;
  font-family: Source Han Sans CN ,Microsoft YaHei; }

/* 谷歌 */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0; }

.pcHide {
  display: none; }

.o-hide {
  display: none; }

.navbar-header {
  position: relative;
  height: 9.3rem;
  float: inherit; }
  .navbar-header .logo {
    margin-right: 80px; }
  .navbar-header .address img {
    margin-right: 6px; }
  .navbar-header .address .font {
    margin-right: 6px;
    font-size: 16px; }
  .navbar-header .menu {
    margin-left: 125px; }
    .navbar-header .menu a {
      display: inline-block;
      padding: 25px;
      font-size: 16px;
      color: #000;
      position: relative; }
      .navbar-header .menu a:hover, .navbar-header .menu a.active {
        color: #C11920; }
        .navbar-header .menu a:hover::before, .navbar-header .menu a.active::before {
          position: absolute;
          content: '';
          width: 28px;
          height: 4px;
          background-color: #C11920;
          transform: translateX(-50%);
          bottom: 0;
          left: 50%; }
  .navbar-header .tel {
    position: absolute;
    right: 0; }
    .navbar-header .tel .font {
      margin-right: 38px;
      font-size: 20px; }

.searchBar {
  padding: 33px 0; }
  .searchBar .city {
    margin-right: 10px;
    position: relative; }
    .searchBar .city::after {
      width: 13px;
      height: 8px;
      position: absolute;
      content: '';
      top: 50%;
      right: 20px;
      margin-top: -4px;
      background: url(/weblibs/imgs/products/arrow1.png) no-repeat; }
    .searchBar .city select {
      height: 54px;
      width: 110px;
      border: none;
      font-size: 14px;
      text-indent: 20px;
      appearance: none;
      -moz-appearance: none;
      /* Firefox */
      -webkit-appearance: none;
      /* Safari 和 Chrome */ }

.o-search {
  width: 750px;
  height: 54px;
  background-color: #fff;
  position: relative; }
  .o-search input {
    width: 100%;
    height: 54px;
    border: none;
    text-indent: 20px; }
  .o-search .searchBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    line-height: 54px;
    text-align: center;
    background-color: #C11920;
    display: inline-block; }

.appRight {
  z-index: 100;
  display: flex; }

.titBar {
  padding: 40px 0; }
  .titBar .tit {
    font-size: 30px;
    color: #333; }
  .titBar .more {
    font-size: 24px;
    color: #666; }

.list {
  overflow: hidden; }
  .list li {
    width: 368px;
    margin-right: 48px;
    margin-bottom: 44px;
    float: left; }
    .list li:nth-child(3n+3) {
      margin-right: 0; }
  .list a {
    display: inline-block;
    height: 278px;
    position: relative; }
    .list a .fixedBar {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      padding-left: 14px;
      padding-right: 14px;
      background: transparent;
      background: -moz-linear-gradient(top, transparent 0%, #000 100%);
      background: -webkit-linear-gradient(top, transparent 0%, #000 100%);
      background: linear-gradient(to bottom, transparent 0%, #000 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$color1', endColorstr='$color2',GradientType=0 );
      color: #fff;
      line-height: 50px;
      font-size: 20px; }
  .list .price {
    font-size: 16px;
    color: #EC605F;
    padding: 16px; }
  .list .address {
    font-size: 16px;
    color: #666;
    padding: 0 16px; }
    .list .address img {
      margin-right: 6px; }

.fixedCode {
  width: 190px;
  height: 240px;
  background: #266AA0;
  border-radius: 8px;
  position: fixed;
  right: 20px;
  bottom: 30%;
  padding-top: 15px;
  text-align: center; }
  .fixedCode img {
    width: 161px;
    height: 161px;
    background: #FFFFFF;
    border-radius: 6px; }
  .fixedCode .font {
    font-size: 14px;
    color: #fff;
    padding: 15px; }

.chooseCato dl {
  position: relative;
  padding-left: 90px;
  font-size: 14px;
  margin-bottom: 16px; }
  .chooseCato dl dt {
    font-weight: bold;
    color: #333;
    width: 90px;
    position: absolute;
    left: 0; }
  .chooseCato dl dd a {
    color: #666;
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 4px; }
    .chooseCato dl dd a:hover, .chooseCato dl dd a.active {
      color: #C11920; }

.list_local {
  margin-top: 60px; }
  .list_local li {
    overflow: hidden;
    padding-bottom: 48px; }
    .list_local li img {
      width: 262px;
      height: 197px;
      float: left;
      margin-right: 30px; }
    .list_local li .name {
      font-size: 20px;
      color: #333;
      margin-bottom: 40px;
      font-weight: bold; }
    .list_local li .price {
      color: #EC605F;
      font-size: 24px;
      margin-bottom: 10px; }
      .list_local li .price span {
        font-size: 14px; }
    .list_local li .address {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px; }
    .list_local li .tel {
      margin-top: 14px;
      color: #666; }

.o-label span {
  display: inline-block;
  padding: 5px 8px;
  font-size: 14px;
  margin-right: 8px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.o-label .red {
  background-color: #FFF2F1;
  color: #D56448; }

.o-label .blue {
  background-color: #EDF8FF;
  color: #57A6D9; }

.o-label .green {
  background-color: #F1FAEF;
  color: #7BA771; }
<!--耗时1764133656.5448秒-->