@charset "UTF-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
  font-weight: normal;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

[hidefocus],
summary {
  outline: 0;
}

li {
  list-style: none;
}

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

sup,
sub {
  font-size: 83%;
}

pre,
code,
kbd,
samp {
  font-family: inherit;
}

q:before,
q:after {
  content: none;
}

textarea {
  overflow: auto;
  resize: none;
}

label,
summary {
  cursor: default;
}

a,
button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}

del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}

body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 宋体;
  color: #333;
  outline: 0;
}

body {
  background: rgba(245, 245, 245, 0.9607843137);
  font-family: "Microsoft YaHei";
}

a,
a:hover {
  color: #333;
}

html {
  font-size: 13.3333333333vw;
}

.Index .van-popup {
  background-color: transparent;
}
.Index .van-popup .pop-up {
  width: 7.2rem;
  height: 8.5rem;
}
.Index .top-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 7.5rem;
  height: 3.41rem;
  background-image: linear-gradient(to bottom, #B89876 26%, #F5F5F5 100%);
}
.Index .nav-bar {
  height: 44px;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 300;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 0 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  background-color: #B89876;
}
.Index .nav-bar .left-box .logo-inner {
  display: block;
  width: 85px;
  height: 26px;
}
.Index .nav-bar .left-box .logo-inner img {
  display: block;
  height: 100%;
}
.Index .nav-bar .middle-box .van-search {
  width: 4rem;
  height: 0.6rem;
  padding: initial;
  background-color: transparent;
}
.Index .nav-bar .middle-box .van-search .van-search__content {
  height: 0.5rem;
}
.Index .nav-bar .middle-box .van-search .van-search__content .van-cell {
  line-height: initial;
}
.Index .nav-bar .right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.Index .nav-bar .right-box .menu-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 1.8rem;
  background-color: #ffffff;
  right: 0;
  font-size: 0.26rem;
  border-radius: 0.1rem;
  padding: 0.1rem;
  top: 0.8rem;
  border-top: 0.1rem solid #C8AC7A;
}
.Index .nav-bar .right-box .menu-wrap a {
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
}
.Index .nav-bar .right-box .menu-wrap span {
  color: #7B3E13;
  margin-left: 0.2rem;
}
.Index .nav-bar .right-box .menu-wrap i {
  display: block;
  width: 0.3rem;
  height: 0.3rem;
  background-size: cover;
}
.Index .nav-bar .right-box .menu-wrap .enterprise {
  background-image: url(//img.cdn.fusiling.com/img/2022/08/7lqjb4uwz1k43hwv8ho41imal6km3fxm.png);
}
.Index .nav-bar .right-box .menu-wrap .call {
  background-image: url(//img.cdn.fusiling.com/img/2022/08/b4d5sud7qickvk70oc87kt9jsturl0s1.png);
}
.Index .nav-bar .right-box .menu-wrap .customer {
  background-image: url(//img.cdn.fusiling.com/img/2022/08/qlg8k4mmw8wr4tbj675ar6y19nck0t0v.png);
}
.Index .nav-bar .right-box .menu-wrap .my {
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/home/d30f9b4504db0586a6b18d73c96a9a5c.png);
}
.Index .nav-bar .right-box .menu-wrap .line {
  border-bottom: 1px solid #E2E2E2;
}
.Index .banner-box {
  position: relative;
  width: 7rem;
  left: 50%;
  transform: translate(-50%);
  margin-top: 1rem;
}
.Index .banner-box .van-swipe {
  border-radius: 0.12rem;
}
.Index .plate-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 0.2rem;
}
.Index .plate-wrap > div {
  width: 1.6rem;
  height: 2rem;
  background-size: cover;
}
.Index .plate-wrap .gift {
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/home/61bed6bfb0f3e96ce7a5a38a411caa8f.png);
}
.Index .plate-wrap .birthday {
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/home/179dcd46fe39ffde2663d7e15d2ffff4.png);
}
.Index .plate-wrap .jd {
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/home/61408576c3745351e2465ce2a2391ef7.png);
}
.Index .plate-wrap .meituan {
  background-image: url(//img.cdn.fusiling.com/img/2022/11/%E7%BE%8E%E5%9B%A2%E9%A4%90%E9%A5%AE.png);
}
.Index .plate-wrap .dingdong {
  background-image: url(//img.cdn.fusiling.com/img/2022/11/%E5%8F%AE%E5%92%9A%E4%B9%B0%E8%8F%9C.png);
}
.Index .grid {
  width: 7rem;
  padding: 0.1rem;
  background-color: #ffffff;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.2rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 0.2rem;
}
.Index .grid .grid-item {
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.1rem 0;
}
.Index .grid .grid-item img {
  width: 1rem;
  height: 1rem;
  background-size: cover;
  vertical-align: top;
}
.Index .grid .grid-item span {
  font-size: 0.2rem;
  font-weight: bold;
}
.Index .hint-wrap {
  width: 7rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 0.2rem;
}
.Index .hint-wrap .hint-item {
  display: flex;
  align-items: center;
  color: gray;
}
.Index .hint-wrap .hint-item span {
  margin-left: 0.1rem;
}
.Index .advertising {
  width: 7.1rem;
  height: 1.6rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  margin-top: 0.18rem;
}
.Index .advertising img {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.Index .merit-wrap {
  width: 7rem;
  position: relative;
  left: 50%;
  transform: translate(-50%);
  padding: 0.1rem;
  background-color: #ffffff;
  border-radius: 0.2rem;
  margin-top: 0.2rem;
}
.Index .merit-wrap .nav-top {
  display: flex;
  justify-items: flex-end;
  margin: 0.1rem;
}
.Index .merit-wrap .nav-top h2 {
  font-size: 0.3rem;
}
.Index .merit-wrap .nav-top span {
  font-size: 0.26rem;
  color: gray;
  margin-left: 0.1rem;
  display: flex;
  align-items: center;
}
.Index .merit-wrap .goods-warp {
  display: flex;
  align-items: center;
  overflow-x: scroll;
}
.Index .merit-wrap .goods-warp .goods-item {
  width: 2rem;
  height: 2.4rem;
  margin-right: 0.1rem;
}
.Index .merit-wrap .goods-warp .goods-item img {
  width: 2rem;
  height: 2rem;
  background-size: cover;
  vertical-align: top;
}
.Index .merit-wrap .goods-warp .goods-item .info-wrapper .price-wrapper {
  display: flex;
  align-items: center;
}
.Index .merit-wrap .goods-warp .goods-item .info-wrapper .price-wrapper .price-value {
  align-content: center;
  color: red;
  font-size: 0.2rem;
}
.Index .merit-wrap .goods-warp .goods-item .info-wrapper .price-wrapper .price-value .icon-bag {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/icon/icon_bag.png);
  background-size: cover;
}
.Index .merit-wrap .goods-warp .goods-item .info-wrapper .price-wrapper .original-price {
  font-size: 0.28rem;
  margin-left: 0.1rem;
  text-decoration: line-through;
  color: gray;
}
.Index .van-tabs {
  position: relative;
  width: 7.5rem;
  margin: 25px auto;
  padding: 10px 0;
  background: #ffffff;
}
.Index .van-tabs .van-sticky--fixed {
  z-index: 1000;
}
.Index .van-tabs .title {
  font-size: 0.3rem;
  font-weight: bold;
}
.Index .van-tabs .description {
  font-size: 0.24rem;
  text-align: center;
}
.Index .van-tabs .goods-list {
  width: 7rem;
  display: flex;
  flex-wrap: wrap;
  margin: 0.2rem auto;
  background-color: #ffffff;
  justify-content: space-between;
}
.Index .van-tabs .goods-list .goods-item {
  width: 3.4rem;
  margin: 0.1rem 0;
}
.Index .van-tabs .goods-list .goods-item img {
  width: 3.2rem;
  height: 3.2rem;
  background-size: cover;
  border-radius: 0.2rem;
}
.Index .van-tabs .goods-list .goods-item .info-wrapper .name {
  color: #363636;
  font-size: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 0.62rem;
}
.Index .van-tabs .goods-list .goods-item .info-wrapper .price-wrapper {
  display: flex;
  align-items: center;
  padding: 0.1rem 0;
  position: relative;
}
.Index .van-tabs .goods-list .goods-item .info-wrapper .price-wrapper .price-value {
  display: flex;
  align-content: center;
  color: red;
  font-size: 0.3rem;
  font-weight: bold;
}
.Index .van-tabs .goods-list .goods-item .info-wrapper .price-wrapper .price-value .icon-bag {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/icon/icon_bag.png);
  background-size: cover;
}
.Index .van-tabs .goods-list .goods-item .info-wrapper .price-wrapper .market-count {
  font-size: 0.28rem;
  margin-left: 0.1rem;
  color: gray;
}
.Index .van-tabs .goods-list .goods-item .info-wrapper .shopping {
  position: absolute;
  width: 0.4rem;
  height: 0.4rem;
  background-image: url(//img.cdn.fusiling.com/img/fsl-h5/home/3091e53c0b6675f82f2a612c3a1d878d.png);
  background-size: cover;
  right: 0.2rem;
}

/*# sourceMappingURL=20221205.css.map */
