.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
/**
 * Entry of basic styles
 */
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
a {
  text-decoration: none;
}
input,
button,
textarea {
  color: inherit;
  font: inherit;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
  outline: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-multi-ellipsis--l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.van-multi-ellipsis--l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.van-clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.van-clearfix::after {
  display: table;
  clear: both;
  content: '';
}
[class*='van-hairline']::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  transform: scale(0.5);
}
.van-hairline,
.van-hairline--top,
.van-hairline--left,
.van-hairline--right,
.van-hairline--bottom,
.van-hairline--surround,
.van-hairline--top-bottom {
  position: relative;
}
.van-hairline--top::after {
  border-top-width: 0.02667rem;
}
.van-hairline--left::after {
  border-left-width: 0.02667rem;
}
.van-hairline--right::after {
  border-right-width: 0.02667rem;
}
.van-hairline--bottom::after {
  border-bottom-width: 0.02667rem;
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border-width: 0.02667rem 0;
}
.van-hairline--surround::after {
  border-width: 0.02667rem;
}
@keyframes van-slide-up-enter {
  from {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-leave {
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-down-enter {
  from {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-leave {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-left-enter {
  from {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-leave {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-right-enter {
  from {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-leave {
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes van-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes van-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.van-fade-enter-active {
  animation: 0.3s van-fade-in both ease-out;
}
.van-fade-leave-active {
  animation: 0.3s van-fade-out both ease-in;
}
.van-slide-up-enter-active {
  animation: van-slide-up-enter 0.3s both ease-out;
}
.van-slide-up-leave-active {
  animation: van-slide-up-leave 0.3s both ease-in;
}
.van-slide-down-enter-active {
  animation: van-slide-down-enter 0.3s both ease-out;
}
.van-slide-down-leave-active {
  animation: van-slide-down-leave 0.3s both ease-in;
}
.van-slide-left-enter-active {
  animation: van-slide-left-enter 0.3s both ease-out;
}
.van-slide-left-leave-active {
  animation: van-slide-left-leave 0.3s both ease-in;
}
.van-slide-right-enter-active {
  animation: van-slide-right-enter 0.3s both ease-out;
}
.van-slide-right-leave-active {
  animation: van-slide-right-leave 0.3s both ease-in;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-info {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  min-width: 0.42667rem;
  padding: 0 0.08rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.32rem;
  font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #ee0a24;
  border: 0.02667rem solid #fff;
  border-radius: 0.42667rem;
  transform: translate(50%, -50%);
  transform-origin: 100%;
}
.van-info--dot {
  width: 0.21333rem;
  min-width: 0;
  height: 0.21333rem;
  background-color: #ee0a24;
  border-radius: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
/* stylelint-disable selector-pseudo-element-colon-notation */
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-weight: normal;
  font-family: 'vant-icon';
  font-style: normal;
  font-display: auto;
  src: url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff2') format('woff2'), url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff') format('woff'), url('https://img.yzcdn.cn/vant/vant-icon-0c347b.ttf') format('truetype');
}
.van-icon {
  position: relative;
  display: inline-block;
  font: normal normal normal 0.37333rem/1 'vant-icon';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.van-icon::before {
  display: inline-block;
}
.van-icon-add-o::before {
  content: '\F000';
}
.van-icon-add-square::before {
  content: '\F001';
}
.van-icon-add::before {
  content: '\F002';
}
.van-icon-after-sale::before {
  content: '\F003';
}
.van-icon-aim::before {
  content: '\F004';
}
.van-icon-alipay::before {
  content: '\F005';
}
.van-icon-apps-o::before {
  content: '\F006';
}
.van-icon-arrow-down::before {
  content: '\F007';
}
.van-icon-arrow-left::before {
  content: '\F008';
}
.van-icon-arrow-up::before {
  content: '\F009';
}
.van-icon-arrow::before {
  content: '\F00A';
}
.van-icon-ascending::before {
  content: '\F00B';
}
.van-icon-audio::before {
  content: '\F00C';
}
.van-icon-award-o::before {
  content: '\F00D';
}
.van-icon-award::before {
  content: '\F00E';
}
.van-icon-back-top::before {
  content: '\F0E6';
}
.van-icon-bag-o::before {
  content: '\F00F';
}
.van-icon-bag::before {
  content: '\F010';
}
.van-icon-balance-list-o::before {
  content: '\F011';
}
.van-icon-balance-list::before {
  content: '\F012';
}
.van-icon-balance-o::before {
  content: '\F013';
}
.van-icon-balance-pay::before {
  content: '\F014';
}
.van-icon-bar-chart-o::before {
  content: '\F015';
}
.van-icon-bars::before {
  content: '\F016';
}
.van-icon-bell::before {
  content: '\F017';
}
.van-icon-bill-o::before {
  content: '\F018';
}
.van-icon-bill::before {
  content: '\F019';
}
.van-icon-birthday-cake-o::before {
  content: '\F01A';
}
.van-icon-bookmark-o::before {
  content: '\F01B';
}
.van-icon-bookmark::before {
  content: '\F01C';
}
.van-icon-browsing-history-o::before {
  content: '\F01D';
}
.van-icon-browsing-history::before {
  content: '\F01E';
}
.van-icon-brush-o::before {
  content: '\F01F';
}
.van-icon-bulb-o::before {
  content: '\F020';
}
.van-icon-bullhorn-o::before {
  content: '\F021';
}
.van-icon-calendar-o::before {
  content: '\F022';
}
.van-icon-card::before {
  content: '\F023';
}
.van-icon-cart-circle-o::before {
  content: '\F024';
}
.van-icon-cart-circle::before {
  content: '\F025';
}
.van-icon-cart-o::before {
  content: '\F026';
}
.van-icon-cart::before {
  content: '\F027';
}
.van-icon-cash-back-record::before {
  content: '\F028';
}
.van-icon-cash-on-deliver::before {
  content: '\F029';
}
.van-icon-cashier-o::before {
  content: '\F02A';
}
.van-icon-certificate::before {
  content: '\F02B';
}
.van-icon-chart-trending-o::before {
  content: '\F02C';
}
.van-icon-chat-o::before {
  content: '\F02D';
}
.van-icon-chat::before {
  content: '\F02E';
}
.van-icon-checked::before {
  content: '\F02F';
}
.van-icon-circle::before {
  content: '\F030';
}
.van-icon-clear::before {
  content: '\F031';
}
.van-icon-clock-o::before {
  content: '\F032';
}
.van-icon-clock::before {
  content: '\F033';
}
.van-icon-close::before {
  content: '\F034';
}
.van-icon-closed-eye::before {
  content: '\F035';
}
.van-icon-cluster-o::before {
  content: '\F036';
}
.van-icon-cluster::before {
  content: '\F037';
}
.van-icon-column::before {
  content: '\F038';
}
.van-icon-comment-circle-o::before {
  content: '\F039';
}
.van-icon-comment-circle::before {
  content: '\F03A';
}
.van-icon-comment-o::before {
  content: '\F03B';
}
.van-icon-comment::before {
  content: '\F03C';
}
.van-icon-completed::before {
  content: '\F03D';
}
.van-icon-contact::before {
  content: '\F03E';
}
.van-icon-coupon-o::before {
  content: '\F03F';
}
.van-icon-coupon::before {
  content: '\F040';
}
.van-icon-credit-pay::before {
  content: '\F041';
}
.van-icon-cross::before {
  content: '\F042';
}
.van-icon-debit-pay::before {
  content: '\F043';
}
.van-icon-delete::before {
  content: '\F044';
}
.van-icon-descending::before {
  content: '\F045';
}
.van-icon-description::before {
  content: '\F046';
}
.van-icon-desktop-o::before {
  content: '\F047';
}
.van-icon-diamond-o::before {
  content: '\F048';
}
.van-icon-diamond::before {
  content: '\F049';
}
.van-icon-discount::before {
  content: '\F04A';
}
.van-icon-down::before {
  content: '\F04B';
}
.van-icon-ecard-pay::before {
  content: '\F04C';
}
.van-icon-edit::before {
  content: '\F04D';
}
.van-icon-ellipsis::before {
  content: '\F04E';
}
.van-icon-empty::before {
  content: '\F04F';
}
.van-icon-enlarge::before {
  content: '\F0E4';
}
.van-icon-envelop-o::before {
  content: '\F050';
}
.van-icon-exchange::before {
  content: '\F051';
}
.van-icon-expand-o::before {
  content: '\F052';
}
.van-icon-expand::before {
  content: '\F053';
}
.van-icon-eye-o::before {
  content: '\F054';
}
.van-icon-eye::before {
  content: '\F055';
}
.van-icon-fail::before {
  content: '\F056';
}
.van-icon-failure::before {
  content: '\F057';
}
.van-icon-filter-o::before {
  content: '\F058';
}
.van-icon-fire-o::before {
  content: '\F059';
}
.van-icon-fire::before {
  content: '\F05A';
}
.van-icon-flag-o::before {
  content: '\F05B';
}
.van-icon-flower-o::before {
  content: '\F05C';
}
.van-icon-free-postage::before {
  content: '\F05D';
}
.van-icon-friends-o::before {
  content: '\F05E';
}
.van-icon-friends::before {
  content: '\F05F';
}
.van-icon-gem-o::before {
  content: '\F060';
}
.van-icon-gem::before {
  content: '\F061';
}
.van-icon-gift-card-o::before {
  content: '\F062';
}
.van-icon-gift-card::before {
  content: '\F063';
}
.van-icon-gift-o::before {
  content: '\F064';
}
.van-icon-gift::before {
  content: '\F065';
}
.van-icon-gold-coin-o::before {
  content: '\F066';
}
.van-icon-gold-coin::before {
  content: '\F067';
}
.van-icon-good-job-o::before {
  content: '\F068';
}
.van-icon-good-job::before {
  content: '\F069';
}
.van-icon-goods-collect-o::before {
  content: '\F06A';
}
.van-icon-goods-collect::before {
  content: '\F06B';
}
.van-icon-graphic::before {
  content: '\F06C';
}
.van-icon-home-o::before {
  content: '\F06D';
}
.van-icon-hot-o::before {
  content: '\F06E';
}
.van-icon-hot-sale-o::before {
  content: '\F06F';
}
.van-icon-hot-sale::before {
  content: '\F070';
}
.van-icon-hot::before {
  content: '\F071';
}
.van-icon-hotel-o::before {
  content: '\F072';
}
.van-icon-idcard::before {
  content: '\F073';
}
.van-icon-info-o::before {
  content: '\F074';
}
.van-icon-info::before {
  content: '\F075';
}
.van-icon-invition::before {
  content: '\F076';
}
.van-icon-label-o::before {
  content: '\F077';
}
.van-icon-label::before {
  content: '\F078';
}
.van-icon-like-o::before {
  content: '\F079';
}
.van-icon-like::before {
  content: '\F07A';
}
.van-icon-live::before {
  content: '\F07B';
}
.van-icon-location-o::before {
  content: '\F07C';
}
.van-icon-location::before {
  content: '\F07D';
}
.van-icon-lock::before {
  content: '\F07E';
}
.van-icon-logistics::before {
  content: '\F07F';
}
.van-icon-manager-o::before {
  content: '\F080';
}
.van-icon-manager::before {
  content: '\F081';
}
.van-icon-map-marked::before {
  content: '\F082';
}
.van-icon-medal-o::before {
  content: '\F083';
}
.van-icon-medal::before {
  content: '\F084';
}
.van-icon-more-o::before {
  content: '\F085';
}
.van-icon-more::before {
  content: '\F086';
}
.van-icon-music-o::before {
  content: '\F087';
}
.van-icon-music::before {
  content: '\F088';
}
.van-icon-new-arrival-o::before {
  content: '\F089';
}
.van-icon-new-arrival::before {
  content: '\F08A';
}
.van-icon-new-o::before {
  content: '\F08B';
}
.van-icon-new::before {
  content: '\F08C';
}
.van-icon-newspaper-o::before {
  content: '\F08D';
}
.van-icon-notes-o::before {
  content: '\F08E';
}
.van-icon-orders-o::before {
  content: '\F08F';
}
.van-icon-other-pay::before {
  content: '\F090';
}
.van-icon-paid::before {
  content: '\F091';
}
.van-icon-passed::before {
  content: '\F092';
}
.van-icon-pause-circle-o::before {
  content: '\F093';
}
.van-icon-pause-circle::before {
  content: '\F094';
}
.van-icon-pause::before {
  content: '\F095';
}
.van-icon-peer-pay::before {
  content: '\F096';
}
.van-icon-pending-payment::before {
  content: '\F097';
}
.van-icon-phone-circle-o::before {
  content: '\F098';
}
.van-icon-phone-circle::before {
  content: '\F099';
}
.van-icon-phone-o::before {
  content: '\F09A';
}
.van-icon-phone::before {
  content: '\F09B';
}
.van-icon-photo-fail::before {
  content: '\F0E5';
}
.van-icon-photo-o::before {
  content: '\F09C';
}
.van-icon-photo::before {
  content: '\F09D';
}
.van-icon-photograph::before {
  content: '\F09E';
}
.van-icon-play-circle-o::before {
  content: '\F09F';
}
.van-icon-play-circle::before {
  content: '\F0A0';
}
.van-icon-play::before {
  content: '\F0A1';
}
.van-icon-plus::before {
  content: '\F0A2';
}
.van-icon-point-gift-o::before {
  content: '\F0A3';
}
.van-icon-point-gift::before {
  content: '\F0A4';
}
.van-icon-points::before {
  content: '\F0A5';
}
.van-icon-printer::before {
  content: '\F0A6';
}
.van-icon-qr-invalid::before {
  content: '\F0A7';
}
.van-icon-qr::before {
  content: '\F0A8';
}
.van-icon-question-o::before {
  content: '\F0A9';
}
.van-icon-question::before {
  content: '\F0AA';
}
.van-icon-records::before {
  content: '\F0AB';
}
.van-icon-refund-o::before {
  content: '\F0AC';
}
.van-icon-replay::before {
  content: '\F0AD';
}
.van-icon-scan::before {
  content: '\F0AE';
}
.van-icon-search::before {
  content: '\F0AF';
}
.van-icon-send-gift-o::before {
  content: '\F0B0';
}
.van-icon-send-gift::before {
  content: '\F0B1';
}
.van-icon-service-o::before {
  content: '\F0B2';
}
.van-icon-service::before {
  content: '\F0B3';
}
.van-icon-setting-o::before {
  content: '\F0B4';
}
.van-icon-setting::before {
  content: '\F0B5';
}
.van-icon-share-o::before {
  content: '\F0E7';
}
.van-icon-share::before {
  content: '\F0B6';
}
.van-icon-shop-collect-o::before {
  content: '\F0B7';
}
.van-icon-shop-collect::before {
  content: '\F0B8';
}
.van-icon-shop-o::before {
  content: '\F0B9';
}
.van-icon-shop::before {
  content: '\F0BA';
}
.van-icon-shopping-cart-o::before {
  content: '\F0BB';
}
.van-icon-shopping-cart::before {
  content: '\F0BC';
}
.van-icon-shrink::before {
  content: '\F0BD';
}
.van-icon-sign::before {
  content: '\F0BE';
}
.van-icon-smile-comment-o::before {
  content: '\F0BF';
}
.van-icon-smile-comment::before {
  content: '\F0C0';
}
.van-icon-smile-o::before {
  content: '\F0C1';
}
.van-icon-smile::before {
  content: '\F0C2';
}
.van-icon-star-o::before {
  content: '\F0C3';
}
.van-icon-star::before {
  content: '\F0C4';
}
.van-icon-stop-circle-o::before {
  content: '\F0C5';
}
.van-icon-stop-circle::before {
  content: '\F0C6';
}
.van-icon-stop::before {
  content: '\F0C7';
}
.van-icon-success::before {
  content: '\F0C8';
}
.van-icon-thumb-circle-o::before {
  content: '\F0C9';
}
.van-icon-thumb-circle::before {
  content: '\F0CA';
}
.van-icon-todo-list-o::before {
  content: '\F0CB';
}
.van-icon-todo-list::before {
  content: '\F0CC';
}
.van-icon-tosend::before {
  content: '\F0CD';
}
.van-icon-tv-o::before {
  content: '\F0CE';
}
.van-icon-umbrella-circle::before {
  content: '\F0CF';
}
.van-icon-underway-o::before {
  content: '\F0D0';
}
.van-icon-underway::before {
  content: '\F0D1';
}
.van-icon-upgrade::before {
  content: '\F0D2';
}
.van-icon-user-circle-o::before {
  content: '\F0D3';
}
.van-icon-user-o::before {
  content: '\F0D4';
}
.van-icon-video-o::before {
  content: '\F0D5';
}
.van-icon-video::before {
  content: '\F0D6';
}
.van-icon-vip-card-o::before {
  content: '\F0D7';
}
.van-icon-vip-card::before {
  content: '\F0D8';
}
.van-icon-volume-o::before {
  content: '\F0D9';
}
.van-icon-volume::before {
  content: '\F0DA';
}
.van-icon-wap-home-o::before {
  content: '\F0DB';
}
.van-icon-wap-home::before {
  content: '\F0DC';
}
.van-icon-wap-nav::before {
  content: '\F0DD';
}
.van-icon-warn-o::before {
  content: '\F0DE';
}
.van-icon-warning-o::before {
  content: '\F0DF';
}
.van-icon-warning::before {
  content: '\F0E0';
}
.van-icon-weapp-nav::before {
  content: '\F0E1';
}
.van-icon-wechat::before {
  content: '\F0E2';
}
.van-icon-youzan-shield::before {
  content: '\F0E3';
}
.van-icon__image {
  width: 1em;
  height: 1em;
  object-fit: contain;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-overflow-hidden {
  overflow: hidden !important;
}
.van-popup {
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.3s;
  -webkit-overflow-scrolling: touch;
}
.van-popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.van-popup--center.van-popup--round {
  border-radius: 0.53333rem;
}
.van-popup--top {
  top: 0;
  left: 0;
  width: 100%;
}
.van-popup--top.van-popup--round {
  border-radius: 0 0 0.53333rem 0.53333rem;
}
.van-popup--right {
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.van-popup--right.van-popup--round {
  border-radius: 0.53333rem 0 0 0.53333rem;
}
.van-popup--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.van-popup--bottom.van-popup--round {
  border-radius: 0.53333rem 0.53333rem 0 0;
}
.van-popup--left {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.van-popup--left.van-popup--round {
  border-radius: 0 0.53333rem 0.53333rem 0;
}
.van-popup--safe-area-inset-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.van-popup-slide-top-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-bottom-enter-active {
  transition-timing-function: ease-out;
}
.van-popup-slide-top-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-bottom-leave-active {
  transition-timing-function: ease-in;
}
.van-popup-slide-top-enter,
.van-popup-slide-top-leave-active {
  transform: translate3d(0, -100%, 0);
}
.van-popup-slide-right-enter,
.van-popup-slide-right-leave-active {
  transform: translate3d(100%, -50%, 0);
}
.van-popup-slide-bottom-enter,
.van-popup-slide-bottom-leave-active {
  transform: translate3d(0, 100%, 0);
}
.van-popup-slide-left-enter,
.van-popup-slide-left-leave-active {
  transform: translate3d(-100%, -50%, 0);
}
.van-popup__close-icon {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 0.58667rem;
  cursor: pointer;
}
.van-popup__close-icon:active {
  color: #969799;
}
.van-popup__close-icon--top-left {
  top: 0.42667rem;
  left: 0.42667rem;
}
.van-popup__close-icon--top-right {
  top: 0.42667rem;
  right: 0.42667rem;
}
.van-popup__close-icon--bottom-left {
  bottom: 0.42667rem;
  left: 0.42667rem;
}
.van-popup__close-icon--bottom-right {
  right: 0.42667rem;
  bottom: 0.42667rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-loading {
  position: relative;
  color: #c8c9cc;
  font-size: 0;
  vertical-align: middle;
}
.van-loading__spinner {
  position: relative;
  display: inline-block;
  width: 0.8rem;
  max-width: 100%;
  height: 0.8rem;
  max-height: 100%;
  vertical-align: middle;
  animation: van-rotate 0.8s linear infinite;
}
.van-loading__spinner--spinner {
  animation-timing-function: steps(12);
}
.van-loading__spinner--spinner i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-loading__spinner--spinner i::before {
  display: block;
  width: 0.05333rem;
  height: 25%;
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 40%;
  content: ' ';
}
.van-loading__spinner--circular {
  animation-duration: 2s;
}
.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
}
.van-loading__circular circle {
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.van-loading__text {
  display: inline-block;
  margin-left: 0.21333rem;
  color: #969799;
  font-size: 0.37333rem;
  vertical-align: middle;
}
.van-loading--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.van-loading--vertical .van-loading__text {
  margin: 0.21333rem 0 0;
}
@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.van-loading__spinner--spinner i:nth-of-type(1) {
  transform: rotate(30deg);
  opacity: 1;
}
.van-loading__spinner--spinner i:nth-of-type(2) {
  transform: rotate(60deg);
  opacity: 0.9375;
}
.van-loading__spinner--spinner i:nth-of-type(3) {
  transform: rotate(90deg);
  opacity: 0.875;
}
.van-loading__spinner--spinner i:nth-of-type(4) {
  transform: rotate(120deg);
  opacity: 0.8125;
}
.van-loading__spinner--spinner i:nth-of-type(5) {
  transform: rotate(150deg);
  opacity: 0.75;
}
.van-loading__spinner--spinner i:nth-of-type(6) {
  transform: rotate(180deg);
  opacity: 0.6875;
}
.van-loading__spinner--spinner i:nth-of-type(7) {
  transform: rotate(210deg);
  opacity: 0.625;
}
.van-loading__spinner--spinner i:nth-of-type(8) {
  transform: rotate(240deg);
  opacity: 0.5625;
}
.van-loading__spinner--spinner i:nth-of-type(9) {
  transform: rotate(270deg);
  opacity: 0.5;
}
.van-loading__spinner--spinner i:nth-of-type(10) {
  transform: rotate(300deg);
  opacity: 0.4375;
}
.van-loading__spinner--spinner i:nth-of-type(11) {
  transform: rotate(330deg);
  opacity: 0.375;
}
.van-loading__spinner--spinner i:nth-of-type(12) {
  transform: rotate(360deg);
  opacity: 0.3125;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 1.17333rem;
  margin: 0;
  padding: 0;
  font-size: 0.42667rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.05333rem;
  cursor: pointer;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}
.van-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: inherit;
  border-color: #000;
  border-radius: inherit;
  /* inherit parent's border radius */
  transform: translate(-50%, -50%);
  opacity: 0;
  content: ' ';
}
.van-button:active::before {
  opacity: 0.1;
}
.van-button--loading::before,
.van-button--disabled::before {
  display: none;
}
.van-button--default {
  color: #323233;
  background-color: #fff;
  border: 0.02667rem solid #ebedf0;
}
.van-button--primary {
  color: #fff;
  background-color: #07c160;
  border: 0.02667rem solid #07c160;
}
.van-button--info {
  color: #fff;
  background-color: #FF6900;
  border: 0.02667rem solid #FF6900;
}
.van-button--danger {
  color: #fff;
  background-color: #ee0a24;
  border: 0.02667rem solid #ee0a24;
}
.van-button--warning {
  color: #fff;
  background-color: #ff976a;
  border: 0.02667rem solid #ff976a;
}
.van-button--plain {
  background-color: #fff;
}
.van-button--plain.van-button--primary {
  color: #07c160;
}
.van-button--plain.van-button--info {
  color: #FF6900;
}
.van-button--plain.van-button--danger {
  color: #ee0a24;
}
.van-button--plain.van-button--warning {
  color: #ff976a;
}
.van-button--large {
  width: 100%;
  height: 1.33333rem;
}
.van-button--normal {
  padding: 0 0.4rem;
  font-size: 0.37333rem;
}
.van-button--small {
  height: 0.85333rem;
  padding: 0 0.21333rem;
  font-size: 0.32rem;
}
.van-button__loading {
  color: inherit;
  font-size: inherit;
}
.van-button--mini {
  height: 0.64rem;
  padding: 0 0.10667rem;
  font-size: 0.26667rem;
}
.van-button--mini + .van-button--mini {
  margin-left: 0.10667rem;
}
.van-button--block {
  display: block;
  width: 100%;
}
.van-button--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.van-button--loading {
  cursor: default;
}
.van-button--round {
  border-radius: 26.64rem;
}
.van-button--square {
  border-radius: 0;
}
.van-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.van-button__icon {
  min-width: 1em;
  font-size: 1.2em;
  line-height: inherit;
}
.van-button__icon + .van-button__text,
.van-button__loading + .van-button__text,
.van-button__text + .van-button__icon,
.van-button__text + .van-button__loading {
  margin-left: 0.10667rem;
}
.van-button--hairline {
  border-width: 0;
}
.van-button--hairline::after {
  border-color: inherit;
  border-radius: 0.10667rem;
}
.van-button--hairline.van-button--round::after {
  border-radius: 26.64rem;
}
.van-button--hairline.van-button--square::after {
  border-radius: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-goods-action-button {
  flex: 1;
  height: 1.06667rem;
  font-weight: 500;
  font-size: 0.37333rem;
  border: none;
  border-radius: 0;
}
.van-goods-action-button--first {
  margin-left: 0.13333rem;
  border-top-left-radius: 26.64rem;
  border-bottom-left-radius: 26.64rem;
}
.van-goods-action-button--last {
  margin-right: 0.13333rem;
  border-top-right-radius: 26.64rem;
  border-bottom-right-radius: 26.64rem;
}
.van-goods-action-button--warning {
  background: linear-gradient(to right, #ffd01e, #ff8917);
}
.van-goods-action-button--danger {
  background: linear-gradient(to right, #ff6034, #ee0a24);
}
@media (max-width: 321px) {
  .van-goods-action-button {
    font-size: 0.34667rem;
  }
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-goods-action {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  height: 1.33333rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
}
.van-goods-action--unfit {
  padding-bottom: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-dialog {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 8.53333rem;
  overflow: hidden;
  font-size: 0.42667rem;
  background-color: #fff;
  border-radius: 0.42667rem;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transition: 0.3s;
  transition-property: transform, opacity;
}
@media (max-width: 321px) {
  .van-dialog {
    width: 90%;
  }
}
.van-dialog__header {
  padding-top: 0.69333rem;
  font-weight: 500;
  line-height: 0.64rem;
  text-align: center;
}
.van-dialog__header--isolated {
  padding: 0.64rem 0;
}
.van-dialog__content--isolated {
  display: flex;
  align-items: center;
  min-height: 2.77333rem;
}
.van-dialog__message {
  flex: 1;
  max-height: 60vh;
  padding: 0.69333rem 0.64rem;
  overflow-y: auto;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.van-dialog__message--has-title {
  padding-top: 0.21333rem;
  color: #646566;
}
.van-dialog__message--left {
  text-align: left;
}
.van-dialog__message--right {
  text-align: right;
}
.van-dialog__footer {
  display: flex;
  overflow: hidden;
  user-select: none;
}
.van-dialog__confirm,
.van-dialog__cancel {
  flex: 1;
  height: 1.28rem;
  margin: 0;
  border: 0;
}
.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #ee0a24;
}
.van-dialog--round-button .van-dialog__footer {
  position: relative;
  height: auto;
  padding: 0.21333rem 0.64rem 0.42667rem;
}
.van-dialog--round-button .van-dialog__message {
  padding-bottom: 0.42667rem;
  color: #323233;
}
.van-dialog--round-button .van-dialog__confirm,
.van-dialog--round-button .van-dialog__cancel {
  height: 0.96rem;
}
.van-dialog--round-button .van-dialog__confirm {
  color: #fff;
}
.van-dialog-bounce-enter {
  transform: translate3d(-50%, -50%, 0) scale(0.7);
  opacity: 0;
}
.van-dialog-bounce-leave-active {
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  opacity: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  width: 2.34667rem;
  max-width: 70%;
  min-height: 2.34667rem;
  padding: 0.42667rem;
  color: #fff;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.21333rem;
  transform: translate3d(-50%, -50%, 0);
}
.van-toast--unclickable {
  overflow: hidden;
}
.van-toast--unclickable * {
  pointer-events: none;
}
.van-toast--text,
.van-toast--html {
  width: fit-content;
  min-width: 2.56rem;
  min-height: 0;
  padding: 0.21333rem 0.32rem;
}
.van-toast--text .van-toast__text,
.van-toast--html .van-toast__text {
  margin-top: 0;
}
.van-toast--top {
  top: 20%;
}
.van-toast--bottom {
  top: auto;
  bottom: 20%;
}
.van-toast__icon {
  font-size: 0.96rem;
}
.van-toast__loading {
  padding: 0.10667rem;
  color: #fff;
}
.van-toast__text {
  margin-top: 0.21333rem;
}

@charset "UTF-8";.el-checkbox,.el-checkbox__input{cursor:pointer;position:relative;display:inline-block}.el-checkbox-button__inner,.el-checkbox__input{vertical-align:middle;white-space:nowrap;outline:0}.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-0.4rem);transform:translateY(-0.4rem)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}.el-checkbox{color:#606266;font-weight:500;font-size:0.18667rem;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:0.4rem}.el-checkbox.is-bordered{padding:0.12rem 0.26667rem 0.12rem 0.13333rem;border-radius:0.05333rem;border:0.01333rem solid #DCDFE6;-webkit-box-sizing:border-box;box-sizing:border-box;line-height:normal;height:0.53333rem}.el-checkbox.is-bordered.is-checked{border-color:#409EFF}.el-checkbox.is-bordered.is-disabled{border-color:#EBEEF5;cursor:not-allowed}.el-checkbox.is-bordered+.el-checkbox.is-bordered{margin-left:0.13333rem}.el-checkbox.is-bordered.el-checkbox--medium{padding:0.09333rem 0.26667rem 0.09333rem 0.13333rem;border-radius:0.05333rem;height:0.48rem}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label{line-height:0.22667rem;font-size:0.18667rem}.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner{height:0.18667rem;width:0.18667rem}.el-checkbox.is-bordered.el-checkbox--small{padding:0.06667rem 0.2rem 0.06667rem 0.13333rem;border-radius:0.04rem;height:0.42667rem}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label{line-height:0.2rem;font-size:0.16rem}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner{height:0.16rem;width:0.16rem}.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner::after{height:0.08rem;width:0.02667rem}.el-checkbox.is-bordered.el-checkbox--mini{padding:0.04rem 0.2rem 0.04rem 0.13333rem;border-radius:0.04rem;height:0.37333rem}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label{line-height:0.16rem;font-size:0.16rem}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner{height:0.16rem;width:0.16rem}.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner::after{height:0.08rem;width:0.02667rem}.el-checkbox__input{line-height:1}.el-checkbox__input.is-disabled .el-checkbox__inner{background-color:#edf2fc;border-color:#DCDFE6;cursor:not-allowed}.el-checkbox__input.is-disabled .el-checkbox__inner::after{cursor:not-allowed;border-color:#C0C4CC}.el-checkbox__input.is-disabled .el-checkbox__inner+.el-checkbox__label{cursor:not-allowed}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after{border-color:#C0C4CC}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner{background-color:#F2F6FC;border-color:#DCDFE6}.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner::before{background-color:#C0C4CC;border-color:#C0C4CC}.el-checkbox__input.is-checked .el-checkbox__inner,.el-checkbox__input.is-indeterminate .el-checkbox__inner{background-color:#409EFF;border-color:#409EFF}.el-checkbox__input.is-disabled+span.el-checkbox__label{color:#C0C4CC;cursor:not-allowed}.el-checkbox__input.is-checked .el-checkbox__inner::after{-webkit-transform:rotate(45deg) scaleY(1);transform:rotate(45deg) scaleY(1)}.el-checkbox__input.is-checked+.el-checkbox__label{color:#409EFF}.el-checkbox__input.is-focus .el-checkbox__inner{border-color:#409EFF}.el-checkbox__input.is-indeterminate .el-checkbox__inner::before{content:'';position:absolute;display:block;background-color:#FFF;height:0.02667rem;-webkit-transform:scale(.5);transform:scale(.5);left:0;right:0;top:0.06667rem}.el-checkbox__input.is-indeterminate .el-checkbox__inner::after{display:none}.el-checkbox__inner{display:inline-block;position:relative;border:0.01333rem solid #DCDFE6;border-radius:0.02667rem;-webkit-box-sizing:border-box;box-sizing:border-box;width:0.18667rem;height:0.18667rem;background-color:#FFF;z-index:1;-webkit-transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46);transition:border-color .25s cubic-bezier(.71,-.46,.29,1.46),background-color .25s cubic-bezier(.71,-.46,.29,1.46)}.el-checkbox__inner:hover{border-color:#409EFF}.el-checkbox__inner::after{-webkit-box-sizing:content-box;box-sizing:content-box;content:"";border:0.01333rem solid #FFF;border-left:0;border-top:0;height:0.09333rem;left:0.05333rem;position:absolute;top:0.01333rem;-webkit-transform:rotate(45deg) scaleY(0);transform:rotate(45deg) scaleY(0);width:0.04rem;-webkit-transition:-webkit-transform .15s ease-in .05s;transition:-webkit-transform .15s ease-in .05s;transition:transform .15s ease-in .05s;transition:transform .15s ease-in .05s,-webkit-transform .15s ease-in .05s;-webkit-transform-origin:center;transform-origin:center}.el-checkbox__original{opacity:0;outline:0;position:absolute;margin:0;width:0;height:0;z-index:-1}.el-checkbox-button,.el-checkbox-button__inner{display:inline-block;position:relative}.el-checkbox__label{display:inline-block;padding-left:0.13333rem;line-height:0.25333rem;font-size:0.18667rem}.el-checkbox:last-of-type{margin-right:0}.el-checkbox-button__inner{line-height:1;font-weight:500;cursor:pointer;background:#FFF;border:0.01333rem solid #DCDFE6;border-left:0;color:#606266;-webkit-appearance:none;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;-webkit-transition:all .3s cubic-bezier(.645,.045,.355,1);transition:all .3s cubic-bezier(.645,.045,.355,1);-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;padding:0.16rem 0.26667rem;font-size:0.18667rem;border-radius:0}.el-checkbox-button__inner.is-round{padding:0.16rem 0.26667rem}.el-checkbox-button__inner:hover{color:#409EFF}.el-checkbox-button__inner [class*=el-icon-]{line-height:.9}.el-checkbox-button__inner [class*=el-icon-]+span{margin-left:0.06667rem}.el-checkbox-button__original{opacity:0;outline:0;position:absolute;margin:0;z-index:-1}.el-checkbox-button.is-checked .el-checkbox-button__inner{color:#FFF;background-color:#409EFF;border-color:#409EFF;-webkit-box-shadow:-0.01333rem 0 0 0 #8cc5ff;box-shadow:-0.01333rem 0 0 0 #8cc5ff}.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner{border-left-color:#409EFF}.el-checkbox-button.is-disabled .el-checkbox-button__inner{color:#C0C4CC;cursor:not-allowed;background-image:none;background-color:#FFF;border-color:#EBEEF5;-webkit-box-shadow:none;box-shadow:none}.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner{border-left-color:#EBEEF5}.el-checkbox-button:first-child .el-checkbox-button__inner{border-left:0.01333rem solid #DCDFE6;border-radius:0.05333rem 0 0 0.05333rem;-webkit-box-shadow:none!important;box-shadow:none!important}.el-checkbox-button.is-focus .el-checkbox-button__inner{border-color:#409EFF}.el-checkbox-button:last-child .el-checkbox-button__inner{border-radius:0 0.05333rem 0.05333rem 0}.el-checkbox-button--medium .el-checkbox-button__inner{padding:0.13333rem 0.26667rem;font-size:0.18667rem;border-radius:0}.el-checkbox-button--medium .el-checkbox-button__inner.is-round{padding:0.13333rem 0.26667rem}.el-checkbox-button--small .el-checkbox-button__inner{padding:0.12rem 0.2rem;font-size:0.16rem;border-radius:0}.el-checkbox-button--small .el-checkbox-button__inner.is-round{padding:0.12rem 0.2rem}.el-checkbox-button--mini .el-checkbox-button__inner{padding:0.09333rem 0.2rem;font-size:0.16rem;border-radius:0}.el-checkbox-button--mini .el-checkbox-button__inner.is-round{padding:0.09333rem 0.2rem}.el-checkbox-group{font-size:0}.el-tree{position:relative;cursor:default;background:#FFF;color:#606266}.el-tree__empty-block{position:relative;min-height:0.8rem;text-align:center;width:100%;height:100%}.el-tree__empty-text{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#909399;font-size:0.18667rem}.el-tree__drop-indicator{position:absolute;left:0;right:0;height:0.01333rem;background-color:#409EFF}.el-tree-node{white-space:nowrap;outline:0}.el-tree-node:focus>.el-tree-node__content{background-color:#F5F7FA}.el-tree-node.is-drop-inner>.el-tree-node__content .el-tree-node__label{background-color:#409EFF;color:#fff}.el-tree-node__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:0.34667rem;cursor:pointer}.el-tree-node__content>.el-tree-node__expand-icon{padding:0.08rem}.el-tree-node__content>label.el-checkbox{margin-right:0.10667rem}.el-tree-node__content:hover{background-color:#F5F7FA}.el-tree.is-dragging .el-tree-node__content{cursor:move}.el-tree.is-dragging .el-tree-node__content *{pointer-events:none}.el-tree.is-dragging.is-drop-not-allow .el-tree-node__content{cursor:not-allowed}.el-tree-node__expand-icon{cursor:pointer;color:#C0C4CC;font-size:0.16rem;-webkit-transform:rotate(0);transform:rotate(0);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.el-tree-node__expand-icon.expanded{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.el-tree-node__expand-icon.is-leaf{color:transparent;cursor:default}.el-tree-node__label{font-size:0.18667rem}.el-tree-node__loading-icon{margin-right:0.10667rem;font-size:0.18667rem;color:#C0C4CC}.el-tree-node>.el-tree-node__children{overflow:hidden;background-color:transparent}.el-tree-node.is-expanded>.el-tree-node__children{display:block}.el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content{background-color:#f0f7ff}
.fade-in-linear-enter-active,.fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.fade-in-linear-enter,.fade-in-linear-leave,.fade-in-linear-leave-active{opacity:0}.el-fade-in-linear-enter-active,.el-fade-in-linear-leave-active{-webkit-transition:opacity .2s linear;transition:opacity .2s linear}.el-fade-in-linear-enter,.el-fade-in-linear-leave,.el-fade-in-linear-leave-active{opacity:0}.el-fade-in-enter-active,.el-fade-in-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-fade-in-enter,.el-fade-in-leave-active{opacity:0}.el-zoom-in-center-enter-active,.el-zoom-in-center-leave-active{-webkit-transition:all .3s cubic-bezier(.55,0,.1,1);transition:all .3s cubic-bezier(.55,0,.1,1)}.el-zoom-in-center-enter,.el-zoom-in-center-leave-active{opacity:0;-webkit-transform:scaleX(0);transform:scaleX(0)}.el-zoom-in-top-enter-active,.el-zoom-in-top-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center top;transform-origin:center top}.el-zoom-in-top-enter,.el-zoom-in-top-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-bottom-enter-active,.el-zoom-in-bottom-leave-active{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:center bottom;transform-origin:center bottom}.el-zoom-in-bottom-enter,.el-zoom-in-bottom-leave-active{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0)}.el-zoom-in-left-enter-active,.el-zoom-in-left-leave-active{opacity:1;-webkit-transform:scale(1,1);transform:scale(1,1);-webkit-transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1);transition:transform .3s cubic-bezier(.23,1,.32,1),opacity .3s cubic-bezier(.23,1,.32,1),-webkit-transform .3s cubic-bezier(.23,1,.32,1);-webkit-transform-origin:top left;transform-origin:top left}.el-zoom-in-left-enter,.el-zoom-in-left-leave-active{opacity:0;-webkit-transform:scale(.45,.45);transform:scale(.45,.45)}.collapse-transition{-webkit-transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out;transition:.3s height ease-in-out,.3s padding-top ease-in-out,.3s padding-bottom ease-in-out}.horizontal-collapse-transition{-webkit-transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out;transition:.3s width ease-in-out,.3s padding-left ease-in-out,.3s padding-right ease-in-out}.el-list-enter-active,.el-list-leave-active{-webkit-transition:all 1s;transition:all 1s}.el-list-enter,.el-list-leave-active{opacity:0;-webkit-transform:translateY(-0.4rem);transform:translateY(-0.4rem)}.el-opacity-transition{-webkit-transition:opacity .3s cubic-bezier(.55,0,.1,1);transition:opacity .3s cubic-bezier(.55,0,.1,1)}@font-face{font-family:element-icons;src:url(../static/fonts/element-icons.535877f5.woff) format("woff"),url(../static/fonts/element-icons.732389de.ttf) format("truetype");font-weight:400;font-display:"auto";font-style:normal}[class*=" el-icon-"],[class^=el-icon-]{font-family:element-icons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;vertical-align:baseline;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.el-icon-ice-cream-round:before{content:"\e6a0"}.el-icon-ice-cream-square:before{content:"\e6a3"}.el-icon-lollipop:before{content:"\e6a4"}.el-icon-potato-strips:before{content:"\e6a5"}.el-icon-milk-tea:before{content:"\e6a6"}.el-icon-ice-drink:before{content:"\e6a7"}.el-icon-ice-tea:before{content:"\e6a9"}.el-icon-coffee:before{content:"\e6aa"}.el-icon-orange:before{content:"\e6ab"}.el-icon-pear:before{content:"\e6ac"}.el-icon-apple:before{content:"\e6ad"}.el-icon-cherry:before{content:"\e6ae"}.el-icon-watermelon:before{content:"\e6af"}.el-icon-grape:before{content:"\e6b0"}.el-icon-refrigerator:before{content:"\e6b1"}.el-icon-goblet-square-full:before{content:"\e6b2"}.el-icon-goblet-square:before{content:"\e6b3"}.el-icon-goblet-full:before{content:"\e6b4"}.el-icon-goblet:before{content:"\e6b5"}.el-icon-cold-drink:before{content:"\e6b6"}.el-icon-coffee-cup:before{content:"\e6b8"}.el-icon-water-cup:before{content:"\e6b9"}.el-icon-hot-water:before{content:"\e6ba"}.el-icon-ice-cream:before{content:"\e6bb"}.el-icon-dessert:before{content:"\e6bc"}.el-icon-sugar:before{content:"\e6bd"}.el-icon-tableware:before{content:"\e6be"}.el-icon-burger:before{content:"\e6bf"}.el-icon-knife-fork:before{content:"\e6c1"}.el-icon-fork-spoon:before{content:"\e6c2"}.el-icon-chicken:before{content:"\e6c3"}.el-icon-food:before{content:"\e6c4"}.el-icon-dish-1:before{content:"\e6c5"}.el-icon-dish:before{content:"\e6c6"}.el-icon-moon-night:before{content:"\e6ee"}.el-icon-moon:before{content:"\e6f0"}.el-icon-cloudy-and-sunny:before{content:"\e6f1"}.el-icon-partly-cloudy:before{content:"\e6f2"}.el-icon-cloudy:before{content:"\e6f3"}.el-icon-sunny:before{content:"\e6f6"}.el-icon-sunset:before{content:"\e6f7"}.el-icon-sunrise-1:before{content:"\e6f8"}.el-icon-sunrise:before{content:"\e6f9"}.el-icon-heavy-rain:before{content:"\e6fa"}.el-icon-lightning:before{content:"\e6fb"}.el-icon-light-rain:before{content:"\e6fc"}.el-icon-wind-power:before{content:"\e6fd"}.el-icon-baseball:before{content:"\e712"}.el-icon-soccer:before{content:"\e713"}.el-icon-football:before{content:"\e715"}.el-icon-basketball:before{content:"\e716"}.el-icon-ship:before{content:"\e73f"}.el-icon-truck:before{content:"\e740"}.el-icon-bicycle:before{content:"\e741"}.el-icon-mobile-phone:before{content:"\e6d3"}.el-icon-service:before{content:"\e6d4"}.el-icon-key:before{content:"\e6e2"}.el-icon-unlock:before{content:"\e6e4"}.el-icon-lock:before{content:"\e6e5"}.el-icon-watch:before{content:"\e6fe"}.el-icon-watch-1:before{content:"\e6ff"}.el-icon-timer:before{content:"\e702"}.el-icon-alarm-clock:before{content:"\e703"}.el-icon-map-location:before{content:"\e704"}.el-icon-delete-location:before{content:"\e705"}.el-icon-add-location:before{content:"\e706"}.el-icon-location-information:before{content:"\e707"}.el-icon-location-outline:before{content:"\e708"}.el-icon-location:before{content:"\e79e"}.el-icon-place:before{content:"\e709"}.el-icon-discover:before{content:"\e70a"}.el-icon-first-aid-kit:before{content:"\e70b"}.el-icon-trophy-1:before{content:"\e70c"}.el-icon-trophy:before{content:"\e70d"}.el-icon-medal:before{content:"\e70e"}.el-icon-medal-1:before{content:"\e70f"}.el-icon-stopwatch:before{content:"\e710"}.el-icon-mic:before{content:"\e711"}.el-icon-copy-document:before{content:"\e718"}.el-icon-full-screen:before{content:"\e719"}.el-icon-switch-button:before{content:"\e71b"}.el-icon-aim:before{content:"\e71c"}.el-icon-crop:before{content:"\e71d"}.el-icon-odometer:before{content:"\e71e"}.el-icon-time:before{content:"\e71f"}.el-icon-bangzhu:before{content:"\e724"}.el-icon-close-notification:before{content:"\e726"}.el-icon-microphone:before{content:"\e727"}.el-icon-turn-off-microphone:before{content:"\e728"}.el-icon-position:before{content:"\e729"}.el-icon-postcard:before{content:"\e72a"}.el-icon-message:before{content:"\e72b"}.el-icon-chat-line-square:before{content:"\e72d"}.el-icon-chat-dot-square:before{content:"\e72e"}.el-icon-chat-dot-round:before{content:"\e72f"}.el-icon-chat-square:before{content:"\e730"}.el-icon-chat-line-round:before{content:"\e731"}.el-icon-chat-round:before{content:"\e732"}.el-icon-set-up:before{content:"\e733"}.el-icon-turn-off:before{content:"\e734"}.el-icon-open:before{content:"\e735"}.el-icon-connection:before{content:"\e736"}.el-icon-link:before{content:"\e737"}.el-icon-cpu:before{content:"\e738"}.el-icon-thumb:before{content:"\e739"}.el-icon-female:before{content:"\e73a"}.el-icon-male:before{content:"\e73b"}.el-icon-guide:before{content:"\e73c"}.el-icon-news:before{content:"\e73e"}.el-icon-price-tag:before{content:"\e744"}.el-icon-discount:before{content:"\e745"}.el-icon-wallet:before{content:"\e747"}.el-icon-coin:before{content:"\e748"}.el-icon-money:before{content:"\e749"}.el-icon-bank-card:before{content:"\e74a"}.el-icon-box:before{content:"\e74b"}.el-icon-present:before{content:"\e74c"}.el-icon-sell:before{content:"\e6d5"}.el-icon-sold-out:before{content:"\e6d6"}.el-icon-shopping-bag-2:before{content:"\e74d"}.el-icon-shopping-bag-1:before{content:"\e74e"}.el-icon-shopping-cart-2:before{content:"\e74f"}.el-icon-shopping-cart-1:before{content:"\e750"}.el-icon-shopping-cart-full:before{content:"\e751"}.el-icon-smoking:before{content:"\e752"}.el-icon-no-smoking:before{content:"\e753"}.el-icon-house:before{content:"\e754"}.el-icon-table-lamp:before{content:"\e755"}.el-icon-school:before{content:"\e756"}.el-icon-office-building:before{content:"\e757"}.el-icon-toilet-paper:before{content:"\e758"}.el-icon-notebook-2:before{content:"\e759"}.el-icon-notebook-1:before{content:"\e75a"}.el-icon-files:before{content:"\e75b"}.el-icon-collection:before{content:"\e75c"}.el-icon-receiving:before{content:"\e75d"}.el-icon-suitcase-1:before{content:"\e760"}.el-icon-suitcase:before{content:"\e761"}.el-icon-film:before{content:"\e763"}.el-icon-collection-tag:before{content:"\e765"}.el-icon-data-analysis:before{content:"\e766"}.el-icon-pie-chart:before{content:"\e767"}.el-icon-data-board:before{content:"\e768"}.el-icon-data-line:before{content:"\e76d"}.el-icon-reading:before{content:"\e769"}.el-icon-magic-stick:before{content:"\e76a"}.el-icon-coordinate:before{content:"\e76b"}.el-icon-mouse:before{content:"\e76c"}.el-icon-brush:before{content:"\e76e"}.el-icon-headset:before{content:"\e76f"}.el-icon-umbrella:before{content:"\e770"}.el-icon-scissors:before{content:"\e771"}.el-icon-mobile:before{content:"\e773"}.el-icon-attract:before{content:"\e774"}.el-icon-monitor:before{content:"\e775"}.el-icon-search:before{content:"\e778"}.el-icon-takeaway-box:before{content:"\e77a"}.el-icon-paperclip:before{content:"\e77d"}.el-icon-printer:before{content:"\e77e"}.el-icon-document-add:before{content:"\e782"}.el-icon-document:before{content:"\e785"}.el-icon-document-checked:before{content:"\e786"}.el-icon-document-copy:before{content:"\e787"}.el-icon-document-delete:before{content:"\e788"}.el-icon-document-remove:before{content:"\e789"}.el-icon-tickets:before{content:"\e78b"}.el-icon-folder-checked:before{content:"\e77f"}.el-icon-folder-delete:before{content:"\e780"}.el-icon-folder-remove:before{content:"\e781"}.el-icon-folder-add:before{content:"\e783"}.el-icon-folder-opened:before{content:"\e784"}.el-icon-folder:before{content:"\e78a"}.el-icon-edit-outline:before{content:"\e764"}.el-icon-edit:before{content:"\e78c"}.el-icon-date:before{content:"\e78e"}.el-icon-c-scale-to-original:before{content:"\e7c6"}.el-icon-view:before{content:"\e6ce"}.el-icon-loading:before{content:"\e6cf"}.el-icon-rank:before{content:"\e6d1"}.el-icon-sort-down:before{content:"\e7c4"}.el-icon-sort-up:before{content:"\e7c5"}.el-icon-sort:before{content:"\e6d2"}.el-icon-finished:before{content:"\e6cd"}.el-icon-refresh-left:before{content:"\e6c7"}.el-icon-refresh-right:before{content:"\e6c8"}.el-icon-refresh:before{content:"\e6d0"}.el-icon-video-play:before{content:"\e7c0"}.el-icon-video-pause:before{content:"\e7c1"}.el-icon-d-arrow-right:before{content:"\e6dc"}.el-icon-d-arrow-left:before{content:"\e6dd"}.el-icon-arrow-up:before{content:"\e6e1"}.el-icon-arrow-down:before{content:"\e6df"}.el-icon-arrow-right:before{content:"\e6e0"}.el-icon-arrow-left:before{content:"\e6de"}.el-icon-top-right:before{content:"\e6e7"}.el-icon-top-left:before{content:"\e6e8"}.el-icon-top:before{content:"\e6e6"}.el-icon-bottom:before{content:"\e6eb"}.el-icon-right:before{content:"\e6e9"}.el-icon-back:before{content:"\e6ea"}.el-icon-bottom-right:before{content:"\e6ec"}.el-icon-bottom-left:before{content:"\e6ed"}.el-icon-caret-top:before{content:"\e78f"}.el-icon-caret-bottom:before{content:"\e790"}.el-icon-caret-right:before{content:"\e791"}.el-icon-caret-left:before{content:"\e792"}.el-icon-d-caret:before{content:"\e79a"}.el-icon-share:before{content:"\e793"}.el-icon-menu:before{content:"\e798"}.el-icon-s-grid:before{content:"\e7a6"}.el-icon-s-check:before{content:"\e7a7"}.el-icon-s-data:before{content:"\e7a8"}.el-icon-s-opportunity:before{content:"\e7aa"}.el-icon-s-custom:before{content:"\e7ab"}.el-icon-s-claim:before{content:"\e7ad"}.el-icon-s-finance:before{content:"\e7ae"}.el-icon-s-comment:before{content:"\e7af"}.el-icon-s-flag:before{content:"\e7b0"}.el-icon-s-marketing:before{content:"\e7b1"}.el-icon-s-shop:before{content:"\e7b4"}.el-icon-s-open:before{content:"\e7b5"}.el-icon-s-management:before{content:"\e7b6"}.el-icon-s-ticket:before{content:"\e7b7"}.el-icon-s-release:before{content:"\e7b8"}.el-icon-s-home:before{content:"\e7b9"}.el-icon-s-promotion:before{content:"\e7ba"}.el-icon-s-operation:before{content:"\e7bb"}.el-icon-s-unfold:before{content:"\e7bc"}.el-icon-s-fold:before{content:"\e7a9"}.el-icon-s-platform:before{content:"\e7bd"}.el-icon-s-order:before{content:"\e7be"}.el-icon-s-cooperation:before{content:"\e7bf"}.el-icon-bell:before{content:"\e725"}.el-icon-message-solid:before{content:"\e799"}.el-icon-video-camera:before{content:"\e772"}.el-icon-video-camera-solid:before{content:"\e796"}.el-icon-camera:before{content:"\e779"}.el-icon-camera-solid:before{content:"\e79b"}.el-icon-download:before{content:"\e77c"}.el-icon-upload2:before{content:"\e77b"}.el-icon-upload:before{content:"\e7c3"}.el-icon-picture-outline-round:before{content:"\e75f"}.el-icon-picture-outline:before{content:"\e75e"}.el-icon-picture:before{content:"\e79f"}.el-icon-close:before{content:"\e6db"}.el-icon-check:before{content:"\e6da"}.el-icon-plus:before{content:"\e6d9"}.el-icon-minus:before{content:"\e6d8"}.el-icon-help:before{content:"\e73d"}.el-icon-s-help:before{content:"\e7b3"}.el-icon-circle-close:before{content:"\e78d"}.el-icon-circle-check:before{content:"\e720"}.el-icon-circle-plus-outline:before{content:"\e723"}.el-icon-remove-outline:before{content:"\e722"}.el-icon-zoom-out:before{content:"\e776"}.el-icon-zoom-in:before{content:"\e777"}.el-icon-error:before{content:"\e79d"}.el-icon-success:before{content:"\e79c"}.el-icon-circle-plus:before{content:"\e7a0"}.el-icon-remove:before{content:"\e7a2"}.el-icon-info:before{content:"\e7a1"}.el-icon-question:before{content:"\e7a4"}.el-icon-warning-outline:before{content:"\e6c9"}.el-icon-warning:before{content:"\e7a3"}.el-icon-goods:before{content:"\e7c2"}.el-icon-s-goods:before{content:"\e7b2"}.el-icon-star-off:before{content:"\e717"}.el-icon-star-on:before{content:"\e797"}.el-icon-more-outline:before{content:"\e6cc"}.el-icon-more:before{content:"\e794"}.el-icon-phone-outline:before{content:"\e6cb"}.el-icon-phone:before{content:"\e795"}.el-icon-user:before{content:"\e6e3"}.el-icon-user-solid:before{content:"\e7a5"}.el-icon-setting:before{content:"\e6ca"}.el-icon-s-tools:before{content:"\e7ac"}.el-icon-delete:before{content:"\e6d7"}.el-icon-delete-solid:before{content:"\e7c9"}.el-icon-eleme:before{content:"\e7c7"}.el-icon-platform-eleme:before{content:"\e7ca"}.el-icon-loading{-webkit-animation:rotating 2s linear infinite;animation:rotating 2s linear infinite}.el-icon--right{margin-left:0.06667rem}.el-icon--left{margin-right:0.06667rem}@-webkit-keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}@keyframes rotating{0%{-webkit-transform:rotateZ(0);transform:rotateZ(0)}100%{-webkit-transform:rotateZ(360deg);transform:rotateZ(360deg)}}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-progress {
  position: relative;
  height: 0.10667rem;
  background: #ebedf0;
  border-radius: 0.10667rem;
}
.van-progress__portion {
  position: absolute;
  left: 0;
  height: 100%;
  background: #FF6900;
  border-radius: inherit;
}
.van-progress__pivot {
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  min-width: 3.6em;
  padding: 0 0.13333rem;
  color: #fff;
  font-size: 0.26667rem;
  line-height: 1.6;
  text-align: center;
  word-break: keep-all;
  background-color: #FF6900;
  border-radius: 1em;
  transform: translate(0, -50%);
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-action-sheet {
  max-height: 80%;
  color: #323233;
}
.van-action-sheet__item,
.van-action-sheet__cancel {
  display: block;
  width: 100%;
  padding: 0.37333rem 0.42667rem;
  font-size: 0.42667rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.van-action-sheet__item:active,
.van-action-sheet__cancel:active {
  background-color: #f2f3f5;
}
.van-action-sheet__item {
  line-height: 0.58667rem;
}
.van-action-sheet__item--loading,
.van-action-sheet__item--disabled {
  color: #c8c9cc;
}
.van-action-sheet__item--loading:active,
.van-action-sheet__item--disabled:active {
  background-color: #fff;
}
.van-action-sheet__item--disabled {
  cursor: not-allowed;
}
.van-action-sheet__item--loading {
  cursor: default;
}
.van-action-sheet__cancel {
  color: #646566;
}
.van-action-sheet__subname {
  margin-top: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.van-action-sheet__gap {
  display: block;
  height: 0.21333rem;
  background-color: #f7f8fa;
}
.van-action-sheet__header {
  font-weight: 500;
  font-size: 0.42667rem;
  line-height: 1.28rem;
  text-align: center;
}
.van-action-sheet__description {
  position: relative;
  padding: 0.53333rem 0.42667rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  text-align: center;
}
.van-action-sheet__description::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0.42667rem;
  bottom: 0;
  left: 0.42667rem;
  border-bottom: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-action-sheet__loading-icon .van-loading__spinner {
  width: 0.58667rem;
  height: 0.58667rem;
}
.van-action-sheet__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.42667rem;
  color: #c8c9cc;
  font-size: 0.58667rem;
  line-height: inherit;
}
.van-action-sheet__close:active {
  color: #969799;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-cell {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0.26667rem 0.42667rem;
  overflow: hidden;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  background-color: #fff;
}
.van-cell::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0.42667rem;
  bottom: 0;
  left: 0.42667rem;
  border-bottom: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-cell:last-child::after,
.van-cell--borderless::after {
  display: none;
}
.van-cell__label {
  margin-top: 0.10667rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.van-cell__title,
.van-cell__value {
  flex: 1;
}
.van-cell__value {
  position: relative;
  overflow: hidden;
  color: #969799;
  text-align: right;
  vertical-align: middle;
  word-wrap: break-word;
}
.van-cell__value--alone {
  color: #323233;
  text-align: left;
}
.van-cell__left-icon,
.van-cell__right-icon {
  min-width: 1em;
  height: 0.64rem;
  font-size: 0.42667rem;
  line-height: 0.64rem;
}
.van-cell__left-icon {
  margin-right: 0.10667rem;
}
.van-cell__right-icon {
  margin-left: 0.10667rem;
  color: #969799;
}
.van-cell--clickable {
  cursor: pointer;
}
.van-cell--clickable:active {
  background-color: #f2f3f5;
}
.van-cell--required {
  overflow: visible;
}
.van-cell--required::before {
  position: absolute;
  left: 0.21333rem;
  color: #ee0a24;
  font-size: 0.37333rem;
  content: '*';
}
.van-cell--center {
  align-items: center;
}
.van-cell--large {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.van-cell--large .van-cell__title {
  font-size: 0.42667rem;
}
.van-cell--large .van-cell__label {
  font-size: 0.37333rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-collapse-item {
  position: relative;
}
.van-collapse-item--border::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: 0;
  right: 0.42667rem;
  left: 0.42667rem;
  border-top: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-collapse-item__title .van-cell__right-icon::before {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.van-collapse-item__title::after {
  right: 0.42667rem;
  display: none;
}
.van-collapse-item__title--expanded .van-cell__right-icon::before {
  transform: rotate(-90deg);
}
.van-collapse-item__title--expanded::after {
  display: block;
}
.van-collapse-item__title--borderless::after {
  display: none;
}
.van-collapse-item__title--disabled {
  cursor: not-allowed;
}
.van-collapse-item__title--disabled,
.van-collapse-item__title--disabled .van-cell__right-icon {
  color: #c8c9cc;
}
.van-collapse-item__title--disabled:active {
  background-color: #fff;
}
.van-collapse-item__wrapper {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  will-change: height;
}
.van-collapse-item__content {
  padding: 0.32rem 0.42667rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 1.5;
  background-color: #fff;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-notice-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.06667rem;
  padding: 0 0.42667rem;
  color: #ed6a0c;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  background-color: #fffbe8;
}
.van-notice-bar__left-icon,
.van-notice-bar__right-icon {
  min-width: 0.64rem;
  font-size: 0.42667rem;
}
.van-notice-bar__right-icon {
  text-align: right;
  cursor: pointer;
}
.van-notice-bar__wrap {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.van-notice-bar__content {
  position: absolute;
  white-space: nowrap;
  transition-timing-function: linear;
}
.van-notice-bar__content.van-ellipsis {
  max-width: 100%;
}
.van-notice-bar--wrapable {
  height: auto;
  padding: 0.21333rem 0.42667rem;
}
.van-notice-bar--wrapable .van-notice-bar__wrap {
  height: auto;
}
.van-notice-bar--wrapable .van-notice-bar__content {
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-cell-group {
  background-color: #fff;
}
.van-cell-group__title {
  padding: 0.42667rem 0.42667rem 0.21333rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.42667rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-sticky--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-image {
  position: relative;
  display: inline-block;
}
.van-image--round {
  overflow: hidden;
  border-radius: 50%;
}
.van-image--round img {
  border-radius: inherit;
}
.van-image__img,
.van-image__error,
.van-image__loading {
  display: block;
  width: 100%;
  height: 100%;
}
.van-image__error,
.van-image__loading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #969799;
  font-size: 0.37333rem;
  background-color: #f7f8fa;
}
.van-image__loading-icon {
  color: #dcdee0;
  font-size: 0.85333rem;
}
.van-image__error-icon {
  color: #dcdee0;
  font-size: 0.85333rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-swipe {
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.van-swipe__track {
  display: flex;
  height: 100%;
}
.van-swipe__track--vertical {
  flex-direction: column;
}
.van-swipe__indicators {
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.van-swipe__indicators--vertical {
  top: 50%;
  bottom: auto;
  left: 0.32rem;
  flex-direction: column;
  transform: translateY(-50%);
}
.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
  margin-bottom: 0.16rem;
}
.van-swipe__indicator {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #ebedf0;
  border-radius: 100%;
  opacity: 0.3;
  transition: opacity 0.2s, background-color 0.2s;
}
.van-swipe__indicator:not(:last-child) {
  margin-right: 0.16rem;
}
.van-swipe__indicator--active {
  background-color: #FF6900;
  opacity: 1;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-swipe-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-image-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-image-preview__swipe {
  height: 100%;
}
.van-image-preview__swipe-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.van-image-preview__cover {
  position: absolute;
  top: 0;
  left: 0;
}
.van-image-preview__image {
  width: 100%;
  transition-property: transform;
}
.van-image-preview__image--vertical {
  width: auto;
  height: 100%;
}
.van-image-preview__image img {
  -webkit-user-drag: none;
}
.van-image-preview__image .van-image__error {
  top: 30%;
  height: 40%;
}
.van-image-preview__image .van-image__error-icon {
  font-size: 0.96rem;
}
.van-image-preview__image .van-image__loading {
  background-color: transparent;
}
.van-image-preview__index {
  position: absolute;
  top: 0.42667rem;
  left: 50%;
  color: #fff;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  text-shadow: 0 0.02667rem 0.02667rem #323233;
  transform: translate(-50%, 0);
}
.van-image-preview__overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.van-image-preview__close-icon {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 0.58667rem;
  cursor: pointer;
}
.van-image-preview__close-icon:active {
  color: #969799;
}
.van-image-preview__close-icon--top-left {
  top: 0.42667rem;
  left: 0.42667rem;
}
.van-image-preview__close-icon--top-right {
  top: 0.42667rem;
  right: 0.42667rem;
}
.van-image-preview__close-icon--bottom-left {
  bottom: 0.42667rem;
  left: 0.42667rem;
}
.van-image-preview__close-icon--bottom-right {
  right: 0.42667rem;
  bottom: 0.42667rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-uploader {
  position: relative;
  display: inline-block;
}
.van-uploader__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.van-uploader__wrapper--disabled {
  opacity: 0.5;
}
.van-uploader__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.van-uploader__input-wrapper {
  position: relative;
}
.van-uploader__input:disabled {
  cursor: not-allowed;
}
.van-uploader__upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.13333rem;
  height: 2.13333rem;
  margin: 0 0.21333rem 0.21333rem 0;
  background-color: #f7f8fa;
}
.van-uploader__upload:active {
  background-color: #f2f3f5;
}
.van-uploader__upload-icon {
  color: #dcdee0;
  font-size: 0.64rem;
}
.van-uploader__upload-text {
  margin-top: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
}
.van-uploader__preview {
  position: relative;
  margin: 0 0.21333rem 0.21333rem 0;
  cursor: pointer;
}
.van-uploader__preview-image {
  display: block;
  width: 2.13333rem;
  height: 2.13333rem;
  overflow: hidden;
}
.van-uploader__preview-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.37333rem;
  height: 0.37333rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 0.32rem;
}
.van-uploader__preview-delete-icon {
  position: absolute;
  top: -0.05333rem;
  right: -0.05333rem;
  color: #fff;
  font-size: 0.42667rem;
  transform: scale(0.5);
}
.van-uploader__preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.van-uploader__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(50, 50, 51, 0.88);
}
.van-uploader__mask-icon {
  font-size: 0.58667rem;
}
.van-uploader__mask-message {
  margin-top: 0.16rem;
  padding: 0 0.10667rem;
  font-size: 0.32rem;
  line-height: 0.37333rem;
}
.van-uploader__loading {
  width: 0.58667rem;
  height: 0.58667rem;
  color: #fff;
}
.van-uploader__file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.13333rem;
  height: 2.13333rem;
  background-color: #f7f8fa;
}
.van-uploader__file-icon {
  color: #646566;
  font-size: 0.53333rem;
}
.van-uploader__file-name {
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.21333rem;
  padding: 0 0.10667rem;
  color: #646566;
  font-size: 0.32rem;
  text-align: center;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-radio {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.van-radio--disabled {
  cursor: not-allowed;
}
.van-radio--label-disabled {
  cursor: default;
}
.van-radio--horizontal {
  margin-right: 0.32rem;
}
.van-radio__icon {
  flex: none;
  height: 1em;
  font-size: 0.53333rem;
  line-height: 1em;
  cursor: pointer;
}
.van-radio__icon .van-icon {
  display: block;
  box-sizing: border-box;
  width: 1.25em;
  height: 1.25em;
  color: transparent;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  border: 0.02667rem solid #c8c9cc;
  transition-duration: 0.2s;
  transition-property: color, border-color, background-color;
}
.van-radio__icon--round .van-icon {
  border-radius: 100%;
}
.van-radio__icon--checked .van-icon {
  color: #fff;
  background-color: #FF6900;
  border-color: #FF6900;
}
.van-radio__icon--disabled {
  cursor: not-allowed;
}
.van-radio__icon--disabled .van-icon {
  background-color: #ebedf0;
  border-color: #c8c9cc;
}
.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
  color: #c8c9cc;
}
.van-radio__label {
  margin-left: 0.21333rem;
  color: #323233;
  line-height: 0.53333rem;
}
.van-radio__label--left {
  margin: 0 0.21333rem 0 0;
}
.van-radio__label--disabled {
  color: #c8c9cc;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-radio-group--horizontal {
  display: flex;
  flex-wrap: wrap;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-checkbox {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.van-checkbox--disabled {
  cursor: not-allowed;
}
.van-checkbox--label-disabled {
  cursor: default;
}
.van-checkbox--horizontal {
  margin-right: 0.32rem;
}
.van-checkbox__icon {
  flex: none;
  height: 1em;
  font-size: 0.53333rem;
  line-height: 1em;
  cursor: pointer;
}
.van-checkbox__icon .van-icon {
  display: block;
  box-sizing: border-box;
  width: 1.25em;
  height: 1.25em;
  color: transparent;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  border: 0.02667rem solid #c8c9cc;
  transition-duration: 0.2s;
  transition-property: color, border-color, background-color;
}
.van-checkbox__icon--round .van-icon {
  border-radius: 100%;
}
.van-checkbox__icon--checked .van-icon {
  color: #fff;
  background-color: #FF6900;
  border-color: #FF6900;
}
.van-checkbox__icon--disabled {
  cursor: not-allowed;
}
.van-checkbox__icon--disabled .van-icon {
  background-color: #ebedf0;
  border-color: #c8c9cc;
}
.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
  color: #c8c9cc;
}
.van-checkbox__label {
  margin-left: 0.21333rem;
  color: #323233;
  line-height: 0.53333rem;
}
.van-checkbox__label--left {
  margin: 0 0.21333rem 0 0;
}
.van-checkbox__label--disabled {
  color: #c8c9cc;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-checkbox-group--horizontal {
  display: flex;
  flex-wrap: wrap;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-slider {
  position: relative;
  width: 100%;
  height: 0.05333rem;
  background-color: #ebedf0;
  border-radius: 26.64rem;
  cursor: pointer;
}
.van-slider::before {
  position: absolute;
  top: -0.21333rem;
  right: 0;
  bottom: -0.21333rem;
  left: 0;
  content: '';
}
.van-slider__bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FF6900;
  border-radius: inherit;
  transition: all 0.2s;
}
.van-slider__button {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.02667rem 0.05333rem rgba(0, 0, 0, 0.5);
}
.van-slider__button-wrapper,
.van-slider__button-wrapper-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(50%, -50%, 0);
  cursor: grab;
}
.van-slider__button-wrapper-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  cursor: grab;
}
.van-slider--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.van-slider--disabled .van-slider__button-wrapper,
.van-slider--disabled .van-slider__button-wrapper-left,
.van-slider--disabled .van-slider__button-wrapper-right {
  cursor: not-allowed;
}
.van-slider--vertical {
  display: inline-block;
  width: 0.05333rem;
  height: 100%;
}
.van-slider--vertical .van-slider__button-wrapper,
.van-slider--vertical .van-slider__button-wrapper-right {
  top: auto;
  right: 50%;
  bottom: 0;
  transform: translate3d(50%, 50%, 0);
}
.van-slider--vertical .van-slider__button-wrapper-left {
  top: 0;
  right: 50%;
  left: auto;
  transform: translate3d(50%, -50%, 0);
}
.van-slider--vertical::before {
  top: 0;
  right: -0.21333rem;
  bottom: 0;
  left: -0.21333rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-field__label {
  flex: none;
  box-sizing: border-box;
  width: 6.2em;
  margin-right: 0.32rem;
  color: #646566;
  text-align: left;
  word-wrap: break-word;
}
.van-field__label--center {
  text-align: center;
}
.van-field__label--right {
  padding-right: 0.42667rem;
  text-align: right;
}
.van-field--disabled .van-field__label {
  color: #c8c9cc;
}
.van-field__value {
  overflow: visible;
}
.van-field__body {
  display: flex;
  align-items: center;
}
.van-field__control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #323233;
  line-height: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  resize: none;
}
.van-field__control::placeholder {
  color: #969799;
}
.van-field__control:disabled {
  color: #c8c9cc;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #c8c9cc;
}
.van-field__control:read-only {
  cursor: default;
}
.van-field__control--center {
  justify-content: center;
  text-align: center;
}
.van-field__control--right {
  justify-content: flex-end;
  text-align: right;
}
.van-field__control--custom {
  display: flex;
  align-items: center;
  min-height: 0.64rem;
}
.van-field__control[type='date'],
.van-field__control[type='time'],
.van-field__control[type='datetime-local'] {
  min-height: 0.64rem;
}
.van-field__control[type='search'] {
  -webkit-appearance: none;
}
.van-field__clear,
.van-field__icon,
.van-field__button,
.van-field__right-icon {
  flex-shrink: 0;
}
.van-field__clear,
.van-field__right-icon {
  margin-right: -0.21333rem;
  padding: 0 0.21333rem;
  line-height: inherit;
}
.van-field__clear {
  color: #c8c9cc;
  font-size: 0.42667rem;
  cursor: pointer;
}
.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
  display: block;
  min-width: 1em;
  font-size: 0.42667rem;
  line-height: inherit;
}
.van-field__left-icon {
  margin-right: 0.10667rem;
}
.van-field__right-icon {
  color: #969799;
}
.van-field__button {
  padding-left: 0.21333rem;
}
.van-field__error-message {
  color: #ee0a24;
  font-size: 0.32rem;
  text-align: left;
}
.van-field__error-message--center {
  text-align: center;
}
.van-field__error-message--right {
  text-align: right;
}
.van-field__word-limit {
  margin-top: 0.10667rem;
  color: #646566;
  font-size: 0.32rem;
  line-height: 0.42667rem;
  text-align: right;
}
.van-field--error .van-field__control,
.van-field--error .van-field__control::placeholder {
  color: #ee0a24;
  -webkit-text-fill-color: currentColor;
}
.van-field--min-height .van-field__control {
  min-height: 1.6rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.26667rem 0.32rem;
  background-color: #fff;
}
.van-search__content {
  display: flex;
  flex: 1;
  padding-left: 0.32rem;
  background-color: #f7f8fa;
  border-radius: 0.05333rem;
}
.van-search__content--round {
  border-radius: 26.64rem;
}
.van-search__label {
  padding: 0 0.13333rem;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.90667rem;
}
.van-search .van-cell {
  flex: 1;
  padding: 0.13333rem 0.21333rem 0.13333rem 0;
  background-color: transparent;
}
.van-search .van-cell__left-icon {
  color: #969799;
}
.van-search--show-action {
  padding-right: 0;
}
.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
  display: none;
}
.van-search__action {
  padding: 0 0.21333rem;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.90667rem;
  cursor: pointer;
  user-select: none;
}
.van-search__action:active {
  background-color: #f2f3f5;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-tabbar-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #646566;
  font-size: 0.32rem;
  line-height: 1;
  cursor: pointer;
}
.van-tabbar-item__icon {
  position: relative;
  margin-bottom: 0.10667rem;
  font-size: 0.58667rem;
}
.van-tabbar-item__icon .van-icon {
  display: block;
  min-width: 1em;
}
.van-tabbar-item__icon img {
  display: block;
  height: 0.53333rem;
}
.van-tabbar-item--active {
  background-color: #fff;
  color: #FF6900;
}
.van-tabbar-item .van-info {
  margin-top: 0.10667rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-tabbar {
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 1.33333rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
}
.van-tabbar--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
.van-tabbar--unfit {
  padding-bottom: 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-step {
  position: relative;
  flex: 1;
  color: #969799;
  font-size: 0.37333rem;
}
.van-step__circle {
  display: block;
  width: 0.13333rem;
  height: 0.13333rem;
  background-color: #969799;
  border-radius: 50%;
}
.van-step__line {
  position: absolute;
  background-color: #ebedf0;
  transition: background-color 0.3s;
}
.van-step--horizontal {
  float: left;
}
.van-step--horizontal:first-child .van-step__title {
  margin-left: 0;
  transform: none;
}
.van-step--horizontal:last-child {
  position: absolute;
  right: 0.02667rem;
  width: auto;
}
.van-step--horizontal:last-child .van-step__title {
  margin-left: 0;
  transform: none;
}
.van-step--horizontal:last-child .van-step__circle-container {
  right: -0.24rem;
  left: auto;
}
.van-step--horizontal .van-step__circle-container {
  position: absolute;
  top: 0.8rem;
  left: -0.21333rem;
  z-index: 1;
  padding: 0 0.21333rem;
  background-color: #fff;
  transform: translateY(-50%);
}
.van-step--horizontal .van-step__title {
  display: inline-block;
  margin-left: 0.08rem;
  font-size: 0.32rem;
  transform: translateX(-50%);
}
@media (max-width: 321px) {
  .van-step--horizontal .van-step__title {
    font-size: 0.29333rem;
  }
}
.van-step--horizontal .van-step__line {
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 0.02667rem;
}
.van-step--horizontal .van-step__icon {
  display: block;
  font-size: 0.32rem;
}
.van-step--horizontal .van-step--process {
  color: #323233;
}
.van-step--vertical {
  display: block;
  float: none;
  padding: 0.26667rem 0.26667rem 0.26667rem 0;
  line-height: 0.48rem;
}
.van-step--vertical:not(:last-child)::after {
  border-bottom-width: 0.02667rem;
}
.van-step--vertical:first-child::before {
  position: absolute;
  top: 0;
  left: -0.4rem;
  z-index: 1;
  width: 0.02667rem;
  height: 0.53333rem;
  background-color: #fff;
  content: '';
}
.van-step--vertical .van-step__circle-container {
  position: absolute;
  top: 0.50667rem;
  left: -0.4rem;
  z-index: 2;
  font-size: 0.32rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.van-step--vertical .van-step__line {
  top: 0.42667rem;
  left: -0.4rem;
  width: 0.02667rem;
  height: 100%;
}
.van-step:last-child .van-step__line {
  width: 0;
}
.van-step--finish {
  color: #323233;
}
.van-step--finish .van-step__circle,
.van-step--finish .van-step__line {
  background-color: #07c160;
}
.van-step__icon,
.van-step__title {
  transition: color 0.3s;
}
.van-step__icon--active,
.van-step__title--active {
  color: #07c160;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-steps {
  overflow: hidden;
  background-color: #fff;
}
.van-steps--horizontal {
  padding: 0.26667rem 0.26667rem 0;
}
.van-steps--horizontal .van-steps__items {
  position: relative;
  display: flex;
  margin: 0 0 0.26667rem;
  padding-bottom: 0.58667rem;
}
.van-steps--vertical {
  padding: 0 0 0 0.85333rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-divider {
  display: flex;
  align-items: center;
  margin: 0.42667rem 0;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  border-color: #ebedf0;
  border-style: solid;
  border-width: 0;
}
.van-divider::before,
.van-divider::after {
  display: block;
  flex: 1;
  box-sizing: border-box;
  height: 0.02667rem;
  border-color: inherit;
  border-style: inherit;
  border-width: 0.02667rem 0 0;
}
.van-divider::before {
  content: '';
}
.van-divider--hairline::before,
.van-divider--hairline::after {
  transform: scaleY(0.5);
}
.van-divider--dashed {
  border-style: dashed;
}
.van-divider--content-center::before,
.van-divider--content-left::before,
.van-divider--content-right::before {
  margin-right: 0.42667rem;
}
.van-divider--content-center::after,
.van-divider--content-left::after,
.van-divider--content-right::after {
  margin-left: 0.42667rem;
  content: '';
}
.van-divider--content-left::before {
  max-width: 10%;
}
.van-divider--content-right::after {
  max-width: 10%;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-circle {
  position: relative;
  display: inline-block;
  text-align: center;
}
.van-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-circle__layer {
  fill: none;
  stroke-linecap: round;
}
.van-circle__text {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.10667rem;
  color: #323233;
  font-weight: 500;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  transform: translateY(-50%);
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-dropdown-item {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.van-dropdown-item__icon {
  display: block;
  line-height: inherit;
}
.van-dropdown-item__option {
  text-align: left;
}
.van-dropdown-item__option--active {
  color: #ee0a24;
}
.van-dropdown-item__option--active .van-dropdown-item__icon {
  color: #ee0a24;
}
.van-dropdown-item--up {
  top: 0;
}
.van-dropdown-item--down {
  bottom: 0;
}
.van-dropdown-item__content {
  position: absolute;
  max-height: 80%;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-dropdown-menu {
  user-select: none;
}
.van-dropdown-menu__bar {
  position: relative;
  display: flex;
  height: 1.28rem;
  background-color: #fff;
  box-shadow: 0 0.05333rem 0.32rem rgba(100, 101, 102, 0.12);
}
.van-dropdown-menu__bar--opened {
  z-index: 11;
}
.van-dropdown-menu__item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  cursor: pointer;
}
.van-dropdown-menu__item:active {
  opacity: 0.7;
}
.van-dropdown-menu__item--disabled:active {
  opacity: 1;
}
.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
  color: #969799;
}
.van-dropdown-menu__title {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 0.21333rem;
  color: #323233;
  font-size: 0.4rem;
  line-height: 0.58667rem;
}
.van-dropdown-menu__title::after {
  position: absolute;
  top: 50%;
  right: -0.10667rem;
  margin-top: -0.13333rem;
  border: 0.08rem solid;
  border-color: transparent transparent #dcdee0 #dcdee0;
  transform: rotate(-45deg);
  opacity: 0.8;
  content: '';
}
.van-dropdown-menu__title--active {
  color: #ee0a24;
}
.van-dropdown-menu__title--active::after {
  border-color: transparent transparent currentColor currentColor;
}
.van-dropdown-menu__title--down::after {
  margin-top: -0.02667rem;
  transform: rotate(135deg);
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-picker {
  position: relative;
  background-color: #fff;
  user-select: none;
}
.van-picker__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.17333rem;
}
.van-picker__cancel,
.van-picker__confirm {
  height: 100%;
  padding: 0 0.42667rem;
  font-size: 0.37333rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.van-picker__cancel:active,
.van-picker__confirm:active {
  opacity: 0.7;
}
.van-picker__confirm {
  color: #576b95;
}
.van-picker__cancel {
  color: #969799;
}
.van-picker__title {
  max-width: 50%;
  font-weight: 500;
  font-size: 0.42667rem;
  line-height: 0.53333rem;
  text-align: center;
}
.van-picker__columns {
  position: relative;
  display: flex;
  cursor: grab;
}
.van-picker__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6900;
  background-color: rgba(255, 255, 255, 0.9);
}
.van-picker__frame {
  position: absolute;
  top: 50%;
  right: 0.42667rem;
  left: 0.42667rem;
  z-index: 3;
  transform: translateY(-50%);
  pointer-events: none;
}
.van-picker__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4)), linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4));
  background-repeat: no-repeat;
  background-position: top, bottom;
  backface-visibility: hidden;
  pointer-events: none;
}
.van-picker-column {
  flex: 1;
  overflow: hidden;
  font-size: 0.42667rem;
}
.van-picker-column__wrapper {
  transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
}
.van-picker-column__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.10667rem;
  color: #000;
}
.van-picker-column__item--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0.10667rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.42667rem;
  border-radius: 0.05333rem;
}
.van-tag--default {
  background-color: #969799;
}
.van-tag--default.van-tag--plain {
  color: #969799;
}
.van-tag--danger {
  background-color: #ee0a24;
}
.van-tag--danger.van-tag--plain {
  color: #ee0a24;
}
.van-tag--primary {
  background-color: #FF6900;
}
.van-tag--primary.van-tag--plain {
  color: #FF6900;
}
.van-tag--success {
  background-color: #07c160;
}
.van-tag--success.van-tag--plain {
  color: #07c160;
}
.van-tag--warning {
  background-color: #ff976a;
}
.van-tag--warning.van-tag--plain {
  color: #ff976a;
}
.van-tag--plain {
  background-color: #fff;
}
.van-tag--plain::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.02667rem solid currentColor;
  border-radius: inherit;
  content: '';
  pointer-events: none;
}
.van-tag--medium {
  padding: 0.05333rem 0.16rem;
}
.van-tag--large {
  padding: 0.10667rem 0.21333rem;
  font-size: 0.37333rem;
  border-radius: 0.10667rem;
}
.van-tag--mark {
  border-radius: 0 26.64rem 26.64rem 0;
}
.van-tag--mark::after {
  display: block;
  width: 0.05333rem;
  content: '';
}
.van-tag--round {
  border-radius: 26.64rem;
}
.van-tag__close {
  min-width: 1em;
  margin-left: 0.05333rem;
  cursor: pointer;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-tab__pane,
.van-tab__pane-wrapper {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
}
.van-tab__pane-wrapper--inactive {
  height: 0;
  overflow: visible;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-tab {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.10667rem;
  color: #646566;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  cursor: pointer;
}
.van-tab--active {
  color: #323233;
  font-weight: 500;
}
.van-tab--disabled {
  color: #c8c9cc;
  cursor: not-allowed;
}
.van-tab__text--ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.van-tab__text-wrapper {
  position: relative;
}
.van-tabs {
  position: relative;
}
.van-tabs__wrap {
  overflow: hidden;
}
.van-tabs__wrap--page-top {
  position: fixed;
}
.van-tabs__wrap--content-bottom {
  top: auto;
  bottom: 0;
}
.van-tabs__wrap--scrollable .van-tab {
  flex: 1 0 auto;
  padding: 0 0.32rem;
}
.van-tabs__wrap--scrollable .van-tabs__nav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
  display: none;
}
.van-tabs__wrap--scrollable .van-tabs__nav--complete {
  padding-right: 0.21333rem;
  padding-left: 0.21333rem;
}
.van-tabs__nav {
  position: relative;
  display: flex;
  background-color: #fff;
  user-select: none;
}
.van-tabs__nav--line {
  box-sizing: content-box;
  height: 100%;
  padding-bottom: 0.4rem;
  /* 15px padding to hide scrollbar in mobile safari */
}
.van-tabs__nav--card {
  box-sizing: border-box;
  height: 0.8rem;
  margin: 0 0.42667rem;
  border: 0.02667rem solid #ee0a24;
  border-radius: 0.05333rem;
}
.van-tabs__nav--card .van-tab {
  color: #ee0a24;
  border-right: 0.02667rem solid #ee0a24;
}
.van-tabs__nav--card .van-tab:last-child {
  border-right: none;
}
.van-tabs__nav--card .van-tab.van-tab--active {
  color: #fff;
  background-color: #ee0a24;
}
.van-tabs__nav--card .van-tab--disabled {
  color: #c8c9cc;
}
.van-tabs__line {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  z-index: 1;
  width: 1.06667rem;
  height: 0.08rem;
  background-color: #ee0a24;
  border-radius: 0.08rem;
}
.van-tabs__track {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  will-change: left;
}
.van-tabs__content--animated {
  overflow: hidden;
}
.van-tabs--line .van-tabs__wrap {
  height: 1.17333rem;
}
.van-tabs--card > .van-tabs__wrap {
  height: 0.8rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-pull-refresh {
  overflow: hidden;
  user-select: none;
}
.van-pull-refresh__track {
  position: relative;
  height: 100%;
  transition-property: transform;
}
.van-pull-refresh__head {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.33333rem;
  overflow: hidden;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
  text-align: center;
  transform: translateY(-100%);
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-list__loading,
.van-list__finished-text,
.van-list__error-text {
  color: #969799;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
  text-align: center;
}
.van-list__placeholder {
  height: 0;
  pointer-events: none;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-calendar {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.van-calendar__popup.van-popup--top,
.van-calendar__popup.van-popup--bottom {
  height: 80%;
}
.van-calendar__popup.van-popup--left,
.van-calendar__popup.van-popup--right {
  height: 100%;
}
.van-calendar__popup .van-popup__close-icon {
  top: 0.29333rem;
}
.van-calendar__header {
  flex-shrink: 0;
  box-shadow: 0 0.05333rem 0.26667rem rgba(125, 126, 128, 0.16);
}
.van-calendar__month-title,
.van-calendar__header-title,
.van-calendar__header-subtitle {
  height: 1.17333rem;
  font-weight: 500;
  line-height: 1.17333rem;
  text-align: center;
}
.van-calendar__header-title {
  font-size: 0.42667rem;
}
.van-calendar__header-subtitle {
  font-size: 0.37333rem;
}
.van-calendar__month-title {
  font-size: 0.37333rem;
}
.van-calendar__weekdays {
  display: flex;
}
.van-calendar__weekday {
  flex: 1;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}
.van-calendar__body {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.van-calendar__days {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  user-select: none;
}
.van-calendar__month-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242, 243, 245, 0.8);
  font-size: 4.26667rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.van-calendar__day,
.van-calendar__selected-day {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.van-calendar__day {
  position: relative;
  width: 14.285%;
  height: 1.70667rem;
  font-size: 0.42667rem;
  cursor: pointer;
}
.van-calendar__day--end,
.van-calendar__day--start,
.van-calendar__day--start-end,
.van-calendar__day--multiple-middle,
.van-calendar__day--multiple-selected {
  color: #fff;
  background-color: #ee0a24;
}
.van-calendar__day--start {
  border-radius: 0.10667rem 0 0 0.10667rem;
}
.van-calendar__day--end {
  border-radius: 0 0.10667rem 0.10667rem 0;
}
.van-calendar__day--start-end,
.van-calendar__day--multiple-selected {
  border-radius: 0.10667rem;
}
.van-calendar__day--middle {
  color: #ee0a24;
}
.van-calendar__day--middle::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0.1;
  content: '';
}
.van-calendar__day--disabled {
  color: #c8c9cc;
  cursor: default;
}
.van-calendar__top-info,
.van-calendar__bottom-info {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 0.26667rem;
  line-height: 0.37333rem;
}
@media (max-width: 350px) {
  .van-calendar__top-info,
  .van-calendar__bottom-info {
    font-size: 0.24rem;
  }
}
.van-calendar__top-info {
  top: 0.16rem;
}
.van-calendar__bottom-info {
  bottom: 0.16rem;
}
.van-calendar__selected-day {
  width: 1.44rem;
  height: 1.44rem;
  color: #fff;
  background-color: #ee0a24;
  border-radius: 0.10667rem;
}
.van-calendar__footer {
  flex-shrink: 0;
  padding: 0 0.42667rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.van-calendar__footer--unfit {
  padding-bottom: 0;
}
.van-calendar__confirm {
  height: 0.96rem;
  margin: 0.18667rem 0;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-nav-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 1.22667rem;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  user-select: none;
}
.van-nav-bar .van-icon {
  color: #FF6900;
}
.van-nav-bar__arrow {
  min-width: 1em;
  margin-right: 0.10667rem;
  font-size: 0.42667rem;
}
.van-nav-bar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.van-nav-bar__title {
  max-width: 60%;
  margin: 0 auto;
  color: #323233;
  font-weight: 500;
  font-size: 0.42667rem;
}
.van-nav-bar__left,
.van-nav-bar__right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 0.42667rem;
  font-size: 0.37333rem;
  cursor: pointer;
}
.van-nav-bar__left:active,
.van-nav-bar__right:active {
  opacity: 0.7;
}
.van-nav-bar__left {
  left: 0;
}
.van-nav-bar__right {
  right: 0;
}
.van-nav-bar__text {
  color: #FF6900;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.85333rem 0;
}
.van-empty__image {
  width: 4.26667rem;
  height: 4.26667rem;
}
.van-empty__image img {
  width: 100%;
  height: 100%;
}
.van-empty__description {
  margin-top: 0.42667rem;
  padding: 0 1.6rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-empty__bottom {
  margin-top: 0.64rem;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
.van-notify {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.21333rem 0.42667rem;
  color: #fff;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
}
.van-notify--primary {
  background-color: #FF6900;
}
.van-notify--success {
  background-color: #07c160;
}
.van-notify--danger {
  background-color: #ee0a24;
}
.van-notify--warning {
  background-color: #ff976a;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
/* 全局变量 */
/**
 * Entry of basic styles
 */
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Helvetica, Segoe UI, Arial, Roboto, 'PingFang SC', 'miui', 'Hiragino Sans GB', 'Microsoft Yahei', sans-serif;
}
a {
  text-decoration: none;
}
input,
button,
textarea {
  color: inherit;
  font: inherit;
}
a:focus,
input:focus,
button:focus,
textarea:focus,
[class*='van-']:focus {
  outline: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.van-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-multi-ellipsis--l2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.van-multi-ellipsis--l3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
}
.van-clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.van-clearfix::after {
  display: table;
  clear: both;
  content: '';
}
[class*='van-hairline']::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: -50%;
  right: -50%;
  bottom: -50%;
  left: -50%;
  border: 0 solid #ebedf0;
  transform: scale(0.5);
}
.van-hairline,
.van-hairline--top,
.van-hairline--left,
.van-hairline--right,
.van-hairline--bottom,
.van-hairline--surround,
.van-hairline--top-bottom {
  position: relative;
}
.van-hairline--top::after {
  border-top-width: 0.02667rem;
}
.van-hairline--left::after {
  border-left-width: 0.02667rem;
}
.van-hairline--right::after {
  border-right-width: 0.02667rem;
}
.van-hairline--bottom::after {
  border-bottom-width: 0.02667rem;
}
.van-hairline--top-bottom::after,
.van-hairline-unset--top-bottom::after {
  border-width: 0.02667rem 0;
}
.van-hairline--surround::after {
  border-width: 0.02667rem;
}
@keyframes van-slide-up-enter {
  from {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-up-leave {
  to {
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes van-slide-down-enter {
  from {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-down-leave {
  to {
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes van-slide-left-enter {
  from {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-left-leave {
  to {
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes van-slide-right-enter {
  from {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-slide-right-leave {
  to {
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes van-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes van-fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes van-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.van-fade-enter-active {
  animation: 0.3s van-fade-in both ease-out;
}
.van-fade-leave-active {
  animation: 0.3s van-fade-out both ease-in;
}
.van-slide-up-enter-active {
  animation: van-slide-up-enter 0.3s both ease-out;
}
.van-slide-up-leave-active {
  animation: van-slide-up-leave 0.3s both ease-in;
}
.van-slide-down-enter-active {
  animation: van-slide-down-enter 0.3s both ease-out;
}
.van-slide-down-leave-active {
  animation: van-slide-down-leave 0.3s both ease-in;
}
.van-slide-left-enter-active {
  animation: van-slide-left-enter 0.3s both ease-out;
}
.van-slide-left-leave-active {
  animation: van-slide-left-leave 0.3s both ease-in;
}
.van-slide-right-enter-active {
  animation: van-slide-right-enter 0.3s both ease-out;
}
.van-slide-right-leave-active {
  animation: van-slide-right-leave 0.3s both ease-in;
}
.van-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.van-info {
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  min-width: 0.42667rem;
  padding: 0 0.08rem;
  color: #fff;
  font-weight: 500;
  font-size: 0.32rem;
  font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
  line-height: 1.2;
  text-align: center;
  background-color: #ee0a24;
  border: 0.02667rem solid #fff;
  border-radius: 0.42667rem;
  transform: translate(50%, -50%);
  transform-origin: 100%;
}
.van-info--dot {
  width: 0.21333rem;
  min-width: 0;
  height: 0.21333rem;
  background-color: #ee0a24;
  border-radius: 100%;
}
.van-sidebar-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0.53333rem 0.32rem;
  overflow: hidden;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  word-wrap: break-word;
  background-color: #f7f8fa;
  cursor: pointer;
  user-select: none;
}
.van-sidebar-item:active {
  background-color: #f2f3f5;
}
.van-sidebar-item__text {
  position: relative;
  display: inline-block;
}
.van-sidebar-item:not(:last-child)::after {
  border-bottom-width: 0.02667rem;
}
.van-sidebar-item--select {
  color: #323233;
  font-weight: 500;
}
.van-sidebar-item--select,
.van-sidebar-item--select:active {
  background-color: #fff;
}
.van-sidebar-item--select::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.10667rem;
  height: 0.42667rem;
  background-color: #ee0a24;
  transform: translateY(-50%);
  content: '';
}
.van-sidebar-item--disabled {
  color: #c8c9cc;
  cursor: not-allowed;
}
.van-sidebar-item--disabled:active {
  background-color: #f7f8fa;
}
/* stylelint-disable selector-pseudo-element-colon-notation */
/* stylelint-disable font-family-no-missing-generic-family-keyword */
@font-face {
  font-weight: normal;
  font-family: 'vant-icon';
  font-style: normal;
  font-display: auto;
  src: url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff2') format('woff2'), url('https://img.yzcdn.cn/vant/vant-icon-0c347b.woff') format('woff'), url('https://img.yzcdn.cn/vant/vant-icon-0c347b.ttf') format('truetype');
}
.van-icon {
  position: relative;
  display: inline-block;
  font: normal normal normal 0.37333rem/1 'vant-icon';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.van-icon::before {
  display: inline-block;
}
.van-icon-add-o::before {
  content: '\F000';
}
.van-icon-add-square::before {
  content: '\F001';
}
.van-icon-add::before {
  content: '\F002';
}
.van-icon-after-sale::before {
  content: '\F003';
}
.van-icon-aim::before {
  content: '\F004';
}
.van-icon-alipay::before {
  content: '\F005';
}
.van-icon-apps-o::before {
  content: '\F006';
}
.van-icon-arrow-down::before {
  content: '\F007';
}
.van-icon-arrow-left::before {
  content: '\F008';
}
.van-icon-arrow-up::before {
  content: '\F009';
}
.van-icon-arrow::before {
  content: '\F00A';
}
.van-icon-ascending::before {
  content: '\F00B';
}
.van-icon-audio::before {
  content: '\F00C';
}
.van-icon-award-o::before {
  content: '\F00D';
}
.van-icon-award::before {
  content: '\F00E';
}
.van-icon-back-top::before {
  content: '\F0E6';
}
.van-icon-bag-o::before {
  content: '\F00F';
}
.van-icon-bag::before {
  content: '\F010';
}
.van-icon-balance-list-o::before {
  content: '\F011';
}
.van-icon-balance-list::before {
  content: '\F012';
}
.van-icon-balance-o::before {
  content: '\F013';
}
.van-icon-balance-pay::before {
  content: '\F014';
}
.van-icon-bar-chart-o::before {
  content: '\F015';
}
.van-icon-bars::before {
  content: '\F016';
}
.van-icon-bell::before {
  content: '\F017';
}
.van-icon-bill-o::before {
  content: '\F018';
}
.van-icon-bill::before {
  content: '\F019';
}
.van-icon-birthday-cake-o::before {
  content: '\F01A';
}
.van-icon-bookmark-o::before {
  content: '\F01B';
}
.van-icon-bookmark::before {
  content: '\F01C';
}
.van-icon-browsing-history-o::before {
  content: '\F01D';
}
.van-icon-browsing-history::before {
  content: '\F01E';
}
.van-icon-brush-o::before {
  content: '\F01F';
}
.van-icon-bulb-o::before {
  content: '\F020';
}
.van-icon-bullhorn-o::before {
  content: '\F021';
}
.van-icon-calendar-o::before {
  content: '\F022';
}
.van-icon-card::before {
  content: '\F023';
}
.van-icon-cart-circle-o::before {
  content: '\F024';
}
.van-icon-cart-circle::before {
  content: '\F025';
}
.van-icon-cart-o::before {
  content: '\F026';
}
.van-icon-cart::before {
  content: '\F027';
}
.van-icon-cash-back-record::before {
  content: '\F028';
}
.van-icon-cash-on-deliver::before {
  content: '\F029';
}
.van-icon-cashier-o::before {
  content: '\F02A';
}
.van-icon-certificate::before {
  content: '\F02B';
}
.van-icon-chart-trending-o::before {
  content: '\F02C';
}
.van-icon-chat-o::before {
  content: '\F02D';
}
.van-icon-chat::before {
  content: '\F02E';
}
.van-icon-checked::before {
  content: '\F02F';
}
.van-icon-circle::before {
  content: '\F030';
}
.van-icon-clear::before {
  content: '\F031';
}
.van-icon-clock-o::before {
  content: '\F032';
}
.van-icon-clock::before {
  content: '\F033';
}
.van-icon-close::before {
  content: '\F034';
}
.van-icon-closed-eye::before {
  content: '\F035';
}
.van-icon-cluster-o::before {
  content: '\F036';
}
.van-icon-cluster::before {
  content: '\F037';
}
.van-icon-column::before {
  content: '\F038';
}
.van-icon-comment-circle-o::before {
  content: '\F039';
}
.van-icon-comment-circle::before {
  content: '\F03A';
}
.van-icon-comment-o::before {
  content: '\F03B';
}
.van-icon-comment::before {
  content: '\F03C';
}
.van-icon-completed::before {
  content: '\F03D';
}
.van-icon-contact::before {
  content: '\F03E';
}
.van-icon-coupon-o::before {
  content: '\F03F';
}
.van-icon-coupon::before {
  content: '\F040';
}
.van-icon-credit-pay::before {
  content: '\F041';
}
.van-icon-cross::before {
  content: '\F042';
}
.van-icon-debit-pay::before {
  content: '\F043';
}
.van-icon-delete::before {
  content: '\F044';
}
.van-icon-descending::before {
  content: '\F045';
}
.van-icon-description::before {
  content: '\F046';
}
.van-icon-desktop-o::before {
  content: '\F047';
}
.van-icon-diamond-o::before {
  content: '\F048';
}
.van-icon-diamond::before {
  content: '\F049';
}
.van-icon-discount::before {
  content: '\F04A';
}
.van-icon-down::before {
  content: '\F04B';
}
.van-icon-ecard-pay::before {
  content: '\F04C';
}
.van-icon-edit::before {
  content: '\F04D';
}
.van-icon-ellipsis::before {
  content: '\F04E';
}
.van-icon-empty::before {
  content: '\F04F';
}
.van-icon-enlarge::before {
  content: '\F0E4';
}
.van-icon-envelop-o::before {
  content: '\F050';
}
.van-icon-exchange::before {
  content: '\F051';
}
.van-icon-expand-o::before {
  content: '\F052';
}
.van-icon-expand::before {
  content: '\F053';
}
.van-icon-eye-o::before {
  content: '\F054';
}
.van-icon-eye::before {
  content: '\F055';
}
.van-icon-fail::before {
  content: '\F056';
}
.van-icon-failure::before {
  content: '\F057';
}
.van-icon-filter-o::before {
  content: '\F058';
}
.van-icon-fire-o::before {
  content: '\F059';
}
.van-icon-fire::before {
  content: '\F05A';
}
.van-icon-flag-o::before {
  content: '\F05B';
}
.van-icon-flower-o::before {
  content: '\F05C';
}
.van-icon-free-postage::before {
  content: '\F05D';
}
.van-icon-friends-o::before {
  content: '\F05E';
}
.van-icon-friends::before {
  content: '\F05F';
}
.van-icon-gem-o::before {
  content: '\F060';
}
.van-icon-gem::before {
  content: '\F061';
}
.van-icon-gift-card-o::before {
  content: '\F062';
}
.van-icon-gift-card::before {
  content: '\F063';
}
.van-icon-gift-o::before {
  content: '\F064';
}
.van-icon-gift::before {
  content: '\F065';
}
.van-icon-gold-coin-o::before {
  content: '\F066';
}
.van-icon-gold-coin::before {
  content: '\F067';
}
.van-icon-good-job-o::before {
  content: '\F068';
}
.van-icon-good-job::before {
  content: '\F069';
}
.van-icon-goods-collect-o::before {
  content: '\F06A';
}
.van-icon-goods-collect::before {
  content: '\F06B';
}
.van-icon-graphic::before {
  content: '\F06C';
}
.van-icon-home-o::before {
  content: '\F06D';
}
.van-icon-hot-o::before {
  content: '\F06E';
}
.van-icon-hot-sale-o::before {
  content: '\F06F';
}
.van-icon-hot-sale::before {
  content: '\F070';
}
.van-icon-hot::before {
  content: '\F071';
}
.van-icon-hotel-o::before {
  content: '\F072';
}
.van-icon-idcard::before {
  content: '\F073';
}
.van-icon-info-o::before {
  content: '\F074';
}
.van-icon-info::before {
  content: '\F075';
}
.van-icon-invition::before {
  content: '\F076';
}
.van-icon-label-o::before {
  content: '\F077';
}
.van-icon-label::before {
  content: '\F078';
}
.van-icon-like-o::before {
  content: '\F079';
}
.van-icon-like::before {
  content: '\F07A';
}
.van-icon-live::before {
  content: '\F07B';
}
.van-icon-location-o::before {
  content: '\F07C';
}
.van-icon-location::before {
  content: '\F07D';
}
.van-icon-lock::before {
  content: '\F07E';
}
.van-icon-logistics::before {
  content: '\F07F';
}
.van-icon-manager-o::before {
  content: '\F080';
}
.van-icon-manager::before {
  content: '\F081';
}
.van-icon-map-marked::before {
  content: '\F082';
}
.van-icon-medal-o::before {
  content: '\F083';
}
.van-icon-medal::before {
  content: '\F084';
}
.van-icon-more-o::before {
  content: '\F085';
}
.van-icon-more::before {
  content: '\F086';
}
.van-icon-music-o::before {
  content: '\F087';
}
.van-icon-music::before {
  content: '\F088';
}
.van-icon-new-arrival-o::before {
  content: '\F089';
}
.van-icon-new-arrival::before {
  content: '\F08A';
}
.van-icon-new-o::before {
  content: '\F08B';
}
.van-icon-new::before {
  content: '\F08C';
}
.van-icon-newspaper-o::before {
  content: '\F08D';
}
.van-icon-notes-o::before {
  content: '\F08E';
}
.van-icon-orders-o::before {
  content: '\F08F';
}
.van-icon-other-pay::before {
  content: '\F090';
}
.van-icon-paid::before {
  content: '\F091';
}
.van-icon-passed::before {
  content: '\F092';
}
.van-icon-pause-circle-o::before {
  content: '\F093';
}
.van-icon-pause-circle::before {
  content: '\F094';
}
.van-icon-pause::before {
  content: '\F095';
}
.van-icon-peer-pay::before {
  content: '\F096';
}
.van-icon-pending-payment::before {
  content: '\F097';
}
.van-icon-phone-circle-o::before {
  content: '\F098';
}
.van-icon-phone-circle::before {
  content: '\F099';
}
.van-icon-phone-o::before {
  content: '\F09A';
}
.van-icon-phone::before {
  content: '\F09B';
}
.van-icon-photo-fail::before {
  content: '\F0E5';
}
.van-icon-photo-o::before {
  content: '\F09C';
}
.van-icon-photo::before {
  content: '\F09D';
}
.van-icon-photograph::before {
  content: '\F09E';
}
.van-icon-play-circle-o::before {
  content: '\F09F';
}
.van-icon-play-circle::before {
  content: '\F0A0';
}
.van-icon-play::before {
  content: '\F0A1';
}
.van-icon-plus::before {
  content: '\F0A2';
}
.van-icon-point-gift-o::before {
  content: '\F0A3';
}
.van-icon-point-gift::before {
  content: '\F0A4';
}
.van-icon-points::before {
  content: '\F0A5';
}
.van-icon-printer::before {
  content: '\F0A6';
}
.van-icon-qr-invalid::before {
  content: '\F0A7';
}
.van-icon-qr::before {
  content: '\F0A8';
}
.van-icon-question-o::before {
  content: '\F0A9';
}
.van-icon-question::before {
  content: '\F0AA';
}
.van-icon-records::before {
  content: '\F0AB';
}
.van-icon-refund-o::before {
  content: '\F0AC';
}
.van-icon-replay::before {
  content: '\F0AD';
}
.van-icon-scan::before {
  content: '\F0AE';
}
.van-icon-search::before {
  content: '\F0AF';
}
.van-icon-send-gift-o::before {
  content: '\F0B0';
}
.van-icon-send-gift::before {
  content: '\F0B1';
}
.van-icon-service-o::before {
  content: '\F0B2';
}
.van-icon-service::before {
  content: '\F0B3';
}
.van-icon-setting-o::before {
  content: '\F0B4';
}
.van-icon-setting::before {
  content: '\F0B5';
}
.van-icon-share-o::before {
  content: '\F0E7';
}
.van-icon-share::before {
  content: '\F0B6';
}
.van-icon-shop-collect-o::before {
  content: '\F0B7';
}
.van-icon-shop-collect::before {
  content: '\F0B8';
}
.van-icon-shop-o::before {
  content: '\F0B9';
}
.van-icon-shop::before {
  content: '\F0BA';
}
.van-icon-shopping-cart-o::before {
  content: '\F0BB';
}
.van-icon-shopping-cart::before {
  content: '\F0BC';
}
.van-icon-shrink::before {
  content: '\F0BD';
}
.van-icon-sign::before {
  content: '\F0BE';
}
.van-icon-smile-comment-o::before {
  content: '\F0BF';
}
.van-icon-smile-comment::before {
  content: '\F0C0';
}
.van-icon-smile-o::before {
  content: '\F0C1';
}
.van-icon-smile::before {
  content: '\F0C2';
}
.van-icon-star-o::before {
  content: '\F0C3';
}
.van-icon-star::before {
  content: '\F0C4';
}
.van-icon-stop-circle-o::before {
  content: '\F0C5';
}
.van-icon-stop-circle::before {
  content: '\F0C6';
}
.van-icon-stop::before {
  content: '\F0C7';
}
.van-icon-success::before {
  content: '\F0C8';
}
.van-icon-thumb-circle-o::before {
  content: '\F0C9';
}
.van-icon-thumb-circle::before {
  content: '\F0CA';
}
.van-icon-todo-list-o::before {
  content: '\F0CB';
}
.van-icon-todo-list::before {
  content: '\F0CC';
}
.van-icon-tosend::before {
  content: '\F0CD';
}
.van-icon-tv-o::before {
  content: '\F0CE';
}
.van-icon-umbrella-circle::before {
  content: '\F0CF';
}
.van-icon-underway-o::before {
  content: '\F0D0';
}
.van-icon-underway::before {
  content: '\F0D1';
}
.van-icon-upgrade::before {
  content: '\F0D2';
}
.van-icon-user-circle-o::before {
  content: '\F0D3';
}
.van-icon-user-o::before {
  content: '\F0D4';
}
.van-icon-video-o::before {
  content: '\F0D5';
}
.van-icon-video::before {
  content: '\F0D6';
}
.van-icon-vip-card-o::before {
  content: '\F0D7';
}
.van-icon-vip-card::before {
  content: '\F0D8';
}
.van-icon-volume-o::before {
  content: '\F0D9';
}
.van-icon-volume::before {
  content: '\F0DA';
}
.van-icon-wap-home-o::before {
  content: '\F0DB';
}
.van-icon-wap-home::before {
  content: '\F0DC';
}
.van-icon-wap-nav::before {
  content: '\F0DD';
}
.van-icon-warn-o::before {
  content: '\F0DE';
}
.van-icon-warning-o::before {
  content: '\F0DF';
}
.van-icon-warning::before {
  content: '\F0E0';
}
.van-icon-weapp-nav::before {
  content: '\F0E1';
}
.van-icon-wechat::before {
  content: '\F0E2';
}
.van-icon-youzan-shield::before {
  content: '\F0E3';
}
.van-icon__image {
  width: 1em;
  height: 1em;
  object-fit: contain;
}
.van-tabbar-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #646566;
  font-size: 0.32rem;
  line-height: 1;
  cursor: pointer;
}
.van-tabbar-item__icon {
  position: relative;
  margin-bottom: 0.10667rem;
  font-size: 0.58667rem;
}
.van-tabbar-item__icon .van-icon {
  display: block;
  min-width: 1em;
}
.van-tabbar-item__icon img {
  display: block;
  height: 0.53333rem;
}
.van-tabbar-item--active {
  background-color: #fff;
  color: #FF6900;
}
.van-tabbar-item .van-info {
  margin-top: 0.10667rem;
}
.van-step {
  position: relative;
  flex: 1;
  color: #969799;
  font-size: 0.37333rem;
}
.van-step__circle {
  display: block;
  width: 0.13333rem;
  height: 0.13333rem;
  background-color: #969799;
  border-radius: 50%;
}
.van-step__line {
  position: absolute;
  background-color: #ebedf0;
  transition: background-color 0.3s;
}
.van-step--horizontal {
  float: left;
}
.van-step--horizontal:first-child .van-step__title {
  margin-left: 0;
  transform: none;
}
.van-step--horizontal:last-child {
  position: absolute;
  right: 0.02667rem;
  width: auto;
}
.van-step--horizontal:last-child .van-step__title {
  margin-left: 0;
  transform: none;
}
.van-step--horizontal:last-child .van-step__circle-container {
  right: -0.24rem;
  left: auto;
}
.van-step--horizontal .van-step__circle-container {
  position: absolute;
  top: 0.8rem;
  left: -0.21333rem;
  z-index: 1;
  padding: 0 0.21333rem;
  background-color: #fff;
  transform: translateY(-50%);
}
.van-step--horizontal .van-step__title {
  display: inline-block;
  margin-left: 0.08rem;
  font-size: 0.32rem;
  transform: translateX(-50%);
}
@media (max-width: 321px) {
  .van-step--horizontal .van-step__title {
    font-size: 0.29333rem;
  }
}
.van-step--horizontal .van-step__line {
  top: 0.8rem;
  left: 0;
  width: 100%;
  height: 0.02667rem;
}
.van-step--horizontal .van-step__icon {
  display: block;
  font-size: 0.32rem;
}
.van-step--horizontal .van-step--process {
  color: #323233;
}
.van-step--vertical {
  display: block;
  float: none;
  padding: 0.26667rem 0.26667rem 0.26667rem 0;
  line-height: 0.48rem;
}
.van-step--vertical:not(:last-child)::after {
  border-bottom-width: 0.02667rem;
}
.van-step--vertical:first-child::before {
  position: absolute;
  top: 0;
  left: -0.4rem;
  z-index: 1;
  width: 0.02667rem;
  height: 0.53333rem;
  background-color: #fff;
  content: '';
}
.van-step--vertical .van-step__circle-container {
  position: absolute;
  top: 0.50667rem;
  left: -0.4rem;
  z-index: 2;
  font-size: 0.32rem;
  line-height: 1;
  transform: translate(-50%, -50%);
}
.van-step--vertical .van-step__line {
  top: 0.42667rem;
  left: -0.4rem;
  width: 0.02667rem;
  height: 100%;
}
.van-step:last-child .van-step__line {
  width: 0;
}
.van-step--finish {
  color: #323233;
}
.van-step--finish .van-step__circle,
.van-step--finish .van-step__line {
  background-color: #07c160;
}
.van-step__icon,
.van-step__title {
  transition: color 0.3s;
}
.van-step__icon--active,
.van-step__title--active {
  color: #07c160;
}
.van-rate {
  display: inline-flex;
  cursor: pointer;
  user-select: none;
}
.van-rate__item {
  position: relative;
}
.van-rate__item:not(:last-child) {
  padding-right: 0.10667rem;
}
.van-rate__icon {
  display: block;
  width: 1em;
  color: #c8c9cc;
  font-size: 0.53333rem;
}
.van-rate__icon--half {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.5em;
  overflow: hidden;
}
.van-rate__icon--full {
  color: #ee0a24;
}
.van-rate__icon--disabled {
  color: #c8c9cc;
}
.van-rate--disabled {
  cursor: not-allowed;
}
.van-rate--readonly {
  cursor: default;
}
.van-notice-bar {
  position: relative;
  display: flex;
  align-items: center;
  height: 1.06667rem;
  padding: 0 0.42667rem;
  color: #ed6a0c;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  background-color: #fffbe8;
}
.van-notice-bar__left-icon,
.van-notice-bar__right-icon {
  min-width: 0.64rem;
  font-size: 0.42667rem;
}
.van-notice-bar__right-icon {
  text-align: right;
  cursor: pointer;
}
.van-notice-bar__wrap {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  height: 100%;
  overflow: hidden;
}
.van-notice-bar__content {
  position: absolute;
  white-space: nowrap;
  transition-timing-function: linear;
}
.van-notice-bar__content.van-ellipsis {
  max-width: 100%;
}
.van-notice-bar--wrapable {
  height: auto;
  padding: 0.21333rem 0.42667rem;
}
.van-notice-bar--wrapable .van-notice-bar__wrap {
  height: auto;
}
.van-notice-bar--wrapable .van-notice-bar__content {
  position: relative;
  white-space: normal;
  word-wrap: break-word;
}
.van-nav-bar {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 1.22667rem;
  line-height: 1.5;
  text-align: center;
  background-color: #fff;
  user-select: none;
}
.van-nav-bar .van-icon {
  color: #FF6900;
}
.van-nav-bar__arrow {
  min-width: 1em;
  margin-right: 0.10667rem;
  font-size: 0.42667rem;
}
.van-nav-bar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.van-nav-bar__title {
  max-width: 60%;
  margin: 0 auto;
  color: #323233;
  font-weight: 500;
  font-size: 0.42667rem;
}
.van-nav-bar__left,
.van-nav-bar__right {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  padding: 0 0.42667rem;
  font-size: 0.37333rem;
  cursor: pointer;
}
.van-nav-bar__left:active,
.van-nav-bar__right:active {
  opacity: 0.7;
}
.van-nav-bar__left {
  left: 0;
}
.van-nav-bar__right {
  right: 0;
}
.van-nav-bar__text {
  color: #FF6900;
}
.van-grid-item {
  position: relative;
  box-sizing: border-box;
}
.van-grid-item--square {
  height: 0;
}
.van-grid-item__icon {
  font-size: 0.74667rem;
}
.van-grid-item__icon-wrapper {
  position: relative;
}
.van-grid-item__text {
  color: #646566;
  font-size: 0.32rem;
  line-height: 1.5;
  word-wrap: break-word;
}
.van-grid-item__icon + .van-grid-item__text {
  margin-top: 0.21333rem;
}
.van-grid-item__content {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 100%;
  padding: 0.42667rem 0.21333rem;
  background-color: #fff;
}
.van-grid-item__content::after {
  z-index: 1;
  border-width: 0 0.02667rem 0.02667rem 0;
}
.van-grid-item__content--square {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
}
.van-grid-item__content--center {
  align-items: center;
  justify-content: center;
}
.van-grid-item__content--horizontal {
  flex-direction: row;
}
.van-grid-item__content--horizontal .van-grid-item__icon + .van-grid-item__text {
  margin-top: 0;
  margin-left: 0.21333rem;
}
.van-grid-item__content--surround::after {
  border-width: 0.02667rem;
}
.van-grid-item__content--clickable {
  cursor: pointer;
}
.van-grid-item__content--clickable:active {
  background-color: #f2f3f5;
}
.van-goods-action-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 1.28rem;
  height: 100%;
  color: #646566;
  font-size: 0.26667rem;
  line-height: 1;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.van-goods-action-icon:active {
  background-color: #f2f3f5;
}
.van-goods-action-icon__icon {
  position: relative;
  width: 1em;
  margin: 0 auto 0.13333rem;
  color: #323233;
  font-size: 0.48rem;
}
.van-checkbox {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.van-checkbox--disabled {
  cursor: not-allowed;
}
.van-checkbox--label-disabled {
  cursor: default;
}
.van-checkbox--horizontal {
  margin-right: 0.32rem;
}
.van-checkbox__icon {
  flex: none;
  height: 1em;
  font-size: 0.53333rem;
  line-height: 1em;
  cursor: pointer;
}
.van-checkbox__icon .van-icon {
  display: block;
  box-sizing: border-box;
  width: 1.25em;
  height: 1.25em;
  color: transparent;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  border: 0.02667rem solid #c8c9cc;
  transition-duration: 0.2s;
  transition-property: color, border-color, background-color;
}
.van-checkbox__icon--round .van-icon {
  border-radius: 100%;
}
.van-checkbox__icon--checked .van-icon {
  color: #fff;
  background-color: #FF6900;
  border-color: #FF6900;
}
.van-checkbox__icon--disabled {
  cursor: not-allowed;
}
.van-checkbox__icon--disabled .van-icon {
  background-color: #ebedf0;
  border-color: #c8c9cc;
}
.van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
  color: #c8c9cc;
}
.van-checkbox__label {
  margin-left: 0.21333rem;
  color: #323233;
  line-height: 0.53333rem;
}
.van-checkbox__label--left {
  margin: 0 0.21333rem 0 0;
}
.van-checkbox__label--disabled {
  color: #c8c9cc;
}
.van-coupon {
  margin: 0 0.32rem 0.32rem;
  overflow: hidden;
  background-color: #fff;
  border-radius: 0.21333rem;
  box-shadow: 0 0 0.10667rem rgba(0, 0, 0, 0.1);
}
.van-coupon:active {
  background-color: #f2f3f5;
}
.van-coupon__content {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 2.24rem;
  padding: 0.37333rem 0;
  color: #323233;
}
.van-coupon__head {
  position: relative;
  min-width: 2.56rem;
  padding: 0 0.21333rem;
  color: #ee0a24;
  text-align: center;
}
.van-coupon__amount,
.van-coupon__condition,
.van-coupon__name,
.van-coupon__valid {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-coupon__amount {
  margin-bottom: 0.16rem;
  font-weight: 500;
  font-size: 0.8rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.van-coupon__amount span {
  font-weight: normal;
  font-size: 40%;
}
.van-coupon__amount span:not(:empty) {
  margin-left: 0.05333rem;
}
.van-coupon__condition {
  font-size: 0.32rem;
  line-height: 0.42667rem;
  white-space: pre-wrap;
}
.van-coupon__body {
  position: relative;
  flex: 1;
  border-radius: 0 0.21333rem 0.21333rem 0;
}
.van-coupon__name {
  margin-bottom: 0.26667rem;
  font-weight: bold;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-coupon__valid {
  font-size: 0.32rem;
}
.van-coupon__corner {
  position: absolute;
  top: 0;
  right: 0.42667rem;
  bottom: 0;
}
.van-coupon__description {
  padding: 0.21333rem 0.42667rem;
  font-size: 0.32rem;
  border-top: 0.02667rem dashed #ebedf0;
}
.van-coupon--disabled:active {
  background-color: #fff;
}
.van-coupon--disabled .van-coupon-item__content {
  height: 1.97333rem;
}
.van-coupon--disabled .van-coupon__head {
  color: inherit;
}
.van-image {
  position: relative;
  display: inline-block;
}
.van-image--round {
  overflow: hidden;
  border-radius: 50%;
}
.van-image--round img {
  border-radius: inherit;
}
.van-image__img,
.van-image__error,
.van-image__loading {
  display: block;
  width: 100%;
  height: 100%;
}
.van-image__error,
.van-image__loading {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #969799;
  font-size: 0.37333rem;
  background-color: #f7f8fa;
}
.van-image__loading-icon {
  color: #dcdee0;
  font-size: 0.85333rem;
}
.van-image__error-icon {
  color: #dcdee0;
  font-size: 0.85333rem;
}
.van-radio {
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  user-select: none;
}
.van-radio--disabled {
  cursor: not-allowed;
}
.van-radio--label-disabled {
  cursor: default;
}
.van-radio--horizontal {
  margin-right: 0.32rem;
}
.van-radio__icon {
  flex: none;
  height: 1em;
  font-size: 0.53333rem;
  line-height: 1em;
  cursor: pointer;
}
.van-radio__icon .van-icon {
  display: block;
  box-sizing: border-box;
  width: 1.25em;
  height: 1.25em;
  color: transparent;
  font-size: 0.8em;
  line-height: 1.25;
  text-align: center;
  border: 0.02667rem solid #c8c9cc;
  transition-duration: 0.2s;
  transition-property: color, border-color, background-color;
}
.van-radio__icon--round .van-icon {
  border-radius: 100%;
}
.van-radio__icon--checked .van-icon {
  color: #fff;
  background-color: #FF6900;
  border-color: #FF6900;
}
.van-radio__icon--disabled {
  cursor: not-allowed;
}
.van-radio__icon--disabled .van-icon {
  background-color: #ebedf0;
  border-color: #c8c9cc;
}
.van-radio__icon--disabled.van-radio__icon--checked .van-icon {
  color: #c8c9cc;
}
.van-radio__label {
  margin-left: 0.21333rem;
  color: #323233;
  line-height: 0.53333rem;
}
.van-radio__label--left {
  margin: 0 0.21333rem 0 0;
}
.van-radio__label--disabled {
  color: #c8c9cc;
}
.van-tag {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 0 0.10667rem;
  color: #fff;
  font-size: 0.32rem;
  line-height: 0.42667rem;
  border-radius: 0.05333rem;
}
.van-tag--default {
  background-color: #969799;
}
.van-tag--default.van-tag--plain {
  color: #969799;
}
.van-tag--danger {
  background-color: #ee0a24;
}
.van-tag--danger.van-tag--plain {
  color: #ee0a24;
}
.van-tag--primary {
  background-color: #FF6900;
}
.van-tag--primary.van-tag--plain {
  color: #FF6900;
}
.van-tag--success {
  background-color: #07c160;
}
.van-tag--success.van-tag--plain {
  color: #07c160;
}
.van-tag--warning {
  background-color: #ff976a;
}
.van-tag--warning.van-tag--plain {
  color: #ff976a;
}
.van-tag--plain {
  background-color: #fff;
}
.van-tag--plain::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 0.02667rem solid currentColor;
  border-radius: inherit;
  content: '';
  pointer-events: none;
}
.van-tag--medium {
  padding: 0.05333rem 0.16rem;
}
.van-tag--large {
  padding: 0.10667rem 0.21333rem;
  font-size: 0.37333rem;
  border-radius: 0.10667rem;
}
.van-tag--mark {
  border-radius: 0 26.64rem 26.64rem 0;
}
.van-tag--mark::after {
  display: block;
  width: 0.05333rem;
  content: '';
}
.van-tag--round {
  border-radius: 26.64rem;
}
.van-tag__close {
  min-width: 1em;
  margin-left: 0.05333rem;
  cursor: pointer;
}
.van-card {
  position: relative;
  box-sizing: border-box;
  padding: 0.21333rem 0.42667rem;
  color: #323233;
  font-size: 0.32rem;
  background-color: #fafafa;
}
.van-card:not(:first-child) {
  margin-top: 0.21333rem;
}
.van-card__header {
  display: flex;
}
.van-card__thumb {
  position: relative;
  flex: none;
  width: 2.34667rem;
  height: 2.34667rem;
  margin-right: 0.21333rem;
}
.van-card__thumb img {
  border-radius: 0.21333rem;
}
.van-card__content {
  position: relative;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
  /* hack for flex box ellipsis */
  min-height: 2.34667rem;
}
.van-card__content--centered {
  justify-content: center;
}
.van-card__title,
.van-card__desc {
  word-wrap: break-word;
}
.van-card__title {
  max-height: 0.85333rem;
  font-weight: 500;
  line-height: 0.42667rem;
}
.van-card__desc {
  max-height: 0.53333rem;
  color: #646566;
  line-height: 0.53333rem;
}
.van-card__bottom {
  line-height: 0.53333rem;
}
.van-card__price {
  display: inline-block;
  color: #323233;
  font-weight: 500;
  font-size: 0.32rem;
}
.van-card__price-integer {
  font-size: 0.42667rem;
  font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif;
}
.van-card__price-decimal {
  font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif;
}
.van-card__origin-price {
  display: inline-block;
  margin-left: 0.13333rem;
  color: #969799;
  font-size: 0.26667rem;
  text-decoration: line-through;
}
.van-card__num {
  float: right;
  color: #969799;
}
.van-card__tag {
  position: absolute;
  top: 0.05333rem;
  left: 0;
}
.van-card__footer {
  flex: none;
  text-align: right;
}
.van-card__footer .van-button {
  margin-left: 0.13333rem;
}
.van-cell {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0.26667rem 0.42667rem;
  overflow: hidden;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  background-color: #fff;
}
.van-cell::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0.42667rem;
  bottom: 0;
  left: 0.42667rem;
  border-bottom: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-cell:last-child::after,
.van-cell--borderless::after {
  display: none;
}
.van-cell__label {
  margin-top: 0.10667rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.van-cell__title,
.van-cell__value {
  flex: 1;
}
.van-cell__value {
  position: relative;
  overflow: hidden;
  color: #969799;
  text-align: right;
  vertical-align: middle;
  word-wrap: break-word;
}
.van-cell__value--alone {
  color: #323233;
  text-align: left;
}
.van-cell__left-icon,
.van-cell__right-icon {
  min-width: 1em;
  height: 0.64rem;
  font-size: 0.42667rem;
  line-height: 0.64rem;
}
.van-cell__left-icon {
  margin-right: 0.10667rem;
}
.van-cell__right-icon {
  margin-left: 0.10667rem;
  color: #969799;
}
.van-cell--clickable {
  cursor: pointer;
}
.van-cell--clickable:active {
  background-color: #f2f3f5;
}
.van-cell--required {
  overflow: visible;
}
.van-cell--required::before {
  position: absolute;
  left: 0.21333rem;
  color: #ee0a24;
  font-size: 0.37333rem;
  content: '*';
}
.van-cell--center {
  align-items: center;
}
.van-cell--large {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}
.van-cell--large .van-cell__title {
  font-size: 0.42667rem;
}
.van-cell--large .van-cell__label {
  font-size: 0.37333rem;
}
.van-coupon-cell__value--selected {
  color: #323233;
}
.van-contact-card {
  padding: 0.42667rem;
}
.van-contact-card__value {
  margin-left: 0.13333rem;
  line-height: 0.53333rem;
}
.van-contact-card--add .van-contact-card__value {
  line-height: 1.06667rem;
}
.van-contact-card--add .van-cell__left-icon {
  color: #FF6900;
  font-size: 1.06667rem;
}
.van-contact-card::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0.05333rem;
  background: repeating-linear-gradient(-45deg, #ff6c6c 0, #ff6c6c 20%, transparent 0, transparent 25%, #FF6900 0, #FF6900 45%, transparent 0, transparent 50%);
  background-size: 2.13333rem;
  content: '';
}
.van-collapse-item {
  position: relative;
}
.van-collapse-item--border::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: 0;
  right: 0.42667rem;
  left: 0.42667rem;
  border-top: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-collapse-item__title .van-cell__right-icon::before {
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.van-collapse-item__title::after {
  right: 0.42667rem;
  display: none;
}
.van-collapse-item__title--expanded .van-cell__right-icon::before {
  transform: rotate(-90deg);
}
.van-collapse-item__title--expanded::after {
  display: block;
}
.van-collapse-item__title--borderless::after {
  display: none;
}
.van-collapse-item__title--disabled {
  cursor: not-allowed;
}
.van-collapse-item__title--disabled,
.van-collapse-item__title--disabled .van-cell__right-icon {
  color: #c8c9cc;
}
.van-collapse-item__title--disabled:active {
  background-color: #fff;
}
.van-collapse-item__wrapper {
  overflow: hidden;
  transition: height 0.3s ease-in-out;
  will-change: height;
}
.van-collapse-item__content {
  padding: 0.32rem 0.42667rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 1.5;
  background-color: #fff;
}
.van-field__label {
  flex: none;
  box-sizing: border-box;
  width: 6.2em;
  margin-right: 0.32rem;
  color: #646566;
  text-align: left;
  word-wrap: break-word;
}
.van-field__label--center {
  text-align: center;
}
.van-field__label--right {
  padding-right: 0.42667rem;
  text-align: right;
}
.van-field--disabled .van-field__label {
  color: #c8c9cc;
}
.van-field__value {
  overflow: visible;
}
.van-field__body {
  display: flex;
  align-items: center;
}
.van-field__control {
  display: block;
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: #323233;
  line-height: inherit;
  text-align: left;
  background-color: transparent;
  border: 0;
  resize: none;
}
.van-field__control::placeholder {
  color: #969799;
}
.van-field__control:disabled {
  color: #c8c9cc;
  cursor: not-allowed;
  opacity: 1;
  -webkit-text-fill-color: #c8c9cc;
}
.van-field__control:read-only {
  cursor: default;
}
.van-field__control--center {
  justify-content: center;
  text-align: center;
}
.van-field__control--right {
  justify-content: flex-end;
  text-align: right;
}
.van-field__control--custom {
  display: flex;
  align-items: center;
  min-height: 0.64rem;
}
.van-field__control[type='date'],
.van-field__control[type='time'],
.van-field__control[type='datetime-local'] {
  min-height: 0.64rem;
}
.van-field__control[type='search'] {
  -webkit-appearance: none;
}
.van-field__clear,
.van-field__icon,
.van-field__button,
.van-field__right-icon {
  flex-shrink: 0;
}
.van-field__clear,
.van-field__right-icon {
  margin-right: -0.21333rem;
  padding: 0 0.21333rem;
  line-height: inherit;
}
.van-field__clear {
  color: #c8c9cc;
  font-size: 0.42667rem;
  cursor: pointer;
}
.van-field__left-icon .van-icon,
.van-field__right-icon .van-icon {
  display: block;
  min-width: 1em;
  font-size: 0.42667rem;
  line-height: inherit;
}
.van-field__left-icon {
  margin-right: 0.10667rem;
}
.van-field__right-icon {
  color: #969799;
}
.van-field__button {
  padding-left: 0.21333rem;
}
.van-field__error-message {
  color: #ee0a24;
  font-size: 0.32rem;
  text-align: left;
}
.van-field__error-message--center {
  text-align: center;
}
.van-field__error-message--right {
  text-align: right;
}
.van-field__word-limit {
  margin-top: 0.10667rem;
  color: #646566;
  font-size: 0.32rem;
  line-height: 0.42667rem;
  text-align: right;
}
.van-field--error .van-field__control,
.van-field--error .van-field__control::placeholder {
  color: #ee0a24;
  -webkit-text-fill-color: currentColor;
}
.van-field--min-height .van-field__control {
  min-height: 1.6rem;
}
.van-search {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0.26667rem 0.32rem;
  background-color: #fff;
}
.van-search__content {
  display: flex;
  flex: 1;
  padding-left: 0.32rem;
  background-color: #f7f8fa;
  border-radius: 0.05333rem;
}
.van-search__content--round {
  border-radius: 26.64rem;
}
.van-search__label {
  padding: 0 0.13333rem;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.90667rem;
}
.van-search .van-cell {
  flex: 1;
  padding: 0.13333rem 0.21333rem 0.13333rem 0;
  background-color: transparent;
}
.van-search .van-cell__left-icon {
  color: #969799;
}
.van-search--show-action {
  padding-right: 0;
}
.van-search input::-webkit-search-decoration,
.van-search input::-webkit-search-cancel-button,
.van-search input::-webkit-search-results-button,
.van-search input::-webkit-search-results-decoration {
  display: none;
}
.van-search__action {
  padding: 0 0.21333rem;
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.90667rem;
  cursor: pointer;
  user-select: none;
}
.van-search__action:active {
  background-color: #f2f3f5;
}
.van-overflow-hidden {
  overflow: hidden !important;
}
.van-popup {
  position: fixed;
  max-height: 100%;
  overflow-y: auto;
  background-color: #fff;
  transition: transform 0.3s;
  -webkit-overflow-scrolling: touch;
}
.van-popup--center {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.van-popup--center.van-popup--round {
  border-radius: 0.53333rem;
}
.van-popup--top {
  top: 0;
  left: 0;
  width: 100%;
}
.van-popup--top.van-popup--round {
  border-radius: 0 0 0.53333rem 0.53333rem;
}
.van-popup--right {
  top: 50%;
  right: 0;
  transform: translate3d(0, -50%, 0);
}
.van-popup--right.van-popup--round {
  border-radius: 0.53333rem 0 0 0.53333rem;
}
.van-popup--bottom {
  bottom: 0;
  left: 0;
  width: 100%;
}
.van-popup--bottom.van-popup--round {
  border-radius: 0.53333rem 0.53333rem 0 0;
}
.van-popup--left {
  top: 50%;
  left: 0;
  transform: translate3d(0, -50%, 0);
}
.van-popup--left.van-popup--round {
  border-radius: 0 0.53333rem 0.53333rem 0;
}
.van-popup--safe-area-inset-bottom {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.van-popup-slide-top-enter-active,
.van-popup-slide-left-enter-active,
.van-popup-slide-right-enter-active,
.van-popup-slide-bottom-enter-active {
  transition-timing-function: ease-out;
}
.van-popup-slide-top-leave-active,
.van-popup-slide-left-leave-active,
.van-popup-slide-right-leave-active,
.van-popup-slide-bottom-leave-active {
  transition-timing-function: ease-in;
}
.van-popup-slide-top-enter,
.van-popup-slide-top-leave-active {
  transform: translate3d(0, -100%, 0);
}
.van-popup-slide-right-enter,
.van-popup-slide-right-leave-active {
  transform: translate3d(100%, -50%, 0);
}
.van-popup-slide-bottom-enter,
.van-popup-slide-bottom-leave-active {
  transform: translate3d(0, 100%, 0);
}
.van-popup-slide-left-enter,
.van-popup-slide-left-leave-active {
  transform: translate3d(-100%, -50%, 0);
}
.van-popup__close-icon {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 0.58667rem;
  cursor: pointer;
}
.van-popup__close-icon:active {
  color: #969799;
}
.van-popup__close-icon--top-left {
  top: 0.42667rem;
  left: 0.42667rem;
}
.van-popup__close-icon--top-right {
  top: 0.42667rem;
  right: 0.42667rem;
}
.van-popup__close-icon--bottom-left {
  bottom: 0.42667rem;
  left: 0.42667rem;
}
.van-popup__close-icon--bottom-right {
  right: 0.42667rem;
  bottom: 0.42667rem;
}
.van-share-sheet__header {
  padding: 0.32rem 0.42667rem 0.10667rem;
  text-align: center;
}
.van-share-sheet__title {
  margin-top: 0.21333rem;
  color: #323233;
  font-weight: normal;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-share-sheet__description {
  display: block;
  margin-top: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.42667rem;
}
.van-share-sheet__options {
  position: relative;
  display: flex;
  padding: 0.42667rem 0 0.42667rem 0.21333rem;
  overflow-x: auto;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}
.van-share-sheet__options--border::before {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  top: 0;
  right: 0;
  left: 0.42667rem;
  border-top: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-share-sheet__options::-webkit-scrollbar {
  height: 0;
}
.van-share-sheet__option {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  user-select: none;
}
.van-share-sheet__option:active {
  opacity: 0.7;
}
.van-share-sheet__icon {
  width: 1.28rem;
  height: 1.28rem;
  margin: 0 0.42667rem;
}
.van-share-sheet__name {
  margin-top: 0.21333rem;
  padding: 0 0.10667rem;
  color: #646566;
  font-size: 0.32rem;
}
.van-share-sheet__option-description {
  padding: 0 0.10667rem;
  color: #c8c9cc;
  font-size: 0.32rem;
}
.van-share-sheet__cancel {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 0.42667rem;
  line-height: 1.28rem;
  text-align: center;
  background: #fff;
  border: none;
  cursor: pointer;
}
.van-share-sheet__cancel::before {
  display: block;
  height: 0.21333rem;
  background-color: #f7f8fa;
  content: ' ';
}
.van-share-sheet__cancel:active {
  background-color: #f2f3f5;
}
.van-notify {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.21333rem 0.42667rem;
  color: #fff;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
}
.van-notify--primary {
  background-color: #FF6900;
}
.van-notify--success {
  background-color: #07c160;
}
.van-notify--danger {
  background-color: #ee0a24;
}
.van-notify--warning {
  background-color: #ff976a;
}
.van-dropdown-item {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 10;
  overflow: hidden;
}
.van-dropdown-item__icon {
  display: block;
  line-height: inherit;
}
.van-dropdown-item__option {
  text-align: left;
}
.van-dropdown-item__option--active {
  color: #ee0a24;
}
.van-dropdown-item__option--active .van-dropdown-item__icon {
  color: #ee0a24;
}
.van-dropdown-item--up {
  top: 0;
}
.van-dropdown-item--down {
  bottom: 0;
}
.van-dropdown-item__content {
  position: absolute;
  max-height: 80%;
}
.van-loading {
  position: relative;
  color: #c8c9cc;
  font-size: 0;
  vertical-align: middle;
}
.van-loading__spinner {
  position: relative;
  display: inline-block;
  width: 0.8rem;
  max-width: 100%;
  height: 0.8rem;
  max-height: 100%;
  vertical-align: middle;
  animation: van-rotate 0.8s linear infinite;
}
.van-loading__spinner--spinner {
  animation-timing-function: steps(12);
}
.van-loading__spinner--spinner i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-loading__spinner--spinner i::before {
  display: block;
  width: 0.05333rem;
  height: 25%;
  margin: 0 auto;
  background-color: currentColor;
  border-radius: 40%;
  content: ' ';
}
.van-loading__spinner--circular {
  animation-duration: 2s;
}
.van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
}
.van-loading__circular circle {
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.van-loading__text {
  display: inline-block;
  margin-left: 0.21333rem;
  color: #969799;
  font-size: 0.37333rem;
  vertical-align: middle;
}
.van-loading--vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.van-loading--vertical .van-loading__text {
  margin: 0.21333rem 0 0;
}
@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
.van-loading__spinner--spinner i:nth-of-type(1) {
  transform: rotate(30deg);
  opacity: 1;
}
.van-loading__spinner--spinner i:nth-of-type(2) {
  transform: rotate(60deg);
  opacity: 0.9375;
}
.van-loading__spinner--spinner i:nth-of-type(3) {
  transform: rotate(90deg);
  opacity: 0.875;
}
.van-loading__spinner--spinner i:nth-of-type(4) {
  transform: rotate(120deg);
  opacity: 0.8125;
}
.van-loading__spinner--spinner i:nth-of-type(5) {
  transform: rotate(150deg);
  opacity: 0.75;
}
.van-loading__spinner--spinner i:nth-of-type(6) {
  transform: rotate(180deg);
  opacity: 0.6875;
}
.van-loading__spinner--spinner i:nth-of-type(7) {
  transform: rotate(210deg);
  opacity: 0.625;
}
.van-loading__spinner--spinner i:nth-of-type(8) {
  transform: rotate(240deg);
  opacity: 0.5625;
}
.van-loading__spinner--spinner i:nth-of-type(9) {
  transform: rotate(270deg);
  opacity: 0.5;
}
.van-loading__spinner--spinner i:nth-of-type(10) {
  transform: rotate(300deg);
  opacity: 0.4375;
}
.van-loading__spinner--spinner i:nth-of-type(11) {
  transform: rotate(330deg);
  opacity: 0.375;
}
.van-loading__spinner--spinner i:nth-of-type(12) {
  transform: rotate(360deg);
  opacity: 0.3125;
}
.van-pull-refresh {
  overflow: hidden;
  user-select: none;
}
.van-pull-refresh__track {
  position: relative;
  height: 100%;
  transition-property: transform;
}
.van-pull-refresh__head {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1.33333rem;
  overflow: hidden;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
  text-align: center;
  transform: translateY(-100%);
}
.van-number-keyboard {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-bottom: 0.58667rem;
  background-color: #f2f3f5;
  user-select: none;
}
.van-number-keyboard--with-title {
  border-radius: 0.53333rem 0.53333rem 0 0;
}
.van-number-keyboard__header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  height: 0.90667rem;
  padding-top: 0.16rem;
  color: #646566;
  font-size: 0.42667rem;
}
.van-number-keyboard__title {
  display: inline-block;
  font-weight: normal;
}
.van-number-keyboard__title-left {
  position: absolute;
  left: 0;
}
.van-number-keyboard__body {
  display: flex;
  padding: 0.16rem 0 0 0.16rem;
}
.van-number-keyboard__keys {
  display: flex;
  flex: 3;
  flex-wrap: wrap;
}
.van-number-keyboard__close {
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 0.42667rem;
  color: #576b95;
  font-size: 0.37333rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.van-number-keyboard__close:active {
  opacity: 0.7;
}
.van-number-keyboard__sidebar {
  display: flex;
  flex: 1;
  flex-direction: column;
}
.van-number-keyboard--unfit {
  padding-bottom: 0;
}
.van-key {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.28rem;
  font-size: 0.74667rem;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 0.21333rem;
  cursor: pointer;
}
.van-key--large {
  position: absolute;
  top: 0;
  right: 0.16rem;
  bottom: 0.16rem;
  left: 0;
  height: auto;
}
.van-key--blue,
.van-key--delete {
  font-size: 0.42667rem;
}
.van-key--active {
  background-color: #ebedf0;
}
.van-key--blue {
  color: #fff;
  background-color: #FF6900;
}
.van-key--blue.van-key--active {
  background-color: #cc5400;
}
.van-key__wrapper {
  position: relative;
  flex: 1;
  flex-basis: 33%;
  box-sizing: border-box;
  padding: 0 0.16rem 0.16rem 0;
}
.van-key__wrapper--wider {
  flex-basis: 66%;
}
.van-key__delete-icon {
  width: 0.85333rem;
  height: 0.58667rem;
}
.van-key__collapse-icon {
  width: 0.8rem;
  height: 0.64rem;
}
.van-key__loading-icon {
  color: #fff;
}
.van-list__loading,
.van-list__finished-text,
.van-list__error-text {
  color: #969799;
  font-size: 0.37333rem;
  line-height: 1.33333rem;
  text-align: center;
}
.van-list__placeholder {
  height: 0;
  pointer-events: none;
}
.van-switch {
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  width: 2em;
  height: 1em;
  font-size: 0.8rem;
  background-color: #fff;
  border: 0.02667rem solid rgba(0, 0, 0, 0.1);
  border-radius: 1em;
  cursor: pointer;
  transition: background-color 0.3s;
}
.van-switch__node {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 1em;
  height: 1em;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0.08rem 0.02667rem 0 rgba(0, 0, 0, 0.05), 0 0.05333rem 0.05333rem 0 rgba(0, 0, 0, 0.1), 0 0.08rem 0.08rem 0 rgba(0, 0, 0, 0.05);
  transition: transform 0.3s cubic-bezier(0.3, 1.05, 0.4, 1.05);
}
.van-switch__loading {
  top: 25%;
  left: 25%;
  width: 50%;
  height: 50%;
  line-height: 1;
}
.van-switch--on {
  background-color: #FF6900;
}
.van-switch--on .van-switch__node {
  transform: translateX(1em);
}
.van-switch--on .van-switch__loading {
  color: #FF6900;
}
.van-switch--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.van-switch--loading {
  cursor: default;
}
.van-switch-cell {
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
}
.van-switch-cell--large {
  padding-top: 0.29333rem;
  padding-bottom: 0.29333rem;
}
.van-switch-cell .van-switch {
  float: right;
}
.van-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 1.17333rem;
  margin: 0;
  padding: 0;
  font-size: 0.42667rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.05333rem;
  cursor: pointer;
  transition: opacity 0.2s;
  -webkit-appearance: none;
}
.van-button::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: #000;
  border: inherit;
  border-color: #000;
  border-radius: inherit;
  /* inherit parent's border radius */
  transform: translate(-50%, -50%);
  opacity: 0;
  content: ' ';
}
.van-button:active::before {
  opacity: 0.1;
}
.van-button--loading::before,
.van-button--disabled::before {
  display: none;
}
.van-button--default {
  color: #323233;
  background-color: #fff;
  border: 0.02667rem solid #ebedf0;
}
.van-button--primary {
  color: #fff;
  background-color: #07c160;
  border: 0.02667rem solid #07c160;
}
.van-button--info {
  color: #fff;
  background-color: #FF6900;
  border: 0.02667rem solid #FF6900;
}
.van-button--danger {
  color: #fff;
  background-color: #ee0a24;
  border: 0.02667rem solid #ee0a24;
}
.van-button--warning {
  color: #fff;
  background-color: #ff976a;
  border: 0.02667rem solid #ff976a;
}
.van-button--plain {
  background-color: #fff;
}
.van-button--plain.van-button--primary {
  color: #07c160;
}
.van-button--plain.van-button--info {
  color: #FF6900;
}
.van-button--plain.van-button--danger {
  color: #ee0a24;
}
.van-button--plain.van-button--warning {
  color: #ff976a;
}
.van-button--large {
  width: 100%;
  height: 1.33333rem;
}
.van-button--normal {
  padding: 0 0.4rem;
  font-size: 0.37333rem;
}
.van-button--small {
  height: 0.85333rem;
  padding: 0 0.21333rem;
  font-size: 0.32rem;
}
.van-button__loading {
  color: inherit;
  font-size: inherit;
}
.van-button--mini {
  height: 0.64rem;
  padding: 0 0.10667rem;
  font-size: 0.26667rem;
}
.van-button--mini + .van-button--mini {
  margin-left: 0.10667rem;
}
.van-button--block {
  display: block;
  width: 100%;
}
.van-button--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.van-button--loading {
  cursor: default;
}
.van-button--round {
  border-radius: 26.64rem;
}
.van-button--square {
  border-radius: 0;
}
.van-button__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.van-button__icon {
  min-width: 1em;
  font-size: 1.2em;
  line-height: inherit;
}
.van-button__icon + .van-button__text,
.van-button__loading + .van-button__text,
.van-button__text + .van-button__icon,
.van-button__text + .van-button__loading {
  margin-left: 0.10667rem;
}
.van-button--hairline {
  border-width: 0;
}
.van-button--hairline::after {
  border-color: inherit;
  border-radius: 0.10667rem;
}
.van-button--hairline.van-button--round::after {
  border-radius: 26.64rem;
}
.van-button--hairline.van-button--square::after {
  border-radius: 0;
}
.van-submit-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
  user-select: none;
}
.van-submit-bar__tip {
  padding: 0.21333rem 0.32rem;
  color: #f56723;
  font-size: 0.32rem;
  line-height: 1.5;
  background-color: #fff7cc;
}
.van-submit-bar__tip-icon {
  min-width: 0.48rem;
  font-size: 0.32rem;
  vertical-align: middle;
}
.van-submit-bar__tip-text {
  vertical-align: middle;
}
.van-submit-bar__bar {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1.33333rem;
  padding: 0 0.42667rem;
  font-size: 0.37333rem;
}
.van-submit-bar__text {
  flex: 1;
  padding-right: 0.32rem;
  color: #323233;
  text-align: right;
}
.van-submit-bar__text span {
  display: inline-block;
}
.van-submit-bar__suffix-label {
  margin-left: 0.13333rem;
  font-weight: 500;
}
.van-submit-bar__price {
  color: #ee0a24;
  font-weight: 500;
  font-size: 0.32rem;
}
.van-submit-bar__price--integer {
  font-size: 0.53333rem;
  font-family: Avenir-Heavy, PingFang SC, Helvetica Neue, Arial, sans-serif;
}
.van-submit-bar__button {
  width: 2.93333rem;
  height: 1.06667rem;
  font-weight: 500;
  border: none;
}
.van-submit-bar__button--danger {
  background: linear-gradient(to right, #ff6034, #ee0a24);
}
.van-submit-bar--unfit {
  padding-bottom: 0;
}
.van-goods-action-button {
  flex: 1;
  height: 1.06667rem;
  font-weight: 500;
  font-size: 0.37333rem;
  border: none;
  border-radius: 0;
}
.van-goods-action-button--first {
  margin-left: 0.13333rem;
  border-top-left-radius: 26.64rem;
  border-bottom-left-radius: 26.64rem;
}
.van-goods-action-button--last {
  margin-right: 0.13333rem;
  border-top-right-radius: 26.64rem;
  border-bottom-right-radius: 26.64rem;
}
.van-goods-action-button--warning {
  background: linear-gradient(to right, #ffd01e, #ff8917);
}
.van-goods-action-button--danger {
  background: linear-gradient(to right, #ff6034, #ee0a24);
}
@media (max-width: 321px) {
  .van-goods-action-button {
    font-size: 0.34667rem;
  }
}
.van-toast {
  position: fixed;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  width: 2.34667rem;
  max-width: 70%;
  min-height: 2.34667rem;
  padding: 0.42667rem;
  color: #fff;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0.21333rem;
  transform: translate3d(-50%, -50%, 0);
}
.van-toast--unclickable {
  overflow: hidden;
}
.van-toast--unclickable * {
  pointer-events: none;
}
.van-toast--text,
.van-toast--html {
  width: fit-content;
  min-width: 2.56rem;
  min-height: 0;
  padding: 0.21333rem 0.32rem;
}
.van-toast--text .van-toast__text,
.van-toast--html .van-toast__text {
  margin-top: 0;
}
.van-toast--top {
  top: 20%;
}
.van-toast--bottom {
  top: auto;
  bottom: 20%;
}
.van-toast__icon {
  font-size: 0.96rem;
}
.van-toast__loading {
  padding: 0.10667rem;
  color: #fff;
}
.van-toast__text {
  margin-top: 0.21333rem;
}
.van-calendar {
  display: flex;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}
.van-calendar__popup.van-popup--top,
.van-calendar__popup.van-popup--bottom {
  height: 80%;
}
.van-calendar__popup.van-popup--left,
.van-calendar__popup.van-popup--right {
  height: 100%;
}
.van-calendar__popup .van-popup__close-icon {
  top: 0.29333rem;
}
.van-calendar__header {
  flex-shrink: 0;
  box-shadow: 0 0.05333rem 0.26667rem rgba(125, 126, 128, 0.16);
}
.van-calendar__month-title,
.van-calendar__header-title,
.van-calendar__header-subtitle {
  height: 1.17333rem;
  font-weight: 500;
  line-height: 1.17333rem;
  text-align: center;
}
.van-calendar__header-title {
  font-size: 0.42667rem;
}
.van-calendar__header-subtitle {
  font-size: 0.37333rem;
}
.van-calendar__month-title {
  font-size: 0.37333rem;
}
.van-calendar__weekdays {
  display: flex;
}
.van-calendar__weekday {
  flex: 1;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}
.van-calendar__body {
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.van-calendar__days {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  user-select: none;
}
.van-calendar__month-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242, 243, 245, 0.8);
  font-size: 4.26667rem;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.van-calendar__day,
.van-calendar__selected-day {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.van-calendar__day {
  position: relative;
  width: 14.285%;
  height: 1.70667rem;
  font-size: 0.42667rem;
  cursor: pointer;
}
.van-calendar__day--end,
.van-calendar__day--start,
.van-calendar__day--start-end,
.van-calendar__day--multiple-middle,
.van-calendar__day--multiple-selected {
  color: #fff;
  background-color: #ee0a24;
}
.van-calendar__day--start {
  border-radius: 0.10667rem 0 0 0.10667rem;
}
.van-calendar__day--end {
  border-radius: 0 0.10667rem 0.10667rem 0;
}
.van-calendar__day--start-end,
.van-calendar__day--multiple-selected {
  border-radius: 0.10667rem;
}
.van-calendar__day--middle {
  color: #ee0a24;
}
.van-calendar__day--middle::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: currentColor;
  opacity: 0.1;
  content: '';
}
.van-calendar__day--disabled {
  color: #c8c9cc;
  cursor: default;
}
.van-calendar__top-info,
.van-calendar__bottom-info {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 0.26667rem;
  line-height: 0.37333rem;
}
@media (max-width: 350px) {
  .van-calendar__top-info,
  .van-calendar__bottom-info {
    font-size: 0.24rem;
  }
}
.van-calendar__top-info {
  top: 0.16rem;
}
.van-calendar__bottom-info {
  bottom: 0.16rem;
}
.van-calendar__selected-day {
  width: 1.44rem;
  height: 1.44rem;
  color: #fff;
  background-color: #ee0a24;
  border-radius: 0.10667rem;
}
.van-calendar__footer {
  flex-shrink: 0;
  padding: 0 0.42667rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}
.van-calendar__footer--unfit {
  padding-bottom: 0;
}
.van-calendar__confirm {
  height: 0.96rem;
  margin: 0.18667rem 0;
}
.van-picker {
  position: relative;
  background-color: #fff;
  user-select: none;
}
.van-picker__toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.17333rem;
}
.van-picker__cancel,
.van-picker__confirm {
  height: 100%;
  padding: 0 0.42667rem;
  font-size: 0.37333rem;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
.van-picker__cancel:active,
.van-picker__confirm:active {
  opacity: 0.7;
}
.van-picker__confirm {
  color: #576b95;
}
.van-picker__cancel {
  color: #969799;
}
.van-picker__title {
  max-width: 50%;
  font-weight: 500;
  font-size: 0.42667rem;
  line-height: 0.53333rem;
  text-align: center;
}
.van-picker__columns {
  position: relative;
  display: flex;
  cursor: grab;
}
.van-picker__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF6900;
  background-color: rgba(255, 255, 255, 0.9);
}
.van-picker__frame {
  position: absolute;
  top: 50%;
  right: 0.42667rem;
  left: 0.42667rem;
  z-index: 3;
  transform: translateY(-50%);
  pointer-events: none;
}
.van-picker__mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4)), linear-gradient(0deg, hsla(0, 0%, 100%, 0.9), hsla(0, 0%, 100%, 0.4));
  background-repeat: no-repeat;
  background-position: top, bottom;
  backface-visibility: hidden;
  pointer-events: none;
}
.van-picker-column {
  flex: 1;
  overflow: hidden;
  font-size: 0.42667rem;
}
.van-picker-column__wrapper {
  transition-timing-function: cubic-bezier(0.23, 1, 0.68, 1);
}
.van-picker-column__item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.10667rem;
  color: #000;
}
.van-picker-column__item--disabled {
  cursor: not-allowed;
  opacity: 0.3;
}
.van-action-sheet {
  max-height: 80%;
  color: #323233;
}
.van-action-sheet__item,
.van-action-sheet__cancel {
  display: block;
  width: 100%;
  padding: 0.37333rem 0.42667rem;
  font-size: 0.42667rem;
  background-color: #fff;
  border: none;
  cursor: pointer;
}
.van-action-sheet__item:active,
.van-action-sheet__cancel:active {
  background-color: #f2f3f5;
}
.van-action-sheet__item {
  line-height: 0.58667rem;
}
.van-action-sheet__item--loading,
.van-action-sheet__item--disabled {
  color: #c8c9cc;
}
.van-action-sheet__item--loading:active,
.van-action-sheet__item--disabled:active {
  background-color: #fff;
}
.van-action-sheet__item--disabled {
  cursor: not-allowed;
}
.van-action-sheet__item--loading {
  cursor: default;
}
.van-action-sheet__cancel {
  color: #646566;
}
.van-action-sheet__subname {
  margin-top: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.van-action-sheet__gap {
  display: block;
  height: 0.21333rem;
  background-color: #f7f8fa;
}
.van-action-sheet__header {
  font-weight: 500;
  font-size: 0.42667rem;
  line-height: 1.28rem;
  text-align: center;
}
.van-action-sheet__description {
  position: relative;
  padding: 0.53333rem 0.42667rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  text-align: center;
}
.van-action-sheet__description::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0.42667rem;
  bottom: 0;
  left: 0.42667rem;
  border-bottom: 0.02667rem solid #ebedf0;
  transform: scaleY(0.5);
}
.van-action-sheet__loading-icon .van-loading__spinner {
  width: 0.58667rem;
  height: 0.58667rem;
}
.van-action-sheet__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 0.42667rem;
  color: #c8c9cc;
  font-size: 0.58667rem;
  line-height: inherit;
}
.van-action-sheet__close:active {
  color: #969799;
}
.van-goods-action {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  height: 1.33333rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
}
.van-goods-action--unfit {
  padding-bottom: 0;
}
.van-dialog {
  position: fixed;
  top: 45%;
  left: 50%;
  width: 8.53333rem;
  overflow: hidden;
  font-size: 0.42667rem;
  background-color: #fff;
  border-radius: 0.42667rem;
  transform: translate3d(-50%, -50%, 0);
  backface-visibility: hidden;
  transition: 0.3s;
  transition-property: transform, opacity;
}
@media (max-width: 321px) {
  .van-dialog {
    width: 90%;
  }
}
.van-dialog__header {
  padding-top: 0.69333rem;
  font-weight: 500;
  line-height: 0.64rem;
  text-align: center;
}
.van-dialog__header--isolated {
  padding: 0.64rem 0;
}
.van-dialog__content--isolated {
  display: flex;
  align-items: center;
  min-height: 2.77333rem;
}
.van-dialog__message {
  flex: 1;
  max-height: 60vh;
  padding: 0.69333rem 0.64rem;
  overflow-y: auto;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  white-space: pre-wrap;
  text-align: center;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}
.van-dialog__message--has-title {
  padding-top: 0.21333rem;
  color: #646566;
}
.van-dialog__message--left {
  text-align: left;
}
.van-dialog__message--right {
  text-align: right;
}
.van-dialog__footer {
  display: flex;
  overflow: hidden;
  user-select: none;
}
.van-dialog__confirm,
.van-dialog__cancel {
  flex: 1;
  height: 1.28rem;
  margin: 0;
  border: 0;
}
.van-dialog__confirm,
.van-dialog__confirm:active {
  color: #ee0a24;
}
.van-dialog--round-button .van-dialog__footer {
  position: relative;
  height: auto;
  padding: 0.21333rem 0.64rem 0.42667rem;
}
.van-dialog--round-button .van-dialog__message {
  padding-bottom: 0.42667rem;
  color: #323233;
}
.van-dialog--round-button .van-dialog__confirm,
.van-dialog--round-button .van-dialog__cancel {
  height: 0.96rem;
}
.van-dialog--round-button .van-dialog__confirm {
  color: #fff;
}
.van-dialog-bounce-enter {
  transform: translate3d(-50%, -50%, 0) scale(0.7);
  opacity: 0;
}
.van-dialog-bounce-leave-active {
  transform: translate3d(-50%, -50%, 0) scale(0.9);
  opacity: 0;
}
.van-contact-edit {
  padding: 0.42667rem;
}
.van-contact-edit__fields {
  overflow: hidden;
  border-radius: 0.10667rem;
}
.van-contact-edit__fields .van-field__label {
  width: 4.1em;
}
.van-contact-edit__switch-cell {
  margin-top: 0.26667rem;
  padding-top: 0.24rem;
  padding-bottom: 0.24rem;
  border-radius: 0.10667rem;
}
.van-contact-edit__buttons {
  padding: 0.85333rem 0;
}
.van-contact-edit .van-button {
  margin-bottom: 0.32rem;
  font-size: 0.42667rem;
}
.van-address-edit {
  padding: 0.32rem;
}
.van-address-edit__fields {
  overflow: hidden;
  border-radius: 0.21333rem;
}
.van-address-edit__fields .van-field__label {
  width: 4.1em;
}
.van-address-edit__default {
  margin-top: 0.32rem;
  overflow: hidden;
  border-radius: 0.21333rem;
}
.van-address-edit__buttons {
  padding: 0.85333rem 0.10667rem;
}
.van-address-edit__buttons .van-button {
  margin-bottom: 0.32rem;
}
.van-address-edit-detail {
  padding: 0;
}
.van-address-edit-detail__search-item {
  background-color: #f2f3f5;
}
.van-address-edit-detail__keyword {
  color: #ee0a24;
}
.van-address-edit-detail__finish {
  color: #FF6900;
  font-size: 0.32rem;
}
.van-radio-group--horizontal {
  display: flex;
  flex-wrap: wrap;
}
.van-contact-list {
  box-sizing: border-box;
  height: 100%;
  padding-bottom: 2.13333rem;
}
.van-contact-list__item {
  padding: 0.42667rem;
}
.van-contact-list__item-value {
  display: flex;
  align-items: center;
  padding-right: 0.85333rem;
  padding-left: 0.21333rem;
}
.van-contact-list__item-tag {
  flex: none;
  margin-left: 0.21333rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4em;
}
.van-contact-list__group {
  box-sizing: border-box;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.van-contact-list__edit {
  font-size: 0.42667rem;
}
.van-contact-list__bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  padding: 0 0.42667rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
}
.van-contact-list__add {
  height: 1.06667rem;
  margin: 0.13333rem 0;
}
.van-address-list {
  box-sizing: border-box;
  height: 100%;
  padding: 0.32rem 0.32rem 2.13333rem;
}
.van-address-list__bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.42667rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
}
.van-address-list__add {
  height: 1.06667rem;
  margin: 0.13333rem 0;
}
.van-address-list__disabled-text {
  padding: 0.53333rem 0 0.42667rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-address-item {
  padding: 0.32rem;
  background-color: #fff;
  border-radius: 0.21333rem;
}
.van-address-item:not(:last-child) {
  margin-bottom: 0.32rem;
}
.van-address-item__value {
  padding-right: 1.17333rem;
}
.van-address-item__name {
  display: flex;
  align-items: center;
  margin-bottom: 0.21333rem;
  font-size: 0.42667rem;
  line-height: 0.58667rem;
}
.van-address-item__tag {
  flex: none;
  margin-left: 0.21333rem;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1.4em;
}
.van-address-item__address {
  color: #323233;
  font-size: 0.34667rem;
  line-height: 0.48rem;
}
.van-address-item--disabled .van-address-item__name,
.van-address-item--disabled .van-address-item__address {
  color: #c8c9cc;
}
.van-address-item__edit {
  position: absolute;
  top: 50%;
  right: 0.42667rem;
  color: #969799;
  font-size: 0.53333rem;
  transform: translate(0, -50%);
}
.van-address-item .van-cell {
  padding: 0;
}
.van-address-item .van-radio__label {
  margin-left: 0.32rem;
}
.van-address-item .van-radio__icon--checked .van-icon {
  background-color: #ee0a24;
  border-color: #ee0a24;
}
.van-cell-group {
  background-color: #fff;
}
.van-cell-group__title {
  padding: 0.42667rem 0.42667rem 0.21333rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.42667rem;
}
.van-panel {
  background: #fff;
}
.van-panel__header-value {
  color: #ee0a24;
}
.van-panel__footer {
  padding: 0.21333rem 0.42667rem;
}
.van-checkbox-group--horizontal {
  display: flex;
  flex-wrap: wrap;
}
.van-circle {
  position: relative;
  display: inline-block;
  text-align: center;
}
.van-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-circle__layer {
  fill: none;
  stroke-linecap: round;
}
.van-circle__text {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.10667rem;
  color: #323233;
  font-weight: 500;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  transform: translateY(-50%);
}
.van-col {
  float: left;
  box-sizing: border-box;
  min-height: 0.02667rem;
}
.van-col--1 {
  width: 4.16666667%;
}
.van-col--offset-1 {
  margin-left: 4.16666667%;
}
.van-col--2 {
  width: 8.33333333%;
}
.van-col--offset-2 {
  margin-left: 8.33333333%;
}
.van-col--3 {
  width: 12.5%;
}
.van-col--offset-3 {
  margin-left: 12.5%;
}
.van-col--4 {
  width: 16.66666667%;
}
.van-col--offset-4 {
  margin-left: 16.66666667%;
}
.van-col--5 {
  width: 20.83333333%;
}
.van-col--offset-5 {
  margin-left: 20.83333333%;
}
.van-col--6 {
  width: 25%;
}
.van-col--offset-6 {
  margin-left: 25%;
}
.van-col--7 {
  width: 29.16666667%;
}
.van-col--offset-7 {
  margin-left: 29.16666667%;
}
.van-col--8 {
  width: 33.33333333%;
}
.van-col--offset-8 {
  margin-left: 33.33333333%;
}
.van-col--9 {
  width: 37.5%;
}
.van-col--offset-9 {
  margin-left: 37.5%;
}
.van-col--10 {
  width: 41.66666667%;
}
.van-col--offset-10 {
  margin-left: 41.66666667%;
}
.van-col--11 {
  width: 45.83333333%;
}
.van-col--offset-11 {
  margin-left: 45.83333333%;
}
.van-col--12 {
  width: 50%;
}
.van-col--offset-12 {
  margin-left: 50%;
}
.van-col--13 {
  width: 54.16666667%;
}
.van-col--offset-13 {
  margin-left: 54.16666667%;
}
.van-col--14 {
  width: 58.33333333%;
}
.van-col--offset-14 {
  margin-left: 58.33333333%;
}
.van-col--15 {
  width: 62.5%;
}
.van-col--offset-15 {
  margin-left: 62.5%;
}
.van-col--16 {
  width: 66.66666667%;
}
.van-col--offset-16 {
  margin-left: 66.66666667%;
}
.van-col--17 {
  width: 70.83333333%;
}
.van-col--offset-17 {
  margin-left: 70.83333333%;
}
.van-col--18 {
  width: 75%;
}
.van-col--offset-18 {
  margin-left: 75%;
}
.van-col--19 {
  width: 79.16666667%;
}
.van-col--offset-19 {
  margin-left: 79.16666667%;
}
.van-col--20 {
  width: 83.33333333%;
}
.van-col--offset-20 {
  margin-left: 83.33333333%;
}
.van-col--21 {
  width: 87.5%;
}
.van-col--offset-21 {
  margin-left: 87.5%;
}
.van-col--22 {
  width: 91.66666667%;
}
.van-col--offset-22 {
  margin-left: 91.66666667%;
}
.van-col--23 {
  width: 95.83333333%;
}
.van-col--offset-23 {
  margin-left: 95.83333333%;
}
.van-col--24 {
  width: 100%;
}
.van-col--offset-24 {
  margin-left: 100%;
}
.van-count-down {
  color: #323233;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-tab__pane,
.van-tab__pane-wrapper {
  flex-shrink: 0;
  box-sizing: border-box;
  width: 100%;
}
.van-tab__pane-wrapper--inactive {
  height: 0;
  overflow: visible;
}
.van-sticky--fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99;
}
.van-tab {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0 0.10667rem;
  color: #646566;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  cursor: pointer;
}
.van-tab--active {
  color: #323233;
  font-weight: 500;
}
.van-tab--disabled {
  color: #c8c9cc;
  cursor: not-allowed;
}
.van-tab__text--ellipsis {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.van-tab__text-wrapper {
  position: relative;
}
.van-tabs {
  position: relative;
}
.van-tabs__wrap {
  overflow: hidden;
}
.van-tabs__wrap--page-top {
  position: fixed;
}
.van-tabs__wrap--content-bottom {
  top: auto;
  bottom: 0;
}
.van-tabs__wrap--scrollable .van-tab {
  flex: 1 0 auto;
  padding: 0 0.32rem;
}
.van-tabs__wrap--scrollable .van-tabs__nav {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.van-tabs__wrap--scrollable .van-tabs__nav::-webkit-scrollbar {
  display: none;
}
.van-tabs__wrap--scrollable .van-tabs__nav--complete {
  padding-right: 0.21333rem;
  padding-left: 0.21333rem;
}
.van-tabs__nav {
  position: relative;
  display: flex;
  background-color: #fff;
  user-select: none;
}
.van-tabs__nav--line {
  box-sizing: content-box;
  height: 100%;
  padding-bottom: 0.4rem;
  /* 15px padding to hide scrollbar in mobile safari */
}
.van-tabs__nav--card {
  box-sizing: border-box;
  height: 0.8rem;
  margin: 0 0.42667rem;
  border: 0.02667rem solid #ee0a24;
  border-radius: 0.05333rem;
}
.van-tabs__nav--card .van-tab {
  color: #ee0a24;
  border-right: 0.02667rem solid #ee0a24;
}
.van-tabs__nav--card .van-tab:last-child {
  border-right: none;
}
.van-tabs__nav--card .van-tab.van-tab--active {
  color: #fff;
  background-color: #ee0a24;
}
.van-tabs__nav--card .van-tab--disabled {
  color: #c8c9cc;
}
.van-tabs__line {
  position: absolute;
  bottom: 0.4rem;
  left: 0;
  z-index: 1;
  width: 1.06667rem;
  height: 0.08rem;
  background-color: #ee0a24;
  border-radius: 0.08rem;
}
.van-tabs__track {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  will-change: left;
}
.van-tabs__content--animated {
  overflow: hidden;
}
.van-tabs--line .van-tabs__wrap {
  height: 1.17333rem;
}
.van-tabs--card > .van-tabs__wrap {
  height: 0.8rem;
}
.van-coupon-list {
  position: relative;
  height: 100%;
  background-color: #f7f8fa;
}
.van-coupon-list__field {
  padding: 0.13333rem 0 0.13333rem 0.42667rem;
}
.van-coupon-list__field .van-field__body {
  height: 0.90667rem;
  padding-left: 0.32rem;
  line-height: 0.90667rem;
  background: #f7f8fa;
  border-radius: 0.45333rem;
}
.van-coupon-list__field .van-field__body::placeholder {
  color: #c8c9cc;
}
.van-coupon-list__field .van-field__clear {
  margin-right: 0;
}
.van-coupon-list__exchange-bar {
  display: flex;
  align-items: center;
  background-color: #fff;
}
.van-coupon-list__exchange {
  flex: none;
  height: 0.85333rem;
  font-size: 0.42667rem;
  line-height: 0.8rem;
  border: 0;
}
.van-coupon-list .van-tabs__wrap {
  box-shadow: 0 0.16rem 0.32rem -0.32rem #969799;
}
.van-coupon-list__list {
  box-sizing: border-box;
  padding: 0.42667rem 0 0.64rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.van-coupon-list__list--with-bottom {
  padding-bottom: 1.76rem;
}
.van-coupon-list__bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  box-sizing: border-box;
  width: 100%;
  padding: 0.13333rem 0.42667rem;
  font-weight: 500;
  background-color: #fff;
}
.van-coupon-list__close {
  height: 1.06667rem;
}
.van-coupon-list__empty {
  padding-top: 1.6rem;
  text-align: center;
}
.van-coupon-list__empty p {
  margin: 0.42667rem 0;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-coupon-list__empty img {
  width: 5.33333rem;
  height: 5.33333rem;
}
.van-divider {
  display: flex;
  align-items: center;
  margin: 0.42667rem 0;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.64rem;
  border-color: #ebedf0;
  border-style: solid;
  border-width: 0;
}
.van-divider::before,
.van-divider::after {
  display: block;
  flex: 1;
  box-sizing: border-box;
  height: 0.02667rem;
  border-color: inherit;
  border-style: inherit;
  border-width: 0.02667rem 0 0;
}
.van-divider::before {
  content: '';
}
.van-divider--hairline::before,
.van-divider--hairline::after {
  transform: scaleY(0.5);
}
.van-divider--dashed {
  border-style: dashed;
}
.van-divider--content-center::before,
.van-divider--content-left::before,
.van-divider--content-right::before {
  margin-right: 0.42667rem;
}
.van-divider--content-center::after,
.van-divider--content-left::after,
.van-divider--content-right::after {
  margin-left: 0.42667rem;
  content: '';
}
.van-divider--content-left::before {
  max-width: 10%;
}
.van-divider--content-right::after {
  max-width: 10%;
}
.van-dropdown-menu {
  user-select: none;
}
.van-dropdown-menu__bar {
  position: relative;
  display: flex;
  height: 1.28rem;
  background-color: #fff;
  box-shadow: 0 0.05333rem 0.32rem rgba(100, 101, 102, 0.12);
}
.van-dropdown-menu__bar--opened {
  z-index: 11;
}
.van-dropdown-menu__item {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: 0;
  cursor: pointer;
}
.van-dropdown-menu__item:active {
  opacity: 0.7;
}
.van-dropdown-menu__item--disabled:active {
  opacity: 1;
}
.van-dropdown-menu__item--disabled .van-dropdown-menu__title {
  color: #969799;
}
.van-dropdown-menu__title {
  position: relative;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0 0.21333rem;
  color: #323233;
  font-size: 0.4rem;
  line-height: 0.58667rem;
}
.van-dropdown-menu__title::after {
  position: absolute;
  top: 50%;
  right: -0.10667rem;
  margin-top: -0.13333rem;
  border: 0.08rem solid;
  border-color: transparent transparent #dcdee0 #dcdee0;
  transform: rotate(-45deg);
  opacity: 0.8;
  content: '';
}
.van-dropdown-menu__title--active {
  color: #ee0a24;
}
.van-dropdown-menu__title--active::after {
  border-color: transparent transparent currentColor currentColor;
}
.van-dropdown-menu__title--down::after {
  margin-top: -0.02667rem;
  transform: rotate(135deg);
}
.van-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 0.85333rem 0;
}
.van-empty__image {
  width: 4.26667rem;
  height: 4.26667rem;
}
.van-empty__image img {
  width: 100%;
  height: 100%;
}
.van-empty__description {
  margin-top: 0.42667rem;
  padding: 0 1.6rem;
  color: #969799;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
}
.van-empty__bottom {
  margin-top: 0.64rem;
}
.van-grid {
  display: flex;
  flex-wrap: wrap;
}
.van-swipe {
  position: relative;
  overflow: hidden;
  cursor: grab;
  user-select: none;
}
.van-swipe__track {
  display: flex;
  height: 100%;
}
.van-swipe__track--vertical {
  flex-direction: column;
}
.van-swipe__indicators {
  position: absolute;
  bottom: 0.32rem;
  left: 50%;
  display: flex;
  transform: translateX(-50%);
}
.van-swipe__indicators--vertical {
  top: 50%;
  bottom: auto;
  left: 0.32rem;
  flex-direction: column;
  transform: translateY(-50%);
}
.van-swipe__indicators--vertical .van-swipe__indicator:not(:last-child) {
  margin-bottom: 0.16rem;
}
.van-swipe__indicator {
  width: 0.16rem;
  height: 0.16rem;
  background-color: #ebedf0;
  border-radius: 100%;
  opacity: 0.3;
  transition: opacity 0.2s, background-color 0.2s;
}
.van-swipe__indicator:not(:last-child) {
  margin-right: 0.16rem;
}
.van-swipe__indicator--active {
  background-color: #FF6900;
  opacity: 1;
}
.van-swipe-item {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.van-image-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.van-image-preview__swipe {
  height: 100%;
}
.van-image-preview__swipe-item {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.van-image-preview__cover {
  position: absolute;
  top: 0;
  left: 0;
}
.van-image-preview__image {
  width: 100%;
  transition-property: transform;
}
.van-image-preview__image--vertical {
  width: auto;
  height: 100%;
}
.van-image-preview__image img {
  -webkit-user-drag: none;
}
.van-image-preview__image .van-image__error {
  top: 30%;
  height: 40%;
}
.van-image-preview__image .van-image__error-icon {
  font-size: 0.96rem;
}
.van-image-preview__image .van-image__loading {
  background-color: transparent;
}
.van-image-preview__index {
  position: absolute;
  top: 0.42667rem;
  left: 50%;
  color: #fff;
  font-size: 0.37333rem;
  line-height: 0.53333rem;
  text-shadow: 0 0.02667rem 0.02667rem #323233;
  transform: translate(-50%, 0);
}
.van-image-preview__overlay {
  background-color: rgba(0, 0, 0, 0.9);
}
.van-image-preview__close-icon {
  position: absolute;
  z-index: 1;
  color: #c8c9cc;
  font-size: 0.58667rem;
  cursor: pointer;
}
.van-image-preview__close-icon:active {
  color: #969799;
}
.van-image-preview__close-icon--top-left {
  top: 0.42667rem;
  left: 0.42667rem;
}
.van-image-preview__close-icon--top-right {
  top: 0.42667rem;
  right: 0.42667rem;
}
.van-image-preview__close-icon--bottom-left {
  bottom: 0.42667rem;
  left: 0.42667rem;
}
.van-image-preview__close-icon--bottom-right {
  right: 0.42667rem;
  bottom: 0.42667rem;
}
.van-uploader {
  position: relative;
  display: inline-block;
}
.van-uploader__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.van-uploader__wrapper--disabled {
  opacity: 0.5;
}
.van-uploader__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  opacity: 0;
}
.van-uploader__input-wrapper {
  position: relative;
}
.van-uploader__input:disabled {
  cursor: not-allowed;
}
.van-uploader__upload {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 2.13333rem;
  height: 2.13333rem;
  margin: 0 0.21333rem 0.21333rem 0;
  background-color: #f7f8fa;
}
.van-uploader__upload:active {
  background-color: #f2f3f5;
}
.van-uploader__upload-icon {
  color: #dcdee0;
  font-size: 0.64rem;
}
.van-uploader__upload-text {
  margin-top: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
}
.van-uploader__preview {
  position: relative;
  margin: 0 0.21333rem 0.21333rem 0;
  cursor: pointer;
}
.van-uploader__preview-image {
  display: block;
  width: 2.13333rem;
  height: 2.13333rem;
  overflow: hidden;
}
.van-uploader__preview-delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 0.37333rem;
  height: 0.37333rem;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 0 0 0 0.32rem;
}
.van-uploader__preview-delete-icon {
  position: absolute;
  top: -0.05333rem;
  right: -0.05333rem;
  color: #fff;
  font-size: 0.42667rem;
  transform: scale(0.5);
}
.van-uploader__preview-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.van-uploader__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(50, 50, 51, 0.88);
}
.van-uploader__mask-icon {
  font-size: 0.58667rem;
}
.van-uploader__mask-message {
  margin-top: 0.16rem;
  padding: 0 0.10667rem;
  font-size: 0.32rem;
  line-height: 0.37333rem;
}
.van-uploader__loading {
  width: 0.58667rem;
  height: 0.58667rem;
  color: #fff;
}
.van-uploader__file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 2.13333rem;
  height: 2.13333rem;
  background-color: #f7f8fa;
}
.van-uploader__file-icon {
  color: #646566;
  font-size: 0.53333rem;
}
.van-uploader__file-name {
  box-sizing: border-box;
  width: 100%;
  margin-top: 0.21333rem;
  padding: 0 0.10667rem;
  color: #646566;
  font-size: 0.32rem;
  text-align: center;
}
.van-index-anchor {
  z-index: 1;
  box-sizing: border-box;
  padding: 0 0.42667rem;
  color: #323233;
  font-weight: 500;
  font-size: 0.37333rem;
  line-height: 0.85333rem;
  background-color: transparent;
}
.van-index-anchor--sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  color: #07c160;
  background-color: #fff;
}
.van-index-bar__sidebar {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  text-align: center;
  transform: translateY(-50%);
  cursor: pointer;
  user-select: none;
}
.van-index-bar__index {
  padding: 0 0.10667rem 0 0.42667rem;
  font-weight: 500;
  font-size: 0.26667rem;
  line-height: 0.37333rem;
}
.van-index-bar__index--active {
  color: #07c160;
}
.van-pagination {
  display: flex;
  font-size: 0.37333rem;
}
.van-pagination__item,
.van-pagination__page-desc {
  display: flex;
  align-items: center;
  justify-content: center;
}
.van-pagination__item {
  flex: 1;
  box-sizing: border-box;
  min-width: 0.96rem;
  height: 1.06667rem;
  color: #FF6900;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
}
.van-pagination__item:active {
  color: #fff;
  background-color: #FF6900;
}
.van-pagination__item::after {
  border-width: 0.02667rem 0 0.02667rem 0.02667rem;
}
.van-pagination__item:last-child::after {
  border-right-width: 0.02667rem;
}
.van-pagination__item--active {
  color: #fff;
  background-color: #FF6900;
}
.van-pagination__prev,
.van-pagination__next {
  padding: 0 0.10667rem;
  cursor: pointer;
}
.van-pagination__item--disabled,
.van-pagination__item--disabled:active {
  color: #646566;
  background-color: #f7f8fa;
  cursor: not-allowed;
  opacity: 0.5;
}
.van-pagination__page {
  flex-grow: 0;
}
.van-pagination__page-desc {
  flex: 1;
  height: 1.06667rem;
  color: #646566;
}
.van-pagination--simple .van-pagination__prev::after,
.van-pagination--simple .van-pagination__next::after {
  border-width: 0.02667rem;
}
.van-password-input {
  position: relative;
  margin: 0 0.42667rem;
  user-select: none;
}
.van-password-input__info,
.van-password-input__error-info {
  margin-top: 0.42667rem;
  font-size: 0.37333rem;
  text-align: center;
}
.van-password-input__info {
  color: #969799;
}
.van-password-input__error-info {
  color: #ee0a24;
}
.van-password-input__security {
  display: flex;
  width: 100%;
  height: 1.33333rem;
  cursor: pointer;
}
.van-password-input__security::after {
  border-radius: 0.16rem;
}
.van-password-input__security li {
  position: relative;
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 0.53333rem;
  line-height: 1.2;
  background-color: #fff;
}
.van-password-input__security i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.26667rem;
  height: 0.26667rem;
  background-color: #000;
  border-radius: 100%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.van-password-input__cursor {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.02667rem;
  height: 40%;
  background-color: #323233;
  transform: translate(-50%, -50%);
  animation: 1s van-cursor-flicker infinite;
}
@keyframes van-cursor-flicker {
  from {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.van-progress {
  position: relative;
  height: 0.10667rem;
  background: #ebedf0;
  border-radius: 0.10667rem;
}
.van-progress__portion {
  position: absolute;
  left: 0;
  height: 100%;
  background: #FF6900;
  border-radius: inherit;
}
.van-progress__pivot {
  position: absolute;
  top: 50%;
  box-sizing: border-box;
  min-width: 3.6em;
  padding: 0 0.13333rem;
  color: #fff;
  font-size: 0.26667rem;
  line-height: 1.6;
  text-align: center;
  word-break: keep-all;
  background-color: #FF6900;
  border-radius: 1em;
  transform: translate(0, -50%);
}
.van-row::after {
  display: table;
  clear: both;
  content: '';
}
.van-row--flex {
  display: flex;
}
.van-row--flex::after {
  display: none;
}
.van-row--justify-center {
  justify-content: center;
}
.van-row--justify-end {
  justify-content: flex-end;
}
.van-row--justify-space-between {
  justify-content: space-between;
}
.van-row--justify-space-around {
  justify-content: space-around;
}
.van-row--align-center {
  align-items: center;
}
.van-row--align-bottom {
  align-items: flex-end;
}
.van-sidebar {
  width: 2.13333rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.van-tree-select {
  position: relative;
  display: flex;
  font-size: 0.37333rem;
  user-select: none;
}
.van-tree-select__nav {
  flex: 1;
  overflow-y: auto;
  background-color: #f7f8fa;
  -webkit-overflow-scrolling: touch;
}
.van-tree-select__nav-item {
  padding: 0.37333rem 0.32rem;
}
.van-tree-select__content {
  flex: 2;
  overflow-y: auto;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
}
.van-tree-select__item {
  position: relative;
  padding: 0 0.85333rem 0 0.42667rem;
  font-weight: 500;
  line-height: 1.28rem;
  cursor: pointer;
}
.van-tree-select__item--active {
  color: #ee0a24;
}
.van-tree-select__item--disabled {
  color: #c8c9cc;
  cursor: not-allowed;
}
.van-tree-select__selected {
  position: absolute;
  top: 50%;
  right: 0.42667rem;
  margin-top: -0.21333rem;
  font-size: 0.42667rem;
}
.van-skeleton {
  display: flex;
  padding: 0 0.42667rem;
}
.van-skeleton__avatar {
  flex-shrink: 0;
  margin-right: 0.42667rem;
  background-color: #f2f3f5;
}
.van-skeleton__avatar--round {
  border-radius: 26.64rem;
}
.van-skeleton__content {
  width: 100%;
}
.van-skeleton__avatar + .van-skeleton__content {
  padding-top: 0.21333rem;
}
.van-skeleton__row,
.van-skeleton__title {
  height: 0.42667rem;
  background-color: #f2f3f5;
}
.van-skeleton__title {
  margin: 0;
}
.van-skeleton__row:not(:first-child) {
  margin-top: 0.32rem;
}
.van-skeleton__title + .van-skeleton__row {
  margin-top: 0.53333rem;
}
.van-skeleton--animate {
  animation: van-skeleton-blink 1.2s ease-in-out infinite;
}
.van-skeleton--round .van-skeleton__row,
.van-skeleton--round .van-skeleton__title {
  border-radius: 26.64rem;
}
@keyframes van-skeleton-blink {
  50% {
    opacity: 0.6;
  }
}
.van-stepper {
  font-size: 0;
  user-select: none;
}
.van-stepper__minus,
.van-stepper__plus {
  position: relative;
  box-sizing: border-box;
  width: 0.74667rem;
  height: 0.74667rem;
  margin: 0;
  padding: 0;
  color: #323233;
  vertical-align: middle;
  background-color: #f2f3f5;
  border: 0;
  cursor: pointer;
}
.van-stepper__minus::before,
.van-stepper__plus::before {
  width: 50%;
  height: 0.02667rem;
}
.van-stepper__minus::after,
.van-stepper__plus::after {
  width: 0.02667rem;
  height: 50%;
}
.van-stepper__minus::before,
.van-stepper__plus::before,
.van-stepper__minus::after,
.van-stepper__plus::after {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  content: '';
}
.van-stepper__minus:active,
.van-stepper__plus:active {
  background-color: #e8e8e8;
}
.van-stepper__minus--disabled,
.van-stepper__plus--disabled {
  color: #c8c9cc;
  background-color: #f7f8fa;
  cursor: not-allowed;
}
.van-stepper__minus--disabled:active,
.van-stepper__plus--disabled:active {
  background-color: #f7f8fa;
}
.van-stepper__minus {
  border-radius: 0.10667rem 0 0 0.10667rem;
}
.van-stepper__minus::after {
  display: none;
}
.van-stepper__plus {
  border-radius: 0 0.10667rem 0.10667rem 0;
}
.van-stepper__input {
  box-sizing: border-box;
  width: 0.85333rem;
  height: 0.74667rem;
  margin: 0 0.05333rem;
  padding: 0;
  color: #323233;
  font-size: 0.37333rem;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  background-color: #f2f3f5;
  border: 0;
  border-width: 0.02667rem 0;
  border-radius: 0;
  -webkit-appearance: none;
}
.van-stepper__input:disabled {
  color: #c8c9cc;
  background-color: #f2f3f5;
  -webkit-text-fill-color: currentColor;
  opacity: 1;
}
.van-stepper__input:read-only {
  cursor: default;
}
.van-stepper--round .van-stepper__input {
  background-color: transparent;
}
.van-stepper--round .van-stepper__plus,
.van-stepper--round .van-stepper__minus {
  border-radius: 100%;
}
.van-stepper--round .van-stepper__plus:active,
.van-stepper--round .van-stepper__minus:active {
  opacity: 0.7;
}
.van-stepper--round .van-stepper__plus--disabled,
.van-stepper--round .van-stepper__minus--disabled,
.van-stepper--round .van-stepper__plus--disabled:active,
.van-stepper--round .van-stepper__minus--disabled:active {
  opacity: 0.3;
}
.van-stepper--round .van-stepper__plus {
  color: #fff;
  background-color: #ee0a24;
}
.van-stepper--round .van-stepper__minus {
  color: #ee0a24;
  background-color: #fff;
  border: 0.02667rem solid #ee0a24;
}
.van-sku {
  /* sku row */
}
.van-sku-container {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 50%;
  max-height: 80%;
  overflow-y: visible;
  font-size: 0.37333rem;
  background: #fff;
}
.van-sku-body {
  flex: 1 1 auto;
  min-height: 1.17333rem;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.van-sku-body::-webkit-scrollbar {
  display: none;
}
.van-sku-header {
  display: flex;
  flex-shrink: 0;
  margin: 0 0.42667rem;
}
.van-sku-header__img-wrap {
  flex-shrink: 0;
  width: 2.56rem;
  height: 2.56rem;
  margin: 0.32rem 0.32rem 0.32rem 0;
  overflow: hidden;
  border-radius: 0.10667rem;
}
.van-sku-header__goods-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0.32rem 0.53333rem 0.32rem 0;
}
.van-sku-header-item {
  margin-top: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.42667rem;
}
.van-sku__price-symbol {
  font-size: 0.42667rem;
  vertical-align: bottom;
}
.van-sku__price-num {
  font-weight: 500;
  font-size: 0.58667rem;
  vertical-align: bottom;
  word-wrap: break-word;
}
.van-sku__goods-price {
  margin-left: -0.05333rem;
  color: #ee0a24;
}
.van-sku__price-tag {
  position: relative;
  display: inline-block;
  margin-left: 0.21333rem;
  padding: 0 0.13333rem;
  overflow: hidden;
  color: #ee0a24;
  font-size: 0.32rem;
  line-height: 0.42667rem;
  border-radius: 0.21333rem;
}
.van-sku__price-tag::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: currentColor;
  opacity: 0.1;
  content: '';
}
.van-sku-group-container {
  padding-top: 0.32rem;
}
.van-sku-group-container--hide-soldout .van-sku-row__item--disabled {
  display: none;
}
.van-sku-row {
  margin: 0 0.42667rem 0.32rem;
}
.van-sku-row:last-child {
  margin-bottom: 0;
}
.van-sku-row__item,
.van-sku-row__image-item {
  position: relative;
  overflow: hidden;
  color: #323233;
  border-radius: 0.10667rem;
  cursor: pointer;
}
.van-sku-row__item::before,
.van-sku-row__image-item::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f7f8fa;
  content: '';
}
.van-sku-row__item--active,
.van-sku-row__image-item--active {
  color: #ee0a24;
}
.van-sku-row__item--active::before,
.van-sku-row__image-item--active::before {
  background: currentColor;
  opacity: 0.1;
}
.van-sku-row__item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1.06667rem;
  margin: 0 0.32rem 0.32rem 0;
  font-size: 0.34667rem;
  line-height: 0.42667rem;
  vertical-align: middle;
}
.van-sku-row__item-img {
  z-index: 1;
  width: 0.64rem;
  height: 0.64rem;
  margin: 0.10667rem 0 0.10667rem 0.10667rem;
  object-fit: cover;
  border-radius: 0.05333rem;
}
.van-sku-row__item-name {
  z-index: 1;
  padding: 0.21333rem;
}
.van-sku-row__item--disabled {
  color: #c8c9cc;
  background: #f2f3f5;
  cursor: not-allowed;
}
.van-sku-row__item--disabled .van-sku-row__item-img {
  opacity: 0.3;
}
.van-sku-row__image {
  margin-right: 0;
}
.van-sku-row__image-item {
  display: flex;
  flex-direction: column;
  width: 2.93333rem;
  margin: 0 0.10667rem 0.10667rem 0;
  border: 0.02667rem solid transparent;
}
.van-sku-row__image-item:last-child {
  margin-right: 0;
}
.van-sku-row__image-item-img {
  width: 100%;
  height: 2.93333rem;
}
.van-sku-row__image-item-img-icon {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 0.48rem;
  height: 0.48rem;
}
.van-sku-row__image-item-name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 1.06667rem;
  padding: 0.10667rem;
  font-size: 0.32rem;
  line-height: 0.42667rem;
}
.van-sku-row__image-item-name span {
  word-wrap: break-word;
}
.van-sku-row__image-item--active {
  border-color: currentColor;
}
.van-sku-row__image-item--disabled {
  color: #c8c9cc;
  cursor: not-allowed;
}
.van-sku-row__image-item--disabled::before {
  z-index: 2;
  background: #f2f3f5;
  opacity: 0.4;
}
.van-sku-row__title {
  padding-bottom: 0.32rem;
}
.van-sku-row__title-multiple {
  color: #969799;
}
.van-sku-row__scroller {
  margin: 0 -0.42667rem;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.van-sku-row__scroller::-webkit-scrollbar {
  display: none;
}
.van-sku-row__row {
  display: inline-flex;
  margin-bottom: 0.10667rem;
  padding: 0 0.42667rem;
}
.van-sku-row__indicator {
  width: 1.06667rem;
  height: 0.10667rem;
  background: #ebedf0;
  border-radius: 0.05333rem;
}
.van-sku-row__indicator-wrapper {
  display: flex;
  justify-content: center;
  padding-bottom: 0.42667rem;
}
.van-sku-row__indicator-slider {
  width: 50%;
  height: 100%;
  background-color: #ee0a24;
  border-radius: 0.05333rem;
}
.van-sku-stepper-stock {
  padding: 0.32rem 0.42667rem;
  overflow: hidden;
  line-height: 0.8rem;
}
.van-sku__stepper {
  float: right;
  padding-left: 0.10667rem;
}
.van-sku__stepper-title {
  float: left;
}
.van-sku__stepper-quota {
  float: right;
  color: #ee0a24;
  font-size: 0.32rem;
}
.van-sku__stock {
  display: inline-block;
  margin-right: 0.21333rem;
  color: #969799;
  font-size: 0.32rem;
}
.van-sku__stock-num--highlight {
  color: #ee0a24;
}
.van-sku-messages {
  padding-bottom: 0.85333rem;
}
.van-sku-messages__image-cell .van-cell__title {
  max-width: 6.2em;
  margin-right: 0.32rem;
  color: #646566;
  text-align: left;
  word-wrap: break-word;
}
.van-sku-messages__image-cell .van-cell__value {
  overflow: visible;
  text-align: left;
}
.van-sku-messages__image-cell-label {
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.48rem;
}
.van-sku-actions {
  display: flex;
  flex-shrink: 0;
  padding: 0.21333rem 0.42667rem;
}
.van-sku-actions .van-button {
  height: 1.06667rem;
  font-weight: 500;
  font-size: 0.37333rem;
  border: none;
  border-radius: 0;
}
.van-sku-actions .van-button:first-of-type {
  border-top-left-radius: 0.53333rem;
  border-bottom-left-radius: 0.53333rem;
}
.van-sku-actions .van-button:last-of-type {
  border-top-right-radius: 0.53333rem;
  border-bottom-right-radius: 0.53333rem;
}
.van-sku-actions .van-button--warning {
  background: linear-gradient(to right, #ffd01e, #ff8917);
}
.van-sku-actions .van-button--danger {
  background: linear-gradient(to right, #ff6034, #ee0a24);
}
.van-slider {
  position: relative;
  width: 100%;
  height: 0.05333rem;
  background-color: #ebedf0;
  border-radius: 26.64rem;
  cursor: pointer;
}
.van-slider::before {
  position: absolute;
  top: -0.21333rem;
  right: 0;
  bottom: -0.21333rem;
  left: 0;
  content: '';
}
.van-slider__bar {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #FF6900;
  border-radius: inherit;
  transition: all 0.2s;
}
.van-slider__button {
  width: 0.64rem;
  height: 0.64rem;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0.02667rem 0.05333rem rgba(0, 0, 0, 0.5);
}
.van-slider__button-wrapper,
.van-slider__button-wrapper-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate3d(50%, -50%, 0);
  cursor: grab;
}
.van-slider__button-wrapper-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(-50%, -50%, 0);
  cursor: grab;
}
.van-slider--disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.van-slider--disabled .van-slider__button-wrapper,
.van-slider--disabled .van-slider__button-wrapper-left,
.van-slider--disabled .van-slider__button-wrapper-right {
  cursor: not-allowed;
}
.van-slider--vertical {
  display: inline-block;
  width: 0.05333rem;
  height: 100%;
}
.van-slider--vertical .van-slider__button-wrapper,
.van-slider--vertical .van-slider__button-wrapper-right {
  top: auto;
  right: 50%;
  bottom: 0;
  transform: translate3d(50%, 50%, 0);
}
.van-slider--vertical .van-slider__button-wrapper-left {
  top: 0;
  right: 50%;
  left: auto;
  transform: translate3d(50%, -50%, 0);
}
.van-slider--vertical::before {
  top: 0;
  right: -0.21333rem;
  bottom: 0;
  left: -0.21333rem;
}
.van-steps {
  overflow: hidden;
  background-color: #fff;
}
.van-steps--horizontal {
  padding: 0.26667rem 0.26667rem 0;
}
.van-steps--horizontal .van-steps__items {
  position: relative;
  display: flex;
  margin: 0 0 0.26667rem;
  padding-bottom: 0.58667rem;
}
.van-steps--vertical {
  padding: 0 0 0 0.85333rem;
}
.van-swipe-cell {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.van-swipe-cell__wrapper {
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1);
  transition-property: transform;
}
.van-swipe-cell__left,
.van-swipe-cell__right {
  position: absolute;
  top: 0;
  height: 100%;
}
.van-swipe-cell__left {
  left: 0;
  transform: translate3d(-100%, 0, 0);
}
.van-swipe-cell__right {
  right: 0;
  transform: translate3d(100%, 0, 0);
}
.van-tabbar {
  z-index: 1;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  height: 1.33333rem;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #fff;
}
.van-tabbar--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
}
.van-tabbar--unfit {
  padding-bottom: 0;
}

