
  .table-swiper {
    margin-bottom: 20px;
  }

  .table-swiper .table-content {
    display: flex;
    width: 100%;
    background: #ffffff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0px 15px 30px #0000001A;
  }

  .table-swiper .table-content .table th {
    color: var(--v-white);
    padding: 15px 0px;
    text-transform: capitalize;
    background: var(--v-grey);
  }

  .table-swiper .table-content .table th,
  .table-swiper .table-content .table td {
    font-size: var(--fs-18);
  }

  .table-swiper .table-content .table th p {
    margin: 0px;
    line-height: 1;
    border-right: 1px solid rgb(248, 248, 249, 0.3);
  }

  .table-swiper .table-content .right-table .table:last-child th p {
    border-right: 0px;
    min-height: 18px;
  }

  .table-swiper .table-content .table p {
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.5;
  }


  .table-swiper .table-content table tr {
    border-bottom: 1px solid var(--v-grey-light4);
  }

  .table-swiper .table-content table tr:last-child {
    border-bottom: 0px;
  }

  .table-swiper .table-content table td.symbol {
    color: var(--v-black);
    line-height: 1;
  }

  .table-swiper .table-content table .symbol {
    padding-left: 30px;
    text-align: left;
    width: 270px;
    position: sticky;
    left: 0px;
    z-index: 20;
  }

  .table-swiper .table-content table td {
    padding: 0 15px;
    height: 93px;
  }

  .table-swiper .table-content table td .flickering {
    margin: 0px auto;
    padding: 0px;
    max-width: max-content;
    transition: .3s;
  }

  .table-swiper .table-content table td.symbol .symbol-text {
    color: var(--v-grey);
    font-size: var(--fs-14);
    padding-top: 5px;
  }

  .table-swiper .table-content table td.trade {
    font-style: italic;
    color: var(--v-blue);
    font-size: var(--fs-16);
    text-decoration: underline;
  }

  .table-swiper .table-content table .trade {
    padding-right: 45px;
    text-align: right;
  }

  .table-swiper .table-content table td.trade a {
    display: inline-block;
    transition: 0.3s;
    text-decoration: inherit;
  }

  .table-swiper .table-content table td.trade:hover a {
    color: #005CB8;
    transform: translateX(6px);
  }

  .table-swiper .table-content .left-table .table {
    overflow: hidden;
    position: relative;
    z-index: 10;
  }

  .table-swiper .table-content .right-table {
    width: calc(100% - 270px);
    position: relative;
    overflow-x: clip;
  }

  .table-swiper .table table {
    width: 100%;
    text-align: center;
  }

  /* .table-swiper-swiper-pagination{display:none;} */

  .table-swiper .table-content .table tr:hover {
    background: var(--v-grey-light2);
    box-shadow: 0px 8px 5px -4px #00000029 inset
  }


  @media (max-width: 1240px) {
    .table-swiper .table-content table td .flickering {
      line-height: 1.1;
    }
  }

  @media (max-width: 1024px) {
    .table-swiper .table-content .right-table {
      overflow: hidden;
    }
  }

  @media (max-width: 870px) {
    .table-swiper .table-content table .symbol {
      width: 170px;
    }

    .table-swiper .table-content .right-table {
      width: calc(100% - 170px);
    }

    .table-swiper .table-content .right-table .table:last-child th p{
      min-height: 15px;
    }
  }

  @media (max-width: 768px) {

    .table-swiper .table-content {
      width: 100%;
    }

    .table-swiper .table-content .right-table .table:last-child th p{
      min-height: 15.99px;
    }
  }

  @media (max-width: 550px) {
    .table-swiper .table-content .right-table .table:last-child th p{
      min-height: 14px;
    }
  }

  @media (max-width: 510px) {
    .table-swiper .table-content table .symbol {
      width: 150px;
      padding-left: 20px;
    }

    .table-swiper .table-content .right-table {
      width: calc(100% - 150px);
    }

    .table-swiper .table-content table td {
      height: 79px;
    }
  }

  /* 读取文章列表的样式 */
  .section-seven {
    padding: 60px 0;
    overflow: hidden;
    background: #646464;
  }

  .section-seven .video-list li .message-box .p-h3 {
    color: #000;
  }

  .section-seven .video-list li:hover .p-h3 {
    color: #fff;
  }

  .section-seven .icon-title {
    color: #fff;
  }

  .section-seven .icon-title::after {
    background: url(/wp-content/themes/vantage/images/forex-trading-icon11.svg?v=2)center center no-repeat;
  }

  .section-seven .jump-article-box {
    color: var(--v-white);
  }

  .section-seven .jump-article-box:hover {
    color: var(--v-white);
  }

  .section-seven .jump-article-box:hover a.aicon {
    background-color: unset;
  }

  @media(max-width:1024px) {
    .section-seven {
      padding: 60px 0;
    }
  }

  @media(max-width:510px) {
    .section-seven {
      padding: 30px 0;
    }
  }
/* ! vantagemarekts|2025-10-21 17:20:00 ! */
