@media only screen and (max-width: 768px) {
  .six-top-banner-box .mouse {
    display: none;
  }
  .six-top-banner-box .swiper-slide img,
  .six-top-banner-box .swiper-slide video,
  .swiper-pagination-box {
    height: 100%;
  }
  .swiper-pagination-box {
    display: none;
  }
  .six-top-banner-box .topBannerSwiper,
  .six-top-banner-box,
  .six-overview,
  .six-style,
  .six-travel,
  .six-invest,
  .six-picture,
  .six-top-banner-box .swiper-slide,
  .fp-tableCell {
    height: auto !important;
    padding: 0.1rem 0;
  }
  .style-title,
  .travel-title,
  .overview-title,
  .invest-title,
  .invest-title,
  .picture-title {
    height: 1.5rem;
    width: 100%;
    background-size: 100%;
    margin: 0 auto 0.3rem;
  }
  .six-top-banner-box .swiper-banner-pagination {
    gap: 5px;
  }
  /* lsgk */
  .overview-content {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: flex;
    gap: 0.2rem;
    padding: 0.24rem;
    background: none;
    flex-direction: column;
  }
  .overview-img {
    width: 100%;
    height: auto;
  }
  .overview-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .style-content {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .style-item {
    height: 100%;
    flex-direction: column;
  }
  .style-item-title {
    width: 100%;
    height: 100%;
    gap: 0.2rem;
    flex-direction: row;
    /* background: #1677ff !important; */
  }
  .style-item-title img {
    display: none;
  }
  .style-item-title span {
    font-size: 0.3rem;
    line-height: initial;
    writing-mode: initial;
  }
  .style-content .style-item:nth-of-type(odd) .style-item-title {
    background: #ffffff;
  }
  .style-content .style-item:nth-of-type(odd).show .style-item-title {
    background: #1677ff;
  }
  .style-item-text {
    width: 100% !important;
  }
  .style-item.show .style-item-text {
    height: auto;
  }
  .style-item-text-img {
    width: 100%;
    height: auto;
    padding: 0.2rem;
  }
  .style-item-text-content {
    padding: 0.2rem;
  }
  .style-item-text-img img {
    height: auto;
  }
  .invest-content {
    width: 100%;
    padding: 0.2rem;
    height: auto;
  }
  .invest-content .invest-content-top .invest-content-item {
    height: 2rem;
  }
  .invest-content .invest-content-top .invest-content-item {
    margin-right: 0.2rem;
  }
  .invest-content .invest-content-top .invest-content-item:nth-child(n + 4) {
    margin-top: 0.2rem;
  }
  .invest-content-item .invest-content-top-title {
    position: absolute;
    top: 0.2rem;
    left: 0.2rem;
    font-weight: 700;
    font-size: 0.3rem;
  }
  .invest-content-item .invest-content-top-en {
    position: absolute;
    top: 0.8rem;
    left: 0.2rem;
    font-size: 0.24rem;
  }
  .picture-content {
    width: 100%;
    height: 5rem;
    padding: 0 0.2rem;
  }
  .picture-content .pictureSwiper {
    width: 100%;
    height: 5rem;
  }
  .travel-content {
    width: 100%;
    height: 5rem;
    padding: 0 0.2rem;
  }
  .travel-content .travelSwiper {
    width: 100%;
    height: 5rem;
  }
  .swiper-button-next,
  .swiper-button-prev{
    display: none !important;
  }
  .style-content .style-item:nth-of-type(even) .style-item-title {
    background: #fff;
}
.style-content .style-item:nth-of-type(even).show .style-item-title {
    background: #1677ff !important;
}
}