.fixed-box {
  position: fixed;
  top: 100px; /* 距离顶部100像素 */
  width: 254rem;
  /* 根据需要可能还需要设置其他属性，比如宽度等 */
}
p,
span,
div {
  flex-shrink: 0;
}
.section1 {
  margin-top: 20rem;
}
.forex-author-box {
  margin-top: 10rem;
  display: flex;
  gap: 20rem;
}
.forex-author {
  color: #000;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.publish-time {
  margin-top: 10rem;
  color: #b2afad;
  font-size: 14rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.expert-banner-box {
  margin-top: 48rem;
}
.expert-banner-img {
  width: 100%;
  height: auto;
}

.html-inner {
  font-size: 14rem;
  line-height: normal;
  padding-top: 36rem;
}
.html-inner p {
  font-size: 16rem;
  line-height: 28rem;
  color: #000;
  word-wrap: break-word;
  overflow-wrap: break-word;
  max-width: 100%;
  /* text-align: start !important; */
}
.html-inner span {
  font-size: 16rem;
  color: #000;
  line-height: 28rem;
  word-wrap: break-word; /* 允许长单词或 URL 换行 */
  word-break: break-word; /* 兼容性写法，注意：标准是 break-all 或 normal */
  white-space: normal; /* 允许空白符换行（关键） */
  overflow-wrap: break-word; /* 推荐替代 word-wrap */
  max-width: 100%;
}
.html-inner img {
  width: 100% !important;
  height: auto !important;
  margin: 20rem 0 12rem;
}
.html-inner strong {
  font-weight: 600 !important;
}
.html-inner ul li {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: flex-start;
  padding-left: 20px;
}
.html-inner ol li {
  list-style: decimal;
  margin-left: 20px;
}
.ar .html-inner ol li {
  margin-left: 0;
  margin-right: 20px;
}
.html-inner ul li::before {
  content: "•";
  font-weight: bold;
  flex-shrink: 0;
  line-height: 26rem;
  position: absolute;
  left: 0;
}
.ar .html-inner ul li {
  padding-left: 0;
  padding-right: 20px;
}

.ar .html-inner ul li::before {
  left: unset;
  right: 0;
}
.html-inner ul {
  width: 100% !important;
}
/* .html-inner ul li {
  list-style: disc !important;
} */

.html-inner table {
  border-collapse: collapse !important;
  width: 100% !important;
  caption-side: top !important;
  margin: 10px auto !important;
}

.html-inner th,
.html-inner td {
  border: 1px solid #ddd !important;
  padding: 8px !important;
  text-align: left !important;
}

.html-inner th {
  background-color: #f2f2f2;
}

.html-inner caption {
  font-weight: bold;
  font-size: 20rem;
  margin-bottom: 20rem;
  text-align: center;
}

.forex-wrapper .html-inner h2 {
  font-size: 21rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 10rem;
}
.forex-wrapper .html-inner h3 {
  font-size: 20rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.6;
  padding: 0;
  margin-bottom: 6rem;
}

.right-info-box {
  display: block;
}
.top-info-box_mobile {
  display: none;
}
.right-info-img {
  width: 100%;
  height: auto;
}

@media (max-width: 996px) {
  .right-info-box {
    display: none;
  }
  .top-info-box_mobile {
    display: block;
    margin-top: 32rem;
    margin-bottom: 32rem;
  }
  .html-inner {
    font-size: 30rem;
  }
  .section1 {
    margin-top: 10rem;
  }
  .expert-banner-box {
    margin-top: 80rem;
  }
  .forex-author {
    font-size: 28rem;
  }
  .publish-time {
    font-size: 28rem;
    margin-bottom: 40rem;
  }

  .video-list-box {
    display: none;
  }

  .article-item {
    display: none;
  }

  .article-item:nth-child(-n + 2) {
    display: flex;
  }

  .reading-item {
    display: none;
  }

  .reading-item:nth-child(-n + 2) {
    display: flex;
  }

  .html-inner img {
    width: 100% !important;
    height: auto !important;
  }
  .html-inner span {
    font-size: 32rem;
    line-height: 52rem;
  }
  .html-inner p {
    font-size: 32rem;
    text-align: left;
    line-height: 52rem;
  }
  .html-inner ul li::before {
    line-height: 48rem;
  }
  .html-inner h1,
  .html-inner h2,
  .html-inner h3,
  .html-inner h4,
  .html-inner h5,
  .html-inner h6,
  .html-inner h7 {
    text-align: left !important;
  }
  .html-inner {
    padding-top: 0px;
  }
  .html-inner caption {
    font-size: 40rem;
    margin-bottom: 40rem;
  }

  .forex-wrapper .html-inner h2 {
    font-size: 40rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8rem;
  }

  .forex-wrapper .html-inner h3 {
    font-size: 36rem;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0;
  }
}
