.avt-container {
  text-align: center;
  padding-bottom: 0.3rem;
}

.img-auto {
  width: 100%;
}

.avt-btn {
  width: 6.25rem;
  height: 0.88rem;
  line-height: 0.88rem;
  background: #ffa900;
  display: inline-block;
  border: none;
}
.avt-btn .van-button__text {
  font-weight: bolder;
}

.avt-btn.van-button--disabled {
  background: #dec7ad;
  opacity: 1;
}

.help-text {
  color: #e6d99b;
  margin-top: 0.3rem;
}

@media screen and (min-width: 751px) {
  .avt-btn {
    width: 14rem;
  }
}
.van-cell {
  display: flex;
  align-items: center;
  line-height: inherit;
}

.van-cell__title,
.van-cell__value {
  font-size: 15px;
  color: #555555;
}

.van-divider {
  border-color: #948989;
}

.van-toast {
  width: inherit;
}

.van-submit-bar__bar {
  justify-content: space-between;
  height: 0.96rem;
  z-index: 999;
}
.van-submit-bar__bar .van-button {
  height: 100%;
}
.van-submit-bar__bar .van-submit-bar__button {
  width: 2.4rem;
}

.van-swipe-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.van-popup__close-icon,
.van-checkbox__icon {
  font-size: 0.32rem;
}

.van-stepper__minus,
.van-stepper__plus {
  width: 0.64rem;
  height: 0.64rem;
  font-size: 0.35rem;
  border: 0.01rem solid #efefef;
  border-radius: 0.02rem;
}

.van-stepper__input {
  width: 1.05rem;
  height: 0.64rem;
  font-size: 0.28rem;
  margin: 0 0.1rem;
  border: 0.01rem solid #efefef;
  background: #fff;
}

.van-count-down {
  display: inline-block;
  color: #eee;
  font-size: 0.24rem;
}

.van-hairline--top-bottom::after {
  border: none;
}

.van-cell:not(:last-child)::after {
  border: 0.01rem solid #dedede;
  left: 0;
}

.van-cell-group__title {
  background-color: #f6f7f9;
}

.van-dialog {
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 750px) {
  .van-submit-bar__bar {
    height: 1.28rem;
  }
  .van-submit-bar__bar .van-submit-bar__button {
    width: 4.18rem;
  }
  .van-submit-bar__bar .van-submit-bar__button {
    line-height: 1.28rem;
  }
  .van-cell-group__title {
    font-size: 0.32rem;
    background-color: #f6f7f9;
    padding: 0.4rem 1.34rem 0.2rem 1.34rem;
  }
  .van-stepper__minus,
  .van-stepper__plus {
    width: 0.72rem;
    height: 0.72rem;
    border: 0.01rem solid #dedede;
  }
  .van-stepper__input {
    width: 2rem;
    height: 0.72rem;
    margin: 0 0.12rem;
    font-size: 0.38rem;
    border: 0.01rem solid #dedede;
  }
  .van-cell__title,
  .van-cell__value {
    font-size: 15px;
  }
  .van-cell {
    line-height: normal;
  }
}
/* html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,body{height: 100%;}  */
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

p {
  margin: 0;
  padding: 0;
}

.back-enter-active,
.back-leave-active,
.forward-enter-active,
.forward-leave-active {
  will-change: transform;
  transition: all 300ms;
  position: absolute;
  height: 100%;
  backface-visibility: hidden;
  perspective: 1000;
}

.back-enter {
  opacity: 0.75;
  transform: translate3d(-35%, 0, 0) !important;
}

.back-enter-active {
  z-index: -1 !important;
  transition: all 300ms linear;
}

.back-leave-active {
  transform: translate3d(100%, 0, 0) !important;
  transition: all 300ms linear;
}

.forward-enter {
  transform: translate3d(100%, 0, 0) !important;
}

.forward-enter-active {
  transition: all 300ms linear;
}

.forward-leave-active {
  z-index: -1;
  opacity: 0.65;
  transform: translate3d(-35%, 0, 0) !important;
  transition: all 300ms linear;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  font-size: 0.24rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  background: #f6f7f9;
  padding-left: constant(safe-area-inset-left);
  padding-right: constant(safe-area-inset-right);
  padding-bottom: constant(safe-area-inset-bottom);
}

.font-28 {
  font-size: 0.28rem;
}

.link {
  color: #2896ff;
  word-break: break-word;
}

.link:hover {
  text-decoration: underline;
}

.text-muted {
  font-size: 0.26rem;
  color: #8d929d;
}

.text-center {
  text-align: center;
}

.panel {
  padding: 0.2rem;
}

.panel-responsive {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .panel-responsive {
    margin: 0 auto;
    max-width: 992px;
  }
}
.panel-50 {
  padding: 0.5rem;
}

.ml-5 {
  margin-left: 0.05rem;
}

.ml-10 {
  margin-left: 0.1rem;
}

.mr-10 {
  margin-right: 0.1rem;
}

.mb-5 {
  margin-bottom: 0.05rem;
}

.mb-10 {
  margin-bottom: 0.1rem;
}

.mb-15 {
  margin-bottom: 0.15rem;
}

.mt-15 {
  margin-top: 0.15rem;
}

.mb-25 {
  margin-bottom: 0.25rem;
}

.mt-25 {
  margin-top: 0.25rem;
}

.pt-35 {
  padding-top: 0.35rem;
}

.ml-40 {
  margin-left: 0.4rem;
}

.mt-40 {
  margin-top: 0.4rem;
}

.mt-100 {
  margin-top: 1rem;
}

.mt-200 {
  margin-top: 2rem;
}

.gray {
  background: #f6f7f9;
}

.gray-f1 {
  background: #f1f1f1;
}

.white {
  background: #fff;
}

.price {
  color: #2896ff;
}
.price.value {
  font-size: 0.36rem;
}
.price.unit {
  font-size: 0.36rem;
}

.ct-red {
  color: #f75552 !important;
}

.ct-blue {
  color: #2896ff !important;
}

.is-status-error {
  color: #fb6262;
}

.is-status-normal {
  color: #619eff;
}

.is-status-success {
  color: #67c23a;
}

.is-status-warning {
  color: #e6a23c;
}

.price-gray {
  color: #333;
  font-size: 0.3rem;
}

.old-price {
  font-size: 0.32rem;
  color: #cccccc;
  text-decoration: line-through;
  margin-left: 0.15rem;
}

.flex-sb {
  display: flex;
  justify-content: space-between;
}

.pa-100 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.pb-bar {
  padding-bottom: 1.2rem;
}

.pd-xieyi {
  padding-top: 0;
}
.pd-xieyi .content {
  font-size: 0.26rem;
  color: #8d929d;
}
.pd-xieyi .content p {
  margin: 0;
  line-height: 0.4rem;
}

.pd-zhifu .price-c {
  margin-left: 1.34rem;
}
.pd-zhifu .price-c .title {
  font-size: 0.38rem;
  color: #878f98;
}
.pd-zhifu .price-c .title .unit,
.pd-zhifu .price-c .title .value {
  font-size: 0.58rem;
}
.pd-zhifu .price-c .title .ol-price {
  font-size: 0.56rem;
}

.van-submit-bar {
  z-index: 999;
}
.van-submit-bar .price-c {
  margin-left: 0.2rem;
  display: flex;
  align-items: center;
}
.van-submit-bar .price-c .title {
  font-size: 0.24rem;
  color: #878f98;
}

.pb-3 {
  padding-bottom: 0.3rem;
}

.value-flex {
  display: flex;
  justify-content: flex-end;
}

.buyUnit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-left: 5px;
}

.flex-box-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-box-center.column {
  flex-direction: column;
}

.imgs {
  width: 100%;
  height: auto;
}

.van-cell__value {
  position: relative;
}
.van-cell__value .lid {
  position: absolute;
  width: 1.05rem;
  height: 0.64rem;
  top: 0;
  right: 1.39rem;
  z-index: 10;
  opacity: 0;
}

.order-title {
  padding-left: 0.44rem;
}
.order-title span::before {
  content: "";
  position: absolute;
  top: 0.24rem;
  left: 0.3rem;
  width: 0.06rem;
  height: 0.32rem;
  background-color: #2896ff;
}

@media screen and (min-width: 750px) {
  .pb-bar {
    padding-bottom: 2rem;
  }
  .price.value {
    font-size: 0.58rem;
  }
  .price.unit {
    font-size: 0.58rem;
  }
  .pd-134 {
    padding-left: 1.34rem;
  }
  .van-cell__value .lid {
    width: 2rem;
    height: 0.72rem;
    right: 1.64rem;
  }
  .price-gray {
    font-size: 0.42rem;
  }
  .order-title span::before {
    content: "";
    position: absolute;
    top: 0.16rem;
    left: 0;
    width: 0.06rem;
    height: 0.5rem;
    background-color: #2896ff;
  }
  .panel-50 {
    padding: 0.9rem 3.9rem;
  }
}