@charset "utf-8";
body {
  width: 100%;
  max-width: 640px;
  padding: 0;
  margin: 0 auto;
  font-size: 14px;
  color: #232628;
  font-family: SourceHanSansCN, -apple-system, Verdana, Arial, Helvetica, sans-serif;
  -webkit-tap-highlight-color: transparent;
}
body.overflow-hidden {
  overflow: hidden;
}
div,
ul,
ol,
dl,
p,
pre,
section,
article,
aside,
li,
nav,
input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
textarea,
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-webkit-autofill,
textarea::-webkit-autofill,
select::-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
ul,
dl,
dt,
dd {
  list-style: none;
}
img {
  width: 100%;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  -webkit-focus-ring-color: transparent;
}
i,
em,
strong {
  font-style: normal;
}
.iconfont {
  font-size: inherit;
}
.navigation {
  display: block;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-overflow-line2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.text-overflow-line3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
html,
body {
  background: #E9ECF0;
}
@media screen and (max-width: 267px) {
  html,
  body {
    font-size: 10px;
  }
}
@media screen and (min-width: 268px) and (max-width: 294px) {
  html,
  body {
    font-size: 11px;
  }
}
@media screen and (min-width: 295px) and (max-width: 321px) {
  html,
  body {
    font-size: 12px;
  }
}
@media screen and (min-width: 348px) and (max-width: 374px) {
  html,
  body {
    font-size: 13px;
  }
}
@media screen and (min-width: 375px) and (max-width: 401px) {
  html,
  body {
    font-size: 14px;
  }
}
@media screen and (min-width: 402px) and (max-width: 428px) {
  html,
  body {
    font-size: 15px;
  }
}
@media screen and (min-width: 429px) and (max-width: 455px) {
  html,
  body {
    font-size: 16px;
  }
}
@media screen and (min-width: 456px) and (max-width: 482px) {
  html,
  body {
    font-size: 17px;
  }
}
@media screen and (min-width: 483px) and (max-width: 508px) {
  html,
  body {
    font-size: 18px;
  }
}
@media screen and (min-width: 509px) and (max-width: 535px) {
  html,
  body {
    font-size: 19px;
  }
}
@media screen and (min-width: 536px) and (max-width: 562px) {
  html,
  body {
    font-size: 20px;
  }
}
@media screen and (min-width: 563px) and (max-width: 589px) {
  html,
  body {
    font-size: 21px;
  }
}
@media screen and (min-width: 590px) and (max-width: 616px) {
  html,
  body {
    font-size: 22px;
  }
}
@media screen and (min-width: 617px) and (max-width: 639px) {
  html,
  body {
    font-size: 23px;
  }
}
@media screen and (min-width: 640px) {
  html,
  body {
    font-size: 24px;
  }
}
.scrollbox {
  position: fixed;
  bottom: 7.14285714rem;
  right: 0.57142857rem;
  z-index: 10;
  display: none;
}
.scrollbox-item {
  display: block;
  width: 2.57142857rem;
  height: 2.57142857rem;
  line-height: 2.57142857rem;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0.28571429rem 0.42857143rem 0 #dee2e5;
  box-shadow: 0 0.28571429rem 0.42857143rem 0 #dee2e5;
  cursor: pointer;
}
.scrollbox-item:active {
  background: #F7F9FA;
}
.scrollbox-item > .iconfont {
  font-size: 1.42857143rem;
}
.scrollbox-item + .scrollbox-item {
  margin-top: 2.28571429rem;
}
.procatenav {
  height: 2.57142857rem;
  background: #EBFDF4;
  font-size: 0;
}
.procatenav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #A0D9C7;
}
.procatenav-box.active {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  max-width: 45.71428571rem;
}
.procatenav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 2.57142857rem;
  line-height: 2.57142857rem;
  color: #fff;
  font-size: 0.85714286rem;
  text-align: center;
  background: #A0D9C7;
  background: -webkit-linear-gradient(315deg, #afdecf 0%, #a0d9c7 100%);
  background: -o-linear-gradient(315deg, #afdecf 0%, #a0d9c7 100%);
  background: linear-gradient(135deg, #afdecf 0%, #a0d9c7 100%);
}
.procatenav-item.active {
  font-weight: 600;
  background: #DCC18F;
  background: -webkit-linear-gradient(307deg, #e2caa2 0%, #dcc18f 100%);
  background: -o-linear-gradient(307deg, #e2caa2 0%, #dcc18f 100%);
  background: linear-gradient(143deg, #e2caa2 0%, #dcc18f 100%);
}
section.main {
  background-color: #EBFDF4;
}
section.main .banner img,
section.main .coupon img,
section.main .product-title img {
  pointer-events: none;
}
section.main .coupon {
  position: relative;
}
section.main .coupon-btn {
  position: absolute;
  top: 17rem;
  width: 6.07142857rem;
}
section.main .coupon .btn-by {
  left: 6.67%;
}
section.main .coupon .btn-hj {
  left: 38.67%;
}
section.main .coupon .btn-bj {
  left: 70.8%;
}
section.main .coupon-navi-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 7.14285714rem;
  bottom: 2rem;
  padding: 0 0.57142857rem;
  font-size: 0;
}
section.main .coupon-navi-box .coupon-navi {
  display: inline-block;
  width: 33.33333333%;
  height: 100%;
}
section.main .product-list {
  padding: 0 1.73333333% 0.71428571rem;
  text-align: center;
  font-size: 0;
}
section.main .product-item {
  display: inline-block;
  width: 46.96132597%;
  margin: 0 1.51933702% 0.71428571rem;
  background-color: #fff;
  border-radius: 0.28571429rem;
  overflow: hidden;
  vertical-align: top;
}
section.main .product-item-info {
  padding: 0.85714286rem 0;
  overflow: hidden;
}
section.main .product-item-info-title,
section.main .product-item-info-desc {
  max-width: 94%;
  margin: 0 auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
}
section.main .product-item-info-title {
  font-size: 1rem;
  line-height: 1.42857143rem;
  color: #232628;
  font-weight: bold;
}
section.main .product-item-info-desc {
  font-size: 0.85714286rem;
  line-height: 1.21428571rem;
  color: #71797F;
  margin-top: 0.07142857rem;
}
section.main .product-item-info-price {
  font-size: 1.28571429rem;
  line-height: 1.78571429rem;
  color: #232628;
  font-weight: bold;
  margin-top: 0.14285714rem;
  opacity: 0;
}
section.main .product-item-info .btn-box {
  margin-top: 0.35714286rem;
}
section.main .product-item-info .btn-box .buy-btn {
  width: 6.07142857rem;
}
section.main .bottom {
  padding-top: 1.42857143rem;
  padding-bottom: 2rem;
}
section.main .bottom-btn {
  text-align: center;
}
section.main .bottom-btn img {
  width: 5.57142857rem;
}
