.swipes[data-v-71c69e26] {
  transform: translateZ(0);
}
.swipes .kimg[data-v-71c69e26] {
  margin: 0px;
  font-size: 0;
  background: initial;
  overflow: hidden;
}
.swipes .kimg img[data-v-71c69e26] {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.swipes .unCurrent[data-v-71c69e26] {
  opacity: 0.5;
}

.keyboards[data-v-0de05a1c] {
  width: 100%;
  box-sizing: border-box;
}
.keyboards .keyboards_title[data-v-0de05a1c] {
  margin: 0.3rem 0;
  font-size: 1rem;
}
.keyboards .keyboards_title span[data-v-0de05a1c] {
  margin-left: 5px;
  font-size: 0.9rem;
  color: #45b94d;
}
.keyboards .input_box[data-v-0de05a1c] {
  display: flex;
  justify-content: center;
  width: 22rem;
  height: 3rem;
  margin: 0 auto 0.5rem;
  box-sizing: border-box;
}
.keyboards .input_box li[data-v-0de05a1c] {
  flex: 1;
  border: 1px solid #ced0d2;
  border-radius: 4px;
  margin: 2px;
  text-align: center;
  line-height: 2.8rem;
  font-size: 2rem;
}
.keyboards .input_box li[data-v-0de05a1c]:last-child {
  background-color: #9eefa4;
}
.keyboards .input_box .li_focus[data-v-0de05a1c] {
  border: 1px solid orange;
}
.keyboards .keySure[data-v-0de05a1c] {
  margin: auto;
  font-size: 0.4rem;
  width: 6.5rem;
  height: 0.9rem;
  text-align: center;
  line-height: 0.9rem;
  color: #fff;
  border-radius: 0.45rem;
  background-color: #333333;
}
.keyboards .keyboards_keys[data-v-0de05a1c] {
  width: 100%;
  margin: 0.2rem auto 0rem;
  height: 20rem;
  background-color: #d3d6dd;
}
.keyboards .keyboards_keys .finish_key[data-v-0de05a1c] {
  width: 7.5rem;
  font-size: 1.2rem;
  height: 2rem;
  line-height: 2.1rem;
  color: #686969;
}
.keyboards .keyboards_keys .finish_key span[data-v-0de05a1c] {
  position: absolute;
  right: 0.8rem;
}
.keyboards .keyboards_keys .finish_line[data-v-0de05a1c] {
  border-bottom: 1px solid #b2b3b4;
}
.keyboards .keyboards_keys .key_box ul[data-v-0de05a1c] {
  display: flex;
  justify-content: center;
  margin: 0.6rem auto 0.5rem;
  box-sizing: border-box;
}
.keyboards .keyboards_keys .key_box ul li[data-v-0de05a1c] {
  width: 1.9rem;
  font-size: 1.9rem;
  height: 3rem;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 1px 3px 1px #aaa;
  text-align: center;
  line-height: 3.3rem;
  margin: 2px;
  padding: 2px;
}
.keyboards .keyboards_keys .key_box ul .del[data-v-0de05a1c] {
  width: 2rem;
  font-size: 1rem;
  background-color: #b1b7c5;
}
.keyboards .keyboards_keys .key_box ul .area[data-v-0de05a1c] {
  width: 2rem;
}

.carSatety[data-v-36425063] {
  padding: 0px;
}
.carSatety .phone[data-v-36425063] {
  margin-top: 10px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  font-weight: 900;
  font-size: 20px;
  color: var(--redColor);
}
.carSatety[data-v-36425063] .van-field__control {
  color: #ff3300;
  font-size: 20px;
  font-weight: 900;
}
.typeList[data-v-36425063] {
  margin-bottom: -15px;
}
.typeList .listItem[data-v-36425063] {
  display: inline-block;
  width: 31%;
  position: relative;
  margin-bottom: 15px;
  margin-left: 6px;
  background: #fff;
  color: var(--assistantColor);
  padding: 5px 8px;
  box-sizing: border-box;
}
.typeList .listItem .kimg[data-v-36425063] {
  height: 32px;
}
.typeList .listItem p[data-v-36425063] {
  font-size: 13px;
  text-align: center;
}
.typeList .listItem .icons[data-v-36425063] {
  position: absolute;
  top: 3px;
  right: 3px;
  color: #fff;
  font-size: 10px;
  z-index: 2;
}
.typeList .listItem[data-v-36425063]:last-child:nth-child(3n + 2) {
  margin-right: calc((100% - 31%) / 2);
}
.typeList .active[data-v-36425063] {
  color: var(--redColor);
  border-color: var(--redColor);
}
.typeList .active[data-v-36425063]::after {
  content: "";
  border: 11px solid var(--redColor);
  border-left: 11px solid transparent;
  border-top: 11px solid transparent;
  border-bottom-right-radius: 10px;
  width: 0;
  height: 0;
  position: absolute;
  top: 2px;
  right: 1px;
  transform: rotate(-90deg);
  z-index: 1;
}
.typeList .active[data-v-36425063]::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 2px solid var(--redColor);
  border-radius: 10px;
  z-index: 3;
}
.discount_coupons[data-v-36425063] {
  background: inherit;
  color: #fff;
}
.discount_coupons .van-cell[data-v-36425063] {
  padding: inherit;
  align-items: center;
  margin-bottom: 15px;
  box-shadow: #ccc 0 0 5px;
  background: red;
  color: #fff;
  border-radius: 10px;
}
.discount_coupons .van-cell .van-cell__title[data-v-36425063] {
  flex: inherit;
}
.discount_coupons .van-cell .van-cell__title[data-v-36425063] .van-tag {
  font-size: 12px;
}
.discount_coupons .van-cell .van-cell__value[data-v-36425063] {
  padding-left: 10px;
  text-align: left;
  color: #fff;
}
.discount_coupons .van-cell .van-radio[data-v-36425063] {
  margin-right: 10px;
  color: #fff;
  border-color: #fff;
  border-width: 2px;
}
.discount_coupons .van-cell[data-v-36425063] .van-icon {
  border: 2px solid #f7f8fa;
}
.discount_coupons .van-cell[data-v-36425063] .van-checkbox__icon--checked .van-icon {
  background-color: inherit;
  border-color: inherit;
}
.discount_coupons .van-cell[data-v-36425063] .van-radio__icon--checked .van-icon {
  background-color: inherit;
  border-color: inherit;
}
.discount_coupons .van-cell .left[data-v-36425063] {
  border-right: 2px solid #cccccc82;
}
.discount_coupons .van-cell .left_money[data-v-36425063] {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  width: 65px;
  padding-right: 15px;
  border-right: 2px solid #cccccc82;
}
.discount_coupons .van-cell .left_money span[data-v-36425063] {
  font-size: 18px;
}
.discount_coupons .van-cell .left_time[data-v-36425063] {
  background: #fff;
  color: red;
  border-radius: 10px;
  display: flex;
  align-items: center;
  /* justify-content: center; */
  height: 20px;
  font-size: 12px;
}
.discount_coupons .van-cell .left_time span[data-v-36425063] {
  padding: 0px 5px;
}
.discount_coupons .van-cell .right_name[data-v-36425063] {
  font-size: 16px;
  font-weight: bold;
}
.discount_coupons .van-cell .right_time[data-v-36425063] {
  font-size: 14px;
}
.pageCard[data-v-36425063] {
  padding: 0;
}
.pageCard .van-cell-group[data-v-36425063] {
  border-radius: 10px;
}
.pageCard .wechatModel[data-v-36425063] {
  border-radius: 0px 0px 10px 10px;
}
.pageCard .balancePay[data-v-36425063] {
  border-radius: 10px 10px 0px 0px;
}
.pageCard .balancePay2[data-v-36425063] {
  border-radius: 10px;
}
.pageCard .coupons[data-v-36425063] {
  border-radius: 10px 10px 0px 0px;
}
.pageCard .coupons .balanceRight[data-v-36425063] {
  display: flex;
  align-items: center;
}
.pageCard .coupons .tag[data-v-36425063] {
  font-size: 12px;
  padding: 0px 5px;
  margin-left: 5px;
  color: #fff;
  background: #f90;
  height: 15px;
  display: flex;
  align-items: center;
  border-radius: 5px 0px 5px 0px;
}
.pageCard .van-icon-coupon-o[data-v-36425063] {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-right: 8px;
  color: var(--depYelColor);
}
.payWay .van-cell[data-v-36425063] {
  padding: 10px;
  justify-content: space-between;
  font-size: var(--middleFont);
}
.payWay .van-cell[data-v-36425063]:last-child {
  border-radius: 10px;
}
.payWay .van-cell[data-v-36425063]::after {
  border-color: #d2d2d2;
  left: 0;
  right: 0;
}
.payWay .van-cell__title[data-v-36425063],
.payWay .van-cell__value[data-v-36425063] {
  flex: initial;
  justify-content: center;
  display: flex;
}
.payWay .van-hairline--top-bottom[data-v-36425063]::after,
.payWay .van-hairline-unset--top-bottom[data-v-36425063]::after {
  border: none;
}
.payWay .iconfont[data-v-36425063] {
  font-size: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
.payWay .weixin[data-v-36425063] {
  color: var(--greenColor);
}
.payWay .balance[data-v-36425063] {
  color: var(--depYelColor);
}
.payWay .val[data-v-36425063] {
  color: var(--assistantColor);
}
.payWay .labels[data-v-36425063] {
  font-size: 16px;
  color: var(--redColor);
}
.payWay .labels[data-v-36425063]:first-child {
  margin-right: 8px;
}
.payWay .van-checkbox[data-v-36425063] {
  height: 24px;
}
.payWay .servicefee[data-v-36425063] {
  margin-right: 15px;
  color: var(--redColor);
  font-size: 14px;
}
.payWay .clickPay[data-v-36425063] {
  margin-top: 20px;
  height: 50px;
}
.payWay .clickPay span[data-v-36425063] {
  font-size: 16px;
}
.payWay .right[data-v-36425063] {
  display: flex;
  float: right;
  align-items: center;
}
.couponsBalanceList[data-v-36425063] {
  height: 65%;
  background-color: #f7f8fa;
}
.couponsBalanceList .van-coupon-list__list[data-v-36425063] {
  overflow-y: initial;
}
.couponsBalanceList .van-coupon[data-v-36425063] {
  border: 2px solid #ff9900;
}
.couponsBalanceList .van-coupon .van-coupon__content[data-v-36425063] {
  background-image: linear-gradient(-90deg, #fceabb, #f8b500);
  color: #fff;
  min-height: initial;
  padding: 10px 0;
}
.couponsBalanceList .van-coupon .van-coupon__content .van-coupon__head[data-v-36425063] {
  min-width: initial;
  padding: 0 15px;
}
.couponsBalanceList .van-coupon .van-coupon__body .van-coupon__valid[data-v-36425063] {
  display: flex;
  justify-content: space-between;
  margin-right: 15px;
}
.couponsBalanceList .van-coupon .van-coupon__body .van-coupon__name[data-v-36425063] {
  margin-bottom: 5px;
}
.couponsBalanceList .van-coupon .van-coupon__description[data-v-36425063] {
  padding: 15px;
  border-top: initial;
  display: flex;
  justify-content: space-between;
}
.couponsBalanceList .van-coupon .van-coupon__description .left[data-v-36425063] {
  width: 90%;
  text-align: center;
  line-height: 1.5;
}
.couponsBalanceList .van-coupon .van-coupon__description .left .money[data-v-36425063] {
  color: red;
  font-size: 14px;
}
.couponsBalanceList .van-coupon .van-coupon__description .left .money .number[data-v-36425063] {
  font-size: 30px;
  font-weight: 700;
}
.couponsBalanceList .van-coupon .van-coupon__description .left .remark[data-v-36425063] {
  font-size: 14px;
  color: #ccc;
}
.couponsBalanceList .van-coupon .van-coupon__description .right[data-v-36425063] {
  display: flex;
  align-items: center;
}
.couponsBalanceList .van-coupon .van-coupon__description .right[data-v-36425063] .van-checkbox__icon--disabled.van-checkbox__icon--checked .van-icon {
  color: #fff;
  background: #f90;
  border-color: #f90;
}
.couponsBalanceList .van-coupon .van-coupon__description .right[data-v-36425063] .van-checkbox__icon--disabled .van-icon {
  background-color: #ddd;
  border-color: #ddd;
}

