.forex-wrapper-body {
  font-size: 16rem;
}

.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 {
  margin-top: 56rem;
}

.section1-content {
  display: flex;
  gap: 56rem;
}

.section1-left {
  flex-shrink: 0;
  position: relative;
  width: 217rem;
  height: 255rem;
  border-radius: var(--Corner-Radius-RC12, 12rem);
  background: radial-gradient(
    62.35% 44.57% at 50.17% 31.23%,
    #fff 0%,
    #ededed 100%
  );
  overflow: hidden;
}

.section1-instructor-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.p2-item {
  margin-top: 32rem;
}

.p2-label {
  color: var(--Text-Primary, #000);
  font-size: 16rem;
  font-style: normal;
  font-weight: 500;
  line-height: 28rem; /* 175% */
}

.p2-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: 22rem; /* 157.143% */
}

.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: 996px) {
  .section-lang {
    margin-top: 18rem;
    font-size: 28rem;
    line-height: 44rem;
  }
  .section-lang .icon-forex-language {
    font-size: 40rem;
  }

  .ebc-btn-large {
    height: 80rem;
  }

  /* 作者信息开始 */
  .section1-content {
    align-items: center;
  }
  .section1-left {
    width: 160rem;
    height: 160rem;
    border-radius: 50%;
  }
  .section1-name {
    font-size: 48rem;
    line-height: 72rem;
  }

  .p2-item {
    margin-top: 64rem;
  }
  .p2-label {
    font-size: 32rem;
    line-height: 56rem;
  }
  .p2-value {
    font-size: 28rem;
    line-height: 44rem;
  }

  /* 作者结束开始 */

  .section2-title {
    font-size: 40rem;
    line-height: 56rem;
  }
  .course-list-wrapper {
    margin-top: 56rem;
  }
  .course-item-img {
    border-radius: 16rem;
  }
  .course-item-title {
    font-size: 32rem;
    margin-top: 64rem;
  }
  .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;
  }

}
