@charset "UTF-8";
/* 首页 */
body {
  display: flex;
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
}

.container {
  width: 100vw;
  height: 100vh;
  position: relative;
}
.container .main-swiper {
  width: 100%;
  height: 100%;
}
.container .main-swiper .main-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.container .main-swiper .main-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333333;
  transition: 150ms;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15);
}
.container .main-swiper .main-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  width: 12px;
  height: 12px;
}
.container .main-swiper .swiper-wrapper .swiper-slide {
  z-index: 2;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner {
  width: 100%;
  height: 100%;
  position: relative;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-text .banner-title {
  font-size: 46px;
  color: #ffffff;
  letter-spacing: 10px;
  font-weight: bold;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-text .link {
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 60px;
  color: rgb(255, 255, 255);
  font-size: 18px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.5);
  border-image: initial;
  margin: 60px auto 0px;
  transition: 300ms;
  position: relative;
  overflow: hidden;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-text .link .iconfont {
  margin-left: 10px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-text .link:hover {
  backdrop-filter: blur(34px);
  box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-swiper {
  width: 100%;
  height: 100%;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .main-swiper .swiper-wrapper .swiper-slide .banner .banner-swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .banner
  .banner-swiper
  .banner-pagination
  .swiper-pagination-bullet {
  transition: 300ms;
  background-color: #333333;
}
.container .main-swiper .swiper-wrapper .swiper-slide .about-us {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.container .main-swiper .swiper-wrapper .swiper-slide .about-us .about-us-text {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #ffffff;
}
.container .main-swiper .swiper-wrapper .swiper-slide .about-us .about-us-text .about-us-title {
  font-size: 22px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .about-us .about-us-text .about-us-slogan {
  margin-top: 15px;
  font-size: 46px;
  font-weight: bold;
}
.container .main-swiper .swiper-wrapper .swiper-slide .about-us .about-us-text .about-us-link {
  color: inherit;
  margin-top: 75px;
  font-size: 16px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .about-us .about-us-text .about-us-link:hover {
  color: var(--color-primary);
}
.container .main-swiper .swiper-wrapper .swiper-slide .product {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .top-title {
  position: absolute;
  width: 100%;
  height: auto;
  pointer-events: none;
  min-height: 20px;
  z-index: 10;
  left: 0;
  top: 12%;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .top-title .t-title {
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .top-title .en-title {
  font-size: 14px;
  color: #888888;
  text-align: center;
  text-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-pagination {
  height: 100%;
  width: 60px;
  position: relative;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-pagination .active {
  writing-mode: vertical-rl;
  font-size: 15px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-pagination::after {
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  pointer-events: none;
  height: 100%;
  position: absolute;
  border-right: solid 1px #888888;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper {
  width: calc(100% - 120px);
  height: 100%;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .product
  .product-swiper
  .swiper-slide:last-child
  .product-item::after {
  display: none;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 600ms;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item * {
  transition: inherit;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item::after {
  content: "";
  display: block;
  height: calc(100% - var(--nav-height));
  width: 100%;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  border-right: solid 1px #888888;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover,
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item.active {
  background-color: #ffffff;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover .count,
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item.active .count {
  transform: translateY(0);
  opacity: 1;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover .hr-v,
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item.active .hr-v {
  transform: translateY(0);
  opacity: 1;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover .product-class-title,
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .product
  .product-swiper
  .product-item.active
  .product-class-title {
  transform: translateY(0);
  color: var(--color-primary);
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover .product-en-title,
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item.active .product-en-title {
  transform: translateY(0);
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover .pic,
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item.active .pic {
  opacity: 1;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item:hover .pic img,
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item.active .pic img {
  transform: scale(1.2);
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item .count {
  transform: translateY(-30px);
  opacity: 0;
  font-size: 35px;
  color: #888888;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item .hr-v {
  transform: translateY(-30px);
  opacity: 0;
  display: block;
  width: 1px;
  height: 180px;
  background-color: #aaa;
  margin: 10px auto 30px auto;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item .product-class-title {
  transform: translateY(-30px);
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
  color: #ffffff;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item .product-en-title {
  transform: translateY(-30px);
  font-size: 13px;
  color: #888888;
  line-height: 1.5;
  color: #888;
  height: 38px;
  margin-bottom: 14px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item .pic {
  width: 180px;
  height: 240px;
  overflow: hidden;
  opacity: 0;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .product-swiper .product-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.container .main-swiper .swiper-wrapper .swiper-slide .product .span {
  box-sizing: border-box;
  width: 60px;
  height: 100%;
  border-left: solid 1px #888888;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news {
  background-size: cover;
  background-repeat: repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container {
  width: 1340px;
  height: auto;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title {
  width: 100%;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 80px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .title {
  font-size: 36px;
  font-weight: bold;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .more-news {
  color: #333333;
  font-size: 16px;
  transition: 300ms;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .more-news:hover {
  color: var(--color-primary);
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .more-news .iconfont {
  margin-right: 5px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-flex {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-flex .news-swiper {
  height: 540px;
  width: 835px;
  margin: 0;
  border-radius: 15px;
  overflow: hidden;
  background-color: #aaa;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-flex .news-swiper .news-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  bottom: 26px;
  padding-right: 20px;
  pointer-events: none;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-swiper
  .news-pagination
  .swiper-pagination-bullet {
  transition: background 300ms;
  pointer-events: auto;
  opacity: 1;
  width: 8px;
  height: 8px;
  background-color: unset;
  border: solid 1px #ffffff;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-swiper
  .news-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-flex .news-swiper .news-swiper-item {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-swiper
  .news-swiper-item
  .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 40%;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  color: #ffffff;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-swiper
  .news-swiper-item
  .mask
  .mask-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: calc(100% - 220px);
  height: auto;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-swiper
  .news-swiper-item
  .mask
  .mask-text
  .date {
  font-size: 18px;
  font-family: "Century Gothic";
  color: var(--color-primary);
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-swiper
  .news-swiper-item
  .mask
  .mask-text
  .title {
  line-height: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 10px;
  font-size: 22px;
  font-weight: bold;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-flex .news-list {
  width: 435px;
  height: 540px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-flex .news-list .news-item {
  width: 100%;
  height: auto;
  border-bottom: solid 2px #bdb9b4;
  padding-bottom: 28px;
  display: block;
  position: relative;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item:not(:first-child) {
  padding-top: 27.6px;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item:hover
  .date {
  color: var(--color-primary);
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item:hover
  .date::after {
  width: 100px !important;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item:hover
  .arrow {
  color: var(--color-primary);
  border: solid 1px var(--color-primary) !important;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: auto;
  color: #333333;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link
  .date {
  transition: 300ms;
  width: 100px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  font-family: "Century Gothic";
  flex-shrink: 0;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link
  .date::after {
  transition: 300ms;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  border-bottom: solid 2px var(--color-primary);
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link
  .date
  .month-day {
  font-size: 28px;
  font-weight: bold;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link
  .date
  .year {
  font-size: 18px;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link
  .title {
  width: 100%;
  font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "Microsoft JhengHei", "PingFang SC", "Hiragino Sans GB",
    "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  font-size: 18px;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .news
  .news-container
  .news-flex
  .news-list
  .news-item
  .news-link
  .arrow {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  box-sizing: border-box;
  border-radius: 50%;
  transition: 300ms;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px transparent;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container {
  width: 1400px;
  height: auto;
  padding-top: var(--nav-height);
}

.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .title {
  height: 80px;
  color: #333333;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .title .en-title {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  margin-right: 12px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .news .news-container .news-title .title .zh-title {
  display: inline-block;
  font-size: 44px;
}

.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .title {
  height: 80px;
  color: #333333;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .title .en-title {
  display: inline-block;
  font-size: 44px;
  font-weight: bold;
  margin-right: 12px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .title .zh-title {
  display: inline-block;
  font-size: 44px;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .case-list {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .case-list .case-item {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  height: 350px;
  position: relative;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .case-list .case-item .case-link {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .case
  .case-container
  .case-list
  .case-item
  .case-link:hover
  .case-pic {
  transform: scale(1.2);
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .case
  .case-container
  .case-list
  .case-item
  .case-link:hover
  .mask {
  transform: translateX(0);
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .case-list .case-item .case-link .case-pic {
  transition: 500ms;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}
.container .main-swiper .swiper-wrapper .swiper-slide .case .case-container .case-list .case-item .case-link .mask {
  position: absolute;
  width: 35%;
  height: 100%;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(10px);
  box-sizing: border-box;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  color: #ffffff;
  transform: translateX(105%);
  transition: 500ms;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .case
  .case-container
  .case-list
  .case-item
  .case-link
  .mask
  .case-title {
  display: block;
  line-height: 150%;
  height: auto;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .case
  .case-container
  .case-list
  .case-item
  .case-link
  .mask
  .case-info {
  width: 100%;
  font-size: 16px;
  margin-bottom: 2px;
}
.container
  .main-swiper
  .swiper-wrapper
  .swiper-slide
  .case
  .case-container
  .case-list
  .case-item
  .case-link
  .mask
  .more-info {
  background-color: var(--color-primary);
  width: 100%;
  height: 35px;
  font-size: 14px;
  display: flex;
  align-items: center;
  margin-top: 18px;
  justify-content: flex-start;
  box-sizing: border-box;
  padding: 0 10px;
}
.container .main-swiper .swiper-wrapper .swiper-slide.footer {
  height: 720px !important;
}

@media screen and (max-width: 1100px) {
  .container .main-swiper .banner .banner-title {
    font-size: 36px !important;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 30px;
  }
  .container .main-swiper .banner .link {
    backdrop-filter: blur(34px);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .container .main-swiper .about-us .about-us-text {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .container .main-swiper .product .t-title {
    color: #333333 !important;
  }
  .container .main-swiper .product .product-pagination,
  .container .main-swiper .product .span {
    width: 40px !important;
  }
  .container .main-swiper .product .product-swiper {
    width: calc(100% - 80px) !important;
  }
  .container .main-swiper .product .product-swiper .hr-v {
    height: 40px !important;
  }
  .container .main-swiper .news {
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }
  .container .main-swiper .news .news-container {
    width: 100% !important;
    box-sizing: border-box;
    padding: 0 20px;
    padding-top: calc(var(--nav-height) * 1.4) !important;
  }
  .container .main-swiper .news .news-container .news-title {
    margin-bottom: 20px !important;
  }
  .container .main-swiper .news .news-container .news-flex {
    flex-direction: column;
  }
  .container .main-swiper .news .news-container .news-flex .news-swiper {
    width: 100% !important;
    height: 200px !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-swiper .news-swiper-item {
    width: 100% !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-swiper .news-swiper-item .mask .mask-text {
    width: calc(100% - 190px) !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-swiper .news-swiper-item .mask .mask-text .date {
    font-size: 14px !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-swiper .news-swiper-item .mask .mask-text .title {
    font-size: 16px !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-swiper .news-pagination .swiper-pagination-bullet {
    width: 6px !important;
    height: 6px !important;
    border: solid 1px #ffffff;
  }
  .container .main-swiper .news .news-container .news-flex .news-list {
    padding-top: 20px;
    width: 100% !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-list .news-item {
    padding-bottom: 18px !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-list .news-item:not(:first-child) {
    padding-top: 18px !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-list .news-item:last-child {
    border-bottom: unset !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-list .news-item .date {
    width: 70px !important;
  }
  .container .main-swiper .news .news-container .news-flex .news-list .news-item .date .month-day {
    font-size: 18px !important;
  }
  .container .main-swiper .case {
    align-items: flex-start !important;
  }
  .container .main-swiper .case .case-container {
    height: 100% !important;
    padding: 0 20px !important;
    padding-top: calc(var(--nav-height) * 1.4) !important;
  }
  .container .main-swiper .news .news-container .news-title .title * {
    font-size: 36px !important;
  }
  .container .main-swiper .case .case-container .title * {
    font-size: 36px !important;
  }
  .container .main-swiper .case .case-container .case-list {
    flex-wrap: nowrap !important;
    width: 100% !important;
    overflow: auto !important;
    height: calc(100vh - 98px - 80px - 20px) !important;
    scroll-snap-type: x mandatory;
  }
  .container .main-swiper .case .case-container .case-list .case-item {
    scroll-snap-align: center;
    display: block !important;
    margin-bottom: 0 !important;
    flex-shrink: 0 !important;
    height: 100% !important;
    width: 100% !important;
  }
  .container .main-swiper .case .case-container .case-list .case-item .mask {
    backdrop-filter: unset !important;
    width: 100% !important;
    height: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    top: unset !important;
    transform: translateX(0) !important;
  }
}
