.top-banner{
  background: linear-gradient(90.42deg, rgba(255, 85, 118, 0.9) 15.86%, rgba(255, 171, 89, 0.9) 99.63%);
}
  .sub-title1{
    padding-top: 120px;
    margin-bottom: 90px;
    font-size: 28px;
  }
  .credit-title{
    padding: 79px 0 0 ;
  }
  .credit-subtitle{
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    padding: 60px 0;
    color: #3b426b;
  }
  .flex-content .item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .flex-content .item p {
    text-align: center;
  }
  .flex-content .item img{
    width: 140px;
    height: 140px;
    margin-bottom: 36px;
  }
  .flex-content .item h4{
    font-weight: bold;
    font-size: 18px;
    color: rgba(59, 66, 107, 1);
    margin-bottom: 16px;
  }
  .flex-content .item p{
    font-size: 16px;
    color: rgba(125, 136, 162, 1);
    line-height: 30px;
  }

  .moments-function .swiper-container .swiper-pagination-bullet-active{
    background: linear-gradient(90.42deg, rgba(255, 85, 118, 0.9) 15.86%, rgba(255, 171, 89, 0.9) 99.63%);
  }
  .moments-function .swiper-container .swiper-pagination-bullet:hover{
    border: 1px solid #FF6F8B;
  }
  .moments-function .swiper-container{
    padding-bottom: 100px;
  }
  .market-member .item .info {
    max-width: 500px;
  }
  .credit-icon .item {
    width: 20%;
  }
  .credit-icon{
    flex-wrap: wrap;
  }
  .credit-icon .item h4{
    margin-bottom: 0;
  }
  .credit-icon .item{
      margin-bottom:50px ;
  }
  .credit-title{
      padding: 80px 0;
  }
  .market-member .item h4{
    font-size: 24px;
    margin-bottom: 40px;
  }
  .swiper-text{
      position: absolute;
      top: 0;
      font-weight: bold;
      font-size: 24px;
      color: #3B426B;
      width: 100%;
      text-align: center;
  }
  .sub-title2{
      margin-bottom: 80px;
  }

  .exchange-content {
    display: flex;
    justify-content: center;
  }
  .exchange-content .items {
    flex: 1;
    display: flex;
    justify-content: center;
  }
  .swiper-pagination-right {
    flex-direction: column;
    width: auto !important;
    right: auto !important;
    left: auto !important;
    top: 500px !important;
    transform: none !important;
  }
  .swiper-slide {
    left: auto !important;
    width: fit-content;
  }
  .swiper-wrapper {
    width: fit-content;
    margin-left: 240px;
  }
  .moments-page-item {
    width: fit-content;
  }