.mod-reserve-card.fix_style {
  width: 18rem;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.mod-reserve-card.fix_style .fix_content {
  padding: 0.6rem 0.8rem;
  width: 18rem;
  box-sizing: border-box;
}
.mod-reserve-card.fix_style .fix_content .content {
  display: flex;
  box-sizing: border-box;
  width: 100%;
  justify-content: center;
  position: relative;
}
.mod-reserve-card.fix_style .fix_content .content .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 1.4rem;
  gap: 0.1rem;
}
.mod-reserve-card.fix_style .fix_content .content .left.showCount {
  min-height: 3rem;
}
.mod-reserve-card.fix_style .fix_content .content .left .title {
  opacity: 0.9;
  max-width: 11.5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: HONORSansBrand-Demibold;
  font-size: 0.8rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.1rem;
  height: 1.1rem;
  font-weight: 500;
}
.mod-reserve-card.fix_style .fix_content .content .left .count_down_info {
  opacity: 0.6;
  font-size: 0.6rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.8rem;
  height: 0.8rem;
  font-weight: 400;
}
.mod-reserve-card.fix_style .fix_content .content .left .publish_meet_info {
  opacity: 0.6;
  font-size: 0.6rem;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 0.8rem;
  height: 0.8rem;
  font-weight: 400;
}
.mod-reserve-card.fix_style .fix_content .content .right {
  display: flex;
}
.mod-reserve-card.fix_style .fix_content .content .right .reserve_btn {
  min-width: 3.6rem;
  align-self: center;
}
.mod-reserve-card.fix_style .fix_content .content .right .reserve_btn.pos_end {
  align-self: flex-end;
}
.mod-reserve-card.fix_style .fix_content .content .reserve_btn {
  width: fit-content;
  padding: 0.3rem 0.6rem;
  font-family: HONORSansBrand-Demibold;
  font-size: 0.6rem;
  color: #ffffff;
  background: #08c4ba;
  text-align: right;
  font-weight: 500;
  height: 1.4rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.7rem;
}
.mod-reserve-card.fix_style .fix_content .content .reserve_btn.done,
.mod-reserve-card.fix_style .fix_content .content .reserve_btn.ready {
  opacity: 0.6;
}
.mod-reserve-card.fix_style .fix_content .reserve_count {
  position: absolute;
  visibility: hidden;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0.2rem 0.5rem;
  font-size: 0.6rem;
  color: #08c4ba;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom-left-radius: 0.6rem;
}
.mod-reserve-card.card_style {
  width: 18rem;
  padding: 0 0.8rem;
  box-sizing: border-box;
}
.mod-reserve-card.card_style .content {
  width: 100%;
  position: relative;
  border-radius: 0.6rem;
  overflow: hidden;
}
.mod-reserve-card.card_style .content .auto_height_img {
  width: 100%;
  vertical-align: middle;
}
.mod-reserve-card.card_style .content .count {
  position: absolute;
  visibility: hidden;
  top: 0rem;
  overflow: hidden;
  font-size: 0.6rem;
  color: #644118;
  padding: 0.2rem 0rem;
}
.mod-reserve-card.card_style .content .count.left {
  left: 0rem;
  padding-left: 0.5rem;
  padding-right: 0.6rem;
  border-bottom-right-radius: 0.6rem;
  border-top-left-radius: 0.6rem;
}
.mod-reserve-card.card_style .content .count.right {
  right: 0rem;
  padding-left: 0.6rem;
  padding-right: 0.5rem;
  border-bottom-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}
.mod-reserve-card.card_style .content .reserve_btn {
  height: 1.4rem;
  line-height: 1.4rem;
  width: 7.2rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-radius: 0.7rem;
  background: #000;
  color: #fff;
  text-align: center;
  position: absolute;
  font-size: 0.6rem;
}
.mod-reserve-card.card_style .content .reserve_btn.ready {
  opacity: 0.38;
}
.mod-reserve-card.card_style .content .reserve_btn.done {
  opacity: 0.38;
}
.reserve_pop {
  display: flex !important;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.reserve_pop .pop_content {
  position: relative;
}
.reserve_pop .reserve_scuccess.only_reserve {
  width: 18rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserve_pop .reserve_scuccess.only_reserve .title {
  font-family: HONORSansBrand-DemiBold;
  margin-top: 0.6rem;
  font-size: 1.2rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-background-clip: text;
  flex: none;
}
.reserve_pop .reserve_scuccess.only_reserve .content {
  height: 2.4rem;
  width: 10.8rem;
  margin-top: 5.3rem;
  display: flex;
  font-size: 0.8rem;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reserve_pop .reserve_scuccess.only_reserve .content .content_info {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: HONORSansBrand-DemiBold;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box {
  display: flex;
  width: 10.8rem;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  margin-top: 2rem;
  margin-bottom: 3.3rem;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box.has_tips {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div {
  width: 5.1rem;
  height: 1.8rem;
  box-sizing: border-box;
  border-radius: 0.9rem;
  font-size: 0.7rem;
  text-align: center;
  font-family: HONORSansBrand-DemiBold;
  line-height: 1.8rem;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.share_btn {
  border: 0.05rem solid #fc3729;
  color: #fc3729;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.addRemindBtn {
  box-shadow: inset 0 0 0.05rem 0 #ffffff;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.light_height {
  color: #fff;
  box-shadow: inset 0 0 1px 0 #FFFFFF;
  border: none;
}
.reserve_pop .reserve_scuccess.only_reserve .tips {
  margin-bottom: 2rem;
  width: 10.8rem;
  height: 0.8rem;
  line-height: 0.8rem;
  opacity: 0.6;
  font-family: HONORSansBrand-Regular;
  font-size: 0.6rem;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.reserve_pop .reserve_scuccess.only_reserve .close_btn {
  height: 1.8rem;
  width: 1.8rem;
  background: url("../img/close_btn.png");
  background-size: 100% 100%;
  flex: none;
}
.reserve_pop .reserve_scuccess.with_prize {
  width: 18rem;
  height: 27.7rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserve_pop .reserve_scuccess.with_prize .title {
  font-family: HONORSansBrand-DemiBold;
  margin-top: 0.05rem;
  font-size: 1.2rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-background-clip: text;
}
.reserve_pop .reserve_scuccess.with_prize .content {
  height: 2.4rem;
  width: 10.8rem;
  margin-top: 5.15rem;
  font-size: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reserve_pop .reserve_scuccess.with_prize .content .content_info {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-family: HONORSansBrand-DemiBold;
  text-overflow: ellipsis;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box {
  display: flex;
  width: 10.8rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  overflow: hidden;
  gap: 0.6rem;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box.has_tips {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box.btn_hide {
  height: 0;
  margin-top: 0;
  margin-bottom: 0.5rem;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box div {
  width: 5.1rem;
  height: 1.8rem;
  box-sizing: border-box;
  border-radius: 0.9rem;
  font-size: 0.7rem;
  text-align: center;
  font-family: HONORSansBrand-DemiBold;
  line-height: 1.8rem;
  box-shadow: inset 0 0 0.05rem 0 #ffffff;
  border: 0.05rem solid #FC3729;
  color: #FC3729;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box div.light_height {
  color: #fff;
  box-shadow: inset 0 0 1px 0 #FFFFFF;
  border: none;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box div.hide_btn {
  opacity: 0;
  cursor: auto;
}
.reserve_pop .reserve_scuccess.with_prize .tips {
  display: none;
}
.reserve_pop .reserve_scuccess.with_prize .prize_entry_img {
  width: 13.2rem;
  height: 15.25rem;
}
.reserve_pop .right_top.close_btn {
  height: 1.2rem;
  width: 1.2rem;
  background: url("../img/close_btn.png");
  background-size: 100% 100%;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}
