/* 禁止切换语言 */
.langList {
  display: none !important;
}
.language .items-center img {
  display: none;
}
.icon-navigate-menu {
  display: none !important;
}
.forex-wrapper-body {
  font-size: 16rem;
}

.ebc-tabs {
  margin-top: 56rem;
}

.section1 {
  margin-top: 56rem;
}
.section1-box {
  position: relative;
  display: flex;
  gap: 40rem;
}
.section1-left {
  width: calc(100% - 322rem);
  flex-shrink: 0;
  align-self: flex-start;
}
.section1-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 282rem;
  flex-shrink: 0;
  height: 100%;
}

.section1 h1 {
  color: var(--Text-Primary, #000);
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36rem;
}

.section-lang {
  margin-top: 8rem;
  display: flex;
  align-items: center;
  color: var(--Text-Secondary, rgba(0, 0, 0, 0.64));
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22rem;
  gap: 4rem;
}

.section-lang .icon-forex-language {
  font-size: 18rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22rem;
}

.section1-btn-box {
  margin-top: 32rem;
}

.section1-intro-label {
  margin-top: 32rem;
  color: var(--Text-Primary, #000);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28rem;
}

.section1-intro-value {
  margin-top: 8rem;
  color: var(--Text-Secondary, rgba(0, 0, 0, 0.64));
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24rem;
}

.section1-video-box {
  position: relative;
  margin-top: 32rem;
  width: 100%;
  height: 475rem;
  border-radius: 16rem;
  overflow: hidden;
}
.section1-video-box img {
  width: 100%;
  height: auto;
}
.section1-right {
  display: flex;
  flex-direction: column;
  /* gap: 24rem; */
}
.forex-wrapper .section1-right-title {
  color: var(--ebc--, #232222);
  font-size: 18rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26rem;
  flex-shrink: 0;
}

.section1-right-list {
  margin-top: 24rem;
  display: flex;
  flex: 1;
  flex-direction: column;
  overflow-y: auto;
  gap: 8rem;

  /* Firefox */
  scrollbar-width: none;

  /* IE 和旧版 Edge */
  -ms-overflow-style: none; /* IE 10+ 和旧版 Edge */
}
.section1-right-list::-webkit-scrollbar {
  display: none; /* 隐藏滚动条 */
}
.section1-right-btn-mobile {
  display: none;
}

.section1-right-item {
  display: flex;
  padding: 16rem 20rem;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #f7f7f7;
  border-radius: var(--Corner-Radius-RC08, 8rem);
  background: var(--Neutral-BG_B, #f7f7f7);
  gap: 20rem;
  transition: all 0.3s;
  cursor: pointer;
}

.section1-right-item-content {
  position: relative;
  width: calc(100% - 48px);
}
.section1-right-item-title {
  max-width: 100%;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden;
  color: var(--ebc--, #232222);
  text-overflow: ellipsis;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22rem;
}

.section1-right-item-time {
  margin-top: 2rem;
  overflow: hidden;
  color: var(--Text-Tertiary, rgba(0, 0, 0, 0.48));
  text-overflow: ellipsis;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 22rem;
}

.section1-right-item-play-box {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 28rem;
  height: 28rem;
  flex-shrink: 0;
  background: url("/ebc-static/image/forex/webinars/play.png") no-repeat;
  background-size: contain;
  background-position: center;
}

.section1-right-item:hover {
  border: 1px solid #a52933;
}

.section1-right-item-active {
  border: 1px solid var(--Brand-Secondary-Red, #a52933);
  background: var(--Brand-Neutral-Beige, #f9f6f2);
}

.section1-right-item-active .section1-right-item-play-box {
  background: url("/ebc-static/image/forex/webinars/play_active.png") no-repeat;
  background-size: 100% 100%;
}

.section1-right-item-active .section1-right-item-time,
.section1-right-item-active .section1-right-item-title {
  color: #a52933;
}
.section2 {
  margin-top: 32rem;
  padding-top: 32rem;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.section2-title {
  color: var(--Text-Primary, #000);
  font-size: 24rem;
  font-style: normal;
  font-weight: 500;
  line-height: 36rem; /* 150% */
}

.course-list-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 32rem;
  padding-bottom: 64rem;
}
.swiper-slide {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.course-item {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  /* width: 353rem; */
  width: 100%;
}

.course-item-img {
  width: 100%;
  border-radius: 8rem;
}

.course-item-title {
  width: 100%;
  margin-top: 32rem;
  color: #232222;
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap; /* 禁止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出时显示省略号 */
}

.course-item-intro {
  position: relative;
  padding-right: 40rem;
  margin-top: 16rem;
  display: flex;
  align-items: center;
  gap: 10rem;
  color: var(--Text-Tertiary, rgba(0, 0, 0, 0.48));
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.57;
}
.course-item-intro-line {
  width: 1px;
  height: 12rem;
  background: var(--Neutral-Stroke, rgba(0, 0, 0, 0.12));
}

.course-item:hover .course-item-intro::after {
  color: #6a6967;
}

.course-item-intro::after {
  font-family: "iconfont" !important;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20rem;
  line-height: normal;
  content: "\e618";
  color: #fff;
  cursor: pointer;
}
.ar .course-item-intro::after {
  left: 0;
  right: unset;
}

.swiper-pagination-bullet {
  opacity: 0.08;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: rgba(0, 0, 0, 0.24);
}
@media (max-width: 1440px) {
  .section1-video-box {
    height: 380rem;
  }
}
@media (max-width: 996px) {
  .section1 h1 {
    font-size: 48rem;
    line-height: 72rem;
  }

  .section1-box {
    flex-direction: column;
    gap: 80rem;
  }

  .section1-left {
    width: 100%;
  }

  .section1-right {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    height: auto;
    /* gap: 40rem; */
  }

  .forex-wrapper .section1-right-title {
    font-size: 32rem;
    line-height: 40rem;
  }

  .section-lang {
    margin-top: 18rem;
    font-size: 28rem;
    line-height: 44rem;
  }
  .section-lang .icon-forex-language {
    font-size: 40rem;
  }
  .section1-btn-box {
    margin-top: 64rem;
  }
  .ebc-btn-large {
    height: 80rem;
  }
  .section1-intro-label {
    margin-top: 64rem;
    font-size: 32rem;
    line-height: 56rem;
  }
  .section1-intro-value {
    margin-top: 16rem;
    font-size: 28rem;
    line-height: 44rem;
  }

  .section1-video-box {
    margin-top: 64rem;
    height: 386rem;
  }
  .section1-right-list {
    margin-top: 40rem;
    gap: 20rem;
    height: 112rem;
    flex: 0 1 auto;
    overflow: hidden;
  }
  .el-overlay .section1-right-list {
    height: auto;
  }
  .section1-right-btn-mobile {
    margin-top: 20rem;
    display: flex;
    justify-content: center;
    gap: 12rem;
    align-items: center;
    color: var(--Text-Secondary, rgba(0, 0, 0, 0.64));
    text-align: center;
    font-size: 28rem;
    font-style: normal;
    font-weight: 400;
    line-height: 44rem;
    height: 92rem;
    border-radius: var(--Corner-Radius-RC16, 16rem);
    border: 1px solid var(--Text-Quaternary, rgba(0, 0, 0, 0.24));
  }
  .section1-right-item {
    padding: 32rem 40rem;
    border-radius: 16rem;
  }
  .section1-right-item-title {
    font-size: 28rem;
    line-height: 44rem;
  }
  .section1-right-item-time {
    font-size: 28rem;
    line-height: 44rem;
  }
  .section1-intro-label {
    margin-top: 80rem;
    font-size: 32rem;
    line-height: 40rem;
  }

  .section1-intro-value {
    margin-top: 40rem;
  }

  .section2 {
    margin-top: 56rem;
    padding-top: 56rem;
  }

  .section2-title {
    font-size: 40rem;
    line-height: 56rem;
  }
  .course-list-wrapper {
    margin-top: 56rem;
  }

  .course-item-title {
    font-size: 32rem;
    margin-top: 64rem;
  }
  .course-item-img {
    border-radius: 16rem;
  }
  .course-item-intro {
    margin-top: 24rem;
    font-size: 28rem;
    gap: 24rem;
  }
  .course-item-intro-line {
    height: 24rem;
  }
  .course-item-intro::after {
    font-size: 28rem;
    line-height: 1.57;
  }
}
