.container[data-v-5b1fceed] {
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 0;
  background-color: white;
}
.container.shadow[data-v-5b1fceed] {
  box-shadow: 6px 6px 10px rgba(0, 0, 0);
  -webkit-box-shadow: 6px 6px 10px rgba(0, 0, 0);
  -moz-box-shadow: 6px 6px 10px rgba(0, 0, 0);
}
.container .button[data-v-5b1fceed] {
  width: 90%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
}

.iconfont[data-v-c1f8f6d0] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}

.van-count-down {
  font-family: 'tahoma';
}

.count-down .block[data-v-1a239c5e] {
  background-color: #f09820;
  text-align: center;
  font-size: 12px;
  border-radius: 3px;
  padding: 1px 4px;
}
.count-down .block.split-digit-0[data-v-1a239c5e] {
  margin-right: 5px;
}
.count-down .block.split-digit-0[data-v-1a239c5e]:not(:first-child) {
  margin-left: 5px;
}
.count-down .block.split-digit-1[data-v-1a239c5e] {
  margin-right: 5px;
}
.count-down .colon[data-v-1a239c5e] {
  padding: 0 2px;
  color: #fff;
}

.com-section-title[data-v-32a55d23] {
  /* .dot {
    background-color: #fb5074;
    width: 5px;
    height: 20px;
    border-radius: 6px;
    margin-right: 10px;
  } */
}

.com-back-top[data-v-0619d1ee] {
  position: fixed;
  bottom: 80px;
  right: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  height: 40px;
  width: 40px;
  border-radius: 50%;
  color: white;
}

.com-bottom-padding[data-v-1ae26466] {
  width: 100%;
}

.progress-container[data-v-c55e1cb4] {
  width: 100%;
  height: 15px;
  background-color: #fee5ba;
  border-radius: 15px;
  position: relative;
}
.progress-item[data-v-c55e1cb4] {
  position: absolute;
  height: 15px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left top, right top, from(#f84606), to(#ff9501));
  background: linear-gradient(to right, #f84606, #ff9501);
}

.base64-avatar-container .round[data-v-657ccd4c] {
  border-radius: 50%;
}

[data-v-0eca37cb]::-webkit-input-placeholder {
  color: #9e9d9d;
}
[data-v-0eca37cb]::-moz-placeholder {
  color: #9e9d9d;
}
[data-v-0eca37cb]:-moz-placeholder {
  color: #9e9d9d;
}
[data-v-0eca37cb]:-ms-input-placeholder {
  color: #9e9d9d;
}
.con[data-v-0eca37cb] {
  width: 100%;
  padding: 0px 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.con .search-bar[data-v-0eca37cb] {
  width: 100%;
  height: 45px;
  padding: 0px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.con .search-bar .input-area[data-v-0eca37cb] {
  width: 80%;
  position: relative;
}
.con .search-bar .input-area .icon[data-v-0eca37cb] {
  position: absolute;
  top: 3px;
}
.con .search-bar .input-area input[data-v-0eca37cb] {
  width: 89%;
  margin-left: 25px;
  margin-top: 3px;
  border: none;
  outline: none;
  background-color: #fff;
}
.con .search-bar .btn-area[data-v-0eca37cb] {
  width: 20%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  font-size: 14px;
}

.icon[data-v-1363a5e1] {
  margin-right: 3px;
}


.download-quick-btn[data-v-e33fe16c] {
  display: block;
  height: 1.68rem;
}
.tutorial-modal[data-v-e33fe16c] {
  height: 21rem;
}
.add-quick-btn[data-v-e33fe16c],
.button[data-v-e33fe16c] {
  height: 1.68rem;
  bottom: 2.88rem;
}
.add-quick-btn img[data-v-e33fe16c],
.button img[data-v-e33fe16c] {
  max-height: 100%;
}
.add-quick-btn.button-save-qrcode[data-v-e33fe16c],
.button.button-save-qrcode[data-v-e33fe16c] {
  left: 1.84rem;
}
.add-quick-btn.button-copy-name[data-v-e33fe16c],
.button.button-copy-name[data-v-e33fe16c] {
  right: 1.84rem;
}
.close-btn[data-v-e33fe16c] {
  left: 50%;
  top: 95%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
}

.line-clamp-2[data-v-6f3e08ea] {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.btn[data-v-6f3e08ea] {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ff2400), to(#fea005));
  background: linear-gradient(to right, #ff2400, #fea005);
  font-family: 'PingFangSC-Medium';
}
.container[data-v-6f3e08ea] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
          box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
  background: #fff;
  overflow: hidden;
}
.container .cornerImg[data-v-6f3e08ea] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.72rem;
  width: auto;
}
.container .In_c_Img[data-v-6f3e08ea] {
  display: block;
  width: 100%;
  height: 7rem;
}
.container .dw_img[data-v-6f3e08ea] {
  width: 3.8rem;
  height: 3.8rem;
}
.container .name[data-v-6f3e08ea] {
  max-width: 160px;
  text-align: left;
}
.container .recommend-intro[data-v-6f3e08ea] {
  max-width: 160px;
  color: #999999;
}
.container .recommend-intro .item[data-v-6f3e08ea] {
  border-right: 1px solid;
}
.container .recommend-intro .item[data-v-6f3e08ea]:last-child {
  border-right: 0;
  padding-right: 0;
}
.container .recommend-intro .item[data-v-6f3e08ea]:first-child {
  padding-left: 0;
}
.container .in_c_I_p[data-v-6f3e08ea] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-6f3e08ea] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-6f3e08ea] {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .goods-desc[data-v-6f3e08ea] {
  margin-top: 0.16rem;
  color: #808080;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container .goods-info .goods-desc .sale-desc[data-v-6f3e08ea] {
  margin-right: 0.16rem;
}
.container .goods-info .goods-desc .original-price[data-v-6f3e08ea] {
  margin-left: 0.16rem;
  text-decoration: line-through;
}
.container .goods-info .point[data-v-6f3e08ea] {
  font-size: 16px;
}
.container .goods-info .goods-tag[data-v-6f3e08ea] {
  max-width: 165px;
}
.container .goods-info .goods-tag .item[data-v-6f3e08ea] {
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .goods-info .goods-tag .item[data-v-6f3e08ea]:last-child {
  margin-right: 0;
}
.container .goods-info .goods-tag .tag1[data-v-6f3e08ea] {
  padding: 1px 4px 0 4px;
  background: rgba(229, 70, 53);
  margin-right: 4px;
}
.container .goods-info .goods-tag .tag2[data-v-6f3e08ea] {
  padding: 0 4px;
  border: 1px solid rgba(229, 70, 53, 0.5);
}
.container .goods-info .goods-bottom[data-v-6f3e08ea] {
  margin-top: 4px;
}
.tag[data-v-6f3e08ea] {
  color: #d4372e;
  border: 1px solid #d4372e;
  font-size: 12px;
  border-radius: 4px;
}
.rank[data-v-6f3e08ea] {
  top: 0;
  left: 0;
  padding: 5px 7px;
  background: -webkit-gradient(linear, left top, right top, from(#f4bd46), to(#e19235));
  background: linear-gradient(90deg, #f4bd46 0%, #e19235 100%);
  border-radius: 0 16px 16px 0;
}
.img-tag[data-v-6f3e08ea] {
  height: 20px;
  border-radius: 10px 0 0 0;
  background: -webkit-gradient(linear, left top, right top, from(#ed742d), to(#e6ba3f));
  background: linear-gradient(90deg, #ed742d 0%, #e6ba3f 100%);
  right: 0;
  top: 6.2rem;
  padding: 1px 5px;
}

.com-goods-list .loading-container .loading-container-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.com-goods-list .loading-container .loading-container-text {
  padding-bottom: 80vh;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.com-goods-list .virtual-list-wrap {
  padding: 0 !important;
  margin: 0 auto;
}
.com-goods-list .In_c_div {
  display: inline-block;
  vertical-align: top;
}
.com-goods-list .In_c_div:nth-child(odd) {
  margin-right: 3%;
}

.com-goods-list[data-v-39b6c926] {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.com-goods-list .more-goods[data-v-39b6c926] {
  width: 48.5%;
  height: calc(48.5vw * 0.95 + 119px);
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 8px;
  position: absolute;
  right: 0;
  bottom: 0;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
}
.com-goods-list .more-goods p[data-v-39b6c926]:nth-child(2) {
  margin-top: 25px;
}

.time-limit-item .left-part img {
  border-radius: 6px;
}

@-webkit-keyframes mySlideOutDown-4f3fd340 {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
}
@keyframes mySlideOutDown-4f3fd340 {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
}
.time-limit-item[data-v-4f3fd340] {
  position: relative;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.time-limit-item .left-part[data-v-4f3fd340] {
  width: 120px;
  height: 120px;
}
.time-limit-item .right-part .price[data-v-4f3fd340] {
  position: relative;
  padding: 29px 0% 0;
  margin: 0;
  font-size: 12px;
}
.time-limit-item .right-part .price .special-price[data-v-4f3fd340] {
  width: 25%;
  top: 10px;
  margin: 0 auto;
  -webkit-animation-name: mySlideOutDown-4f3fd340;
  animation-name: mySlideOutDown-4f3fd340;
}
.time-limit-item .right-part .bottom-part[data-v-4f3fd340] {
  font-size: 12px;
}
.time-limit-item .right-part .bottom-part .buy-price[data-v-4f3fd340] {
  margin-right: 13px;
}
.time-limit-item .right-part .bottom-part .buy-btn[data-v-4f3fd340] {
  font-size: 14px;
  line-height: 18px;
  border-radius: 15px;
  background: -webkit-gradient(linear, left bottom, left top, from(#d92e21), to(#ff766c));
  background: linear-gradient(360deg, #d92e21 0%, #ff766c 100%);
}
.time-limit-item .stock-empty[data-v-4f3fd340] {
  position: absolute;
  bottom: 0;
  right: 0;
}
.time-limit-item .sellout[data-v-4f3fd340] {
  background-color: #7c7c7c !important;
}

.time-limit-item .left-part img {
  border-radius: 6px;
}

@-webkit-keyframes mySlideOutDown-715c67d4 {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
}
@keyframes mySlideOutDown-715c67d4 {
from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
}
}
.time-limit-item[data-v-715c67d4] {
  position: relative;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #ededed;
}
.time-limit-item .left-part[data-v-715c67d4] {
  width: 120px;
  height: 120px;
}
.time-limit-item .hint[data-v-715c67d4] {
  padding: 2px 5px;
  bottom: var(--space-2);
  left: var(--space-2);
  border-radius: 0 6px 0 0;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  background-color: #dc1a21;
}
.time-limit-item .right-part .description[data-v-715c67d4] {
  font-size: 16px;
  color: #000;
  font-weight: 400;
  letter-spacing: 1px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.time-limit-item .right-part .sales[data-v-715c67d4] {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 6px 2px 24px;
  border-radius: 10px;
  background-color: #dc1a21;
  color: white;
  font-size: 12px;
}
.time-limit-item .right-part .sales .icon[data-v-715c67d4] {
  position: absolute;
  left: -2px;
  bottom: -1px;
  width: 24px;
  height: 30px;
  color: #dc1a21;
}
.time-limit-item .right-part .bottom-part[data-v-715c67d4] {
  font-size: 12px;
}
.time-limit-item .right-part .bottom-part .buy-price[data-v-715c67d4] {
  font-size: 20px;
}
.time-limit-item .right-part .bottom-part .buy-btn[data-v-715c67d4] {
  font-size: 14px;
  line-height: 18px;
  border-radius: 15px;
  background: #dc1a21;
}

.btn[data-v-00783aae] {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ff2400), to(#fea005));
  background: linear-gradient(to right, #ff2400, #fea005);
  font-family: 'PingFangSC-Medium';
}
.container[data-v-00783aae] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
          box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
  background: #fff;
  overflow: hidden;
}
.container .cornerImg[data-v-00783aae] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.72rem;
  width: auto;
}
.container .In_c_Img[data-v-00783aae] {
  display: block;
  width: 100%;
  height: 7rem;
}
.container .dw_img[data-v-00783aae] {
  width: 3.8rem;
  height: 3.8rem;
}
.container .name[data-v-00783aae] {
  padding-top: 0.32rem;
  max-width: 160px;
  text-align: left;
}
.container .recommend-intro[data-v-00783aae] {
  max-width: 160px;
  color: #999999;
}
.container .recommend-intro .item[data-v-00783aae] {
  border-right: 1px solid;
}
.container .recommend-intro .item[data-v-00783aae]:last-child {
  border-right: 0;
  padding-right: 0;
}
.container .recommend-intro .item[data-v-00783aae]:first-child {
  padding-left: 0;
}
.container .in_c_I_p[data-v-00783aae] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-00783aae] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-00783aae] {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .goods-desc[data-v-00783aae] {
  margin-top: 0.16rem;
  color: #808080;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container .goods-info .goods-desc .sale-desc[data-v-00783aae] {
  margin-right: 0.16rem;
}
.container .goods-info .goods-desc .original-price[data-v-00783aae] {
  margin-left: 0.16rem;
  text-decoration: line-through;
}
.container .goods-info .point[data-v-00783aae] {
  font-size: 16px;
}
.container .goods-info .goods-tag[data-v-00783aae] {
  max-width: 165px;
}
.container .goods-info .goods-tag .item[data-v-00783aae] {
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .goods-info .goods-tag .item[data-v-00783aae]:last-child {
  margin-right: 0;
}
.container .goods-info .goods-tag .tag1[data-v-00783aae] {
  padding: 1px 4px 0 4px;
  background: rgba(229, 70, 53);
  margin-right: 4px;
}
.container .goods-info .goods-tag .tag2[data-v-00783aae] {
  padding: 0 4px;
  border: 1px solid rgba(229, 70, 53, 0.5);
}
.container .goods-info .goods-bottom[data-v-00783aae] {
  margin-top: 4px;
}

.van-list__loading,
.van-list__finished-text {
  width: 100%;
}
.com-goods-list .loading-container .loading-container-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.com-goods-list .loading-container .loading-container-text {
  padding-bottom: 80vh;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.com-goods-list .virtual-list-wrap {
  padding: 0 !important;
  margin: 0 auto;
}
.com-goods-list .In_c_div {
  display: inline-block;
  vertical-align: top;
}
.com-goods-list .In_c_div:nth-child(odd) {
  margin-right: 3%;
}

.com-goods-list[data-v-4cde6865] {
  position: relative;
}
.com-goods-list .more-goods[data-v-4cde6865] {
  width: 48.5%;
  height: calc(48.5vw * 0.95 + 119px);
  display: inline-block;
  border: 1px solid #e1e1e1;
  border-radius: 8px;
  margin-bottom: 8px;
  position: absolute;
  right: 0;
  bottom: 50px;
  padding-bottom: 10px;
  background: #fff;
  text-align: center;
  color: #7f7f7f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 100% 100%;
}
.com-goods-list .more-goods p[data-v-4cde6865]:nth-child(2) {
  margin-top: 25px;
}

.com-point-notice-mask .van-count-down {
  color: #fff;
}

.com-point-notice-mask .t_Img[data-v-a7f1cf34] {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  margin-left: 0.5rem;
  margin-right: 0.3rem;
}
.com-point-notice-mask .t_txt[data-v-a7f1cf34] {
  vertical-align: middle;
  width: calc(100% - 2rem);
  font-size: 0.5rem;
  color: #ffffff;
}
.com-point-notice-mask.top[data-v-a7f1cf34] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.com-point-left-mask[data-v-131f323a] {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  z-index: 999;
  left: 0;
  padding: 5px 10px;
  color: #ffffff;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.tabs[data-v-8148c238] {
  padding: 10px;
}
.tabs .tab[data-v-8148c238] {
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}
.tabs .tab .subtitle[data-v-8148c238] {
  padding: 2px 5px;
  font-size: 12px;
  color: #b1b1b1;
  border-radius: 11px;
  background: transparent;
}
.tabs .tab:not(:last-child) .divider[data-v-8148c238] {
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #ddbc83;
}
.tabs .tab.active .title[data-v-8148c238] {
  color: #d92e21;
}
.tabs .tab.active .subtitle[data-v-8148c238] {
  color: #999999;
}
.enable-slide-style[data-v-8148c238] {
  overflow-x: auto;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
}
.enable-slide-style[data-v-8148c238]::-webkit-scrollbar {
  display: none;
}
.tab-bg[data-v-8148c238] {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAKgAAACCCAMAAADlonPWAAAAAXNSR0IArs4c6QAAAThQTFRFAAAA////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Aknj+wAAAGd0Uk5TAAMEBgcJCgsNDg8QEhUXGRsgISUmKCorLDAyNjc5PUJGSEpOUFJTVldbXmBnaGtvcHF3eH2AhYaHjJKVl5men6Gkpquxs7S1t8HCxcbHzM7Q0dXX2dzd4Ovt7u/w8fT29/n6+/z9/h2hb40AAAGuSURBVHja7dzXTgJhFIXRjYJdUbD33hFFRewVFR1FVLBjxfP+b+AFCgpcmZCck+zvAWZWZuafyw3kqhpcPkylRUnpZHRpoBLFtW+oMeZ7WPUVMN3hD1HZ24r7t9OfELU5TXlnz70oLpV7/S13orrk9zOtSYjynOx3ui7qWwIAv36npBsA7BiASgSof7UAvXVjRkw0hF0b0AgubUCP8WIDmsSnDegzxEiEEkoooYQSSiihhBJKKKGEEkoooYQSSiihhBJKKKGEEkoooYQSSiihhBJKKKGEEkoooYQSSiihhBJKKKGEEkoooYQSSiihZYI+2XA+4toG9AoHNqD7CNmALqDTBrQDSFhwngGYsgAdAeC60O88BQD0qXe+d2WnX+a0Q6d/xnQ2dTsXc+tErjXdv9BfTT5qZT4N/53Qat5TyXxdayoaJfOFzrUd9pNAI0pW1zsxG/xvsVL3iv37crPj3dUoS7XxYme8Fgrz3hQ6b7xQWVvBBtt9K5TW/2eY56UfahvL5J2ZUSgukIcGoLrwjzMM5W1nnVvanag4EhGJutRD4XFEHA8M5JkPlsH5BbbPI2L5O09SAAAAAElFTkSuQmCC);
}
.rac[data-v-8148c238] {
  width: 30px;
  height: 5px;
}

.copy-right[data-v-b845600e] {
  margin-top: 1.5rem;
}
.copy-right .nogg[data-v-b845600e] {
  width: 100%;
  margin-bottom: 10px;
  text-align: center;
  font-size: 0.5rem;
}

.item[data-v-c5f29094] {
  width: 32%;
}
.entry-icon[data-v-c5f29094] {
  width: 100%;
}

.wx-mask[data-v-0184af1c] {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
}
.wx-mask img[data-v-0184af1c] {
  width: 100%;
}

.wx-subscribe-dialog {
  width: 260px;
  color: #85591f;
  background-color: rgba(0, 0, 0, 0);
}
.wx-subscribe-dialog .van-dialog__header {
  padding: 15px !important;
}
.wx-subscribe-dialog .van-dialog__content {
  padding-bottom: 15px;
}
.wx-subscribe-dialog .panel {
  text-align: center;
  font-size: 13px;
  background-color: #fdf1d7;
  border-radius: 10px;
}
.wx-subscribe-dialog .panel .title {
  font-weight: 500;
}
.wx-subscribe-dialog .panel .p {
  margin-bottom: 5px;
}
.wx-subscribe-dialog .close-btn {
  text-align: center;
  margin: auto;
  margin-top: 20px;
  color: white;
}
.wx-subscribe-dialog .add-quick-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60%;
  height: 35px;
  margin: auto;
  border-radius: 20px;
  text-align: center;
  text-decoration: none;
}

.mask[data-v-5dbbd07f] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
.mask .dialog-content[data-v-5dbbd07f] {
  padding: 20px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 80%;
  position: absolute;
  top: 30%;
  left: 10%;
  z-index: 12;
  background-color: #fff;
  border-radius: 10px;
}
.mask .dialog-content .close-dialog[data-v-5dbbd07f] {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 10px;
  top: 5px;
}
.mask .dialog-content .title[data-v-5dbbd07f] {
  margin: 0 auto;
  margin-top: 20px;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f2f2;
  border-radius: 25px;
  padding: 5px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mask .dialog-content .title .points-icon[data-v-5dbbd07f] {
  width: 20%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask .dialog-content .title .points-con[data-v-5dbbd07f] {
  width: 80%;
}
.mask .dialog-content .copy-desc div[data-v-5dbbd07f] {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
}
.mask .dialog-content .share-btn[data-v-5dbbd07f] {
  margin: 0 auto;
  width: 90%;
  line-height: 18px;
  font-size: 18px;
  background-color: #06c160;
  color: #fff;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-top: 15px;
  border-radius: 5px;
}
.mask .dialog-content .share-btn .btn-desc[data-v-5dbbd07f] {
  font-weight: bold;
}
.fade-enter[data-v-5dbbd07f] {
  opacity: 0;
}
.fade-enter-active[data-v-5dbbd07f] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-enter-to[data-v-5dbbd07f] {
  opacity: 1;
}
.fade-leave[data-v-5dbbd07f] {
  opacity: 1;
}
.fade-leave-active[data-v-5dbbd07f] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-leave-to[data-v-5dbbd07f] {
  opacity: 0;
}

.isSettlement[data-v-70fafdb7] {
  position: absolute !important;
  top: -20px !important;
  right: -20px !important;
}
.float-icon-con[data-v-70fafdb7] {
  position: fixed;
  top: 70%;
  right: 5px;
  z-index: 9;
}
.float-icon-con img[data-v-70fafdb7] {
  width: 60px;
  height: 60px;
}
.float-icon-con .expire[data-v-70fafdb7] {
  width: 75px;
  height: 75px;
  background-repeat: no-repeat;
  background-size: 75px 75px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 5px;
}
.float-icon-con .expire .point-name[data-v-70fafdb7] {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 900;
  text-shadow: 0px 3px 5px #7d0ea7;
  color: #fff9dd;
}
.float-icon-con .expire .expire-text[data-v-70fafdb7] {
  padding: 0;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 900;
  text-shadow: 0px 3px 5px #7d0ea7;
  color: #ffed98;
}
.service-btn[data-v-70fafdb7] {
  position: fixed;
  top: 70%;
  right: 5px;
  z-index: 9;
  background-image: url('https://img.bj0yx.com/889133674266624');
  background-repeat: no-repeat;
  background-size: 70px 74px;
  width: 70px;
  height: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 4px;
}

.com-deal-bubble .trade-carousel[data-v-20722a68] {
  min-width: 180px;
  height: 26px;
  width: 50%;
  text-align: center;
  overflow: hidden;
}
.com-deal-bubble .trade-carousel.fixed[data-v-20722a68] {
  position: fixed;
  left: 10px;
  z-index: 22;
}
.com-deal-bubble .trade-carousel.absolute[data-v-20722a68] {
  position: absolute;
  left: 10px;
  bottom: 20px;
  z-index: 22;
}
.com-deal-bubble .move-up[data-v-20722a68] {
  -webkit-animation: move-in-out-20722a68 3s 1s linear infinite normal;
  animation: move-in-out-20722a68 3s 1s linear infinite normal;
}
@-webkit-keyframes move-in-out-20722a68 {
0% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
}
15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
80% {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
}
100% {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
}
}
@keyframes move-in-out-20722a68 {
0% {
    -webkit-transform: translateY(64px);
    transform: translateY(64px);
}
15% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
65% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
80% {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
}
100% {
    -webkit-transform: translateY(-64px);
    transform: translateY(-64px);
}
}
.com-deal-bubble .trade-carousel__swipe[data-v-20722a68] {
  height: 26px;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
}
.com-deal-bubble .trade-carousel__swipe-item[data-v-20722a68] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.39);
  border-radius: 13px;
  padding: 0 5px;
}
.com-deal-bubble .trade-carousel__swipe-avatar[data-v-20722a68] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
.com-deal-bubble .trade-carousel__swipe-text[data-v-20722a68] {
  -webkit-box-flex: 1;
  -ms-flex: 1;
      flex: 1;
  margin-right: 1px;
  line-height: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.com-goods-gallery .van-swipe__indicators {
  bottom: 0;
}
.com-goods-gallery .dw_img {
  width: 70px;
  height: 70px;
  top: unset !important;
  bottom: unset !important;
}

.goods-item img[data-v-0fcf1890] {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 5px;
}
.goods-item .goods-name[data-v-0fcf1890] {
  max-width: 100px;
  text-align: left;
}
.com-goods-gallery[data-v-0fcf1890] {
  /*排行榜*/
}
.com-goods-gallery .P_ul_li[data-v-0fcf1890] {
  width: 93.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
  border-radius: 5px;
  font-size: 0;
  background-color: #fff;
}
.com-goods-gallery .In_c_r_Img1[data-v-0fcf1890] {
  width: 20%;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
.com-goods-gallery .In_c_r_p[data-v-0fcf1890] {
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-goods-gallery .In_c_r_p1[data-v-0fcf1890] {
  color: #d92e21;
}
.com-goods-gallery .In_c_r_p2[data-v-0fcf1890] {
  font-size: 0.6rem;
}
.com-goods-gallery .In_c_r_p3[data-v-0fcf1890] {
  font-size: 0.5rem;
}
.com-goods-gallery .In_c_r_p4[data-v-0fcf1890] {
  color: #666666;
}

.com-goods-gallery[data-v-de417a6e] {
  /*排行榜*/
}
.com-goods-gallery .P_ul_li[data-v-de417a6e] {
  width: 93.5%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  margin: 10px auto 0;
  border-radius: 5px;
  font-size: 0;
  padding-bottom: 8px;
  background-color: #fff;
}
.com-goods-gallery .In_c_r_Img1[data-v-de417a6e] {
  width: 20%;
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 1;
}
.com-goods-gallery .In_c_r_p[data-v-de417a6e] {
  width: 90%;
  margin: 8px 0 2px 6%;
  font-size: 0.7rem;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-goods-gallery .In_c_r_p1[data-v-de417a6e] {
  width: 90%;
  margin: 3px 0 0px 6%;
  color: #ff3600;
}
.com-goods-gallery .In_c_r_p2[data-v-de417a6e] {
  font-size: 0.6rem;
}
.com-goods-gallery .In_c_r_p3[data-v-de417a6e] {
  color: #888888;
  text-decoration: line-through;
}
.com-goods-gallery .In_c_r_p4[data-v-de417a6e] {
  width: 90%;
  margin: 0px 0 6px 6%;
  color: #666666;
  font-size: 0.47rem;
}

.contact-card-container .van-overlay {
  z-index: 999;
}

.contact-card-container[data-v-2f8de987] {
  position: relative;
  overflow: hidden;
}
.contact-card-container.readonly[data-v-2f8de987]::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background-size: 80px;
  content: '';
}
.contact-card-container .addressDiv[data-v-2f8de987] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  min-height: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0 10px 10px 10px;
}
.contact-card-container .addressDiv .header[data-v-2f8de987] {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  position: relative;
}
.contact-card-container .addressDiv .header .dot[data-v-2f8de987] {
  width: 0.24rem;
  height: 0.72rem;
  border-radius: 0.12rem;
}
.contact-card-container .addressDiv .header .addressClose[data-v-2f8de987] {
  position: absolute;
  right: 10px;
  top: 20px;
}
.contact-card-container .addressDiv .header .addressClose img[data-v-2f8de987] {
  width: 20px;
}
.contact-card-container .addressDiv .field[data-v-2f8de987] {
  padding: 15px 20px;
}
.contact-card-container .addressDiv .btn[data-v-2f8de987] {
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 9.6rem;
  height: 1.6rem;
  border: 0;
}
[data-v-2f8de987] .express-fee-not-validated .van-field__value {
  position: relative;
}
[data-v-2f8de987] .express-fee-not-validated .van-field__value::before {
  content: '暂不支持修改，新地址会导致运费变化';
  color: #ff6c6c;
  position: absolute;
  bottom: -16px;
  left: 0;
  text-align: end;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
}
[data-v-2f8de987] .express-fee-not-validated .van-field__control {
  color: #ff6c6c;
}

.coupon-entry[data-v-0062b5b1] {
  z-index: 1000;
  bottom: 160px;
  text-align: center;
}
.coupon-entry .background-image[data-v-0062b5b1] {
  width: 80px;
  height: 80px;
}
.coupon-entry .hint[data-v-0062b5b1] {
  color: #d8000f;
  font-weight: bolder;
}

.com-home-swipe-container .van-swipe__indicator {
  width: 12px;
  height: 3px;
  border-radius: 2px;
}

.com-home-swipe-container[data-v-7c9bb212] {
  position: relative;
}
.com-home-swipe-container .advert-bg[data-v-7c9bb212] {
  position: absolute;
  top: 0;
  width: 100%;
}
.com-home-swipe-container .my-swipe[data-v-7c9bb212] {
  border-radius: 11px;
}

.com-container[data-v-997d7a96] {
  background-color: white;
  border-radius: 12px;
  border: 1px solid #eeeeee;
}
.com-container .activity[data-v-997d7a96] {
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-color: #eeeeee;
}
.com-container .activity.border-bottom[data-v-997d7a96] {
  border-bottom: 1px solid #eeeeee;
}
.com-container .activity.border-top[data-v-997d7a96] {
  border-top: 1px solid #eeeeee;
}
.com-container .activity.border-right[data-v-997d7a96] {
  border-right: 1px solid #eeeeee;
}
.com-container .activity.border-left[data-v-997d7a96] {
  border-left: 1px solid #eeeeee;
}
.com-container .activity .title[data-v-997d7a96] {
  font-weight: 500;
}
.com-container .activity .subtitle[data-v-997d7a96] {
  color: #7b7b7b;
  font-size: 12px;
}
.com-container .activity .meta .live[data-v-997d7a96] {
  width: 57px;
  border-radius: 20px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#438eff), to(#61bbfd));
  background: linear-gradient(90deg, #438eff 0%, #61bbfd 100%);
  font-size: 11px;
}
.com-container .activity .point[data-v-997d7a96] {
  border-radius: 20px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background: -webkit-gradient(linear, left top, right top, from(#fb7845), to(#ffbb5b));
  background: linear-gradient(90deg, #fb7845 0%, #ffbb5b 100%);
}
.com-container .activity .bargain[data-v-997d7a96] {
  padding: 2px 15px;
  border-top-left-radius: 35px;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  background-color: #cc3a21;
}
.com-container .activity .image[data-v-997d7a96] {
  width: 100%;
  padding-bottom: 50%;
  position: relative;
}
.com-container .activity .image img[data-v-997d7a96] {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  position: absolute;
}
.com-container .activity .live-pic[data-v-997d7a96] {
  width: 100%;
  height: 17px;
}
.com-container .activity .live-pic img[data-v-997d7a96] {
  margin: 0 auto;
  width: 95%;
  height: 100%;
}

.com-container[data-v-376a05f2] {
  border-radius: 10px;
  font-size: 12px;
}
.com-container .entry-icon[data-v-376a05f2] {
  width: 45px;
}

.FootBar .van-hairline--top-bottom {
  z-index: 999;
}
.FootBar .van-tabbar-item__icon img {
  height: 28px;
}
.FootBar .van-tabbar--fixed {
  padding: 5px 0px;
}
.FootBar .tabbar {
  position: fixed;
}
.FootBar .tabbar .point-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(calc(-100% - 5px));
  -webkit-transform: translateX(-50%) translateY(calc(-100% - 5px));
  -webkit-animation: foolishShake 0.5s infinite;
          animation: foolishShake 0.5s infinite;
}
@-webkit-keyframes foolishShake {
0% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 5px));
            transform: translateX(-50%) translateY(calc(-100% - 5px));
}
50% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 10px));
            transform: translateX(-50%) translateY(calc(-100% - 10px));
}
100% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 5px));
            transform: translateX(-50%) translateY(calc(-100% - 5px));
}
}
@keyframes foolishShake {
0% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 5px));
            transform: translateX(-50%) translateY(calc(-100% - 5px));
}
50% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 10px));
            transform: translateX(-50%) translateY(calc(-100% - 10px));
}
100% {
    -webkit-transform: translateX(-50%) translateY(calc(-100% - 5px));
            transform: translateX(-50%) translateY(calc(-100% - 5px));
}
}

.activity-footbar-container .van-hairline--top-bottom {
  z-index: 999;
}
.activity-footbar-container .van-tabbar--fixed {
  padding: 5px 0px;
}
.activity-footbar-container .van-tabbar-item__icon img {
  height: 27px;
}

.activity-footbar-container[data-v-2bf41108] {
  background: #eee;
}

.waterfall-wrapper[data-v-7d85ca09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.col-wrapper[data-v-7d85ca09] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-wrapper:first-child div[data-v-7d85ca09] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-wrapper:last-child div[data-v-7d85ca09] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.waterfall-wrapper .hapi .waterfall-card {
  -webkit-animation: 0.4s hapi-animation linear;
          animation: 0.4s hapi-animation linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes hapi-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes hapi-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.waterfall-wrapper .osiris .waterfall-card {
  -webkit-animation: 0.4s osiris-animation linear;
          animation: 0.4s osiris-animation linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes osiris-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(-3000px) rotateY(-1turn);
            transform: translateZ(-3000px) rotateY(-1turn);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(0) rotateY(0turn);
            transform: translateZ(0) rotateY(0turn);
}
}
@keyframes osiris-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(-3000px) rotateY(-1turn);
            transform: translateZ(-3000px) rotateY(-1turn);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(0) rotateY(0turn);
            transform: translateZ(0) rotateY(0turn);
}
}

.vue-waterfall-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vue-waterfall-column:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vue-waterfall-column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.waterfall-container .loading-container-text[data-v-41841b9a] {
  padding-bottom: 80vh;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.waterfall-container .adv-img[data-v-41841b9a] {
  margin-bottom: 8px;
}
.waterfall-container .adv-img img[data-v-41841b9a] {
  width: calc(97%);
  height: auto;
  border-radius: 8px;
}

.com-point-notice-mask .t_Img[data-v-a3b8675c] {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  margin-left: 0.5rem;
  margin-right: 0.3rem;
}
.com-point-notice-mask .t_txt[data-v-a3b8675c] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem);
  font-size: 0.5rem;
  color: #ffffff;
}
.com-point-notice-mask.top[data-v-a3b8675c] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.purchase-action-sheet.van-popup {
  overflow-y: hidden;
}
.purchase-action-sheet .van-tag {
  min-width: 60px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coupon-purchase-form[data-v-0dca3e3a] {
  height: 50vh;
  background-color: #f7f7f7;
}
.coupon-purchase-form .item[data-v-0dca3e3a] {
  background-color: white;
  border-radius: 5px;
  margin-top: 10px;
}
.coupon-purchase-form .info-zone .spec-zone[data-v-0dca3e3a] {
  min-height: 200px;
}
.coupon-purchase-form .dot[data-v-0dca3e3a] {
  width: 6px;
  height: 18px;
  border-radius: 3px;
  background-color: #d92e21;
}
.coupon-purchase-form .spec-str[data-v-0dca3e3a] {
  font-size: 13px;
  color: #d92e21;
}
.coupon-purchase-form .spec-str .label[data-v-0dca3e3a] {
  color: #9c9c9c;
}
.coupon-purchase-form .degree-of-heat[data-v-0dca3e3a] {
  color: #666666;
}
.coupon-purchase-form .degree-of-heat img[data-v-0dca3e3a] {
  width: 18px;
  height: 23px;
}
.coupon-purchase-form .service-tag .van-tag[data-v-0dca3e3a] {
  background: -webkit-gradient(linear, right top, left top, from(#61bbfd), color-stop(99%, #438eff));
  background: linear-gradient(-90deg, #61bbfd 0%, #438eff 99%);
  padding: 5px 5px;
  font-size: 11px;
  line-height: 9px;
}
.coupon-purchase-form .invalid[data-v-0dca3e3a] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.coupon-purchase-form .spec-title[data-v-0dca3e3a] {
  font-size: 15px;
}
.coupon-purchase-form .submit-btn[data-v-0dca3e3a] {
  margin-bottom: 20px;
  border-radius: 22px;
  height: 44px;
  text-align: center;
  color: #fff;
}
.coupon-purchase-form .submit-btn .extra-text[data-v-0dca3e3a] {
  font-size: 12px;
}
.coupon-purchase-form .submit-btn .submit-text[data-v-0dca3e3a] {
  font-size: 16px;
}

.search-bar[data-v-74ac4165] {
  background-color: white;
  width: 60%;
  height: 34px;
  border-radius: 17px;
}

.lineBox[data-v-03c53421] {
  position: relative;
}
.lineBox .line[data-v-03c53421] {
  margin: 20px 12px;
  background-color: #f2f2f2;
  height: 2px;
}
.lineBox .line[data-v-03c53421]:after {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 100%;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.lineBox .line[data-v-03c53421]:before {
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  background: #f2f2f2;
  border-radius: 100%;
  left: -15px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.announce-bar[data-v-03c53421] {
  padding: 15px;
}
.color_6c[data-v-03c53421] {
  color: #6c6d71;
}
.content[data-v-03c53421] {
  width: 9.4rem;
  color: #1e1e1e;
}
.btn[data-v-03c53421] {
  width: 6.28rem;
  height: 46px;
  border-radius: 5px;
  font-size: 16px;
}
.detail[data-v-03c53421] {
  border: 1px solid #f32728;
  color: #f32728;
}
.go[data-v-03c53421] {
  background-color: #f32728;
  color: #fff;
}

.more-purchase-card-con .van-skeleton {
  padding: 0;
}
.more-purchase-card-con .van-skeleton__row:not(:first-child) {
  margin-top: 8px;
}

.more-purchase-card-con[data-v-e4837a02] {
  background: left top / 100px no-repeat url(https://img.bj0yx.com/896607065735168), -webkit-gradient(linear, left top, left bottom, from(#fff1e4), color-stop(30%, #fffbfa), to(#ffffff));
  background: left top / 100px no-repeat url(https://img.bj0yx.com/896607065735168), linear-gradient(to bottom, #fff1e4 0%, #fffbfa 30%, #ffffff 100%);
  border-radius: 8px;
}
.rotate-refresh[data-v-e4837a02] {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.two-line-ellipsis[data-v-e4837a02] {
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.deal-recent[data-v-1dfa6d00] {
  background-color: #fff;
}
.com-deal-recent .userIcon[data-v-1dfa6d00] {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.com-deal-recent .newestBuy[data-v-1dfa6d00] {
  padding: 5px 15px;
  text-align: center;
  background-color: #fff1ef;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4d4d4d;
  -ms-flex-item-align: center;
      align-self: center;
}
.com-deal-recent .deal-news[data-v-1dfa6d00] {
  width: 80%;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-deal-recent .count-down-container[data-v-1dfa6d00] {
  padding: 0 10px 10px 10px;
  margin-bottom: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-deal-recent .count-down-container-title[data-v-1dfa6d00] {
  font-weight: bold;
  font-size: 16px;
}
.com-deal-recent .count-down-container .title[data-v-1dfa6d00] {
  font-size: 15px;
  font-family: 'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  font-weight: 500;
}

.coupon-tip[data-v-1c36e586]::before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 8px solid #ff5029;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 40px;
  right: 20px;
}
.com-goods-bottom-bar[data-v-1c36e586] {
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
          box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
  height: 60px;
}
.com-goods-bottom-bar .icon-btn[data-v-1c36e586] {
  font-size: 12px;
  line-height: 1.2;
}
.com-goods-bottom-bar .icon-btn img[data-v-1c36e586] {
  width: 42%;
  margin-bottom: 2px;
}
.com-goods-bottom-bar .button[data-v-1c36e586] {
  width: 70vw;
}
.com-goods-bottom-bar .button .origin-btn[data-v-1c36e586] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
.com-goods-bottom-bar .button .submit-btn[data-v-1c36e586] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  height: 60px;
  text-align: center;
  color: #fff;
  background-color: #d4372e;
}
.com-goods-bottom-bar .button .submit-btn .extra-text[data-v-1c36e586] {
  font-size: 14px;
}
.com-goods-bottom-bar .button .submit-btn .submit-text[data-v-1c36e586] {
  font-size: 18px;
}

.com-comment-gallery[data-v-5d5ce876] {
  background: #fff;
  /*评论*/
}
.com-comment-gallery .H_pl[data-v-5d5ce876] {
  /* margin-top: 10px; */
  border-radius: 4px;
}
.com-comment-gallery .H_pl_title[data-v-5d5ce876] {
  font-size: 0;
  margin: 0 auto;
  padding: 15px 0;
  /* border-bottom: 1px solid #ececee; */
}
.com-comment-gallery .H_pl_t1[data-v-5d5ce876] {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 0.6rem;
  text-align: left;
  color: #323332;
}
.com-comment-gallery .H_pl_t2[data-v-5d5ce876] {
  text-align: right;
  color: #828282;
}
.com-comment-gallery .H_pl_swiper_box[data-v-5d5ce876] {
  margin: 0 auto;
}
.com-comment-gallery .H_pl_ubox[data-v-5d5ce876] {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 3px;
  min-height: 97px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.com-comment-gallery .H_pl_ub1[data-v-5d5ce876] {
  width: auto;
  /*根据内容调整宽度*/
}
.com-comment-gallery .H_pl_user[data-v-5d5ce876] {
  width: 90%;
  margin: 0 auto;
}
.com-comment-gallery .H_pl_uImg[data-v-5d5ce876] {
  width: 30px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}
.com-comment-gallery .H_pl_uname[data-v-5d5ce876] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  color: #2a2a2c;
}
.com-comment-gallery .H_pl_txt[data-v-5d5ce876] {
  width: 90%;
  margin: 8px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.6rem;
  color: #7f7f7f;
  letter-spacing: 1px;
  margin-top: 10px;
}

.coupon-tip[data-v-aec5d8a8]::before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 8px solid #ff5029;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 40px;
  right: 20px;
}
.com-goods-bottom-bar[data-v-aec5d8a8] {
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
          box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
}
.com-goods-bottom-bar .icon-btn[data-v-aec5d8a8] {
  font-size: 12px;
  line-height: 1.2;
}
.com-goods-bottom-bar .icon-btn img[data-v-aec5d8a8] {
  width: 42%;
  margin-bottom: 2px;
}
.com-goods-bottom-bar .button[data-v-aec5d8a8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.com-goods-bottom-bar .button .origin-btn[data-v-aec5d8a8] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
.com-goods-bottom-bar .button .submit-btn[data-v-aec5d8a8] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  height: 60px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#ff2400), to(#ff7538));
  background: linear-gradient(to left, #ff2400, #ff7538);
}
.com-goods-bottom-bar .button .submit-btn .extra-text[data-v-aec5d8a8] {
  font-size: 16px;
}
.com-goods-bottom-bar .button .submit-btn .submit-text[data-v-aec5d8a8] {
  font-size: 16px;
}


.video-controls {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-controls:before {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 0.48rem solid transparent;
  border-left: 0.8rem solid #fff;
  border-bottom: 0.48rem solid transparent;
}

.btn[data-v-5489e9ad] {
  height: 45px;
  width: 100%;
  border-radius: 6px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ff2400), to(#fea005));
  background: linear-gradient(to right, #ff2400, #fea005);
  font-family: 'PingFangSC-Medium';
}
.com-goods-header-info[data-v-5489e9ad] {
  border-radius: 10px;
  position: relative;
}
.com-goods-header-info .content[data-v-5489e9ad] {
  background-color: #fff;
  border-radius: 10px;
}
.com-goods-header-info .coupon-bg[data-v-5489e9ad] {
  background-image: url(../../static/img/goods_profile_header_info_coupon_bg.05c9f670.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: calc((100vw - 0.8rem) / 5.014);
}
.com-goods-header-info .share-btn-box[data-v-5489e9ad] {
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px 0px 0px 15px;
  background-color: #fcdad7;
  color: #e63729;
  font-size: 13px;
  height: 30px;
}
.com-goods-header-info .share-btn-box img[data-v-5489e9ad] {
  width: 40px;
  height: 25px;
}
.com-goods-header-info .divider[data-v-5489e9ad] {
  width: 96%;
  position: relative;
  left: 2%;
  height: 1px;
  background-color: #f2f2f2;
}
.com-goods-header-info .service-img[data-v-5489e9ad] {
  width: 50px;
  height: 16px;
}
.com-goods-header-info .service-title[data-v-5489e9ad] {
  color: #b29183;
  border: 1px solid #bf987e;
  border-radius: 5px;
  margin-right: 5px;
}
.com-goods-header-info .service-icon[data-v-5489e9ad] {
  font-weight: bold;
  margin-right: 2px;
}
.com-goods-header-info .goods-name[data-v-5489e9ad] {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-goods-header-info .extra-font-style[data-v-5489e9ad] {
  font-size: 20px;
}
.com-goods-header-info .sell-keys[data-v-5489e9ad] {
  position: relative;
}
.com-goods-header-info .sell-keys .tag-inline[data-v-5489e9ad]:not(:last-child) {
  margin-right: 10px;
}
.com-goods-header-info .sell-keys .share-icon[data-v-5489e9ad] {
  float: right;
}
.com-goods-header-info .recommend .arrow[data-v-5489e9ad] {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
  margin-left: 15px;
}
.com-goods-header-info .recommend .desc[data-v-5489e9ad] {
  font-size: 12px;
  background-color: #f2f2f2;
  color: #4c4c4c;
  border-radius: 5px;
  line-height: 1.5;
}
.com-goods-header-info .pay-on-delivery[data-v-5489e9ad] {
  height: 40px;
  background: #d92e21;
  border-radius: 8px;
  margin: 0 auto;
}
.com-goods-header-info .footDialogBg[data-v-5489e9ad] {
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.com-goods-header-info .footDialog[data-v-5489e9ad] {
  position: absolute;
  bottom: -100%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 100px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.com-goods-header-info .fd_title[data-v-5489e9ad] {
  position: relative;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px #f0f0f0 solid;
}
.com-goods-header-info .fd_title_close[data-v-5489e9ad] {
  position: absolute;
  right: 15px;
  font-weight: normal;
  border: 1px solid #999;
  display: block;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 18px;
  color: #999;
  line-height: 14px;
  top: 13px;
}
.com-goods-header-info .banner_float[data-v-5489e9ad] {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 50%;
}
.com-goods-header-info .top-swipe[data-v-5489e9ad] {
  height: 100vw;
}
.com-goods-header-info .before-goodsname[data-v-5489e9ad] {
  position: relative;
  top: 2px;
  height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
}
.com-goods-header-info .before-goodsname span[data-v-5489e9ad] {
  width: 105px;
  height: 22px;
  color: #fff;
}
.com-goods-header-info .before-goodsname img[data-v-5489e9ad] {
  width: 105px;
  height: 22px;
}
.recommend-intro[data-v-5489e9ad] {
  color: #999999;
}
.recommend-intro .item[data-v-5489e9ad] {
  border-right: 1px solid;
}
.recommend-intro .item[data-v-5489e9ad]:last-child {
  border-right: 0;
  padding-right: 0;
}
.recommend-intro .item[data-v-5489e9ad]:first-child {
  padding-left: 0;
}

.com-goods-image-gallery .video-controls {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com-goods-image-gallery .video-controls:before {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 0.48rem solid transparent;
  border-left: 0.8rem solid #fff;
  border-bottom: 0.48rem solid transparent;
}

.com-goods-image-gallery .banner_float[data-v-63f8c1c9] {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  width: 40%;
}
.com-goods-image-gallery .top-swipe[data-v-63f8c1c9] {
  height: 100vw;
}

.com-goods-price-banner-point[data-v-4f5fab54] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
}
.com-goods-price-banner-point .price-info[data-v-4f5fab54] {
  width: 100%;
}
.com-goods-price-banner-point .exchange-hot[data-v-4f5fab54] {
  width: 100%;
}
.com-goods-price-banner-point .hot[data-v-4f5fab54] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-4f5fab54] {
  color: #fff;
}
.com-goods-price-banner-point .price-reduce[data-v-4f5fab54] {
  color: #fff;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-4f5fab54] {
  font-size: 15px;
  color: #fff;
}
.com-goods-price-banner-point .tag[data-v-4f5fab54] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-4f5fab54] {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.base-info[data-v-159dc1b2] {
  height: 68px;
  color: white;
}
.base-info .left-part[data-v-159dc1b2] {
  height: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.base-info .left-part .price[data-v-159dc1b2] {
  height: 30px;
}
.base-info .left-part .price .original-price[data-v-159dc1b2] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-159dc1b2] {
  padding: 0 6px;
  text-decoration: line-through;
}
.base-info .right-part[data-v-159dc1b2] {
  height: 100%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.base-info .right-part .triangle[data-v-159dc1b2] {
  position: absolute;
  z-index: 10;
  left: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #ffc42a;
}
.desc[data-v-159dc1b2] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-159dc1b2] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.stock[data-v-159dc1b2] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-159dc1b2] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-159dc1b2] {
  padding: 1px 3px;
}

.base-info[data-v-935029f4] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-935029f4] {
  height: 100%;
}
.base-info .left-part .price[data-v-935029f4] {
  height: 30px;
}
.base-info .left-part .price .original-price[data-v-935029f4] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-935029f4] {
  padding: 0 6px;
  text-decoration: line-through;
}
.base-info .right-part[data-v-935029f4] {
  height: 100%;
  width: 30%;
}
.base-info .right-part img[data-v-935029f4] {
  width: 100%;
  height: 100%;
}
.desc[data-v-935029f4] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-935029f4] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.label[data-v-935029f4] {
  border: 1px solid #ff6a7e;
  border-radius: 3px;
  font-size: 12px;
  color: #ff6a7e;
}
.sales[data-v-935029f4] {
  font-size: 12px;
}
.third-line[data-v-935029f4] {
  margin: 9px 9px 0 9px;
  padding-bottom: 9px;
  color: #333333;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}
.third-line .activity-name[data-v-935029f4] {
  margin-left: 2px;
  margin-right: 10px;
  color: #dc0000;
}
.stock[data-v-935029f4] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-935029f4] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-935029f4] {
  padding: 1px 3px;
}

.com-goods-price-banner-point[data-v-c8228b1a] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
}
.com-goods-price-banner-point .price-info[data-v-c8228b1a] {
  width: 70%;
}
.com-goods-price-banner-point .hot[data-v-c8228b1a] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-c8228b1a] {
  color: #fff;
}
.com-goods-price-banner-point .price-reduce[data-v-c8228b1a] {
  width: 35%;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-c8228b1a] {
  font-size: 15px;
  color: #fff;
}
.com-goods-price-banner-point .tag[data-v-c8228b1a] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-c8228b1a] {
  color: #fff;
  font-weight: 400;
}

.com-goods-price-banner-point[data-v-349fbc1c] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../static/img/priceBanner_drawPrize.a2bdd61a.png);
}
.com-goods-price-banner-point .price-info[data-v-349fbc1c] {
  background-color: white;
  padding: 6px;
  border-radius: 99px;
}
.com-goods-price-banner-point .hot[data-v-349fbc1c] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-349fbc1c] {
  color: #ff252e;
}
.com-goods-price-banner-point .price-reduce[data-v-349fbc1c] {
  width: 35%;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-349fbc1c] {
  font-size: 15px;
  color: #ff252e;
}
.com-goods-price-banner-point .tag[data-v-349fbc1c] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-349fbc1c] {
  color: #fff;
  font-weight: 400;
}

.activity-area[data-v-3e4175ff] {
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../static/img/priceBanner_payOnDelivery.71d3771c.png);
}
.base-info[data-v-3e4175ff] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-3e4175ff] {
  height: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.base-info .left-part .original-price[data-v-3e4175ff] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-3e4175ff] {
  padding: 0 6px;
  text-decoration: line-through;
}
.bar-style[data-v-3e4175ff] {
  height: 88px;
}
.extra-font-style[data-v-3e4175ff] {
  font-size: 40px !important;
}
.desc[data-v-3e4175ff] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-3e4175ff] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.stock[data-v-3e4175ff] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-3e4175ff] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-3e4175ff] {
  padding: 1px 3px;
}

.activity-area[data-v-86eb9ff0] {
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../static/img/priceBanner_payOnDeliveryFreeReceive.fd9ddb65.png);
}
.base-info[data-v-86eb9ff0] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-86eb9ff0] {
  height: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.base-info .left-part .original-price[data-v-86eb9ff0] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-86eb9ff0] {
  padding: 0 6px;
  text-decoration: line-through;
}
.desc[data-v-86eb9ff0] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-86eb9ff0] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.stock[data-v-86eb9ff0] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-86eb9ff0] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-86eb9ff0] {
  padding: 1px 3px;
}

.com-goods-price-banner-point[data-v-5266020c] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
}
.com-goods-price-banner-point .price-info[data-v-5266020c] {
  background-color: white;
  padding: 6px;
  border-radius: 99px;
}
.com-goods-price-banner-point .hot[data-v-5266020c] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-5266020c] {
  color: #ff252e;
}
.com-goods-price-banner-point .price-reduce[data-v-5266020c] {
  width: 35%;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-5266020c] {
  font-size: 15px;
  color: #ff252e;
}
.com-goods-price-banner-point .tag[data-v-5266020c] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-5266020c] {
  color: #fff;
  font-weight: 400;
}

.purchase-action-sheet.van-popup {
  overflow-y: hidden;
}
.goods-purchase-form .van-tag--large {
  padding: 6px 12px;
}

[data-v-25e71926] .van-cell {
  padding: 10px 6px;
}
[data-v-25e71926] .van-cell--required::before {
  left: -2px;
}
.goods-purchase-form .info-zone .spec-zone[data-v-25e71926] {
  min-height: 200px;
}
.goods-purchase-form .dot[data-v-25e71926] {
  width: 6px;
  height: 18px;
  border-radius: 3px;
  background-color: #d92e21;
}
.goods-purchase-form .spec-str[data-v-25e71926] {
  font-size: 13px;
  color: #d92e21;
}
.goods-purchase-form .spec-str .label[data-v-25e71926] {
  color: #9c9c9c;
}
.goods-purchase-form .degree-of-heat[data-v-25e71926] {
  color: #666666;
}
.goods-purchase-form .degree-of-heat img[data-v-25e71926] {
  width: 18px;
  height: 23px;
}
.goods-purchase-form .service-title[data-v-25e71926] {
  color: #ab6d44;
  border: 1px solid #ab6d44;
  border-radius: 5px;
  font-size: 0.5rem;
  white-space: nowrap;
}
.goods-purchase-form .invalid[data-v-25e71926] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.goods-purchase-form .spec-title[data-v-25e71926] {
  font-size: 15px;
}
.goods-purchase-form .submit-btn[data-v-25e71926] {
  height: 44px;
  text-align: center;
  color: #fff;
}
.goods-purchase-form .submit-btn .extra-text[data-v-25e71926] {
  font-size: 12px;
}
.goods-purchase-form .submit-btn .submit-text[data-v-25e71926] {
  font-size: 16px;
}
.contact-card-container[data-v-25e71926] {
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  top: 50px;
}
.contact-card-container.readonly[data-v-25e71926]::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background-size: 80px;
  content: '';
}

.purchase-card .van-cell::after {
  border: none;
}
.purchase-card .van-cell {
  padding-left: 0px;
}
.purchase-card .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.purchase-card .van-field__control {
  height: 50px;
  background: #eeeeee;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.purchase-card .field-address input {
  width: 244px;
  font-size: 16px;
}
.purchase-card .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.purchase-card .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 16px;
}
.purchase-card .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 16px;
}
.purchase-card .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 16px;
}

.satisfaction[data-v-fd6f31fa] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-fd6f31fa] {
  height: 35px;
  padding-left: 20px;
}
.satisfaction .main-zone .tips[data-v-fd6f31fa] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-fd6f31fa] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-fd6f31fa] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-fd6f31fa] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-fd6f31fa] {
  width: 100%;
  height: 100%;
}

.custom-spec-zone-cosmetic .van-cell::after {
  border: none;
}
.custom-spec-zone-cosmetic .van-cell {
  padding-left: 0px;
}
.custom-spec-zone-cosmetic .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.custom-spec-zone-cosmetic .van-field__control {
  height: 36px !important;
  line-height: 36px !important;
  background: #fff !important;
  border-radius: 2px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
.custom-spec-zone-cosmetic .note .van-field__control {
  height: unset !important;
}
.custom-spec-zone-cosmetic .note .van-field__label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
}
.custom-spec-zone-cosmetic .field-address input {
  width: 244px;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 14px;
}

.satisfaction[data-v-16fdb11c] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-16fdb11c] {
  height: 35px;
  padding-left: 10px;
}
.satisfaction .main-zone .tips[data-v-16fdb11c] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-16fdb11c] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-16fdb11c] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-16fdb11c] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-16fdb11c] {
  width: 100%;
  height: 100%;
}
.item-box .item[data-v-16fdb11c] {
  border-bottom: 1px solid #ccc;
}
.item-box .item[data-v-16fdb11c]:nth-child(odd) {
  background: #f4f4f4;
}
.item-box .item[data-v-16fdb11c]:nth-child(even) {
  background: #ffffff;
}

.custom-spec-zone .van-cell::after {
  border: none;
}
.custom-spec-zone .van-cell {
  padding-left: 0px;
}
.custom-spec-zone .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.custom-spec-zone .van-field__control {
  height: 50px;
  background: #eeeeee;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-spec-zone .field-address input {
  width: 245px;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 16px;
}

.satisfaction[data-v-558d96f8] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-558d96f8] {
  height: 35px;
  padding-left: 20px;
}
.satisfaction .main-zone .tips[data-v-558d96f8] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-558d96f8] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-558d96f8] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-558d96f8] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-558d96f8] {
  width: 100%;
  height: 100%;
}
.dot[data-v-558d96f8] {
  width: 5px;
  height: 19px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fa8e5e), color-stop(99%, #fc4738));
  background: linear-gradient(0deg, #fa8e5e 0%, #fc4738 99%);
  border-radius: 5px;
}

.price-rule-dialog .van-dialog__header {
  padding: 15px !important;
  font-size: 20px;
  font-weight: 500;
  color: #c22b2d;
}
.price-rule-dialog .van-dialog__content {
  padding-bottom: 15px;
}
.price-rule-dialog .panel {
  width: 85%;
  margin: 0 auto;
  overflow: scroll;
  font-size: 13px;
}
.price-rule-dialog .panel .p {
  margin-bottom: 5px;
}
.com-goods-purchase-form .I_form {
  width: 100%;
  margin: 0 auto;
}
.com-goods-purchase-form .I_form li {
  margin: 0 auto 15px;
}
.com-goods-purchase-form .I_li_p2 {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  font-size: 0.55rem;
  color: #bbb;
}
.com-goods-purchase-form .I_li_p3 {
  font-size: 0.6rem;
}
.com-goods-purchase-form .I_li_p3 b {
  color: #e5030f;
  font-size: 0.8rem;
}
.com-goods-purchase-form .I_form_but {
  width: 100%;
  height: 40px;
  line-height: 32px;
  font-size: 0.7rem;
  color: #fff;
  background-color: #e5040f;
  border-radius: 3px;
  padding: 0;
  border: 4px solid #e5040f;
  height: 50px;
  border-radius: 35px;
}
.com-goods-purchase-form .I_form li input {
  width: 95%;
  padding: 2% 2%;
  font-size: 0.6rem;
  border: 1px solid #b5b5b5;
}
.com-goods-purchase-form .I_form li input:focus {
  border: 1px solid #b5b5b5;
  outline-color: #b5b5b5;
}
.com-goods-purchase-form .I_form li select {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin: 0;
  font-size: 0.6rem;
  height: 40px;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  background-color: #fff;
  border: 1px #d1d1d1 solid;
  height: 1.8rem;
  color: #828282;
  padding-left: 14px;
  /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
  /* background: url(../../images/san.png) no-repeat scroll 80% 50% transparent;
      background-size: 20px 20px;*/
  /* 复写默认的 select 样式。 https://www.cnblogs.com/dongkx/p/7163261.html */
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /* border: solid 1px #000;   */
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url('http://ourjs.github.io/static/2015/arrow.png') no-repeat scroll right center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
.com-goods-purchase-form .bdxx em {
  color: #e00000;
  padding: 2px;
}
.com-goods-purchase-form .I_form li input {
  outline: none;
  width: 92%;
  padding: 3% 4%;
  border-radius: 3px;
  /* 35px */
  font-size: 0.6rem;
  border: 1px solid #d1d1d1;
}
.com-goods-purchase-form .I_form li input::-ms-input-placeholder {
  color: #b7b7b7;
}
.com-goods-purchase-form .I_form li input::-moz-input-placeholder {
  color: #b7b7b7;
}
.com-goods-purchase-form .I_form li input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.com-goods-purchase-form .bdxx {
  display: block;
  float: left;
  width: 100%;
  height: 34px;
  font-size: 0.7rem;
  line-height: 34px;
}
.com-goods-purchase-form .I_form li select {
  width: 32%;
  border-radius: 35px;
  width: 31%;
  border-radius: 3px;
  /* margin-right: 2%; */
}

.com-goods-service-info[data-v-4cd13da1] {
  padding-bottom: 50px;
  background: #fff;
}
.com-goods-service-info .section-title[data-v-4cd13da1] {
  color: #555;
}
.com-goods-service-info .price-intro[data-v-4cd13da1] {
  color: #9c9c9c;
}

.custom-spec-zone .van-cell::after {
  border: none;
}
.custom-spec-zone .van-cell {
  padding-left: 0px;
}
.custom-spec-zone .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.custom-spec-zone .van-field__control {
  height: 50px;
  background: #eeeeee;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-spec-zone .field-address input {
  width: 244px;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 16px;
}

.satisfaction[data-v-51f23876] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-51f23876] {
  height: 35px;
  padding-left: 20px;
}
.satisfaction .main-zone .tips[data-v-51f23876] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-51f23876] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-51f23876] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-51f23876] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-51f23876] {
  width: 100%;
  height: 100%;
}

.com-comment-gallery[data-v-4f45a3db] {
  background: #fff;
  /*评论*/
}
.com-comment-gallery .H_pl[data-v-4f45a3db] {
  /* margin-top: 10px; */
  border-radius: 4px;
}
.com-comment-gallery .H_pl_title[data-v-4f45a3db] {
  font-size: 0;
  margin: 0 auto;
  padding: 15px 0;
  /* border-bottom: 1px solid #ececee; */
}
.com-comment-gallery .H_pl_t1[data-v-4f45a3db] {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 0.6rem;
  text-align: left;
  color: #323332;
}
.com-comment-gallery .H_pl_t2[data-v-4f45a3db] {
  text-align: right;
  color: #828282;
}
.com-comment-gallery .H_pl_container_box[data-v-4f45a3db] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.com-comment-gallery .H_pl_ubox[data-v-4f45a3db] {
  width: 100%;
  border-radius: 3px;
  min-height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  vertical-align: top;
  position: relative;
  border-bottom: 0.5px solid #f2f2f2;
  padding-bottom: 15px;
}
.com-comment-gallery .H_pl_ubox[data-v-4f45a3db]:nth-last-child(1) {
  border-bottom: none;
  padding: 0;
}
.com-comment-gallery .H_pl_ub1[data-v-4f45a3db] {
  width: auto;
  /*根据内容调整宽度*/
}
.com-comment-gallery .H_pl_info[data-v-4f45a3db] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.com-comment-gallery .H_pl_user[data-v-4f45a3db] {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.com-comment-gallery .H_pl_uImg[data-v-4f45a3db] {
  height: 36px;
  aspect-ratio: 1;
  vertical-align: middle;
  border-radius: 5px;
}
.com-comment-gallery .H_pl_uname[data-v-4f45a3db] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  color: #2a2a2c;
}
.com-comment-gallery .H_pl_goodsName[data-v-4f45a3db] {
  color: #999999;
  font-size: 12px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-comment-gallery .H_pl_txt[data-v-4f45a3db] {
  font-size: 0.6rem;
  color: #4d4d4d;
  letter-spacing: 1px;
}
.goods-pics[data-v-4f45a3db] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.goods-pics .goods-pic[data-v-4f45a3db] {
  height: 90px;
  width: 90px;
  border-radius: 5px;
}

.coupon-tip[data-v-ee930a50]::before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 8px solid #ff5029;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 40px;
  right: 20px;
}
.com-goods-bottom-bar[data-v-ee930a50] {
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
          box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
}
.com-goods-bottom-bar .icon-btn[data-v-ee930a50] {
  font-size: 12px;
  line-height: 1.2;
}
.com-goods-bottom-bar .icon-btn img[data-v-ee930a50] {
  width: 42%;
  margin-bottom: 2px;
}
.com-goods-bottom-bar .button[data-v-ee930a50] {
  width: 70vw;
}
.com-goods-bottom-bar .button .origin-btn[data-v-ee930a50] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
.com-goods-bottom-bar .button .submit-btn[data-v-ee930a50] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  height: 60px;
  text-align: center;
  color: #fff;
  background: #ffb40e;
}
.com-goods-bottom-bar .button .submit-btn .extra-text[data-v-ee930a50] {
  font-size: 14px;
}
.com-goods-bottom-bar .button .submit-btn .submit-text[data-v-ee930a50] {
  font-size: 18px;
}

.com-comment-gallery[data-v-2a3479b3] {
  background: #fff;
  border-radius: 10px;
  /*评论*/
}
.com-comment-gallery .H_pl[data-v-2a3479b3] {
  /* margin-top: 10px; */
  border-radius: 4px;
}
.com-comment-gallery .H_pl_title[data-v-2a3479b3] {
  font-size: 0;
  margin: 0 auto;
  padding: 15px 0;
  /* border-bottom: 1px solid #ececee; */
}
.com-comment-gallery .H_pl_t1[data-v-2a3479b3] {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 0.6rem;
  text-align: left;
  color: #323332;
}
.com-comment-gallery .H_pl_t2[data-v-2a3479b3] {
  text-align: right;
  color: #828282;
}
.com-comment-gallery .H_pl_swiper_box[data-v-2a3479b3] {
  margin: 0 auto;
}
.com-comment-gallery .H_pl_ubox[data-v-2a3479b3] {
  width: 100%;
  height: 100%;
  background-color: #f5f5f5;
  border-radius: 3px;
  min-height: 97px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.com-comment-gallery .H_pl_ub1[data-v-2a3479b3] {
  width: auto;
  /*根据内容调整宽度*/
}
.com-comment-gallery .H_pl_user[data-v-2a3479b3] {
  width: 90%;
  margin: 0 auto;
}
.com-comment-gallery .H_pl_uImg[data-v-2a3479b3] {
  width: 30px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 5px;
}
.com-comment-gallery .H_pl_uname[data-v-2a3479b3] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  color: #2a2a2c;
}
.com-comment-gallery .H_pl_txt[data-v-2a3479b3] {
  width: 90%;
  margin: 8px auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 0.6rem;
  color: #7f7f7f;
  letter-spacing: 1px;
  margin-top: 10px;
}

.coupon-tip[data-v-4d494acc]::before {
  content: '';
  width: 0px;
  height: 0px;
  border-top: 8px solid #ff5029;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  top: 40px;
  right: 20px;
}
.com-goods-bottom-bar[data-v-4d494acc] {
  position: fixed;
  bottom: 0px;
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  -webkit-box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
          box-shadow: 0px -4px 10px rgba(26, 26, 26, 0.1);
}
.com-goods-bottom-bar .icon-btn[data-v-4d494acc] {
  font-size: 12px;
  line-height: 1.2;
}
.com-goods-bottom-bar .icon-btn img[data-v-4d494acc] {
  width: 42%;
  margin-bottom: 2px;
}
.com-goods-bottom-bar .button[data-v-4d494acc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.com-goods-bottom-bar .button .origin-btn[data-v-4d494acc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 60px;
  text-align: center;
  border-left: 1px solid #e6e6e6;
}
.com-goods-bottom-bar .button .submit-btn[data-v-4d494acc] {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  height: 60px;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, right top, left top, from(#ff2400), to(#ff7538));
  background: linear-gradient(to left, #ff2400, #ff7538);
}
.com-goods-bottom-bar .button .submit-btn .extra-text[data-v-4d494acc] {
  font-size: 16px;
}
.com-goods-bottom-bar .button .submit-btn .submit-text[data-v-4d494acc] {
  font-size: 16px;
}


.video-controls {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-controls:before {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 0.48rem solid transparent;
  border-left: 0.8rem solid #fff;
  border-bottom: 0.48rem solid transparent;
}

.rank[data-v-77fcfe9b] {
  padding: 10px 6px 10px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, right top, from(#fff6e7), to(rgba(254, 246, 233, 0.2)));
  background: linear-gradient(90deg, #fff6e7 0%, rgba(254, 246, 233, 0.2) 100%);
  border-radius: 5px;
}
.rank .tag[data-v-77fcfe9b] {
  height: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: linear-gradient(135deg, #e2b87a 0%, #e38647 100%);
  border-radius: 5px;
}
.rank .tag img[data-v-77fcfe9b] {
  width: 16px;
  height: 16px;
}
.rank .rank-info[data-v-77fcfe9b] {
  color: #ab6d44;
}
.btn[data-v-77fcfe9b] {
  height: 45px;
  width: 100%;
  border-radius: 6px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ff2400), to(#fea005));
  background: linear-gradient(to right, #ff2400, #fea005);
  font-family: 'PingFangSC-Medium';
}
.com-goods-header-info[data-v-77fcfe9b] {
  border-radius: 10px;
  position: relative;
}
.com-goods-header-info .content[data-v-77fcfe9b] {
  background-color: #fff;
  border-radius: 10px;
}
.com-goods-header-info .coupon-bg[data-v-77fcfe9b] {
  background-image: url(../../static/img/goods_profile_header_info_coupon_bg.05c9f670.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: calc((100vw - 0.8rem) / 5.014);
}
.com-goods-header-info .share-btn-box[data-v-77fcfe9b] {
  padding: 5px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 15px 0px 0px 15px;
  background-color: #fcdad7;
  color: #e63729;
  font-size: 13px;
  height: 30px;
}
.com-goods-header-info .share-btn-box img[data-v-77fcfe9b] {
  width: 40px;
  height: 25px;
}
.com-goods-header-info .divider[data-v-77fcfe9b] {
  width: 96%;
  position: relative;
  left: 2%;
  height: 1px;
  background-color: #f2f2f2;
}
.com-goods-header-info .service-img[data-v-77fcfe9b] {
  width: 50px;
  height: 16px;
}
.com-goods-header-info .service-title[data-v-77fcfe9b] {
  color: #b29183;
  border: 1px solid #bf987e;
  border-radius: 5px;
  margin-right: 5px;
}
.com-goods-header-info .service-icon[data-v-77fcfe9b] {
  font-weight: bold;
  margin-right: 2px;
}
.com-goods-header-info .goods-name[data-v-77fcfe9b] {
  line-height: 1.5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-goods-header-info .extra-font-style[data-v-77fcfe9b] {
  font-size: 20px;
}
.com-goods-header-info .sell-keys[data-v-77fcfe9b] {
  position: relative;
}
.com-goods-header-info .sell-keys .tag-inline[data-v-77fcfe9b]:not(:last-child) {
  margin-right: 10px;
}
.com-goods-header-info .sell-keys .share-icon[data-v-77fcfe9b] {
  float: right;
}
.com-goods-header-info .recommend .arrow[data-v-77fcfe9b] {
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid #f2f2f2;
  margin-left: 15px;
}
.com-goods-header-info .recommend .desc[data-v-77fcfe9b] {
  font-size: 12px;
  background-color: #f2f2f2;
  color: #4c4c4c;
  border-radius: 5px;
  line-height: 1.5;
}
.com-goods-header-info .pay-on-delivery[data-v-77fcfe9b] {
  height: 40px;
  background: #d92e21;
  border-radius: 8px;
  margin: 0 auto;
}
.com-goods-header-info .footDialogBg[data-v-77fcfe9b] {
  position: fixed;
  top: 0px;
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  width: 100%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.com-goods-header-info .footDialog[data-v-77fcfe9b] {
  position: absolute;
  bottom: -100%;
  background-color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  min-height: 100px;
  width: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.com-goods-header-info .fd_title[data-v-77fcfe9b] {
  position: relative;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  border-bottom: 1px #f0f0f0 solid;
}
.com-goods-header-info .fd_title_close[data-v-77fcfe9b] {
  position: absolute;
  right: 15px;
  font-weight: normal;
  border: 1px solid #999;
  display: block;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 18px;
  width: 18px;
  color: #999;
  line-height: 14px;
  top: 13px;
}
.com-goods-header-info .banner_float[data-v-77fcfe9b] {
  position: absolute;
  z-index: 2;
  bottom: 20px;
  width: 50%;
}
.com-goods-header-info .top-swipe[data-v-77fcfe9b] {
  height: 100vw;
}
.com-goods-header-info .before-goodsname[data-v-77fcfe9b] {
  position: relative;
  top: 2px;
  height: 22px;
  text-align: center;
  display: inline-block;
  font-size: 13px;
}
.com-goods-header-info .before-goodsname span[data-v-77fcfe9b] {
  width: 105px;
  height: 22px;
  color: #fff;
}
.com-goods-header-info .before-goodsname img[data-v-77fcfe9b] {
  width: 105px;
  height: 22px;
}

.com-goods-image-gallery .video-controls {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 2.4rem;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.com-goods-image-gallery .video-controls:before {
  position: absolute;
  top: 50%;
  left: 52%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 0.48rem solid transparent;
  border-left: 0.8rem solid #fff;
  border-bottom: 0.48rem solid transparent;
}

.com-goods-image-gallery .banner_float[data-v-76fa5337] {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  width: 40%;
}
.com-goods-image-gallery .top-swipe[data-v-76fa5337] {
  height: 100vw;
}

.com-goods-price-banner-point[data-v-1f65cea6] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
}
.com-goods-price-banner-point .price-info[data-v-1f65cea6] {
  width: 100%;
}
.com-goods-price-banner-point .exchange-hot[data-v-1f65cea6] {
  width: 100%;
}
.com-goods-price-banner-point .hot[data-v-1f65cea6] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-1f65cea6] {
  color: #fff;
}
.com-goods-price-banner-point .price-reduce[data-v-1f65cea6] {
  color: #fff;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-1f65cea6] {
  font-size: 15px;
  color: #fff;
}
.com-goods-price-banner-point .tag[data-v-1f65cea6] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-1f65cea6] {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 5px;
}

.base-info[data-v-645dec04] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-645dec04] {
  height: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.base-info .left-part .price[data-v-645dec04] {
  height: 30px;
}
.base-info .left-part .price .original-price[data-v-645dec04] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-645dec04] {
  padding: 0 6px;
  text-decoration: line-through;
}
.base-info .right-part[data-v-645dec04] {
  height: 100%;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
.base-info .right-part .triangle[data-v-645dec04] {
  position: absolute;
  z-index: 10;
  left: -16px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-right: 8px solid #ffc42a;
}
.desc[data-v-645dec04] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-645dec04] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.stock[data-v-645dec04] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-645dec04] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-645dec04] {
  padding: 1px 3px;
}

.base-info[data-v-55b6c8d8] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-55b6c8d8] {
  height: 100%;
}
.base-info .left-part .price[data-v-55b6c8d8] {
  height: 30px;
}
.base-info .left-part .price .original-price[data-v-55b6c8d8] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-55b6c8d8] {
  padding: 0 6px;
  text-decoration: line-through;
}
.base-info .right-part[data-v-55b6c8d8] {
  height: 100%;
  width: 30%;
}
.base-info .right-part img[data-v-55b6c8d8] {
  width: 100%;
  height: 100%;
}
.desc[data-v-55b6c8d8] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-55b6c8d8] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.label[data-v-55b6c8d8] {
  border: 1px solid #ff6a7e;
  border-radius: 3px;
  font-size: 12px;
  color: #ff6a7e;
}
.sales[data-v-55b6c8d8] {
  font-size: 12px;
}
.third-line[data-v-55b6c8d8] {
  margin: 9px 9px 0 9px;
  padding-bottom: 9px;
  color: #333333;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}
.third-line .activity-name[data-v-55b6c8d8] {
  margin-left: 2px;
  margin-right: 10px;
  color: #dc0000;
}
.stock[data-v-55b6c8d8] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-55b6c8d8] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-55b6c8d8] {
  padding: 1px 3px;
}

.com-goods-price-banner-point[data-v-fa0d5d76] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
}
.com-goods-price-banner-point .price-info[data-v-fa0d5d76] {
  width: 70%;
}
.com-goods-price-banner-point .hot[data-v-fa0d5d76] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-fa0d5d76] {
  color: #fff;
}
.com-goods-price-banner-point .price-reduce[data-v-fa0d5d76] {
  width: 35%;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-fa0d5d76] {
  font-size: 15px;
  color: #fff;
}
.com-goods-price-banner-point .tag[data-v-fa0d5d76] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-fa0d5d76] {
  color: #fff;
  font-weight: 400;
}

.com-goods-price-banner-point[data-v-34704c44] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../static/img/priceBanner_drawPrize.a2bdd61a.png);
}
.com-goods-price-banner-point .price-info[data-v-34704c44] {
  background-color: white;
  padding: 6px;
  border-radius: 99px;
}
.com-goods-price-banner-point .hot[data-v-34704c44] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-34704c44] {
  color: #ff252e;
}
.com-goods-price-banner-point .price-reduce[data-v-34704c44] {
  width: 35%;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-34704c44] {
  font-size: 15px;
  color: #ff252e;
}
.com-goods-price-banner-point .tag[data-v-34704c44] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-34704c44] {
  color: #fff;
  font-weight: 400;
}

.activity-area[data-v-fd3fb15e] {
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../static/img/priceBanner_payOnDelivery.71d3771c.png);
}
.base-info[data-v-fd3fb15e] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-fd3fb15e] {
  height: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.base-info .left-part .original-price[data-v-fd3fb15e] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-fd3fb15e] {
  padding: 0 6px;
  text-decoration: line-through;
}
.bar-style[data-v-fd3fb15e] {
  height: 88px;
}
.extra-font-style[data-v-fd3fb15e] {
  font-size: 40px !important;
}
.desc[data-v-fd3fb15e] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-fd3fb15e] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.stock[data-v-fd3fb15e] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-fd3fb15e] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-fd3fb15e] {
  padding: 1px 3px;
}

.activity-area[data-v-44e9d776] {
  background-size: no-repeat;
  background-size: 100% 100%;
  background-image: url(../../static/img/priceBanner_payOnDeliveryFreeReceive.fd9ddb65.png);
}
.base-info[data-v-44e9d776] {
  height: 60px;
  color: white;
  font-size: 13px;
}
.base-info .left-part[data-v-44e9d776] {
  height: 100%;
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
}
.base-info .left-part .original-price[data-v-44e9d776] {
  height: 30px;
  font-size: 26px;
}
.base-info .left-part .price .final-price[data-v-44e9d776] {
  padding: 0 6px;
  text-decoration: line-through;
}
.desc[data-v-44e9d776] {
  font-size: 16px;
  padding: 9px;
}
.desc .hint[data-v-44e9d776] {
  font-size: 14px;
  border-radius: 3px;
  padding: 1px 3px;
}
.stock[data-v-44e9d776] {
  padding: 9px;
  font-size: 13px;
}
.stock .title[data-v-44e9d776] {
  margin-right: 15px;
  color: #929292;
}
.stock .buy-limit[data-v-44e9d776] {
  padding: 1px 3px;
}

.com-goods-price-banner-point[data-v-bdb3a744] {
  height: 60px;
  line-height: 1;
  background-color: #e93829;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: no-repeat;
  background-size: 100% 100%;
}
.com-goods-price-banner-point .price-info[data-v-bdb3a744] {
  background-color: white;
  padding: 6px;
  border-radius: 99px;
}
.com-goods-price-banner-point .hot[data-v-bdb3a744] {
  color: #fff;
}
.com-goods-price-banner-point .point[data-v-bdb3a744] {
  color: #ff252e;
}
.com-goods-price-banner-point .price-reduce[data-v-bdb3a744] {
  width: 35%;
  color: #fff;
  text-align: right;
  font-size: 12px;
}
.com-goods-price-banner-point .price[data-v-bdb3a744] {
  font-size: 15px;
  color: #ff252e;
}
.com-goods-price-banner-point .tag[data-v-bdb3a744] {
  background-color: #fff;
  font-size: 12px;
  color: #e93829;
  border-radius: 5px;
  padding: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 13px;
}
.com-goods-price-banner-point .original-price[data-v-bdb3a744] {
  color: #fff;
  font-weight: 400;
}

.purchase-action-sheet.van-popup {
  overflow-y: hidden;
}
.goods-purchase-form .van-tag--large {
  padding: 6px 12px;
}

.goods-purchase-form .info-zone .spec-zone[data-v-0cf1aff8] {
  min-height: 200px;
}
.goods-purchase-form .dot[data-v-0cf1aff8] {
  width: 6px;
  height: 18px;
  border-radius: 3px;
  background-color: #d92e21;
}
.goods-purchase-form .spec-str[data-v-0cf1aff8] {
  font-size: 13px;
  color: #d92e21;
}
.goods-purchase-form .spec-str .label[data-v-0cf1aff8] {
  color: #9c9c9c;
}
.goods-purchase-form .degree-of-heat[data-v-0cf1aff8] {
  color: #666666;
}
.goods-purchase-form .degree-of-heat img[data-v-0cf1aff8] {
  width: 18px;
  height: 23px;
}
.goods-purchase-form .service-title[data-v-0cf1aff8] {
  color: #b29183;
  border: 1px solid #bf987e;
  border-radius: 5px;
  font-size: 0.5rem;
  white-space: nowrap;
}
.goods-purchase-form .invalid[data-v-0cf1aff8] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.goods-purchase-form .spec-title[data-v-0cf1aff8] {
  font-size: 15px;
}
.goods-purchase-form .submit-btn[data-v-0cf1aff8] {
  margin-bottom: 20px;
  border-radius: 22px;
  height: 44px;
  text-align: center;
  color: #fff;
}
.goods-purchase-form .submit-btn .extra-text[data-v-0cf1aff8] {
  font-size: 12px;
}
.goods-purchase-form .submit-btn .submit-text[data-v-0cf1aff8] {
  font-size: 16px;
}
.contact-card-container[data-v-0cf1aff8] {
  background-color: #f2f2f2;
  position: relative;
  overflow: hidden;
  top: 50px;
}
.contact-card-container.readonly[data-v-0cf1aff8]::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: -webkit-repeating-linear-gradient(135deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #1989fa 0, #1989fa 45%, transparent 0, transparent 50%);
  background-size: 80px;
  content: '';
}
[data-v-0cf1aff8] .van-action-sheet__header {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0 50px 0 20px;
}

[data-v-d76c0f1e].purchase-card .van-cell::after {
  border: none;
}
[data-v-d76c0f1e].purchase-card .van-cell {
  padding-left: 0px;
}
[data-v-d76c0f1e].purchase-card .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
[data-v-d76c0f1e].purchase-card .van-field__control {
  height: 36px !important;
  line-height: 36px !important;
  background: #eeeeee;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
[data-v-d76c0f1e].purchase-card .field-address input {
  width: 244px;
  font-size: 16px;
}
[data-v-d76c0f1e].purchase-card .van-field__body input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
[data-v-d76c0f1e].purchase-card .van-field__body input .van-field__right-icon > div {
  position: unset !important;
}
[data-v-d76c0f1e].purchase-card .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
[data-v-d76c0f1e].purchase-card .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 16px;
}
[data-v-d76c0f1e].purchase-card .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 16px;
}
[data-v-d76c0f1e].purchase-card .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 16px;
}

.satisfaction[data-v-d76c0f1e] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-d76c0f1e] {
  height: 35px;
  padding-left: 10px;
}
.satisfaction .main-zone .tips[data-v-d76c0f1e] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-d76c0f1e] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-d76c0f1e] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-d76c0f1e] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-d76c0f1e] {
  width: 100%;
  height: 100%;
}

.custom-spec-zone-cosmetic .van-cell::after {
  border: none;
}
.custom-spec-zone-cosmetic .van-cell {
  padding-left: 0px;
}
.custom-spec-zone-cosmetic .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.custom-spec-zone-cosmetic .van-field__control {
  height: 36px !important;
  line-height: 36px !important;
  background: #fff !important;
  border-radius: 2px;
  padding-left: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #ccc;
}
.custom-spec-zone-cosmetic .note .van-field__control {
  height: unset !important;
}
.custom-spec-zone-cosmetic .note .van-field__label {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  color: #333;
}
.custom-spec-zone-cosmetic .field-address input {
  width: 244px;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 14px;
}
.custom-spec-zone-cosmetic .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 14px;
}

.satisfaction[data-v-226d2a40] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-226d2a40] {
  height: 35px;
  padding-left: 10px;
}
.satisfaction .main-zone .tips[data-v-226d2a40] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-226d2a40] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-226d2a40] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-226d2a40] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-226d2a40] {
  width: 100%;
  height: 100%;
}
.item-box .item[data-v-226d2a40] {
  border-bottom: 1px solid #ccc;
}
.item-box .item[data-v-226d2a40]:nth-child(odd) {
  background: #f4f4f4;
}
.item-box .item[data-v-226d2a40]:nth-child(even) {
  background: #ffffff;
}

.custom-spec-zone .van-cell::after {
  border: none;
}
.custom-spec-zone .van-cell {
  padding-left: 0px;
}
.custom-spec-zone .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.custom-spec-zone .van-field__control {
  height: 50px;
  background: #eeeeee;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-spec-zone .field-address input {
  width: 245px;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 16px;
}

.satisfaction[data-v-74981256] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-74981256] {
  height: 35px;
  padding-left: 20px;
}
.satisfaction .main-zone .tips[data-v-74981256] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-74981256] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-74981256] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-74981256] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-74981256] {
  width: 100%;
  height: 100%;
}
.dot[data-v-74981256] {
  width: 5px;
  height: 19px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fa8e5e), color-stop(99%, #fc4738));
  background: linear-gradient(0deg, #fa8e5e 0%, #fc4738 99%);
  border-radius: 5px;
}

.price-rule-dialog .van-dialog__header {
  padding: 15px !important;
  font-size: 20px;
  font-weight: 500;
  color: #c22b2d;
}
.price-rule-dialog .van-dialog__content {
  padding-bottom: 15px;
}
.price-rule-dialog .panel {
  width: 85%;
  margin: 0 auto;
  overflow: scroll;
  font-size: 13px;
}
.price-rule-dialog .panel .p {
  margin-bottom: 5px;
}
.com-goods-purchase-form .I_form {
  width: 100%;
  margin: 0 auto;
}
.com-goods-purchase-form .I_form li {
  margin: 0 auto 15px;
}
.com-goods-purchase-form .I_li_p2 {
  display: inline-block;
  vertical-align: middle;
  width: 49%;
  font-size: 0.55rem;
  color: #bbb;
}
.com-goods-purchase-form .I_li_p3 {
  font-size: 0.6rem;
}
.com-goods-purchase-form .I_li_p3 b {
  color: #e5030f;
  font-size: 0.8rem;
}
.com-goods-purchase-form .I_form_but {
  width: 100%;
  height: 40px;
  line-height: 32px;
  font-size: 0.7rem;
  color: #fff;
  background-color: #e5040f;
  border-radius: 3px;
  padding: 0;
  border: 4px solid #e5040f;
  height: 50px;
  border-radius: 35px;
}
.com-goods-purchase-form .I_form li input {
  width: 95%;
  padding: 2% 2%;
  font-size: 0.6rem;
  border: 1px solid #b5b5b5;
}
.com-goods-purchase-form .I_form li input:focus {
  border: 1px solid #b5b5b5;
  outline-color: #b5b5b5;
}
.com-goods-purchase-form .I_form li select {
  display: inline-block;
  vertical-align: middle;
  width: 32%;
  margin: 0;
  font-size: 0.6rem;
  height: 40px;
  text-align: left;
  -moz-text-align-last: left;
       text-align-last: left;
  background-color: #fff;
  border: 1px #d1d1d1 solid;
  height: 1.8rem;
  color: #828282;
  padding-left: 14px;
  /*appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;*/
  /* background: url(../../images/san.png) no-repeat scroll 80% 50% transparent;
      background-size: 20px 20px;*/
  /* 复写默认的 select 样式。 https://www.cnblogs.com/dongkx/p/7163261.html */
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  /* border: solid 1px #000;   */
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url('http://ourjs.github.io/static/2015/arrow.png') no-repeat scroll right center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 14px;
}
.com-goods-purchase-form .bdxx em {
  color: #e00000;
  padding: 2px;
}
.com-goods-purchase-form .I_form li input {
  outline: none;
  width: 92%;
  padding: 3% 4%;
  border-radius: 3px;
  /* 35px */
  font-size: 0.6rem;
  border: 1px solid #d1d1d1;
}
.com-goods-purchase-form .I_form li input::-ms-input-placeholder {
  color: #b7b7b7;
}
.com-goods-purchase-form .I_form li input::-moz-input-placeholder {
  color: #b7b7b7;
}
.com-goods-purchase-form .I_form li input::-webkit-input-placeholder {
  color: #b7b7b7;
}
.com-goods-purchase-form .bdxx {
  display: block;
  float: left;
  width: 100%;
  height: 34px;
  font-size: 0.7rem;
  line-height: 34px;
}
.com-goods-purchase-form .I_form li select {
  width: 32%;
  border-radius: 35px;
  width: 31%;
  border-radius: 3px;
  /* margin-right: 2%; */
}

.com-goods-service-info[data-v-d07e731a] {
  padding-bottom: 50px;
  background: #fff;
}
.com-goods-service-info .section-title[data-v-d07e731a] {
  color: #555;
}
.com-goods-service-info .price-intro[data-v-d07e731a] {
  color: #9c9c9c;
}

.custom-spec-zone .van-cell::after {
  border: none;
}
.custom-spec-zone .van-cell {
  padding-left: 0px;
}
.custom-spec-zone .van-field__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
}
.custom-spec-zone .van-field__control {
  height: 50px;
  background: #eeeeee;
  border-radius: 4px;
  padding-left: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.custom-spec-zone .field-address input {
  width: 244px;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  font-size: 16px;
}
.custom-spec-zone .van-field__body input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #999999;
  font-size: 16px;
}

.satisfaction[data-v-d5de2c70] {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff8dc), to(#fffaf9));
  background-image: linear-gradient(90deg, #fff8dc, #fffaf9);
  height: 35px;
  width: 100%;
}
.satisfaction .main-zone[data-v-d5de2c70] {
  height: 35px;
  padding-left: 20px;
}
.satisfaction .main-zone .tips[data-v-d5de2c70] {
  color: #ce6906;
  font-size: 13px;
}
.satisfaction .tringle[data-v-d5de2c70] {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-top: 5px solid #ea7809;
}
.invalid[data-v-d5de2c70] {
  background-color: #eeeeee !important;
  color: rgba(51, 51, 51, 0.3) !important;
  text-decoration: line-through;
}
.order-protect[data-v-d5de2c70] {
  width: 60%;
  height: 1.8rem;
}
.order-protect img[data-v-d5de2c70] {
  width: 100%;
  height: 100%;
}

.com-comment-gallery[data-v-4eea786e] {
  background: #fff;
  border-radius: 10px;
  /*评论*/
}
.com-comment-gallery .H_pl[data-v-4eea786e] {
  /* margin-top: 10px; */
  border-radius: 4px;
}
.com-comment-gallery .H_pl_title[data-v-4eea786e] {
  font-size: 0;
  margin: 0 auto;
  padding: 15px 0;
  /* border-bottom: 1px solid #ececee; */
}
.com-comment-gallery .H_pl_t1[data-v-4eea786e] {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
  font-size: 0.6rem;
  text-align: left;
  color: #323332;
}
.com-comment-gallery .H_pl_t2[data-v-4eea786e] {
  text-align: right;
  color: #828282;
}
.com-comment-gallery .H_pl_container_box[data-v-4eea786e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.com-comment-gallery .H_pl_ubox[data-v-4eea786e] {
  width: 100%;
  border-radius: 3px;
  min-height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  vertical-align: top;
  position: relative;
  border-bottom: 0.5px solid #f2f2f2;
  padding-bottom: 15px;
}
.com-comment-gallery .H_pl_ubox[data-v-4eea786e]:nth-last-child(1) {
  border-bottom: none;
  padding: 0;
}
.com-comment-gallery .H_pl_ub1[data-v-4eea786e] {
  width: auto;
  /*根据内容调整宽度*/
}
.com-comment-gallery .H_pl_info[data-v-4eea786e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.com-comment-gallery .H_pl_user[data-v-4eea786e] {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.com-comment-gallery .H_pl_uImg[data-v-4eea786e] {
  height: 36px;
  aspect-ratio: 1;
  vertical-align: middle;
  border-radius: 5px;
}
.com-comment-gallery .H_pl_uname[data-v-4eea786e] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.6rem;
  color: #2a2a2c;
}
.com-comment-gallery .H_pl_goodsName[data-v-4eea786e] {
  color: #999999;
  font-size: 12px;
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.com-comment-gallery .H_pl_txt[data-v-4eea786e] {
  font-size: 0.6rem;
  color: #4d4d4d;
  letter-spacing: 1px;
}
.goods-pics[data-v-4eea786e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 8px;
}
.goods-pics .goods-pic[data-v-4eea786e] {
  height: 90px;
  width: 90px;
  border-radius: 5px;
}

.tag[data-v-0114a7da] {
  font-size: 12px;
  color: #e54635;
  border: 1px solid #e54635;
  background: #fff;
  border-radius: 2px;
  padding: 1px 5px;
}
.packet.receive[data-v-0114a7da] {
  opacity: 0.6;
}
.red-packet[data-v-0114a7da] {
  background-image: url('https://img.bj0yx.com/901716272742400');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.tag[data-v-9a0e60b6] {
  font-size: 12px;
  color: #e54635;
  border: 1px solid #e54635;
  background: #fff;
  border-radius: 2px;
  padding: 1px 5px;
}
.packet.receive[data-v-9a0e60b6] {
  opacity: 0.6;
}
.red-packet[data-v-9a0e60b6] {
  background-image: url('https://img.bj0yx.com/901716272742400');
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.guess-your-favor[data-v-15c0e630] {
  background-color: #f2f2f2;
}
.com-point-notice-mask .t_Img[data-v-15c0e630] {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  margin-left: 0.5rem;
  margin-right: 0.3rem;
}
.com-point-notice-mask .t_txt[data-v-15c0e630] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem);
  font-size: 0.5rem;
  color: #ffffff;
}
.com-point-notice-mask.top[data-v-15c0e630] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.com-goods-list .virtual-list-wrap {
  padding: 0 !important;
  margin: 0 auto;
  position: relative;
}

.com-infinite-list[data-v-9d2d12aa] {
  margin: 0 auto;
}
.focus-tip[data-v-9d2d12aa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 20px);
  height: 46px;
  background-image: url('https://img.bj0yx.com/892929373634560');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 10px;
  -webkit-transform: translateY(calc(-100% + 14px));
          transform: translateY(calc(-100% + 14px));
}
.focus-tip > div[data-v-9d2d12aa] {
  color: #ff9090;
  font-size: 14px;
  margin: -15px 10px 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.com-list-item-goods-more-item {
  height: 175px;
}
.com-list-item-goods-more-item .image > img {
  border-radius: 5px;
}
.com-list-item-goods-more-item .avatar,
.com-list-item-goods-more-item .avatar > img {
  width: 36px;
  border-radius: 50%;
}

.com-list-item-goods-more-item[data-v-25ec7bd4] {
  background-color: white;
  border-radius: 5px;
  -webkit-box-shadow: 2px 2px 5px #ccc;
          box-shadow: 2px 2px 5px #ccc;
}
.com-list-item-goods-more-item .comment[data-v-25ec7bd4] {
  width: 78%;
  height: 50px;
}
.com-list-item-goods-more-item .comment .desc[data-v-25ec7bd4] {
  color: #979797;
  font-size: 12px;
}
.com-list-item-goods-more-item .btn[data-v-25ec7bd4] {
  height: 35px;
  line-height: 35px;
  -ms-flex-item-align: center;
      align-self: center;
  width: 22%;
  color: white;
  text-align: center;
  border-radius: 25px;
  -webkit-box-shadow: 0px 3px 12px 0px rgba(203, 33, 50, 0.35);
          box-shadow: 0px 3px 12px 0px rgba(203, 33, 50, 0.35);
  font-size: 12px;
}
.com-list-item-goods-more-item .comment-container[data-v-25ec7bd4] {
  width: 98%;
  margin-left: 1%;
  padding: 0px 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #eeeeee;
  border-radius: 25px;
  overflow: hidden;
}

.container[data-v-53a0a5dc] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  background: #fff;
}
.container .In_c_Img[data-v-53a0a5dc] {
  display: block;
  width: 100%;
}
.container .in_c_I_p[data-v-53a0a5dc] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-53a0a5dc] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-53a0a5dc] {
  height: 85px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .point[data-v-53a0a5dc] {
  font-size: 13px;
}
.container .goods-info .orginal-price[data-v-53a0a5dc] {
  font-size: 16px;
}
.container .goods-info-price[data-v-53a0a5dc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .goods-info-price .price[data-v-53a0a5dc] {
  text-decoration: line-through;
  font-size: 12px;
  color: #888888;
}
.container .goods-info-price .sale-desc[data-v-53a0a5dc] {
  font-size: 0.5rem;
  color: #ff3600;
}

.order[data-v-3deb603c] {
  position: relative;
  /*有订单*/
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  /*商品*/
}
.order .pay-btn[data-v-3deb603c] {
  font-size: 13px;
  color: #fff;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .bottom[data-v-3deb603c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order .bottom .kefu[data-v-3deb603c],
.order .bottom .logistics[data-v-3deb603c],
.order .bottom .buy-again[data-v-3deb603c],
.order .bottom .pay-btn[data-v-3deb603c] {
  font-size: 13px;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .bottom .kefu[data-v-3deb603c],
.order .bottom .logistics[data-v-3deb603c] {
  background: white;
  color: #656565;
  border: 1px solid #ddd;
}
.order .bottom .buy-again[data-v-3deb603c],
.order .bottom .pay-btn[data-v-3deb603c] {
  color: white;
}
.order .top[data-v-3deb603c] {
  margin: 0 auto;
}
.order .t1[data-v-3deb603c] {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 15px;
  color: #333333;
  text-align: left;
}
.order .t2[data-v-3deb603c] {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 15px;
  text-align: right;
}
.order .shop[data-v-3deb603c] {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
.order .shop .sold-out[data-v-3deb603c] {
  position: absolute;
  right: 15%;
  top: 15%;
}
.order .shop .spec-desc[data-v-3deb603c] {
  font-size: 13px;
  color: #7c7c7c;
}
.order .shop .refund-tip[data-v-3deb603c] {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .bargain-tag[data-v-3deb603c] {
  width: 25px;
  height: 16px;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  background-color: #ff4e4e;
  border-radius: 0 8px 8px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order .shopImg[data-v-3deb603c] {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}
.order .shopBox[data-v-3deb603c] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
}
.order .shop1[data-v-3deb603c] {
  color: #191919;
  width: 100%;
  font-size: 15px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order .shop2[data-v-3deb603c] {
  width: 100%;
  color: #e00000;
  font-size: 15px;
}
.order .shopNum[data-v-3deb603c] {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 12px;
  text-align: center;
}
.order .b1[data-v-3deb603c] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  font-size: 15px;
  font-weight: 900;
}
.order .b2[data-v-3deb603c] {
  float: right;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #2ba245;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.order .b3[data-v-3deb603c] {
  float: left;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #3e3a34;
  border: 1px solid #3e3a34;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.order .b3 a[data-v-3deb603c] {
  color: #3e3a34;
}
.order .b4[data-v-3deb603c] {
  float: right;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #3e3a34;
  border: 1px solid #3e3a34;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.order .b4 a[data-v-3deb603c] {
  color: #3e3a34;
}
.convenient-buy-tag[data-v-3deb603c] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  background: linear-gradient(45deg, #ff5775, #d92e21);
  color: white;
  padding: 2px 4px;
  border-radius: 4px 8px;
}

.order .van-count-down {
  color: #d92a1d;
}

.rank-item[data-v-6c7f4f88] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
}
.rank-item .icon-medal[data-v-6c7f4f88] {
  position: absolute;
  width: 26px;
  height: 29px;
  top: 0px;
  left: 0px;
}
.rank-item img[data-v-6c7f4f88] {
  width: 96px;
  height: 96px;
  margin-right: 8px;
}
.goods-info[data-v-6c7f4f88] {
  width: calc(100% - 96px - 8px);
}
.buy-info[data-v-6c7f4f88] {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #804800;
  margin-top: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 16px;
  background: linear-gradient(277deg, #fffcf4 0%, #fff3e3 100%);
  border-radius: 58px 58px 58px 58px;
}
.pirce-info[data-v-6c7f4f88] {
  margin-top: 4px;
}
.medal[data-v-6c7f4f88] {
  position: absolute;
  width: 26px;
  height: 29px;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.medal1[data-v-6c7f4f88] {
  color: #f3a844;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 0px 0px 0px #d89a41;
}
.medal2[data-v-6c7f4f88] {
  color: #b1b1b1;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 0px 0px 0px #9c9c9c;
}
.medal3[data-v-6c7f4f88] {
  color: #efa757;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 0px 0px 0px #e8983f;
}
.medal-other[data-v-6c7f4f88] {
  color: #cf8f3c;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2), 0px 0px 0px #c17e29;
}
.medal-num[data-v-6c7f4f88] {
  font-size: 12px;
  top: 2px;
}

.container[data-v-25d700d2] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  background: #fff;
}
.container .In_c_Img[data-v-25d700d2] {
  display: block;
  width: 100%;
}
.container .in_c_I_p[data-v-25d700d2] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-25d700d2] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-25d700d2] {
  height: 85px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .point[data-v-25d700d2] {
  font-size: 16px;
}
.container .goods-info-price[data-v-25d700d2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .goods-info-price .price[data-v-25d700d2] {
  text-decoration: line-through;
  color: #888888;
}
.container .goods-info-price .sale-desc[data-v-25d700d2] {
  font-size: 0.5rem;
  color: #ff3600;
}
.rank-tag[data-v-25d700d2] {
  width: 1.16rem;
  height: 1.08rem;
  position: absolute;
  top: 0px;
  left: 0.6rem;
}

.live-item-container[data-v-5bd23b10] {
  width: 100%;
  height: 175px;
  background-color: #fff;
  border-radius: 10px;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.live-item-container .title[data-v-5bd23b10] {
  height: 25px;
  line-height: 25px;
}
.live-item-container .title .room-info[data-v-5bd23b10] {
  width: 100%;
  height: 25px;
}
.live-item-container .title .room-info .name[data-v-5bd23b10] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.live-item-container .title .room-info .pic[data-v-5bd23b10] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  overflow: hidden;
}
.live-item-container .title .room-info .pic img[data-v-5bd23b10] {
  width: 100%;
  height: 100%;
}
.live-item-container .title .watch-times[data-v-5bd23b10] {
  width: 120px;
  height: 25px;
  line-height: 25px;
  background-color: #999999;
  border-radius: 20px;
  color: #fff;
  font-size: 12px;
}
.live-item-container .title .watch-times .gif[data-v-5bd23b10] {
  width: 40px;
  height: 25px;
  background-color: #f3192c;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.live-item-container .title .watch-times .gif img[data-v-5bd23b10] {
  width: 50%;
  height: 80%;
}
.live-item-container .content[data-v-5bd23b10] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
}
.live-item-container .content .goods-pic[data-v-5bd23b10] {
  width: 35%;
  height: 98%;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.live-item-container .content .goods-pic .img[data-v-5bd23b10] {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.live-item-container .content .goods-pic .mask[data-v-5bd23b10] {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
}
.live-item-container .content .goods-pic .play-icon[data-v-5bd23b10] {
  position: absolute;
  z-index: 3;
  top: 35%;
  left: 35%;
}
.live-item-container .content .goods-info[data-v-5bd23b10] {
  width: 60%;
}
.live-item-container .content .goods-info .goods-name[data-v-5bd23b10] {
  font-size: 15px;
}
.live-item-container .content .goods-info .goods-desc[data-v-5bd23b10] {
  font-size: 12px;
  color: gray;
  width: 90%;
  height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.live-item-container .content .price-info .cheap-price span[data-v-5bd23b10]:nth-child(1) {
  color: #ff0802;
  font-weight: bold;
  font-size: 16px;
}
.live-item-container .content .price-info .cheap-price span[data-v-5bd23b10]:nth-child(2) {
  color: #ff0802;
  font-size: 12px;
}

.container[data-v-725060ac] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  position: relative;
  background: #fff;
}
.container .In_c_Img[data-v-725060ac] {
  display: block;
  width: 100%;
}
.container .in_c_I_p[data-v-725060ac] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-725060ac] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-725060ac] {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 7px;
  padding-right: 7px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .point[data-v-725060ac] {
  font-size: 12px;
}
.container .goods-info .orginal-price[data-v-725060ac] {
  font-size: 12px;
}
.container .goods-info .price[data-v-725060ac] {
  text-decoration: line-through;
  font-size: 12px;
  color: #888888;
}
.container .goods-info-price[data-v-725060ac] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .goods-info-price .price[data-v-725060ac] {
  font-size: 12px;
  color: #222;
  text-decoration: line-through;
}
.container .goods-info-price .sale-desc[data-v-725060ac] {
  font-size: 12px;
  color: #ff3600;
}

.point-center-banner .van-count-down {
  color: #4d4d4d;
}

.banner[data-v-d429bff0] {
  width: 100%;
}
.banner img[data-v-d429bff0] {
  width: 100%;
  height: 100%;
}
.banner .buttons[data-v-d429bff0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 11;
  left: 0;
  width: 95%;
  bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1.96rem;
}
.banner .buttons .button[data-v-d429bff0] {
  padding: 0rem 0.4rem;
  color: #fff;
  font-size: 0.48rem;
}
.banner .buttons .button-rule[data-v-d429bff0] {
  padding: 0rem 0.2rem 0rem 0.4rem;
  font-size: 0.48rem;
}
.banner .buttons .icon-more[data-v-d429bff0] {
  width: 0.52rem;
  height: 0.52rem;
  padding: 0 0.08rem;
}
.banner .buttons .icon-more img[data-v-d429bff0] {
  width: 100%;
  height: 100%;
}
.point[data-v-d429bff0] {
  position: relative;
  top: -20px;
}
.point .point-bg[data-v-d429bff0] {
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.point .point-card[data-v-d429bff0] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}
.point .point-card .point-num[data-v-d429bff0] {
  font-size: 28px;
}
.point .point-card .exchange-button[data-v-d429bff0] {
  padding: 0 16px;
  height: 28px;
  color: #fff;
  border-radius: 14px;
  -webkit-box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.slogan[data-v-d429bff0] {
  background-color: #fff100;
  top: 117px;
  left: 0.88rem;
  padding: 2px 8px;
  border-radius: 12.5px;
}

.select-payment-container[data-v-60181ee1] {
  /*支付方式*/
}
.select-payment-container .title[data-v-60181ee1] {
  width: 95%;
}
.select-payment-container .pay[data-v-60181ee1] {
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.select-payment-container .pay[data-v-60181ee1]:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.select-payment-container .payBox[data-v-60181ee1] {
  width: 100%;
  margin: 0 auto;
}
.select-payment-container .payImg[data-v-60181ee1] {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
}
.select-payment-container .payTxt[data-v-60181ee1] {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.select-payment-container .payt1[data-v-60181ee1] {
  color: #4d4d4d;
  display: inline-block;
  font-size: 16px;
}
.select-payment-container .payf1[data-v-60181ee1] {
  color: #e00000;
  font-size: 16px;
  font-weight: normal;
}
.select-payment-container .payf2[data-v-60181ee1] {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.select-payment-container .payt2[data-v-60181ee1] {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  background-color: #e00000;
  border-radius: 15px;
  color: #fff;
}
.select-payment-container .paytj[data-v-60181ee1] {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.select-payment-container .payj1[data-v-60181ee1] {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.select-payment-container .payj2[data-v-60181ee1] {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
.select-payment-container .ohterpay[data-v-60181ee1] {
  text-align: center;
}
.select-payment-container .otherpay1[data-v-60181ee1] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.55rem;
  color: #191919;
}
.select-payment-container .otherpayImg[data-v-60181ee1] {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-left: 5px;
}

.deal-recent[data-v-6297c8ae] {
  background-color: #fff;
  border-radius: 10px;
}
.com-deal-recent .userIcon[data-v-6297c8ae] {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.com-deal-recent .newestBuy[data-v-6297c8ae] {
  width: 28%;
  padding: 3px 5px;
  text-align: center;
  background-color: #e54635;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  -ms-flex-item-align: center;
      align-self: center;
}
.com-deal-recent .deal-news[data-v-6297c8ae] {
  width: 80%;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-deal-recent .count-down-container[data-v-6297c8ae] {
  padding: 0 10px 10px 10px;
  margin-bottom: 0.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.com-deal-recent .count-down-container-title[data-v-6297c8ae] {
  font-weight: bold;
  font-size: 16px;
}
.com-deal-recent .count-down-container .title[data-v-6297c8ae] {
  font-size: 15px;
  font-family: 'PingFangSC-Medium', 'PingFang SC Medium', 'PingFang SC', sans-serif;
  font-weight: 500;
}

.btn[data-v-c98e5b8e] {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ff2400), to(#fea005));
  background: linear-gradient(to right, #ff2400, #fea005);
  font-family: 'PingFangSC-Medium';
}
.container[data-v-c98e5b8e] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
          box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
  background: #fff;
  overflow: hidden;
}
.container .cornerImg[data-v-c98e5b8e] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.72rem;
  width: auto;
}
.container .In_c_Img[data-v-c98e5b8e] {
  display: block;
  width: 100%;
  height: 7rem;
}
.container .dw_img[data-v-c98e5b8e] {
  width: 3.8rem;
  height: 3.8rem;
}
.container .name[data-v-c98e5b8e] {
  padding-top: 0.32rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50vw - 32px);
}
.container .recommend-intro[data-v-c98e5b8e] {
  max-width: 160px;
  color: #999999;
}
.container .recommend-intro .item[data-v-c98e5b8e] {
  border-right: 1px solid;
}
.container .recommend-intro .item[data-v-c98e5b8e]:last-child {
  border-right: 0;
  padding-right: 0;
}
.container .recommend-intro .item[data-v-c98e5b8e]:first-child {
  padding-left: 0;
}
.container .in_c_I_p[data-v-c98e5b8e] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-c98e5b8e] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-c98e5b8e] {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .goods-desc[data-v-c98e5b8e] {
  margin-top: 0.16rem;
  color: #808080;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.container .goods-info .goods-desc .sale-desc[data-v-c98e5b8e] {
  margin-right: 0.16rem;
}
.container .goods-info .goods-desc .original-price[data-v-c98e5b8e] {
  margin-left: 0.16rem;
  text-decoration: line-through;
}
.container .goods-info .point[data-v-c98e5b8e] {
  font-size: 16px;
}
.container .goods-info .goods-tag[data-v-c98e5b8e] {
  max-width: 165px;
}
.container .goods-info .goods-tag .item[data-v-c98e5b8e] {
  height: 18px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .goods-info .goods-tag .item[data-v-c98e5b8e]:last-child {
  margin-right: 0;
}
.container .goods-info .goods-tag .tag1[data-v-c98e5b8e] {
  padding: 1px 4px 0 4px;
  background: rgba(229, 70, 53);
  margin-right: 4px;
}
.container .goods-info .goods-tag .tag2[data-v-c98e5b8e] {
  padding: 0 4px;
  border: 1px solid rgba(229, 70, 53, 0.5);
}
.container .goods-info .goods-bottom[data-v-c98e5b8e] {
  margin-top: 4px;
}

.vue-waterfall-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vue-waterfall-column:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vue-waterfall-column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.waterfall-container .loading-container-text[data-v-4bafe361] {
  padding-bottom: 80vh;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.waterfall-container .adv-img[data-v-4bafe361] {
  margin-bottom: 8px;
}
.waterfall-container .adv-img .van-image[data-v-4bafe361] {
  width: calc(97%);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
}

.guess-your-favor[data-v-0cd9ea96] {
  background-color: #f2f2f2;
}
.com-point-notice-mask .t_Img[data-v-0cd9ea96] {
  display: inline-block;
  vertical-align: middle;
  width: 0.6rem;
  margin-left: 0.5rem;
  margin-right: 0.3rem;
}
.com-point-notice-mask .t_txt[data-v-0cd9ea96] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 2rem);
  font-size: 0.5rem;
  color: #ffffff;
}
.com-point-notice-mask.top[data-v-0cd9ea96] {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.point-center-banner .van-count-down {
  color: #4d4d4d;
}

.banner[data-v-28015dcc] {
  width: 100%;
}
.banner img[data-v-28015dcc] {
  width: 100%;
  height: 100%;
}
.banner .buttons[data-v-28015dcc] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 11;
  left: 0;
  width: 95%;
  bottom: 1rem;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1.96rem;
}
.banner .buttons .button[data-v-28015dcc] {
  padding: 0rem 0.4rem;
  color: #fff;
  font-size: 0.48rem;
}
.banner .buttons .button-rule[data-v-28015dcc] {
  padding: 0rem 0.2rem 0rem 0.4rem;
  font-size: 0.48rem;
}
.banner .buttons .icon-more[data-v-28015dcc] {
  width: 0.52rem;
  height: 0.52rem;
  padding: 0 0.08rem;
}
.banner .buttons .icon-more img[data-v-28015dcc] {
  width: 100%;
  height: 100%;
}
.point[data-v-28015dcc] {
  position: relative;
  top: -20px;
}
.point .point-bg[data-v-28015dcc] {
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 20px 20px 0px 0px;
}
.point .point-card[data-v-28015dcc] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background-color: #fff;
}
.point .point-card .exchange-button[data-v-28015dcc] {
  padding: 4px 12px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  border-radius: 6px;
  background: -webkit-gradient(linear, left top, right top, from(#ff3000), to(#fe9505));
  background: linear-gradient(90deg, #ff3000 0%, #fe9505 100%);
}
.point .point-card .point-area .vertical-line[data-v-28015dcc] {
  height: 24px;
  width: 0.5px;
  border-left: 0.5px solid #ccc;
}
.point .point-card .notice-bar[data-v-28015dcc] {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 25px;
}
.slogan[data-v-28015dcc] {
  background-color: #fff100;
  top: 117px;
  left: 0.88rem;
  padding: 2px 8px;
  border-radius: 12.5px;
}

.select-payment-container[data-v-0a03a8f3] {
  /*支付方式*/
}
.select-payment-container .title[data-v-0a03a8f3] {
  width: 95%;
}
.select-payment-container .pay[data-v-0a03a8f3] {
  padding: 10px 0;
  border-bottom: 1px dashed #e0e0e0;
}
.select-payment-container .pay[data-v-0a03a8f3]:last-child {
  border: none;
  margin-bottom: 0;
  padding-bottom: 5px;
}
.select-payment-container .payBox[data-v-0a03a8f3] {
  width: 100%;
  margin: 0 auto;
}
.select-payment-container .payImg[data-v-0a03a8f3] {
  display: inline-block;
  vertical-align: middle;
  width: 36px;
}
.select-payment-container .payTxt[data-v-0a03a8f3] {
  width: calc(100% - 90px);
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.select-payment-container .payt1[data-v-0a03a8f3] {
  color: #4d4d4d;
  display: inline-block;
  font-size: 16px;
}
.select-payment-container .payf1[data-v-0a03a8f3] {
  color: #e00000;
  font-size: 16px;
  font-weight: normal;
}
.select-payment-container .payf2[data-v-0a03a8f3] {
  color: #999;
  font-size: 16px;
  font-weight: normal;
}
.select-payment-container .payt2[data-v-0a03a8f3] {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  font-size: 10px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  background-color: #e00000;
  border-radius: 15px;
  color: #fff;
}
.select-payment-container .paytj[data-v-0a03a8f3] {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.select-payment-container .payj1[data-v-0a03a8f3] {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
}
.select-payment-container .payj2[data-v-0a03a8f3] {
  width: 18px;
  display: inline-block;
  vertical-align: middle;
}
.select-payment-container .ohterpay[data-v-0a03a8f3] {
  text-align: center;
}
.select-payment-container .otherpay1[data-v-0a03a8f3] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.55rem;
  color: #191919;
}
.select-payment-container .otherpayImg[data-v-0a03a8f3] {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  margin-left: 5px;
}

.btn[data-v-d1c73972] {
  width: 100%;
  height: 30px;
  border-radius: 6px;
  color: white;
  background: -webkit-gradient(linear, left top, right top, from(#ff2400), to(#fea005));
  background: linear-gradient(to right, #ff2400, #fea005);
  font-family: 'PingFangSC-Medium';
}
.container[data-v-d1c73972] {
  width: 100%;
  display: inline-block;
  border-radius: 8px;
  margin-bottom: 8px;
  position: relative;
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
          box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
  background: #fff;
  overflow: hidden;
}
.container .cornerImg[data-v-d1c73972] {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 0.72rem;
  width: auto;
}
.container .In_c_Img[data-v-d1c73972],
.container .dw_img[data-v-d1c73972] {
  display: block;
  width: 100%;
  height: 7rem;
}
.container .name[data-v-d1c73972] {
  padding-top: 0.32rem;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* 显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc(50vw - 32px);
}
.container .recommend-intro[data-v-d1c73972] {
  max-width: 160px;
  color: #999999;
}
.container .recommend-intro .item[data-v-d1c73972] {
  border-right: 1px solid;
}
.container .recommend-intro .item[data-v-d1c73972]:last-child {
  border-right: 0;
  padding-right: 0;
}
.container .recommend-intro .item[data-v-d1c73972]:first-child {
  padding-left: 0;
}
.container .in_c_I_p[data-v-d1c73972] {
  display: inline-block;
  vertical-align: middle;
}
.container .in_c_I_p1[data-v-d1c73972] {
  width: 100%;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
}
.container .goods-info[data-v-d1c73972] {
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8px;
  padding-right: 8px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.container .goods-info .goods-desc[data-v-d1c73972] {
  margin-top: 0.16rem;
  font-size: 12px;
  color: #ffffff;
}
.container .goods-info .goods-desc span[data-v-d1c73972] {
  display: block;
  line-height: 19px;
  padding: 0 5px;
  border-radius: 2px;
  background: #f95c05;
}
.container .goods-info .goods-desc span + span[data-v-d1c73972] {
  background: #ff0000;
}
.container .goods-info .point[data-v-d1c73972] {
  font-size: 16px;
}
.container .goods-info .goods-bottom[data-v-d1c73972] {
  margin-top: 4px;
}
.container .goods-info .goods-bottom .original-price[data-v-d1c73972] {
  margin-left: 0.16rem;
  text-decoration: line-through;
  font-weight: normal;
}
.container .top[data-v-d1c73972] {
  width: 54px;
  height: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#fdc643), to(#ff9e00));
  background: linear-gradient(90deg, #fdc643 0%, #ff9e00 100%);
  border-radius: 0px 12px 12px 0px;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.container .tag[data-v-d1c73972] {
  width: 98px;
  height: 21px;
  background: -webkit-gradient(linear, left top, right top, from(#ed742d), to(#e6ba3f)), -webkit-gradient(linear, left top, right top, from(#ff8036), to(#f8c842));
  background: linear-gradient(90deg, #ed742d 0%, #e6ba3f 100%), linear-gradient(90deg, #ff8036 0%, #f8c842 100%);
  border-radius: 10px 0px 0px 0px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 21px;
  top: 172px;
  font-size: 12px;
  color: #fff;
}

.vue-waterfall-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.vue-waterfall-column:first-child {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.vue-waterfall-column:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.waterfall-container .loading-container-text[data-v-ccbe5222] {
  padding-bottom: 80vh;
  color: #797979;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
}
.waterfall-container .adv-img[data-v-ccbe5222] {
  margin-bottom: 8px;
}
.waterfall-container .adv-img img[data-v-ccbe5222] {
  width: calc(97%);
  height: auto;
  border-radius: 8px;
}

.order[data-v-0f637610] {
  position: relative;
  /*有订单*/
  padding: 10px;
  margin-left: 10px;
  margin-right: 10px;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  /*商品*/
}
.order .pay-btn[data-v-0f637610] {
  font-size: 13px;
  color: #fff;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .bottom[data-v-0f637610] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.order .bottom .kefu[data-v-0f637610],
.order .bottom .logistics[data-v-0f637610],
.order .bottom .buy-again[data-v-0f637610],
.order .bottom .pay-btn[data-v-0f637610] {
  font-size: 13px;
  width: 80px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .bottom .kefu[data-v-0f637610],
.order .bottom .logistics[data-v-0f637610] {
  background: white;
  color: #656565;
  border: 1px solid #ddd;
}
.order .bottom .buy-again[data-v-0f637610],
.order .bottom .pay-btn[data-v-0f637610] {
  color: white;
}
.order .top[data-v-0f637610] {
  margin: 0 auto;
}
.order .t1[data-v-0f637610] {
  display: inline-block;
  vertical-align: middle;
  width: 70%;
  font-size: 15px;
  color: #333333;
  text-align: left;
}
.order .t2[data-v-0f637610] {
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  font-size: 15px;
  text-align: right;
}
.order .shop[data-v-0f637610] {
  width: 100%;
  margin: 10px auto;
  position: relative;
}
.order .shop .sold-out[data-v-0f637610] {
  position: absolute;
  right: 15%;
  top: 15%;
}
.order .shop .spec-desc[data-v-0f637610] {
  font-size: 13px;
  color: #7c7c7c;
}
.order .shop .refund-tip[data-v-0f637610] {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 0 5px;
  margin: 5px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.order .bargain-tag[data-v-0f637610] {
  width: 25px;
  height: 16px;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  color: #fff;
  background-color: #ff4e4e;
  border-radius: 0 8px 8px 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order .shopImg[data-v-0f637610] {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
}
.order .shopBox[data-v-0f637610] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 120px);
}
.order .shop1[data-v-0f637610] {
  color: #191919;
  width: 100%;
  font-size: 15px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.order .shop2[data-v-0f637610] {
  width: 100%;
  color: #e00000;
  font-size: 15px;
}
.order .shopNum[data-v-0f637610] {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  font-size: 12px;
  text-align: center;
}
.order .b1[data-v-0f637610] {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 80px);
  font-size: 15px;
  font-weight: 900;
}
.order .b2[data-v-0f637610] {
  float: right;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #2ba245;
  border-radius: 6px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
.order .b3[data-v-0f637610] {
  float: left;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #3e3a34;
  border: 1px solid #3e3a34;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.order .b3 a[data-v-0f637610] {
  color: #3e3a34;
}
.order .b4[data-v-0f637610] {
  float: right;
  width: 130px;
  height: 35px;
  line-height: 35px;
  color: #3e3a34;
  border: 1px solid #3e3a34;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.order .b4 a[data-v-0f637610] {
  color: #3e3a34;
}
.convenient-buy-tag[data-v-0f637610] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  background: linear-gradient(45deg, #ff5775, #d92e21);
  color: white;
  padding: 2px 4px;
  border-radius: 4px 8px;
}

.order .van-count-down {
  color: #d92a1d;
}

.waterfall-wrapper[data-v-143761cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.col-wrapper[data-v-143761cd] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.col-wrapper:first-child div[data-v-143761cd] {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.col-wrapper:last-child div[data-v-143761cd] {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.waterfall-wrapper .hapi .waterfall-card {
  -webkit-animation: 0.4s hapi-animation linear;
          animation: 0.4s hapi-animation linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes hapi-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
@keyframes hapi-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(0);
            transform: scale(0);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: scale(1);
            transform: scale(1);
}
}
.waterfall-wrapper .osiris .waterfall-card {
  -webkit-animation: 0.4s osiris-animation linear;
          animation: 0.4s osiris-animation linear;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes osiris-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(-3000px) rotateY(-1turn);
            transform: translateZ(-3000px) rotateY(-1turn);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(0) rotateY(0turn);
            transform: translateZ(0) rotateY(0turn);
}
}
@keyframes osiris-animation {
from {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(-3000px) rotateY(-1turn);
            transform: translateZ(-3000px) rotateY(-1turn);
}
to {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-transform: translateZ(0) rotateY(0turn);
            transform: translateZ(0) rotateY(0turn);
}
}

.add-to-desktop[data-v-f22c37bc] {
  position: fixed;
  bottom: 70px;
  left: 8px;
  right: 8px;
  height: 40px;
  z-index: 1000;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 35px;
  background-image: -webkit-gradient(linear, left top, right top, from(#4ab3ff), to(#1a8ee9));
  background-image: linear-gradient(90deg, #4ab3ff, #1a8ee9);
  color: white;
}
.add-to-desktop .logo[data-v-f22c37bc] {
  width: 35px;
  height: 35px;
  margin-right: 4px;
}
.add-to-desktop .close-btn[data-v-f22c37bc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3px;
  border: 1px solid white;
  border-radius: 50%;
}
.add-to-desktop .close-btn img[data-v-f22c37bc] {
  width: 8px;
  height: 8px;
}

.slide-grid[data-v-347c622c] {
  overflow-x: auto;
  display: -webkit-box;
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
.slide-grid .grid-item[data-v-347c622c] {
  width: 89px;
}
.slide-grid .grid-item img[data-v-347c622c] {
  width: 44px;
  height: 44px;
}
.slide-grid[data-v-347c622c]::-webkit-scrollbar {
  display: none;
}
.scroll-bar[data-v-347c622c] {
  width: 12px;
  height: 3px;
  background: #d5d5d5;
  border-radius: 2px 2px 2px 2px;
}
.scroll-bar .thumb[data-v-347c622c] {
  height: 100%;
  background-color: #f36f68;
}

.notice-bar .notice-swipe {
  height: 40px;
  line-height: 40px;
}

.mask-rule[data-v-dad8e7fa] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 5.4rem;
}
.mask-rule .dialog-content[data-v-dad8e7fa] {
  width: 337px;
  position: relative;
}
.mask-rule .dialog-content .cards[data-v-dad8e7fa] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 2.2rem;
  font-size: 18px;
  background-color: #f2f2f2;
}
.mask-rule .dialog-content .service-card[data-v-dad8e7fa] {
  border-radius: 10px 0 0 0;
}
.mask-rule .dialog-content .rule-card[data-v-dad8e7fa] {
  border-radius: 0 10px 0 0;
}
.mask-rule .dialog-content .active[data-v-dad8e7fa] {
  font-weight: bold;
  color: #e54635;
  background-color: #fff;
}
.mask-rule .dialog-content .service-content[data-v-dad8e7fa] {
  height: 125px;
}
.mask-rule .dialog-content .service-content .service-icon[data-v-dad8e7fa] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 36px;
  height: 36px;
  margin-right: 4px;
}
.mask-rule .dialog-content .service-content .service-icon .img[data-v-dad8e7fa] {
  width: 100%;
  height: 100%;
}
.mask-rule .dialog-content .service-content .service-text .text-top[data-v-dad8e7fa] {
  font-size: 18px;
  font-weight: bold;
}
.mask-rule .dialog-content .service-content .service-text .text-bottom[data-v-dad8e7fa] {
  color: #4d4d4d;
  font-size: 14px;
}
.mask-rule .dialog-content .background-quality[data-v-dad8e7fa] {
  background: -webkit-gradient(linear, left top, right top, from(#d0e6fa), to(#fff));
  background: linear-gradient(to right, #d0e6fa, #fff);
}
.mask-rule .dialog-content .background-quality .text-top[data-v-dad8e7fa] {
  color: #3a7bc2;
}
.mask-rule .dialog-content .background-week[data-v-dad8e7fa] {
  background: -webkit-gradient(linear, left top, right top, from(#d5fdf2), to(#fff));
  background: linear-gradient(to right, #d5fdf2, #fff);
}
.mask-rule .dialog-content .background-week .text-top[data-v-dad8e7fa] {
  color: #53a08e;
}
.mask-rule .dialog-content .background-postage[data-v-dad8e7fa] {
  background: -webkit-gradient(linear, left top, right top, from(#ffead3), to(#fff));
  background: linear-gradient(to right, #ffead3, #fff);
  border-radius: 0 0 10px 10px;
}
.mask-rule .dialog-content .background-postage .text-top[data-v-dad8e7fa] {
  color: #f1a661;
}
.mask-rule .dialog-content .close-btn[data-v-dad8e7fa] {
  text-align: center;
  margin: auto;
  margin-top: 20px;
}
.rule-box[data-v-dad8e7fa] {
  height: 335px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  overflow-y: auto;
}
.rule-box .rule-text[data-v-dad8e7fa] {
  color: #333333;
  font-size: 14px;
}
.rule-box .rule-text[data-v-dad8e7fa]::-webkit-scrollbar {
  display: none;
}

.mask[data-v-03b113ef] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mask .dialog-content[data-v-03b113ef] {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 80px;
}
.mask .dialog-content .image[data-v-03b113ef] {
  width: 100%;
}
.mask .dialog-content .text[data-v-03b113ef] {
  font-family: PingFang SC;
  font-size: 20px;
  color: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 80vw;
}
.mask .dialog-content .point[data-v-03b113ef] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fefbe9;
}
.mask .dialog-content .close-btn[data-v-03b113ef] {
  text-align: center;
  margin: auto;
  color: white;
}
.mask .dialog-content .close-dialog[data-v-03b113ef] {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 5px;
}
.fade-enter[data-v-03b113ef] {
  opacity: 0;
}
.fade-enter-active[data-v-03b113ef] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-enter-to[data-v-03b113ef] {
  opacity: 1;
}
.fade-leave[data-v-03b113ef] {
  opacity: 1;
}
.fade-leave-active[data-v-03b113ef] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-leave-to[data-v-03b113ef] {
  opacity: 0;
}

.notify-con[data-v-5d35c485] {
  width: 96%;
  height: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0px 3px 5px #999;
          box-shadow: 0px 3px 5px #999;
  position: fixed;
  top: 10px;
  left: 2%;
}
.notify-con .logo[data-v-5d35c485] {
  width: 25px;
  height: 25px;
}
.notify-con .content .btn[data-v-5d35c485] {
  width: 75px;
  height: 30px;
  border-radius: 15px;
}
.notify-con .desc[data-v-5d35c485] {
  width: 75%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fade-enter[data-v-5d35c485] {
  opacity: 0;
  top: -30px;
}
.fade-enter-active[data-v-5d35c485] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fade-enter-to[data-v-5d35c485] {
  opacity: 1;
  top: 10px;
}
.fade-leave[data-v-5d35c485] {
  opacity: 1;
  top: 10px;
}
.fade-leave-active[data-v-5d35c485] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fade-leave-to[data-v-5d35c485] {
  opacity: 0;
  top: -30px;
}

.mask[data-v-b5cc7ece] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask .dialog-content[data-v-b5cc7ece] {
  width: 160px;
  height: 160px;
  background-color: white;
  border-radius: 16px;
}
.mask .dialog-content .title[data-v-b5cc7ece] {
  color: #333;
  font-size: 18px;
}
.mask .dialog-content .subtitle[data-v-b5cc7ece] {
  color: #888;
  font-size: 15px;
}
.fade-enter[data-v-b5cc7ece] {
  opacity: 0;
}
.fade-enter-active[data-v-b5cc7ece] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-enter-to[data-v-b5cc7ece] {
  opacity: 1;
}
.fade-leave[data-v-b5cc7ece] {
  opacity: 1;
}
.fade-leave-active[data-v-b5cc7ece] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-leave-to[data-v-b5cc7ece] {
  opacity: 0;
}

.mask[data-v-2af78b8f] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 135px;
}
.mask .dialog-content[data-v-2af78b8f] {
  position: relative;
}
.mask .dialog-content .point[data-v-2af78b8f] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fefbe9;
}
.mask .dialog-content .close-btn[data-v-2af78b8f] {
  text-align: center;
  margin: auto;
  margin-top: 10px;
  color: white;
  opacity: 0.5;
}
.mask .dialog-content .close-dialog[data-v-2af78b8f] {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 5px;
}
.mask .dialog-content .to-cod-btn[data-v-2af78b8f] {
  width: 200px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.fade-enter[data-v-2af78b8f] {
  opacity: 0;
}
.fade-enter-active[data-v-2af78b8f] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-enter-to[data-v-2af78b8f] {
  opacity: 1;
}
.fade-leave[data-v-2af78b8f] {
  opacity: 1;
}
.fade-leave-active[data-v-2af78b8f] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-leave-to[data-v-2af78b8f] {
  opacity: 0;
}

.mask[data-v-f85d10ca] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mask .dialog-content[data-v-f85d10ca] {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 80px;
}
.mask .dialog-content .image[data-v-f85d10ca] {
  width: 80vw;
  margin: 0 10vw;
}
.mask .dialog-content .text[data-v-f85d10ca] {
  font-family: PingFang SC;
  font-size: 20px;
  color: #f77229;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  top: 85vw;
}
.mask .dialog-content .close-btn[data-v-f85d10ca] {
  text-align: center;
  margin: auto;
  color: white;
}
.fade-enter[data-v-f85d10ca] {
  opacity: 0;
  top: -30px;
}
.fade-enter-active[data-v-f85d10ca] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fade-enter-to[data-v-f85d10ca] {
  opacity: 1;
  top: 10px;
}
.fade-leave[data-v-f85d10ca] {
  opacity: 1;
  top: 10px;
}
.fade-leave-active[data-v-f85d10ca] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.fade-leave-to[data-v-f85d10ca] {
  opacity: 0;
  top: -30px;
}

.amount[data-v-6dc7d857] {
  font-size: 48px;
}
.mask[data-v-6dc7d857] {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mask .dialog-content[data-v-6dc7d857] {
  position: relative;
}
.mask .dialog-content .point[data-v-6dc7d857] {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  color: #fefbe9;
}
.mask .dialog-content .close-btn[data-v-6dc7d857] {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  margin: auto;
  margin-top: 10px;
  color: white;
  opacity: 0.5;
}
.mask .dialog-content .close-dialog[data-v-6dc7d857] {
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 5px;
}
.mask .dialog-content .to-cod-btn[data-v-6dc7d857] {
  width: 200px;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
.fade-enter[data-v-6dc7d857] {
  opacity: 0;
}
.fade-enter-active[data-v-6dc7d857] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-enter-to[data-v-6dc7d857] {
  opacity: 1;
}
.fade-leave[data-v-6dc7d857] {
  opacity: 1;
}
.fade-leave-active[data-v-6dc7d857] {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.fade-leave-to[data-v-6dc7d857] {
  opacity: 0;
}

.dialog-box[data-v-567f86be] {
  width: 343px;
  overflow: hidden;
}
.dialog-box .dialog-container[data-v-567f86be] {
  width: 100%;
  height: 284px;
  border-radius: 10px;
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.dialog-box .dialog-container .above[data-v-567f86be] {
  height: 194px;
  border-bottom: 1px #cccccc dashed;
}
.dialog-box .dialog-container .above .above-item[data-v-567f86be] {
  height: 124px;
  width: 303px;
  margin-top: 40px;
}
.dialog-box .dialog-container .above .above-item .desc[data-v-567f86be] {
  height: 83px;
}
.dialog-box .dialog-container .above .above-item .button[data-v-567f86be] {
  height: 41px;
  width: 140px;
  border-radius: 5px;
  font-size: 15px;
  border-width: 1.5px;
  line-height: 38px;
}
.dialog-box .dialog-container .below[data-v-567f86be] {
  height: 90px;
  color: #999999;
  font-size: 12px;
}
.dialog-box .dialog-container .below .below-item[data-v-567f86be] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px;
  padding-left: 10px;
  padding-right: 10px;
}
.dialog-box .dialog-container .below .below-item .title[data-v-567f86be] {
  width: 48px;
  text-align: left;
  margin-right: 8px;
}
.dialog-box .dialog-container[data-v-567f86be]::before {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 186px;
  left: -8px;
}
.dialog-box .dialog-container[data-v-567f86be]::after {
  content: '';
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 82px;
  right: -8px;
}
.dialog-box .cancel-button[data-v-567f86be] {
  width: 30px;
  height: 30px;
  position: absolute;
  bottom: 5px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin-left: 50%;
  overflow: hidden;
  border: none;
}

#YSF-BTN-HOLDER #YSF-CUSTOM-ENTRY-7 {
  position: fixed;
  bottom: 73px;
  right: 20px;
  -webkit-box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
          box-shadow: 0px 0px 6px rgba(128, 128, 128, 0.2);
}
#YSF-BTN-HOLDER #YSF-CUSTOM-ENTRY-7 img {
  width: 50px;
  height: 50px;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.background-image {
  display: inline-block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.h2title {
  width: 100%;
  font-size: 20px;
  color: #333;
  text-align: center;
  line-height: 40px;
  height: 40px;
  padding: 10px 0;
}
.h2title span {
  padding-left: 5px;
}
.h2title svg {
  margin-bottom: 1px;
}
.boxli svg {
  position: relative;
  top: 8px;
}
.In_c_Img img {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.loading-container[data-v-c74f5dc8] {
  height: 100vh;
  width: 100vw;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading-container img[data-v-c74f5dc8] {
  width: 60px;
  height: 60px;
}
.loading-container .tips[data-v-c74f5dc8] {
  margin-top: 10px;
  color: #7c7c7c;
}
.notify-content[data-v-c74f5dc8] {
  width: 100%;
}
.notify-desc[data-v-c74f5dc8] {
  text-align: left;
}
.notify-image[data-v-c74f5dc8] {
  width: 48px;
  height: 48px;
}
.notify-image img[data-v-c74f5dc8] {
  width: 100%;
  height: 100%;
}
.notify[data-v-c74f5dc8] {
  width: 90%;
  border-radius: 5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 12px 16px;
}

@-webkit-keyframes heartBeat-small {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartBeat-small {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  28% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.animate__heartBeatSmall {
  -webkit-animation-name: heartBeat-small;
          animation-name: heartBeat-small;
  -webkit-animation-duration: calc(var(--animate-duration) * 1.1);
          animation-duration: calc(var(--animate-duration) * 1.1);
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/** 清除内外边距 **/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}
/** 设置默认字体 **/
body,
button,
input,
select,
textarea {
  font: 14px/1.5 '微软雅黑', \5b8b\4f53, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
address,
cite,
dfn,
em,
var {
  font-style: normal;
}
/* 将斜体扶正 */
code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}
/* 统一等宽字体 */
small {
  font-size: 12px;
}
/* 小于 12px 的中文很难阅读, 让 small 正常化 */
/** 重置列表元素 **/
ul,
ol {
  list-style: none;
}
/** 重置文本格式元素 **/
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
sup {
  vertical-align: text-top;
}
/* 重置, 减少对行高的影响 */
sub {
  vertical-align: text-bottom;
}
/** 重置表单元素 **/
legend {
  color: #000;
}
/* for ie6 */
fieldset,
img {
  border: 0;
}
/* img 搭车：让链接里的 img 无边框 */
button,
input,
select,
textarea {
  font-size: 100%;
}
/* 使得表单元素在 ie 下能继承字体大小 */
/* 注：optgroup 无法扶正 */
/** 重置表格元素 **/
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 重置 HTML5 元素 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  display: block;
  margin: 0;
  padding: 0;
}
.text-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.fs11 {
  font-size: 0.44rem;
}
.fs12 {
  font-size: 0.48rem;
}
.fs13 {
  font-size: 0.52rem;
}
.fs14 {
  font-size: 0.56rem;
}
.fs15 {
  font-size: 0.6rem;
}
.fs16 {
  font-size: 0.64rem;
}
.fs17 {
  font-size: 0.68rem;
}
.fs18 {
  font-size: 0.72rem;
}
.fs20 {
  font-size: 0.8rem;
}
.fs23 {
  font-size: 0.92rem;
}
.fs24 {
  font-size: 0.96rem;
}
.fs26 {
  font-size: 1.04rem;
}
.fs27 {
  font-size: 1.08rem;
}
.opacity07 {
  opacity: 0.7;
}
.ml1_5 {
  margin-left: var(--space-1-5);
}
.mr1_5 {
  margin-right: var(--space-1-5);
}
.mx1_5 {
  margin-left: var(--space-1-5);
  margin-right: var(--space-1-5);
}
.mt1_5 {
  margin-top: var(--space-1-5);
}
.mb1_5 {
  margin-bottom: var(--space-1-5);
}
.my1_5 {
  margin-top: var(--space-1-5);
  margin-bottom: var(--space-1-5);
}
.pl1_5 {
  padding-left: var(--space-1-5);
}
.pr1_5 {
  padding-right: var(--space-1-5);
}
.px1_5 {
  padding-left: var(--space-1-5);
  padding-right: var(--space-1-5);
}
.pt1_5 {
  padding-top: var(--space-1-5);
}
.pb1_5 {
  padding-bottom: var(--space-1-5);
}
.py1_5 {
  padding-top: var(--space-1-5);
  padding-bottom: var(--space-1-5);
}
.ml2_5 {
  margin-left: var(--space-2-5);
}
.mr2_5 {
  margin-right: var(--space-2-5);
}
.mx2_5 {
  margin-left: var(--space-2-5);
  margin-right: var(--space-2-5);
}
.mt2_5 {
  margin-top: var(--space-2-5);
}
.mb2_5 {
  margin-bottom: var(--space-2-5);
}
.my2_5 {
  margin-top: var(--space-2-5);
  margin-bottom: var(--space-2-5);
}
.pl2_5 {
  padding-left: var(--space-2-5);
}
.pr2_5 {
  padding-right: var(--space-2-5);
}
.px2_5 {
  padding-left: var(--space-2-5);
  padding-right: var(--space-2-5);
}
.pt2_5 {
  padding-top: var(--space-2-5);
}
.pb2_5 {
  padding-bottom: var(--space-2-5);
}
.py2_5 {
  padding-top: var(--space-2-5);
  padding-bottom: var(--space-2-5);
}
.rounded-small {
  border-radius: var(--border-radius-small);
}
.rounded-large {
  border-radius: var(--border-radius-large);
}
button {
  border: none;
}
.br10 {
  border-radius: 10px;
}
.br4 {
  border-radius: 4px;
}
mark {
  background: #ff0;
}
.br10 {
  border-radius: 10px;
}
.br4 {
  border-radius: 4px;
}
mark {
  background: #ff0;
}
img {
  pointer-events: none;
}
.wechat-touch-identify img {
  pointer-events: initial;
}
/* 已兑完 */
.dw_img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 35%;
  width: 50%;
  margin: auto;
}
.loading_center {
  display: inline-block;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
}
/* 商品统一说明 */
.In_c_p {
  width: 93%;
  margin: 5px 0 2px 5%;
  font-size: 0.7rem;
  color: #555;
  font-weight: 500;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.In_c_p1 {
  width: 92%;
  margin: 5px auto;
  color: #ff3600;
}
.In_c_p2 {
  font-size: 0.7rem;
}
.In_c_p3 {
  font-size: 0.6rem;
}
.In_c_p4 {
  display: inline-block;
  vertical-align: middle;
  width: 44%;
  font-size: 0.5rem;
  text-align: left;
  margin-left: 5%;
  color: #222;
}
.In_c_p4 span {
  text-decoration: line-through;
}
.In_c_p5 {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.5rem;
  text-align: center;
  width: 48%;
  color: #222;
}
.In_c_p5 span {
  color: #ff3600;
}
.image-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.video-js .vjs-big-play-button {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  line-height: 50px;
  height: 50px;
  width: 50px;
  font-size: 30px;
  border-radius: 50%;
  border: none;
}
.grant-query-dialog .van-dialog__header {
  color: #d92e21;
  font-size: 18px;
}
.grant-query-dialog .van-dialog__message {
  font-size: 18px;
  line-height: 32px;
  color: black;
}
body.mongolia_open {
  position: fixed;
  width: 100%;
}

:root {
  --space-1: 0.2rem;
  --space-1-5: 0.3rem;
  --space-2: 0.4rem;
  --space-2-5: 0.6rem;
  --space-3: 0.8rem;
  --space-4: 1.6rem;
  --border-radius: 6px;
  --border-radius-small: 4px;
  --border-radius-large: 8px;
}

/* Backgrounds */
.bg-transparent {
  background-color: transparent;
}
.bg-navy {
  background-color: #001f3f;
}
.bg-blue {
  background-color: #0074d9;
}
.bg-light-blue {
  background-color: #1a8ee9;
}
.bg-aqua {
  background-color: #7fdbff;
}
.bg-teal {
  background-color: #39cccc;
}
.bg-olive {
  background-color: #3d9970;
}
.bg-green {
  background-color: #2ecc40;
}
.bg-lime {
  background-color: #01ff70;
}
.bg-yellow {
  background-color: #ffdc00;
}
.bg-orange {
  background-color: #ff851b;
}
.bg-red {
  background-color: #fb5074;
}
.bg-bred {
  background-color: #f71700;
}
.bg-fuchsia {
  background-color: #f012be;
}
.bg-purple {
  background-color: #b10dc9;
}
.bg-maroon {
  background-color: #85144b;
}
.bg-white {
  background-color: #ffffff;
}
.bg-gray {
  background-color: #aaaaaa;
}
.bg-silver {
  background-color: #dddddd;
}
.bg-black {
  background-color: #111111;
}
.bg-white-t2 {
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-white-t3 {
  background-color: rgba(255, 255, 255, 0.3);
}
.bg-white-t5 {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-f8f8f8 {
  background-color: #f8f8f8;
}
.bg-EDEEFE {
  background-color: #edeefe;
}
.bg-FFEBEB {
  background-color: #ffebeb;
}
.bg-DF2E24 {
  background-color: #df2e24;
}
.bg-FFC42A {
  background-color: #ffc42a;
}
.bg-fb1f20 {
  background-color: #fb1f20;
}
.bg-DC0000 {
  background-color: #dc0000;
}
.bg-B76B6B {
  background-color: #b76b6b;
}
.bg-D96678 {
  background-color: #d96678;
}
.bg-gray-f7 {
  background-color: #f7f7f7;
}
.bg-red-E85D76 {
  background-color: #e85d76;
}

.bg-r-green {
  background-color: #00997a;
}
.bg-r-blue {
  background-color: #428ade;
}
.bg-r-red {
  background-color: #e15658;
}
.bg-r-orange {
  background-color: #f38f2b;
}

.bg-blue2 {
  background-color: #025aa5;
}
.bg-blue-6998F2 {
  background-color: #6998f2;
}
.bg-F85776 {
  background-color: #f85776;
}
.bg_primary {
  background-color: #d92e21;
}
.bg_divider {
  background-color: #f4f5f9;
}
.bg_page {
  background-color: #f2f2f2;
}

/* Colors */
.navy {
  color: #001f3f;
}
.blue {
  color: #0074d9;
}
.aqua {
  color: #7fdbff;
}
.teal {
  color: #39cccc;
}
.olive {
  color: #3d9970;
}
.green {
  color: #2ecc40;
}
.lime {
  color: #01ff70;
}
.yellow {
  color: #ffdc00;
}
.orange {
  color: #ff851b;
}
.red {
  color: #fb5074;
}
.bred {
  color: #f71700;
}
.fuchsia {
  color: #f012be;
}
.purple {
  color: #b10dc9;
}
.maroon {
  color: #85144b;
}
.white {
  color: #ffffff;
}
.silver {
  color: #dddddd;
}
.gray {
  color: #aaaaaa;
}
.black {
  color: #111111;
}
.deep_black {
  color: #656565;
}
.color_E60000 {
  color: #e60000;
}
.color_red_E9627A {
  color: #e9627a;
}
.color-F85776 {
  color: #f85776;
}
.color_ref_C7000B {
  color: #c7000b;
}
.color_green_3E8751 {
  color: #3e8751;
}
.color_primary {
  color: #e54635;
}
.color_gray_888 {
  color: #888888;
}
.color_gray_666 {
  color: #666666;
}
.color_black_333 {
  color: #333333;
}
.color_black_222 {
  color: #222222;
}
.color_FFF0EA {
  color: #fff0ea;
}
.color_F22F1F {
  color: #f22f1f;
}
.color_price {
  color: #d92e21;
}
.color_title {
  color: #333333;
}
.color_text {
  color: #4d4d4d;
}
.color_tips {
  color: #999999;
}

/* Border colors 
   Use with another border utility that sets border-width and style 
   i.e .border { border-width: 1px); border-style: solid); }     
*/
.border--navy {
  border-color: #001f3f;
}
.border--blue {
  border-color: #0074d9;
}
.border--aqua {
  border-color: #7fdbff;
}
.border--teal {
  border-color: #39cccc;
}
.border--olive {
  border-color: #3d9970;
}
.border--green {
  border-color: #2ecc40;
}
.border--lime {
  border-color: #01ff70;
}
.border--yellow {
  border-color: #ffdc00;
}
.border--orange {
  border-color: #ff851b;
}
.border--red {
  border-color: #ff4136;
}
.border--fuchsia {
  border-color: #f012be;
}
.border--purple {
  border-color: #b10dc9;
}
.border--maroon {
  border-color: #85144b;
}
.border--white {
  border-color: #ffffff;
}
.border--gray {
  border-color: #aaaaaa;
}
.border--silver {
  border-color: #dddddd;
}
.border--black {
  border-color: #111111;
}

@font-face {
  font-family: 'iconfont'; /* Project id 1856158 */
  src: url(../../static/fonts/iconfont.2591ab64.woff2) format('woff2'), url(../../static/fonts/iconfont.9ce5efbd.woff) format('woff'),
    url(../../static/fonts/iconfont.c108dfba.ttf) format('truetype');
}

.iconfont {
  font-family: 'iconfont' !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icontelephone:before {
  content: '\e6af';
}

.iconqitianwuliyou:before {
  content: '\e6aa';
}

.icona-24xiaoshifahuo:before {
  content: '\e6ab';
}

.iconpinpaibaozhang:before {
  content: '\e6ad';
}

.icontuikuan:before {
  content: '\e6ae';
}

.iconjiaoyiguanbi:before {
  content: '\e6a9';
}

.icondaifahuo3:before {
  content: '\e6a8';
}

.icondizhi01:before {
  content: '\e6a7';
}

.iconicon_fuli-click:before {
  content: '\ea57';
}

.iconicon_fuli:before {
  content: '\e6a5';
}

.iconcomment:before {
  content: '\e6a4';
}

.iconpinglun:before {
  content: '\e6a2';
}

.iconego-hot:before {
  content: '\e6a1';
}

.iconshanchu1:before {
  content: '\e69e';
}

.iconic_paid:before {
  content: '\e69f';
}

.icongouxuan_:before {
  content: '\e697';
}

.iconzhifubao:before {
  content: '\e698';
}

.iconweixinzhifu:before {
  content: '\e69a';
}

.iconxiugai:before {
  content: '\e69b';
}

.iconcangpeitubiao_xiugaixiugaiziliao:before {
  content: '\e68d';
}

.iconwenhao-xianxingyuankuang:before {
  content: '\e8e9';
}

.iconhome:before {
  content: '\e68e';
}

.iconorder1:before {
  content: '\e690';
}

.iconusercenter_click:before {
  content: '\e691';
}

.iconrank_click:before {
  content: '\e693';
}

.iconrank:before {
  content: '\e694';
}

.iconusercenter:before {
  content: '\e695';
}

.iconorder_click:before {
  content: '\e696';
}

.iconhome_click:before {
  content: '\e68b';
}

.iconcheck-circle:before {
  content: '\e6a6';
}

.iconround_delete:before {
  content: '\e68a';
}

.iconqianbao1:before {
  content: '\e689';
}

.iconyouhuiquan2:before {
  content: '\e688';
}

.iconzhuanshufuli:before {
  content: '\e684';
}

.icongoumai:before {
  content: '\e681';
}

.iconziyuan:before {
  content: '\e682';
}

.iconshijian:before {
  content: '\e683';
}

.icongengduo1:before {
  content: '\e67f';
}

.iconyinlezanting:before {
  content: '\e67e';
}

.iconyinle:before {
  content: '\e67d';
}

.iconyixiadan:before {
  content: '\e67c';
}

.icondingdan1:before {
  content: '\e67a';
}

.iconyiwen:before {
  content: '\e686';
}

.iconshangwuhezuo:before {
  content: '\e679';
}

.iconshangcheng2:before {
  content: '\e680';
}

.iconshangcheng1:before {
  content: '\e677';
}

.iconshangchengdingdan:before {
  content: '\e699';
}

.iconqiandao:before {
  content: '\e826';
}

.iconmarketingturntablelottery:before {
  content: '\e678';
}

.iconxianjin:before {
  content: '\e6b6';
}

.iconarrow-right:before {
  content: '\e676';
}

.iconrenzhengdunpaianquanbaozhangzhibao:before {
  content: '\e7f3';
}

.icongongzhonghao1:before {
  content: '\e66e';
}

.iconpengyouquan:before {
  content: '\e68c';
}

.iconchoujiang:before {
  content: '\e66f';
}

.iconjifenshangcheng:before {
  content: '\e674';
}

.iconshangwu:before {
  content: '\e69d';
}

.icondizhi:before {
  content: '\e66c';
}

.iconchengxinhezuowoshou:before {
  content: '\e670';
}

.iconpaixujiantoushang:before {
  content: '\e671';
}

.iconpaixujiantouxia:before {
  content: '\e672';
}

.iconmianfeiling:before {
  content: '\e66b';
}

.iconjifenzhongxin:before {
  content: '\e665';
}

.iconshow_goumai:before {
  content: '\e664';
}

.iconguanzhu1:before {
  content: '\e663';
}

.iconbaozhang:before {
  content: '\e661';
}

.iconfestival-f:before {
  content: '\e867';
}

.icontishi:before {
  content: '\e662';
}

.iconguanbi3:before {
  content: '\e6cf';
}

.iconzelvxuanzefeiyongzhengsanjiaoxingzhichi:before {
  content: '\e668';
}

.iconarrow-right-copy:before {
  content: '\e660';
}

.iconfenxiang11:before {
  content: '\e65f';
}

.icongongzhonghao:before {
  content: '\e6a3';
}

.iconliwuhuodong:before {
  content: '\e65d';
}

.iconunie737:before {
  content: '\e65e';
}

.iconguanzhu:before {
  content: '\e673';
}

.iconkanjia:before {
  content: '\e65c';
}

.iconxinyongfen:before {
  content: '\e65a';
}

.iconhongbao:before {
  content: '\e659';
}

.icongou:before {
  content: '\e656';
}

.iconyinsixieyi:before {
  content: '\e654';
}

.iconlaba1:before {
  content: '\e6c7';
}

.iconshanchu:before {
  content: '\e64c';
}

.icontianjiazhaopian:before {
  content: '\e700';
}

.iconxuanze:before {
  content: '\e651';
}

.iconguanbi2:before {
  content: '\e653';
}

.iconhuo1:before {
  content: '\e6a0';
}

.iconstar:before {
  content: '\e64b';
}

.iconanquan2:before {
  content: '\e644';
}

.iconpeisongfangshiicon:before {
  content: '\e643';
}

.iconyouhuiquan1:before {
  content: '\e648';
}

.iconbianji1:before {
  content: '\e667';
}

.iconpaixu:before {
  content: '\e67b';
}

.iconjifen2:before {
  content: '\e66d';
}

.iconkefu3:before {
  content: '\e741';
}

.iconkefu4:before {
  content: '\e642';
}

.iconwode1:before {
  content: '\e93d';
}

.iconwode2:before {
  content: '\e641';
}

.iconwode:before {
  content: '\e63f';
}

.iconguanbi1:before {
  content: '\e63c';
}

.iconsousuo:before {
  content: '\e63b';
}

.iconiconfontgerenzhongxin:before {
  content: '\e647';
}

.icondingdan:before {
  content: '\e637';
}

.iconshouye2:before {
  content: '\e639';
}

.iconyou1:before {
  content: '\e633';
}

.icontousu:before {
  content: '\e632';
}

.iconappxiazai:before {
  content: '\e631';
}

.iconguanyuwomen:before {
  content: '\e62d';
}

.iconlianxiwomen1:before {
  content: '\e634';
}

.iconfulizhongxin1:before {
  content: '\e62c';
}

.icondaishouhuofuben:before {
  content: '\e6b1';
}

.icondaifahuo2:before {
  content: '\e62a';
}

.iconfulizhongxin:before {
  content: '\e630';
}

.icondaifukuan:before {
  content: '\e63e';
}

.icondown:before {
  content: '\e89b';
}

.iconyou:before {
  content: '\e628';
}

.icontubiao-:before {
  content: '\e650';
}

.iconxiaoshi:before {
  content: '\e629';
}

.icontui:before {
  content: '\e646';
}

.iconkefu2:before {
  content: '\e627';
}

.iconshouye1:before {
  content: '\e638';
}

.iconqitiantuihuan:before {
  content: '\e626';
}

.iconbaoyou:before {
  content: '\e63a';
}

.iconpeichangjine:before {
  content: '\e645';
}

.iconjiayipeishi:before {
  content: '\e652';
}

.iconguanbi:before {
  content: '\e687';
}

.iconyonghu1:before {
  content: '\e6f1';
}

.iconicon_play:before {
  content: '\e625';
}

.iconfenxiang1:before {
  content: '\e705';
}

.iconzhengzaizhibo:before {
  content: '\e6e2';
}

.iconkanjiachenggong:before {
  content: '\e620';
}

.iconyonghuxieyi:before {
  content: '\e66a';
}

.iconanquan1:before {
  content: '\e61b';
}

.iconapp1:before {
  content: '\e61f';
}

.iconfenxiangjiantou:before {
  content: '\e655';
}

.iconfenxiang:before {
  content: '\e75d';
}

.iconqingchu:before {
  content: '\e62f';
}

.iconweidenglu:before {
  content: '\e666';
}

.iconwushuju:before {
  content: '\e798';
}

.iconi-back-top:before {
  content: '\e619';
}

.iconbaoguo2:before {
  content: '\e675';
}

.iconshizhong:before {
  content: '\e636';
}

.iconqianbao:before {
  content: '\e61a';
}

.iconwancheng:before {
  content: '\e635';
}

.iconshouhou:before {
  content: '\e624';
}

.iconfahuo:before {
  content: '\e69c';
}

.icongengduo:before {
  content: '\e685';
}

.iconkefu1:before {
  content: '\e63d';
}

.iconyidongduan-:before {
  content: '\e616';
}

.iconchaxun:before {
  content: '\e6ac';
}

.iconjiage:before {
  content: '\e64e';
}

.iconpinpai2:before {
  content: '\e610';
}

.iconjifen1:before {
  content: '\e657';
}

.iconfanhuan:before {
  content: '\e60f';
}

.iconnaozhong:before {
  content: '\e623';
}

.iconshouye:before {
  content: '\e622';
}

.iconhuo:before {
  content: '\e615';
}

.iconnaozhong1:before {
  content: '\e621';
}

.iconnaozhong2:before {
  content: '\e640';
}

.iconyiqiangwan:before {
  content: '\e83c';
}

.iconmtbd:before {
  content: '\e60d';
}

.iconpaiming:before {
  content: '\e649';
}

.iconquan:before {
  content: '\e65b';
}

.iconshow_yinsizhengce_fill:before {
  content: '\e60e';
}

.iconliwu1:before {
  content: '\e76c';
}

.iconyonghu:before {
  content: '\e614';
}

.icondaohanggouwuche:before {
  content: '\e60a';
}

.iconfenlei_:before {
  content: '\e609';
}

.icondianpu1:before {
  content: '\e736';
}

.icongantanhao-sanjiaokuang:before {
  content: '\e764';
}

.icontupian:before {
  content: '\e669';
}

.iconwuliu:before {
  content: '\e64a';
}

.iconbianji:before {
  content: '\e64f';
}

.iconyouhuiquan:before {
  content: '\e7d8';
}

.iconduigouxiao:before {
  content: '\e8bd';
}

.iconfenxiang_2:before {
  content: '\e608';
}

.iconweixin:before {
  content: '\e62b';
}

.iconwenhao1:before {
  content: '\e62e';
}

.iconkucun:before {
  content: '\e704';
}

.icondaifahuo:before {
  content: '\e68f';
}

.icondaifahuo1:before {
  content: '\e61d';
}

.iconkefu:before {
  content: '\e607';
}

.icontuijian:before {
  content: '\e64d';
}

.iconjifen:before {
  content: '\e61e';
}

.iconpaihang:before {
  content: '\e613';
}

.iconpinpai1:before {
  content: '\e603';
}

.iconxinshixin:before {
  content: '\e604';
}

.iconanquan:before {
  content: '\e618';
}

.iconpageleft:before {
  content: '\e605';
}

.iconpageleft-copy:before {
  content: '\ea56';
}

.iconnaoling:before {
  content: '\e612';
}

.iconlaba:before {
  content: '\e6be';
}

.iconguanwang:before {
  content: '\ea55';
}

.icondianpu:before {
  content: '\e6cd';
}

.icondingdanchaxun:before {
  content: '\e602';
}

.iconwenhao:before {
  content: '\e606';
}

.icongouwu:before {
  content: '\e658';
}

.iconzhanghu:before {
  content: '\e61c';
}

.iconzhifeiji:before {
  content: '\e692';
}

.iconapp:before {
  content: '\e6d5';
}

.icontoggle:before {
  content: '\e601';
}

.icondianhua:before {
  content: '\e60b';
}

.iconbanshou:before {
  content: '\e60c';
}

.iconorder:before {
  content: '\e617';
}

.iconzhiliang:before {
  content: '\e611';
}

.iconpinpai:before {
  content: '\e600';
}

