.mod-reserve-card-pc.fix_style {
  width: 1920px;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}
.mod-reserve-card-pc.fix_style .fix_content {
  width: 1920px;
  height: fit-content;
  overflow: hidden;
}
.mod-reserve-card-pc.fix_style .fix_content .content {
  width: 1200px;
  margin: 0 360px;
  padding: 16px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  position: relative;
}
.mod-reserve-card-pc.fix_style .fix_content .content .left {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-height: 28px;
  justify-content: center;
}
.mod-reserve-card-pc.fix_style .fix_content .content .left.showCount {
  min-height: 60px;
}
.mod-reserve-card-pc.fix_style .fix_content .content .left .title {
  opacity: 0.9;
  max-width: 600px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: HONORSansBrand-Demibold;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 22px;
  height: 22px;
  font-weight: 500;
}
.mod-reserve-card-pc.fix_style .fix_content .content .left .count_down_info {
  opacity: 0.6;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 16px;
  height: 16px;
  font-weight: 400;
}
.mod-reserve-card-pc.fix_style .fix_content .content .left .publish_meet_info {
  opacity: 0.6;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 16px;
  height: 16px;
  font-weight: 400;
}
.mod-reserve-card-pc.fix_style .fix_content .content .right {
  display: flex;
}
.mod-reserve-card-pc.fix_style .fix_content .content .right .reserve_btn {
  min-width: 120px;
  width: fit-content;
  padding: 6px 32px;
  max-width: 160px;
  font-family: HONORSansBrand-Demibold;
  font-size: 12px;
  color: #ffffff;
  background: #08c4ba;
  text-align: right;
  font-weight: 500;
  height: 28px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  cursor: pointer;
}
.mod-reserve-card-pc.fix_style .fix_content .content .right .reserve_btn.done,
.mod-reserve-card-pc.fix_style .fix_content .content .right .reserve_btn.ready {
  opacity: 0.6;
  cursor: auto;
}
.mod-reserve-card-pc.fix_style .fix_content .content .right .reserve_btn.pos_end {
  align-self: flex-end;
}
.mod-reserve-card-pc.fix_style .fix_content .content .right .reserve_btn.pos_center {
  align-self: center;
}
.mod-reserve-card-pc.fix_style .fix_content .content .reserve_count {
  visibility: hidden;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 4px 10px;
  padding-left: 12px;
  font-size: 12px;
  color: #08c4ba;
  letter-spacing: 0;
  font-weight: 500;
  border-bottom-left-radius: 12px;
}
.mod-reserve-card-pc.card_style {
  width: 1920px;
  box-sizing: border-box;
}
.mod-reserve-card-pc.card_style .content {
  width: 1200px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.mod-reserve-card-pc.card_style .content .auto_height_img {
  width: 100%;
  vertical-align: middle;
}
.mod-reserve-card-pc.card_style .content .count {
  visibility: hidden;
  position: absolute;
  top: 0px;
  overflow: hidden;
  font-size: 12px;
  color: #644118;
  padding: 4px 0px;
}
.mod-reserve-card-pc.card_style .content .count.left {
  left: 0px;
  padding-left: 10px;
  padding-right: 12px;
  border-bottom-right-radius: 12px;
}
.mod-reserve-card-pc.card_style .content .count.right {
  right: 0px;
  padding-left: 12px;
  padding-right: 10px;
  border-bottom-left-radius: 12px;
}
.mod-reserve-card-pc.card_style .content .reserve_btn {
  cursor: pointer;
  height: 28px;
  width: 144px;
  line-height: 16px;
  padding: 6px 10px;
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
  text-overflow: ellipsis;
  border-radius: 14px;
  text-align: center;
  position: absolute;
  font-size: 12px;
}
.mod-reserve-card-pc.card_style .content .reserve_btn.done,
.mod-reserve-card-pc.card_style .content .reserve_btn.ready {
  opacity: 0.6;
  cursor: auto;
}
.reserve_pop {
  display: flex !important;
  position: fixed;
  align-items: center;
  justify-content: center;
  top: 0;
  z-index: 998;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
}
.reserve_pop .reserve_scuccess.only_reserve {
  width: 360px;
  height: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserve_pop .reserve_scuccess.only_reserve .title {
  font-family: HONORSansBrand-DemiBold;
  margin-top: 31px;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-background-clip: text;
}
.reserve_pop .reserve_scuccess.only_reserve .content {
  height: 48px;
  width: 280px;
  margin-top: 97px;
  display: flex;
  font-size: 16px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.reserve_pop .reserve_scuccess.only_reserve .content .content_info {
  font-family: HONORSansBrand-demibold;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box {
  display: flex;
  width: 216px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 44px;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box.has_tips {
  margin-top: 20px;
  margin-bottom: 10px;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div {
  cursor: pointer;
  height: 36px;
  box-sizing: border-box;
  padding: 8px 25px;
  line-height: 20px;
  border-radius: 18px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  font-family: HONORSansBrand-DemiBold;
  align-items: center;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.share_btn {
  border: 1px solid #fc3729;
  color: #fc3729;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.addRemindBtn {
  box-shadow: inset 0 0 1px 0 #ffffff;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.light_height {
  color: #fff;
  box-shadow: inset 0 0 0.05rem 0 #FFFFFF;
  border: none;
}
.reserve_pop .reserve_scuccess.only_reserve .btn_box div.hide_btn {
  opacity: 0;
  cursor: auto;
}
.reserve_pop .reserve_scuccess.only_reserve .tips {
  margin-bottom: 40px;
  width: 216px;
  height: 16px;
  line-height: 16px;
  opacity: 0.6;
  font-family: HONORSansBrand-Regular;
  font-size: 12px;
  color: #000000;
  text-align: center;
  font-weight: 400;
}
.reserve_pop .reserve_scuccess.only_reserve .close_btn {
  height: 36px;
  width: 36px;
  background: url("../img/close_btn.png");
  background-size: 100% 100%;
}
.reserve_pop .reserve_scuccess.with_prize {
  width: 360px;
  height: 624px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reserve_pop .reserve_scuccess.with_prize .title {
  margin-top: -23px;
  font-family: HONORSansBrand-DemiBold;
  font-size: 24px;
  height: 34px;
  line-height: 34px;
  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: 48px;
  width: 216px;
  margin-top: 98px;
  font-size: 16px;
  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;
  font-family: HONORSansBrand-demibold;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box {
  display: flex;
  width: 216px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 10px;
  overflow: hidden;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box.hide_btn {
  height: 0;
  margin-top: 0;
  margin-bottom: 10px;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box div {
  cursor: pointer;
  padding: 8px 25px;
  height: 36px;
  box-sizing: border-box;
  border-radius: 18px;
  font-size: 14px;
  line-height: 20px;
  box-shadow: inset 0 0 1px 0 #ffffff;
  border: 1px solid #FC3729;
  color: #FC3729;
  display: flex;
  justify-content: center;
  font-family: HONORSansBrand-DemiBold;
  align-items: center;
}
.reserve_pop .reserve_scuccess.with_prize .btn_box div.light_height {
  color: #fff;
  box-shadow: inset 0 0 0.05rem 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 {
  cursor: pointer;
  width: 328px;
  height: 378px;
}
.reserve_pop .right_top.close_btn {
  height: 24px;
  width: 24px;
  background: url("../img/close_btn.png");
  background-size: 100% 100%;
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
}
