.td_cell_avatar__Fs\+ot {
  background-color:#b7bec5;
  border-radius:100px;
  color:#fff;
  font-size:20px;
  font-weight:500;
  height:50px;
  line-height:50px;
  min-width:50px;
  text-align:center
}

/*! PhotoSwipe main CSS by Dmytro Semenov | photoswipe.com */
.pswp {
  --pswp-bg:#000;
  --pswp-placeholder-bg:#222;
  --pswp-root-z-index:100000;
  --pswp-preloader-color:rgba(79,79,79,.4);
  --pswp-preloader-color-secondary:hsla(0,0%,100%,.9);
  --pswp-icon-color:#fff;
  --pswp-icon-color-secondary:#4f4f4f;
  --pswp-icon-stroke-color:#4f4f4f;
  --pswp-icon-stroke-width:2px;
  --pswp-error-text-color:var(--pswp-icon-color);
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  contain:layout style size;
  display:none;
  height:100%;
  left:0;
  opacity:.003;
  position:fixed;
  top:0;
  touch-action:none;
  width:100%;
  z-index:var(--pswp-root-z-index)
}
.pswp,
.pswp:focus {
  outline:0
}
.pswp * {
  box-sizing:border-box
}
.pswp img {
  max-width:none
}
.pswp--open {
  display:block
}
.pswp,
.pswp__bg {
  transform:translateZ(0);
  will-change:opacity
}
.pswp__bg {
  background:var(--pswp-bg);
  opacity:.005
}
.pswp,
.pswp__scroll-wrap {
  overflow:hidden
}
.pswp__bg,
.pswp__container,
.pswp__content,
.pswp__img,
.pswp__item,
.pswp__scroll-wrap,
.pswp__zoom-wrap {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%
}
.pswp__img,
.pswp__zoom-wrap {
  height:auto;
  width:auto
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
  cursor:zoom-in
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
  cursor:move;
  cursor:grab
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor:grabbing
}
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
  cursor:zoom-out
}
.pswp__button,
.pswp__container,
.pswp__counter,
.pswp__img {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.pswp__item {
  overflow:hidden;
  z-index:1
}
.pswp__hidden {
  display:none!important
}
.pswp__content {
  pointer-events:none
}
.pswp__content>* {
  pointer-events:auto
}
.pswp__error-msg-container {
  display:grid
}
.pswp__error-msg {
  color:var(--pswp-error-text-color);
  font-size:1em;
  line-height:1;
  margin:auto
}
.pswp .pswp__hide-on-close {
  opacity:.005;
  pointer-events:none;
  transition:opacity var(--pswp-transition-duration) cubic-bezier(.4,0,.22,1);
  will-change:opacity;
  z-index:10
}
.pswp--ui-visible .pswp__hide-on-close {
  opacity:1;
  pointer-events:auto
}
.pswp__button {
  -webkit-touch-callout:none;
  -webkit-appearance:none;
  background:none;
  border:0;
  box-shadow:none;
  cursor:pointer;
  display:block;
  height:60px;
  margin:0;
  opacity:.85;
  overflow:hidden;
  padding:0;
  position:relative;
  width:50px
}
.pswp__button:active,
.pswp__button:focus,
.pswp__button:hover {
  background:none;
  border:0;
  box-shadow:none;
  opacity:1;
  padding:0;
  transition:none
}
.pswp__button:disabled {
  cursor:auto;
  opacity:.3
}
.pswp__icn {
  fill:var(--pswp-icon-color);
  color:var(--pswp-icon-color-secondary);
  height:32px;
  left:9px;
  overflow:hidden;
  pointer-events:none;
  position:absolute;
  top:14px;
  width:32px
}
.pswp__icn-shadow {
  stroke:var(--pswp-icon-stroke-color);
  stroke-width:var(--pswp-icon-stroke-width);
  fill:none
}
.pswp__icn:focus {
  outline:0
}
.pswp__img--with-bg,
div.pswp__img--placeholder {
  background:var(--pswp-placeholder-bg)
}
.pswp__top-bar {
  display:flex;
  flex-direction:row;
  height:60px;
  justify-content:flex-end;
  left:0;
  pointer-events:none!important;
  position:absolute;
  top:0;
  width:100%;
  z-index:10
}
.pswp__top-bar>* {
  pointer-events:auto;
  will-change:opacity
}
.pswp__button--close {
  margin-right:6px
}
.pswp__button--arrow {
  height:100px;
  margin-top:-50px;
  position:absolute;
  top:0;
  top:50%;
  width:75px
}
.pswp__button--arrow:disabled {
  cursor:default;
  display:none
}
.pswp__button--arrow .pswp__icn {
  background:none;
  border-radius:0;
  height:60px;
  margin-top:-30px;
  top:50%;
  width:60px
}
.pswp--one-slide .pswp__button--arrow {
  display:none
}
.pswp--touch .pswp__button--arrow {
  visibility:hidden
}
.pswp--has_mouse .pswp__button--arrow {
  visibility:visible
}
.pswp__button--arrow--prev {
  left:0;
  right:auto
}
.pswp__button--arrow--next {
  right:0
}
.pswp__button--arrow--next .pswp__icn {
  left:auto;
  right:14px;
  transform:scaleX(-1)
}
.pswp__button--zoom {
  display:none
}
.pswp--zoom-allowed .pswp__button--zoom {
  display:block
}
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display:none
}
.pswp__preloader {
  height:60px;
  margin-right:auto;
  overflow:hidden;
  position:relative;
  width:50px
}
.pswp__preloader .pswp__icn {
  animation:pswp-clockwise .6s linear infinite;
  opacity:0;
  transition:opacity .2s linear
}
.pswp__preloader--active .pswp__icn {
  opacity:.85
}
@keyframes pswp-clockwise {
  0% {
    transform:rotate(0deg)
  }
  to {
    transform:rotate(1turn)
  }
}
.pswp__counter {
  -webkit-margin-start:20px;
  color:var(--pswp-icon-color);
  font-size:14px;
  height:30px;
  line-height:30px;
  margin-top:15px;
  margin-inline-start:20px;
  opacity:.85;
  text-shadow:1px 1px 3px var(--pswp-icon-color-secondary)
}
.pswp--one-slide .pswp__counter {
  display:none
}
.usePhotoSwipe_PhotoSwipe__oA-AC {
  --pswp-placeholder-bg:transparent;
  -webkit-backdrop-filter:blur(20px);
  backdrop-filter:blur(20px)
}
.usePhotoSwipe_PhotoSwipe__oA-AC .pswp__bg {
  background-color:#1e2028
}
.usePhotoSwipe_PhotoSwipe__oA-AC .usePhotoSwipe_video__R90fc {
  left:50%;
  max-height:100%;
  max-width:100%;
  position:absolute;
  top:50%;
  transform:translate3d(-50%,-50%,0);
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.usePhotoSwipe_PhotoSwipe__oA-AC .usePhotoSwipe_btnHD__zQo58 {
  align-items:center;
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  background-color:rgba(30,32,40,.4);
  border:.5px solid hsla(0,0%,100%,.4);
  border-radius:20px;
  bottom:80px;
  box-sizing:border-box;
  color:#fff;
  cursor:pointer;
  display:flex;
  font-size:13px;
  height:32px;
  justify-content:center;
  left:50%;
  padding:0 16px;
  position:absolute;
  transform:translateX(-50%)
}
.go_top_go_top__3qsz8 {
  background-color:hsla(0,0%,100%,.93);
  border:1px solid rgba(32,47,100,.08);
  border-radius:50%;
  box-shadow:0 10px 20px rgba(0,0,0,.1);
  display:flex;
  height:56px;
  margin-bottom:env(safe-area-inset-bottom);
  opacity:1;
  position:fixed;
  right:15px;
  transition:all .5s;
  width:56px;
  z-index:99
}
.go_top_go_top__3qsz8.go_top_hide__CDxG8 {
  display:none;
  opacity:0
}
.go_top_go_top__3qsz8:active {
  opacity:.6
}
.go_top_go_top__3qsz8 .go_top_icon__JsQFU {
  color:#1e2028;
  font-size:24px;
  line-height:24px
}
@media screen and (min-width:1024px) {
  .go_top_go_top__3qsz8 {
    right:calc(50% - 335px)!important;
    transform:translate3d(calc(100% + 48px),0,0)
  }
}
.ContactCell_ContactCell__Yf3oU {
  align-items:center;
  display:flex;
  height:72px;
  padding:0 12px;
  position:relative
}
.ContactCell_ContactCell__Yf3oU:before {
  background-color:rgba(32,47,100,.08);
  content:"";
  height:1px;
  position:absolute;
  top:0;
  transform:scaleY(.5);
  width:calc(100% - 12px)
}
.ContactCell_ContactCell__Yf3oU:first-of-type:before {
  left:0;
  width:100%
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al {
  flex:1 1
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_label__\+mkX- {
  color:#b7bec5;
  font-size:12px;
  line-height:17px
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_labelDesc__wyQcQ {
  color:#49c167;
  font-size:12px;
  font-weight:600;
  line-height:1.5;
  margin-left:4px
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_main__Wdla\+ {
  align-items:center;
  display:inline-flex;
  margin-top:4px;
  position:relative
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_title__mC9f- {
  font-size:16px;
  font-weight:500;
  line-height:1
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_icon__OMThs {
  color:#969aa0;
  cursor:pointer;
  font-size:16px;
  line-height:1;
  padding:14px 24px 14px 4px;
  position:absolute;
  right:0;
  transform:translate3d(100%,0,0)
}
@media (any-hover:hover) {
  .ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_icon__OMThs:hover {
    opacity:.8
  }
}
.ContactCell_ContactCell__Yf3oU .ContactCell_body__pe3Al .ContactCell_icon__OMThs:active {
  opacity:.6
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_main__aGMmq {
  max-height:calc(73vh - 58px - constant(safe-area-inset-bottom));
  max-height:calc(73vh - 58px - env(safe-area-inset-bottom));
  overflow:auto
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_header__oidWp {
  align-items:center;
  display:flex;
  flex-direction:column;
  padding:36px 10px 0
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_header__oidWp .ContactSheet_qrcode__8FzDr {
  height:128px;
  object-fit:cover;
  width:128px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_header__oidWp .ContactSheet_download__RPwvx {
  align-items:center;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  background-color:rgba(32,47,100,.03);
  border:none;
  border-radius:100px;
  display:inline-flex;
  justify-content:center;
  margin-top:16px;
  outline:none;
  padding:4px 16px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_header__oidWp .ContactSheet_icon__hwsSb {
  color:#1e2028;
  cursor:pointer;
  font-size:20px;
  line-height:1
}
@media (any-hover:hover) {
  .ContactSheet_ContactSheet__Dq8fI .ContactSheet_header__oidWp .ContactSheet_icon__hwsSb:hover {
    opacity:.8
  }
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_header__oidWp .ContactSheet_icon__hwsSb:active {
  opacity:.6
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor {
  padding-top:28px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_ml_12__xbIy9 {
  margin-left:12px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_whatsapp__jZdUm {
  align-items:center;
  display:flex;
  position:relative
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_whatsapp__jZdUm .ContactSheet_label__g2dPv {
  color:#b7bec5;
  font-size:12px;
  left:50%;
  line-height:1.5;
  position:absolute;
  top:100%;
  transform:translate3d(-50%,0,0);
  white-space:nowrap
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_call__8OP6N {
  align-items:center;
  border-radius:32px;
  cursor:pointer;
  display:inline-flex;
  height:32px;
  justify-content:center;
  padding:0 8px
}
@media (any-hover:hover) {
  .ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_call__8OP6N:hover {
    background-color:rgba(32,47,100,.03)
  }
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_call__8OP6N:active {
  background-color:rgba(32,47,100,.06)
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_line__8WRlh {
  background-color:rgba(32,47,100,.08);
  height:16px;
  margin:0 8px;
  transform:scaleX(.5);
  width:1px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_icon__hwsSb {
  color:#1e2028;
  font-size:20px;
  line-height:1
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_body__WvTor .ContactSheet_btn__MOYvO {
  border-radius:6px;
  padding-left:8px;
  padding-right:12px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_blank__MpJZn {
  background-color:rgba(32,47,100,.03);
  height:8px
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_cancel__eTqPR {
  align-items:center;
  color:#1e2028;
  display:flex;
  font-size:16px;
  height:50px;
  justify-content:center;
  line-height:normal
}
@media (any-hover:hover) {
  .ContactSheet_ContactSheet__Dq8fI .ContactSheet_cancel__eTqPR:hover {
    background-color:rgba(32,47,100,.03)
  }
}
.ContactSheet_ContactSheet__Dq8fI .ContactSheet_cancel__eTqPR:active {
  background-color:rgba(32,47,100,.06)
}
.sourceLabel {
  align-items:center;
  display:flex;
  height:24px
}
.sourceLabel .youjiantou {
  color:#285b9a;
  font-size:14px
}
.sourceLabel .sourceText {
  align-items:center;
  color:#285b9a;
  display:flex;
  font-size:12px;
  margin-left:8px
}
.sourceLabel .sourceText .simi {
  transform:scale(.7)
}
.ActivityTag_activity_tag__1sShr {
  color:#f33;
  display:inline-block;
  font-size:12px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_padding__PcKEa {
  padding:0 8px
}
.ActivityTag_activity_tag__1sShr .ActivityTag_tag__5LB0j {
  height:24px;
  line-height:24px;
  position:relative
}
.ActivityTag_activity_tag__1sShr .ActivityTag_border_tag__kFsM0 {
  padding:0 8px
}
.ActivityTag_activity_tag__1sShr .ActivityTag_border_tag__kFsM0:after {
  border:1px solid rgba(255,51,51,.6);
  border-radius:8px;
  box-sizing:border-box;
  content:"";
  height:200%;
  left:0;
  position:absolute;
  top:0;
  transform:scale(.5);
  transform-origin:0 0;
  width:200%
}
.ActivityTag_activity_tag__1sShr .ActivityTag_coupon_tag__\+CPr\+ {
  background-image:url(https://xcimg.szwego.com/product/coupon_tag_mid24.jpg);
  background-size:contain
}
.ActivityTag_activity_tag__1sShr .ActivityTag_coupon_tag__\+CPr\+:after,
.ActivityTag_activity_tag__1sShr .ActivityTag_coupon_tag__\+CPr\+:before {
  background-repeat:no-repeat;
  background-size:cover;
  bottom:0;
  content:"";
  position:absolute;
  top:0;
  width:8px
}
.ActivityTag_activity_tag__1sShr .ActivityTag_coupon_tag__\+CPr\+:before {
  background-image:url(https://xcimg.szwego.com/product/coupon_tag_left24.jpg);
  background-position:0;
  left:-8px
}
.ActivityTag_activity_tag__1sShr .ActivityTag_coupon_tag__\+CPr\+:after {
  background-image:url(https://xcimg.szwego.com/product/coupon_tag_right24.jpg);
  background-position:100%;
  right:-8px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s {
  font-size:10px;
  line-height:16px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s.ActivityTag_padding__PcKEa {
  padding:0 6px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_tag__5LB0j {
  height:16px;
  line-height:16px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_border_tag__kFsM0 {
  padding:0 6px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_coupon_tag__\+CPr\+ {
  background-image:url(https://xcimg.szwego.com/coupon_tag_mid16.png)
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_coupon_tag__\+CPr\+:after,
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_coupon_tag__\+CPr\+:before {
  width:6px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_coupon_tag__\+CPr\+:before {
  background-image:url(https://xcimg.szwego.com/coupon_tag_left16.png);
  left:-6px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_mini__Ry07s .ActivityTag_coupon_tag__\+CPr\+:after {
  background-image:url(https://xcimg.szwego.com/coupon_tag_right16.png);
  right:-6px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX {
  font-size:9px;
  line-height:12px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX.ActivityTag_padding__PcKEa {
  padding:0 4px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_tag__5LB0j {
  height:12px;
  line-height:12px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_border_tag__kFsM0 {
  padding:0 2px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_border_tag__kFsM0:after {
  border:1px solid rgba(255,51,51,.6);
  border-radius:4px;
  box-sizing:border-box;
  content:"";
  height:200%;
  left:0;
  position:absolute;
  top:0;
  transform:scale(.5);
  transform-origin:0 0;
  width:200%
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_coupon_tag__\+CPr\+ {
  background-image:url(https://xcimg.szwego.com/etc/h5/coupon_tag_mid12V2.png)
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_coupon_tag__\+CPr\+:after,
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_coupon_tag__\+CPr\+:before {
  width:4px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_coupon_tag__\+CPr\+:before {
  background-image:url(https://xcimg.szwego.com/etc/h5/coupon_tag_left12V2.png);
  left:-4px
}
.ActivityTag_activity_tag__1sShr.ActivityTag_smaller__MWvDX .ActivityTag_coupon_tag__\+CPr\+:after {
  background-image:url(https://xcimg.szwego.com/etc/h5/coupon_tag_right12V2.png);
  right:-4px
}
.ActivityTags_activity_tags__6cn6k {
  position:relative;
  white-space:nowrap
}
.ActivityTags_activity_tags__6cn6k .ActivityTags_gradientFrame__iT9F4 {
  background:linear-gradient(90deg,#ffffff4d,#fff);
  height:100%;
  position:absolute;
  right:0;
  top:0;
  width:50px;
  z-index:2
}
.ActivityTags_activity_tags__6cn6k .ActivityTags_tag__yrR6a+.ActivityTags_tag__yrR6a {
  margin-left:8px
}
.ActivityTags_activity_tags__6cn6k.ActivityTags_tags_mini_frame__jdGU6 .ActivityTags_tag__yrR6a+.ActivityTags_tag__yrR6a {
  margin-left:6px
}
.ActivityTags_activity_tags__6cn6k.ActivityTags_tags_smaller_frame__U-97l .ActivityTags_tag__yrR6a+.ActivityTags_tag__yrR6a {
  margin-left:4px
}
.ActivityEntry_activity_entry__OoYqu {
  cursor:pointer;
  margin:8px 16px 0
}
.ActivityEntry_activity_entry__OoYqu:active {
  opacity:.6
}
[data-decorate-mode=borderLess] .ActivityEntry_activity_entry__OoYqu {
  margin-bottom:16px;
  margin-left:12px;
  margin-right:12px
}
.ActivityEntry_activity_entry__OoYqu .ActivityEntry_right__A2Qt8 {
  color:#f33;
  font-size:12px;
  line-height:12px;
  padding:2px 0 2px 16px
}
.ActivityEntry_activity_entry__OoYqu .ActivityEntry_icon__6jVWq {
  height:14px;
  margin-left:4px;
  width:14px
}
.campaign_tag_album {
  display:inline-block;
  height:1.2em;
  margin-right:4px;
  vertical-align:middle
}
.helpSell-tips_helpSellTips__rsY1Q {
  background-color:rgba(246,75,62,.1);
  border-radius:8px;
  color:#f64b3e;
  line-height:14px;
  margin-right:4px;
  overflow:hidden;
  padding:2px 4px
}
.helpSell-tips_helpSellTips__rsY1Q .helpSell-tips_helpSellText__ArFjb {
  color:#f64b3e!important;
  font-size:9px!important;
  font-weight:400!important;
  line-height:10px!important;
  text-align:center;
  white-space:nowrap
}
.helpSell-tips_helpSellTips__rsY1Q .helpSell-tips_helpSellSymbol__wyTYj {
  font-family:DINPROM
}
.helpSell-tips_helpSellTips__rsY1Q .helpSell-tips_helpSellPriceInt__QUHKH {
  color:#f64b3e!important;
  font-family:DINPROM;
  font-size:9px!important;
  font-weight:500!important;
  line-height:12px!important
}
.date-time_ItemDateTime__tXi\+L {
  background-color:#f5f5f5;
  border-radius:9px;
  color:#98999a;
  font-size:10px;
  font-weight:400;
  line-height:16px;
  margin-right:4px;
  padding:0 4px;
  white-space:nowrap
}
.normal_resource_goods_normal_resource__nMpzh,
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb {
  width:100%
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb:not(:last-child) {
  margin-bottom:16px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb.normal_resource_foldSubSource__DefwC:not(:last-child) {
  margin-bottom:8px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_sourcePersonal__PVNjk {
  color:#969aa0;
  font-size:16px;
  line-height:16px;
  margin-right:2px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSingleText__5fjgf {
  background-color:rgba(32,47,100,.03);
  border-radius:4px;
  margin-bottom:8px;
  overflow:hidden;
  padding:8px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalTitleHeight__agscX {
  line-height:17px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalDateTime__Xvevf {
  background-color:#f5f5f5;
  border-radius:9px;
  color:#98999a;
  font-size:10px;
  font-weight:400;
  line-height:16px;
  margin-right:8px;
  padding:0 4px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceShareTime__MOCAb {
  color:#f93;
  font-size:10px;
  font-weight:400;
  line-height:14px;
  margin-right:4px;
  white-space:nowrap
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceShareTime__MOCAb.normal_resource_shareTimeMarginNone__-O4bM {
  margin:0
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceShareTime__MOCAb:active {
  opacity:.6
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceOptBar__blPmg .normal_resource_normalSourceOptItem__qaVpy {
  color:#285b9a;
  font-size:12px;
  line-height:16px;
  text-align:center;
  white-space:nowrap
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceOptBar__blPmg .normal_resource_normalSourceOptItem__qaVpy:active {
  opacity:.6
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceOptBar__blPmg .normal_resource_normalSourceOptItem__qaVpy:not(:first-child) {
  margin-left:.8em
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceOptBar__blPmg .normal_resource_normalSourceShareBtn__X81Ei {
  background-color:initial;
  border:1px solid #49c167;
  border-radius:24px;
  box-sizing:border-box;
  color:#49c167;
  font-size:13px;
  font-weight:500;
  height:24px;
  line-height:16px;
  padding-left:10px;
  padding-right:10px;
  text-align:center;
  white-space:nowrap
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_normalSourceOptBar__blPmg .normal_resource_normalSourceShareBtn__X81Ei:active {
  background-color:rgba(73,193,103,.1)
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_source_item_info_content__3fSxk {
  flex-wrap:nowrap;
  margin:2px 0;
  position:relative;
  width:100%
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_source_item_info_content__3fSxk .normal_resource_item_gradientFrame__fTAEu {
  background:linear-gradient(90deg,#ffffff4d,#fff);
  height:100%;
  position:absolute;
  right:0;
  top:0;
  width:20px;
  z-index:2
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normal_sourceItem__J-wjb .normal_resource_source_item_info_content__3fSxk .normal_resource_item_gradientFrame__fTAEu.normal_resource_item_gradientFrame_top__do\+qJ {
  background:linear-gradient(90deg,#f8f9fa4d,#f8f9fa)
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW {
  overflow-x:scroll;
  width:100%
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7 {
  max-width:62px;
  min-width:39px;
  position:relative;
  width:calc(12.5% - 1px)
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7 .normal_resource_itemVercor__ashSA {
  border-radius:4px;
  box-sizing:border-box;
  height:0;
  overflow:hidden;
  padding-bottom:100%;
  position:relative;
  width:100%
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7 .normal_resource_itemVercor__ashSA .normal_resource_itemContent__3A5Cz {
  height:100%;
  left:0;
  object-fit:cover;
  position:absolute;
  top:0;
  width:100%
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7 .normal_resource_itemVercor__ashSA .normal_resource_itemContent__3A5Cz .normal_resource_moreData__Eixrg {
  align-items:center;
  background-color:rgba(30,32,40,.4);
  border:.5px solid rgba(32,47,100,.08);
  border-radius:4px;
  color:#fff;
  display:flex;
  font-family:PingFang SC;
  font-size:10px;
  font-style:normal;
  font-weight:400;
  height:100%;
  justify-content:center;
  left:0;
  line-height:normal;
  object-fit:cover;
  position:absolute;
  top:0;
  width:100%
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7 .normal_resource_itemRemind__eXYuS {
  background:rgba(32,47,100,.03);
  border:1px solid rgba(32,47,100,.03)
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7 .normal_resource_unfoldIcon__WEFN2 {
  color:#b7bec5;
  font-size:16px;
  line-height:16px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW .normal_resource_unfoldItem__jV4u7:not(:first-child) {
  margin-left:2px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_normals_sourceUnfold__JBiBW:active {
  opacity:.6
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_mark_frame__ZFGU\+ {
  bottom:4px;
  position:absolute;
  right:4px
}
.normal_resource_goods_normal_resource__nMpzh .normal_resource_goods_mark_frame__ZFGU\+ .normal_resource_mul_source_frame__44qUm {
  background:rgba(0,0,0,.2);
  border-radius:6px;
  box-sizing:border-box;
  color:#fff;
  font-size:10px;
  font-weight:400;
  height:16px;
  line-height:12px;
  margin-left:2px;
  padding:0 4px
}
.normal_resource_normalMainSourceHelpsell__MNNK1 {
  background-color:rgba(246,75,62,.1);
  border-radius:8px;
  color:#f64b3e;
  line-height:14px;
  margin-right:8px;
  padding:1px 6px
}
.normal_resource_normalMainSourcePriceSymbol__qeYOy {
  color:#f33;
  color:var(--text-color-price,#f33);
  font-family:DINPROM;
  font-size:12px;
  font-weight:500;
  line-height:14px
}
.normal_resource_normalMainSourcePriceInt__m\+-f2 {
  color:#f33!important;
  font-family:DINPROM;
  font-size:16px!important;
  font-weight:500!important;
  line-height:16px!important
}
.normal_resource_normalMainSourcePriceFloat__Kb2qW {
  color:#f33!important;
  font-family:DINPROM;
  font-size:12px!important;
  font-weight:500!important;
  line-height:14px!important
}
.helpSellPopup_helpSellPopupframe__kg45\+ {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  background-color:#fff;
  border:.5px solid #ececee;
  border-radius:8px;
  bottom:calc(100% + 8px);
  box-shadow:0 10px 24px rgba(30,32,40,.08);
  box-sizing:border-box;
  cursor:pointer;
  padding:8px;
  position:absolute;
  right:0;
  visibility:hidden;
  width:128px;
  z-index:2
}
.helpSellPopup_helpSellPopupframe__kg45\+.helpSellPopup_bottom__\+0JG0 {
  bottom:auto;
  top:calc(100% + 8px)
}
.helpSellPopup_helpSellPopupframe__kg45\+.helpSellPopup_show__FyHfq {
  visibility:visible
}
.helpSellPopup_helpSellPopupframe__kg45\+ .helpSellPopup_mask__Gs3Nr {
  bottom:0;
  left:0;
  position:fixed;
  right:0;
  top:0;
  z-index:99
}
.helpSellPopup_helpSellPopupframe__kg45\+ .helpSellPopup_option__iX85A {
  align-items:center;
  border-radius:4px;
  color:#0a0a0a;
  display:flex;
  flex-wrap:nowrap;
  font-size:16px;
  height:42px;
  justify-content:center;
  padding:0 12px 0 8px;
  position:relative;
  white-space:nowrap;
  z-index:100
}
.helpSellPopup_helpSellPopupframe__kg45\+ .helpSellPopup_option__iX85A .helpSellPopup_option_mark__9Qr-3 {
  color:#1e2028;
  font-size:20px;
  height:20px;
  line-height:20px;
  margin-right:8px;
  width:20px
}
.helpSellPopup_helpSellPopupframe__kg45\+ .helpSellPopup_option__iX85A:active {
  background:rgba(32,47,100,.06)
}
.share_btn_share_btn_common__xkkFK {
  align-items:center;
  background-color:initial;
  border:1px solid #49c167;
  border-radius:24px;
  box-sizing:border-box;
  color:#49c167;
  display:flex;
  font-size:13px;
  font-weight:500;
  height:24px;
  justify-content:center;
  line-height:16px;
  padding-left:10px;
  padding-right:10px;
  text-align:center
}
.share_btn_share_btn_common__xkkFK:active {
  background-color:rgba(73,193,103,.1)
}
.share_btn_WegoAlbumPCFrame__PqdVs {
  background:#232a2f;
  border-radius:4px;
  bottom:34px;
  color:#fff;
  display:flex;
  font-size:12px;
  line-height:14px;
  opacity:.95;
  padding:8px;
  position:absolute;
  right:0;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  z-index:2
}
.share_btn_WegoAlbumPCFrame__PqdVs .share_btn_albumPCIcon__xoLcN {
  height:16px;
  margin:0 4px;
  width:16px
}
.share_btn_WegoAlbumPCFrame__PqdVs .share_btn_albumPCArrow__jjjsV {
  border:6px solid transparent;
  border-top-color:#232a2f;
  height:0;
  position:absolute;
  right:16px;
  top:32px;
  width:0
}
.normal_handlebar_goods_normal_handlebar__W3y6e {
  margin:16px 0 8px;
  width:100%
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_btn_item__wwpQN {
  color:#6e7382
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_btn_item__wwpQN .normal_handlebar_btn_icon__YOKBG {
  font-size:18px;
  line-height:18px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_btn_item__wwpQN .normal_handlebar_btn_text__YxSNS {
  font-size:10px;
  font-style:normal;
  font-weight:400;
  line-height:14px;
  margin-top:2px;
  text-align:center
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_btn_item__wwpQN:active {
  opacity:.6
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_btn_item__wwpQN:not(:first-child) {
  margin-left:16px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 {
  border-radius:47px;
  box-sizing:border-box;
  height:36px;
  max-width:136px;
  overflow:hidden;
  position:relative
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_buyBtnItem__WVtNt {
  background-color:rgba(32,47,100,.03);
  color:#49c167;
  font-size:14px;
  font-weight:400;
  height:100%;
  line-height:14px;
  text-align:center;
  white-space:nowrap;
  width:92px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_buyBtnItem__WVtNt.normal_handlebar_carticonWidth__U4NGC {
  width:52px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_buyBtnItem__WVtNt:active {
  background-color:rgba(32,47,100,.1)
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_buyBtnItem__WVtNt .normal_handlebar_addcartIcon__LyAQq {
  height:24px;
  margin-left:4px;
  width:24px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_buyBtnItem__WVtNt .normal_handlebar_buyBtnDesc__IN8Tz {
  color:#f93;
  font-size:10px;
  font-weight:400;
  line-height:14px;
  text-align:center;
  white-space:nowrap
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_v_line__lqnYo {
  background-color:rgba(32,47,100,.03);
  height:100%;
  width:1px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10 .normal_handlebar_v_line__lqnYo .normal_handlebar_v_line_ele__N55O6 {
  background-color:rgba(32,47,100,.08);
  height:24px;
  transform:scaleX(.5);
  width:1px
}
.normal_handlebar_goods_normal_handlebar__W3y6e .normal_handlebar_handlebar_buyBtnframe__NQD10:after {
  border:1px solid rgba(32,47,100,.08);
  border-radius:47px;
  box-sizing:border-box;
  content:"";
  height:200%;
  left:-50%;
  pointer-events:none;
  position:absolute;
  top:-50%;
  transform:scale(.5);
  width:200%
}
.new-goods-popover__wrap {
  position:relative
}
.new-goods-popover__wrap * {
  box-sizing:border-box
}
.new-goods-popover__content {
  align-items:center;
  background:#fff;
  border:.5px solid rgba(32,47,100,.08);
  border-radius:8px;
  display:flex;
  filter:drop-shadow(0 10px 24px rgba(30,32,40,.08));
  flex-direction:column;
  height:320px;
  justify-content:space-between;
  left:0;
  opacity:0;
  padding:24px;
  position:absolute;
  top:0;
  width:375px;
  z-index:-9999
}
.new-goods-popover__content>div {
  align-items:center;
  display:flex;
  flex-direction:column;
  text-align:center
}
.new-goods-popover__content img {
  height:160px;
  width:256px
}
.new-goods-popover__expand {
  opacity:1;
  transition:opacity .3s;
  z-index:9999
}
.new-goods-popover__title {
  color:#1e2028;
  font-size:14px;
  font-weight:500;
  line-height:20px
}
.new-goods-popover__desc {
  color:#969aa0;
  font-size:12px;
  font-weight:400;
  line-height:17px
}
.item_info_normal_item_title__\+BdjF {
  line-height:17px
}
.item_info_normal_item_info_content__PguPW {
  flex-wrap:nowrap;
  margin:2px 0;
  position:relative;
  width:100%
}
.item_info_normal_item_info_content__PguPW .item_info_item_gradientFrame__Nu15W {
  background:linear-gradient(90deg,#ffffff4d,#fff);
  height:100%;
  position:absolute;
  right:0;
  top:0;
  width:20px;
  z-index:2
}
.item_info_normal_item_info_content__PguPW .item_info_item_gradientFrame__Nu15W.item_info_item_gradientFrame_top__XPbtC {
  background:linear-gradient(90deg,#f8f9fa4d,#f8f9fa)
}
.item_info_priceSymbol__5AYHk {
  color:#f33;
  color:var(--text-color-price,#f33);
  font-family:DINPROM;
  font-size:12px;
  font-weight:500;
  line-height:14px
}
.item_info_normalPriceInt__d9oj2 {
  color:#f33!important;
  font-family:DINPROM;
  font-size:16px!important;
  font-weight:500;
  line-height:16px!important
}
.item_info_normalPriceFloat__mqZ7m {
  color:#f33!important;
  font-family:DINPROM;
  font-size:12px!important;
  font-weight:500!important;
  line-height:14px!important
}
.normal_item_timeline_common_item__tY80g {
  padding:8px 0
}
.normal_item_normal_item_mulsource__s4t-Q {
  position:relative
}
.normal_item_normal_item_mulsource__s4t-Q:after {
  background-color:rgba(32,47,100,.08);
  bottom:20px;
  content:"";
  left:-12px;
  position:absolute;
  top:8px;
  width:1px
}
.link_item_link_item_frame__ThQVr {
  border-radius:4px;
  overflow:hidden;
  padding:8px 0;
  width:100%
}
.shareBtn_helpSell_bubbleBox {
  z-Index:2;
  left:50%;
  position:absolute;
  top:-24px;
  transform:translateX(-50%)
}
.shareBtn_helpSell_bubbleBox .bubble-box {
  background:#ffeeec;
  border:none;
  border-radius:8px;
  max-width:none;
  padding:1px 6px
}
.shareBtn_helpSell_bubbleBox .bubble-box:after,
.shareBtn_helpSell_bubbleBox .bubble-box:before {
  color:#ffeeec;
  right:20px;
  top:14px
}
.shareBtn_helpSell_bubbleBox .bubble-content {
  color:#f64b3e;
  font-size:10px;
  line-height:14px
}
.index_avatar__jJmt5 {
  height:40px;
  position:relative;
  width:40px
}
.index_avatar__jJmt5 .index_avatar_src__Cn6lZ {
  border-radius:50%;
  box-sizing:border-box;
  height:40px;
  object-fit:cover;
  overflow:hidden;
  width:40px
}
.index_avatar__jJmt5 .index_avatar_frame__cIPe8 {
  height:56px;
  left:-8px;
  object-fit:cover;
  position:absolute;
  top:-8px;
  width:56px
}
.index_avatar__jJmt5:active {
  opacity:.6
}
.index_grid__8q3BX {
  align-items:center;
  display:flex;
  flex-wrap:wrap;
  max-width:385px;
  position:relative;
  width:100%
}
.index_grid__8q3BX.index_grid_four__NDdeq .index_grid_item__71CbB {
  width:35%
}
.index_grid__8q3BX .index_grid_item__71CbB {
  box-sizing:border-box;
  padding:1px;
  position:relative;
  width:33.3%
}
.index_grid__8q3BX .index_grid_item__71CbB .index_grid_item_content__ovuor {
  border-radius:4px;
  height:0;
  overflow:hidden;
  padding-bottom:100%;
  position:relative;
  width:100%
}
.index_grid__8q3BX .index_grid_item__71CbB .index_grid_item_content__ovuor>img {
  border:1px solid rgba(32,47,100,.03);
  border-radius:4px;
  display:block;
  height:100%;
  left:0;
  object-fit:cover;
  position:absolute;
  top:0;
  width:100%
}
.index_grid__8q3BX .index_grid_single__joPJg {
  border-radius:4px;
  box-sizing:border-box;
  display:block;
  max-width:256px;
  min-height:80px;
  min-width:80px;
  overflow:hidden;
  position:relative
}
.index_grid__8q3BX .index_grid_single__joPJg .index_grid_item_content__ovuor>img {
  display:block;
  object-fit:cover
}
.index_grid__8q3BX .index_grid_item__71CbB:active .index_grid_mask__SlDda,
.index_grid__8q3BX .index_grid_single__joPJg:active .index_grid_mask__SlDda {
  background-color:rgba(30,32,40,.4);
  border-radius:4px;
  bottom:0;
  left:0;
  margin:1px;
  pointer-events:none;
  position:absolute;
  right:0;
  top:0
}
.index_grid_video__226Wd {
  height:35px;
  left:50%;
  pointer-events:none;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  width:35px
}
.index_grid_video__226Wd>img {
  display:block;
  height:100%;
  object-fit:cover;
  width:100%
}
.index_grid_overlay__ebfM4 {
  align-items:center;
  background-color:rgba(30,32,40,.4);
  border-radius:4px;
  display:flex;
  flex-direction:column;
  height:calc(100% - 2px);
  justify-content:center;
  left:1px;
  position:absolute;
  top:1px;
  width:calc(100% - 2px)
}
.index_grid_overlay_num__zvNyT {
  color:#fff;
  font-family:DINPROM;
  font-size:16px;
  font-weight:500;
  line-height:22px
}
.index_grid_overlay_text__4u52D {
  color:#fff;
  font-size:12px;
  font-weight:400;
  line-height:17px;
  text-align:center
}
.index_grid_overlay__ebfM4:active {
  opacity:.8
}
.index_foldText__VrUzB {
  font-family:PingFang SC;
  font-size:15px;
  font-weight:400;
  line-height:21px
}
.index_foldText__VrUzB .index_text__6wU\+s {
  color:#1e2028;
  position:relative
}
.index_foldText__VrUzB .index_text__6wU\+s .index_mask__EGngq {
  background:linear-gradient(180deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.6));
  bottom:0;
  height:63px;
  left:0;
  pointer-events:none;
  position:absolute;
  right:0
}
.index_foldText__VrUzB .index_label__dIK6K {
  color:#285b9a;
  cursor:pointer;
  display:inline-block;
  margin-top:4px;
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.goods-price-text {
  color:#f33;
  line-height:1
}
.goods-price-text__int {
  font-size:20px;
  font-weight:700
}
.goods-price-text__float {
  font-size:12px
}
.index_goodsErrorInfo__pPAb9 {
  box-sizing:border-box;
  height:100vh;
  padding-bottom:144px;
  padding-top:144px
}
.index_goodsErrorInfo__pPAb9 .index_errorIcon__Uc7Jd {
  height:72px;
  margin-left:auto;
  margin-right:auto;
  width:72px
}
.index_goodsErrorInfo__pPAb9 .index_errorMsg__Fdh1z {
  color:#1e2028;
  font-size:16px;
  font-weight:500;
  line-height:22px;
  margin-left:16px;
  margin-right:20px;
  margin-top:20px
}
.index_goodsErrorInfo__pPAb9 .index_errorUserIcon__jSqLE {
  border-radius:50%;
  height:32px;
  width:32px
}
.index_goodsErrorInfo__pPAb9 .index_errorUserName__QpTIt {
  color:#0a0a0a;
  font-size:16px;
  font-weight:400;
  line-height:22px;
  margin-left:8px;
  text-align:left
}
.index_goodsErrorInfo__pPAb9 .index_errorBtn__Zoz1w {
  background:#49c167;
  border-radius:24px;
  height:48px;
  margin-left:auto;
  margin-right:auto;
  width:180px
}
.index_goodsErrorInfo__pPAb9 .index_errorBtn__Zoz1w .index_btnText__D1XD9 {
  color:#fff;
  font-size:16px;
  font-weight:500;
  line-height:22px;
  text-align:center
}
.index_goodsErrorInfo__pPAb9 .index_errorBtn__Zoz1w:active {
  opacity:.6
}
.index_GoodsMomentShopInfo__XsI3w {
  height:56px;
  padding-left:16px;
  padding-right:16px;
  position:relative
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse {
  flex:1 1;
  margin-left:12px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfoConentTitle__qcz-x {
  align-items:center;
  display:flex;
  justify-content:space-between
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfoConentTitle__qcz-x .index_title_content__p36\+o {
  align-items:center;
  display:flex
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfoConentTitle__qcz-x .index_title_content__p36\+o .index_title_text__xYwmi {
  color:#285b9a;
  font-size:14px;
  font-weight:500;
  line-height:20px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfoConentTitle__qcz-x .index_title_content__p36\+o .index_title_text__xYwmi:active {
  opacity:.6
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfoConentTitle__qcz-x .index_title_content__p36\+o .index_title_star__sMJrD {
  color:#f93;
  flex:none;
  font-size:16px;
  line-height:16px;
  margin-left:4px;
  object-fit:cover
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_time__fJU3d {
  align-items:center;
  background-color:#f8f9fa;
  border-radius:12px;
  display:flex;
  height:20px;
  padding:0 4px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_time__fJU3d .index_shopinfo_time_text__9z7AH {
  color:#969aa0;
  font-size:12px;
  font-weight:400;
  line-height:16px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_time__fJU3d:active {
  background-color:rgba(32,47,100,.1)
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_operateTime_time__nqWw8 {
  align-items:center;
  border-radius:2px;
  display:flex;
  height:20px;
  justify-content:center;
  margin-left:16px;
  padding:2px 0;
  position:relative
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_operateTime_time__nqWw8 .index_shopinfo_time_text__9z7AH {
  color:#969aa0;
  font-size:12px;
  font-weight:400;
  line-height:16px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_operateTime_time__nqWw8:before {
  background-color:rgba(23,24,26,.08);
  content:"";
  height:8px;
  left:-8px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:1px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_from__KwiEy {
  align-items:center;
  border-radius:2px;
  display:flex;
  height:20px;
  justify-content:center;
  margin-left:16px;
  padding:2px 0;
  position:relative
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_from__KwiEy .index_shopinfo_from_icon__6xh1t {
  color:#969aa0;
  display:block;
  font-size:16px;
  object-fit:cover
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_from__KwiEy .index_shopinfo_from_text__Rta8K {
  color:#285b9a;
  font-size:12px;
  font-weight:400;
  line-height:16px;
  margin-left:2px
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_from__KwiEy:active {
  background-color:rgba(32,47,100,.1)
}
.index_GoodsMomentShopInfo__XsI3w .index_shopinfoContent__fozse .index_shopinfo_from__KwiEy:before {
  background-color:rgba(23,24,26,.08);
  content:"";
  height:8px;
  left:-8px;
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:1px
}
.index_GoodsMomentResource__2IVuZ .index_sourcePersonal__zTJaf {
  font-size:16px;
  line-height:16px;
  margin-right:2px
}
.index_GoodsMomentResource__2IVuZ .index_sourceLink__De44Y {
  background:#f8f9fa;
  height:64px;
  margin-bottom:8px;
  margin-top:8px
}
.index_GoodsMomentResource__2IVuZ .index_sourceLink__De44Y .index_sourceLinkIcon__7Cxcj {
  flex:none;
  height:64px;
  width:64px
}
.index_GoodsMomentResource__2IVuZ .index_sourceLink__De44Y .index_sourceLinkIcon__7Cxcj .index_icon__hE9qJ {
  color:#1e2028;
  font-size:24px;
  line-height:24px
}
.index_GoodsMomentResource__2IVuZ .index_sourceLink__De44Y .index_sourceLinkTitle__ttBxY {
  color:#1e2028;
  font-size:16px;
  font-weight:400;
  line-height:22px;
  margin-left:8px;
  text-align:left
}
.index_GoodsMomentResource__2IVuZ .index_sourceLink__De44Y:active {
  opacity:.6
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B {
  padding-bottom:8px;
  position:relative
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceTitle__o7axR:active {
  background-color:rgba(32,47,100,.1);
  border-radius:4px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceItemGrid__0TtAf {
  padding-bottom:8px;
  padding-top:8px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ {
  margin-left:-12px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ .index_sourceOptItem__YO6D4 {
  color:#285b9a;
  font-size:12px;
  font-weight:400;
  line-height:16px;
  padding:8px 12px;
  text-align:center;
  white-space:nowrap
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ .index_sourceOptItem__YO6D4:active:active {
  background-color:rgba(32,47,100,.1);
  border-radius:4px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ .index_sourceShareTime__TMldT {
  color:#f93;
  font-size:10px;
  font-weight:500;
  line-height:14px;
  margin-right:8px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ .index_sourceShareTime__TMldT:active {
  opacity:.6
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ .index_sourceShareBtn__KJV06 {
  background-color:initial;
  border:1px solid #49c167;
  border-radius:24px;
  box-sizing:border-box;
  color:#49c167;
  flex:none;
  font-size:13px;
  font-weight:500;
  height:24px;
  line-height:16px;
  padding-left:10px;
  padding-right:10px;
  text-align:center
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_sourceOptBar__bO8cZ .index_sourceShareBtn__KJV06:active {
  background-color:rgba(73,193,103,.1)
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_entrance__paTZQ {
  padding-top:8px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_entrance__paTZQ .index_icon__hE9qJ {
  height:20px;
  width:20px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_entrance__paTZQ .index_text__rySry {
  color:#285b9a;
  font-size:16px;
  font-weight:500;
  line-height:22px;
  margin-left:4px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B .index_entrance__paTZQ:active {
  opacity:.6
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B:not(:first-child) {
  padding-top:8px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B.index_open__9tVD8:not(:last-child):after,
.index_GoodsMomentResource__2IVuZ .index_goodsSourceItem__9iS-B.index_openlast__YjV0s:last-child:after {
  background-color:rgba(32,47,100,.08);
  bottom:0;
  content:"";
  height:1px;
  left:0;
  position:absolute;
  right:0;
  transform:scaleY(.5)
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV {
  margin-bottom:8px;
  max-width:385px;
  overflow-x:scroll;
  width:100%
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4 {
  position:relative;
  width:calc(14.28571% - 3.42857px)
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4 .index_itemVercor__dsJsD {
  border-radius:4px;
  box-sizing:border-box;
  height:0;
  overflow:hidden;
  padding-bottom:100%;
  position:relative;
  width:100%
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4 .index_itemVercor__dsJsD .index_itemContent__cvmFe {
  height:100%;
  left:0;
  object-fit:cover;
  position:absolute;
  top:0;
  width:100%
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4 .index_itemVercor__dsJsD .index_itemContent__cvmFe .index_moreData__OawwQ {
  align-items:center;
  background-color:rgba(30,32,40,.4);
  border:.5px solid rgba(32,47,100,.08);
  border-radius:4px;
  color:#fff;
  display:flex;
  font-family:PingFang SC;
  font-size:10px;
  font-style:normal;
  font-weight:400;
  height:100%;
  justify-content:center;
  left:0;
  line-height:normal;
  object-fit:cover;
  position:absolute;
  top:0;
  width:100%
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4 .index_itemRemind__73HQw {
  background:rgba(32,47,100,.03);
  border:1px solid rgba(32,47,100,.03)
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4 .index_unfoldIcon__ZO3mh {
  color:#b7bec5;
  font-size:16px;
  line-height:16px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV .index_unfoldItem__6P4e4:not(:first-child) {
  margin-left:4px
}
.index_GoodsMomentResource__2IVuZ .index_goodsSourceUnfold__5WdMV:active {
  opacity:.6
}
.index_seckillCountdownFrame__7d0XJ {
  background:linear-gradient(90deg,rgba(255,51,51,.06),rgba(255,51,51,0));
  border-radius:4px;
  box-sizing:border-box;
  color:#f33;
  font-size:12px;
  font-weight:400;
  height:28px;
  line-height:17px;
  margin-bottom:8px;
  padding:2px 4px 2px 12px
}
.index_seckillCountdownFrame__7d0XJ .index_countdown__SlntN {
  align-items:center;
  background-color:rgba(255,51,51,.8);
  border-radius:4px;
  color:#fff;
  display:flex;
  flex-direction:column;
  font-size:12px;
  font-weight:500;
  height:20px;
  justify-content:center;
  line-height:17px;
  width:20px
}
.index_seckillCountdownFrame__7d0XJ .index_remind__dqK26 {
  background:linear-gradient(105.71deg,#f93,#f33 60.98%);
  border-radius:12px;
  height:24px;
  padding:0 6px
}
.index_seckillCountdownFrame__7d0XJ .index_remind__dqK26 .index_remindIcon__D8cN9 {
  color:#fff;
  font-size:13px;
  line-height:13px
}
.index_seckillCountdownFrame__7d0XJ .index_remind__dqK26 .index_remindText__yhvIw {
  color:#fff;
  font-size:12px;
  font-weight:500;
  line-height:16px;
  margin-left:4px
}
.index_seckillCountdownFrame__7d0XJ .index_remind__dqK26.index_reminded__y9NoQ {
  opacity:.2
}
.index_seckillCountdownFrame__7d0XJ .index_remind__dqK26:active {
  opacity:.6
}
.index_GoodsMomentAttribute__RU0\+o {
  margin-bottom:8px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw {
  color:#f33
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_priceBox__dOGPn {
  margin-bottom:8px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_priceBox__dOGPn:active {
  background-color:rgba(32,47,100,.1);
  border-radius:4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_priceMark__VqsiQ {
  font-size:12px;
  font-weight:700;
  line-height:16px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_mainPrice__aDeFz {
  font-size:20px;
  font-weight:700;
  line-height:20px;
  margin-left:2px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_underlinePrice__U3Vpa {
  color:#969aa0;
  font-size:14px;
  font-weight:400;
  line-height:16px;
  margin-left:4px;
  -webkit-text-decoration-line:line-through;
  text-decoration-line:line-through
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_pricePermission__1ngU4 {
  color:#6e7382;
  font-size:16px;
  line-height:16px;
  margin-left:4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_priceDesc__Y6gnF {
  color:#b7bec5;
  font-size:12px;
  font-weight:400;
  line-height:18px;
  margin-left:4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_seckillCountdownFrame__d9-WI {
  background:linear-gradient(90deg,rgba(255,51,51,.06),rgba(255,51,51,0));
  border-radius:4px;
  box-sizing:border-box;
  color:#f33;
  font-size:12px;
  font-weight:400;
  height:28px;
  line-height:17px;
  margin-top:8px;
  padding:2px 4px 2px 12px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeMainPrice__XNvKw .index_seckillCountdownFrame__d9-WI .index_countdown__9RmOI {
  align-items:center;
  background-color:rgba(255,51,51,.8);
  border-radius:4px;
  color:#fff;
  display:flex;
  flex-direction:column;
  font-size:12px;
  font-weight:500;
  height:20px;
  justify-content:center;
  line-height:17px;
  width:20px
}
.index_GoodsMomentAttribute__RU0\+o .index_vline__Ac8nB {
  background:rgba(32,47,100,.08);
  height:8px;
  margin-left:4px;
  margin-right:4px;
  width:1px
}
.index_GoodsMomentAttribute__RU0\+o .index_profit__mP5BF {
  color:#f33;
  font-size:12px;
  font-weight:400;
  line-height:18px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R {
  background:#f8f9fa;
  border-radius:4px;
  overflow:hidden;
  padding:8px 8px 4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R.index_noTag__fAeY2 {
  padding-top:4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj {
  align-items:flex-start;
  color:#6e7382;
  display:flex;
  font-size:12px;
  font-weight:400;
  line-height:24px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemIcon__JHU79 {
  font-size:16px;
  height:16px;
  line-height:16px;
  margin-right:2px;
  width:16px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemType__2Ep6c {
  flex:none;
  height:24px;
  line-height:24px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemDesc__Ird3K {
  white-space:pre-wrap;
  word-break:break-all
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemDesc__Ird3K:active {
  background-color:rgba(32,47,100,.1);
  border-radius:4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemFormat__qSDCQ {
  margin-right:16px;
  position:relative
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemFormat__qSDCQ:not(:last-child):after {
  background-color:rgba(32,47,100,.08);
  content:"";
  height:8px;
  position:absolute;
  right:-8px;
  top:50%;
  transform:translateY(-50%);
  width:1px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeItem__U3XNj .index_itemFormat__qSDCQ:active {
  background-color:rgba(32,47,100,.1);
  border-radius:4px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeTag__fSt4I {
  background-color:#fff;
  border:.5px solid rgba(32,47,100,.08);
  border-radius:16px;
  box-sizing:border-box;
  color:#6e7382;
  font-size:12px;
  font-weight:400;
  margin-bottom:4px;
  margin-right:8px;
  padding:4px 12px
}
.index_GoodsMomentAttribute__RU0\+o .index_attributeContent__6Cl-R .index_attributeTag__fSt4I:active {
  background-color:rgba(32,47,100,.1)
}
.index_GoodsMomentAttribute__RU0\+o .index_sourceLabel__z7u5e {
  align-items:center;
  display:flex;
  height:24px
}
.index_GoodsMomentAttribute__RU0\+o .index_sourceLabel__z7u5e .index_youjiantou__01jm8 {
  color:#285b9a;
  font-size:14px
}
.index_GoodsMomentAttribute__RU0\+o .index_sourceLabel__z7u5e .index_sourceText__TqH5J {
  align-items:center;
  color:#285b9a;
  display:flex;
  font-size:12px;
  margin-left:8px
}
.index_GoodsMomentAttribute__RU0\+o .index_sourceLabel__z7u5e .index_sourceText__TqH5J .index_simi__o7C38 {
  transform:scale(.7)
}
.index_GoodsMomentActionBar__3mOn6 {
  background-color:#fff;
  box-sizing:border-box;
  margin-left:auto;
  margin-right:auto;
  padding-bottom:8px;
  position:relative;
  width:100%;
  z-index:88
}
.index_GoodsMomentActionBar__3mOn6 .index_selfOptFrame__jyBEI .index_selfOptItem__TdirI {
  color:#285b9a;
  font-size:12px;
  font-weight:400;
  line-height:16px;
  padding:8px 12px;
  text-align:center;
  white-space:nowrap
}
.index_GoodsMomentActionBar__3mOn6 .index_selfOptFrame__jyBEI .index_selfOptItem__TdirI:active {
  background-color:rgba(32,47,100,.1);
  border-radius:4px
}
.index_GoodsMomentActionBar__3mOn6 .index_selfOptFrame__jyBEI.index_offset__z71zQ {
  margin-left:-12px
}
.index_GoodsMomentActionBar__3mOn6 .index_offsetLeft__0z9Cd {
  margin-left:-10px
}
.index_GoodsMomentActionBar__3mOn6 .index_barOptItem__900Rr {
  color:#6e7382;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:0 10px
}
.index_GoodsMomentActionBar__3mOn6 .index_barOptItem__900Rr .index_icon__Cx7zQ {
  font-size:24px;
  line-height:24px;
  margin-left:auto;
  margin-right:auto
}
.index_GoodsMomentActionBar__3mOn6 .index_barOptItem__900Rr .index_color_red__ExYCC {
  color:#f33
}
.index_GoodsMomentActionBar__3mOn6 .index_barOptItem__900Rr .index_text__4UXyb {
  font-size:10px;
  line-height:14px;
  margin-top:2px;
  text-align:center;
  white-space:nowrap
}
.index_GoodsMomentActionBar__3mOn6 .index_barOptItem__900Rr:active {
  opacity:.6
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV {
  border-radius:47px;
  box-sizing:border-box;
  height:40px;
  max-width:144px;
  overflow:hidden;
  position:relative
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru {
  background-color:rgba(32,47,100,.03);
  color:#49c167;
  font-size:14px;
  font-weight:500;
  height:100%;
  line-height:14px;
  text-align:center;
  white-space:nowrap;
  width:92px
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru.index_fullWidth__R9OdX {
  width:100%
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru.index_carticonWidth__id2R1 {
  width:52px
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru:active {
  background-color:rgba(32,47,100,.1)
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru .index_addcartIcon__BsSxd {
  height:24px;
  width:24px
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru .index_addcartIcon__BsSxd.index_offset__z71zQ {
  margin-left:4px
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_buyBtnItem__m-eru .index_buyBtnDesc__89VvV {
  color:#f93;
  font-size:10px;
  font-weight:400;
  line-height:14px;
  text-align:center;
  white-space:nowrap
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_v_line__0HmUV {
  background-color:rgba(32,47,100,.03);
  height:100%;
  width:1px
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV .index_v_line__0HmUV .index_v_line_ele__uRjtE {
  background-color:rgba(32,47,100,.08);
  height:24px;
  transform:scaleX(.5);
  width:1px
}
.index_GoodsMomentActionBar__3mOn6 .index_buyBtnframe__QxlFV:after {
  border:1px solid rgba(32,47,100,.08);
  border-radius:47px;
  box-sizing:border-box;
  content:"";
  height:200%;
  left:-50%;
  pointer-events:none;
  position:absolute;
  top:-50%;
  transform:scale(.5);
  width:200%
}
.index_GoodsMomentActionBar__3mOn6 .index_btnBuy__TM8SY {
  background-color:#ff6433
}
@media (any-hover:hover) {
  .index_GoodsMomentActionBar__3mOn6 .index_btnBuy__TM8SY:hover {
    opacity:.8
  }
}
.index_GoodsMomentActionBar__3mOn6 .index_btnBuy__TM8SY:active {
  opacity:.6
}
.index_GoodsMomentItem__RCLlR {
  background-color:#fff;
  padding-bottom:12px;
  padding-top:8px;
  position:relative
}
.index_GoodsMomentItem__RCLlR .index_GoodsMomentContent__3fHkR {
  padding-left:68px;
  padding-right:16px
}
.index_GoodsMomentItem__RCLlR.index_custom_line__FwzZ-:after,
.index_GoodsMomentItem__RCLlR:not(:last-child):not(.index_no_line__EnE55):after {
  background-color:rgba(32,47,100,.08);
  bottom:0;
  content:"";
  height:1px;
  left:0;
  position:absolute;
  right:0;
  transform:scaleY(.5)
}
.handle_bar_handlebar_addCart__OJMhu {
  padding:0 8px
}
.handle_bar_handlebar_addCart__OJMhu:active {
  opacity:.6
}
.item_date_itemDate__jYpY0 {
  color:#1e2028
}
.item_date_itemDate__jYpY0 .item_date_date__\+vx4g,
.item_date_itemDate__jYpY0 .item_date_top__hJ8zZ {
  font-size:18px;
  line-height:20px
}
.item_date_itemDate__jYpY0 .item_date_day__-JaJT {
  font-size:24px;
  line-height:20px
}
.item_date_itemDate__jYpY0 .item_date_month__LXbzs,
.item_date_itemDate__jYpY0 .item_date_year__qpGqo {
  font-size:14px;
  line-height:16px
}
.item_date_itemDate__jYpY0 .item_date_year__qpGqo {
  color:#6e7382
}
.item_date_itemDate__jYpY0.item_date_caret__xTXGo:after {
  border-color:transparent #6e7382;
  border-style:solid;
  border-width:4px 0 4px 4px;
  content:"";
  display:inline-block;
  height:0;
  margin:2px 2px 2px 4px;
  width:0
}
.mustache:after,
.mustache:before {
  border-radius:1px;
  content:"";
  display:inline-block;
  height:1px;
  vertical-align:middle;
  width:50px
}
.mustache:before {
  background:linear-gradient(90deg,hsla(40,78%,79%,0),currentColor)
}
.mustache:after {
  background:linear-gradient(-90deg,hsla(40,78%,79%,0),currentColor)
}
.hight-light-tab {
  background:#fff;
  color:#49c167;
  font-weight:700
}
.default-tab,
.hight-light-tab {
  font-size:14px;
  height:52px;
  line-height:52px;
  text-align:left
}
.default-tab {
  color:#6f7071;
  font-weight:400
}
.enter-arrow:after {
  border-color:#c8c8cd;
  border-style:solid;
  border-width:2px 2px 0 0;
  content:" ";
  display:inline-block;
  height:6px;
  margin-left:.3em;
  position:relative;
  top:-2px;
  top:-1px;
  transform:rotate(45deg);
  width:6px
}
.wgui .weui_btn:after {
  border:1px solid #49c167;
  border-radius:10px
}
.multi_btn {
  border-radius:6px;
  color:#2e2e2f;
  height:36px;
  line-height:36px;
  padding:0 12px;
  text-align:right
}
.tag_select_sheet_bot {
  background-color:#fff;
  bottom:0;
  height:60px;
  position:absolute;
  width:100%
}
.tag_select_sheet_bot .weui_btn,
.tag_select_sheet_bot .weui_btn:after {
  border:none;
  border-radius:6px
}
.radio_check .weui_icon_checked:before {
  color:#09bb07;
  content:"\EA08"
}
.radio_uncheck .weui_icon_checked:before {
  content:"";
  display:block;
  font-size:16px
}
.checkbox_check .weui_icon_checked:before {
  background:#fff;
  border-radius:50%;
  color:#49c167;
  content:"\EA06";
  font-size:18px
}
.checkbox_uncheck .weui_icon_checked:before {
  background:hsla(0,0%,80%,.8);
  border:1px solid #fff;
  border-radius:50%;
  content:"";
  display:block;
  font-size:18px;
  height:16px;
  width:16px
}
.page {
  position:relative
}
.page:before {
  clear:both;
  content:"";
  display:table
}
.page:after {
  background-color:inherit;
  bottom:0;
  content:"";
  left:0;
  min-height:100vh;
  position:absolute;
  right:0;
  top:0;
  z-index:-1
}
.fixed-navbar .fixed-navbar-box {
  box-sizing:border-box
}
@media screen and (min-width:1024px) {
  .fixed-navbar .fixed-navbar-box {
    max-width:670px
  }
}
.fixed-navbar .safe-area {
  height:constant(safe-area-inset-bottom);
  height:env(safe-area-inset-bottom)
}
.media-swiper {
  width:100%
}
.media-swiper-img,
.media-swiper-video {
  display:block;
  height:100%;
  object-fit:contain;
  width:100%
}
.media-swiper-img.center {
  object-fit:cover
}
.media-swiper-img.top {
  object-fit:cover;
  object-position:top
}
.media-swiper-play {
  bottom:0;
  left:0;
  margin:auto;
  pointer-events:"none";
  position:absolute;
  right:0;
  top:0
}
.media-swiper-pagination {
  border-radius:20px;
  bottom:6px;
  font-size:14px;
  padding:1px 8px
}
.media-swiper-close,
.media-swiper-pagination {
  background-color:rgba(0,0,0,.25);
  color:#fff;
  position:absolute;
  right:16px
}
.media-swiper-close {
  border-radius:50%;
  box-sizing:border-box;
  cursor:pointer;
  font-size:32px;
  line-height:32px;
  padding:8px;
  top:16px;
  z-index:10
}
.tab_tab__evrrh {
  align-items:center;
  color:#969aa0;
  display:flex;
  font-size:14px;
  font-weight:500;
  height:48px;
  justify-content:center;
  transition:all .1s
}
.tab_tab__evrrh.tab_active__t-RTA {
  color:#1e2028;
  font-size:16px
}
.tabs_tabs__ovhrf {
  --tab-item-w:25%;
  --tab-slider-w:var(--tab-item-w);
  --tab-slider-x:0;
  padding:0 4px
}
.tabs_tabs__ovhrf .tabs_wrapper__lL56J {
  overflow:auto;
  position:relative
}
.tabs_tabs__ovhrf .tabs_items__KPEnr {
  display:flex
}
.tabs_tabs__ovhrf .tabs_item__75LoZ {
  box-sizing:border-box;
  flex:1 0 var(--tab-item-w);
  padding:0 12px;
  white-space:nowrap
}
.tabs_tabs__ovhrf .tabs_slide__2xOvH {
  bottom:0;
  left:0;
  position:absolute;
  transform:translate3d(var(--tab-slider-x),0,0);
  transition:all .3s;
  width:var(--tab-slider-w)
}
.tabs_tabs__ovhrf .tabs_slide__2xOvH .tabs_line__s2B41 {
  background-color:#49c167;
  border-radius:8px;
  height:4px;
  margin:auto;
  width:32px
}
.tabBar_tabBar__stK7M {
  background-color:#fff;
  border-bottom:none
}
.filterFrame_filterFrame__E6rTb .wgoo-filter-item__title {
  width:100%
}
.filterFrame_filterFrame__E6rTb .filterFrame_cell__7tgIU {
  align-items:center;
  display:flex
}
.filterFrame_filterFrame__E6rTb .filterFrame_label__QTGF6 {
  flex:1 1
}
.filterFrame_filterFrame__E6rTb .filterFrame_link__iAr5x {
  color:#285b9a;
  cursor:pointer;
  font-weight:400;
  line-height:20px
}
.templateSwitcher_templateSwitcher__LbSaI.templateSwitcher_icon__gNoGD {
  color:#1e2028;
  font-size:24px;
  line-height:1
}
.searchBar_searchBar__vxsen {
  background-color:#fff;
  overflow:hidden
}
.searchBar_searchBar__vxsen .searchBar_searchBox__jeQpc {
  margin:7px 0 12px
}
.searchBar_searchBar__vxsen .searchBar_search__NxMIZ {
  height:2rem;
  padding:0 0 0 16px;
  position:relative
}
.searchBar_searchBar__vxsen .searchBar_uploader__UeNE5 {
  height:2rem;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0;
  width:44px
}
.searchBar_searchBar__vxsen .searchBar_template__97CJ- {
  display:inline-flex;
  margin-left:16px
}
.searchBar_searchBar__vxsen .searchBar_filter__RRvID {
  display:inline-flex;
  margin:0 16px
}
.searchBar_searchBar__vxsen .searchBar_icon__7RYc3 {
  font-size:24px;
  line-height:1em
}
.searchBar_searchBar__vxsen .searchBar_icon__7RYc3.searchBar_active__2wafl {
  color:#49c167
}
.searchBar_searchBar__vxsen .searchBar_filterBar__rkIeA {
  margin:0 16px 5px
}
.searchBar_searchBar__vxsen .searchBar_filterBar__rkIeA .searchBar_slide__h-9e- {
  width:auto
}
.searchBar_searchBar__vxsen .searchBar_filterBar__rkIeA .searchBar_slide__h-9e-+.searchBar_slide__h-9e- {
  margin-left:7px
}
.loader_loadMore__oCVaV {
  align-items:center;
  color:#969aa0;
  display:flex;
  font-size:12px;
  height:40px;
  justify-content:center;
  line-height:17px
}
.main_list_shop {
  background-color:#f8f9fa;
  position:relative
}
.main_list_shop .weui_cells {
  background-color:#f8f9fa;
  margin-top:0
}
.main_list_shop .weui_padding {
  padding:4px
}
.main_list_shop .weui_cells:after,
.main_list_shop .weui_cells:before {
  border:none
}
.main_list_shop .text-price {
  bottom:5px;
  color:#f33;
  font-size:14px;
  font-weight:500;
  left:6px;
  line-height:20px;
  overflow:hidden;
  position:absolute;
  right:27px;
  text-overflow:ellipsis;
  white-space:nowrap
}
.main_list_shop .text-price .iconSymbol {
  font-size:10px
}
.main_list_shop .text-price .vip-label {
  font-size:10px;
  font-weight:500
}
.main_list_shop .text-price .origin-price {
  color:#969aa0;
  font-size:10px;
  font-weight:400;
  margin-left:4px;
  text-decoration:line-through
}
.image-hold-wrapper {
  position:relative;
  width:100%
}
.image-hold-wrapper .image-hold {
  border-radius:6px 6px 0 0
}
[data-decorate-mode=borderLess] .image-hold-wrapper .image-hold {
  border-radius:0
}
.image-hold-wrapper .icon-share-goods {
  color:#fff;
  font-size:16px;
  line-height:1;
  padding:8px;
  position:absolute;
  right:0;
  top:0;
  z-index:2
}
.list-item-info {
  background-color:#fff;
  border-radius:0 0 6px 6px;
  box-sizing:border-box;
  height:72px;
  position:relative;
  width:100%
}
[data-decorate-mode=borderLess] .list-item-info {
  border-radius:0
}
.comp_scroll_list {
  display:flex;
  height:100%
}
.comp_scroll_list .left_tags {
  color:#626266;
  font-size:14px;
  height:100%;
  overflow-y:scroll;
  text-align:left;
  transition:width .3s;
  width:80px
}
@media screen and (min-width:670px) {
  .comp_scroll_list .left_tags {
    width:160px
  }
}
.comp_scroll_list .left_tags .tag_outer {
  cursor:pointer;
  height:auto;
  line-height:20px;
  max-height:64px;
  overflow:hidden;
  padding:12px 10px
}
.comp_scroll_list .left_tags .tag_outer .tag_text {
  /*! autoprefixer: ignore next */
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  box-sizing:border-box;
  display:-webkit-box;
  overflow:hidden;
  white-space:normal;
  word-break:break-all
}
.comp_scroll_list .left_tags .active {
  background-color:inherit;
  background:#fff;
  color:#0a0a0a;
  font-weight:500;
  transition:all .08s
}
.comp_scroll_list .right_goods {
  color:#0a0a0a;
  flex:1 1;
  height:100%;
  overflow:hidden
}
.comp_scroll_list .right_goods .goodTitle_top {
  background-color:#fff;
  box-sizing:border-box;
  color:inherit;
  height:44px;
  padding-left:12px;
  padding-right:32px;
  position:relative;
  width:100%;
  z-index:9
}
.comp_scroll_list .right_goods .goodTitle_top .title_text {
  /*! autoprefixer: ignore next */
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  box-sizing:border-box;
  display:-webkit-box;
  font-size:16px;
  font-weight:500;
  height:100%;
  line-height:44px;
  overflow:hidden;
  text-align:left;
  white-space:normal;
  word-break:break-all
}
.comp_scroll_list .right_goods .goodTitle_top:after {
  border:0 solid #939399;
  border-width:2px 2px 0 0;
  content:"";
  display:inline-block;
  height:7.82px;
  position:absolute;
  right:25px;
  top:50%;
  transform:rotate(45deg) translateY(-75%);
  transform-origin:50% 50%;
  width:7.82px
}
.comp_scroll_list .right_goods .goodList {
  box-sizing:border-box;
  height:calc(100% - 44PX);
  overflow-y:scroll;
  padding:6px 16px 12px 12px;
  transition:all .25s;
  width:100%
}
.comp_scroll_list .right_goods .goodList .good_item {
  align-items:center;
  cursor:default;
  display:flex;
  height:80px;
  justify-content:flex-start;
  padding:6px 0;
  width:100%
}
.comp_scroll_list .right_goods .goodList .good_item .left_image {
  border-radius:4px;
  height:80px;
  margin-right:12px;
  overflow:hidden;
  position:relative;
  width:80px
}
.comp_scroll_list .right_goods .goodList .good_item .left_image:after {
  border:1px solid #ececee;
  box-sizing:border-box;
  content:"";
  display:block;
  height:200%;
  left:0;
  position:absolute;
  top:0;
  transform:scale(.5) translate(-50%,-50%);
  width:200%
}
.comp_scroll_list .right_goods .goodList .good_item .left_image ._img {
  box-sizing:border-box;
  height:80px;
  object-fit:cover;
  width:80px
}
.comp_scroll_list .right_goods .goodList .good_item .left_image .videoIcon {
  height:24px;
  left:50%;
  position:absolute;
  top:50%;
  transform:translate(-50%,-50%);
  width:24px
}
.comp_scroll_list .right_goods .goodList .good_item .right_content {
  display:flex;
  flex:1 1;
  flex-direction:column;
  height:80px;
  justify-content:space-between
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .top_mes {
  -webkit-line-clamp:2;
  /*! autoprefixer: off */
  -webkit-box-orient:vertical;
  color:#0a0a0a;
  display:-webkit-box;
  font-size:14px;
  height:40px;
  line-height:20px;
  margin:4px 0 12px;
  overflow:hidden;
  white-space:normal;
  word-break:break-all
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .price_line {
  align-items:center;
  display:flex;
  height:20px;
  justify-content:space-between;
  line-height:20px;
  padding-bottom:4px
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .price_line .left_price {
  color:inherit;
  flex:1 1;
  font-size:14px;
  font-weight:500;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  width:0
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .price_line .left_price .iconSymbol {
  font-size:10px;
  font-weight:400;
  line-height:14px
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .price_line .left_price .vip-label {
  font-size:10px;
  font-weight:500
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .price_line .left_price .origin-price {
  color:#969aa0;
  font-size:10px;
  font-weight:400;
  margin-left:4px;
  text-decoration:line-through
}
.comp_scroll_list .right_goods .goodList .good_item .right_content .price_line .right_icon {
  cursor:pointer;
  height:20px;
  width:20px
}
.comp_scroll_list .right_goods .goodList .loadStatus {
  align-items:center;
  display:flex;
  height:auto;
  justify-content:center;
  padding-bottom:16px;
  padding-top:16px;
  width:100%
}
.comp_scroll_list .right_goods .goodList .loadStatus .drop_next {
  align-items:center;
  background:#fff;
  border:1px solid #c4c4cc;
  border-radius:6px;
  box-sizing:border-box;
  cursor:pointer;
  display:flex;
  height:32px;
  justify-content:flex-start;
  max-width:165px;
  padding:6px 36px 6px 12px;
  position:relative;
  transition:max-width .3s
}
@media screen and (min-width:670px) {
  .comp_scroll_list .right_goods .goodList .loadStatus .drop_next {
    max-width:309px
  }
}
.comp_scroll_list .right_goods .goodList .loadStatus .drop_next .drop_text {
  /*! autoprefixer: ignore next */
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  box-sizing:border-box;
  display:-webkit-box;
  line-height:20px;
  overflow:hidden;
  white-space:normal;
  word-break:break-all
}
.comp_scroll_list .right_goods .goodList .loadStatus .drop_next:after {
  border:0 solid #939399;
  border-width:0 1px 1px 0;
  content:"";
  display:inline-block;
  height:7.82px;
  position:absolute;
  right:16px;
  top:50%;
  transform:rotate(45deg) translateY(-100%);
  transform-origin:50% 50%;
  width:7.82px
}
.comp_scroll_list .right_goods .null_content {
  align-items:center;
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:40px 20px 0;
  width:100%
}
.comp_scroll_list .right_goods .null_content .null_img {
  height:90px;
  width:90px
}
.comp_scroll_list .right_goods .null_content .null_text {
  align-items:center;
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin-top:16px
}
.comp_scroll_list .right_goods .null_content .null_text .null_textTop {
  color:#0a0a0a;
  display:inline-block;
  font-size:16px;
  font-weight:500;
  line-height:22px;
  margin-bottom:8px
}
.comp_scroll_list .right_goods .null_content .null_text .null_textBottom {
  color:#626266;
  display:inline-block;
  font-size:14px;
  font-weight:400;
  line-height:21px
}
.drop_img_mask_drop-img-mask__gIMoP {
  -webkit-backdrop-filter:blur(12px);
  backdrop-filter:blur(12px);
  background-color:rgba(12,33,63,.36)!important;
  right:0
}
.drop_img_mask_drop-img-mask__gIMoP .drop_img_mask_content__LuIUT {
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0
}
.drop_img_mask_drop-img-mask__gIMoP .drop_img_mask_msg__fPBa7 {
  color:#fff;
  font-size:14px;
  font-weight:400;
  line-height:20px;
  margin-top:8px
}
.drop_img_mask_drop-img-mask__gIMoP .drop_img_mask_topLeft__J93MT {
  left:20px;
  position:absolute;
  top:20px
}
.drop_img_mask_drop-img-mask__gIMoP .drop_img_mask_topRight__Kqr4c {
  position:absolute;
  right:20px;
  top:20px
}
.drop_img_mask_drop-img-mask__gIMoP .drop_img_mask_bottomLeft__YlIGM {
  bottom:20px;
  left:20px;
  position:absolute
}
.drop_img_mask_drop-img-mask__gIMoP .drop_img_mask_bottomRight__vBDGO {
  bottom:20px;
  position:absolute;
  right:20px
}
@media screen and (min-width:1024px) {
  .drop_img_mask_drop-img-mask__gIMoP {
    margin:auto;
    width:700px
  }
}
.index_priceTextFrame__cDitO {
  color:#f33;
  line-height:1;
  white-space:nowrap
}
.index_priceTextFrame__cDitO .index_priceTextInt__L0CJP {
  font-size:16px;
  font-weight:500
}
.index_priceTextFrame__cDitO .index_priceTextFloat__Yy8if {
  font-size:12px
}
.live-float-avatar-frame {
  border:2px solid #ff6433;
  border-radius:50%;
  bottom:-4px;
  left:-4px;
  pointer-events:none;
  position:absolute;
  right:-4px;
  top:-4px;
  z-index:2
}
.live-float-avatar-frame .live-avatar-frame-main {
  height:100%;
  position:relative;
  width:100%
}
.live-float-avatar-frame .live-avatar-frame-main .live-avatar-main-content {
  bottom:-2px;
  left:0;
  position:absolute;
  right:0
}
.live-float-avatar-frame .live-avatar-frame-main .live-avatar-main-content.avatar-main-small-size {
  left:-4px;
  right:-4px
}
.live-float-avatar-frame .live-avatar-frame-main .avatar-main-desc {
  background-color:#ff6433;
  border-radius:32px;
  flex-wrap:nowrap;
  padding:3px 4px
}
.live-float-avatar-frame .live-avatar-frame-main .avatar-main-desc .avatar-main-desc-icon {
  flex:none;
  height:12px;
  width:12px
}
.live-float-avatar-frame .live-avatar-frame-main .avatar-main-desc .avatar-main-desc-text {
  color:#fff;
  font-size:10px;
  font-style:normal;
  font-weight:600;
  line-height:10px;
  white-space:nowrap
}
.live-float-avatar-frame .live-avatar-frame-list {
  height:100%;
  position:relative;
  width:100%
}
.live-float-avatar-frame .live-avatar-frame-list .live-avatar-list-desc {
  background-color:#ff6433;
  border-radius:50%;
  bottom:-2px;
  height:18px;
  position:absolute;
  right:-2px;
  width:18px
}
.live-float-avatar-frame .live-avatar-frame-list .live-avatar-list-desc .avatar-list-desc-icon {
  height:12px;
  width:12px
}
.page_loading_page_loading__gWCfu {
  display:inline-flex;
  left:50%;
  position:fixed;
  top:50%;
  transform:translate3d(-50%,-50%,0)
}
.PanelItem_PanelItem__3o87f {
  cursor:pointer
}
@media (any-hover:hover) {
  .PanelItem_PanelItem__3o87f:hover {
    opacity:.8
  }
}
.PanelItem_PanelItem__3o87f:active {
  opacity:.6
}
.PanelItem_PanelItem__3o87f .PanelItem_iconBox__Sud\+7 {
  border-radius:50%;
  height:48px;
  margin:auto;
  width:48px
}
.PanelItem_PanelItem__3o87f .PanelItem_iconBox__Sud\+7.PanelItem_iconfont__HT6xp {
  align-items:center;
  background-color:#f8f9fa;
  display:flex;
  justify-content:center
}
.PanelItem_PanelItem__3o87f .PanelItem_iconBox__Sud\+7 .PanelItem_img__K9waE {
  border-radius:50%;
  height:100%;
  object-fit:cover;
  width:100%
}
.PanelItem_PanelItem__3o87f .PanelItem_iconBox__Sud\+7 .PanelItem_icon__yC8Ym {
  color:#1e2028;
  font-size:24px;
  line-height:1
}
.PanelItem_PanelItem__3o87f .PanelItem_label__MAQsP {
  color:#6e7382;
  font-size:12px;
  margin-top:4px;
  text-align:center;
  white-space:pre-wrap
}
.SharePanel_SharePanel__Cwo7P .SharePanel_header__e52tb {
  align-items:center;
  color:#1e2028;
  display:flex;
  font-size:16px;
  font-weight:500;
  height:48px;
  justify-content:center;
  padding:0 16px
}
.SharePanel_SharePanel__Cwo7P .SharePanel_body__yn1og {
  padding:0 16px
}
.SharePanel_SharePanel__Cwo7P .SharePanel_body__yn1og .SharePanel_list__owxqy {
  display:flex;
  flex-wrap:wrap;
  padding-bottom:16px
}
.SharePanel_SharePanel__Cwo7P .SharePanel_body__yn1og .SharePanel_list__owxqy+.SharePanel_list__owxqy {
  border-top:.5px solid rgba(32,47,100,.08)
}
.SharePanel_SharePanel__Cwo7P .SharePanel_body__yn1og .SharePanel_item__mGK7O {
  flex:0 0 20%;
  padding-top:16px
}
.SharePanel_SharePanel__Cwo7P .SharePanel_blank__3bloO {
  background-color:rgba(32,47,100,.03);
  height:8px
}
.SharePanel_SharePanel__Cwo7P .SharePanel_cancel__48chs {
  color:#1e2028;
  cursor:pointer;
  font-size:16px;
  line-height:normal;
  padding:16px;
  text-align:center
}
@media (any-hover:hover) {
  .SharePanel_SharePanel__Cwo7P .SharePanel_cancel__48chs:hover {
    background-color:rgba(32,47,100,.03)
  }
}
.SharePanel_SharePanel__Cwo7P .SharePanel_cancel__48chs:active {
  background-color:rgba(32,47,100,.06)
}
.StatusIcon_StatusIcon__IktOn {
  color:#f93;
  font-size:72px;
  line-height:1
}
.ErrorBoundaryPage_ErrorBoundaryPage__59VS- {
  height:100vh;
  height:100dvh
}
.ErrorBoundaryPage_ErrorBoundaryPage__59VS- .ErrorBoundaryPage_page__Pk90c {
  background-color:initial
}
.ErrorBoundaryPage_ErrorBoundaryPage__59VS- .wgoo-status-page__title {
  display:flex;
  justify-content:center;
  max-height:300px;
  overflow:scroll;
  text-align:left;
  white-space:pre-wrap;
  word-break:break-all
}
.Image_Image__NdcLd {
  display:inline-block
}
.RichText_RichText__-w8M2 .RichText_link__XHKg5 {
  color:#285b9a;
  font-weight:500
}
.RichText_RichText__-w8M2 .RichText_highlight__sa3oa {
  color:#49c167
}
.EllipsisText_EllipsisText__L3tI2 {
  -webkit-box-orient:vertical;
  -webkit-line-clamp:unset;
  word-wrap:break-word;
  display:-webkit-box;
  overflow:hidden;
  word-break:break-all
}
.GoogleTranslator_GoogleTranslator__7RC-J {
  display:none!important
}
.VIpgJd-ZVi9od-ORHb-OEVmcd,
.VIpgJd-ZVi9od-aZ2wEe-wOHMyf,
.VIpgJd-ZVi9od-xl07Ob-OEVmcd {
  display:none!important
}
body {
  top:0!important
}
#goog-gt-tt {
  display:none!important
}
.VIpgJd-yAWNEb-VIpgJd-fmcmS-sn54Q {
  background-color:initial!important;
  box-shadow:none!important
}
@font-face {
  font-family:wego-iconfont-s;
  src:url(https://static.szwego.com/wsxc_weshop/static/media/iconfont.2fa17870.woff2) format("woff2"),
  url(https://static.szwego.com/wsxc_weshop/static/media/iconfont.e2eeb5b2.woff) format("woff"),
  url(https://static.szwego.com/wsxc_weshop/static/media/iconfont.ec9e96b7.ttf) format("truetype")
}
.wego-iconfont-s {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  font-family:wego-iconfont-s!important;
  font-size:16px;
  font-style:normal
}
.icon-xinfeng:before {
  content:"\e759"
}
.icon-pinlei:before {
  content:"\e758"
}
.icon-shoukuan2:before {
  content:"\e757"
}
.icon-biaoqianfenzu:before {
  content:"\e756"
}
.icon-haiwaishoukuan-mian:before {
  content:"\e755"
}
.icon-zuanshi-mian:before {
  content:"\e754"
}
.icon-wuliulan:before {
  content:"\e74f"
}
.icon-haiwaishoukuan:before {
  content:"\e753"
}
.icon-tuiguangyuan:before {
  content:"\e751"
}
.icon-fenxiangzhuan:before {
  content:"\e752"
}
.icon-shangyouxiajia:before {
  content:"\e74e"
}
.icon-xiajia:before {
  content:"\e750"
}
.icon-zhuanzhang-mian:before {
  content:"\e74a"
}
.icon-shoukuan-mian:before {
  content:"\e74b"
}
.icon-fukuan-mian:before {
  content:"\e74c"
}
.icon-huishuai-mian:before {
  content:"\e74d"
}
.icon-tarendaifu:before {
  content:"\e749"
}
.icon-fabushangpin:before {
  content:"\e748"
}
.icon-mulu:before {
  content:"\e747"
}
.icon-fukuan1:before {
  content:"\e745"
}
.icon-zhuanzhang:before {
  content:"\e746"
}
.icon-kanshuju:before {
  content:"\e744"
}
.icon-huo-mian:before {
  content:"\e743"
}
.icon-dingdanshao-duo:before {
  content:"\e73f"
}
.icon-jinedi-gao:before {
  content:"\e740"
}
.icon-jinegao-di:before {
  content:"\e741"
}
.icon-dingdanduo-shao:before {
  content:"\e742"
}
.icon-jiafenzu:before {
  content:"\e73e"
}
.icon-dingweidaoyuanwen:before {
  content:"\e73c"
}
.icon-shuiyin:before {
  content:"\e73d"
}
.icon-xiaochuanghuifu:before {
  content:"\e73b"
}
.icon-xiaochuangbofang:before {
  content:"\e73a"
}
.icon-youhuigou:before {
  content:"\e739"
}
.icon-WhatsApp:before {
  content:"\e738"
}
.icon-yuyanqiehuan:before {
  content:"\e737"
}
.icon-caogaoxiang:before {
  content:"\e736"
}
.icon-shoutuoqian-mian:before {
  content:"\e735"
}
.icon-qiehuanyuyan:before {
  content:"\e734"
}
.icon-fenpeiguishu:before {
  content:"\e733"
}
.icon-jiangjia:before {
  content:"\e731"
}
.icon-naozhong:before {
  content:"\e732"
}
.icon-jiepingfabu:before {
  content:"\e72f"
}
.icon-jingxiang:before {
  content:"\e730"
}
.icon-weixinqunfa-mian:before {
  content:"\e72e"
}
.icon-bukejian:before {
  content:"\e72d"
}
.icon-tubiao:before {
  content:"\e72c"
}
.icon-shanghuo1:before {
  content:"\e72b"
}
.icon-goutoast:before {
  content:"\e729"
}
.icon-chatoast:before {
  content:"\e72a"
}
.icon-dayang:before {
  content:"\e728"
}
.icon-qiehuanhuobi:before {
  content:"\e727"
}
.icon-caigou:before {
  content:"\e726"
}
.icon-caigou-mian:before {
  content:"\e725"
}
.icon-luzhi:before {
  content:"\e721"
}
.icon-tingzhiluzhi:before {
  content:"\e722"
}
.icon-zhibozhong:before {
  content:"\e724"
}
.icon-huifang:before {
  content:"\e723"
}
.icon-piliangshangxiajia:before {
  content:"\e71d"
}
.icon-piliangdaochu:before {
  content:"\e71e"
}
.icon-piliangbianji:before {
  content:"\e71f"
}
.icon-zhongcaokaituan:before {
  content:"\e720"
}
.icon-piliang1:before {
  content:"\e71c"
}
.icon-cha-teshu:before {
  content:"\e71b"
}
.icon-weixinzhifu1:before {
  content:"\e60e"
}
.icon-zhubozhubo:before {
  content:"\e719"
}
.icon-fuzhi:before {
  content:"\e6e8"
}
.icon-shoukuan1:before {
  content:"\e71a"
}
.icon-yincang:before {
  content:"\e6a4"
}
.icon-huabei:before {
  content:"\e6e5"
}
.icon-fasongjiantou:before {
  content:"\e704"
}
.icon-tuikuan1:before {
  content:"\e702"
}
.icon-fenxiang-mian:before {
  content:"\e620"
}
.icon-shandian1:before {
  content:"\e61e"
}
.icon-yijianhuanfu_danse:before {
  content:"\e61f"
}
.icon-xiaxiajiantou1:before {
  content:"\e61d"
}
.icon-qian-mian1:before {
  content:"\e61c"
}
.icon-fukuan:before {
  content:"\e718"
}
.icon-fanhui-juzhong:before {
  content:"\e61b"
}
.icon-shandian:before {
  content:"\e61a"
}
.icon-meibai:before {
  content:"\e714"
}
.icon-zidingyi:before {
  content:"\e716"
}
.icon-tiantianPtu:before {
  content:"\e717"
}
.icon-shouqi:before {
  content:"\e619"
}
.icon-ziran:before {
  content:"\e615"
}
.icon-zanting1:before {
  content:"\e616"
}
.icon-hongrun:before {
  content:"\e617"
}
.icon-mopi:before {
  content:"\e618"
}
.icon-youhui:before {
  content:"\e712"
}
.icon-shipinhaoyinliu:before {
  content:"\e711"
}
.icon-rili:before {
  content:"\e70c"
}
.icon-dingdan-mian:before {
  content:"\e70d"
}
.icon-zuji:before {
  content:"\e70e"
}
.icon-tuwen:before {
  content:"\e70f"
}
.icon-saoba:before {
  content:"\e710"
}
.icon-zhibo-1:before {
  content:"\e70a"
}
.icon-zhibo:before {
  content:"\e70b"
}
.icon-gaoqing:before {
  content:"\e700"
}
.icon-douyinyinliu:before {
  content:"\e701"
}
.icon-paixu:before {
  content:"\e703"
}
.icon-damuzhi-mian:before {
  content:"\e705"
}
.icon-shoukuan:before {
  content:"\e706"
}
.icon-jingtoufanzhuan:before {
  content:"\e707"
}
.icon-zanting:before {
  content:"\e708"
}
.icon-xiangqingzhuangxiu:before {
  content:"\e709"
}
.icon-gou-teshu:before {
  content:"\e613"
}
.icon-AZpaixu:before {
  content:"\e612"
}
.icon-shanghuo:before {
  content:"\e610"
}
.icon-weixinxiaochengxuzhibo_danse:before {
  content:"\e611"
}
.icon-tongbu:before {
  content:"\e6ff"
}
.icon-piliangdaoru:before {
  content:"\e6fe"
}
.icon-guidang:before {
  content:"\e60f"
}
.icon-xiaoxi1:before {
  content:"\e715"
}
.icon-biaoge:before {
  content:"\e6fd"
}
.icon-zhifubao:before {
  content:"\e60d"
}
.icon-huishan:before {
  content:"\e6fc"
}
.icon-liebianquan:before {
  content:"\e60b"
}
.icon-liebianquan-mian:before {
  content:"\e60c"
}
.icon-add:before {
  content:"\e6fb"
}
.icon-zuanshi:before {
  content:"\e6f5"
}
.icon-xianxinglogo:before {
  content:"\e6f9"
}
.icon-jifen1:before {
  content:"\e6fa"
}
.icon-songka:before {
  content:"\e6f3"
}
.icon-zhuanhuan:before {
  content:"\e6f4"
}
.icon-kaisuo:before {
  content:"\e6f0"
}
.icon-bugeishuikan:before {
  content:"\e6f1"
}
.icon-zhigeishuikan:before {
  content:"\e6f2"
}
.icon-liwu:before {
  content:"\e60a"
}
.icon-diannao:before {
  content:"\e6ec"
}
.icon-renwu:before {
  content:"\e6ed"
}
.icon-fensi:before {
  content:"\e6ee"
}
.icon-shangpin:before {
  content:"\e6ef"
}
.icon-shurufa-mian:before {
  content:"\e608"
}
.icon-erweima-mian:before {
  content:"\e609"
}
.icon-tuihuo:before {
  content:"\e6e9"
}
.icon-xiaochengxu-mian:before {
  content:"\e6ea"
}
.icon-weixin-mian:before {
  content:"\e6eb"
}
.icon-yaoqingshangjia:before {
  content:"\e713"
}
.icon-miaosha-mian:before {
  content:"\e6cd"
}
.icon-fangkejilu:before {
  content:"\e6d5"
}
.icon-miaosha:before {
  content:"\e6d9"
}
.icon-pintuan-mian:before {
  content:"\e6de"
}
.icon-pintuan:before {
  content:"\e6e7"
}
.icon-huitui:before {
  content:"\e6ac"
}
.icon-shangjia:before {
  content:"\e6c9"
}
.icon-jinzhi:before {
  content:"\e6ca"
}
.icon-piliangfabu:before {
  content:"\e6cb"
}
.icon-hebing:before {
  content:"\e6cc"
}
.icon-yuanjian:before {
  content:"\e607"
}
.icon-shoukuanmalipai:before {
  content:"\e606"
}
.icon-duoshebei:before {
  content:"\e6a3"
}
.icon-bangmaifenxiao-xiaoyingyong:before {
  content:"\e68c"
}
.icon-shangjiantou-mian16:before {
  content:"\e6d4"
}
.icon-shangjiantou16:before {
  content:"\e6d6"
}
.icon-sandian16:before {
  content:"\e6d7"
}
.icon-feiquanping16:before {
  content:"\e6d8"
}
.icon-zuojiantou16:before {
  content:"\e6da"
}
.icon-xiajiantou-mian16:before {
  content:"\e6db"
}
.icon-xiajiantou16:before {
  content:"\e6dc"
}
.icon-yingxiaozhongxin16:before {
  content:"\e6dd"
}
.icon-lajitong16:before {
  content:"\e6df"
}
.icon-youjiantou16:before {
  content:"\e6e0"
}
.icon-shangxiajiantou16:before {
  content:"\e6e1"
}
.icon-tishi-mian:before {
  content:"\e6e2"
}
.icon-jianqieban:before {
  content:"\e6e3"
}
.icon-kaidan:before {
  content:"\e6e4"
}
.icon-shangchuan:before {
  content:"\e64d"
}
.icon-fensihuiyuanka-mian:before {
  content:"\e655"
}
.icon-fensihuiyuanka:before {
  content:"\e6e6"
}
.icon-fenxiangjiu:before {
  content:"\e6f6"
}
.icon-weifenlei:before {
  content:"\e6f7"
}
.icon-damuzhi:before {
  content:"\e6f8"
}
.icon-bofang-mian:before {
  content:"\e624"
}
.icon-cha:before {
  content:"\e625"
}
.icon-bianji:before {
  content:"\e626"
}
.icon-aixin:before {
  content:"\e627"
}
.icon-che:before {
  content:"\e629"
}
.icon-banjia:before {
  content:"\e62a"
}
.icon-dayinji:before {
  content:"\e62b"
}
.icon-dingdan:before {
  content:"\e62c"
}
.icon-douyin:before {
  content:"\e62d"
}
.icon-biaoqing:before {
  content:"\e62e"
}
.icon-dabao:before {
  content:"\e62f"
}
.icon-dizhi:before {
  content:"\e630"
}
.icon-daochu:before {
  content:"\e631"
}
.icon-choujiang:before {
  content:"\e632"
}
.icon-dianpu:before {
  content:"\e633"
}
.icon-chexiao:before {
  content:"\e634"
}
.icon-fenxiao:before {
  content:"\e635"
}
.icon-gou:before {
  content:"\e636"
}
.icon-piliang:before {
  content:"\e637"
}
.icon-duoren:before {
  content:"\e638"
}
.icon-fudai:before {
  content:"\e639"
}
.icon-hongbao:before {
  content:"\e63a"
}
.icon-cuxiao:before {
  content:"\e63b"
}
.icon-haibao:before {
  content:"\e63c"
}
.icon-choujiang-mian:before {
  content:"\e63d"
}
.icon-dianhua:before {
  content:"\e63e"
}
.icon-erweima:before {
  content:"\e63f"
}
.icon-qiye-mian:before {
  content:"\e640"
}
.icon-fanhui:before {
  content:"\e641"
}
.icon-jiagou:before {
  content:"\e642"
}
.icon-duotu:before {
  content:"\e643"
}
.icon-gongzhonghao:before {
  content:"\e644"
}
.icon-qiye:before {
  content:"\e645"
}
.icon-qianbao-mian:before {
  content:"\e646"
}
.icon-cuxiao-mian:before {
  content:"\e647"
}
.icon-kefu-shangjia:before {
  content:"\e648"
}
.icon-geren-mian:before {
  content:"\e649"
}
.icon-fanyi:before {
  content:"\e64a"
}
.icon-fenxiao-mian:before {
  content:"\e64b"
}
.icon-fudai-mian:before {
  content:"\e64c"
}
.icon-qianbao:before {
  content:"\e64e"
}
.icon-gouwuche:before {
  content:"\e64f"
}
.icon-qianyue:before {
  content:"\e650"
}
.icon-qian-mian:before {
  content:"\e651"
}
.icon-pintu:before {
  content:"\e652"
}
.icon-kefu-guanfang:before {
  content:"\e653"
}
.icon-lianjie:before {
  content:"\e654"
}
.icon-guanli:before {
  content:"\e656"
}
.icon-jianpan:before {
  content:"\e657"
}
.icon-tanhao-mian:before {
  content:"\e658"
}
.icon-ren:before {
  content:"\e659"
}
.icon-qigouquan:before {
  content:"\e65a"
}
.icon-shengyin-kai:before {
  content:"\e65b"
}
.icon-puhuo:before {
  content:"\e65c"
}
.icon-quan-mian:before {
  content:"\e65d"
}
.icon-sandian:before {
  content:"\e65e"
}
.icon-qigouquan-mian:before {
  content:"\e65f"
}
.icon-wenben:before {
  content:"\e660"
}
.icon-quxiaozhiding:before {
  content:"\e661"
}
.icon-shuju:before {
  content:"\e662"
}
.icon-fenxiang:before {
  content:"\e663"
}
.icon-shouji:before {
  content:"\e664"
}
.icon-qiehuan:before {
  content:"\e665"
}
.icon-tupian:before {
  content:"\e666"
}
.icon-tongzhi:before {
  content:"\e667"
}
.icon-saoyisao-weixinzhifu:before {
  content:"\e668"
}
.icon-qian:before {
  content:"\e669"
}
.icon-shengyin-guan:before {
  content:"\e66a"
}
.icon-shoucang:before {
  content:"\e66b"
}
.icon-aixin-mian:before {
  content:"\e66c"
}
.icon-suo:before {
  content:"\e66d"
}
.icon-shipinhao:before {
  content:"\e66e"
}
.icon-xiayi:before {
  content:"\e66f"
}
.icon-quan:before {
  content:"\e670"
}
.icon-pengyouquan:before {
  content:"\e671"
}
.icon-weixin:before {
  content:"\e672"
}
.icon-tishi:before {
  content:"\e673"
}
.icon-shangxiajiantou:before {
  content:"\e674"
}
.icon-shouce:before {
  content:"\e675"
}
.icon-wenda:before {
  content:"\e676"
}
.icon-wujiaoxing:before {
  content:"\e677"
}
.icon-shanchu:before {
  content:"\e678"
}
.icon-songquan-mian:before {
  content:"\e679"
}
.icon-weixinzhifu:before {
  content:"\e67a"
}
.icon-xiaoxi:before {
  content:"\e67b"
}
.icon-weixiao:before {
  content:"\e67c"
}
.icon-guanbi:before {
  content:"\e67d"
}
.icon-shurufa:before {
  content:"\e67e"
}
.icon-shouye:before {
  content:"\e67f"
}
.icon-shaixuan:before {
  content:"\e680"
}
.icon-xiaochengxuma:before {
  content:"\e681"
}
.icon-shezhi:before {
  content:"\e682"
}
.icon-weixinzhushou:before {
  content:"\e683"
}
.icon-shijian-mian:before {
  content:"\e684"
}
.icon-xiazai:before {
  content:"\e685"
}
.icon-wurao:before {
  content:"\e686"
}
.icon-yinhangka:before {
  content:"\e687"
}
.icon-yinhangka-mian:before {
  content:"\e688"
}
.icon-shuaxin:before {
  content:"\e689"
}
.icon-shijian:before {
  content:"\e68a"
}
.icon-woshou:before {
  content:"\e68b"
}
.icon-xiangji-mian:before {
  content:"\e68d"
}
.icon-qunfa:before {
  content:"\e68e"
}
.icon-wenhao:before {
  content:"\e68f"
}
.icon-xiaoxi-mian:before {
  content:"\e690"
}
.icon-shipin:before {
  content:"\e691"
}
.icon-songquan:before {
  content:"\e692"
}
.icon-yingxiaozhongxin:before {
  content:"\e693"
}
.icon-tuikuan:before {
  content:"\e694"
}
.icon-shouzhi:before {
  content:"\e695"
}
.icon-sousuo:before {
  content:"\e696"
}
.icon-yuangou-mian:before {
  content:"\e697"
}
.icon-xiangji:before {
  content:"\e698"
}
.icon-yuancha:before {
  content:"\e699"
}
.icon-xiangcewangzhi:before {
  content:"\e69a"
}
.icon-wujiaoxing-mian:before {
  content:"\e69b"
}
.icon-yuancha-mian:before {
  content:"\e69c"
}
.icon-xianshi:before {
  content:"\e69d"
}
.icon-yinliubao:before {
  content:"\e69e"
}
.icon-xiaxiajiantou:before {
  content:"\e69f"
}
.icon-xinrenquan:before {
  content:"\e6a0"
}
.icon-yuanjia:before {
  content:"\e6a1"
}
.icon-yuangou:before {
  content:"\e6a2"
}
.icon-zhuatu:before {
  content:"\e6a5"
}
.icon-zhuanxiangxiaochengxu:before {
  content:"\e6a6"
}
.icon-xiaochengxu:before {
  content:"\e6a7"
}
.icon-yingxiaozhongxin-mian:before {
  content:"\e6a8"
}
.icon-yuanjian-mian:before {
  content:"\e6a9"
}
.icon-zhiding:before {
  content:"\e6aa"
}
.icon-zhuancun:before {
  content:"\e6ab"
}
.icon-yuanjia-mian:before {
  content:"\e6ad"
}
.icon-zuixiaohua:before {
  content:"\e6ae"
}
.icon-yuansandian:before {
  content:"\e6af"
}
.icon-yidong:before {
  content:"\e6b0"
}
.icon-zhuangxiu:before {
  content:"\e6b1"
}
.icon-zhuan:before {
  content:"\e6b2"
}
.icon-zhuan-mian:before {
  content:"\e6b3"
}
.icon-tanhao:before {
  content:"\e6b4"
}
.icon-guwen:before {
  content:"\e6b5"
}
.icon-gou-jiacu:before {
  content:"\e6b6"
}
.icon-hongbao-mian:before {
  content:"\e6b7"
}
.icon-jia:before {
  content:"\e6b8"
}
.icon-qiyeweixin:before {
  content:"\e6b9"
}
.icon-saoyisao:before {
  content:"\e6ba"
}
.icon-shangyi:before {
  content:"\e6bb"
}
.icon-shoutuoqian:before {
  content:"\e6bc"
}
.icon-tuige:before {
  content:"\e6bd"
}
.icon-zanting-mian:before {
  content:"\e6be"
}
.icon-zuidahua:before {
  content:"\e6bf"
}
.icon-xinrenquan-mian:before {
  content:"\e6c0"
}
.icon-shangcheng:before {
  content:"\e6c1"
}
.icon-pubuliu:before {
  content:"\e6c2"
}
.icon-sanlie:before {
  content:"\e6c3"
}
.icon-tuji:before {
  content:"\e6c4"
}
.icon-datu:before {
  content:"\e6c5"
}
.icon-liebiao:before {
  content:"\e6c6"
}
.icon-pengyouquandongtai:before {
  content:"\e6c7"
}
.icon-pengyouquanliebiao:before {
  content:"\e6c8"
}
.icon-gou16:before {
  content:"\e6ce"
}
.icon-cha16:before {
  content:"\e6cf"
}
.icon-jia16:before {
  content:"\e6d0"
}
.icon-jian16:before {
  content:"\e6d1"
}
.icon-quanping16:before {
  content:"\e6d2"
}
.icon-bianji16:before {
  content:"\e6d3"
}
@font-face {
  font-family:DINPROM;
  font-style:normal;
  src:url(https://static.szwego.com/wsxc_weshop/static/media/WegoKeyboardN9-Medium.84a4ff91.otf)
}
@media (any-hover:hover) {
  .diy-scrollbar,
  body {
    overflow-y:auto;
    overflow-y:overlay
  }
  .diy-scrollbar::-webkit-scrollbar,
  body::-webkit-scrollbar {
    height:10px;
    width:10px
  }
  .diy-scrollbar::-webkit-scrollbar-thumb,
  body::-webkit-scrollbar-thumb {
    background:hsla(0,0%,46%,.5);
    background-clip:padding-box;
    border:2px dashed transparent;
    border-radius:10px;
    box-shadow:inset 0 0 0 hsla(0,0%,46%,.5)
  }
  .diy-scrollbar::-webkit-scrollbar-thumb:hover,
  body::-webkit-scrollbar-thumb:hover {
    background:hsla(0,0%,46%,.5)
  }
}
* {
  -webkit-tap-highlight-color:transparent
}
.can-select {
  -webkit-user-select:text;
  -moz-user-select:text;
  user-select:text
}
.can-select img {
  -webkit-user-select:none;
  -moz-user-select:none;
  user-select:none
}
.wgoo-dialog__mask,
.wgoo-modal--wrapper {
  left:0;
  max-width:100%
}
