﻿.wt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 0;
  font-size: 0;
  background-color: #fff
}
.wt.border {
  position: relative
}
.wt.border .wt__title {
  margin-bottom: 12px
}
.wt.border:after {
  content: "";
  position: absolute;
  width: calc(100% - 24px);
  transform: scaleY(.5);
  padding: .5px 0;
  background-color: #e6e6e6;
  bottom: 12px
}
.wt--bottom-border {
  padding-bottom: 15px
}
.wt--align-center .wt__title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%
}
.wt--align-center .wt__title--icon-title {
  padding-left: 0
}
.wt--align-center .wt__icon {
  flex: none;
  position: relative;
  top: auto;
  left: auto;
  transform: none
}
.wt__title {
  display: inline-block;
  width: 60%;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px
}
.wt__title.large {
  font-size: 18px
}
.wt__title--icon-title {
  padding-left: 30px;
  position: relative
}
.wt__title--dark {
  color: #3c3c3c
}
.wt__icon {
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
  height: 28px;
  width: 28px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.wt__more {
  float: right;
  color: #fe5a58;
  font-size: 14px;
  line-height: 24px
}
.wt__more i {
  transform: translateY(1.8px);
  font-size: 14px
}
.grayline {
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scaleY(.5)
}
.grayline > div {
  height: 1px;
  margin: 0 16px;
  background: #e6e6e6
}
.grayline.fluid > div {
  margin: 0
}
.avt {
  display: flex;
  align-items: center;
  color: #1f1f1f;
  overflow: hidden
}
.avt img {
  margin-right: 4px;
  border-radius: 50%
}
.avt .oneLine {
  width: auto
}
.show-card {
  padding-bottom: 24px;
  width: 163px;
  width: 43.467vw;
  max-width: 217px
}
.show-card__img {
  position: relative;
  width: 100%;
  /*padding-bottom: 100%;*/
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 4px
}
.show-card__img.playing {
  background-image: unset !important;
  background-color: #1f1f1f
}
.show-card__img i {
  position: absolute;
  bottom: 12px;
  left: 12px;
  font-size: 24px;
  color: #fff
}
.show-card__img video {
  display: none;
  position: absolute;
  z-index: 1;
  height: 100%;
  left: 50%;
  transform: translateX(-50%)
}
.show-card__img video.front {
  z-index: 1
}
.show-card__img video.show {
  display: block
}
.show-card__count {
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 5px 5px 5px 20px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  background-color: rgba(0, 0, 0, .4);
  border-radius: 1em
}
.show-card__count:before {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  margin-top: -6px;
  display: block;
  height: 12px;
  width: 12px;
  background-image: url(../image/m55-06ef238.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.show-card__title {
  margin: 8px 0;
  height: 2.857em;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.429;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  padding: 0 8px
}
.show-card-list__post {
    display: flex;
    padding: 16px 16px 0;
    justify-content: space-between;
}
.show-card__img__post img{
  position: relative;
  max-width: 100% !important;
  height: auto !important;
  border-radius: 4px;
}
.show-card.fluid .show-card__title {
  height: auto
}
.show-card.fluid .show-card__title.empty {
  margin-bottom: 0
}
.show-card__footer {
  display: flex;
  align-items: center;
  color: #999;
  font-size: 12px;
  line-height: 1.333;
  padding: 0 8px
}
.show-card__avatar {
  flex: none;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  background-size: cover;
  background-position: 50%
}
.show-card__author {
  margin: 0 4px;
  font-size: 12px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transform: translateY(2px)
}
.show-card__time {
  transform: translateY(3px);
  margin-left: 16px
}
.show-card__praise {
  flex: none;
  letter-spacing: -1px;
  padding-left: 14px;
  height: 12px;
  font-size: 12px;
  background-image: url(../image/m55-f04f5b3.svg);
  background-position: 0;
  background-size: contain;
  background-repeat: no-repeat;
  color: #999;
  margin-left: auto
}
.show-card__praise.showCmt {
  margin-right: 20px
}
.show-card__praise.cmt {
  background-image: url(../image/m55-0a75957.svg);
  margin-right: 0;
  padding-left: 16px;
  margin-left: unset
}
.show-card-list {
  display: flex;
  padding: 16px 16px 0;
  justify-content: space-between
}
.dealcard {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  background: #fff;
  width: calc(100% - 32px);
  padding: 0 16px;
  box-sizing: content-box;
  position: relative
}
.dealcard.amazon:after {
  content: "";
  background-image: url(../image/202101141911073.png);
  position: absolute;
  top: 12px;
  left: 12px;
  height: 20px;
  width: 58px;
  background-position: 50%;
  background-size: 100%
}
.dealcard.new {
  height: unset;
  padding: 12px
}
.dealcard.new .dealcard__img {
  height: unset;
  padding-top: 43%;
  width: 43%
}
.dealcard.new .dealcard__right {
  width: calc(57% - 12px);
  height: unset;
  display: flex;
  flex-direction: column;
  justify-content: space-between
}
.dealcard.new .dealcard__notes {
  display: flex;
  align-items: center;
  color: #979797
}
.dealcard.new .dealcard__timeleft {
  width: auto;
  display: flex;
  height: 16px;
  top: 0;
  padding: 0 5px;
  line-height: 16px;
  font-size: 10px;
  border-radius: 4px 0 4px 0;
  align-items: center;
  justify-content: center
}
.dealcard.new .dealcard__timeleft .van-icon-clock-o {
  margin-right: 3px
}
.dealcard.new .dealcard__pic-tag {
  display: flex;
  width: auto;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 4px 0 4px 0;
  background-image: linear-gradient(90deg, #c570fd, #f6529d);
  color: #fff;
  padding: 0 6px;
  height: 16px;
  line-height: 16px;
  font-size: 10px
}
.dealcard__img {
  margin-right: 12px;
  width: 108px;
  height: 108px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 4px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  overflow: hidden
}
.dealcard__timeleft {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  line-height: 1;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background: rgba(0, 0, 0, .4)
}
.dealcard__right {
  width: 223px;
  width: calc(100% - 120px);
  height: 108px
}
.dealcard__right h3 {
  color: #fe5a58;
  height: 20px;
  white-space: nowrap
}
.dealcard__right h3, .dealcard__title {
  margin-top: 6px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis
}
.dealcard__title {
  color: #1f1f1f;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.dealcard__title.oneLine {
  -webkit-line-clamp: 1;
  height: 17px
}
.dealcard__tag {
  display: flex;
  flex-direction: row;
  margin-top: 6px
}
.dealcard__tag span {
  font-size: 12px;
  background-color: #f8f8f8;
  transform: scale(.8);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 2px;
  border-radius: 3px;
  white-space: nowrap
}
.dealcard__country {
  display: flex;
  justify-content: left;
  align-items: center;
  position: relative;
  height: 16px
}
.dealcard__country .right-con__imgbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px
}
.dealcard__country .right-con__imgbox img {
  max-width: 12px;
  max-height: 12px;
  color: transparent
}
.dealcard__country .right-con__store-name {
  flex: 1;
  font-size: 12px;
  color: #1f1f1f;
  text-indent: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.dealcard__country .right-con__retake {
  padding: 3px;
  line-height: 14px;
  font-size: 10px;
  font-weight: 500;
  color: #fe5a58;
  background-color: #fff2ed;
  border-radius: 3px
}
.dealcard__notes {
  position: relative;
  margin-top: 6px;
  font-size: 16px
}
.dealcard__notes span {
  font-size: 10px
}
.dealcard__comment, .dealcard__praise {
  display: inline-block;
  width: 28%;
  height: 20px;
  line-height: 20px;
  margin-right: 4%;
  text-indent: 21px;
  background-position: 0;
  background-size: 12px;
  background-repeat: no-repeat;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.dealcard__praise {
  background-image: url(../image/m55-6f06fce.svg)
}
.dealcard__comment {
  background-image: url(../image/m55-34adf8c.svg);
  margin-right: 0
}
.dealcard__time {
  position: absolute;
  right: 0;
  display: inline-block;
  width: 40%;
  height: 20px;
  line-height: 20px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.error {
  height: 100vh;
  background: #fff
}
.error__top {
  display: flex;
  margin: 0 30px;
  padding-bottom: 28px
}
.error__lt {
  z-index: 11;
  width: 40%
}
.error__imgbox {
  padding-top: 36px;
  width: 60%
}
.error__imgbox > img {
  width: 100%
}
.error__conn {
  background: #f9f9f9;
  min-height: 80vh;
  padding: 14px 0
}
.error__head {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center
}
.error__head--lt {
  font-size: 16px;
  color: #1f1f1f;
  font-weight: 600;
  margin-left: 16px
}
.error__head--rt {
  margin-right: 16px
}
.error__deals {
  margin-top: 16px
}
.error__title {
  margin-top: 50px;
  font-size: 16px
}
.error__title--bold {
  font-size: 14px;
  font-weight: 600;
  color: #3c3c3c;
  text-align: left
}
.error__text {
  margin: 8px auto 0;
  text-align: left;
  text-wrap: nowrap
}
.error__text > p {
  font-size: 12px;
  color: #979797
}
.error__btn {
  width: 80%;
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  margin-top: 24px;
  background: #ff604b;
  color: #fff;
  font-size: 12px;
  text-align: center
}
.error .wt {
  background-color: #f9f9f9
}
.error .double-rebates {
  padding-bottom: 8px;
  overflow-y: hidden;
  background-color: #f5f5f5;
  padding-left: 16px;
  margin-top: 16px
}
.error .double-rebates__ul {
  overflow: hidden
}
.error .double-rebates__li {
  float: left;
  margin-bottom: 1px;
  margin-right: 12px;
  width: 144px;
  overflow: hidden
}
.loading-cover {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100000
}
.loading-cover__wrap {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -60px;
  margin-top: -60px;
  border-radius: 8px;
  z-index: 101;
  box-shadow: 0 0 0 10000px rgba(0, 0, 0, .7);
  background-color: #fff;
  overflow: hidden
}
.loading-cover__wrap, .loading-cover__wrap img {
  width: 120px;
  height: 120px
}
body, button, dd, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, menu, nav, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  word-break: break-word;
  font-size: 14px
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 400;
  word-break: break-word
}
address, b, em, i {
  font-style: normal
}
a, div, p {
  color: #1f1f1f
}
.van-toast__text {
  color: #fff
}
a, a:hover {
  color: #6f6f6f;
  text-decoration: none !important
}
a:active, a:link, a:visited {
  text-decoration: none
}
li, ol, ul {
  list-style: none;
  word-break: break-word
}
fieldset, img {
  border: 0
}
html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: none;
  margin: 0 auto
}
body, html {
  max-width: 480px
}
button, input, select, textarea {
  font: 16px/1.5 PingFang SC, Helvetica, Arial;
  outline: none
}
input, textarea {
  background: none;
  border-radius: 0;
  -webkit-appearance: none
}
.strong {
  font-style: normal;
  font-weight: 400
}
body {
  height: 100%;
  font: 16px/1.5;
  font-family: Avenir Next, Calibri, SF Pro Text, PingFang SC, Hiragino Sans GB, Noto Sans CJK SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif;
  color: #6f6f6f;
  background: #f5f5f5
}
div {
  word-break: break-word
}
img {
  display: block;
  font-size: 12px
}
* {
  font-family: Avenir Next, Calibri, SF Pro Text, PingFang SC, Hiragino Sans GB, Noto Sans CJK SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif
}
.clearboth {
  height: 0;
  clear: both
}
body {
  word-break: break-word;
  width: 100%;
  min-height: 320px;
  -webkit-overflow-scrolling: touch
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
.fl {
  float: left
}
.fr {
  float: right
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden
}
:-ms-clear, ::-ms-clear, ::-ms-reveal {
  display: none
}
#google_translate_element {
  display: none
}
.borderb {
  border-bottom: 1px solid #e6e6e6
}
.margint {
  margin-top: .266667rem
}
.noscroll, .noscroll body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  top: 0
}
.reply__text img {
  max-width: 100%
}
.__nuxt-error-page {
  padding: 16px !important
}
.__nuxt-error-page .title {
  font-size: 24px !important
}
.__nuxt-error-page .description, .__nuxt-error-page a {
  font-size: 14px !important
}
.login {
  max-width: 480px;
  width: 100%
}
.cImg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%
}
.cImg[lazy=error], .cImg[lazy=loading] {
  background-size: 50%
}
.twoLine {
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.oneLine, .twoLine {
  overflow: hidden;
  text-overflow: ellipsis
}
.oneLine {
  display: block;
  width: 100%;
  white-space: nowrap
}
.bfline {
  position: relative
}
.bfline:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1px 0;
  transform: scaleY(.25);
  background-color: #d8d8d8
}
.afline {
  position: relative
}
.afline:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1px 0;
  transform: scaleY(.25);
  background-color: #ececec
}
.gray-page {
  filter: grayscale(100%)
}
.one-line-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all
}
.two-line-text {
  -webkit-line-clamp: 2;
  line-clamp: 2
}
.three-line-text, .two-line-text {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical
}
.three-line-text {
  -webkit-line-clamp: 3;
  line-clamp: 3
}
.merchant-li {
  position: relative;
  padding: 16px;
  box-sizing: border-box;
  font-size: 0;
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 100%
}
.merchant-li .grayline {
  position: absolute;
  bottom: 0;
  width: calc(100% - 32px)
}
.merchant-li--small {
  width: 327px
}
.merchant-li--small .merchant-li__content {
  width: 215px
}
.merchant-li--no-bottom {
  padding-bottom: 0
}
.merchant-li--border:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(.5);
  width: 91.5%;
  width: 91.5vw;
  width: calc(100% - 32px);
  height: 1px;
  background-color: #e6e6e6
}
.merchant-li__img {
  display: inline-block;
  width: 96px;
  margin-right: 12px;
  background-position: 50%;
  background-size: 80%;
  background-repeat: no-repeat;
  border-radius: 5px;
  position: relative
}
.merchant-li__img.hasBorder {
  box-sizing: border-box;
  border: 1px solid #f5f5f5
}
.merchant-li__img:before {
  content: "";
  display: block;
  padding-bottom: 100%
}
.merchant-li__img--small {
  width: 54px;
  border-radius: 4px;
  margin: 6px 17px 6px 5px;
  box-shadow: 0 0 0 5px #fff, 0 0 0 6px #e6e6e6
}
.merchant-li__img--small + .merchant-li__content {
  width: calc(100% - 76px);
  height: 66px
}
.merchant-li__img .first-order-tag {
  font-size: 12px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  background-image: linear-gradient(90deg, #c570fc, #f6529d);
  padding: 0 6px;
  border-radius: 4px 0 8px 0;
  position: absolute;
  left: 0;
  top: 0
}
.merchant-li__content {
  float: right;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 88px;
  font-size: 14px;
  line-height: 1.428
}
.merchant-li__content.reverse {
  justify-content: center
}
.merchant-li__content--header {
  display: flex;
  align-items: center
}
.merchant-li__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
  background-image: url(../image/m55-8fda1d5.svg);
  background-size: contain;
  background-position: 100%;
  background-repeat: no-repeat
}
.merchant-li__rebate, .merchant-li__title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.merchant-li__title {
  margin-right: 5px;
  margin-bottom: 4px;
  color: #1f1f1f;
  max-width: calc(100vw - 171px)
}
.merchant-li__title.reverse {
  margin-right: 0
}
.merchant-li__title--flag {
  width: 16px;
  margin-right: 0
}
.merchant-li__title--flag.reverse {
  margin-right: 5px
}
.merchant-li__rebate {
  margin-bottom: 2px;
  color: #fe5a58;
  height: 1.6em
}
.merchant-li__rebate.opacity {
  opacity: 0
}
.merchant-li__info {
  margin-bottom: 4px;
  color: #979797;
  font-size: 12px;
  line-height: 1.667;
  height: 1.667em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.merchant-li__info.reverse {
  color: #1f1f1f
}
.merchant-li__tag-list {
  overflow: hidden;
  height: 20px
}
.merchant-li__tag {
  float: left;
  padding: 4px;
  color: #979797;
  font-size: 12px;
  line-height: 1;
  background-color: #f5f5f5;
  border-radius: 3px;
  transform: scale(.8) translateX(-6px)
}
.merchant-li__tag.reverse {
  color: #1f1f1f
}
.merchant-li--new {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin-bottom: 12px;
  border-radius: 5px
}
.merchant-li--new .merchant-li__info {
  font-size: 10px
}
.merchant-li--new .merchant-li__content {
  width: 100%;
  text-align: left;
  justify-content: space-between;
  padding-left: 12px;
  padding-bottom: 12px;
  padding-top: 8px;
  height: auto
}
.merchant-li--new .merchant-li__rebate {
  padding: .3em 4px;
  height: 1.6em;
  color: #fe5a58;
  font-size: 10px;
  line-height: 1;
  background-color: #fff2ed;
  border-radius: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}
.merchant-li--new .merchant-li__title {
  margin-bottom: 0;
  max-width: calc(100% - 12px);
  line-height: 24px;
  height: 24px
}
.merchant-li--new .merchant-li__img {
  width: 100%;
  border-radius: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  box-shadow: none;
  margin: 0
}
.merchant-li--new .merchant-li__img:before {
  padding-bottom: 61%
}
div[infinite-scroll-disabled=true]:after, ul[infinite-scroll-disabled=true]:after {
  content: "加载中...";
  text-align: center;
  line-height: 28px;
  font-size: 12px;
  color: #979797;
  width: 100%;
  margin: 0 auto;
  display: block
}
div[infinite-scroll-distance], ul[infinite-scroll-distance] {
  position: relative
}
@-webkit-keyframes spin {
  to {
    transform: translate(-50%) rotate(1turn)
  }
}
@keyframes spin {
  to {
    transform: translate(-50%) rotate(1turn)
  }
}
.search-bar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f5f5f5;
  z-index: 100
}
.search-bar__header {
  padding: 6px 16px;
  font-size: 0;
  background-color: #fff;
  overflow: hidden
}
.search-bar__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1
}
.search-bar__input-wrap {
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  height: 36px;
  padding: 8px 6px;
  vertical-align: middle;
  background-color: #efefef;
  border-radius: 6px
}
.search-bar__input-wrap label {
  font-size: 0;
  flex: none
}
.search-bar__search-icon {
  margin-right: 5px;
  display: inline-block;
  height: 20px;
  width: 20px
}
.search-bar__input {
  border: none;
  padding: 3px 0;
  font-size: 14px;
  line-height: 1;
  flex: auto
}
.search-bar__cancel {
  float: right;
  padding: 11px 0;
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 500;
  line-height: 1
}
.search-bar__categories {
  height: calc(100% - 48px);
  box-sizing: border-box;
  background-color: #fff;
  overflow-x: hidden;
  padding-bottom: 16px
}
.search-bar__cate-tags {
  padding: 0 16px;
  overflow: hidden
}
.search-bar__cate-tag {
  float: left;
  margin-right: 1.46%;
  width: 23.9%;
  padding: 10px;
  height: 32px;
  box-sizing: border-box;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 3px
}
.search-bar__cate-tag:nth-child(n+5) {
  margin-top: 5px
}
.search-bar__cate-tag:nth-child(4n) {
  margin-right: 0
}
.search-bar__list {
  padding: 0 16px;
  background-color: #fff
}
.search-bar__li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 10px 0;
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px
}
.search-bar__li:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  transform: translateX(-50%) scaleY(.5)
}
.search-bar__li:last-child:after {
  content: normal
}
.search-bar__li--clear {
  color: #fe5a58;
  text-align: center
}
.search-bar__li--clock:before {
  content: "";
  display: block;
  flex: none;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-image: url(../image/m55-f5756eb.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.search-bar__li-text {
  flex: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}
.search-bar__li-rebate {
  flex: none;
  padding: 4px 3px;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  background-color: #fe5a58;
  border-radius: 3px
}
.search-bar__li-arrow {
  flex: none;
  margin-left: 10px;
  height: 16px;
  width: 16px;
  background-image: url(../image/m55-7f00097.svg);
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.svg-icon {
  height: 24px;
  width: 24px
}
.svg-icon--black, .svg-icon--dark {
  fill: #3c3c3c
}
.svg-icon--gray {
  fill: #979797
}
.svg-icon--orange {
  fill: #fe5a58
}
.svg-icon--white {
  fill: #fff
}
.second-header.header {
  top: 76px
}
.header {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 100;
  height: 48px;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 480px
}
.header:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background-color: #f5f5f5
}
.header a {
  display: block;
  color: #3c3c3c;
  font-weight: 600;
  margin-right: 16px
}
.header .actived {
  color: #fe5a58
}
.header__tab, .header__title {
  font-size: 14px;
  margin-right: 16px
}
.header__title {
  color: #3c3c3c;
  font-weight: 600
}
.header__nav-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center
}
.header__search, .header__usercenter {
  margin-right: 12px;
  height: 24px
}
.header__usercenter {
  font-size: 0
}
.header__logo {
  margin-left: 16px;
  height: 16px;
  font-size: 0;
  width: 57px;
  height: 24px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.header__sitg {
  width: 100%;
  height: 48px
}
.nav-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 4px;
  background-image: linear-gradient(90deg, #ff7f3f 1%, #ff7970 100%, #ff823a 0);
  z-index: 101
}
.nav-bar.inapp {
  padding-top: 44px
}
.nav-bar__nav {
  display: flex;
  padding: 0 16px;
  justify-content: space-between;
  align-items: center
}
.nav-bar__back {
  flex: none;
  height: 24px;
  margin-right: 24px;
  cursor: pointer
}
.agreement-layout.nav {
  padding-top: 46px
}
.agreement-layout.nav.inapp {
  padding-top: 70px
}
.agreement-layout .nav-bar {
  background: #fff
}
.agreement-layout .nav-bar h1 {
  height: 44px;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 600;
  line-height: 44px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}
.agreement-layout .nav-bar__back {
  margin-right: 36px
}
.agreement-layout .nav-bar__back svg {
  fill: #1f1f1f
}
.markdown55-content {
  color: #1f1f1f;
  font-size: 14px;
  line-height: 24px;
  font-family: Avenir Next, Calibri, SF Pro Text, PingFang SC, Hiragino Sans GB, Noto Sans CJK SC, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Helvetica, Arial, sans-serif
}
.markdown55-content h1, .markdown55-content h2, .markdown55-content h3, .markdown55-content h4, .markdown55-content h5, .markdown55-content h6 {
  margin: 8px 0;
  color: #1f1f1f;
  font-size: 16px;
  font-weight: 700 !important;
  line-height: 24px
}
.markdown55-content h1 {
  font-size: 20px;
  line-height: 40px
}
.markdown55-content h2 {
  font-size: 18px;
  line-height: 32px
}
.markdown55-content h3 {
  font-size: 16px;
  line-height: 28px
}
.markdown55-content__bold, .markdown55-content b, .markdown55-content strong {
  font-weight: 700 !important
}
.markdown55-content em {
  font-style: italic
}
.markdown55-content__a, .markdown55-content a {
  color: #1f1f1f;
  text-decoration: underline !important
}
.markdown55-content img {
  max-width: 100%;
  max-height: 100%;
  margin: 3px auto
}
.markdown55-content img[src*="image/smiley"] {
  display: none
}
.markdown55-content u {
  color: #1a1a1a;
  cursor: pointer
}
.markdown55-content .mycoupon {
  color: #1a1a1a;
  cursor: pointer;
  text-decoration: underline
}
.markdown55-content ul {
  padding-left: 24px
}
.markdown55-content ul li {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none
}
.markdown55-content ol, .markdown55-content ol ol, .markdown55-content ul ol {
  padding-left: 24px;
  list-style-type: decimal
}
.markdown55-content ol li, .markdown55-content ol ol li, .markdown55-content ul ol li {
  list-style-type: decimal
}
.markdown55-content ol ol ol, .markdown55-content ol ul ol, .markdown55-content ul ol ol, .markdown55-content ul ul ol {
  padding-left: 24px;
  list-style-type: decimal
}
.markdown55-content ol ol ol li, .markdown55-content ol ul ol li, .markdown55-content ul ol ol li, .markdown55-content ul ul ol li {
  list-style-type: decimal
}
.markdown55-content ol ol, .markdown55-content ol ul, .markdown55-content ul ol, .markdown55-content ul ul {
  margin-bottom: 0;
  margin-top: 0
}
.markdown55-content hr {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  height: 0;
  margin: 10px 0;
  overflow: hidden
}
.markdown55-content hr:before {
  content: "";
  display: table
}
.markdown55-content hr:after {
  clear: both;
  content: "";
  display: table
}
.markdown55-content blockquote {
  border-left: .25em solid #dfe2e5;
  color: #3c3c3c;
  padding: 0 1em
}
.markdown55-content blockquote >  {
  margin-top: 0
}
.markdown55-content blockquote > :last-child {
  margin-bottom: 0
}
.markdown55-content sub {
  vertical-align: baseline;
  font-size: 14px
}
.markdown55-content sub:after, .markdown55-content sub:before {
  content: "~"
}
.markdown55-content .card {
  background-color: #f5f5f5;
  border-radius: 3px;
  padding: 12px;
  text-decoration: none !important;
  position: relative;
  display: flex !important;
  flex-wrap: nowrap;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
  margin-bottom: 12px
}
.markdown55-content .card__img {
  width: 104px;
  height: 104px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 4px;
  background-color: #fff
}
.markdown55-content .card__content-wrap {
  padding-left: 16px;
  flex: 1;
  box-sizing: border-box;
  max-width: 368px;
  position: relative
}
.markdown55-content .card__title {
  width: 100%;
  font-weight: 700;
  color: #1f1f1f;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border
}
.markdown55-content .card__title.has-flag {
  padding-left: 20px
}
.markdown55-content .card__title.multi-line {
  overflow: auto;
  text-overflow: inherit;
  white-space: normal
}
.markdown55-content .card__desc {
  margin: 8px 0
}
.markdown55-content .card__store {
  position: relative;
  font-size: 12px;
  line-height: 16px;
  color: #1f1f1f;
  padding-left: 20px
}
.markdown55-content .card__flag {
  width: 16px;
  height: 12px;
  border-radius: 3px;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%)
}
.markdown55-content .card__show-content {
  font-weight: 700
}
.markdown55-content .card__info {
  font-size: 12px;
  line-height: 16px;
  color: #1f1f1f;
  margin: 6px 0
}
.markdown55-content .card__info-bar {
  width: 90%;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  bottom: 0;
  left: 16px
}
.markdown55-content .card__info-bar .card__avatar {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  vertical-align: middle;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}
.markdown55-content .card__info-bar .card__info {
  color: #979797;
  float: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin: 0
}
.markdown55-content .card__tags {
  display: flex
}
.markdown55-content .card__tags .card__tag {
  background-color: #fff;
  border-radius: 2px;
  color: #1f1f1f;
  font-size: 10px;
  line-height: 16px;
  margin-right: 8px;
  padding: 2px 6px
}
.markdown55-content .card .card__desc {
  color: #fe5a58;
  font-weight: 700
}
.markdown55-content .card[data-type=s] .card__desc {
  color: #46aff8;
  font-weight: 700
}
.markdown55-content .card {
  width: 170px;
  height: 260px;
  display: inline-block !important;
  margin-bottom: 12px;
  padding: 12px;
  vertical-align: middle;
  margin-right: 12px
}
.markdown55-content .card .card__img {
  width: 144px;
  height: 144px;
  margin: 0 auto
}
.markdown55-content .card .card__content-wrap {
  position: static;
  padding: 0
}
.markdown55-content .card .card__title {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px
}
.markdown55-content .card .card__desc {
  color: #fe5a58;
  width: 204px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  bottom: 12px;
  left: 12px
}
.markdown55-content .card .card__content-wrap {
  padding-bottom: 30px
}
.markdown55-content .card .card__img {
  width: 104px;
  height: 104px
}
.markdown55-content .card .card__avatar {
  margin-right: 4px
}
.markdown55-content .card .card__info {
  margin: 0
}
.markdown55-content .card .card__img {
  width: 160px;
  height: 104px;
  background-size: cover;
  margin-right: 16px
}
.markdown55-content .card .card__content-wrap {
  max-width: 100% !important;
  padding-bottom: 30px;
  padding-left: 0
}
.markdown55-content .card .card__info-bar {
  left: 0
}
.markdown55-content .card .card__avatar {
  margin-right: 4px
}
.markdown55-content .card .card__info {
  margin: 0
}
.markdown55-content .card:nth-of-type(2n) {
  margin-right: 0
}
.markdown55-content__text, .markdown55-content p {
  margin-bottom: 16px;
  color: #3c3c3c
}
.markdown55-content del {
  text-decoration: none
}
.sys-card {
  width: 100%;
  border: 1px solid #e2e2e2;
  box-shadow: 0 3px 6px 0 rgba(29, 29, 31, .06)
}
.sys-card__wrap {
  padding: 12px;
  display: flex;
  justify-content: space-between
}
.sys-card__left {
  height: 96px;
  width: 96px;
  background-size: cover
}
.sys-card__right {
  width: calc(100% - 115px)
}
.sys-card__title {
  color: #1f1f1f;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.sys-card__info {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 20px;
}
.sys-card__author {
  display: flex;
  align-items: center;
  position: relative
}
.sys-card__avatar {
  height: 16px;
  width: 16px;
  background-size: 100%;
  display: inline-block;
  border-radius: 50%
}
.sys-card__nickname {
  font-size: 12px;
  /*position: absolute;*/
  left: 24px
}
.sys-card__time {
  position: absolute;
  font-size: 12px;
  right: 0
}
.coupon-modal__mask, .coupon-modal__modal {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px
}
.coupon-modal__mask {
  top: 0;
  background-color: rgba(60, 60, 60, .7);
  z-index: 101
}
.coupon-modal__modal {
  width: 80%;
  background-color: #fff;
  z-index: 110;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
  bottom: auto
}
.coupon-modal__header {
  position: relative;
  height: 1.24rem
}
.coupon-modal__header div {
  height: 1.44rem;
  background: url(../image/m55-43a6f1b.svg) no-repeat;
  background-size: 100%;
  position: relative;
  top: -40px
}
.coupon-modal__content {
  padding: 0 30px 15px
}
.coupon-modal__check {
  font-size: 12px;
  padding: 0 30px 10px;
  color: #979797
}
.coupon-modal__check span {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../image/m55-92cb2a1.svg) no-repeat;
  background-size: 100%;
  vertical-align: top
}
.coupon-modal__check.checked span {
  background: url(../image/m55-d6fcbab.svg) no-repeat;
  background-size: 100%
}
.coupon-modal__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 30px 25px
}
.coupon-modal__confirm {
  flex: auto;
  font-size: 14px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  background-color: #ff7a56;
  border-radius: 3px
}
.gb-modal__modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  width: 80vw;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
  z-index: 11
}
.gb-modal__title {
  padding: 16px;
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2
}
.gb-modal__btn {
  position: relative;
  display: block;
  color: #1f1f1f;
  font-size: 14px;
  line-height: 1;
  padding: 16px
}
.gb-modal__btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: scaleY(.5);
  height: 1px;
  background-color: #e6e6e6
}
.gb-modal__btn--import {
  color: #fe5a58
}
.gb-modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10
}
.edu-pop {
  overflow: visible;
  border-radius: 6px
}
.edu-pop .van-dialog__content {
  padding: 20px 24px
}
.edu-pop .van-dialog__content span {
  font-size: 14px;
  color: #1f1f1f
}
.edu-pop .van-dialog__content p {
  font-size: 10px;
  color: #999
}
.edu-pop.code .van-dialog__header {
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  text-align: left;
  position: relative;
  line-height: 20px
}
.edu-pop.code .van-dialog__header:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: .25px 0;
  background-color: #ececec
}
.edu-pop.code .van-dialog__content {
  padding: 16px
}
.edu-pop.code .van-dialog__content .van-field {
  box-shadow: 0 0 0 1px #979797;
  border-radius: 3px;
  padding: 6px 16px;
  margin: 16px 0
}
.edu-pop.code .van-dialog__content p {
  line-height: 20px
}
.edu-pop.code .van-dialog__content button {
  margin-bottom: 16px
}
.edu-pop.confirm .van-dialog__header {
  display: none
}
.edu-pop.confirm .van-dialog__content {
  padding: 48px 16px 38px
}
.edu-pop.confirm .van-dialog__content h3 {
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  margin-top: 32px
}
.edu-pop.confirm .van-dialog__content h3, .edu-pop.confirm .van-dialog__content p {
  text-align: center
}
.edu-pop.confirm .van-dialog__content p {
  font-size: 12px;
  margin: 20px 0
}
.edu-pop.hint .van-dialog__header {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 0;
  padding-top: 37.2%;
  transform: translateY(-28px);
  background-image: url(../image/202202251341_2kmQlAlGss.svg);
  background-size: 100%;
  background-repeat: no-repeat
}
.edu-pop.hint .van-dialog__content {
  margin-top: 90px
}
.edu-pop__list {
  margin-bottom: 16px
}
.edu-pop__list:before {
  content: "温馨提示";
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1f;
  margin-bottom: 8px
}
.edu-pop__list li, .edu-pop__list ul {
  list-style: disc
}
.edu-pop__list li {
  font-size: 14px;
  color: #1f1f1f;
  line-height: 30px
}
.edu-pop__list li::marker {
  font-size: 8px
}
.edu-pop__confirm:before {
  display: block;
  content: "";
  background-image: url(../image/202202251403_BmLcuIIke8.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  width: 100%;
  padding-top: 87.58px
}
.edu-pop__close {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, calc(100% + 8px));
  color: #fff;
  background: hsla(0, 0%, 100%, .24);
  border-radius: 50%;
  padding: 6px;
  font-size: 20px
}
.edu-pop button {
  width: 100%;
  height: 36px
}
.edu-pop button .van-button__text {
  color: #fff
}
.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  height: 56px;
  background: #fff;
  color: #fff;
  text-align: center;
  z-index: 1
}
.footer a {
  border: none !important;
  font-size: 14px !important;
  font-weight: 600;  
  color: #fe5a58 !important;  
  background-color: rgba(246, 112, 82, .1) !important;
}
.footer .nologin {
  margin: 8px;
  height: 40px;
  border-radius: 4px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.footer .nologin .go_register {
  margin-right: 12px;
  border-radius: 4px;
  flex: 1;
  height: 40px;
}
.footer .nologin .go-app {
  flex: 1;  
  border-radius: 4px;
  font-weight: 600;
  background-color: #fe5a58 !important;
  color: #fff !important;
  border: none !important;
}
.isAlipay {
  margin: 0 !important;
  padding: 0 !important;
}
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .5s cubic-bezier(1, .5, .8, 1)
}
.slide-fade-enter, .slide-fade-leave-to {
  transform: translateX(48px);
  opacity: 0
}
.side-float-bar {
  position: fixed;
  right: 0;
  bottom: 100px;
  background-color: #fff;
  box-shadow: 0 4px 8px 0 rgba(60, 60, 60, .04), 0 8px 16px 0 rgba(60, 60, 60, .08);
  border-radius: 4px
}
.side-float-bar__item {
  padding: 4px 10px 28px;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1;
  /*text-align: center;*/
  cursor: pointer
}
.side-float-bar__icon {
  margin: 0 auto;
  height: 24px;
  width: 30px;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.featured-offers-simple-layout {
  background-color: #fff;
  min-height: 100vh;
  box-sizing: border-box
}
.featured-offers-simple-layout.inapp {
  padding-top: 44px
}
.fo-bottom-float-bar {
  position: fixed;
  display: flex;
  left: 16px;
  right: 16px;
  bottom: 16px;
  height: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  color: #3c3c3c;
  font-size: 12px;
  background: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .12);
  border-radius: 23px
}
@media screen and (max-width:320px) {
  .fo-bottom-float-bar {
    left: 12px;
    right: 12px
  }
}
@media screen and (min-width:400px) {
  .fo-bottom-float-bar {
    left: 32px;
    right: 32px
  }
}
.fo-bottom-float-bar span {
  flex: 1
}
.fo-bottom-float-bar__icon {
  flex: none;
  margin-right: 12px;
  height: 20px;
  width: 20px;
  background-image: url(../image/m55-beffd0a.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.fo-bottom-float-bar__authorize {
  flex: none;
  padding: 0 14px;
  color: #fff;
  font-size: 12px;
  line-height: 2;
  background-color: #fe5a58;
  border-radius: 1em
}
.fo-category-popup h3 {
  padding: 12px 16px 16px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}
.fo-category-popup__list {
  display: flex;
  flex-wrap: wrap;
  padding: 16px 14px 8px
}
.fo-category-popup__tag {
  margin-right: 8px;
  margin-bottom: 16px;
  min-width: 60px;
  color: #979797;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 0 12px
}
.fo-category-popup__tag.active {
  color: #fe5a58;
  background-color: #ffeded
}
.fo-search-popup.inapp {
  padding-top: 44px
}
.fo-search-popup__wrap {
  padding-top: 4px
}
.fo-search-popup__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px 4px 16px
}
.fo-search-popup__tag {
  margin-right: 12px;
  margin-bottom: 12px;
  padding: 0 8px;
  color: #3c3c3c;
  font-size: 13px;
  line-height: 30px;
  background-color: rgba(243, 244, 243, .71);
  border-radius: 15px
}
.fo-search-popup__tag.hot {
  color: #fe5a58;
  background-color: rgba(255, 121, 112, .06)
}
.fo-search-popup__smart-word {
  position: relative
}
.fo-search-popup__smart-word a {
  display: block;
  padding: 0 16px;
  width: 100%;
  color: #3c3c3c;
  font-size: 14px;
  line-height: 56px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap
}
.fo-search-popup__smart-word:after {
  content: "";
  display: block;
  height: 1px;
  transform: scaleY(.5);
  background-color: #e6e6e6
}
.fo-search-popup .van-search {
  padding: 8px 0 8px 16px
}
.fo-search-popup .van-search__action {
  padding: 0 16px
}
.fo-search-popup .van-search__content {
  padding-left: 12px;
  background-color: #f8f8f8;
  border-radius: 4px
}
.fo-search-popup .van-search .van-cell {
  padding: 6px 8px 6px 0;
  align-items: center
}
.fo-search-popup .van-field__control[type=search] {
  font-size: 12px;
  line-height: 2
}
.fo-search-popup .van-field__left-icon .van-icon {
  font-size: 14px
}
.fo-search-popup .van-tab {
  height: 44px
}
.fo-search-popup .van-tab__text {
  color: #979797;
  font-size: 14px
}
.fo-search-popup .van-tab--active .van-tab__text {
  color: #fe5a58;
  font-size: 14px;
  font-weight: 600
}
.fo-search-popup .van-tabs__line {
  bottom: 18px;
  background-color: #fe5a58
}
.fo-search-nav-bar__tabs {
  position: relative;
  padding: 0 48px 6px 20px;
  height: 46px
}
.fo-search-nav-bar__all-btn {
  position: absolute;
  top: 10px;
  right: 16px;
  cursor: pointer
}
.fo-search-nav-bar .nav-bar__nav {
  padding-top: 8px
}
.fo-search-nav-bar .fo-search-input {
  flex: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 4px 0;
  padding-right: 8px;
  background-color: #fff;
  height: 36px;
  border-radius: 20px
}
.fo-search-nav-bar .fo-search-input label {
  margin-left: 16px;
  margin-right: 4px;
  flex: none
}
.fo-search-nav-bar .fo-search-input label svg {
  margin-top: 4px
}
.fo-search-nav-bar .fo-search-input input {
  flex: 1;
  font-size: 14px;
  border: none;
  outline: none
}
.fo-search-nav-bar .fo-collection {
  position: relative;
  margin-left: 16px
}
.fo-search-nav-bar .fo-collection__count {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 2px;
  color: #ff2413;
  font-size: 10px;
  letter-spacing: 0;
  text-align: center;
  line-height: 1;
  transform: translate(50%, -50%);
  border-radius: .5em;
  background-color: #fff
}
.fo-search-nav-bar .van-tabs--line .van-tabs__wrap {
  height: 40px
}
.fo-search-nav-bar .van-tab {
  padding: 0 10px;
  line-height: 40px;
  height: 40px
}
.fo-search-nav-bar .van-tab__text {
  color: #fff;
  font-size: 14px;
  font-weight: 600
}
.fo-search-nav-bar .van-tab--active .van-tab__text {
  font-size: 18px
}
.featured-offers-layout {
  padding-top: 100px
}
.featured-offers-layout.inapp {
  padding-top: 144px
}
.featured-offers-layout__loading {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  margin-top: -42px;
  margin-left: -84px;
  height: 84px;
  width: 168px;
  background-color: rgba(0, 0, 0, .7);
  border-radius: 4px;
  z-index: 100;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 8px 0 rgba(60, 60, 60, .02), 0 8px 16px 0 rgba(60, 60, 60, .02)
}
.featured-offers-layout.inapp .featured-offers-layout__loading {
  display: flex
}
.gbar {
  max-width: 480px;
  margin: auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  font-size: 16px;
  font-weight: 700;
  background-color: #fff;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  height: 46px
}
.gbar, .gbar-icons {
  display: flex;
  justify-content: space-between
}
.gbar-icons {
  width: 50px
}
.gbar-search {
  background-color: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  z-index: 1
}
.gbar-search__wrap {
  display: flex;
  flex-direction: column
}
.gbar-search__wrap a {
  margin-top: 8px
}
.gbar-search .van-popup {
  width: calc(100% - 104px);
  left: 46px;
  padding: 12px;
  font-size: 14px;
  color: #1f1f1f
}
.gbar-search .van-popup.hide {
  background-color: transparent
}
.gbar-search .van-field {
  width: calc(100% - 72px);
  z-index: 9999
}
.gbar-search .van-icon-arrow-left {
  font-size: 18px;
  padding-left: 12px
}
.gbar-search .van-field:after {
  content: unset
}
.gbar-search input {
  border: 1px solid #e6e6e6;
  padding: 0 8px;
  border-radius: 8px;
  font-size: 14px
}
.gbar-search__btn {
  white-space: nowrap;
  font-size: 14px;
  padding-right: 14px
}
.gbar.inApp {
  height: 80px;
  padding-top: 46px
}
.gbar__back, .gbar__search {
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1f
}
.gbar__back {
  display: flex;
  align-items: center
}
.gbar__title {
  position: absolute;
  margin-left: 50%;
  transform: translateX(calc(-50% - 12px));
  white-space: nowrap;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis
}
.gbar__history, .gbar__rule {
  font-size: 14px
}
.gbar__rule {
  margin-left: auto;
  margin-right: 16px
}
.new-app-layout {
  padding-top: 46px;
  max-width: 480px;
  margin: auto
}
.new-app-layout .giftapp.inApp {
  padding-top: 36px
}
.mgf__splist .van-swipe-item {
  width: 241px
}
.modal {
  position: fixed;
  z-index: 201
}
.modal__mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 200
}
.invite-modal {
  text-align: center
}
.invite-modal h3 {
  margin: 10px auto 16px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px
}
.invite-modal .modal__close-icon {
  position: absolute;
  top: 16px;
  right: 12px
}
.invite-modal .modal {
  margin-top: -219px;
  margin-left: -160px;
  top: 50%;
  left: 50%;
  height: 428px;
  width: 320px;
  padding: 32px 8px;
  border-radius: 4px;
  background-color: #fff;
  background-image: url(../image/m55-6cc276b.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.invite-modal__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}
.invite-modal__step {
  width: 38px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
  background-image: url(../image/m55-818dc74.svg);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.invite-modal__note, .invite-modal p {
  margin: 8px auto;
  color: #979797;
  font-size: 12px;
  line-height: 16px
}
.invite-modal p {
  margin-top: 32px;
  text-align: left
}
.invite-modal__note {
  margin-bottom: 36px
}
.invite-modal__btn {
  display: block;
  width: 178px;
  color: #fe5a58;
  font-size: 14px;
  font-weight: 600;
  line-height: 40px;
  background-color: #fff4eb;
  border-radius: 3px
}
.invite-modal__btn.orange {
  color: #fff;
  background-color: #fe5a58
}
.invite-head {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 76px;
  background: #fff;
  text-align: center
}
.invite-head:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 1px;
  transform: scaleY(.5);
  background-color: #e6e6e6
}
.invite-head__avatar, .invite-head__logo {
  width: 48px;
  height: 48px;
  overflow: hidden;
  margin-left: 16px
}
.invite-head__avatar {
  border-radius: 24px;
  overflow: hidden;
  margin-left: 16px
}
.invite-head__avatar img {
  width: 45px;
  height: 45px
}
.invite-head__logo {
  border-radius: 6px;
  background-image: url(../image/m55-2b3946b.png);
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat
}
.invite-head__username {
  flex: auto;
  width: 180px;
  margin-left: 8px;
  color: #3c3c3c;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  line-height: 24px
}
.invite-head__username p:last-child {
  margin-top: 4px;
  color: #979797;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px
}
.invite-head__getnow {
  margin-right: 16px;
  width: 84px;
  height: 2em;
  color: #fe5a58;
  font-size: 14px;
  font-weight: 600;
  line-height: 2;
  background: #fff;
  border: 1px solid #fe5a58;
  border-radius: 4px;
  cursor: pointer
}
.invite-head__sitg {
  width: 100%;
  height: 76px
}
.invite-head__invite-reward-amount {
  color: #27a1ff;
  background-color: #ebf6ff;
  margin-left: 5px;
  padding: 1px 4px;
  display: inline-block;
  border-radius: 2px;
  font-weight: 600
}
.hideLine .header:after {
  content: unset
}
html {
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box
}
*, :after, :before {
  box-sizing: border-box;
  margin: 0
}
.hideLline .header:after {
  content: unset
}
.van-dialog__confirm {
  color: #fe5a58
}
.van-button--primary {
  height: 26px;
  padding: 0 19px;
  background-color: #fe5a58;
  border: none
}
.van-button--primary span {
  font-size: 12px;
  color: #fff
}
.mgfd__group {
  display: flex;
  flex-wrap: wrap
}
.mgfd__group .van-radio__label {
  color: #fe5a58;
  border-color: #fe5a58
}
.mgfd__group .van-radio {
  margin: 0 12px 24px 0
}
.mgfd__group .van-radio__icon {
  display: none
}
.mgfd__group .van-radio__label {
  line-height: 38px;
  width: 74px;
  border: 1px solid #e6e6e6;
  text-align: center;
  color: #999;
  border-radius: 3px;
  margin-left: unset
}