.overlay-modal[data-v-72c4fe0c] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.overlay-modal .email-modal[data-v-72c4fe0c] {
  width: 80%;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}
.overlay-modal .email-modal .email-input[data-v-72c4fe0c] {
  margin: 20px 0;
}
.overlay-modal .email-modal[data-v-72c4fe0c] .van-field__body {
  padding: 4px;
  border: 1px solid #ededed;
  border-radius: 4px;
}
.overlay-modal .email-modal[data-v-72c4fe0c] .van-cell::after {
  border: none;
}

.lang-container {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.current-lang {
  position: absolute;
  top: 8px;
  right: 16px;
  height: 24px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: rgba(47, 50, 56, 0.66);
  border-radius: 12px;
}
.current-lang .wrap {
  position: relative;
  height: 100%;
  padding-right: 16px;
}
.current-lang .wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 24px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEgAAAACohW0MAAAA/UlEQVQ4Ed2TPQrCQBBGU3kBKysrLS28hqWiEkUhGC/hlTyKva1YaaGNjSga30hGkmUT8weCAx+zm8y8LztsHOcvIgiCHmpWdRhYHdR981iskMaorAmgPjqGQM9hsUaP8MGZ7Bc1oXeITiHrSt6IQQvt0RNJiMkirwk9Y6TwO+stqumYbCZeVhNArgXeiPVTYDOZxYosG/qmX+Hal2Ay0fdmpn6OZKQSOpb4l1uazJPIXF1LncfzfHCF0GiaCOhzhVn7heERkzaQ6O2SkwzQsjQ8xWQH/IIkss1cYUkZkHmS6uBqapjc2MtPlH5btDlrBlhHEgdULTzrR/yk7gUIQ+33cWK4pQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;
  content: " ";
}
.current-lang .wrap.spread-out::after {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAASCAYAAABB7B6eAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAGKADAAQAAAABAAAAEgAAAACohW0MAAAA8UlEQVQ4EeWSLQ7CQBBGK/EIgsLhUBwCgyKQJiWpaOgluApX4D4YBMEhwCAQ/JQ3DQNk0wlsW0OY5HW70+77tj9B8DeVZVkTpNbQqPXBEXZhCze4gFSrlhBE7/LczOEMK2hXCkHgyjf0jiBVLQSBK9/TG0MKB5AqF8JCVy7CUF8H5zMoF1Igl51HKteRXuIdUiCXXU5V6o5ci78OMeSxK3XnsoGPIYY8cWXWnPWRGWLIU0tm9fGEIN9L6vV3MVnCVbqUvHNvuYaydgIacuJ8EXCYg9bzV9RFviOiEewewkG+nskQOr4y635cPehb13+rfwcRBO3K9nSMbwAAAABJRU5ErkJggg==);
}
.current-lang .wrap span {
  line-height: 24px;
}
.lang-selector {
  position: absolute;
  top: 32px;
  right: 16px;
  padding-top: 4px;
}
.lang-selector .wrap {
  position: relative;
  padding-top: 8px;
}
.lang-selector .wrap::before {
  position: absolute;
  top: 0;
  right: 10px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-right: 8px solid transparent;
  border-bottom: 8px solid rgba(47, 50, 56, 0.66);
  border-left: 8px solid transparent;
  content: " ";
}
.lang-selector .wrap .lang-list {
  color: #fff;
  text-align: center;
  background-color: rgba(47, 50, 56, 0.66);
  border-radius: 6px;
}
.lang-selector .wrap .lang-list li {
  position: relative;
  box-sizing: border-box;
  height: 44px;
  padding: 0 24px;
  line-height: 44px;
}
.lang-selector .wrap .lang-list li a {
  color: #fff;
}
.lang-selector .wrap .lang-list li:not(:last-child)::after {
  position: absolute;
  right: 9px;
  bottom: 0;
  left: 9px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  content: " ";
}

.bottom-action[data-v-1f81d0f2] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 10px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 10px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 10px);
  background-color: #fff;
}
.bottom-action .bottom-action-wrapper[data-v-1f81d0f2] {
  display: flex;
  flex-direction: row;
  gap: 20px;
  box-sizing: border-box;
  width: 100%;
}
.bottom-action .bottom-action-wrapper[data-v-1f81d0f2].van-button {
  white-space: nowrap;
}

.pc-detail[data-v-4dc03eb6] {
  min-height: 100vh;
  background: #fff;
}
.pc-detail .pc-header[data-v-4dc03eb6] {
  padding: 20px 0;
  background: #f1f1f1;
}
.pc-detail .pc-header .header[data-v-4dc03eb6] {
  max-width: 800px;
  margin: 0 auto;
}
.pc-detail .pc-header .header .title[data-v-4dc03eb6] {
  padding-right: 65px;
  color: #222;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
}
.pc-detail .pc-header .header .img[data-v-4dc03eb6] {
  vertical-align: bottom;
}
.pc-detail .pc-header .header .time[data-v-4dc03eb6] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  color: #111;
  font-weight: 300;
  font-size: 16px;
  border-bottom: 1px solid #dedede;
}
.pc-detail .pc-header .header .ticket-address[data-v-4dc03eb6] {
  margin-top: 12px;
  color: #444;
  font-weight: 300;
  font-size: 16px;
}
.pc-detail .pc-header .header .ticket-address .ticket-price[data-v-4dc03eb6] {
  color: #e63c3c;
}
.pc-detail .pc-header .header .ticket-address .location[data-v-4dc03eb6] {
  margin-left: 24px;
}
.pc-detail .content[data-v-4dc03eb6] {
  max-width: 800px;
  margin: 0 auto;
}
.pc-detail .footer[data-v-4dc03eb6] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  padding-top: 12px;
  text-align: center;
  background: #fff;
  box-shadow: 0 -1px 5px 0 rgba(0,0,0,0.14902);
}
.pc-detail .footer .action[data-v-4dc03eb6] {
  max-width: 240px;
}

.event-not-exists[data-v-4c4a1f12] {
  width: 100%;
  min-height: 100vh;
  text-align: center;
}
.event-not-exists span[data-v-4c4a1f12] {
  line-height: 100vh;
}
.header[data-v-4c4a1f12] {
  padding: 16px;
  background-color: #fff;
}
.header .title[data-v-4c4a1f12] {
  margin-bottom: 6px;
  color: #222;
  font-size: 18px;
}
.header .wechat-title[data-v-4c4a1f12] {
  padding-right: 65px;
}
.header .field[data-v-4c4a1f12] {
  color: #555;
  font-size: 14px;
  line-height: 24px;
}
.header .field.deadline-field[data-v-4c4a1f12] {
  color: #888;
  font-size: 12px;
}
.body[data-v-4c4a1f12] {
  padding: 0 16px;
  padding-bottom: 180px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 180px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 180px);
  background-color: #fff;
}
.body .content[data-v-4c4a1f12] {
  padding: 16px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 2px;
  word-wrap: break-word;
  border-top: 1px solid #ededed;
}
.body .content[data-v-4c4a1f12] img {
  width: 100%;
  height: auto;
}
.body .content[data-v-4c4a1f12] video {
  width: 100%;
  height: auto;
  background-color: #000;
}
.action-btn[data-v-4c4a1f12] {
  display: flex;
  justify-content: space-between;
}
.mr-10[data-v-4c4a1f12] {
  margin-right: 10px;
}
.action-wrapper[data-v-4c4a1f12] {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 10px 16px;
  padding-bottom: 16px;
  padding-bottom: calc(constant(safe-area-inset-bottom) + 16px);
  padding-bottom: calc(env(safe-area-inset-bottom) + 16px);
  color: #4caf4b;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, 0.1);
}
.action-wrapper button[data-v-4c4a1f12] {
  margin-top: 8px;
}

