#banner1 .swiper-pagination-bullet {
  background-color: #d9d9d9;
  opacity: 1;
  width: 6px;
  height: 6px;
  border-radius: 6px;
}

#banner1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 20px;
  background-color: #fff;
}

#banner2 .swiper-pagination {
  position: absolute;
  right: 20px;
  width: auto;
  left: auto;
  display: flex;
  align-items: center;
  bottom: 30px;
}

#banner2 .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 1;
}

#banner2
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 10px;
  height: 10px;
}

#banner2 .swiper-slide .desc {
  position: absolute;
  inset: 0;
  top: auto;
  height: 70px;
  line-height: 70px;
  background: rgba(184, 41, 45, 0.8);
  color: #fff;
  padding-left: 14px;
}

#transaction-items .hidden {
  display: none !important;
}

#transaction-items .icon {
  padding: 0 8px;
}

/* 大屏幕 (PC) */
@media (min-width: 641px) {
  .index-bg-news {
    background-image: url("/assets/bg-news.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .map-wrap {
    width: 960px;
    height: 100%;
  }

  .index-news-right {
    transition: 0.3s;
  }

  .hover-shadow:hover {
    box-shadow: 0 5px 10px rgb(0 0 0 / 30%);
    background: #fff;
  }

  .transaction-list,
  .transaction-list .company-title {
    position: relative;
  }

  .transaction-list::before,
  .transaction-list .company-title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0.5rem;
    background-color: #b8292d;
    width: 0;
    transition: 0.3s;
  }

  .transaction-list .company-title::before {
    top: auto;
    bottom: 0;
    height: 0.125rem;
  }

  .transaction-list:hover::before,
  .transaction-list:hover .company-title::before {
    width: 100%;
  }

  .transaction-list:hover .company-title {
    color: #b8292d;
  }

  .footer-wrap {
    margin-top: 0;
    border-top: none;
  }
}

/* 移动的媒体 */
@media (max-width: 640px) {
  .mobile-w-full {
    width: 100vw;
  }

  .text-36px {
    font-size: 1.5rem;
  }

  #banner1 {
    height: 16.625rem;
  }

  .index-title {
    font-size: 1.5rem;
    margin-top: 1.12rem;
    margin-bottom: 1.12rem;
  }

  .index-news {
    width: 100%;
    flex-wrap: wrap;
  }

  .index-news-right {
    width: 100vw;
    margin-top: 1.25rem;
  }

  .index-news-right-title {
    height: 2.75rem;
    overflow: hidden;
  }

  .index-news-right-title .icon {
    height: 1.25rem;
  }

  .index-news-right-title .text {
    font-size: 0.875rem;
    font-weight: bold;
  }

  .index-news-right-news-box {
    width: 3.625rem;
    min-width: 3.625rem;
    height: 3.625rem;
  }

  .index-news-right-news-box .d1 {
    font-size: 0.875rem;
  }

  .index-news-right-news-box .d2 {
    font-size: 0.75rem;
  }

  .index-news-right-news-content {
    width: 17rem;
    padding-left: 0.5rem;
  }

  .index-bg-news {
    padding-bottom: 0;
  }

  .index-news1 {
    margin-bottom: 1.69rem;
  }

  .index-news1 .title-icon {
    width: 0.875rem;
  }

  .index-news1 .text-20px,
  .index-news1 .title-more {
    font-size: 0.875rem;
  }

  .news-list {
    height: 4.13rem;
    line-height: normal;
    align-items: center;
    font-size: 0.75rem;
    font-weight: bold;
  }

  .news-list .text {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
  }

  #banner2 {
    width: 100vw;
    height: 13.4375rem;
  }

  #banner2 .swiper-pagination {
    position: absolute;
    right: 1.12rem;
    bottom: 1rem;
  }

  #banner2 .swiper-slide .desc {
    height: 2.75rem;
    line-height: 2.75rem;
    font-size: 0.75rem;
  }

  .tab-title {
    justify-content: center;
    overflow-x: auto;
    gap: 0;
    margin: 0 0.8rem;
    padding-left: 14rem;
  }

  .tab-title > div {
    flex-shrink: 0;
    padding: 0 0.8rem 0.8rem;
  }

  .tab-title .text-20px {
    font-size: 0.875rem;
  }

  #transaction-items {
    padding-bottom: 1.25rem;
  }

  #transaction-items .item {
    gap: 0 !important;
  }

  #transaction-items .item > div {
    width: 100%;
    margin-bottom: 1.25rem;
    height: 12.25rem;
    overflow: hidden;
    padding: 1.38rem 0.94rem;
  }

  #transaction-items .item > div .company-name {
    font-size: 0.875rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0.62rem;
  }

  #transaction-items .item > div .company-name .icon {
    height: 1.5rem;
    line-height: 1.5rem;
    font-size: 0.875rem;
    color: #333;
  }

  #transaction-items .item > div .company-title {
    font-size: 1rem;
    margin-top: 0.44rem;
    height: 1.8125rem !important;
    overflow: hidden;
    font-weight: bold;
  }

  #transaction-items .item > div .company-content {
    font-size: 0.875rem;
    margin-top: 0.62rem;
    line-height: 1.75rem;
  }

  #transaction-items .item > div .company-time {
    font-size: 0.875rem;
    margin-top: 0.62rem;
    line-height: 1.75rem;
  }

  #transaction-items .company-more {
    margin-top: 0;
  }

  #transaction-items .company-more a {
    width: 5.3125rem;
    height: 1.75rem;
    line-height: 1.75rem;
    border-radius: 0;
    color: #fff;
    font-size: 0.75rem;
    background: url("/assets/icon-more.svg") no-repeat right 0.75rem center
      #b8292d;
    background-size: auto 0.625rem;
    text-align: left;
    padding-left: 0.75rem;
    box-sizing: border-box;
  }

  .business-wrap {
    height: 30.2rem;
  }

  .map-wrap {
    width: 100%;
    height: 100%;
  }

  .map-wrap .map-title {
    margin-left: 0;
    text-align: center;
    margin-top: 1.25rem;
  }

  .map-wrap #chart {
    height: 30.8rem;
  }
}
