* {
  margin: 0;
  padding: 0;
}
#app {
  display: flex;
  align-items: center;
  justify-content: center;
}
.mainBox {
  width: 480px;
  height: 582px;
  background-image: url("../image/bg.png");
  background-size: 100%;
  font-family: Source Han Sans CN, Source Han Sans CN;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px 20px 20px 20px;
}
ul {
  list-style: none;
}
.close {
  position: absolute;
  right: 20px;
  top: 18px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.title {
  width: 100%;
  height: 45px;
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 35px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 18px;
}
.detail {
  width: 100%;
  height: 24px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 19px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-top: 8px;
}
.mainBox1 {
  width: 100%;
  flex: 1;
  background: linear-gradient(180deg, #ffffff 0%, #fffbef 100%), #ffffff;
  border-radius: 12px 12px 12px 12px;
  margin-top: 21px;
  display: flex;
  /* justify-content: center; */
  flex-direction: column;
  align-items: center;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 14px;
  color: #333333;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.timer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin: 10px 0px;
}
.timer > img {
  width: 38px;
  height: 35px;
}
.timer span {
  width: 24px;
  height: 24px;
  background: #fc544e;
  border-radius: 2px 2px 2px 2px;
  font-size: 16px;
  color: white;
  padding: 2px;
}
.detail_bg {
  background-image: url("../image/detail_bg.png");
  background-size: cover;
  width: 440px;
  height: 160px;
  padding: 13px 24px 20px 18px;
  box-sizing: border-box;
}
.detail_bg_price {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.detail_bg_price > p {
  width: 172px;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 16px;
  color: #fffbef;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
}
.detail_bg_price > span {
  color: #ff6e03;
  font-size: 24px;
  font-weight: bold;
}
.detail_bg_price > span:nth-of-type(1) {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 30px;
}
.detail_bg_price > p:nth-of-type(2) {
  width: fit-content;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #fffbef;
  line-height: 22px;
  text-align: center;
  font-style: normal;
  text-transform: none;
  margin-left: 20px;
  text-decoration: line-through;
}
.detail_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 21px;
}
.detail_list > li {
  width: 128px;
  height: 32px;
  background-repeat: no-repeat;
  margin-bottom: 10px;
}
.pay {
  display: flex;
  /* margin-left: 58px; */
  box-sizing: border-box;
  width: calc(100% - 58px);
  /* width: 100%; */
  margin-top: 20px;
  align-items: center;
}
.pay_1 {
  width: 80px;
  height: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  /* font-weight: 500; */
  font-size: 16px;
  color: #333333;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.custom-radio {
  cursor: pointer;
}
.custom-radio > input {
  display: none;
}
.radio-circle {
  display: inline-block;
  width: 16px;
  height: 16px;
  outline: 1px solid #d9d9d9;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
}
.custom-radio input[type="radio"] {
  display: none; /* 隐藏默认单选框 */
}

.select-circle {
  border-color: #007bff;
}

.select-circle::after {
  content: " ";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #007bff; /* 选中状态背景色 */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.custom-radio:hover .radio-circle {
  border-color: rgb(79, 107, 254); /* 鼠标悬停时边框颜色 */
}
.custom-radio {
  display: flex;
  align-items: center;
}
.select_pay {
  display: flex;
  flex: 1;
}
a {
  width: 48px;
  height: 18px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  text-align: left;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.custom-radio > p {
  font-family: Roboto, Roboto;
  font-weight: 400;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.85);
  /* line-height: 22px; */
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.custom-radio:nth-of-type(1) {
  margin-right: 24px;
}
.pay_code {
  width: 424px;
  height: 167px;
  background: #fffbef;
  border-radius: 12px 12px 12px 12px;
  border: 1px solid #ffe3b1;
  margin-top: 12px;
  padding: 14px 20px;
  box-sizing: border-box;
  display: flex;
}
.qrcode {
  position: relative;
  width: 126px;
  height: 128px;
  border-radius: 0px 0px 0px 0px;
  border: 4px solid #ffffff;
}
.no_login {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;  
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 100;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pay_code_right {
  margin-left: 15px;
}
.pay_code_right > p:nth-of-type(1) {
  background-image: url("../image/tag.svg");
  width: 124px;
  height: 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  font-style: normal;
  text-transform: none;
  line-height: 24px;
}
.pay_code_right > div {
  display: flex;
  margin: 3px 0px;
}
.pay_code_right > div > b {
  /* width: 96px; */
  height: 66px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 44px;
  color: #ff5e07;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pay_code_right > div > p {
  width: 100px;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #69470e;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.pay_code_right > div > p > span {
  color: #ff5e07;
}
.pay_code_right > p:nth-of-type(2) {
  width: 176px;
  height: 22px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-size: 16px;
  color: #69470e;
  line-height: 22px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  font-weight: bold;
}
.refund {
  display: flex;
  align-items: center;
  font-weight: bold;
  height: 20px;
  line-height: 20px;
}
[v-cloak] {
  display: none;
}
.discounts {
  background: linear-gradient(to right, #ffc74e, #ff8e48) !important;
  color: #fff !important;
  border-radius: 6px !important;
  padding: 1px 10px !important;
  width: fit-content !important;
  display: flex;
  align-items: center;
  max-width: 158px;
  overflow: hidden;
}
.discounts > p {
  font-size: 11px;
  margin-left: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
