* {
  box-sizing: border-box;
}

:root {
  --page-width: 962px;
  --page-gutter: 24px;
}

html {
  min-width: 320px;
  background: #e6e6e6;
}
.vcp-error-tips{
  display: none!important;
}

body {
  margin: 0;
  color: #7d241b;
  font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
  background-color: #fff7f1;
  background-image: url("../images/big_bgtop.jpg");
  background-position: center top;
  background-size: max(1920px, 100vw) auto;
  background-repeat: no-repeat;
}

img {
  display: block;
  max-width: 100%;
}

.site-header {
  height: 50px;
  background: #fff;
}

.header-inner {
  width: min(1250px, calc(100% - var(--page-gutter) * 2));
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header-logo {
  width: 320px;
  height: 20px;
  object-fit: contain;
  object-position: left center;
}

.header-slogan {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #555;
  font-size: 12px;
  line-height: 22px;
  white-space: nowrap;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header-slogan a span {
color: #555;
text-decoration: none;
}
.header-slogan em {
  color: #999;
  font-style: normal;
}

.header-slogan strong {
  color: #333;
  font-weight: 700;
}

.hero {
  position: relative;
  /* min-height: 778px; */
  overflow: hidden;
  background: transparent;
}

.hero::before,
.hero::after {
  content: none;
  position: absolute;
  left: 50%;
  pointer-events: none;
}

.hero::before {
  top: 20px;
  width: 100%;
  height: 245px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center bottom, rgba(255, 191, 101, .6), transparent 36%),
    radial-gradient(ellipse at 13% 81%, rgba(89, 8, 4, .56), transparent 18%),
    radial-gradient(ellipse at 87% 81%, rgba(91, 8, 4, .5), transparent 18%),
    linear-gradient(105deg, transparent 0 39%, rgba(255, 118, 55, .22) 40% 43%, transparent 44% 100%),
    linear-gradient(255deg, transparent 0 35%, rgba(255, 163, 72, .18) 36% 38%, transparent 39% 100%);
  opacity: .9;
}

.hero::after {
  bottom: -48px;
  width: 1200px;
  height: 150px;
  transform: translateX(-50%);
  background:
    radial-gradient(ellipse at center 68%, rgba(255, 248, 218, .95) 0 17%, transparent 18%),
    linear-gradient(170deg, transparent 0 25%, rgba(255, 225, 176, .7) 26% 28%, transparent 29% 100%),
    linear-gradient(8deg, transparent 0 47%, rgba(255, 66, 34, .9) 48% 55%, rgba(172, 0, 0, .9) 56% 63%, transparent 64% 100%),
    linear-gradient(-7deg, transparent 0 42%, rgba(255, 78, 37, .86) 43% 50%, rgba(191, 2, 0, .9) 51% 59%, transparent 60% 100%);
  filter: drop-shadow(0 -8px 18px rgba(255, 197, 112, .55));
}

.hero-inner {
  position: relative;
  z-index: 1;
  width: min(var(--page-width), calc(100% - var(--page-gutter) * 2));
  /* min-height: 855px; */
  margin: 0 auto;
  padding-top: 44px;
}

.hero-slogan {
  width: 323.5px;
  margin: 0 auto;
  height: auto;
}

.hero-title {
  width: min(1051.5px, 100%);
  margin: 49px auto 0;
  filter: drop-shadow(0 8px 12px rgba(88, 0, 0, .36));
}

.intro-panel {
  position: relative;
  width: min(962px, 100%);
  margin: 44px auto 0;
}

.intro-panel img {
  width: 100%;
  height: auto;
}

.intro-panel p {
  position: absolute;
  left: 7.2%;
  right: 7.2%;
  top: 17%;
  margin: 0;
  color: #fffcd7;
  font-size: 14px;
  line-height: 1.75;
  text-align: justify;
  text-indent: 2em;
  text-shadow: 0 1px 1px rgba(103, 0, 0, .55);
}

.live-section {
  position: relative;
  z-index: 2;
  padding: 48px 0 140px;
  /* background:linear-gradient(180deg, #fff7f1 0%, #fff8f2 72%, #f8eee6 100%); */
}

.live-wrap {
  width: min(1099px, calc(100% - var(--page-gutter) * 2));
  margin: 0 auto;
}

.live-window {
  position: relative;
  padding: 22px 72px 72px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(172, 73, 38, .08);
}

/* New: use a flex row to keep the paragraph on the left and the badge on the right on a single line */
.live-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.live-header p {
  margin: 0;
  line-height: 1.6;
  flex: 1 1 auto; /* allow paragraph to take remaining space */
}

/* When the badge is inside .live-header, participate in the flex layout instead of absolute positioning */
.live-header .live-badge {
  position: static; /* override absolute positioning */
  margin-left: auto; /* push to the far right */
}

.live-window::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  background: url("../images/vedio_bottom_bg.jpg") center bottom / 1099px 24px no-repeat;
}

.live-card {
  position: relative;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  border: 1px solid rgba(245, 121, 70, .45);
  background: #d71912;
  box-shadow: 0 8px 16px rgba(156, 43, 16, .16);
}

.live-cover {
  width: 100%;
  aspect-ratio: 1911 / 1074;
  object-fit: cover;
}

.live-badge {
  position: absolute;
  top: 22px;
  right: 72px;
  z-index: 2;
  height: 24px;
  min-width: 70px;
  padding: 0 14px 0 26px;
  border-radius: 16px;
  /* background: #e84235; */
  /* 从左到右渐变背景 */
  background: linear-gradient(to right, #c43b2d, #e64539);
  color: #fff;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .04em;
}

.live-badge::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 10px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
}

.play-button {
  position: absolute;
  left: 36px;
  bottom: 28px;
  z-index: 2;
  width: 58px;
  height: 47px;
  border: 0;
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
  transition: transform .18s ease, filter .18s ease, opacity .18s ease;
}

.play-button img {
  width: 100%;
  height: 100%;
}

.play-button:hover,
.play-button:focus-visible {
  transform: scale(1.06);
  filter: drop-shadow(0 6px 12px rgba(120, 0, 0, .28));
  outline: none;
}

.live-card.is-playing .play-button {
  opacity: 0;
  pointer-events: none;
}

.live-info {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 104px;
  width: min(955.5px, 100%);
  margin: 30px auto 0;
}

.info-item {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 8px;
  border: 1px solid #ee9a73;
  background: rgba(255, 255, 255, .5);
  color: #6f3a28;
  font-size: 15px;
  white-space: nowrap;
}

.info-item img {
  width: 34.5px;
  height: 34.5px;
}

.info-item strong {
  color: #a84529;
  font-weight: 700;
  font-size: 18px;
}

.site-footer {
  min-height: 124px;
  padding: 50px 20px 60px;
  background: #d9d9d9;
  color: #666;
  font-size: 14px;
  /* font-weight: 700; */
  line-height: 1.75;
  text-align: center;
}

.site-footer p {
  margin: 0;
  word-break: keep-all;
}

@media (max-width: 1024px) {
  :root {
    --page-gutter: 20px;
  }

  body {
    background-size: 1400px 623px;
  }

  .hero {
    min-height: 640px;
  }

  .hero-inner {
    min-height: 640px;
    padding-top: 52px;
  }

  .hero-slogan {
    width: min(323.5px, 38vw);
  }

  .hero-title {
    width: min(820px, 100%);
  }

  .intro-panel {
    margin-top: 54px;
  }

  .intro-panel p {
    font-size: 12px;
  }

  .live-info {
    gap: 40px;
  }

  .live-window {
    padding: 56px 44px 60px;
  }

  .live-badge {
    right: 44px;
  }
}

@media (max-width: 700px) {
  :root {
    --page-gutter: 16px;
  }

  body {
    background-size: auto 560px;
  }
  .live-header p {
    margin: 0;
    line-height: 1.2;
    flex: 1 1 auto;
    font-size: 13px;
}

  .site-header {
    height: 38px;
  }

  .header-inner {
    gap: 10px;
  }

  .header-logo {
    width: 150px;
    height: auto;
    flex: 0 0 auto;
  }

  .header-slogan {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 4px;
    min-width: 0;
    font-size: 11px;
    line-height: 1.2;
  }

  .header-slogan span,
  .header-slogan strong {
    overflow: hidden;
    text-overflow: ellipsis;
  }
.info-item strong {
  font-size: 13px;
}
  .hero {
    min-height: 160px;
  }

  .hero-inner {
    min-height: 160px;
    padding-top: 38px;
  }

  .hero-slogan {
    width: min(220px, 64vw);
  }

  .hero-title {
    width: 100%;
    margin-top: 10px;
  }

  .intro-panel {
    width: 100%;
    margin-top: 32px;
    padding: 24px 22px;
    overflow: visible;
    border-radius: 4px;
  }

  .intro-panel img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

  .intro-panel p {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    z-index: 1;
    font-size: 10px;
    line-height: 1.55;
    display: block;
    overflow: visible;
  }

  .live-section {
    padding: 34px 0 88px;
  }

  .live-window {
    padding: 20px 14px 44px;
  }

  .live-window::after {
    height: 18px;
    background-size: 100% 18px;
  }

  .live-badge {
    top: 16px;
    right: 14px;
    height: 20px;
    min-width: 58px;
    padding: 0 10px 0 22px;
    font-size: 10px;
    line-height: 20px;
  }

  .live-badge::before {
    left: 10px;
    top: 8px;
    width: 5px;
    height: 5px;
  }

  .play-button {
    left: 16px;
    bottom: 14px;
    width: 42px;
    height: 34px;
  }

  .live-info {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 20px;
  }

  .info-item {
    justify-content: flex-start;
    min-height: 42px;
    padding: 6px 10px;
    font-size: 12px;
    white-space: normal;
    width: 90%;
    margin: 0 auto;
  }

  .info-item img {
    width: 24px;
    height: 24px;
  }

  .site-footer {
    min-height: auto;
    padding: 22px 16px;
    font-size: 12px;
    line-height: 1.7;
  }

  .site-footer p {
    word-break: normal;
  }
}

@media (max-width: 380px) {
  .header-logo {
    width: 104px;
  }

  .header-slogan {
    font-size: 10px;
  }

  .hero {
    min-height: 430px;
  }

  .hero-inner {
    min-height: 430px;
  }

  .intro-panel p {
    left: auto;
    right: auto;
    top: auto;
    font-size: 9px;
  }
}