.van-cell-group {
  background-color: #fff;
}

.van-cell-group__title {
  padding: 0.426667rem 0.426667rem 0.213333rem;
  color: #969799;
  font-size: 0.373333rem;
  line-height: 0.426667rem;
}
.van-cell {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  padding: 0.266667rem 0.426667rem;
  overflow: hidden;
  color: #323233;
  font-size: 0.373333rem;
  line-height: 0.64rem;
  background-color: #fff;
}

.van-cell::after {
  position: absolute;
  box-sizing: border-box;
  content: ' ';
  pointer-events: none;
  right: 0.426667rem;
  bottom: 0;
  left: 0.426667rem;
  border-bottom: 0.026667rem solid #ebedf0;
  -webkit-transform: scaleY(.5);
  transform: scaleY(.5);
}

.van-cell--borderless::after,
.van-cell:last-child::after {
  display: none;
}

.van-cell__label {
  margin-top: 0.106667rem;
  color: #969799;
  font-size: 0.32rem;
  line-height: 0.48rem;
}

.van-cell__title,
.van-cell__value {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  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 {
  height: 0.64rem;
  font-size: 0.426667rem;
  line-height: 0.64rem;
}

.van-cell__left-icon {
  margin-right: 0.106667rem;
}

.van-cell__right-icon {
  margin-left: 0.106667rem;
  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.213333rem;
  color: #ee0a24;
  font-size: 0.373333rem;
  content: '*';
}

.van-cell--center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.van-cell--large {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

.van-cell--large .van-cell__title {
  font-size: 0.426667rem;
}

.van-cell--large .van-cell__label {
  font-size: 0.373333rem;
}
.van-col {
  float: left;
  box-sizing: border-box;
  min-height: 0.026667rem;
}

.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-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  height: 1.173333rem;
  margin: 0;
  padding: 0;
  font-size: 0.426667rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 0.053333rem;
  cursor: pointer;
  -webkit-transition: opacity .2s;
  transition: opacity .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;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  content: ' ';
}

.van-button:active::before {
  opacity: .1;
}

.van-button--disabled::before,
.van-button--loading::before {
  display: none;
}

.van-button--default {
  color: #323233;
  background-color: #fff;
  border: 0.026667rem solid #ebedf0;
}

.van-button--primary {
  color: #fff;
  background-color: #07c160;
  border: 0.026667rem solid #07c160;
}

.van-button--info {
  color: #fff;
  background-color: #1989fa;
  border: 0.026667rem solid #1989fa;
}

.van-button--danger {
  color: #fff;
  background-color: #ee0a24;
  border: 0.026667rem solid #ee0a24;
}

.van-button--warning {
  color: #fff;
  background-color: #ff976a;
  border: 0.026667rem solid #ff976a;
}

.van-button--plain {
  background-color: #fff;
}

.van-button--plain.van-button--primary {
  color: #07c160;
}

.van-button--plain.van-button--info {
  color: #1989fa;
}

.van-button--plain.van-button--danger {
  color: #ee0a24;
}

.van-button--plain.van-button--warning {
  color: #ff976a;
}

.van-button--large {
  width: 100%;
  height: 1.333333rem;
}

.van-button--normal {
  padding: 0 0.4rem;
  font-size: 0.373333rem;
}

.van-button--small {
  height: 0.853333rem;
  padding: 0 0.213333rem;
  font-size: 0.32rem;
}

.van-button__loading {
  color: inherit;
  font-size: inherit;
}

.van-button--mini {
  height: 0.64rem;
  padding: 0 0.106667rem;
  font-size: 0.266667rem;
}

.van-button--mini+.van-button--mini {
  margin-left: 0.106667rem;
}

.van-button--block {
  display: block;
  width: 100%;
}

.van-button--disabled {
  cursor: not-allowed;
  opacity: .5;
}

.van-button--loading {
  cursor: default;
}

.van-button--round {
  border-radius: 26.64rem;
}

.van-button--square {
  border-radius: 0;
}

.van-button__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 100%;
}

.van-button__content::before {
  content: ' ';
}

.van-button__icon {
  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.106667rem;
}

.van-button--hairline {
  border-width: 0;
}

.van-button--hairline::after {
  border-color: inherit;
  border-radius: 0.106667rem;
}

.van-button--hairline.van-button--round::after {
  border-radius: 26.64rem;
}

.van-button--hairline.van-button--square::after {
  border-radius: 0;
}
.van-calendar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 100%;
  background-color: #fff;
}

.van-calendar__popup.van-popup--bottom,
.van-calendar__popup.van-popup--top {
  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.293333rem;
}

.van-calendar__header {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  box-shadow: 0 0.053333rem 0.266667rem rgba(125,126,128,.16);
}

.van-calendar__header-subtitle,
.van-calendar__header-title,
.van-calendar__month-title {
  height: 1.173333rem;
  font-weight: 500;
  line-height: 1.173333rem;
  text-align: center;
}

.van-calendar__header-title {
  font-size: 0.426667rem;
}

.van-calendar__header-subtitle {
  font-size: 0.373333rem;
}

.van-calendar__month-title {
  font-size: 0.373333rem;
}

.van-calendar__weekdays {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}

.van-calendar__weekday {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  font-size: 0.32rem;
  line-height: 0.8rem;
  text-align: center;
}

.van-calendar__body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.van-calendar__days {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-user-select: none;
  user-select: none;
}

.van-calendar__month-mark {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  color: rgba(242,243,245,.8);
  font-size: 4.266667rem;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  pointer-events: none;
}

.van-calendar__day,
.van-calendar__selected-day {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}

.van-calendar__day {
  position: relative;
  width: 14.285%;
  height: 1.706667rem;
  font-size: 0.426667rem;
  cursor: pointer;
}

.van-calendar__day--end,
.van-calendar__day--multiple-middle,
.van-calendar__day--multiple-selected,
.van-calendar__day--start,
.van-calendar__day--start-end {
  color: #fff;
  background-color: #ee0a24;
}

.van-calendar__day--start {
  border-radius: 0.106667rem 0 0 0.106667rem;
}

.van-calendar__day--end {
  border-radius: 0 0.106667rem 0.106667rem 0;
}

.van-calendar__day--multiple-selected,
.van-calendar__day--start-end {
  border-radius: 0.106667rem;
}

.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: .1;
  content: '';
}

.van-calendar__day--disabled {
  color: #c8c9cc;
  cursor: default;
}

.van-calendar__bottom-info,
.van-calendar__top-info {
  position: absolute;
  right: 0;
  left: 0;
  font-size: 0.266667rem;
  line-height: 0.373333rem;
}

@media (max-width:350px) {
  .van-calendar__bottom-info,
  .van-calendar__top-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.106667rem;
}

.van-calendar__footer {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  padding: 0 0.426667rem;
  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.186667rem 0;
}
.van-checkbox-group--horizontal {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.van-checkbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
  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 {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  flex: none;
  height: 1em;
  font-size: 0.533333rem;
  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: .8em;
  line-height: 1.25;
  text-align: center;
  border: 0.026667rem solid #c8c9cc;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: color,border-color,background-color;
  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: #1989fa;
  border-color: #1989fa;
}

.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.213333rem;
  color: #323233;
  line-height: 0.533333rem;
}

.van-checkbox__label--left {
  margin: 0 0.213333rem 0 0;
}

.van-checkbox__label--disabled {
  color: #c8c9cc;
}
.van-badge {
  display: inline-block;
  box-sizing: border-box;
  min-width: 0.426667rem;
  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.026667rem solid #fff;
  border-radius: 26.64rem;
}

.van-badge--fixed {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%,-50%);
  transform: translate(50%,-50%);
  -webkit-transform-origin: 100%;
  transform-origin: 100%;
}

.van-badge--dot {
  width: 0.213333rem;
  min-width: 0;
  height: 0.213333rem;
  background-color: #ee0a24;
  border-radius: 100%;
}

.van-badge__wrapper {
  position: relative;
  display: inline-block;
}
.van-circle {
  position: relative;
  display: inline-block;
  width: 2.666667rem;
  height: 2.666667rem;
  text-align: center;
}

.van-circle svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.van-circle__layer {
  stroke: #fff;
}

.van-circle__hover {
  fill: none;
  stroke: #1989fa;
  stroke-linecap: round;
}

.van-circle__text {
  position: absolute;
  top: 50%;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 0.106667rem;
  color: #323233;
  font-weight: 500;
  font-size: 0.373333rem;
  line-height: 0.533333rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
