.down-btn {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  width: 5rem;
  height: 5rem;
  background-size: cover;
  background-image: url('https://static.distributetop.com/img/SGC2024-01/箭头.svg');
}

.button-bottom {
  display: none;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 6.25rem);
  height: 5rem;
  background: linear-gradient(282.97deg, #00b0e8 0%, #65d8ff 100%);
  color: #fff;
  font-family: PingFang SC;
  font-size: 1.5rem;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
}

.close-video {
  cursor: pointer;
  background-position-y: center;
  background-position-x: center;
  background-repeat: no-repeat;
  background-size: 0.5rem, 0.5rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACVUlEQVR4Xu2aMU7FMAyGf+8MHIIJJA7Ajh4bC0KsDOxMrMDMwAFY2JDYkFiAnRs8JjauwG4U1EpV9V7rNLaj16RrHcf/F9tNqhAKf6hw/agAagYUTqCWQOEJUJtgLYGYEmDmBYB9AD8AXonoN2a8lS0zbwE4AbANYElEH9K5xBnAzDcArjuOPwFcENGXdDILO2beBfAA4KDj/5aIQryjjwgAMx8CeF/hbQngNBeERvwzgL0VsR0R0dsYASmASwD3a5xlgTAiPoR6RUR3WgDOADwNOHOFIBAfQj0nokctAKHJhHTq1lnftwsEofjQnxaSJi0qgaBUOLEpBIsYxAByQ7AQHzRFAcgFwUr8JADeECzFTwbgBcFafBIAawge4pMBWEHwEq8CQBuCp3g1AFoQvMWrAkiFkEO8OoCpEHKJNwEQC6E5UKw70rbnDbMtdvROcOx01b4Xrup3Y7+T66RpBiAiE4aYmq18O6kpgEQI5uLNekB/SYXl0B3mIt4NQCcTXgAM1XswDX3h2Os/o3kJ9JpimQCKLoEJ4s2//d1mY1oCCeLdIJgBEIqf50ZIKP7/Uze7rXCM+PZTN2WMdEs+ZqdaAilCUsaOiRx6rwZAQ4CGj1gYKgA0A9f0JYGRDMAiYAuf62AkAbAM1NK3ykbII0CPOSZlgEdgkX+WJh+fowF4iveAEAUgh3hrCGIAOcVbQhABaO7hlXtFhpmLvyRV/DW5si9KNn91y70q2+nC5V6WlpysNtFG9BncRGHSmCsAKam52tUMmOvKSnXVDJCSmqtd8RnwB9cM3FBOoZECAAAAAElFTkSuQmCC);
  border-radius: 0.2rem;
  width: 0.75rem;
  height: 0.75rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0.25rem;
  right: 0.25rem;
  font-size: 9.375rem;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.45);
}

.meng {
  z-index: 99999;
  left: 0;
  top: 0;
  position: fixed;
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

#playback {
  top: 0;
  left: 0;
  z-index: 999999999;
}

html {
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
}

body {
  font-family: PingFang SC, Arial, sans-serif;
  margin: 0;
  background: #fff;
  max-width: 100%;
  width: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  font: inherit;
  color: inherit;
}

header {
  width: 100%;
  background: rgba(8, 19, 75, 0.2);
  position: sticky;
  left: 0;
  top: 0;
  z-index: 100;
}

section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.content-wrap {
  width: 1264px;
  margin: 0 auto;
}

.header-wrap {
  width: 100% !important;
  box-sizing: border-box;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0 136px;
  height: 80px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  background: #000A49E5;
  border-bottom: 1px solid #FFFFFF1A;
}

.header-wrap .navbar {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header-wrap .navbar .navbar-item {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header-wrap .navbar .navbar-item + .navbar-item {
  margin-left: 30px;
}

.header-wrap .navbar .navbar-item:hover a:not(.registration-btn) {
  color: #fff;
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
}

.header-wrap .navbar .navbar-item a:not(.registration-btn) {
  color: #FFFFFF99;
  font-size: 16px;
  font-weight: 400;
  font-style: Regular;
}

.banner-title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  height: 232px;
  width: 100%;
}
.QH-address {
  display: none;
}
.banner-title-wrap .banner-title {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-2/峰会主题.svg?t=0428');
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center center;
  height: 131px;
  width: 100%;
}

.banner-title-wrap .banner-date {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/大会标题_时间地点.svg?t=0428');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 40px;
  width: 100%;
}
/* banner的时间倒计时展示 */
.banner-date-warp {
  width: 100%;
  display: flex;
  justify-content: center;
}
.banner-date-warp .banner-date {
  display: flex;
  align-items: center;
  /* justify-content: space-around; */
  justify-content: space-between;
  margin-left: 30px;
  border: 1px solid #B1CDF733;
  border-radius: 40px;
  padding: 0 8px 0 24px;
  height: 56px;
  width: 378px;
  backdrop-filter: blur(24px);
  box-shadow: 0px 0px 4px 0px #B1CDF740 inset;
  background: radial-gradient(106.95% 73.54% at 50% 100%, rgba(0, 72, 217, 0.1) 0%, rgba(0, 72, 217, 0.01) 100%);
  box-sizing: border-box;
}
.banner-date-warp .banner-date .banner-date-title{
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 14px;
  line-height: 24px;
  color: #000A49;
  margin-right: 8px;
  color: #fff;
  white-space: nowrap;
}
.banner-date-warp .banner-date .banner-date-value {
  display: flex;
  /* flex: 1; */
  min-height: 128px;
}
.banner-date-warp .banner-date .banner-date-value .banner-date-time .top{
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  min-width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.banner-date-warp .banner-date .banner-date-value .banner-date-time .bottom{
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
}
.banner-date-warp .banner-date .banner-date-value .banner-date-time {
  margin-left: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.banner-date-warp .banner-date .viewing-appointment{
  position: relative;
  width: 124px;
  height: 40px;
  border-radius: 40px;
  background: radial-gradient(100% 217.23% at 100% 100%, #BCD7FF 0%, #FFFFFF 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  color: #000A49;
  text-align: center;
  box-sizing: border-box;
  font-family: PingFang SC;
  font-style: Semibold;
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.viewing-appointment span {
  padding-left: 24px;
}
.viewing-appointment .channel-code {
  display: none;
  position: absolute;
  bottom: -182px;
  background-color: #fff;
  border-radius: 4px;
  width: 128px;
  z-index: 9;
  height: 152px;
}
.viewing-appointment .channel-code .qrcode {
  width: 100%;
  z-index: 9;
}
.banner-date-warp .banner-date .viewing-appointment:hover{
  color: #0048D9;
}
.viewing-appointment:hover .channel-code, .viewing-appointment:active .channel-code {
  display: block;
}
a.registration-btn {
  background-color: #fff;
  color: #000A49;
  border-radius: 4px;
  padding: 12px 24px;
}

a.registration-btn:hover,
a.registration-btn:active {
  color: #0048D9;
}

.logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.logo-wrap .logo-lx {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-2/领星logo.svg');
  /* 设置背景图片 */
  background-size: auto 100%;
  height: 24px;
  width: 192px;
  border-right: 1px solid #b2bccb;
  margin-right: 24px;
  padding-right: 24px;
  background-repeat: no-repeat;
}

.logo-wrap .logo-group {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-2/峰会主题-1.svg');
  /* 设置背景图片 */
  height: 24px;
  background-size: auto 100%;
  background-repeat: no-repeat;
  width: 230px;
}

.banner-wrap .content-wrap {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  /* row-gap: 64px; */
  /* margin-top: 216px; */
  padding-top: 216px;
}

.banner-wrap .banner-date {
  margin-bottom: 16px;
}

.banner-wrap .registration-btn {
  width: 136px;
  height: 56px;
  border-radius: 8px;
  background-color: #fff;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #000A49;
  text-align: center;
  box-sizing: border-box;
  font-family: PingFang SC;
  font-style: Semibold;
}

.banner-wrap {
  height: 724px;
  z-index: 1;
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-2/banner_1440 2.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: visible;
}

.banner-wrap .button {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 55px;
  width: 152px;
  height: 56px;
  border-radius: 8px;
  background: linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
  line-height: 56px;
  font-size: 18px;
  font-weight: 600;
  color: #08134b;
}

.icon-arrow_right {
  font-size: 24px;
}

.banner-wrap .button:hover {
  background-blend-mode: multiply;
  background: linear-gradient(91.84deg, #83cfbd 0%, #4daeeb 79.98%);
}

.arrow {
  display: inline-block;
  font-size: 18px;
  /* background-image: url('https://static.distributetop.com/img/SGC2023/btn-go.svg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      width: 24px;
      height: 24px; */
}

.banner-wrap .video-container {
  width: 2560px;
  height: 736px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.banner-wrap .video-container video {
  height: 100%;
  width: 100%;
}

.date-location-wrap {
  display: flex;
  flex-direction: row;
  margin-top: 32px;
  align-items: center;
}

.date-location-wrap img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.date-location-wrap .date {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2.04px;
  color: #0680b4;
}

.date-location-wrap .split {
  width: 2px;
  height: 30px;
  background-color: #0680b4;
  margin: 0 12px;
}

.date-location-wrap .location {
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 2.04px;
  /* 设置文本颜色为透明，以便我们可以看到背景 */
  color: transparent;
  /* 创建线性渐变背景 */
  background: linear-gradient(0deg, #60cdff, #60cdff),
    linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
  /* 裁剪背景到文本本身（确保背景只在文字上显示） */
  background-clip: text;

  /* 使文本的渐变背景可见 */
  -webkit-background-clip: text;
  /* 对于旧版的 WebKit 浏览器 */
  -webkit-text-fill-color: transparent;
  /* 对于旧版的 WebKit 浏览器 */
}

.highlights-wrap {
  padding: 120px 0px 144px 0px;
  box-sizing: border-box;
background: #000A49;
}

.news-wrap {
  padding: 120px 0px 144px 0px;
  box-sizing: border-box;
  background: rgba(0, 72, 217, 1);
}

.review-wrap {
  padding: 120px 0px 144px 0px;
  box-sizing: border-box;
  background-color: #eff9ff;
}

.photo-wrap {
  padding: 120px 0px 144px 0px;
  box-sizing: border-box;
  background-color: #eff9ff;
}

/* 精彩回放 */
.part-title-wrap {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.rpart-title-wrap {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-bottom: 60px;
}

.rpart-title-wrap .upper {
  margin-top: 8px;
  color: #0098ff;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.ppart-title-wrap {
  color: #fff;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 56px;
  margin-top: 112px;
  margin-bottom: 64px;
}
.ppart-title-wrap .upper {
  margin-top: 8px;
  color: #37393e;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  background: linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.part-title-wrap .title {
  font-size: 48px;
  line-height: 64px;
  font-weight: 600;
  color: #fff;
  text-align: center
}

.speakers-wrap .part-title-wrap .title {
  color: #fff;
}
.news-wrap .part-title-wrap .upper {
  width: 74px;
}
.part-title-wrap .upper {
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 24px;
  margin-top: 16px;  
  border: 1px solid #FFFFFF;
  width: 117px;
  height: 32x !important;
  text-align: center;
  border-radius: 40px;
}

/* .speakers-wrap .part-title-wrap .upper {
  color: #8ddcff;
} */

.highlights-container {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  column-gap: 32px;
}

.light-item {
  background: #fff;
  max-height: 328px;
  min-width: 164px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  transition: transform 0.4s ease;
  border-radius: 24px;
  border: none;
  padding: 56px 38px;
  /* border-image-source: #3377b4; */
}
.light-item .light-img {
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; */
  /* width: 100%; */
  /* height: auto; */
  /* aspect-ratio: 168 / 80; */
}

/* .light-item:nth-child(1) .light-img {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/大会亮点_01.png');
}

.light-item:nth-child(2) .light-img {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/大会亮点_02.png');
}

.light-item:nth-child(3) .light-img {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/大会亮点_03.png');
}

.light-item:nth-child(4) .light-img {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/大会亮点_04.png');
} */

.light-item .title {
  font-size: 32px;
  line-height: 40px;
  text-align: left;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}

.light-item .light-wrap {
  padding-top: 40px;
}
.light-item .light-wrap .title{
  background: linear-gradient(135deg, #0048D9 0%, #0319A3 100%);
  /* 2. 将背景裁剪到文字形状 (重要！) */
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;

  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
}
.light-item .light-text {
  color: #000A49;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
}

.light-item:hover {
  transform: translateY(-16px);
}

.light-text p:first-child {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-left: 32px;
}

.light-text p:last-child {
  margin-left: 32px;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.64px;
  color: #b2bccb;
}

.light-item:hover .light-text p:first-child {
  background: linear-gradient(114deg, #2b99ff 0%, #8adcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.light-item img {
  height: 80px;
  overflow: hidden;
}

.review-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  /* justify-content: center; */
  position: relative;
  margin-top: 64px;
}

.buttonGroup {
  display: flex;
  flex-direction: row;
}

.swiper-pagination {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: none;
}

.video-wrap {
  text-align: left;
  cursor: pointer;
}

.video-wrap-pic {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 248;
  cursor: pointer;
}

.video-wrap-pic img:first-child {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.video-wrap-pic::after {
  content: '';
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 16px;
  right: 85%;
  background: url('https://static.distributetop.com/office-site-new/SGC2025-1/播放icon.svg')
    no-repeat center center;
  background-size: 100% 100%;
}
.agenda-wrap .agenda-list-wrap .agenda-item-wrap .half-special {
  display: none;
}
.video-wrap .tag {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  margin-top: 24px;
  text-align: start;
  user-select: none;
}

.video-wrap:hover .tag {
  color: #0098ff;
}

.video-wrap p:not(.tag) {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #495d6e;
  text-align: start;
  margin-top: 8px;
  margin-bottom: 40px;
}

.level-title {
  width: fit-content;
  padding: 0 20px;
  margin: 64px 0 24px;
  border-radius: 40px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 600;
}

.level1 {
  background: linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
  color: #08134b;
}

.level2 {
  background: #0053b4;
  color: #fff;
}

.photo-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
}

#section7 {
  padding-top: 120px;
  padding-bottom: 144px;
  background: #000A49;
}
#section5 {
  padding-bottom: 5%;
  background: #F0F4FB;
}
#section5 .part-title-wrap .title{
  color: #000A49;
}
#section5 .part-title-wrap .upper{
  color: #000A49;
  border: 1px solid #000A49;
  width: 91px;
}
#section7 .part-title-wrap .upper{
  width: 107px;
  height: 30px;
  line-height: 30px;
  border-radius: 40px;
}
.sponsor-wrap .second-title{
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-align: center;
  margin-bottom: 32px;
}
.sponsor-wrap .coper-title {
  margin-top: 64px;
}
.photoMore_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
}
.photoMore {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
  color: #000000;
  cursor: pointer;
}

.photoMore:hover {
  /* background: linear-gradient(113.96deg, #2B99FF 0%, #8ADCFF 100%);
      background-clip: text;
      -webkit-background-clip: text; */
  /* color: transparent; */
  /* border-radius: 2px;
      border: 1px solid var(--, #2B99FF); */
  color: #0098ff;
}

.photo {
  position: relative;
  cursor: pointer;
  width: 240px;
  height: 80px;
  border-radius: 8px;
  background-color: #fff;
}

.photo-mask {
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.zoomImage {
  width: calc(100% - 27rem);
}

.delete-zoom {
  position: absolute;
  top: 85%;
  cursor: pointer;
  background-repeat: no-repeat;
  width: 0.85rem;
  height: 0.85rem;
  background-size: 0.85rem, 0.85rem;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAACVUlEQVR4Xu2aMU7FMAyGf+8MHIIJJA7Ajh4bC0KsDOxMrMDMwAFY2JDYkFiAnRs8JjauwG4U1EpV9V7rNLaj16RrHcf/F9tNqhAKf6hw/agAagYUTqCWQOEJUJtgLYGYEmDmBYB9AD8AXonoN2a8lS0zbwE4AbANYElEH9K5xBnAzDcArjuOPwFcENGXdDILO2beBfAA4KDj/5aIQryjjwgAMx8CeF/hbQngNBeERvwzgL0VsR0R0dsYASmASwD3a5xlgTAiPoR6RUR3WgDOADwNOHOFIBAfQj0nokctAKHJhHTq1lnftwsEofjQnxaSJi0qgaBUOLEpBIsYxAByQ7AQHzRFAcgFwUr8JADeECzFTwbgBcFafBIAawge4pMBWEHwEq8CQBuCp3g1AFoQvMWrAkiFkEO8OoCpEHKJNwEQC6E5UKw70rbnDbMtdvROcOx01b4Xrup3Y7+T66RpBiAiE4aYmq18O6kpgEQI5uLNekB/SYXl0B3mIt4NQCcTXgAM1XswDX3h2Os/o3kJ9JpimQCKLoEJ4s2//d1mY1oCCeLdIJgBEIqf50ZIKP7/Uze7rXCM+PZTN2WMdEs+ZqdaAilCUsaOiRx6rwZAQ4CGj1gYKgA0A9f0JYGRDMAiYAuf62AkAbAM1NK3ykbII0CPOSZlgEdgkX+WJh+fowF4iveAEAUgh3hrCGIAOcVbQhABaO7hlXtFhpmLvyRV/DW5si9KNn91y70q2+nC5V6WlpysNtFG9BncRGHSmCsAKam52tUMmOvKSnXVDJCSmqtd8RnwB9cM3FBOoZECAAAAAElFTkSuQmCC);
}

.photo img {
  width: 100%;
  height: 100%;
  border-radius: 16px;
}
.photo-wonderful img {
  width: 304px;
  border-radius: 4px;
  cursor: pointer;
}
.photo .panner-introduce {
  background-color: #fff;
  height: 0;
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  display: none;
  overflow: hidden;
  z-index: 1;
  box-sizing: border-box;
  border-radius: 0 0 8px 8px;
  font-family: PingFang SC;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
  padding: 16px;
  /* opacity: 0; */
}

.photo .panner-introduce .to-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 16px;
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #08134b;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
  border-radius: 4px;
}

.photo .panner-introduce .to-btn:hover {
  background: linear-gradient(91.84deg, #83cfbd 0%, #4daeeb 79.98%);
}

.photo:hover .panner-introduce::before {
  display: block;
  content: '';
  position: absolute;
  width: calc(100% - 32px);
  height: 1px;
  top: 0;
  background-color: #e0eaf0;
}

.level1-photo .photo:hover img {
  border-radius: 8px 8px 0 0;
}

.agenda-wrap {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: visible;
  background: #e3f4ff;
}

.agenda-container {
  display: flex;
  flex-direction: row;
  padding-top: 72px;
  position: relative;
}

.agenda-nav {
  min-width: 185px;
  height: 432px;
  position: sticky;
  top: 152px;
  display: flex;
  flex-direction: column;
  /* row-gap: 8px; */
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 135px;
}
#agendaNav2:hover .title, #agendaNav2:hover .active-content .time{
  background: linear-gradient(135deg, #0048D9 0%, #0319A3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* 3. 将文字颜色设为透明，显示背景 */
  color: transparent;
}
.contracts-container .agenda-item-wrap-content .title .title-two br {
  display: none;
}
.middle-moblie-warp {
  display: none;
}
.agenda-nav .line {
  border-bottom: 1px solid rgba(67, 80, 107, .2);
  margin: 40px 0;
}

.agenda-nav .deactive-content {
  margin-top: 8px;
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
  color: #fff;
}

.agenda-nav .active .active-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.agenda-nav .active .deactive-content {
  display: none;
}

.agenda-nav > .active {
  /* height: 120px !important; */
  /* background-color: #0098ff; */
}

.agenda-nav > div {
  /* height: 120px; */
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  color: #000000;
  /* padding: 24px; */
}

/* #agendaNav1.active {
      background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/议程切换-上午场bg.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    }

    #agendaNav2.active {
      background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/议程切换-下午场bg.png');
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
    } */

.agenda-nav .active .title {
  color: #fff;
  margin-bottom: 16px;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  line-height: 64px;
  background: linear-gradient(135deg, #0048D9 0%, #0319A3 100%);
  /* 2. 将背景裁剪到文字形状 (重要！) */
  -webkit-background-clip: text;
          background-clip: text;
  /* 3. 将文字颜色设为透明，显示背景 */
  color: transparent;
}

/* .agenda-nav .active .title::after {
  content: '';
  display: block;
  width: 12px;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url('https://static.distributetop.com/office-site-new/SGC2025-1/箭头2.svg')
    no-repeat center center;
} */

.agenda-nav .active .time {
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 32px;
  line-height: 40px;
  background: linear-gradient(135deg, #0048D9 0%, #0319A3 100%);
  -webkit-background-clip: text;
  background-clip: text;
  /* 3. 将文字颜色设为透明，显示背景 */
  color: transparent;
  white-space: nowrap;
}

.agenda-nav div {
  position: relative;
  color: #000;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}


.agenda-nav p.title {
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 40px;
  color: #43506B;
}

.agenda-nav .time{
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  color: #43506B;  
}

.agenda-nav div p:nth-child(2) {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.agenda-nav .active .line {
  width: 8px;
  height: 96px;
  position: absolute;
  right: 0;
  top: 0;
  transform: translateX(4.5px);
  background: linear-gradient(180deg, #2b99ff 0%, #8adcff 100%);
}

.agenda-container .agenda-list-wrap {
  flex: 1;
}

.agenda-list-wrap .agenda-item-wrap {
  box-sizing: border-box;
  border-radius: 12px;
  position: relative;
  background-color: #fff;
  height: 128px;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 40px 24px 48px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.agenda-list-wrap .contracts-container.agenda-item-wrap {
  height: 448px;
}

.agenda-list-wrap .agenda-item-wrap .agenda-item-wrap-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
}
.agenda-item-wrap-content-warp {
  display: flex;
  flex:1;
  align-items: center;
}
.agenda-list-wrap
  .contracts-container.agenda-item-wrap
  .agenda-item-wrap-content {
  flex-direction: column;
  align-items: flex-start;
}

.agenda-list-wrap .agenda-item-wrap .agenda-item-wrap-content img.circle {
  width: 80px;
  height: 80px;
}

.agenda-list-wrap .agenda-item-wrap img.half {
  display: none;
  width: 232px;
  height: 232px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}

.agenda-list-wrap .agenda-item-wrap .agenda-item-wrap-content .title {
  flex: 1;
}

.agenda-item-wrap.contracts-item-wrap:hover {
  background-image: url('https://static.distributetop.com/img/SGC2024-01/圆桌-点亮.png') !important;
}

.agenda-item-wrap.contracts-item-wrap {
  height: 360px !important;
  padding: 0 54px 0 48px;
  background-image: url('https://static.distributetop.com/img/SGC2024-01/圆桌-常规.png');
}

.agenda-list-wrap .agenda-item-wrap .mobile-contracts-wrap {
  display: none;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap {
  display: flex;
  overflow: hidden;
  column-gap: 6px;
  width: 100%;
  justify-content: space-between;
  margin-top: 24px;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap .hover-click-img {
  display: none;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap .normal-img {
  display: block;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap .contracts-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap .contracts-item img {
  width: 80px;
  height: 80px;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap .contracts-item .desrc {
  text-align: center;
  color: #495d6e;
  font-family: PingFang SC;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

.agenda-list-wrap .agenda-item-wrap .contracts-wrap .contracts-item .item-name {
  margin: 12px 0 4px 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.agenda-list-wrap .agenda-item-wrap .title {
  font-family: PingFang SC;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-align: left;
  color: #000A49;
}
.agenda-list-wrap .agenda-item-wrap .time2 {
  display: none;
}
.agenda-list-wrap .agenda-item-wrap .name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 160px;
  margin-left: 24px;
}

.agenda-list-wrap .agenda-item-wrap .name-tag {
  /* margin-bottom: 4px; */
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #0048D9 0%, #0319A3 100%);
  -webkit-background-clip: text;
          background-clip: text;
  /* 3. 将文字颜色设为透明，显示背景 */
  color: transparent;
}

.agenda-list-wrap .agenda-item-wrap .name .desc {
  font-family: PingFang SC;
  text-align: left;
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Regular;
  font-size: 12px;
  line-height: 16px;
  color: #000A49;
}

.name-wrap.agenda-item-wrap .name {
  display: block;
}

.agenda-list-wrap .agenda-item-wrap > img {
  width: 232px;
  height: 232px;
  position: absolute;
  top: 0;
  right: 40px;
}

.agenda-list-wrap .name-wrap {
  padding: 0 0 0 48px;
  min-height: 336px;
  background-image: url('https://static.distributetop.com/img/SGC2023/agenda_bg_03.png');
  /* 设置背景图片 */
}

.agenda-list-wrap .name-wrap.active {
  background-image: url('https://static.distributetop.com/img/SGC2023/agenda_bg_04.png');
  /* 设置背景图片 */
}

.agenda-list-wrap .name-wrap > div > p.name {
  display: none;
}

.name-container {
  padding-top: 8px;
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.agenda-small-wrap {
  text-align: center;
}

.agenda-small-wrap img {
  width: 88px;
  height: 88px;
}

.agenda-small-wrap .name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 0 4px 0;
}

.agenda-small-wrap p:not(.name) {
  color: #b2bccb;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.agenda-list-wrap .name-wrap.active .agenda-small-wrap p:not(.name) {
  color: #fff;
}

.agenda-wrap .agenda-list-wrap .title-tag {
  display: none;
}

.agenda-wrap .agenda-list-wrap .agenda-item-wrap .title-special br {
  display: none;
}

/* #agendaContent2 {
      display: none;
    } */

.speakers-wrap {
  padding: 120px 32px;
  background-color: #0048D9;
  /* background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/渐变元素.png'); */
  /* background-size: 1046px 400px;
  background-repeat: no-repeat;
  background-position: -34% 100%; */
}

.speaker-container {
  padding-top: 64px;
  display: flex;
  flex-direction: row;
  gap: 48px 80px;
  flex-wrap: wrap;
}

.speaker-wrap {
  width: 144px;
  text-align: center;
  background-color: #0048D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 2px;
}

.speaker-wrap .desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 48px; */
  padding: 4px;
  box-sizing: border-box;
}

.speaker-wrap .img {
  width: 128px;
  height: auto;
  aspect-ratio: 928 / 928;
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}

.speaker-wrap .name {
  font-family: PingFang SC;
  font-weight: 600;
  font-style: Semibold;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #fff;
  margin-top: 24px;
}

/* .speaker-wrap .name::after {
  content: '';
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 48px;
  height: 45px;
  background: url('https://static.distributetop.com/office-site-new/SGC2025-1/元素1.svg')
    no-repeat center center;
  background-size: 100% 100%;
} */

.speaker-wrap p:not(.name) {
  font-family: PingFang SC;
  font-weight: 400;
  font-style: Semibold;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #fff;
}

.more-speaker {
  margin-top: 24px;
  font-size: 20px;
  font-weight: 600 !important;
  line-height: 28px;
  background: linear-gradient(114deg, #2b99ff -1.32%, #8adcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tickets-wrap {
  height: 752px;
  padding-top: 112px;
  background-image: url('https://static.distributetop.com/img/SGC2023/ticket_bg.png');
  /* 设置背景图片 */
  background-repeat: no-repeat;
  background-position: center 100%;
  background-size: cover;
}

.ticket-container {
  margin-top: 56px;
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.ticket-item {
  width: 304px;
  height: 352px;
  border: 1px solid #37393e;
  background: rgba(23, 24, 26, 0.4);
  backdrop-filter: blur(20px);
}

.ticket-item > div:first-child {
  width: 100%;
  height: 16px;
  background: linear-gradient(90deg, #7c67ff 0%, #2b99ff 100%);
}

.ticket-item .ticket-money {
  margin: 0 24px;
  padding: 24px 0 16px 0;
  display: flex;
  flex-direction: row;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  /* 133.333% */
  align-items: center;
  justify-content: space-between;
}

.ticket-item .ticket-desc {
  margin: 0 24px;
  height: 174px;
  border-top: 1px solid #37393e;
  padding-top: 16px;
  color: #b2bccb;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  /* 150% */
}

.ticket-item .ticket-btn {
  display: block;
  text-align: center;
  margin: 0 24px;
  height: 48px;
  line-height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(178, 188, 203, 0.7);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  text-decoration: none;
}

.ticket-item .ticket-btn:hover {
  border: 1px solid #2b99ff;
  background: #2b99ff;
}

.sponsor-wrap {
  background: linear-gradient(0deg, #ebf9ff, #ebf9ff),
    linear-gradient(
      180deg,
      rgba(101, 216, 255, 0) 0%,
      rgba(101, 216, 255, 0.2) 100%
    );
}

.bottom-wrap {
  height: 312px;
  background: linear-gradient(90deg, #0048D9 0%, #0319A3 100%);
  /* background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/底部背景.png'); */
  /* 设置背景图片 */
  /* background-size: cover;
  background-repeat: no-repeat;
  background-position: center; */
}

.bottom-container {
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.bottom-left br {
  display: none;
}
.bottom-left p {
  color: #fff;
  font-family: PingFang SC;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
  text-align: left;
}

.bottom-left a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 32px;
  width: 152px;
  height: 56px;
  border-radius: 4px;
  color: #000A49;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  background: #fff;
  font-family: PingFang SC;
  font-style: Semibold;
  line-height: 32px;
}

.bottom-left a:hover,
.bottom-left a:active {
  color: #0048D9;
}

.bottom-left a span {
  font-size: 18px;
  font-weight: 600;
  background: linear-gradient(114deg, #2b99ff 0%, #8adcff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bottom-right {
  display: flex;
  flex-direction: row;
  column-gap: 32px;
  margin-left: 216px;
}

.bottom-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 128px;
  background-color: #fff;
  border-radius: 16px;
}

.bottom-qr-item img {
  width: 100%;
  height: auto;
}

.phone-btn {
  display: none;
}

.swiper {
  display: none;
}

.xgplayer .xgplayer-progress-played {
  background-color: #2b99ff;
  /* 设置为红色 */
}

.watchPlayback {
  background-color: #fff;
  width: 76px;
  height: 16px;
  margin-left: 15px;
  padding: 4px 8px 4px 6px;
  border-radius: 4px;
  font-size: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #37393e;
}

.watchPlayback img {
  padding-right: 4px;
}

.timeWatch {
  width: 140px;
  display: flex;
  flex-direction: row;
  text-align: center;
}
.timeWatch .time2 .start-time{
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 28px;
  line-height: 40px;
  color: #fff;
  margin-bottom: 4px;
}
.timeWatch .time2 .end-time{
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 20px;
  line-height: 20px;
  opacity: 0.5;
  color: #fff;
  text-align: left;
}
/*新精彩回放*/
.swiper {
  display: none;
}
/*新精彩瞬间*/
.photo-wonderful {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
  width: 304px;
  /* height: 200px; */
  border-radius: 8px;
  background-color: #fff;
}
.photo-container.wonderful-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}

/*查看回放*/
.header_top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-registration-top {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  height: 72px;
  width: 184px;
  cursor: pointer;
  color: #08134b;
  background: linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
}

.banner-registration {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 152px;
  border-radius: 8px;
  background: #2b99ff;
  margin-top: 36px;
  cursor: pointer;
  color: #08134b;
  background: linear-gradient(91.84deg, #a6f7c5 0%, #60cdff 79.98%);
}

.banner-registration span {
  font-size: 18px;
  font-weight: 600;
  color: #08134b;
}

.banner-registration img {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}
.header-wrap .navbar .navbar-item a.active {
  color: #fff;
  font-weight: 400;
  font-style: Regular;
}

.agenda-list-wrap .agenda-item-wrap .time {
  font-family: PingFang SC;
  font-weight: 500;
  font-style: Medium;
  font-size: 16px;
  line-height: 24px;
  color: #0048D9;
}
.sponsor-wrap .content-wrap .part-title-wrap {
  margin-bottom: 64px;
}

.sponsor-group .sponsor-items{
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}
.sponsor-group .sponsor-items .sponsor-item {
  width: 240px;
  height: 80px;
  border-radius: 8px;
  cursor: pointer;
}
.sponsor-group + .sponsor-group {
  margin-top: 24px;
}
.sponsor-group .sponsor-type {
  font-family: PingFang SC;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: #000000;
  margin-right: 64px;
}
.sponsor-items {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  /* justify-content: space-between; */
}
.sponsor-items .sponsor-item {
  width: 240px;
  height: 80px;
}
.agenda-register {
  margin-top: 56px;
  width: 152px;
  height: 56px;
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;
}
.header-wrap .navbar .navbar-item a:not(.registration-btn) {
  display: none;
}
.news-container {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 12px;
  overflow: hidden;
  padding: 8px;
  background-color: #fff;
}
.news-container .news-image {
  width: 624px;
  height: 424px;
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-2/媒体聚焦 PC端.png');
  background-size: cover;
  position: relative;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
}

.news-container .news-image::after {
  bottom: 0px;
  /* left: 24px; */
  position: absolute;
  content: '官宣 | 2025领星跨境电商峰会定档，9月17日深圳见！';
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
  height: 64px;
  line-height: 64px;
  padding-left: 24px;
  background: linear-gradient(180deg, rgba(0, 10, 73, 0) 0%, #000A49 100%);
  box-sizing: border-box;
}

.news-list-container {
  height: 424px;
  background-color: #FFFFFF;
  padding: 32px 40px;
  /* width: 584px; */
  flex: 1;
  box-sizing: border-box;
  overflow-y: scroll;
}
.news-list-container::-webkit-scrollbar {
  width: 4px;       /* 垂直滚动条的宽度 */
}
.news-list-container::-webkit-scrollbar-track {
  background: rgba(104, 116, 134, .1);
}
.news-list-container::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: rgba(104, 116, 134, .3);
}
.news-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.news-list .news-item {
  display: flex;
  height: 24px;
  position: relative;
  padding-left: 22px;
}

.news-list .news-item:hover .news-item-tag{
  color: #0048D9;
}

.news-list .news-item::before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #0048D9;
  top: 8px;
  left: 0;
}

.news-list .news-item:not(:last-child) {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed #43506B33;
}

.news-item-tag {
  color: #000A49;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-right: 16px;
  white-space: nowrap;
  position: relative;
}

.news-list .news-item:hover .news-item-tag::after {
  background-color: #0098FF;
}

.news-item-tag::after {
  position: absolute;
  content: '';
  width: 2px;
  height: 16px;
  background-color: #000;
  top: 3px;
  right: -8px;
}

.news-item-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-item-title a {
  color: #43506B;
}


.review-nav {
  display: none;
}
/**直播*/
.player {
  /* width: 500px;
  height: 250px; */
  width: 76.2%;
  aspect-ratio: 16/9;
}
.player .plv-live-player-container{
  height: 100% !important;
}
.live-stream-warp {
  margin: 0 auto;
  width: 1264px;
  padding-top: 60px;
}
.live-stream-content {
  display: flex;
}
.time-order-wrap .time-order.time-order-active {
  height: calc(100% - 70px);
}
.time-order-wrap .time-order .time-order-header{
  color: #fff;
  height: 70px;
}
.time-order-wrap .time-order .time-order-content {
  height: 0;
}
.time-order-wrap .time-order.time-order-active {
  height: calc(100% - 70px);
}