
.navi[data-v-f2e67fb4] {
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.back-icon[data-v-f2e67fb4] {
  position: absolute;
  left: 10px;
  font-size: 20px;
}
.btn[data-v-f2e67fb4] {
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 30px;
  height: 44px;
  line-height: 44px;
  flex: 1;
  border-radius: 22px;
  text-align: center;
  font-size: 14px;
}
.able-btn[data-v-f2e67fb4] {
  background-color: var(--blue);
}
.able-btn[data-v-f2e67fb4]:active {
  opacity: 0.8;
}
.disable-btn[data-v-f2e67fb4] {
  background-color: rgb(26, 65, 143);
}
.ticket-write-off-box[data-v-f2e67fb4] {
  background-color: #0e1b37;
  min-height: 100vh;
  color: white;
  box-sizing: border-box;
  padding-top: 50px;
  box-sizing: border-box;
}
.top-box[data-v-f2e67fb4] {
  height: 90px;
  position: fixed;
  left: 0;
  right: 0;
  /* background-color: rgba(0, 0, 0, 0.1); */
  padding-top: 15px;
}
.status-icon[data-v-f2e67fb4] {
  width: 17px;
  height: 17px;
}
.status-text[data-v-f2e67fb4] {
  font-size: 13px;
  color: white;
  margin-left: 8px;
}
.card[data-v-f2e67fb4] {
  margin: 0 15px;
  border-radius: 10px;
  border: solid 1px rgb(52, 86, 159);
  box-shadow: inset 0px 0px 40px 1px rgba(52, 86, 159, 0.7);
  background-color: #111e3e;
}
.content-box[data-v-f2e67fb4] {
  position: relative;
  overflow: hidden;
}
.top-breach[data-v-f2e67fb4] {
  position: absolute;
  width: 20px;
  height: 10px;
  background-color: #0e1b37;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  left: 50%;
  top: 50px;
  margin-left: -10px;
  z-index: 99;
}
.title[data-v-f2e67fb4] {
  height: 60px;
  padding-top: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: var(--blue);
}
.info-item[data-v-f2e67fb4] {
  padding: 8px 15px 0;
  font-size: 12px;
}
.info-value[data-v-f2e67fb4] {
  padding-left: 10px;
  position: relative;
  margin-top: 3px;
}
.info-value[data-v-f2e67fb4]::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: white;
  margin-top: -2px;
}
.qrcode-box[data-v-f2e67fb4] {
  width: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: var(--gray2);
  margin: auto;
  margin-top: 10px;
}
.qrcode-img[data-v-f2e67fb4] {
  width: 150px;
  height: 150px;
  margin-top: 15px;
}
.qrcode-text[data-v-f2e67fb4] {
  height: 40px;
  width: 100%;
  background-color: var(--blue);
  text-align: center;
  line-height: 40px;
  color: white;
  margin-top: 15px;
  position: relative;
}
.qrcode-text[data-v-f2e67fb4]::after,
.qrcode-text[data-v-f2e67fb4]::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 10px;
  top: -10px;
}
.qrcode-text[data-v-f2e67fb4]::before {
  left: -10px;
}
.qrcode-text[data-v-f2e67fb4]::after {
  right: -10px;
}

