:root{
  --yx-bg-color: 8, 20, 42;
  --yx-border-color: rgba(0, 242, 254, 0.2);
  --yx-default-color: #c8dff5;
  --yx-base-height: 8px;
  --yx-progress-color: 0, 242, 254;
}
iconpark-icon[data-v-1d7bc6e6] {
  cursor: pointer;
  font-size: calc(3 * var(--yx-base-size));
}
.pointer[data-v-1d7bc6e6] {
  cursor: pointer;
}
.not-click[data-v-1d7bc6e6] {
  cursor: not-allowed;
}
.flex-between[data-v-1d7bc6e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center[data-v-1d7bc6e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.yx-video-live-player[data-v-1d7bc6e6] {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--yx-default-color);
  font-size: calc(2 * var(--yx-base-height));
  box-sizing: border-box;
  overflow: hidden;
  background: rgb(var(--yx-bg-color));
  border: 1px solid rgba(0, 242, 254, 0.15);
  border-radius: 4px;
}
.yx-video-live-player_header[data-v-1d7bc6e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(2 * var(--yx-base-height));
  padding: 0 calc(2 * var(--yx-base-height));
  height: calc(6 * var(--yx-base-height));
  line-height: calc(6 * var(--yx-base-height));
  border-bottom: 1px solid rgba(0, 242, 254, 0.18);
  background: linear-gradient(90deg, rgba(0, 242, 254, 0.08) 0%, transparent 100%);
  color: #00f2fe;
  letter-spacing: 0.5px;
}
.yx-video-live-player_header-close[data-v-1d7bc6e6] {
  font-size: calc(2.5 * var(--yx-base-height));
  opacity: 0.7;
  transition: opacity 0.2s;
}
.yx-video-live-player_header-close[data-v-1d7bc6e6]:hover {
  opacity: 1;
  color: #ff6b6b;
}
.yx-video-live-player_content[data-v-1d7bc6e6] {
  position: relative;
  height: calc(100% - 12 * var(--yx-base-height));
  overflow: hidden;
  width: 100%;
  background: #000;
}
.yx-video-live-player_content canvas[data-v-1d7bc6e6] {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
.yx-video-live-player_mask[data-v-1d7bc6e6] {
  position: absolute;
  left: 0;
  top: calc(6 * var(--yx-base-height));
  width: 100%;
  height: calc(100% - 6 * var(--yx-base-height));
  background: rgba(8, 20, 42, 0.75);
  font-size: calc(1.75 * var(--yx-base-height));
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: not-allowed;
  color: rgba(0, 242, 254, 0.7);
}
.yx-video-live-player_mask iconpark-icon[data-v-1d7bc6e6] {
  font-size: calc(3 * var(--yx-base-height));
}
.yx-video-live-player_footer[data-v-1d7bc6e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(2 * var(--yx-base-height));
  padding: 0 calc(2 * var(--yx-base-height));
  height: calc(6 * var(--yx-base-height));
  line-height: calc(6 * var(--yx-base-height));
  border-top: 1px solid rgba(0, 242, 254, 0.18);
  background: rgba(5, 13, 30, 0.9);
}
.yx-video-live-player_footer-left[data-v-1d7bc6e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yx-video-live-player_footer-left select[data-v-1d7bc6e6] {
  margin-right: var(--yx-base-height);
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.35);
  color: #00f2fe;
  font-size: calc(1.5 * var(--yx-base-height));
  padding: calc(0.25 * var(--yx-base-height));
  border-radius: 3px;
}
.yx-video-live-player_footer-left select[data-v-1d7bc6e6]:focus {
  outline: none;
}
.yx-video-live-player_footer-left select option[data-v-1d7bc6e6] {
  background: rgb(8, 20, 42);
}
.yx-video-live-player_footer-right[data-v-1d7bc6e6] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(3 * var(--yx-base-height));
}
.yx-video-live-player_footer-right iconpark-icon[data-v-1d7bc6e6] {
  padding-left: var(--yx-base-height);
  color: #7ab8d4;
  transition: color 0.2s;
}
.yx-video-live-player_footer-right iconpark-icon[data-v-1d7bc6e6]:hover {
  color: #00f2fe;
}
.yx-video-live-player_footer-right_volum-minus[data-v-1d7bc6e6] {
  padding: 0 !important;
}
.yx-video-live-player_footer-right_volum-plus[data-v-1d7bc6e6] {
  padding: 0 !important;
}
.yx-video-live-player_footer-right_volum-text[data-v-1d7bc6e6] {
  margin: 0 calc(0.5 * var(--yx-base-height));
  font-size: calc(2.5 * var(--yx-base-height));
  width: calc(6 * var(--yx-base-height));
  height: calc(3 * var(--yx-base-height));
  text-align: center;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.35);
  color: #00f2fe;
  border-radius: 3px;
}
.yx-video-live-player_footer-right_volum-text[data-v-1d7bc6e6]:focus {
  outline: none;
}

iconpark-icon[data-v-2ae8b6a8] {
  cursor: pointer;
  font-size: calc(3 * var(--yx-base-size));
}
.pointer[data-v-2ae8b6a8] {
  cursor: pointer;
}
.not-click[data-v-2ae8b6a8] {
  cursor: not-allowed;
}
.flex-between[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.yx-audio-live-player[data-v-2ae8b6a8] {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--yx-default-color);
  font-size: calc(2 * var(--yx-base-height));
  box-sizing: border-box;
  overflow: hidden;
  background: rgb(var(--yx-bg-color));
  border: 1px solid rgba(0, 242, 254, 0.15);
  border-radius: 4px;
}
.yx-audio-live-player_header[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(2 * var(--yx-base-height));
  padding: 0 calc(2 * var(--yx-base-height));
  height: calc(6 * var(--yx-base-height));
  line-height: calc(6 * var(--yx-base-height));
  border-bottom: 1px solid rgba(0, 242, 254, 0.18);
  background: linear-gradient(90deg, rgba(0, 242, 254, 0.08) 0%, transparent 100%);
  color: #00f2fe;
}
.yx-audio-live-player_header-close[data-v-2ae8b6a8] {
  font-size: calc(2.5 * var(--yx-base-height));
  opacity: 0.7;
  transition: opacity 0.2s;
}
.yx-audio-live-player_header-close[data-v-2ae8b6a8]:hover {
  opacity: 1;
  color: #ff6b6b;
}
.yx-audio-live-player_content[data-v-2ae8b6a8] {
  position: relative;
  height: calc(100% - 12 * var(--yx-base-height));
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yx-audio-live-player_content-loading[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.yx-audio-live-player_content-volume_close[data-v-2ae8b6a8] {
  padding: calc(1 * var(--yx-base-height));
  background: rgba(255, 77, 79, 0.2);
  border: 1px solid rgba(255, 77, 79, 0.5);
  color: #ff6b6b;
  max-width: 100px;
  text-align: center;
  border-radius: calc(0.5 * var(--yx-base-height));
  margin: 0 auto;
  cursor: pointer;
}
.yx-audio-live-player_content-volume_buttons[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.yx-audio-live-player_content-volume_buttons_icon-container[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: calc(2 * var(--yx-base-height));
  font-size: calc(4 * var(--yx-base-height));
  border: 1px solid rgba(0, 242, 254, 0.3);
  border-radius: calc(2 / 4 * var(--yx-base-height));
  width: calc(7 * var(--yx-base-height));
  height: calc(7 * var(--yx-base-height));
  color: #7ab8d4;
  transition: border-color 0.2s, color 0.2s;
}
.yx-audio-live-player_content-volume_buttons_icon-container[data-v-2ae8b6a8]:hover {
  border-color: #00f2fe;
  color: #00f2fe;
}
.yx-audio-live-player_content-volume_buttons_icon-container-padding[data-v-2ae8b6a8] {
  background-color: rgba(0, 242, 254, 0.08);
}
.yx-audio-live-player_texttips[data-v-2ae8b6a8] {
  position: relative;
  height: calc(100% - 6 * var(--yx-base-height));
  overflow: hidden;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.yx-audio-live-player_footer[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(2 * var(--yx-base-height));
  padding: 0 calc(2 * var(--yx-base-height));
  height: calc(6 * var(--yx-base-height));
  line-height: calc(6 * var(--yx-base-height));
  border-top: 1px solid rgba(0, 242, 254, 0.18);
  background: rgba(5, 13, 30, 0.9);
}
.yx-audio-live-player_footer-left[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yx-audio-live-player_footer-right[data-v-2ae8b6a8] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(3 * var(--yx-base-height));
}
.yx-audio-live-player_footer-right iconpark-icon[data-v-2ae8b6a8] {
  padding-left: var(--yx-base-height);
  color: #7ab8d4;
  transition: color 0.2s;
}
.yx-audio-live-player_footer-right iconpark-icon[data-v-2ae8b6a8]:hover {
  color: #00f2fe;
}
.yx-audio-live-player_footer-right_talk-time[data-v-2ae8b6a8] {
  font-size: calc(3 * var(--yx-base-height));
}
.yx-audio-live-player_footer-right_volum-minus[data-v-2ae8b6a8] {
  padding: 0 !important;
}
.yx-audio-live-player_footer-right_volum-plus[data-v-2ae8b6a8] {
  padding: 0 !important;
}
.yx-audio-live-player_footer-right_volum-text[data-v-2ae8b6a8] {
  margin: 0 calc(0.5 * var(--yx-base-height));
  font-size: calc(2.5 * var(--yx-base-height));
  width: calc(6 * var(--yx-base-height));
  height: calc(3 * var(--yx-base-height));
  text-align: center;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.35);
  color: #00f2fe;
  border-radius: 3px;
}
.yx-audio-live-player_footer-right_volum-text[data-v-2ae8b6a8]:focus {
  outline: none;
}

iconpark-icon[data-v-5e88ea74] {
  cursor: pointer;
  font-size: calc(3 * var(--yx-base-size));
}
.pointer[data-v-5e88ea74] {
  cursor: pointer;
}
.not-click[data-v-5e88ea74] {
  cursor: not-allowed;
}
.flex-between[data-v-5e88ea74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-center[data-v-5e88ea74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
.yx-video-back-player[data-v-5e88ea74] {
  position: relative;
  width: 100%;
  height: 100%;
  color: var(--yx-default-color);
  font-size: calc(2 * var(--yx-base-height));
  box-sizing: border-box;
  overflow: hidden;
  background: rgb(var(--yx-bg-color));
  border: 1px solid rgba(0, 242, 254, 0.15);
  border-radius: 4px;
}
.yx-video-back-player_header[data-v-5e88ea74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(2 * var(--yx-base-height));
  padding: 0 calc(2 * var(--yx-base-height));
  height: calc(6 * var(--yx-base-height));
  line-height: calc(6 * var(--yx-base-height));
  border-bottom: 1px solid rgba(0, 242, 254, 0.18);
  background: linear-gradient(90deg, rgba(0, 242, 254, 0.1) 0%, transparent 100%);
  color: #00f2fe;
  letter-spacing: 0.5px;
}
.yx-video-back-player_header-close[data-v-5e88ea74] {
  font-size: calc(2.5 * var(--yx-base-height));
  opacity: 0.7;
  transition: opacity 0.2s, color 0.2s;
}
.yx-video-back-player_header-close[data-v-5e88ea74]:hover {
  opacity: 1;
  color: #ff6b6b;
}
.yx-video-back-player_content[data-v-5e88ea74] {
  position: relative;
  height: calc(100% - 12 * var(--yx-base-height));
  overflow: hidden;
  width: 100%;
  background: #000;
}
.yx-video-back-player_content canvas[data-v-5e88ea74] {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
}
.yx-video-back-player_content-progress-bar[data-v-5e88ea74] {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: calc(5 * var(--yx-base-height));
  background: rgba(8, 20, 42, 0.7);
  backdrop-filter: blur(4px);
  padding: 0 calc(var(--yx-base-height) * 0.5);
  box-sizing: border-box;
}
.yx-video-back-player_content-progress-bar_start-time[data-v-5e88ea74],
.yx-video-back-player_content-progress-bar_end-time[data-v-5e88ea74] {
  max-width: calc(var(--yx-base-height) * 9);
  text-align: center;
  line-height: calc(var(--yx-base-height) * 1.8);
  font-size: calc(var(--yx-base-height) * 1.5);
  color: rgba(0, 242, 254, 0.7);
}
.yx-video-back-player_content-progress-bar_progress[data-v-5e88ea74] {
  background: rgba(0, 242, 254, 0.15);
  width: 100%;
  height: calc(var(--yx-base-height) * 0.75);
  border-radius: calc(var(--yx-base-height) * 0.5);
}
.yx-video-back-player_content-progress-bar_progress-bar[data-v-5e88ea74] {
  width: 50%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 180, 220, 0.8), rgba(0, 242, 254, 0.9));
  border-radius: inherit;
  box-shadow: 0 0 6px rgba(0, 242, 254, 0.5);
}
.yx-video-back-player_mask[data-v-5e88ea74] {
  position: absolute;
  left: 0;
  top: calc(6 * var(--yx-base-height));
  width: 100%;
  height: calc(100% - 6 * var(--yx-base-height));
  background: rgba(8, 20, 42, 0.75);
  font-size: calc(1.75 * var(--yx-base-height));
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: not-allowed;
  color: rgba(0, 242, 254, 0.7);
}
.yx-video-back-player_mask iconpark-icon[data-v-5e88ea74] {
  font-size: calc(3 * var(--yx-base-height));
}
.yx-video-back-player_footer[data-v-5e88ea74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(2 * var(--yx-base-height));
  padding: 0 calc(2 * var(--yx-base-height));
  height: calc(6 * var(--yx-base-height));
  line-height: calc(6 * var(--yx-base-height));
  border-top: 1px solid rgba(0, 242, 254, 0.18);
  background: rgba(5, 13, 30, 0.95);
}
.yx-video-back-player_footer-left[data-v-5e88ea74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(0, 242, 254, 0.8);
  font-size: calc(1.6 * var(--yx-base-height));
}
.yx-video-back-player_footer-right[data-v-5e88ea74] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: calc(3 * var(--yx-base-height));
}
.yx-video-back-player_footer-right iconpark-icon[data-v-5e88ea74] {
  padding-left: var(--yx-base-height);
  color: #7ab8d4;
  transition: color 0.2s;
}
.yx-video-back-player_footer-right iconpark-icon[data-v-5e88ea74]:hover {
  color: #00f2fe;
}
.yx-video-back-player_footer-right_volum-minus[data-v-5e88ea74] {
  padding: 0 !important;
}
.yx-video-back-player_footer-right_volum-plus[data-v-5e88ea74] {
  padding: 0 !important;
}
.yx-video-back-player_footer-right_volum-text[data-v-5e88ea74] {
  margin: 0 calc(0.5 * var(--yx-base-height));
  font-size: calc(2.5 * var(--yx-base-height));
  width: calc(6 * var(--yx-base-height));
  height: calc(3 * var(--yx-base-height));
  text-align: center;
  background: rgba(0, 242, 254, 0.06);
  border: 1px solid rgba(0, 242, 254, 0.35);
  color: #00f2fe;
  border-radius: 3px;
}
.yx-video-back-player_footer-right_volum-text[data-v-5e88ea74]:focus {
  outline: none;
}
.yx-video-back-player .rec-tip[data-v-5e88ea74] {
  position: absolute;
  display: flex;
  top: calc(var(--yx-base-height) + 16px);
  right: var(--yx-base-height);
  align-items: center;
  color: #ff6b6b;
  font-weight: 800;
  font-size: 16px;
}
.yx-video-back-player .rec-tip .rec-icon-container[data-v-5e88ea74] {
  display: flex;
  align-items: center;
  width: 14px;
  height: 14px;
  padding: 2px;
  margin-right: 2px;
  border: 1px solid #ff6b6b;
  border-radius: 7px;
  animation-name: recording;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.yx-video-back-player .rec-tip .rec-icon-container .rec-icon[data-v-5e88ea74] {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #ff6b6b;
}
