@charset "UTF-8";
.home-mobile {
  display: none;
}

#home {
  display: none;
}

/* 遮罩层 */
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
  z-index: 99999;
  display: none;
}

.loading .loadingTxt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #ffcc80;
  /* font-size: 40px; */
  font-size: 38px;
  font-weight: bold;
}

/* 数字人 */
.video-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  z-index: 99;
  box-sizing: border-box;
  padding-top: 120px;
  display: none;
  text-align: center;
}

.video-mask video {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}

.video-mask a {
  display: inline-block;
  border-radius: 20px;
  width: 130px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.video-mask .digital-close {
  position: absolute;
  top: 90px;
  left: 50%;
  font-size: 24px;
  cursor: pointer;
  transform: translateX(400px);
  color: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mask .banner-video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 3;
  opacity: 1;
  overflow: hidden;
}

.mask .banner-video #myVideo {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.mask #myImage {
  width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 1;
  transform: translate(-50%, -50%);
  transition: all ease-out 0.8s;
  z-index: 999;
}

.mask .mask-close {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 999;
  border-radius: 20px;
  width: 130px;
  height: 40px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.mask .mask-close p {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mask .mask-close img {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.mask .mask-close:hover {
  color: #fff;
}

.mask .mask-close:hover img {
  right: 16px;
  width: 16px;
  transition: all 0.4s ease;
}

.home-banner {
  transition: all 0.3s;
  transition: padding 0.6s 1s ease-out;
  min-height: 500px;
  min-width: 1200px;
  position: relative;
  overflow: hidden;
}

.home-banner .tt_banner {
  width: 100%;
  height: 100%;
}

.home-banner .tt_banner a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

.home-banner .tt_banner .swiper-slide {
  height: 100%;
  width: 100%;
}

.home-banner .tt_banner .swiper-slide img {
  transition: 1s linear 2s;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.home-banner .tt_banner .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  opacity: 0.25;
  border-radius: 10px;
  background: white;
  margin: 0 4px;
  transition: all 0.5 ease;
}

.home-banner .tt_banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}

.home-banner .cpgg {
  position: absolute;
  width: 100%;
  bottom: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  z-index: 88;
}

.home-banner .cpgg .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.home-banner .cpgg .left {
  display: flex;
  align-items: center;
  width: 80%;
  height: 100%;
}

.home-banner .cpgg .left img {
  width: 20px;
  height: 20px;
  margin-right: 24px;
}

.home-banner .cpgg .left .notice-swiper {
  flex: 1;
  height: 100%;
}

.home-banner .cpgg .left .notice-swiper .swiper-wrapper {
  height: 100%;
}

.home-banner .cpgg .left .notice-swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
}

.home-banner .cpgg .left .notice-swiper .swiper-slide a {
  color: #fff;
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-banner .cpgg .right {
  display: flex;
  align-items: center;
  color: #fff;
}

.home-banner .cpgg .right img {
  width: 6px;
  height: 12px;
  margin-left: 5px;
}

.khfw .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.khfw .wrap ul {
  height: 100%;
  width: 90%;
  display: flex;
  align-items: center;
}

.khfw .wrap ul li {
  height: 100%;
  width: 12.5%;
}

.khfw .wrap ul li a {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.khfw .wrap ul li a .khfw-icon {
  display: none;
  margin-bottom: 8px;
}

.khfw .wrap ul li a .khfw-icon.show {
  display: inline-block;
}

.khfw .wrap ul li a:hover {
  background-color: #b21e28;
  color: #fff;
}

.khfw .wrap ul li a:hover img {
  display: inline-block;
}

.khfw .wrap ul li a:hover .show {
  display: none;
}

.khfw .wrap .szkf {
  width: 9.0625%;
  height: 80%;
  border-radius: 15px;
  background: linear-gradient(90deg, #ffd991 1.39%, #d4943b 100%), #cccccc;
  box-shadow: 0 0 10px rgba(214, 151, 62, 0.32);
  text-align: center;
}

.khfw .wrap .szkf a {
  display: block;
  height: 100%;
}

.khfw .wrap .szkf img {
  width: 45%;
}

.khfw .wrap .szkf p {
  color: #fff;
  font-size: 16px;
  line-height: 1.4;
}

.lsjr {
  min-width: 1200px;
  margin-bottom: 80px;
  padding: 80px 0;
  background: url(../../images20241010/home/home_bg1.jpg) no-repeat;
  background-size: 100% 100%;
  /* 背景图像宽度100%，高度自动 */
  background-position: center center;
  /* 水平和垂直居中 */
}

.lsjr .lsjr-swiper {
  width: 100%;
  margin-bottom: 32px;
}

.lsjr .lsjr-swiper .swiper-slide {
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  font-size: 0;
  overflow: hidden;
}

.lsjr .lsjr-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  z-index: 7;
  object-fit: cover;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item {
  position: absolute;
  z-index: 9;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 40px;
  border-radius: 8px;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item .item-title {
  margin-bottom: 24px;
  font-weight: bold;
  overflow: hidden;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item .item-content {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item .item-content ul a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item .hover-content {
  display: none;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item .hover-icon1 {
  display: none;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item .hover-icon2 {
  display: none;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #fff;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .item-content {
  display: none;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-content {
  display: block;
  color: #fff;
  position: relative;
  z-index: 99;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-content a {
  display: inline-block;
  vertical-align: middle;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-content a:hover {
  color: #b21e28;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-content ul a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-content ul a:hover {
  color: #b21e28;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-content span {
  display: inline-block;
  vertical-align: middle;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-icon2 {
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 60px;
}

.lsjr .lsjr-swiper .swiper-slide .lsjr-item:hover .hover-icon1 {
  display: block;
  position: absolute;
  left: -160px;
  bottom: 0;
  width: 320px;
}

.gsjr {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
  /* 当添加 active 类时，左侧内容向左移出，右侧内容显示 */
}

.gsjr .gsjr-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 7;
}

.gsjr .gsjr-dir {
  position: absolute;
  left: 0;
  top: 0;
  width: 42%;
  height: 100%;
  padding: 60px;
  background: rgba(232, 244, 255, 0.9);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  transition: transform 0.5s ease;
  z-index: 9;
}

.gsjr .gsjr-dir .wrap-head {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.gsjr .gsjr-dir .wrap-head .line {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 108px;
  background-color: #b21e28;
}

.gsjr .gsjr-dir .view-btn {
  position: absolute;
  cursor: pointer;
  bottom: 60px;
  left: 60px;
  border-radius: 30px;
  border: 1px solid #b21e28;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 128px;
  color: #b21e28;
  font-size: 16px;
}

.gsjr .gsjr-dir .view-btn img {
  margin-left: 10px;
  width: 12px;
}

.gsjr .gsjr-dir .view-btn .hover_jiantou {
  display: none;
}

.gsjr .gsjr-dir .view-btn:hover {
  background-color: #b21e28;
  color: #fff;
}

.gsjr .gsjr-dir .view-btn:hover img {
  display: none;
}

.gsjr .gsjr-dir .view-btn:hover .hover_jiantou {
  display: inline-block;
}

.gsjr .gsjr-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.gsjr .gsjr-content .gsjr-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-slide {
  padding-top: 80px;
  background: rgba(51, 51, 51, 0.65);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-left: 1px solid #fff;
  padding: 60px;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-slide .wrap-title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  position: relative;
  text-align: left;
  color: #f8f8f8;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-slide .wrap-title::before {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 1px;
  background-color: #f8f8f8;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-slide ul li a {
  font-size: 16px;
  line-height: 2;
  color: #f8f8f8;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-slide ul li a:hover {
  color: #b21e28;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-slide:first-of-type {
  border: none;
}

.gsjr .gsjr-content .gsjr-swiper .swiper-btns {
  z-index: 82;
  position: absolute;
  width: 100%;
  bottom: 30px;
}

.gsjr.active .gsjr-dir {
  transform: translateX(-100%);
  /* 向左移动，隐藏 */
}

.gsjr.active .gsjr-content {
  z-index: 8;
  opacity: 1;
  /* 渐变显示 */
}

.tyjr {
  margin-bottom: 80px;
}

.tyjr .tyjr-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tyjr .tyjr-content .tyjr-item {
  width: calc((100% - 30px) / 2);
  margin-bottom: 30px;
  position: relative;
  border-radius: 8px;
  background: #f1f1f1;
  transition: all 0.5s ease;
  overflow: hidden;
}

.tyjr .tyjr-content .tyjr-item .bg {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  object-fit: cover;
}

.tyjr .tyjr-content .tyjr-item .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 40px;
  border-radius: 8px;
}

.tyjr .tyjr-content .tyjr-item .content .item-title {
  margin-bottom: 24px;
  font-weight: bold;
}

.tyjr .tyjr-content .tyjr-item .content .item-content {
  width: 68%;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.tyjr .tyjr-content .tyjr-item .content .view-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #b21e28;
  border-radius: 22.5px;
  color: #b21e28;
  padding: 0 20px;
}

.tyjr .tyjr-content .tyjr-item .content .view-btn:hover {
  background-color: #b21e28;
  color: #ffffff;
}

.tyjr .tyjr-content .tyjr-item:hover {
  box-shadow: 0px 24px 40px rgba(0, 0, 0, 0.1);
  background: white;
}

.ztzl {
  padding: 50px 0;
  background: #f5f5f7;
  padding-top: 30px;
}

.ztzl .ztzl-content {
  width: 100%;
}

.ztzl .ztzl-content .ztzl-swiper {
  margin-bottom: 12px;
  padding: 20px 0;
}

.ztzl .ztzl-content .swiper-slide {
  border-radius: 15px;
  overflow: hidden;
}

.ztzl .ztzl-content .swiper-slide:hover {
  box-shadow: 5px 5px 10px 0 rgba(65, 91, 126, 0.15);
  transition: transform 0.6s;
  transform: translateY(-5px);
  transition-delay: 100ms;
  will-change: transform;
}

.ztzl .ztzl-content .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
}

.ztzl .ztzl-content .swiper-slide a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wrap .wrap-head {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrap .wrap-head .more {
  border: 1px solid #cccccc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 12px;
  font-size: 16px;
  line-height: 2.25;
  border-radius: 20px;
}

.wrap .wrap-head .more img {
  height: 20px;
}

.swiper-btns {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-btns .swiper-button {
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.25);
}

.swiper-btns .swiper-button img {
  width: 6px;
  height: 12px;
}

.swiper-btns .swiper-button:first-of-type {
  margin-right: 20px;
}

.swiper-btns .lsjr-swiper-button-locked {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .loading {
    display: none;
  }
  .home-pc {
    display: none;
  }
  .swiper-btns {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-btns .swiper-button {
    height: 1.5rem;
    width: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 1.875rem;
    background: rgba(0, 0, 0, 0.25);
  }
  .swiper-btns .swiper-button img {
    width: 0.375rem;
    height: 0.75rem;
  }
  .swiper-btns .lsjr-swiper-button-locked {
    cursor: not-allowed;
    background: rgba(0, 0, 0, 0.1);
  }
  .home-mobile {
    background-color: #f6f6f6;
    display: block;
    padding-bottom: 1.5rem;
  }
  .home-mobile .home-mobile-banner .swiper-slide {
    width: 100%;
    height: 15rem;
  }
  .home-mobile .home-mobile-banner .swiper-slide a {
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .home-mobile .home-mobile-banner .swiper-slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: 1s linear 2s;
  }
  .home-mobile .home-mobile-banner .swiper-pagination-bullet {
    width: 1.25rem;
    height: 0.375rem;
    opacity: 0.25;
    border-radius: 0.625rem;
    background: white;
    margin: 0 0.25rem;
    transition: all 0.5 ease;
  }
  .home-mobile .home-mobile-banner .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .home-mobile .cpgg-mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 3.5rem;
    padding: 1rem 0;
    gap: 0.625rem;
    margin-bottom: 0;
  }
  .home-mobile .cpgg-mobile > img {
    width: 1.5rem;
  }
  .home-mobile .cpgg-mobile .mobile-notice-swiper {
    flex: 1;
    display: flex;
    align-items: center;
    height: 100%;
    overflow: hidden;
  }
  .home-mobile .cpgg-mobile .mobile-notice-swiper .swiper-slide {
    display: flex;
    align-items: center;
  }
  .home-mobile .cpgg-mobile .mobile-notice-swiper a {
    font-size: 0.875rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-mobile .cpgg-mobile .right {
    width: 1.5rem;
  }
  .home-mobile .cpgg-mobile .right img {
    width: 100%;
  }
  .home-mobile .hx-news-mobile {
    padding: 1rem;
    margin: 1rem auto;
    background: #fff;
    margin-top: 0;
  }
  .home-mobile .hx-news-mobile .wrap-title {
    position: relative;
    padding-bottom: 0.75rem;
  }
  .home-mobile .hx-news-mobile .wrap-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 6rem;
    height: 2px;
    background-color: #b21e28;
  }
  .home-mobile .hx-news-mobile .article-ul li a {
    display: block;
    line-height: 2.5rem;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    color: #666666;
  }
  .home-mobile .khfw-mobile {
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
  }
  .home-mobile .khfw-mobile ul {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 0.5rem;
  }
  .home-mobile .khfw-mobile ul li {
    width: calc((100% - 1.5rem) / 4);
    text-align: center;
  }
  .home-mobile .khfw-mobile ul li img {
    height: 2rem;
    margin-bottom: 6px;
  }
  .home-mobile .khfw-mobile ul li p {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
  .home-mobile .hd-mobile .swiper-slide {
    width: 100%;
    height: 5rem;
  }
  .home-mobile .hd-mobile .swiper-slide a {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
  }
  .home-mobile .hd-mobile .swiper-slide a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 2px;
  }
  .home-mobile .hd-mobile .swiper-slide a .hd-content {
    position: absolute;
    left: 1.5rem;
    top: 1rem;
    bottom: 1.5rem;
    color: #fff;
  }
  .home-mobile .hd-mobile .swiper-slide a .hd-content .title {
    font-size: 1rem;
    margin-bottom: 0.375rem;
  }
  .home-mobile .hd-mobile .swiper-slide a .hd-content .content {
    font-size: 0.75rem;
  }
  .home-mobile .hd-mobile .swiper-pagination {
    bottom: 0.25rem;
  }
  .home-mobile .hd-mobile .swiper-pagination-bullet {
    width: 0.25rem;
    height: 0.25rem;
    opacity: 0.25;
    border-radius: 50%;
    background: white;
    margin: 0 0.25rem;
    transition: all 0.5 ease;
  }
  .home-mobile .hd-mobile .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper {
    margin-bottom: 1rem;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide {
    height: 13.75rem;
    position: relative;
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide .lsjr-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 1rem;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide .lsjr-item .item-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide .lsjr-item .content-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide .lsjr-item .content-text ul a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .home-mobile .lsjr-mobile .lsjr-mobile-swiper .swiper-slide .lsjr-item .view-btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 0.75rem;
    width: 5rem;
    text-align: center;
    color: #b21e28;
    padding: 0.5rem 0;
    border-radius: 1.875rem;
    background: #ffffff;
    box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  }
  .home-mobile .gsjr-mobile .mobile-gsjr-content {
    overflow: hidden;
    font-size: 0;
    border-radius: 0.5rem;
  }
  .home-mobile .gsjr-mobile .mobile-gsjr-content .gsjr-bg {
    width: 100%;
    height: 10.1875rem;
    object-fit: cover;
  }
  .home-mobile .gsjr-mobile .mobile-gsjr-content .gsjr-dir {
    background: rgba(232, 244, 255, 0.9);
    padding: 1.5rem;
  }
  .home-mobile .gsjr-mobile .mobile-gsjr-content .gsjr-dir .content-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin-bottom: 1.25rem;
    color: #666666;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-mobile .gsjr-mobile .mobile-gsjr-content .gsjr-dir .view-btn {
    display: block;
    width: 5rem;
    text-align: center;
    font-size: 0.75rem;
    color: #b21e28;
    padding: 0.5rem 0;
    border-radius: 1.875rem;
    background: #ffffff;
    box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper {
    margin-bottom: 1rem;
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper .swiper-slide {
    height: 10.4375rem;
    position: relative;
    background: #ffffff;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper .swiper-slide > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper .swiper-slide .tyjr-item {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    padding: 1rem;
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper .swiper-slide .tyjr-item .item-title {
    font-size: 1rem;
    margin-bottom: 0.5rem;
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper .swiper-slide .tyjr-item .content-text {
    font-size: 0.75rem;
    line-height: 1.25rem;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
  .home-mobile .tyjr-mobile .tyjr-mobile-swiper .swiper-slide .tyjr-item .view-btn {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    font-size: 0.75rem;
    width: 5rem;
    text-align: center;
    color: #b21e28;
    padding: 0.5rem 0;
    border-radius: 1.875rem;
    background: #ffffff;
    box-shadow: 0px 0.5rem 1.5rem rgba(0, 0, 0, 0.08);
  }
  .home-mobile .ztzl-mobile {
    margin-bottom: 0;
    text-align: center;
  }
  .home-mobile .ztzl-mobile .ztzl-mobile-swiper {
    margin-bottom: 0.375rem;
  }
  .home-mobile .ztzl-mobile .ztzl-mobile-swiper .swiper-slide {
    height: 4.75rem;
    overflow: hidden;
    border-radius: 0.5rem;
  }
  .home-mobile .ztzl-mobile .ztzl-mobile-swiper .swiper-slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .home-mobile .ztzl-mobile .swiper-pagination-bullet {
    width: 0.375rem;
    height: 0.375rem;
    opacity: 0.25;
    border-radius: 0.625rem;
    background: #000;
    margin: 0 0.125rem;
    transition: all 0.5 ease;
  }
  .home-mobile .ztzl-mobile .swiper-pagination-bullet-active {
    background: #b21e28;
    width: 0.75rem;
    opacity: 1;
  }
}

.swiper-btns .swiper-button.swiper-button-disabled {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-btns .swiper-button.swiper-button-locked {
  cursor: not-allowed;
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) and (max-width: 1920px) {
  .lsjr .lsjr-swiper .swiper-slide {
    height: 412px;
  }
  .ztzl .ztzl-content .swiper-slide {
    height: 128px;
  }
  .gsjr {
    height: 500px;
  }
  .tyjr-item {
    height: 275px;
  }
}

@media (min-width: 1920px) and (max-width: 2650px) {
  .lsjr .lsjr-swiper .swiper-slide {
    height: 480px;
  }
  .ztzl .ztzl-content .swiper-slide {
    height: 150px;
  }
  .gsjr {
    height: 580px;
  }
  .tyjr-item {
    height: 320px;
  }
}
