.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;
  background: #eff9ffe5;
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  padding: 0 136px;
  height: 72px;
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
}

.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: #0098ff;
  font-weight: 600;
}

.header-wrap .navbar .navbar-item a:not(.registration-btn) {
  color: #000000;
}

.banner-title-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  height: 232px;
  width: 100%;
}

.banner-title-wrap .banner-title {
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/大会标题_标准.svg?t=0428');
  background-size: auto 100%;
  background-repeat: no-repeat;
  height: 144px;
  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%;
}

a.registration-btn {
  background-color: #0098ff;
  color: #ffffff;
  border-radius: 2px;
  padding: 12px 24px;
}

a.registration-btn:hover,
a.registration-btn:active {
  background-color: #00b3ff;
}

.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-1/领星logo.svg?t=0428');
  /* 设置背景图片 */
  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-1/大会标题_横版.svg?t=0428');
  /* 设置背景图片 */
  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: 112px;
}

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

.banner-wrap .registration-btn {
  width: 152px;
  height: 56px;
  border-radius: 4px;
  background-color: #0098ff;
  line-height: 32px;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}

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

.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: 24px;
  /* 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-color: #e3f4ff;
}

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

.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;
}

.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: #000000;
}

.speakers-wrap .part-title-wrap .title {
  color: #fff;
}

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

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

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

.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: 4px;
  border: none;
  /* 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: 32px;
}

.light-item .light-text {
  font-size: 20px;
  line-height: 32px;
  color: #495d6e;
  font-family: PingFang SC;
  letter-spacing: 4%;
  font-weight: 400;
}

.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 {
  width: 100%;
  height: 144px;
  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%;
}

.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: #eff9ff;
}
#section5 {
  padding-bottom: 5%;
  background: linear-gradient(0deg, rgba(6, 28, 99, 1), rgba(6, 28, 99, 1));
}
.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: 56px;
  position: relative;
}

.agenda-nav {
  width: 280px;
  height: 432px;
  position: sticky;
  top: 152px;
  display: flex;
  flex-direction: column;
  row-gap: 8px;
  overflow: hidden;
  box-sizing: border-box;
  margin-right: 64px;
}

.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: 184px !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;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 8px;
  position: relative;
  width: 100%;
  text-align: left;
}

.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 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

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

.agenda-nav > div:not(.active) {
  background-color: #fff;
  color: #000;
}

.agenda-nav p.title {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 8px;
}

.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: 4px;
  position: relative;
  background-color: #fff;
  height: 128px;
  width: 100%;
  margin-bottom: 24px;
  padding: 24px 24px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

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

.agenda-list-wrap .agenda-item-wrap .agenda-item-wrap-content {
  flex: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  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 .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: 600;
  line-height: 28px;
  text-align: left;
  color: #000;
}

.agenda-list-wrap .agenda-item-wrap .name {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 160px;
  margin-left: 16px;
}

.agenda-list-wrap .agenda-item-wrap .name-tag {
  color: #08134b;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

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

.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 {
  height: 48px;
  border-radius: 4px;
  padding: 12px 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  font-weight: 600;
  color: #0098ff;
  background-color: #0098ff1a;
  box-sizing: border-box;
  margin-bottom: 24px;
}

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

.speakers-wrap {
  padding: 120px 32px;
  background-color: #0098ff;
  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: 72px;
  display: flex;
  flex-direction: row;
  gap: 24px;
  flex-wrap: wrap;
}

.speaker-wrap {
  width: 160px;
  text-align: center;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  border-radius: 2px;
}

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

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

.speaker-wrap .name {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-align: left;
  padding: 4px 8px;
  color: #fff;
  background: #00b3ff;
  position: relative;
}

.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) {
  color: #000;
  font-family: PingFang SC;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: left;
}

.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-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;
}
.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: #000;
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  background: #fff;
}

.bottom-left a:hover,
.bottom-left a:active {
  background-color: #eff9ff;
  color: #0098ff;
}

.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;
}

/*新精彩回放*/
.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: #0098ff;
  font-weight: 600;
}

.agenda-list-wrap .agenda-item-wrap .time {
  font-family: PingFang SC;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  color: #495d6e;
}
.sponsor-wrap .content-wrap .part-title-wrap {
  margin-bottom: 64px;
}

.sponsor-group {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.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: 4px;
  overflow: hidden;
}
.news-container .news-image {
  width: 680px;
  height: 424px;
  background-image: url('https://static.distributetop.com/office-site-new/SGC2025-1/媒体聚焦 PC端.png');
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.news-container .news-image::after {
  bottom: 16px;
  left: 24px;
  position: absolute;
  content: '2025领星跨境电商海外仓峰会圆满结束，ERPxWMS助力中国企业出海';
  display: block;
  width: 100%;
  color: #FFFFFF;
  font-size: 20px;
}

.news-list-container {
  height: 424px;
  background-color: #FFFFFF;
  padding: 32px 40px;
  width: 584px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.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: #0098FF;
}

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

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

.news-item-tag {
  color: #000;
  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: 4px;
  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: #495D6E;
}


.review-nav {
  display: none;
}