.basic-info[data-v-52d4f8e5] {
  min-width: 800px;
}
.basic-info .form[data-v-52d4f8e5] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.basic-info .form .el-form-item[data-v-52d4f8e5] {
  width: 50%;
}
.basic-info .form .avatar[data-v-52d4f8e5] {
  display: block;
  height: 48px;
  width: 48px;
  -o-object-fit: cover;
     object-fit: cover;
}

.null[data-v-8ff542c8] {
  position: relative;
  text-align: center;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.null .icon img[data-v-8ff542c8] {
  height: 100px;
}
.null .label[data-v-8ff542c8] {
  line-height: 20px;
}
.null .label span[data-v-8ff542c8] {
  font-size: 16px;
  color: #999999;
}

.cars-info .block[data-v-b7b3ae06] {
  margin: 12px 0;
  background: #f2f2f2b2;
  border-radius: 5px;
  padding: 16px;
}
.cars-info .block .brand[data-v-b7b3ae06] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cars-info .block .brand .logo[data-v-b7b3ae06] {
  border-radius: 10px;
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 12px;
}
.cars-info .block .brand .title[data-v-b7b3ae06] {
  font-size: 16px;
}
.cars-info .block .form[data-v-b7b3ae06] {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 800px;
}
.cars-info .block .form .el-form-item[data-v-b7b3ae06] {
  width: 50%;
}

.is-add[data-v-7d835f7d] {
  color: #d9001b;
}
.is-subtract[data-v-7d835f7d] {
  color: #02830f;
}
.points-details[data-v-7d835f7d] {
  padding: 8px;
}
.points-details .points[data-v-7d835f7d] {
  font-size: 16px;
  color: #d9001b;
}

.fw100[data-v-1405990f] {
  font-weight: 100;
}
.coupon-card[data-v-1405990f] {
  position: relative;
  width: 343px;
}
.coupon-card.is-disabled[data-v-1405990f]::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 10;
}
.coupon-card .top[data-v-1405990f] {
  color: #fff;
  border-radius: 12px 12px 0 0;
  padding: 12px;
  height: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.coupon-card .top .header[data-v-1405990f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 26px;
  line-height: 18px;
  font-size: 13px;
  border-bottom: 1px solid #fff;
}
.coupon-card .top .content[data-v-1405990f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.coupon-card .top .content .title[data-v-1405990f] {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
}
.coupon-card .top .content .fee-block[data-v-1405990f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 24px;
}
.coupon-card .top .content .fee-block .sq-fee[data-v-1405990f] {
  font-size: 18px;
  letter-spacing: 1px;
}
.coupon-card .top .content .fee-block .coupon-type[data-v-1405990f] {
  background: #fff;
  outline: none;
  border: 1px solid transparent;
  font-size: 13px;
  padding: 1px 6px;
  border-radius: 11px;
  line-height: 18px;
}
.coupon-card .top .content .condition[data-v-1405990f] {
  font-size: 13px;
}
.coupon-card .bottom[data-v-1405990f] {
  padding: 8px 12px 12px;
  border: 1px solid #f2f2f2;
  border-top: none;
  border-radius: 0 0 12px 12px;
  color: #606266;
  font-size: 13px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.coupon-card .bottom .title[data-v-1405990f] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 14px;
}
.coupon-card .bottom .title .icon[data-v-1405990f] {
  font-size: 16px;
  -webkit-transform-origin: 9px 9px;
          transform-origin: 9px 9px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.coupon-card .bottom .title .icon.rotate[data-v-1405990f] {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.coupon-card .bottom .content[data-v-1405990f] {
  font-size: 13px;
  color: #606266;
  line-height: 18px;
  padding-top: 10px;
  border-top: 1px solid #ebeef5;
  margin-top: 10px;
}

.box[data-v-47bf5032] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 16px 32px;
}
.box .item[data-v-47bf5032] {
  width: 33.333%;
}

