.listItem[data-v-7edb70d1] {
  width: 100%;
  padding: 0;
  margin-top: 15px;
  min-height: 90px;
  font-size: var(--pFont);
}
.listItem .goUrl .van-divider[data-v-7edb70d1] {
  margin: 0px;
}
.listItem .goUrl .van-cell__title[data-v-7edb70d1],
.listItem .goUrl .van-cell__value[data-v-7edb70d1] {
  flex: initial;
}
.listItem .goUrl .url[data-v-7edb70d1] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.listItem .goUrl .url .van-cell__title[data-v-7edb70d1] {
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listItem .title[data-v-7edb70d1] {
  padding: 10px 0;
  font-size: var(--titleFont);
  color: var(--titleColor);
}
.listItem .title p[data-v-7edb70d1] {
  margin-left: 24%;
}
.listItem .title span[data-v-7edb70d1] {
  color: #f7b603;
  margin-right: 13px;
  max-width: 60px;
  min-width: 50px;
  text-align: right;
}
.listItem .line[data-v-7edb70d1] {
  height: 5px;
  margin: 0 2px;
  margin-top: -5px;
  box-shadow: 0px 4px 4px 2px #f4f4f4;
}
.listItem .unPay p[data-v-7edb70d1] {
  color: var(--greenColor);
  background: #eef6e0;
}
.listItem .processing p[data-v-7edb70d1] {
  background: #fdecd5;
  color: var(--depYelColor);
}
.listItem .detail[data-v-7edb70d1] {
  padding: 12px 0;
  display: flex;
}
.listItem .detail .icons[data-v-7edb70d1] {
  width: 19%;
  color: #666;
  margin: 0 10px;
  display: inline-flex;
  vertical-align: top;
  margin-top: -40px;
}
.listItem .detail .icons .pageBgBlock[data-v-7edb70d1] {
  color: #fff;
  width: 50px;
  height: 50px;
  background: #f7b603;
  margin-bottom: 4px;
}
.listItem .detail .icons .pageBgBlock .iconfont[data-v-7edb70d1] {
  font-size: 28px;
  margin: 4px 10px;
}
.listItem .detail .icons p[data-v-7edb70d1] {
  margin-top: 5px;
  padding: 5px 8px;
  font-size: var(--spanFont);
  color: var(--depBlueColor);
  background: #e0f4fd;
}
.listItem .detail .icons .pay[data-v-7edb70d1] {
  background: #eef6e0;
  color: #70b603;
}
.listItem .detail .icons .handle[data-v-7edb70d1] {
  background: #fdecd5;
  color: #ff3300;
}
.listItem .detail .icons .cancel[data-v-7edb70d1] {
  background: #fefefe;
  color: #000;
}
.listItem .detail .details[data-v-7edb70d1] {
  width: 73%;
  display: inline-block;
  line-height: 1.5;
  padding-bottom: 15px;
}
.listItem .detail .details li[data-v-7edb70d1] {
  font-size: var(--smallFont);
  color: #555555;
  word-break: break-all;
}
.listItem .detail .list[data-v-7edb70d1] {
  width: 66%;
  font-size: var(--smallFont);
  color: var(--hidColor) !important;
  display: inline-block;
  line-height: 1.8;
}
.listItem .detail .list li[data-v-7edb70d1] {
  word-break: break-all;
}
.listItem .detail .list a[data-v-7edb70d1] {
  color: #74590f;
  font-size: 14px;
  font-weight: bold;
}
.listItem .detail .remark[data-v-7edb70d1] {
  margin-top: 5px;
  padding-top: 4px;
  font-size: var(--pFont);
  border-top: 1px solid var(--lineColor);
  color: var(--hidColor);
}
.listItem .detail h5[data-v-7edb70d1] {
  margin-top: 6px;
  color: var(--depBlueColor);
}
.listItem .btnGroud .pageSmallBtns[data-v-7edb70d1] {
  width: 50%;
  height: 40px;
  border-radius: 0px;
}
.listItem .btnGroud .btnBig[data-v-7edb70d1] {
  width: 100% !important;
}
.listItem .btnGroud .cancel[data-v-7edb70d1] {
  color: var(--depHidColor) !important;
}
.listItem .footer[data-v-7edb70d1] {
  color: #fff;
  background: var(--depBlueColor);
  height: 35px;
  padding: 0 15px;
  box-sizing: border-box;
}
.listItem .footer p[data-v-7edb70d1] {
  flex: 1;
}
.listItem .footer .pageSmallBtns[data-v-7edb70d1] {
  color: var(--depBlueColor) !important;
  border-radius: 5px;
  font-size: var(--spanFont);
  height: 24px;
}
.isUsed[data-v-7edb70d1] {
  background: var(--bgColor);
  position: relative;
  border: 1px solid #fff;
}
.isUsed[data-v-7edb70d1]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 125px;
  background: rgba(249, 249, 249, 0.5);
}

.index[data-v-3f8cac37] {
  margin: 20px;
}
.index .top[data-v-3f8cac37] {
  background: linear-gradient(90deg, #f0bc2d, #d9cb00);
  color: #2e2809;
  padding: -20px;
  margin: -20px;
  height: 130px;
}
.index .top div[data-v-3f8cac37] {
  padding: 30px 20px 20px 20px;
}
.index .top div .phone[data-v-3f8cac37] {
  color: #2e2809;
}
.index .top div .label[data-v-3f8cac37] {
  font-weight: 700;
  font-size: 22px;
  width: 65%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index .top .vip[data-v-3f8cac37] {
  font-size: 80px;
  font-weight: bold;
  color: #666;
  margin-top: -130px;
  text-align: right;
}
.index .topbutton[data-v-3f8cac37] {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.index .topbutton .left .disable[data-v-3f8cac37] {
  color: #ccc;
}
.index .topbutton .van-button[data-v-3f8cac37] {
  height: 30px;
  width: 75px;
  margin-right: 10px;
  font-weight: bold;
  color: #f7b603;
  box-shadow: #3232332e 0 0 15px;
}
.index .topbutton .right[data-v-3f8cac37] {
  background: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: #3232332e 0 0 15px;
}
.index .topbutton .right div[data-v-3f8cac37] {
  display: flex;
  align-items: center;
}
.index .topbutton .right div i[data-v-3f8cac37] {
  font-size: 18px;
  margin-right: 5px;
  font-weight: bold;
  border-radius: 50%;
  color: red;
}
.orderList .itemModal[data-v-3f8cac37] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 20px;
  z-index: 1003;
}
.orderList .itemModal .isModal[data-v-3f8cac37] {
  margin-top: -100px;
}
.orderList .radios[data-v-3f8cac37] {
  background: #fff;
  color: var(--redColor);
  font-size: 14px;
  width: 42px;
  height: 42px;
  margin-top: 5px;
  text-align: center;
}
.orderList .listItem[data-v-3f8cac37] {
  padding: 0;
  margin-top: 15px;
  min-height: 90px;
  font-size: var(--pFont);
}
.orderList .listItem .title[data-v-3f8cac37] {
  height: 40px;
  font-size: var(--titleFont);
  color: var(--titleColor);
}
.orderList .listItem .title p[data-v-3f8cac37] {
  margin-left: 24%;
}
.orderList .listItem .title span[data-v-3f8cac37] {
  color: var(--redColor);
  margin-right: 13px;
}
.orderList .listItem .line[data-v-3f8cac37] {
  height: 5px;
  margin: 0 2px;
  margin-top: -5px;
  box-shadow: 0px 4px 4px 2px #f4f4f4;
}
.orderList .listItem .icons[data-v-3f8cac37] {
  width: 19%;
  float: left;
  color: #666;
  margin: -25px 0 0 10px;
}
.orderList .listItem .icons .pageBgBlock[data-v-3f8cac37] {
  color: #fff;
  width: 50px;
  height: 50px;
  background: var(--redColor);
}
.orderList .listItem .icons .pageBgBlock .iconfont[data-v-3f8cac37] {
  font-size: 28px;
  margin: 4px 10px;
}
.orderList .listItem .icons p[data-v-3f8cac37] {
  margin-top: 15px;
  padding: 5px 8px;
  font-size: var(--spanFont);
  color: var(--depBlueColor);
  background: #e0f4fd;
}
.orderList .listItem .unPay p[data-v-3f8cac37] {
  color: var(--greenColor);
  background: #eef6e0;
}
.orderList .listItem .processing p[data-v-3f8cac37] {
  background: #fdecd5;
  color: var(--depYelColor);
}
.orderList .listItem .detail[data-v-3f8cac37] {
  padding: 12px 0;
  margin-left: 24%;
}
.orderList .listItem .detail span[data-v-3f8cac37] {
  font-size: var(--smallFont);
  color: var(--hidColor);
  display: inline-block;
  line-height: 1.5;
}
.orderList .listItem .detail .remark[data-v-3f8cac37] {
  margin-top: 4px;
  padding-top: 3px;
  font-size: var(--pFont);
  border-top: 1px solid var(--lineColor);
  color: var(--hidColor);
}
.orderList .listItem .detail h5[data-v-3f8cac37] {
  margin-top: 6px;
  color: var(--depBlueColor);
}
.orderList .listItem .btnGroud .pageSmallBtns[data-v-3f8cac37] {
  width: 50%;
  height: 35px;
  border-radius: 0px;
}
.orderList .listItem .btnGroud .cancel[data-v-3f8cac37] {
  color: var(--depHidColor) !important;
}
.orderList .listItem .footer[data-v-3f8cac37] {
  color: #fff;
  background: var(--depBlueColor);
  height: 35px;
  padding: 0 15px;
  box-sizing: border-box;
}
.orderList .listItem .footer p[data-v-3f8cac37] {
  flex: 1;
}
.orderList .listItem .footer .pageSmallBtns[data-v-3f8cac37] {
  color: var(--depBlueColor) !important;
  border-radius: 5px;
  font-size: var(--spanFont);
  height: 24px;
}

