﻿@charset "UTF-8";
:root {
  --bt1-color: #252525;
  --bs-color: #555;
  --bs-color-red: #f00;
  --bs-link-color: #008aff;
  --page-margin: 20px;
  --bs-body-bg: #f7f7fa;
  --bs-color-ycywblue:#0032a0;
}

body {
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
  box-sizing: border-box;
}

.empty-seta_msg .seat-icon > span svg, .seat-view .angle svg, .badge-wrap .badge-remove svg, .badge-wrap .badge-icon svg, .el-drawer__footer .total .angle-bottom svg, .el-card__footer .total .angle-bottom svg, .yc-seat .no-seat .seat-icon svg, .yc-seat .perf-price_wrap .seat-icon svg, .yc-tips .tips-icon svg, .perf-ticket_pic .overlay-div .ticket-stub_img svg, .yc-perf .perf-middle_cell_ft svg, .yc-perf .perf-local .bs-icon svg, .yc-perf .perf-local .bs-text > a .bs-text_ft svg {
  display: block;
  width: 100%;
  height: 100%;
}

.el-drawer__footer .total .total-price .symbol, .el-card__footer .total .total-price .symbol, .yc-perf .perf-bottom .total .total-price .symbol, .yc-perf .perf-middle_footer .total-price .symbol {
  font-size: 0.9em;
}
.el-drawer__footer .total .total-price .discounted .symbol, .el-card__footer .total .total-price .discounted .symbol, .yc-perf .perf-bottom .total .total-price .discounted .symbol, .yc-perf .perf-middle_footer .total-price .discounted .symbol {
  color: #f00;
}
.el-drawer__footer .total .total-price .discounted .number, .el-card__footer .total .total-price .discounted .number, .yc-perf .perf-bottom .total .total-price .discounted .number, .yc-perf .perf-middle_footer .total-price .discounted .number {
  color: #f00;
  font-size: 1.2em;
  font-weight: bold;
}
.el-drawer__footer .total .total-price .original, .el-card__footer .total .total-price .original, .yc-perf .perf-bottom .total .total-price .original, .yc-perf .perf-middle_footer .total-price .original {
  margin-left: 6px;
  text-decoration: line-through;
}

.el-drawer__footer, .el-card__footer, .yc-perf .perf-middle_footer {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: var(--page-margin);
  padding-right: var(--page-margin);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.el-drawer__footer::before, .el-card__footer::before, .yc-perf .perf-middle_footer::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #ddd;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.el-drawer__footer .footer-left, .el-card__footer .footer-left, .yc-perf .perf-middle_footer .footer-left {
  flex: 1 0 0%;
}
html, body {
  width: initial !important;
}

.pageWrap {
  min-height: 100%;
}

.page-tab {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.page-tab .page-tab__panel {
  flex: 1 0 0%;
  overflow: auto;
}
.page-tab .page-tabbar {
  background-color: #f7f7fa;
  height: 60px;
  display: flex;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
  position: relative;
}
.page-tab .page-tabbar::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 1px;
  border-top: 1px solid #ddd;
  transform-origin: 0 0;
  transform: scaleY(0.5);
}
.page-tab .page-tabbar .footer-left {
  flex: 1 0 0%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
}
.page-tab .page-tabbar .footer-left > * {
  flex-grow: 1;
}
.page-tab .page-tabbar .footer-left > *.btn {
  max-width: 300px;
}
.page-tab .page-tabbar .footer-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-tab .page-tabbar .footer-right button {
  height: 100%;
}

h1 {
  color: var(--bt1-color);
}
h1:empty {
  display: none;
}

svg text {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, "Open Sans", Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", "微软雅黑", sans-serif;
}

.yc-perf {
  padding: var(--page-margin);
}
.yc-perf .perf-top {
  display: flex;
  align-items: stretch;
  margin-bottom: 15px;
}
.yc-perf .perf-top_bd {
  min-height: 100%;
  flex: 1 0 0%;
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.yc-perf .perf-poster {
  flex: 0 0 80px;
  height: 108px;
  aspect-ratio: 3/4;
  border-radius: 6px;
  border: 1px #efefef solid;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.yc-perf .perf-poster img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.yc-perf .perf-name h1 {
  font-size: 1.8rem;
  color: var(--bt1-color);
  margin-bottom: 10px;
}
.yc-perf .perf-price {
  font-size: 1.6rem;
  color: #f00;
  font-weight: bold;
}
.yc-perf .perf-price .symbol {
  font-size: 0.85em;
}
.yc-perf .perf-price .integer {
  font-size: 1.3em;
}
.yc-perf .perf-price .decimal {
  font-size: 1em;
}
.yc-perf .perf-price .hyphen {
  margin: 0 5px;
}
.yc-perf .perf-local {
  margin: 10px -5px 5px;
  border-radius: 5px;
  background-color: #fbfbfb;
  border: 1px #efefef dashed;
  padding: 5px 10px;
}
.yc-perf .perf-local .perf-middle_cell {
  padding: 5px 0;
}
.yc-perf .perf-local .perf-middle_cell::after {
  display: none;
}
.yc-perf .perf-local_item {
  display: flex;
  align-items: center;
  margin: 8px 0;
}
.yc-perf .perf-local .bs-text {
  position: relative;
}
.yc-perf .perf-local .bs-text::before {
  content: "";
  width: 1px;
  border-left: 1px #ccc solid;
  box-sizing: border-box;
  transform: scaleX(0.5);
  position: absolute;
  top: 3px;
  bottom: 3px;
  left: -8px;
}
.yc-perf .perf-local .bs-text span {
  display: inline-block;
  margin-right: 15px;
}
.yc-perf .perf-local .bs-text span:last-child {
  margin-right: 0;
}
.yc-perf .perf-local .bs-text > a {
  display: flex;
  align-items: center;
}
.yc-perf .perf-local .bs-text > a span {
  flex: 1 0 0%;
}
.yc-perf .perf-local .bs-text > a .bs-text_ft {
  flex: 0 0 14px;
  height: 14px;
}
.yc-perf .perf-local .bs-icon {
  flex: 0 0 14px;
  height: 14px;
  color: #aaa;
  margin-right: 15px;
}
.yc-perf .perf-middle_cell {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 10px 0;
  position: relative;
}
.yc-perf .perf-middle_cell::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  border-bottom: 1px #ddd solid;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0.5);
}
.yc-perf .perf-middle_cell_hd {
  flex: 0 0 14px;
  padding: 4px 0;
  margin-right: 15px;
  position: relative;
}
.yc-perf .perf-middle_cell_hd::before {
  content: "";
  width: 1px;
  border-left: 1px #ccc solid;
  box-sizing: border-box;
  transform: scaleX(0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
}
.yc-perf .perf-middle_cell_hd svg {
  display: block;
  width: 14px;
  height: 14px;
  color: #aaa;
}
.yc-perf .perf-middle_cell_bd {
  flex: 1 0 0%;
}
.yc-perf .perf-middle_cell_bd.perf-pro {
  display: flex;
  align-items: center;
}
.yc-perf .perf-middle_cell_bd.perf-pro .perf-pro_item {
  margin-right: 20px;
}
.yc-perf .perf-middle_cell_bd.perf-pro .perf-pro_item:last-child {
  margin-right: 0;
}
.yc-perf .perf-middle_cell_bd.perf-pro .perf-pro_item .cicle {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  aspect-ratio: 1/1;
  box-sizing: border-box;
  margin-right: 6px;
}
.yc-perf .perf-middle_cell_bd.perf-pro .perf-pro_item .text {
  font-size: 0.85em;
}
.yc-perf .perf-middle_cell_bd span {
  display: inline-block;
  margin-right: 15px;
}
.yc-perf .perf-middle_cell_bd span:last-child {
  margin-right: 0;
}
.yc-perf .perf-middle_cell_ft {
  flex: 0 0 14px;
  height: 14px;
  margin-left: 10px;
  color: #999;
}
.yc-perf .perf-middle_footer {
  padding-left: 0;
  padding-right: 0;
  flex-wrap: wrap;
}
.yc-perf .perf-middle_footer::before {
  display: none;
}
@media screen and (max-width: 480px) {
  .yc-perf .perf-middle_footer {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .yc-perf .perf-middle_footer .total-price {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  .yc-perf .perf-middle_footer .btn-box {
    width: 100%;
    text-align: right;
  }
}
.yc-perf .perf-content {
  margin-top: 40px;
  padding-top: 20px;
  position: relative;
}
.yc-perf .perf-content p {
  text-align: justify !important;
  text-justify: inter-word;
  hyphens: auto;
}
.yc-perf .perf-content::before {
  content: "";
  position: absolute;
  height: 20px;
  background-color: var(--bs-body-bg);
  left: calc(var(--page-margin) * -1);
  right: calc(var(--page-margin) * -1);
  top: -20px;
  border-top: 1px #efefef solid;
  border-bottom: 1px #efefef solid;
}
.yc-perf .perf-bottom .total {
  text-align: right;
}
.yc-perf .perf-bottom .count-down {
  text-align: right;
}
.yc-perf .perf-bottom .count-down .time {
  font-size: 1.1em;
  color: #f00;
}
.yc-perf .perf-bottom .count-down .time.hh::after, .yc-perf .perf-bottom .count-down .time.mm::after {
  content: ":";
  margin: 0 3px;
}

.perf-ticket_pic .ticket-img_wrap {
  background-color: #fff;
  border: 1px #efefef dashed;
  padding: 10px;
}
.perf-ticket_pic .ticket-img {
  position: relative;
  width: 100%;
  height: auto;
}
.perf-ticket_pic .ticket-img.H {
  aspect-ratio: 1700/600;
}
.perf-ticket_pic .ticket-img.V {
  max-width: 480px;
  margin: 0 auto;
  aspect-ratio: 9/16;
}
.perf-ticket_pic .overlay-div {
  position: fixed; /* 使用 fixed 使图片相对于浏览器窗口定位 */
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; /* 宽度覆盖整个窗口 */
  max-width: 1024px;
  height: 100vh; /* 高度覆盖整个窗口 */
  z-index: 1000; /* 使用高 z-index 确保图片在最上层 */
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
  align-items: center;
  justify-content: center;
}
.perf-ticket_pic .overlay-div .ticket-stub_img {
  width: 80%;
  max-width: 415px;
  height: auto;
  max-height: 600px;
  aspect-ratio: 415/600;
}
.perf-ticket_pic .overlay-div .ticket-main_img {
  display: block;
}
.perf-ticket_pic .overlay-div .ticket-main_img.H {
  width: 80%;
  max-width: 1700px;
  height: auto;
  max-height: 600px;
  aspect-ratio: 1700/600;
}
@media screen and (max-width: 768px) {
  .perf-ticket_pic .overlay-div .ticket-main_img.H {
    width: 80vh;
    height: auto;
    max-height: unset;
    transform: rotate(90deg);
  }
}
.perf-ticket_pic .overlay-div .ticket-main_img.V {
  width: auto;
  max-width: 1080px;
  height: 80vh;
  max-height: 1920px;
  aspect-ratio: 9/16;
}
@media screen and (max-width: 768px) {
  .perf-ticket_pic .overlay-div .ticket-main_img.V {
    width: 80vw;
    max-width: unset;
    height: auto;
    max-height: unset;
  }
}
.perf-ticket_pic .ticket-download {
  text-align: center;
  padding: 20px 0;
}

.yc-popover .yc-popover_cell {
  padding: 10px 0;
  position: relative;
  line-height: 1.6em;
}
.yc-popover .yc-popover_cell::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  border-top: 1px #ddd solid;
  transform: scaleY(0.5);
  left: 0;
  right: 0;
  top: 1px;
}
.yc-popover .yc-popover_cell:first-child::after {
  display: none;
}
.yc-popover .yc-popover_cell .local {
  font-weight: bold;
  color: var(--bt1-color);
}
.yc-popover .yc-popover_cell .address {
  font-size: 0.85em;
}

.page-tabbar .count-down {
  height: calc(100% - 8px);
  border-radius: 50px;
  border: 1px #fff solid;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1;
  color: #252525;
  background-color: #fefff0;
  width: 100%;
  position: relative;
  z-index: 100;
  /*margin-left: calc(-1 * var(--page-margin));
  bottom: 0;
  left: 0;
  right: 0;*/
}
.page-tabbar .count-down::before {
  content: "";
  display: block;
  height: 1px;
  box-sizing: border-box;
  border-top: 1px #ff8200 solid;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  transform: scaleY(0.5);
  opacity: 0.3;
  display: none;
}
.page-tabbar .count-down span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 2px;
  line-height: 1;
}
.page-tabbar .count-down_hd {
  margin-right: 10px;
  margin-top: -4px;
}
.page-tabbar .count-down_bd .sp {
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  background-color: #f04;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.page-tabbar .count-down + button.is-disabled {
  display: none;
}
@media screen and (max-width: 480px) {
  .page-tabbar .count-down {
    display: block;
    font-size: 0.9em;
    text-align: center;
  }
  .page-tabbar .count-down_hd {
    margin-bottom: 6px;
  }
  .page-tabbar .count-down_bd .sp {
    width: 20px;
    height: 20px;
    font-size: 1.1em;
  }
}

.el-input__wrapper input {
  background: none;
  border: none;
  font-size: 1.1em !important;
  height: 30px;
}
.el-input__wrapper input:focus {
  background: none;
  border: none;
  color: #c80000;
  caret-color: #c80000;
}

.btn-simple {
  min-width: 60px;
  border: none;
  color: #000;
  background-color: #fff;
  font-weight: normal;
}
.btn-simple:hover {
  background-color: #01d2da;
  color: #000;
}
.btn-simple:disabled, .btn-simple:disabled:hover {
  background-color: #f8f8f8;
  border: 1px #efefef solid;
  color: #999;
  opacity: 0.7;
}

.btn {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  padding: 0 1.5em !important;
}
.btn-lg {
  font-size: 16px;
  height: 40px;
}
.btn-primary {
  min-width: 60px;
  border: none;
  color: #fff;
  background-color: var(--bs-color-ycywblue);
  font-weight: normal;
}
.btn-primary:hover {
  background-color: #01d2da;
  color: #fff;
}
.btn-primary:disabled, .btn-primary:disabled:hover {
  background-color: #f8f8f8;
  border: 1px #efefef solid;
  color: #999;
  opacity: 0.7;
}
.btn-success {
  min-width: 60px;
  border: none;
  color: #fff;
  background-color: #00a804;
  font-weight: normal;
}
.btn-success:hover {
  background-color: #00c605;
  color: #fff;
}
.btn-success:disabled, .btn-success:disabled:hover {
  background-color: #f8f8f8;
  border: 1px #efefef solid;
  color: #999;
  opacity: 0.7;
}
.btn-warn {
  min-width: 60px;
  border: none;
  color: #fff;
  background-color: #c80000;
  font-weight: normal;
}
.btn-warn:hover {
  background-color: #f66767;
  color: #fff;
}
.btn-warn:disabled, .btn-warn:disabled:hover {
  background-color: #f8f8f8;
  border: 1px #efefef solid;
  color: #999;
  opacity: 0.7;
}
.btn-simple_outline {
  min-width: 60px;
  border: 1px rgba(37, 37, 37, 0.3) solid;
  color: #252525;
  background-color: #fff;
  font-weight: normal;
}
.btn-simple_outline:hover {
  border-color: rgba(37, 37, 37, 0.3);
  background-color: rgba(37, 37, 37, 0.05);
  color: #252525;
}
.btn-simple_outline:disabled {
  opacity: 0.3;
}
.btn-primary_outline {
  min-width: 60px;
  border: 1px rgba(var(--bs-color-ycywblue), 0.3) solid;
  color: var(--bs-color-ycywblue);
  background-color: #fff;
  font-weight: normal;
}
.btn-primary_outline:hover {
  border-color: rgba(var(--bs-color-ycywblue), 0.3);
  background-color: rgba(var(--bs-color-ycywblue), 0.05);
  color: var(--bs-color-ycywblue);
}
.btn-primary_outline:disabled {
  opacity: 0.3;
}
.btn-success_outline {
  min-width: 60px;
  border: 1px rgba(0, 168, 4, 0.3) solid;
  color: #00a804;
  background-color: #fff;
  font-weight: normal;
}
.btn-success_outline:hover {
  border-color: rgba(0, 168, 4, 0.3);
  background-color: rgba(0, 168, 4, 0.05);
  color: #00a804;
}
.btn-success_outline:disabled {
  opacity: 0.3;
}
.btn-warn_outline {
  min-width: 60px;
  border: 1px rgba(200, 0, 0, 0.3) solid;
  color: #c80000;
  background-color: #fff;
  font-weight: normal;
}
.btn-warn_outline:hover {
  border-color: rgba(200, 0, 0, 0.3);
  background-color: rgba(200, 0, 0, 0.05);
  color: #c80000;
}
.btn-warn_outline:disabled {
  opacity: 0.3;
}

.link-btn, .el-button.is-text {
  --el-button-text-color: var(--bs-color-ycywblue);
  color: var(--bs-color-ycywblue);
}
.link-btn:hover, .el-button.is-text:hover {
  color: #ff8200;
}

.yc-dialog {
  --el-text-color-regular: #555;
  max-width: 960px;
  border-radius: 10px;
}
.yc-dialog .el-dialog__header {
  display: none;
}

.yc-tips {
  display: inline-block;
  vertical-align: -15%;
  margin-left: 6px;
  width: 18px;
  height: 18px;
}
.yc-tips .tips-icon {
  width: 100%;
  height: 100%;
}
.yc-tips .el-popper.is-dark {
  --el-popover-bg-color: #e6efff;
  --el-popover-border-color: #e6efff;
  --el-text-color-primary: #e6efff;
  --el-popover-title-text-color: #ddd;
  --el-border-color: #b4c3e0;
  color: #ddd;
  box-shadow: none;
  outline: 1px var(--el-border-color) solid;
}
.yc-tips .el-popper.is-dark .el-popper__arrow {
  width: 15px;
  height: 15px;
  top: -9px;
  z-index: 0;
}
.yc-tips .el-popper.is-dark .el-popper__arrow::before {
  width: 15px;
  height: 15px;
  border-left: 1px var(--el-border-color) solid;
  border-top: 1px var(--el-border-color) solid;
}
.yc-tips .tips-con {
  font-weight: normal;
  width: auto;
  padding: 15px 10px;
  font-size: 14px;
  color: #252525;
}
@media screen and (max-width: 767px) {
  .yc-tips .tips-con {
    font-size: 12px;
    padding: 10px 0 0;
  }
}
.yc-tips .tips-con h3 {
  font-size: 1.15em;
  margin-bottom: 15px;
}
.yc-tips .tips-con p {
  margin: 15px auto;
}
.yc-tips .tips-con p + h3 {
  margin-top: 30px;
}
.yc-tips .tips-con p em {
  display: block;
  margin-top: 10px;
  padding-left: 2em;
}

.mainForm {
  width: 100%;
  min-height: 50px;
  background: #fff;
  box-sizing: border-box;
}
.mainForm ul {
  padding-inline-start: 0;
}
.mainForm .label {
  color: var(--bt1-color);
  margin-bottom: 6px;
  font-weight: 600;
}
.mainForm .input-box {
  height: 36px;
  position: relative;
}
.mainForm li {
  position: relative;
  margin-bottom: 16px;
  list-style: none;
}
.mainForm li input:not([type=checkbox], [type=redio], [type=button]) {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
  border: none;
  border-radius: 4px;
  font-size: 1.1rem;
  line-height: 36px;
  color: #333;
  background-color: var(--bs-body-bg);
}
.mainForm li.mobile input {
  padding-left: 100px;
}
.mainForm li.mobile .sel-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  width: 90px;
  height: 100%;
  padding-left: 6px;
  left: 0;
  top: 0;
  padding-top: 1px;
  box-sizing: border-box;
}
.mainForm li.mobile .sel-wrap select {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.mainForm li.mobile .sel-wrap .sel-icon {
  width: 16px;
  height: 16px;
}
.mainForm li.mobile .sel-wrap .sel-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.mainForm li.mobile .sel-wrap:hover .sel-icon {
  color: var(--bs-color-ycywblue);
}
.mainForm .check-code .el-button {
  position: absolute;
  right: 0;
  height: 100%;
  border: none;
  background: none;
  color: var(--bs-link-color);
}
.mainForm .check-code .el-button.is-disabled {
  color: #999;
  font-weight: normal;
}
.mainForm .checked-label {
  padding-left: 20px;
  position: relative;
}
.mainForm .checked-label input[type=checkbox] {
  position: absolute;
  top: 8px;
  left: 0;
}

.ticket-stub_wrap .el-dialog__header, .yc-drawer .el-drawer__header {
  background-color: var(--bs-body-bg);
  border-bottom: 1px #efefef solid;
  height: 40px;
  padding: 0 15px;
  margin: 0;
  display: flex;
  align-items: center;
}
.ticket-stub_wrap .el-dialog__header .el-text, .yc-drawer .el-drawer__header .el-text {
  font-weight: bold;
  color: var(--bt1-color);
}

.yc-drawer {
  min-height: 50vh;
  max-width: 1024px;
  border-radius: 10px 10px 0 0;
}
.yc-drawer.btt {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}
.yc-drawer .el-drawer__body {
  padding: 10px;
}
.yc-drawer .el-drawer__body .page-tab {
  margin: -10px;
  height: calc(100% + 20px);
}
.yc-drawer .el-drawer__body .page-tab .yc-perf {
  flex: 1 0 0%;
  flex-direction: column;
  overflow: auto;
}
.yc-drawer.ticket-stub_wrap {
  border-radius: 0;
}
.yc-drawer .note {
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  background-color: #f7f7fa;
}
.yc-drawer .note .note-bd {
  padding-left: 10px;
  line-height: 1.8em;
  font-size: 1.1em;
}
.yc-drawer .note .icon {
  flex: 0 0 20px;
  height: 20px;
  margin: 4px 0 0;
  color: #c80000;
}
.yc-drawer .note .icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.yc-seat {
  border-radius: 0;
}
.yc-seat .perf-baseinfo {
  position: relative;
  margin-bottom: 20px;
}
.yc-seat .perf-baseinfo::after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px #efefef solid;
  box-sizing: border-box;
  left: -20px;
  right: -20px;
  bottom: -10px;
  transform: scaleY(50%);
}
.yc-seat .perf-baseinfo > * {
  margin-bottom: 10px;
}
.yc-seat .seat-info {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.yc-seat .seat-info .seat-wrap {
  flex: 1 0 0%;
}
.yc-seat .seat-info .seat-wrap .seat-map {
  width: 100% !important;
  height: 100% !important;
  border: 1px #efefef solid;
}
.yc-seat h1 {
  font-size: 1.2em;
}
.yc-seat .perf-price_wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0;
}
.yc-seat .perf-price_wrap > .perf-price {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.yc-seat .perf-price_wrap > .perf-price:last-child {
  margin-right: 0;
}
.yc-seat .perf-price_wrap .seat-icon {
  width: 18px;
  height: 18px;
  margin-right: 6px;
  padding: 2px;
  border: 1px #efefef solid;
  box-sizing: border-box;
}
.yc-seat .perf-price_wrap .price-note {
  margin-right: 6px;
}
.yc-seat .perf-price_wrap .price-no {
  color: #f00;
}
.yc-seat .perf-price_wrap .price-no .number {
  font-size: 1.1em;
  font-weight: bold;
}
.yc-seat .perf-limit .limit-no1 {
  color: #f00;
}
.yc-seat .perf-limit .limit-no2 {
  margin-right: 20px;
}
.yc-seat .no-seat {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.yc-seat .no-seat_item {
  margin-bottom: 15px;
  padding-left: 36px;
  position: relative;
}
.yc-seat .no-seat_item::after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px #efefef solid;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(50%);
}
.yc-seat .no-seat_item_hd {
  display: flex;
  align-items: center;
  margin-left: -36px;
  padding: 10px 0;
  position: relative;
}
.yc-seat .no-seat_item_hd::after {
  content: "";
  position: absolute;
  height: 1px;
  border-bottom: 1px #efefef dashed;
  box-sizing: border-box;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(50%);
}
.yc-seat .no-seat_item_bd {
  padding: 10px 0;
}
.yc-seat .no-seat .seat-icon {
  width: 26px;
  height: 26px;
  box-sizing: border-box;
  margin-right: 10px;
  /*@media screen and (min-width:768px) {
          width: 36px;
          height: 36px;
      }*/
}
.yc-seat .no-seat .price-note {
  flex-grow: 1;
  font-weight: bold;
  color: var(--bt1-color);
}
.yc-seat .no-seat .seat-inven {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.yc-seat .no-seat .seat-inven .perf-price {
  flex-grow: 1;
  display: flex;
  color: #f00;
}
.yc-seat .no-seat .seat-inven .order {
  display: flex;
  width: 120px;
  margin-left: 10px;
}
.yc-seat .no-seat .seat-inven .order .el-input-number, .yc-seat .no-seat .seat-inven .order .el-input__wrapper {
  padding-left: 40px;
  padding-right: 40px;
}
.yc-seat .no-seat .seat-inven .order .el-input-number input, .yc-seat .no-seat .seat-inven .order .el-input__wrapper input {
  padding: 0;
}

.ticket-stub_wrap {
  padding: 0;
}
.ticket-stub_wrap .ticket-stub_img {
  width: 80%;
  margin: 50px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ticket-stub_wrap .ticket-stub_img svg {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 415px;
  height: auto;
  aspect-ratio: 415/600;
}

/* 选择 Btn */
.sel-btn_box {
  align-items: stretch;
  align-content: stretch;
}
.sel-btn_box > * {
  width: 50%;
  display: inline-flex !important;
  align-items: center;
  padding: 6px !important;
  box-sizing: border-box;
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .sel-btn_box > * {
    width: 25%;
  }
}
.sel-btn_box input[type=radio] + label, .sel-btn_box input[type=checkbox] + label {
  display: block !important;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  font-size: 0.9em;
  line-height: 20px;
  background-color: var(--bs-body-bg);
  border: 1px #ddd solid;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  margin-right: 0;
  color: var(--bt1-color);
}
.sel-btn_box input[type=radio] + label::before, .sel-btn_box input[type=checkbox] + label::before {
  display: none;
}
.sel-btn_box input[type=radio]:checked + label, .sel-btn_box input[type=checkbox]:checked + label {
  background: var(--bs-link-color) !important;
  color: #fff !important;
  border: 1px transparent solid !important;
  cursor: default;
}
.sel-btn_box input[type=radio]:disabled + label, .sel-btn_box input[type=checkbox]:disabled + label {
  background: #f8f8f8;
  color: #aaa;
  border: 1px #ddd solid;
  cursor: default;
  opacity: 0.6;
}

.el-drawer__footer, .el-card__footer {
  flex-wrap: wrap;
}
.el-drawer__footer .total, .el-card__footer .total {
  flex: 1 0 0%;
  text-align: left;
}
.el-drawer__footer .total .angle-bottom, .el-card__footer .total .angle-bottom {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  vertical-align: -10%;
  cursor: pointer;
}
.el-drawer__footer .total .angle-bottom:hover, .el-card__footer .total .angle-bottom:hover {
  color: var(--bs-link-color);
}
.el-drawer__footer .total .angle-bottom svg, .el-card__footer .total .angle-bottom svg {
  transform: rotate(90deg) scaleY(0.9);
}
.el-drawer__footer .count-down, .el-card__footer .count-down {
  margin-right: 20px;
}
.el-drawer__footer .count-down .time, .el-card__footer .count-down .time {
  font-size: 1.1em;
  color: #f00;
}
.el-drawer__footer .count-down .time.hh::after, .el-drawer__footer .count-down .time.mm::after, .el-card__footer .count-down .time.hh::after, .el-card__footer .count-down .time.mm::after {
  content: ":";
  margin: 0 3px;
}
@media screen and (max-width: 768px) {
  .el-drawer__footer, .el-card__footer {
    display: block;
  }
  .el-drawer__footer .total, .el-drawer__footer .count-down, .el-card__footer .total, .el-card__footer .count-down {
    margin-bottom: 6px;
    text-align: right;
    margin-right: 0;
  }
  .el-drawer__footer .btn-box, .el-card__footer .btn-box {
    margin-top: 10px;
    text-align: right;
  }
  .el-drawer__footer .btn-box .el-button, .el-card__footer .btn-box .el-button {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.el-drawer__footer .seat-map_footer, .el-card__footer .seat-map_footer {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  text-align: left;
  /*@media screen and (max-width:768px){

  }*/
}
.el-drawer__footer .seat-map_footer .total, .el-card__footer .seat-map_footer .total {
  text-align: left;
}
.el-drawer__footer .seat-map_footer .btn-box, .el-card__footer .seat-map_footer .btn-box {
  margin-left: 10px;
}

.yc-card_wrap {
  background-color: #f7f7fa;
}
.yc-card_wrap .yc-perf_card {
  border: 1px #efefef solid;
  border-radius: 15px;
  padding: 15px 20px;
  margin-bottom: 30px;
}
.yc-card_wrap .yc-perf_card .el-card__body {
  padding: 0;
}
.yc-card_wrap .yc-perf_card .el-card__footer {
  padding-left: 0;
  padding-right: 0;
}
.yc-card_wrap .no-order {
  width: 100%;
  box-sizing: border-box;
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .yc-card_wrap .no-order {
    height: 100vh;
  }
}
.yc-card_wrap .no-order .no-order_wrap {
  background-color: #fff;
  padding: 50px 20px;
  border-radius: 10px;
  border: 1px #efefef solid;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .yc-card_wrap .no-order .no-order_wrap {
    height: 100%;
  }
}
.yc-card_wrap .no-order .no-order_wrap .no-order_main .no-order_icon {
  width: 80px;
  height: 80px;
  padding: 25px;
  margin: 0 auto;
  border-radius: 50%;
  background-color: #f7f7fa;
  border: 1px #fff solid;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.yc-card_wrap .no-order .no-order_wrap .no-order_main .no-order_icon img {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.yc-card_wrap .no-order .no-order_wrap .no-order_main .no-order_text {
  color: #252525;
  font-size: 1.2em;
  text-align: center;
  margin: 30px auto;
}
.yc-card_wrap .no-order .no-order_wrap .on-order_footer {
  text-align: center;
}

.total-detail_wrap {
  width: 100%;
}
.total-detail_wrap .perf-price {
  display: flex;
  justify-content: space-between;
}
.total-detail_wrap .perf-price .price-no {
  color: #f00;
}
.total-detail_wrap .total-detail_item {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.total-detail_wrap .total-detail_item:first-child {
  padding-top: 5px;
}
.total-detail_wrap .total-detail_item:last-child {
  margin-bottom: 0;
  padding-bottom: 5px;
}
.total-detail_wrap .total-detail_item::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  border-bottom: 1px #ddd dashed;
  left: 0;
  right: 0;
  bottom: 0;
  transform: scaleY(0.5);
}
.total-detail_wrap .total-detail_item:first-child::after {
  border-bottom-style: solid;
}
.total-detail_wrap .total-detail_item:last-child::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  height: 1px;
  border-bottom: 1px #ddd solid;
  left: 0;
  right: 0;
  top: -11px;
  transform: scaleY(0.5);
}
.total-detail_wrap .total-detail_item:last-child::after {
  display: none;
}
.total-detail_wrap .total-detail_item_hd {
  color: var(--bt1-color);
}
.total-detail_wrap .total-detail_item_bd {
  display: flex;
  justify-content: space-between;
}

.el-popover {
  --el-popover-padding: 5px 15px;
}

.el-link {
  --el-link-font-weight: normal;
}
.el-link.block-link {
  display: block;
}
.el-link.block-link .el-link__inner {
  display: block;
}

/* Badge */
.badge-wrap {
  margin: 10px auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  position: relative;
}
.badge-wrap .badge {
  display: inline-flex;
  font-size: inherit;
  height: 20px;
  line-height: 20px;
  align-items: center;
  align-content: center;
  justify-content: center;
  padding: 5px 15px;
  border: none;
  border-radius: 20px;
  text-decoration: none;
  margin: 5px;
  white-space: nowrap;
  position: relative;
  color: rgba(var(--color), 1);
  top: unset;
  right: unset;
}
.badge-wrap .badge-icon {
  display: none;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.badge-wrap .badge-remove {
  width: 14px;
  height: 14px;
  margin-left: 15px;
  margin-right: -4px;
  color: #999;
}
.badge-wrap .badge-remove:hover {
  color: #f00;
}
.badge-wrap .badge-remove::before {
  content: "";
  position: absolute;
  width: 1px;
  border-left: 1px #ddd solid;
  box-sizing: border-box;
  transform: scaleX(0.5);
  right: 24px;
  top: 0;
  bottom: 0;
}
.badge-wrap .badge.seat {
  background-color: #f7f7fa;
  border: 1px #ddd solid;
  border-radius: 4px;
  margin-left: 0;
  margin-right: 15px;
  padding: 5px 10px;
  color: #252525;
}
.badge-wrap .badge.black {
  background: #E3E3E6;
  --color: 85,85,85;
}
.badge-wrap .badge.red {
  background: #FFD9D9;
  --color: 255,0,0;
}
.badge-wrap .badge.green {
  background: #DFF2E3;
  --color: 40,167,69;
}
.badge-wrap .badge.blue {
  background: #CEE5FF;
  --color: 0,123,255;
}
.badge-wrap .badge.yellow {
  background: #FFF6DA;
  --color: 255,162,0;
}
.badge-wrap .badge.cyan {
  background: #DCF1F4;
  --color: 23,162,184;
}
.badge-wrap .badge.purple {
  background: #EFD9F8;
  --color: 148,0,211;
}
.badge-wrap .badge.olive {
  background: #ECEED9;
  --color: 128,128,0;
}
.badge-wrap .badge.magenta {
  background: #FFD9FF;
  --color: 255,0,255;
}
.badge-wrap .badge.orange {
  background: #FFE8D9;
  --color: 255,102,0;
}
.badge-wrap .badge.stee-blue {
  background: #DAE6F0;
  --color: 70,130,80;
}
.badge-wrap .badge.salmon {
  background: #FEECEA;
  --color: 250,128,114;
}
.badge-wrap .badge.slate-blue {
  background: #EBECFF;
  --color: 140,135,239;
}
.badge-wrap .badge.brown {
  background: #ECE2DA;
  --color: 158,112,71;
}

.badge:empty, .badge-wrap input, .badge-wrap input + label.badge:before {
  display: none;
}

.seat-view {
  width: calc(100% + 2 * var(--page-margin));
  margin: 0 calc(-1 * var(--page-margin));
  padding: 0 var(--page-margin);
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
  overflow: hidden;
}
.seat-view .angle {
  width: 18px;
  height: 100%;
  color: #aaa;
  position: absolute;
  z-index: 11;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  /*display: none;*/
}
.seat-view .angle:hover {
  color: var(--bs-link-color);
}
.seat-view .angle .btn-icon {
  width: 10px;
  height: 10px;
}
.seat-view .angle._left {
  border-radius: 0 4px 4px 0;
  padding-left: 5px;
  left: 0;
  background-image: linear-gradient(to left, #f7f7fa 0, #ffffff 100%);
}
.seat-view .angle._right {
  border-radius: 4px 0 0 4px;
  padding-right: 5px;
  right: 0;
  background-image: linear-gradient(to right, #f7f7fa 0, #ffffff 100%);
}

.scroll-container {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  user-select: none; /* 禁止文本选择 */
}
.scroll-container .scroll-content {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  will-change: transform;
  position: relative;
  margin-bottom: 0;
}
.scroll-container .scroll-content.badge-wrap {
  margin-top: 0;
}
.scroll-container .scroll-content .scroll-item {
  box-sizing: border-box;
  margin-right: 10px;
}
.scroll-container .scroll-content .scroll-item:last-child {
  margin-right: 0;
}
.scroll-container .scroll-content .scroll-item .badge {
  display: flex;
  margin: 0;
}

.payment-wepay .pay_amount {
  font-size: 3.6rem;
  text-align: center;
  color: #000;
  font-weight: bold;
  padding: 2rem 0 2rem;
}
.payment-wepay .order_info {
  font-size: 1.4rem;
  text-align: left;
  color: #000;
  padding: 1rem 1.5rem;
  background: #fff;
}
.payment-wepay .order_info pre {
  white-space: pre-wrap;
}

.payment-wepay .order_info::before, .weui-cell.btnBar::before, .weui-cell.error::before {
  left: 0;
  right: 0;
}

.weui-cell.error {
  color: #f00;
  font-size: 1.6rem;
  text-align: center;
  align-content: center;
  justify-content: center;
}

.pay-qr-code .qr-code-img {
  width: 40%;
  padding: 15px;
  background: #f8f8f8;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
.pay-qr-code .qr-code-img img {
  display: block;
  width: 100%;
  border: 10px #fff solid;
  box-sizing: border-box;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}
.pay-qr-code h3 {
  font-size: 1.6rem;
  text-align: center;
  padding: 50px 0 20px;
  color: #333;
}
.pay-qr-code h3 + #prompt {
  padding-bottom: 10px;
}
.pay-qr-code h3 + #prompt:empty {
  display: none;
}

.empty-seta_overlay {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.3);
}

.empty-seta_msg {
  background-color: rgba(0, 0, 0, 0.75);
  width: 100%;
  width: 200px;
  /*height: 100%;*/
  padding: 15px 10px;
  box-sizing: border-box;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.empty-seta_msg .el-dialog__header {
  padding-bottom: 0;
}
.empty-seta_msg .seat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 10px;
}
.empty-seta_msg .seat-icon > span {
  width: 24px;
  height: 24px;
}
.empty-seta_msg .msg-text {
  font-size: 0.85em;
  line-height: 1.5;
}
.empty-seta_msg .seat-text {
  font-size: 0.75em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
  color: #afafaf;
}
.empty-seta_msg .seat-text > div {
  margin: 0 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.empty-seta_msg .seat-text > div::before {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #afafaf;
  margin-right: 8px;
}
.empty-seta_msg .seat-text > div:first-child::before, .empty-seta_msg .seat-text > div:nth-child(2n+1)::before {
  display: none;
}

[lang=en] .empty-seta_msg {
  width: 240px;
}
[lang=en] .empty-seta_msg .msg-text {
  white-space: nowrap;
}
