.test-wrap {
  width: 100%;
}

.address-wrap {
  width: 100%;
}
.address-wrap .van-picker {
  z-index: 99;
}
.address-wrap .area-wrap .van-tab {
  -webkit-box-flex: inherit;
      -ms-flex: inherit;
          flex: inherit;
  padding: 0 4.26667vw;
}
.address-wrap .area-wrap .van-tabs__content {
  width: 100vw;
  height: calc(50vh - 11.73333vw);
  overflow-y: auto;
}
.address-wrap .area-wrap .van-cell-active {
  color: var(--color-primary);
}

.goodsComp-wrap {
  width: 44.8vw;
  height: 72.53333vw;
  background: #ffffff;
  border-radius: 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 2.66667vw;
  overflow: hidden;
}
.goodsComp-wrap .goodsComp-box img {
  display: block;
  width: 44.8vw;
  height: 44.8vw;
  -o-object-fit: contain;
     object-fit: contain;
}
.goodsComp-wrap .goodsComp-box .name {
  padding: 0 2.66667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 2.66667vw;
  width: 100%;
  font-size: 3.73333vw;
  font-weight: 600;
  color: #333;
  margin-top: 2.13333vw;
  height: 11.2vw;
  line-height: 5.6vw;
  overflow: hidden;
}
.goodsComp-wrap .goodsComp-box .num {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.73333vw;
}
.item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 4vw;
  padding: 0 3.2vw;
}
.item-bottom .btn {
  font-size: 6.4vw;
}

.sp-goodsComp-wrap[data-v-821c1762] {
  width: 46.13333vw;
  height: 70.13333vw;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1.33333vw 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 1.33333vw 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4vw;
  overflow: hidden;
}
.sp-goodsComp-wrap .goodsComp-box img[data-v-821c1762] {
  display: block;
  width: 100%;
  height: 46.13333vw;
}
.sp-goodsComp-wrap .goodsComp-box .name[data-v-821c1762] {
  padding: 0 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 3.73333vw;
  color: #4a4a4a;
  height: 9.33333vw;
  overflow: hidden;
  margin: 2.13333vw 0;
}
.sp-goodsComp-wrap .goodsComp-box .num[data-v-821c1762] {
  padding: 0 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4.26667vw;
}

.sp-goodsComp-wrap[data-v-771734d9] {
  width: 46.13333vw;
  height: 70.13333vw;
  background: #ffffff;
  -webkit-box-shadow: 0px 1px 1.33333vw 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 1px 1.33333vw 0px rgba(0, 0, 0, 0.08);
  border-radius: 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 4vw;
  overflow: hidden;
}
.sp-goodsComp-wrap .goodsComp-box img[data-v-771734d9] {
  display: block;
  width: 100%;
  height: 46.13333vw;
}
.sp-goodsComp-wrap .goodsComp-box .name[data-v-771734d9] {
  padding: 0 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  font-size: 3.73333vw;
  color: #4a4a4a;
  height: 9.6vw;
  line-height: 4.8vw;
  overflow: hidden;
  margin: 2.13333vw 0;
}
.sp-goodsComp-wrap .goodsComp-box .num[data-v-771734d9] {
  padding: 0 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 4.26667vw;
}

.footer-wrap-box {
  background: var(--bottomBgColor);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  overflow: hidden;
}
.footer-wrap-box .f-14 {
  font-size: 3.73333vw !important;
}
.footer-wrap-box .primary-btn-color {
  color: var(--bottomTextColor);
}
.footer-wrap-box .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 13.33333vw;
  background: transparent;
}
.footer-wrap-box .foot-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: var(--bottomTextColor);
  background: transparent;
}
.footer-wrap-box .foot-item .item-icon {
  width: 5.33333vw!important;
  height: 5.06667vw!important;
}
.footer-wrap-box .foot-item .icon-name {
  margin-top: 1.6vw;
  font-size: 2.66667vw;
  line-height: 2.66667vw;
}

.footer-wrap-box {
  background: rgba(255, 255, 255, 0.65);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 999;
  overflow: hidden;
}
.footer-wrap-box .f-14 {
  font-size: 3.73333vw !important;
}
.footer-wrap-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-backdrop-filter: blur(21.33333vw);
          backdrop-filter: blur(21.33333vw);
  z-index: -1;
}
.footer-wrap-box .primary-btn-color {
  color: var(--bottomTextColor);
}
.footer-wrap-box .footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 13.33333vw;
  background: transparent;
}
.footer-wrap-box .foot-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
}
.footer-wrap-box .foot-item .item-icon {
  width: 6.4vw;
  height: 6.4vw;
}
.footer-wrap-box .foot-item .icon-name {
  margin-top: 1.6vw;
  font-size: 2.66667vw;
  line-height: 2.66667vw;
}

.orderComp-wrap {
  padding: 0 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
  margin: 0 4vw;
  margin-top: 2.66667vw;
  border-radius: 2.13333vw;
  overflow: hidden;
}
.orderComp-wrap .order-comp-number {
  width: 100%;
  height: 11.73333vw;
  font-size: 3.2vw;
}
.orderComp-wrap .order-comp-number span:nth-child(1) {
  color: #4a4a4a;
}
.orderComp-wrap .order-goods-list .order-goods-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.orderComp-wrap .order-goods-list .order-goods-item {
  width: 100%;
  padding: 2.66667vw 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-box .van-image {
  width: 16vw;
  height: 16vw;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-desc {
  height: 16vw;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 3.73333vw;
  color: #333333;
  margin-left: 3.2vw;
  width: 60.26667vw;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-desc p {
  margin: 0;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-desc .name {
  font-size: 3.73333vw;
  font-weight: 400;
  color: #000000;
  line-height: 3.73333vw;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-desc .size {
  height: 3.2vw;
  font-size: 3.2vw;
  font-weight: 400;
  color: #999999;
  line-height: 3.2vw;
  margin-top: 3.73333vw;
}
.orderComp-wrap .order-goods-list .order-goods-item .item-desc .count {
  height: 3.73333vw;
  font-size: 3.73333vw;
  color: #000000;
  line-height: 3.73333vw;
}
.orderComp-wrap .order-goods-list .order-goods-item .count {
  font-size: 3.73333vw;
  -ms-flex-item-align: start;
      align-self: flex-start;
  color: #000;
}
.orderComp-wrap .order-goods-list .order-goods-item .count .btn {
  display: inline-block;
  width: 18.66667vw;
  height: 6.93333vw;
  border-radius: 1.06667vw;
  border: 1px solid #848c99;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.2vw;
  color: #848c99;
  text-align: center;
  line-height: 6.93333vw;
}
.orderComp-wrap .pay {
  width: 100%;
  font-size: 3.73333vw;
  color: #656565;
}
.orderComp-wrap .pay .money {
  margin-left: 1.06667vw;
}
.orderComp-wrap .pay .btn-list {
  margin-bottom: 4vw;
  font-size: 3.2vw;
}
.orderComp-wrap .pay .btn-list span {
  display: inline-block;
  width: 21.33333vw;
  height: 7.73333vw;
  border-radius: 5.33333vw;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  line-height: 7.73333vw;
}
.orderComp-wrap .pay .btn-list .cancel {
  margin-right: 2.66667vw;
  color: #000;
}
.orderComp-wrap .pay .need-pay {
  color: #000;
  font-size: 3.2vw;
  padding: 2.66667vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.orderComp-wrap .pay .need-pay .need-pay-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.orderComp-wrap .cancel-title {
  margin: 4vw;
  font-size: 4.26667vw;
  margin-right: 6.4vw;
}
.orderComp-wrap .cancel-tips {
  margin: 0 4vw;
  font-size: 3.73333vw;
  color: #ff0c3d;
}
.orderComp-wrap .van-radio {
  padding: 2.66667vw 4vw;
}
.orderComp-wrap .btn-sure {
  position: absolute;
  left: 50%;
  bottom: 2.66667vw;
  width: 80%;
  height: 11.73333vw;
  margin-left: -40%;
  background: #ff0c3d;
  border-radius: 5.86667vw;
  color: #fff;
  text-align: center;
  line-height: 11.73333vw;
  border: none;
}
.orderComp-wrap .van-popup__close-icon--top-right {
  right: 1.6vw;
}

.addressModal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f4f4f4;
  z-index: 100;
}
.addressModal-wrap .van-popup {
  width: 90%;
}
.addressModal-wrap .modal-content {
  width: 100%;
}
.addressModal-wrap .modal-content .default {
  margin: 2.66667vw 0 5.33333vw;
  width: 100%;
  padding-left: 4.26667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.addressModal-wrap .modal-content .form-btn {
  width: 89.33333vw;
  height: 10.66667vw;
  margin: 0 auto;
  margin-top: 21.33333vw;
  text-align: center;
  line-height: 10.66667vw;
  border-radius: 5.86667vw;
  font-size: 4vw;
  background: var(--color-primary);
  color: #ffffff;
}
.addressModal-wrap .modal-content .van-cell {
  height: 13.33333vw;
  padding: 4vw 5.33333vw;
}
.addressModal-wrap .modal-content .van-cell .van-field__body input {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.addressModal-wrap .title {
  width: 100%;
  height: 8vw;
  text-align: center;
  margin-top: 2.66667vw;
  border-bottom: 1px solid #d9d9d9;
}
.addressModal-wrap .address .van-popup {
  width: 100%;
}

.skuModal-wrap {
  width: 100%;
}
.skuModal-wrap .van-popup {
  overflow: auto;
}
.skuModal-wrap .van-goods-action-button--first {
  background: var(--color-bgc-primary-alpha-04);
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
}
.skuModal-wrap .van-goods-action-button--last {
  background: var(--color-primary);
  color: #fff;
}
.skuModal-wrap .skuModal-wrap-close {
  position: absolute;
  right: 4.26667vw;
  top: 5.33333vw;
  color: #525A66;
  z-index: 99;
}
.skuModal-wrap .goods-info {
  width: 89.33333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0px auto;
  padding: 5.33333vw 0;
}
.skuModal-wrap .goods-info .goods-thumbnail {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.skuModal-wrap .goods-info .van-image {
  border-radius: 1.6vw;
  overflow: hidden;
  height: 21.33333vw;
  width: 21.33333vw;
}
.skuModal-wrap .goods-info .right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 21.33333vw;
  margin-left: 3.2vw;
}
.skuModal-wrap .goods-info .right .name {
  width: 58.66667vw;
  font-size: 3.73333vw;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.skuModal-wrap .goods-info .right .price {
  margin-top: 3.46667vw;
}
.skuModal-wrap .goods-info .right .stock {
  font-size: 3.2vw;
  color: #666666;
  margin-top: 2.66667vw;
}
.skuModal-wrap .sku-box {
  padding: 0 5.33333vw;
}
.skuModal-wrap .tab-content {
  height: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #eee;
}
.skuModal-wrap .tab-content .type {
  width: 16vw;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 3.73333vw;
}
.skuModal-wrap .tab-content .right-tab {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: auto;
}
.skuModal-wrap .tab-content .right-tab .tab-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  padding: 1.33333vw 0 2.13333vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin-right: 8vw;
  font-size: 3.73333vw;
  position: relative;
}
.skuModal-wrap .tab-content .right-tab .tab-item span {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 3.2vw;
  background: var(--color-primary);
  padding: 0.53333vw 1.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  color: #ffffff;
}
.skuModal-wrap .tab-content .right-tab .tab-item .moreS {
  padding: 0.53333vw 1px;
}
.skuModal-wrap .tab-content .right-tab .selected {
  color: var(--color-primary);
}
.skuModal-wrap .tab-content .right-tab .selected::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.8vw;
  background-color: var(--color-primary);
  border-radius: 0.53333vw;
}
.skuModal-wrap .sku-choose {
  width: 100%;
  height: calc(76vh - 64vw);
  overflow: auto;
}
.skuModal-wrap .sku-choose .sku-item {
  width: 100%;
  padding: 2.13333vw 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3.2vw;
  color: #666666;
}
.skuModal-wrap .sku-choose .sku-item .left {
  font-size: 3.2vw;
  color: #292d33;
  max-width: 40vw;
}
.skuModal-wrap .sku-choose .sku-item .left .product {
  width: 34.66667vw;
  font-size: 3.2vw;
  color: #000;
}
.skuModal-wrap .sku-choose .sku-item .left .money {
  font-size: 3.2vw;
  color: var(--color-primary);
  margin-top: 1.33333vw;
}
.skuModal-wrap .sku-choose .sku-item .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.skuModal-wrap .sku-choose .sku-item .right .store {
  margin-right: 3.2vw;
  font-size: 3.2vw;
  color: #999;
  line-height: 7.46667vw;
}
.skuModal-wrap .total {
  position: fixed;
  bottom: 17.33333vw;
  left: 0px;
  font-size: 3.73333vw;
  color: #666666;
  width: 100%;
  height: 6.66667vw;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5.33333vw;
  -webkit-box-shadow: 0px -1px 0.8vw 0px rgba(149, 149, 149, 0.1);
          box-shadow: 0px -1px 0.8vw 0px rgba(149, 149, 149, 0.1);
}
.skuModal-wrap .total span {
  color: var(--color-primary);
}
.skuModal-wrap .total span:nth-child(2) {
  font-size: 3.73333vw;
  margin-left: 4.26667vw;
}
.skuModal-wrap .sure-btn {
  width: 80%;
  height: 11.73333vw;
  border-radius: 5.86667vw;
  text-align: center;
  line-height: 11.73333vw;
  font-size: 4.26667vw;
  color: #ffffff;
  bottom: 2.66667vw;
}
.skuModal-wrap .van-stepper__minus,
.skuModal-wrap .van-stepper__plus {
  font-weight: 500;
}
.skuModal-wrap .van-stepper__input {
  background: #f4f4f4;
  width: 10.66667vw;
}

.siteOut-wrap {
  width: 100%;
  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: 13.06667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.siteOut-wrap .tip {
  text-align: center;
  color: #7d7d7d;
  font-size: 3.2vw;
}
.siteOut-wrap .tip .tip-out {
  margin-bottom: 2.13333vw;
}
.siteOut-wrap .service-content {
  position: fixed;
  bottom: 20vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  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;
}
.siteOut-wrap .service-content .service-icon .call {
  font-size: 3.73333vw;
  margin-left: 2.13333vw;
}
.siteOut-wrap .service-content .service-call {
  color: #525a66;
  font-size: 3.73333vw;
}

.empty-wrap {
  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: 14.4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.empty-wrap .tip {
  color: #7d7d7d;
  font-size: 3.2vw;
}

.actionSheet .van-popup--bottom.van-popup--round[data-v-41fbae2c] {
  border-radius: 1.86667vw 1.86667vw 0 0;
}
.actionSheet .content[data-v-41fbae2c] {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4.53333vw 4vw;
  min-height: 92vw;
}
.actionSheet .content .header[data-v-41fbae2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 6.4vw;
  margin-bottom: 2.66667vw;
}
.actionSheet .content .header .title[data-v-41fbae2c] {
  font-size: 4.26667vw;
  font-weight: 600;
  color: #000000;
  line-height: 6.4vw;
}
.actionSheet .content .header .icon[data-v-41fbae2c] {
  font-size: 5.33333vw;
  color: #525a66;
}
.actionSheet .content .body .item[data-v-41fbae2c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 13.33333vw;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.actionSheet .content .body .item .text[data-v-41fbae2c] {
  font-size: 3.73333vw;
  font-weight: 400;
  color: #000000;
}
.actionSheet .content .body .item .iconfont[data-v-41fbae2c] {
  font-size: 4.8vw;
}
.actionSheet .content .body .item .icon_gou[data-v-41fbae2c] {
  color: var(--color-primary);
}
.actionSheet .content .body .item[data-v-41fbae2c]:last-child {
  border-bottom: none;
}
.actionSheet .content .body .item_disbled .text[data-v-41fbae2c] {
  color: #ccc;
}

.time-actionSheet .van-popup--bottom.van-popup--round[data-v-1072595f] {
  border-radius: 2.13333vw 2.13333vw 0 0;
}
.time-actionSheet .van-action-sheet__content[data-v-1072595f] {
  position: relative;
  overflow: hidden;
}
.time-actionSheet .header[data-v-1072595f] {
  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;
  height: 14.4vw;
  line-height: 5.86667vw;
  margin-bottom: 2.66667vw;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background: #fff;
  z-index: 10;
}
.time-actionSheet .header .title[data-v-1072595f] {
  font-size: 4.26667vw;
  font-weight: 600;
  color: #000000;
  line-height: 5.86667vw;
}
.time-actionSheet .header .icon[data-v-1072595f] {
  font-size: 5.33333vw;
  color: #525a66;
  position: absolute;
  right: 5.06667vw;
}
.time-actionSheet .content[data-v-1072595f] {
  width: 100%;
  padding-top: 14.4vw;
  height: 50vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
}
.time-actionSheet .content .body[data-v-1072595f] {
  width: 100%;
  height: calc(50vh - 14.4vw);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.time-actionSheet .content .body .left[data-v-1072595f] {
  width: 40.26667vw;
  height: 100%;
  background: #f8f8f8;
  overflow-y: auto;
}
.time-actionSheet .content .body .left .left-item[data-v-1072595f] {
  width: 40.26667vw;
  height: 10.66667vw;
  background: #f8f8f8;
  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;
  font-size: 3.73333vw;
  font-weight: 400;
  color: #000000;
  line-height: 5.33333vw;
}
.time-actionSheet .content .body .left .left-item-active[data-v-1072595f] {
  background: #fff;
  color: var(--color-primary);
}
.time-actionSheet .content .body .right[data-v-1072595f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  overflow-y: auto;
}
.time-actionSheet .content .body .right .right-item[data-v-1072595f] {
  width: 52vw;
  height: 9.86667vw;
  background: #F8F8F8;
  border-radius: 2.13333vw;
  font-size: 3.73333vw;
  font-weight: 400;
  color: #000000;
  line-height: 5.33333vw;
  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: 2.66667vw auto;
}
.time-actionSheet .content .body .right .right-item-active[data-v-1072595f] {
  color: var(--color-primary);
  border: 1px solid var(--color-primary);
  background: var(--color-bgc-primary-alpha-05);
}

._vol[data-v-7da58ecc] {
  width: 1.5em;
  height: 100%;
  padding: 0 2.13333vw;
  cursor: pointer;
}
._vol svg[data-v-7da58ecc] {
  width: 100%;
  height: 100%;
}

._progress[data-v-78f989df] {
  color: #fff;
  width: 100%;
  height: 2.13333vw;
  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;
  padding: 0 1.6vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
._progress ._time-current[data-v-78f989df],
._progress ._time-amount[data-v-78f989df] {
  font-size: 3.2vw;
}
._progress ._slider[data-v-78f989df] {
  width: 100%;
  height: 0.53333vw;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 1.06667vw;
  position: relative;
  margin: 0 1.06667vw;
}
._progress ._slider ._slider-cur[data-v-78f989df] {
  width: 0;
  height: 100%;
  border-radius: 1.06667vw;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 3ms;
  transition: all 3ms;
}
._progress ._slider ._slider-btn-wrap[data-v-78f989df] {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 1.6vw solid transparent;
  -webkit-transition: all 3ms;
  transition: all 3ms;
  cursor: pointer;
}
._progress ._slider ._slider-btn[data-v-78f989df] {
  width: 2.13333vw;
  height: 2.13333vw;
  display: inline-block;
  background-color: #fff;
  border-radius: 50%;
}

._fullscreen[data-v-70db6426] {
  width: 1.5em;
  height: 100%;
  padding: 0 2.13333vw;
  cursor: pointer;
}
._fullscreen svg[data-v-70db6426] {
  width: 100%;
  height: 100%;
}

.qun-base-controls[data-v-c5cf6b04] {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 3em;
  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;
  padding: 0 2.66667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));
  background: linear-gradient(180deg, transparent, #000);
}

._play-btn[data-v-416901fe] {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 3.5em;
  height: 3.5em;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 99;
  cursor: pointer;
}
._play-btn svg[data-v-416901fe] {
  width: 100%;
  height: 100%;
}

.vm-player[data-v-157b18ab] {
  width: 100%;
  height: 100%;
  min-height: 10em;
  position: relative;
  background: #000;
  overflow: hidden;
}
.vm-player[data-v-157b18ab]:-webkit-full-screen,
.vm-player[data-v-157b18ab]:-webkit-full-screen,
.vm-player[data-v-157b18ab]:-moz-full-screen,
.vm-player[data-v-157b18ab]:-ms-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.vm-player[data-v-157b18ab]:fullscreen,
.vm-player[data-v-157b18ab]:-webkit-full-screen,
.vm-player[data-v-157b18ab]:-moz-full-screen,
.vm-player[data-v-157b18ab]:-ms-fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 100000;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.vm-player ._poster[data-v-157b18ab] {
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
}
.vm-player ._video-ref[data-v-157b18ab] {
  background: #fff;
  position: relative;
  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: 100%;
  height: 100%;
  line-height: 1;
}
.vm-player ._logo[data-v-157b18ab] {
  position: absolute;
  z-index: 2147483647;
  right: 5.33333vw;
  top: 5.33333vw;
  font-weight: bold;
  font-family: cursive;
  text-shadow: 1.6vw 0.53333vw 0.53333vw #666;
  color: #fff;
}
.vm-player .goods-video__bg[data-v-157b18ab] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.brokerage-list-wrap {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 94.66667vw;
  background: #FFFFFF;
  border-radius: 2.13333vw;
  padding: 12.26667vw 4.26667vw 6.4vw;
  margin: 5.86667vw auto 4.26667vw;
}
.brokerage-list-wrap .colorFFFFFF {
  color: #FFFFFF;
}
.brokerage-list-wrap .colorFF4D4F {
  color: #FF4D4F;
}
.brokerage-list-wrap .fs14 {
  font-size: 3.73333vw !important;
}
.brokerage-list-wrap .lineH20 {
  line-height: 5.33333vw !important;
}
.brokerage-list-wrap .lineH17 {
  line-height: 4.53333vw !important;
}
.brokerage-list-wrap .mb6 {
  margin-bottom: 1.6vw !important;
}
.brokerage-list-wrap .mb16 {
  margin-bottom: 4.26667vw !important;
}
.brokerage-list-wrap .fw500 {
  font-weight: 500;
}
.brokerage-list-wrap .left-image {
  position: absolute;
  width: 33.86667vw;
  height: 14.66667vw;
  left: 0;
  top: -1.6vw;
}
.brokerage-list-wrap .right-image {
  position: absolute;
  width: 32.53333vw;
  height: 32.53333vw;
  top: 0;
  right: 0;
  z-index: 1;
}
.brokerage-list-wrap .brokerage-list-item {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 14.66667vw;
  background-color: #FFEBEB;
  color: #4C4C4C;
  border-radius: 2.66667vw;
  padding: 1.6vw 4.26667vw;
  font-size: 3.2vw;
}
.brokerage-list-wrap .brokerage-list-item .right {
  min-width: 21.06667vw;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.8vw 1.6vw;
  border-radius: 2.66667vw;
  line-height: 4.26667vw;
  border-bottom-left-radius: 0;
  background-color: #F56565;
}

.brokerage-price-wrap {
  font-weight: 400;
  font-size: 3.2vw;
  color: #ffffff;
  display: inline-block;
  min-width: 13.33333vw;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.53333vw 1.6vw;
  border-radius: 2.66667vw;
  line-height: 4.26667vw;
  border-bottom-left-radius: 0;
  background-color: #F56565;
}

.suspend-wrap {
  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;
  position: fixed;
  right: 1.06667vw;
  bottom: 21.33333vw;
  z-index: 9999;
}
.suspend-wrap .mt2 {
  margin-top: 0.53333vw;
}
.suspend-wrap .suspend-item {
  width: 12vw;
  height: 12vw;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1.06667vw;
  cursor: pointer;
}
.suspend-wrap .suspend-item:last-child {
  margin-bottom: 0;
}
.suspend-wrap .suspend-item .iconfontweapp {
  color: #fff;
  font-size: 5.33333vw;
}
.suspend-wrap .suspend-item .suspend-item-text {
  font-size: 3.2vw;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 3.2vw;
}

#app {
  position: relative;
  height: 100vh;
}
#app img {
  display: block;
}
#app::-webkit-scrollbar {
  width: 0 !important;
}
.index-page-wrap::-webkit-scrollbar {
  width: 0 !important;
}
body {
  overflow-y: scroll;
  font-size: 3.73333vw;
}
body::-webkit-scrollbar {
  display: none;
}
.index-page-wrap::-webkit-scrollbar {
  display: none;
}
.components-close {
  display: none;
}
.cap-goods__img--cover {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.cap-goods__img--contain {
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
}
.goods-shadow {
  -webkit-box-shadow: 0 0.53333vw 1.06667vw rgba(0, 0, 0, 0.06);
          box-shadow: 0 0.53333vw 1.06667vw rgba(0, 0, 0, 0.06);
}
.goods-outline {
  border: 1px solid rgba(50, 50, 51, 0.1);
}
.goods-price-info {
  background: red;
}
.goods-price-info .cap-goods-info,
.goods-price-info .partyBis-goods-details-info {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.weapp-bottab {
  width: 100vw;
  height: 13.33333vw;
  background: #fff;
  position: fixed;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.weapp-bottab .weapp-bottab-item {
  -ms-flex: 1;
  -webkit-box-flex: 1;
          flex: 1;
  text-align: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  margin-top: 0.8vw;
  color: #666666;
}
.weapp-bottab .weapp-bottab-item .iconfontweapp {
  font-size: 4.26667vw;
}
.weapp-bottab .weapp-bottab-item .weapp-bottab-item-text {
  font-size: 2.66667vw;
  margin-top: 1.06667vw;
}
.weapp-bottab .weapp-bottab-item-active {
  color: #387ffd;
}
.van-stepper__minus::before,
.van-stepper__plus::before {
  height: 0.53333vw !important;
}
.van-stepper__minus::after,
.van-stepper__plus::after {
  width: 0.53333vw !important;
}
.van-popup {
  border-radius: 2.13333vw 2.13333vw 0px 0px !important;
}

img {
  content: normal !important;
}

.positionTopCenter {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.positionLeftCenter {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.positionCenterCenter {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.right-text {
  text-align: right;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex-end-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-between-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-between-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-center-center {
  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;
}
.flex-column-center {
  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;
}
.flex-center-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-between-y {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.title-decorate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 4.26667vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.title-decorate span {
  display: inline-block;
  width: 4.8vw;
  height: 1.86667vw;
  background: #fc2339;
  border-radius: 1.06667vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: rotate(130deg);
          transform: rotate(130deg);
}
.title-decorate span:nth-child(1) {
  opacity: 0.3;
}
.title-decorate span:nth-child(4) {
  opacity: 0.3;
}
.title-decorate div {
  margin: 0 1.86667vw;
  line-height: 6.13333vw;
}
.ellipsis-1 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.ellipsis-2 {
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.common-border {
  border-bottom: 1px solid;
  border-color: rgba(217, 217, 217, 0.3);
}
.safe-area-inset-bottom {
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.ellipsis-line1 {
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.ellipsis-line2 {
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis-line3 {
  word-break: break-all;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-overflow-1 {
  overflow: hidden !important;
  max-height: 5.06667vw !important;
}
.text-overflow-2 {
  overflow: hidden !important;
  max-height: 10.13333vw !important;
}
.safe-area-inset-bottom {
  padding-bottom: constant(safe-area-inset-bottom) !important;
  padding-bottom: env(safe-area-inset-bottom) !important;
}
.fs-10 {
  font-size: 2.66667vw;
  color: #fff;
}
.fs-12 {
  font-size: 3.2vw;
  color: #fff;
}
.fs-14 {
  font-size: 3.73333vw;
  color: #fff;
}
.van-cell-input {
  border-radius: 5.86667vw;
  background: var(--color-bgc-cell-input) !important;
}
.van-cell-input.van-cell::after {
  border: none !important;
}
.van-cell-input-gray {
  border-radius: 5.86667vw;
  background: #f4f4f4 !important;
}
.van-cell-input-gray.van-cell::after {
  border: none !important;
}
.van-submit-bar {
  -webkit-box-shadow: 0px -1px 0.8vw 0px rgba(149, 149, 149, 0.1);
          box-shadow: 0px -1px 0.8vw 0px rgba(149, 149, 149, 0.1);
}
.van-divider {
  padding: 4vw 0;
  margin: 0 !important;
}
.amount-unit {
  font-size: 3.73333vw;
}
.amount-int {
  font-size: 8.53333vw;
  font-weight: 600;
}
.amount-decimal {
  font-size: 3.73333vw;
  font-weight: 600;
}
.flex-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.justify-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* @font-face {
  font-family: 'iconfont';
  src: url('iconfont.eot?t=1606292629236');
  src: url('iconfont.eot?t=1606292629236#iefix') format('embedded-opentype'),
    url('data:application/x-font-woff2;charset=utf-8;base64,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')
      format('woff2'),
    url('iconfont.woff?t=1606292629236') format('woff'),
    url('iconfont.ttf?t=1606292629236') format('truetype'),
    url('iconfont.svg?t=1606292629236#iconfont') format('svg');
} */
@font-face {
  font-family: 'iconfont';  /* project id 2217494 */
  src: url('//at.alicdn.com/t/font_2217494_e830cw0g21s.eot');
  src: url('//at.alicdn.com/t/font_2217494_e830cw0g21s.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_2217494_e830cw0g21s.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_2217494_e830cw0g21s.woff') format('woff'),
  url('//at.alicdn.com/t/font_2217494_e830cw0g21s.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_2217494_e830cw0g21s.svg#iconfont') format('svg');
}

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

.iconshangpin-:before {
  content: '\e605';
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.iconshouyeicon_normal:before {
  content: '\e676';
}

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

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

.iconweibiaoti-1:before {
  content: '\e670';
}

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

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

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

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

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

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

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

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

.iconxiajia:before {
  content: '\e6bc';
}
.iconMoney:before {
  content: '\e60e';
}

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

.iconmarker::before {
  content: '\e61f';
}
@font-face {
  font-family: "iconfont"; /* Project id 2578950 */
  src: url(../fonts/iconfont.dd57fb56.woff2) format('woff2'),
       url(../fonts/iconfont.34eeb99b.woff) format('woff'),
       url(../fonts/iconfont.01385be8.ttf) format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 4.26667vw;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-a-tianjiaquan-tishijianyilei:before {
  content: "\e6ea";
}

.icon-tuihuo1:before {
  content: "\e684";
}

.icon-lianxiwo1:before {
  content: "\e600";
}

.icon-shoucangtianchong:before {
  content: "\e612";
}

.icon-xiazai2:before {
  content: "\e614";
}

.icon-shoucang1:before {
  content: "\e616";
}

.icon-fenxiang1:before {
  content: "\e617";
}

.icon-zhanting:before {
  content: "\e618";
}

.icon-lianxiwo:before {
  content: "\e619";
}

.icon-guanbi:before {
  content: "\e60a";
}

.icon-shangchuan:before {
  content: "\e607";
}

.icon-dadianhua:before {
  content: "\e609";
}

.icon-shouhuo:before {
  content: "\e643";
}

.icon-xiangji:before {
  content: "\e605";
}

.icon-tuoyuanxing:before {
  content: "\e604";
}

.icon-huanhuo:before {
  content: "\e601";
}

.icon-weixiu:before {
  content: "\e602";
}

.icon-tuihuo:before {
  content: "\e603";
}

.icon-yulan:before {
  content: "\e63f";
}

.icon-liangbeifen:before {
  content: "\e63e";
}

.icon-daishouhuo1:before {
  content: "\e63b";
}

.icon-edit:before {
  content: "\e6c4";
}

.icon-waitPay:before {
  content: "\e6be";
}

.icon-discuss:before {
  content: "\e6bf";
}

.icon-home:before {
  content: "\e6c0";
}

.icon-refund:before {
  content: "\e6c1";
}

.icon-delivery:before {
  content: "\e6c2";
}

.icon-location:before {
  content: "\e6c3";
}

.icon-shoppingcar:before {
  content: "\e6bc";
}

.icon-xianjin1:before {
  content: "\e6bd";
}

.icon-weixin1:before {
  content: "\e6b9";
}

.icon-zhifubao:before {
  content: "\e6ba";
}

.icon-zhuanzhang:before {
  content: "\e6bb";
}

.icon-weixin:before {
  content: "\e6b8";
}

.icon-back:before {
  content: "\e6b7";
}

.icon-daipingjia:before {
  content: "\e6ad";
}

.icon-daifukuan:before {
  content: "\e6ae";
}

.icon-dizhiguanli:before {
  content: "\e6af";
}

.icon-wode:before {
  content: "\e6b0";
}

.icon-shouye:before {
  content: "\e6b1";
}

.icon-gouwuche:before {
  content: "\e6b2";
}

.icon-fenlei:before {
  content: "\e6b3";
}

.icon-gouwuche2:before {
  content: "\e6b4";
}

.icon-daishouhuo:before {
  content: "\e6b5";
}

.icon-tuikuanshouhou:before {
  content: "\e6b6";
}


@font-face {
  font-family: 'iconfont';
  /* Project id 2578950 */
  src: url('//at.alicdn.com/t/font_2578950_eikapu5dadi.woff2?t=1645081466765') format('woff2'), url('//at.alicdn.com/t/font_2578950_eikapu5dadi.woff?t=1645081466765') format('woff'), url('//at.alicdn.com/t/font_2578950_eikapu5dadi.ttf?t=1645081466765') format('truetype'), url('//oss.elebuys.com/resource/20220727/202207271048140000201248.woff2?t=1658889005886') format('woff2'), url('//oss.elebuys.com/resource/20220727/202207271048280000201249.woff?t=1658889005886') format('woff'), url('//oss.elebuys.com/resource/20220727/202207271048400000201250.ttf?t=1658889005886') format('truetype');
}
@font-face {
  font-family: 'iconfontcard';
  /* Project id 2578950 */
  src: url('//at.alicdn.com/t/font_2578950_cbbsvob8sw.woff2?t=1637737388638') format('woff2'), url('//at.alicdn.com/t/font_2578950_cbbsvob8sw.woff?t=1637737388638') format('woff'), url('//at.alicdn.com/t/font_2578950_cbbsvob8sw.ttf?t=1637737388638') format('truetype');
}
@font-face {
  font-family: 'iconfontweapp';
  /* Project id 2402346 */
  src: url('//at.alicdn.com/t/c/font_2402346_aq6dkb6ln1b.woff2?t=1715240675554') format('woff2'), url('//at.alicdn.com/t/c/font_2402346_aq6dkb6ln1b.woff?t=1715240675554') format('woff'), url('//at.alicdn.com/t/c/font_2402346_aq6dkb6ln1b.ttf?t=1715240675554') format('truetype');
}
.iconfontweapp {
  font-family: 'iconfontweapp' !important;
  font-size: 4.26667vw;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfont {
  font-family: 'iconfont' !important;
  font-size: 4.26667vw;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.iconfontcard {
  font-family: 'iconfontcard' !important;
  font-size: 4.26667vw;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon_guanzhu:before {
  content: '\e6aa';
}
.icon_zhanting:before {
  content: '\e6a3';
}
.icon_guanwang:before {
  content: '\e6ac';
}
.icon_isguanzhu:before {
  content: '\e60d';
}
.icon_back:before {
  content: '\e6ab';
}
.icon_card_index:before {
  content: '\e6a2';
}
.icon_case_index:before {
  content: '\e6a4';
}
.icon_showroom_index:before {
  content: '\e69f';
}
.icon_official_index:before {
  content: '\e6a1';
}
.icon_share:before {
  content: '\e6ad';
}
.icon_huanhuo:before {
  content: '\e601';
}
.icon_weixiu:before {
  content: '\e602';
}
.icon_tuihuo:before {
  content: '\e603';
}
.icon_tuihuo_two:before {
  content: '\e684';
}
.icon_gou:before {
  content: '\e63e';
}
.icon_nogou:before {
  content: '\e604';
}
.icon_xiangji:before {
  content: '\e605';
}
.icon_shou:before {
  content: '\e643';
}
.icon-zhanting:before {
  color: #4a4a4a;
  content: '\e618';
}
.icon-like:before {
  color: #4a4a4a;
  content: '\e616';
}
.icon-share:before {
  color: #4a4a4a;
  content: '\e617';
}
.icon_isguanzhu {
  color: #ff003c;
  content: '\e612';
}
.icon-chat:before {
  color: #4a4a4a;
  font-size: 4.26667vw;
  content: '\e600';
}
.icon-phone:before {
  color: #4a4a4a;
  font-size: 4.26667vw;
  content: '\e609';
}
.icon-wexin:before {
  font-size: 9.6vw;
  color: #05bb06;
  content: '\e6b8';
}
.icon-home:before {
  content: '\e6c0';
}
.icon-fenlei:before {
  content: '\e6b3';
}
.icon-daishouhuo:before {
  content: '\e6b5';
}
.icon-shoppingcar:before {
  content: '\e6bc';
}
.icon-wode:before {
  content: '\e6b0';
}
.icon-del:before {
  content: '\e7c8';
}
.icon-location:before {
  content: '\e6c3';
}
.icon-edit:before {
  content: '\e7b3';
}
.icon-xianjin1:before {
  content: '\e6bd';
  color: #e82433;
}
.icon-weixin1:before {
  content: '\e6b9';
  color: #52b046;
}
.icon-create-order-address-add:before {
  content: '\e6ea';
}
.icon-time:before {
  content: '\e703';
}
.icon-view:before {
  content: '\e704';
}
.icon-unstar:before {
  content: '\e705';
}
.icon-star:before {
  content: '\e701';
}
.icon-share-foot:before {
  content: '\e6f6';
}
.icon-plus:before {
  content: '\e6cf';
}
.icon-reduce:before {
  content: '\e7c6';
}
.icon-wodekefu:before {
  content: '\e6f2';
}

/* 默认主题 */
:root {
  --color-primary: #FF0C3D;
  --color-bgc-primary-alpha-04: rgba(255, 12, 61, 0.04);
  --color-bgc-primary-alpha-05: rgba(255, 12, 61, 0.05);
  --color-bgc-cell-input: #F8F8F8;
  /* 我的页面四个icon图标 */
  --image-my-waitPay: url("https://oss.elebuys.com/tmpdir/202109241409090007509940.png");
  --image-my-delivery: url("https://oss.elebuys.com/tmpdir/202109241409440007509944.png");
  --image-my-discuss: url("https://oss.elebuys.com/tmpdir/202109241409280007509942.png");
  --image-my-refund: url("https://oss.elebuys.com/tmpdir/202109241410030007509945.png");
  /* 订单详情顶部图片 */
  --image-orderDetail-top: url("https://oss.elebuys.com/tmpdir/202109241437350007510017.png");
  /* 现金账户顶部图片 */
  --image-balance-top: url("https://oss.elebuys.com/tmpdir/202109241438100007510018.png");
  /* 个人中心顶部图片 */
  --image-userInfo-top: url("https://oss.elebuys.com/202403281716170005268471.png");
  /* 售后顶部图片 */
  --image-afterSale-top: url("https://oss.elebuys.com/resource/saash5/202110251455220000869793.png");
  /* 售后详情顶部图片 */
  --image-afterSale-detail-top: url("https://oss.elebuys.com/resource/saash5/202112031137470003646945.png");
}
.green-theme {
  --color-primary: #75B455;
  --color-bgc-primary-alpha-04: rgba(117, 180, 85, 0.04);
  --color-bgc-primary-alpha-05: rgba(117, 180, 85, 0.05);
  --color-bgc-cell-input: #FFFFFF;
  /* 我的页面四个icon图标 */
  --image-my-waitPay: url("https://oss.elebuys.com/tmpdir/202109241404120007509930.png");
  --image-my-delivery: url("https://oss.elebuys.com/tmpdir/202109241405420007509934.png");
  --image-my-discuss: url("https://oss.elebuys.com/tmpdir/202109241405240007509932.png");
  --image-my-refund: url("https://oss.elebuys.com/tmpdir/202109241405590007509935.png");
  /* 订单详情顶部图片 */
  --image-orderDetail-top: url("https://oss.elebuys.com/tmpdir/202109241418320007509969.png");
  /* 现金账户顶部图片 */
  --image-balance-top: url("https://oss.elebuys.com/tmpdir/202109241418580007509970.png");
  /* 个人中心顶部图片 */
  --image-userInfo-top: url("https://oss.elebuys.com/tmpdir/202109241419390007509971.png");
  /* 售后顶部图片 */
  --image-afterSale-top: url("https://oss.elebuys.com/resource/saash5/202110251455390000869795.png");
  /* 售后详情顶部图片 */
  --image-afterSale-detail-top: url("https://oss.elebuys.com/resource/saash5/202112031136290003646942.png");
}
.orange-theme {
  --color-primary: #FF7518;
  --color-bgc-primary-alpha-04: rgba(255, 117, 24, 0.04);
  --color-bgc-primary-alpha-05: rgba(255, 117, 24, 0.05);
  --color-bgc-cell-input: #FFFFFF;
  /* 我的页面四个icon图标 */
  --image-my-waitPay: url("https://oss.elebuys.com/tmpdir/202109241411340007509951.png");
  --image-my-delivery: url("https://oss.elebuys.com/tmpdir/202109241412180007509955.png");
  --image-my-discuss: url("https://oss.elebuys.com/tmpdir/202109241411490007509953.png");
  --image-my-refund: url("https://oss.elebuys.com/tmpdir/202109241412360007509956.png");
  /* 订单详情顶部图片 */
  --image-orderDetail-top: url("https://oss.elebuys.com/tmpdir/202109241424060007509989.png");
  /* 现金账户顶部图片 */
  --image-balance-top: url("https://oss.elebuys.com/tmpdir/202109241424240007509990.png");
  /* 个人中心顶部图片 */
  --image-userInfo-top: url("https://oss.elebuys.com/tmpdir/202109241425140007509991.png");
  /* 售后顶部图片 */
  --image-afterSale-top: url("https://oss.elebuys.com/resource/saash5/202110251455520000869796.png");
  /* 售后详情顶部图片 */
  --image-afterSale-detail-top: url("https://oss.elebuys.com/resource/saash5/202112031136530003646943.png");
}
.blue-theme {
  --color-primary: #2785FF;
  --color-bgc-primary-alpha-04: rgba(39, 133, 255, 0.04);
  --color-bgc-primary-alpha-05: rgba(39, 133, 255, 0.05);
  --color-bgc-cell-input: #FFFFFF;
  /* 我的页面四个icon图标 */
  --image-my-waitPay: url("https://oss.elebuys.com/tmpdir/202109241410260007509947.png");
  --image-my-delivery: url("https://oss.elebuys.com/tmpdir/202109241410570007509949.png");
  --image-my-discuss: url("https://oss.elebuys.com/tmpdir/202109241410420007509948.png");
  --image-my-refund: url("https://oss.elebuys.com/tmpdir/202109241411140007509950.png");
  /* 订单详情顶部图片 */
  --image-orderDetail-top: url("https://oss.elebuys.com/tmpdir/202109241800590007510193.png");
  /* 现金账户顶部图片 */
  --image-balance-top: url("https://oss.elebuys.com/tmpdir/202109241422150007509980.png");
  /* 个人中心顶部图片 */
  --image-userInfo-top: url("https://oss.elebuys.com/tmpdir/202109241422470007509986.png");
  /* 售后顶部图片 */
  --image-afterSale-top: url("https://oss.elebuys.com/resource/saash5/202110251455050000869790.png");
  /* 售后详情顶部图片 */
  --image-afterSale-detail-top: url("https://oss.elebuys.com/resource/saash5/202112031136090003646941.png");
}
.violet-theme {
  --color-primary: #821EC4;
  --color-bgc-primary-alpha-04: rgba(130, 30, 196, 0.04);
  --color-bgc-primary-alpha-05: rgba(130, 30, 196, 0.05);
  --color-bgc-cell-input: #FFFFFF;
  /* 我的页面四个icon图标 */
  --image-my-waitPay: url("https://oss.elebuys.com/tmpdir/202109241413000007509958.png");
  --image-my-delivery: url("https://oss.elebuys.com/tmpdir/202109241413340007509960.png");
  --image-my-discuss: url("https://oss.elebuys.com/tmpdir/202109241413160007509959.png");
  --image-my-refund: url("https://oss.elebuys.com/tmpdir/202109241413510007509961.png");
  /* 订单详情顶部图片 */
  --image-orderDetail-top: url("https://oss.elebuys.com/tmpdir/202109241426370007509996.png");
  /* 现金账户顶部图片 */
  --image-balance-top: url("https://oss.elebuys.com/tmpdir/202109241427000007509998.png");
  /* 个人中心顶部图片 */
  --image-userInfo-top: url("https://oss.elebuys.com/tmpdir/202109241428180007510006.png");
  /* 售后顶部图片 */
  --image-afterSale-top: url("https://oss.elebuys.com/resource/saash5/202110251456040000869797.png");
  /* 售后详情顶部图片 */
  --image-afterSale-detail-top: url("https://oss.elebuys.com/resource/saash5/202112031137180003646944.png");
}
/* 配色方案 */
.theme-style-0 {
  --color-primary: #75B455;
  --color-bgc-primary-alpha-04: rgba(117, 180, 85, 0.04);
  --color-bgc-primary-alpha-05: rgba(117, 180, 85, 0.05);
}
.theme-style-1 {
  --color-primary: #FF7518;
  --color-bgc-primary-alpha-04: rgba(255, 117, 24, 0.04);
  --color-bgc-primary-alpha-05: rgba(255, 117, 24, 0.05);
}
.theme-style-2 {
  --color-primary: #682DE7;
  --color-bgc-primary-alpha-04: rgba(104, 45, 231, 0.04);
  --color-bgc-primary-alpha-05: rgba(104, 45, 231, 0.05);
}
.theme-style-3 {
  --color-primary: #2785FF;
  --color-bgc-primary-alpha-04: rgba(39, 133, 255, 0.04);
  --color-bgc-primary-alpha-05: rgba(39, 133, 255, 0.05);
}
.theme-style-4 {
  --color-primary: #FF0C3D;
  --color-bgc-primary-alpha-04: rgba(255, 12, 61, 0.04);
  --color-bgc-primary-alpha-05: rgba(255, 12, 61, 0.05);
}
.theme-style-5 {
  --color-primary: #FF2871;
  --color-bgc-primary-alpha-04: rgba(255, 40, 113, 0.04);
  --color-bgc-primary-alpha-05: rgba(255, 40, 113, 0.05);
}
.theme-style-6 {
  --color-primary: #C8A85D;
  --color-bgc-primary-alpha-04: rgba(200, 168, 93, 0.04);
  --color-bgc-primary-alpha-05: rgba(200, 168, 93, 0.05);
}
.theme-style-7 {
  --color-primary: #FFC800;
  --color-bgc-primary-alpha-04: rgba(255, 200, 0, 0.04);
  --color-bgc-primary-alpha-05: rgba(255, 200, 0, 0.05);
}
.theme-style-8 {
  --color-primary: #2BCAAB;
  --color-bgc-primary-alpha-04: rgba(43, 202, 171, 0.04);
  --color-bgc-primary-alpha-05: rgba(43, 202, 171, 0.05);
}
.theme-style-red {
  --color-bgc-primary-alpha-04: #f5f5f7;
}

