/* .aboutus_events {
  overflow: hidden;
} */
 /* 头部不sticky会导致页面整体出现上移 */
.header {
  position: sticky; 
}
.current-page {
  color: #231815 !important;
}
.aboutus_events .crumbs {
  padding: 1.25vw 0 4.1667vw;
  /* margin-top: 4.375vw; */
}
.main-title {
  color: #231815;
  /* Heading5-40 */
  font-family: Montserrat;
  font-size: 2.0833vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  text-transform: capitalize;
  line-height: 150%;
  margin: 0;
}
.search-container {
  position: relative;
  display: inline-block;
}

.dropdown-search {
  width: 100%;
  overflow: hidden;
  z-index: 1020;
  background: #fff;
  /* Shadow */
  box-shadow: 0vw 0.5208vw 0.5208vw rgba(35, 24, 21, 0.1);
  max-height: 0vw;
  transition: max-height 0.6s linear;
}
.dropdown-search.active {
  max-height: 23.9583vw;
}
.title-line {
  display: flex;
  justify-content: space-between;
  margin: 2.0833vw 0 0;
}
.title-line .iconfont {
  font-size: 1.25vw;
  line-height: 1;
  cursor: pointer;
}
.search {
  padding: 2.0833vw 0;
}

.search-title {
  width: 85%;

  color: #231815;

  /* Heading8-R-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
}

.search-title .iconfont {
  margin-right: 0.8333vw;
  font-size: 1.6667vw;
  color: #9fa0a0;
}
.search-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.serach-box {
  width: fit-content;
  display: flex;
  position: relative;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  transform-origin: right;
}
.search-input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.0833vw;
}
.search-icon,
.close-icon {
  position: absolute;
  font-size: 1.25vw !important;
  margin: 0.4167vw 0.4167vw 0.4167vw 0.8333vw;
  line-height: 1;
}
.search-input-box .iconfont {
  font-size: 1.25vw !important;
  margin: 0 0.8333vw 0 0;

  line-height: 1;
}
.search-guide {
  color: #9fa0a0;
  margin-left: 2.5vw;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
}
.search-item {
  margin-top: 0.8333vw;
  padding: 0 2.5vw 0;
  cursor: pointer;
  transition: background-color 0.3s ease;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
}

.search-item:hover {
  background-color: #fafafa;
  color: #3a66fb;
}

.search-item .iconfont {
  color: #231815;
  font-size: 0.8333vw;
  margin-right: 0.4167vw;
}
.events {
  position: relative;
  width: 100%; /* 或者设置一个固定宽度 */
  z-index: 99;
  margin-top: 2.0833vw;
  position: relative;
  margin-bottom: 4.1667vw;
  overflow: hidden;
}
.line {
  width: 100%;
  height: 0.0521vw;
  background-color: #2318151a;
  position: absolute;
  top: 3.5417vw;
}
.top-nav {
  position: sticky;
  z-index: 1000;
  top: 4.375vw; /* 确保在垂直滚动时生效 */
  background-color: #fff;
  height: 3.9583vw;
  border-top: 0.0521vw solid #2318151a;
  border-bottom: 0.0521vw solid #2318151a;
}
.events-title {
  padding: 0 !important;
}
.events-title h1 {
  color: #231815;
  font-family: Montserrat;
  font-size: 1.6667vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  text-transform: capitalize;
  line-height: 150%;
  margin: 0;
}
.top-nav-box {
  padding: 0 !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 3.8542vw;
}
.top-nav-right {
  display: flex;
  align-items: center;
}
.top-nav-right span {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  height: fit-content;
}
.top-nav-right span:hover {
  /* color: #3a66fb; */
}
.search-input {
  border-radius: 2.0833vw;
  background: #f2f2f2;
  height: 2.0833vw;
  text-wrap: nowrap;
  width: 100%;
  display: block;
  padding: 0.4167vw 0.8333vw 0.4167vw 2.5vw;
  transition: all 0.3s linear;
  transform-origin: right;
  overflow: hidden;
}
.search-icon {
  position: absolute;
  font-size: 1.25vw !important;
  margin: 0 0.4167vw 0 0.8333vw;
}
.category-title {
  color: #231815;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin-right: 2.0833vw;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
}
.category {
  flex-wrap: wrap;
  display: flex;
}
.list-li,
.list-li-region,
.sub-list-li {
  padding: 0.2083vw 0.8333vw;
  color: #231815;
  border-radius: 2.6042vw;
  border: 0.0521vw solid #9fa0a0;
  background: #fff;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: fit-content;
  margin-right: 1.25vw;
  display: flex;
  width: fit-content;
  position: relative;
  cursor: pointer;
  text-wrap: nowrap;
  transition: all 0.3s ease;
}
.sub-list-li {
  background-color: #fafafa;
  display: flex;
  align-items: center;
}

.list-li-region .iconfont,
.sub-list-li .iconfont {
  font-size: 0.8333vw;
  margin-left: 0.4583vw;
  color: #231815;
}
.toast {
  top: auto !important;
  bottom: 6.25vw !important;
  right: 1.5625vw !important;
  z-index: 100;
  left: auto;
}
.list-li-region.active .iconfont,
.sub-list-li.active .iconfont {
  color: #fff;
}

.sub-list-li .iconfont {
  line-height: 1;
  font-size: 0.5208vw;
}

.list-li-region:hover .iconfont {
  color: #fff;
}
.list-li:last-child,
.list-li-region:last-child,
.sub-list-li:last-child {
  margin-right: 0;
}
.list-li:hover,
.list-li-region:hover,
.sub-list-li:hover,
.list-li.active,
.list-li-region.active,
.sub-list-li.active {
  border-color: #3a66fb;

  background-color: #3a66fb;
  color: #ffffff;
  border: 0.0521vw solid transparent;
  font-weight: 600;
  /* font-family: "Montserrat-SemiBold" !important; */
}
.sub-list-li {
  border: none;
}
.sub-list-li:hover,
.sub-list-li.active {
  border: none;
}
.list-li:hover span,
.list-li-region:hover span,
.sub-list-li:hover span {
  color: #ffffff;
  /* font-family: "Montserrat-SemiBold" !important; */
  font-weight: 600;
}
.sub-list-li:hover .iconfont {
  color: #ffffff;
}

.list-li-region .iconfont {
  color: #231815;

  transition: all 0.3s ease;
}
.list-li-region .iconfont.active {
  color: #ffffff;

  transform: rotate(180deg);
}
/* .list-li span,
.list-li-region span,
.sub-list-li span {
  color: #231815;
} */
.list-li.active span,
.list-li-region.active span,
.sub-list-li.active span {
  color: #ffffff;
  /* font-family: "Montserrat-SemiBold" !important; */
  font-weight: 600;
}
.sub-list-li.active .iconfont {
  color: #ffffff;
  background-color: transparent;
  display: block;
  margin-left: 0.4583vw;
}
.sub-category {
  position: absolute;
}

.title-box,
.title-box .time {
  display: flex;
  justify-content: space-between;
}
.title-box {
  color: #231815;
  text-overflow: ellipsis;
  /* Large1-S-18 */
  font-family: Montserrat;
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}

.swiper-slide {
  display: flex;
  /* width: 32.3% !important ;
  max-width: 24.1667vw; */
  margin-bottom: 0;
  transition: all 0.3s ease;
  position: relative;
  padding-top: 2.5vw;
}
.events-time-box {
  position: absolute;
  top: 0;
}
.event-box {
  width: 100%;
  background: #fafafa;
  padding: 1.25vw 1.25vw 2.0833vw;
  margin-top: 4.1667vw;
}
.event-box:hover {
  box-shadow: 0 2px 35px 0 rgba(35, 24, 21, 0.1);
}
.event-box:hover .title-box {
  color: #3a66fb;
}
.event-box:hover .action-box .action-right .iconfont,
.event-box:hover .action-box .action-left .iconfont {
  color: #3a66fb;
}
.event-box:hover .action-box {
  color: #3a66fb;
}
.event-icon {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 0.8333vw;
}
.event-icon .iconfont {
  color: #231815;
  font-size: 1.25vw;
  cursor: pointer;
}

.swiper-slide .events-img {
  display: inline-block;
  width: 100%;
  height: 12.1875vw;
}
.action-box,
.prevent-action-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2.0833vw 0 0;
  font-size: 0.8333vw;
  color: #231815;
}

.action-box {
  margin-top: 2.0833vw;
}
.prevent-title-box .action-box {
  display: flex;
  flex-direction: row;
  margin-top: 0;
}
.prevent-title-box .iconfont:last-child {
  margin-left: 1.25vw;
}
.event-box .action-box .action-right .iconfont,
.event-box .action-box .action-left .iconfont {
  color: #231815;
  font-size: 1.1458vw;
  line-height: 1;
}

.action-right,
.action-left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.action-left {
  max-width: 56%;
}
.events-date,
.prevent-events-date {
  display: flex;
  align-items: center;
  color: #231815 !important;
  cursor: pointer;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin-top: 2.9167vw;
}
.events-date .iconfont,
.prevent-events-date .iconfont {
  color: #231815;
}
.events-date:hover .prevent-events-date:hover {
  color: #231815;
}
.action-right .iconfont,
.action-left .iconfont {
  margin-right: 0.4167vw;
  font-size: 1.25vw;
  line-height: 1;
}
.swiper-slide .events-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  border-radius: 0.8333vw;
}

.swiper-slide .events-txt {
  width: 100%;
  margin-top: 0.8333vw;
  text-align: left;
}

.swiper-slide .events-txt .events-name {
  color: #231815;
  /* Heading7-S-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}

.events-list {
  display: flex;
  flex-wrap: wrap;
}
.page {
  padding: 0 0 4.1667vw;
}

.events-time {
  color: #231815;

  /* Heading7-S-24 */
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
  padding-bottom: 1.25vw;
}
.events-point {
  width: 0.8333vw;
  height: 0.8333vw;
  background-color: #231815;
  border-radius: 1.3021vw;
}

.event-box:hover .events-txt .news-name,
.prevent-box:hover .action-right,
.prevent-box:hover .action-left {
  color: #fff;
}
.swiper-button-prev {
  width: 3.3333vw !important;
  height: 3.3333vw !important;
  top: 17.3438vw !important;
  right: 17.9167vw !important;
  left: auto !important;
  background-color: #fafafa;
  color: #231815 !important;
  border-radius: 26.0417vw;
}
.swiper-button-next {
  width: 3.3333vw !important;
  height: 3.3333vw !important;
  top: 17.3438vw !important;
  right: 12.5vw !important;
  background-color: #fafafa;
  background-color: #fafafa;
  color: #231815 !important;
  border-radius: 26.0417vw;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-button-next .iconfont,
.swiper-button-prev .iconfont {
  font-size: 1.7708vw;
  line-height: 1;
}

.previous-title {
  margin-bottom: 2.0833vw;
}
.categories {
  display: flex;
  margin-bottom: 1.25vw;
}
.region {
  margin-bottom: 0.8333vw;
}
.categories-title {
  width: 6.7188vw;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}
.category-list,
.category-list-region {
  width: calc(100% - 6.7188vw);
}
.category-sub-list {
  transition: 0.3s all ease;
}
.event-container {
  position: relative;
}
.sub-cate {
  margin-left: 6.7188vw;
  margin-bottom: 0;
}

.category-list-region,
.category-sub-list {
  display: flex;
}
.previous {
  padding-bottom: 0;
  position: relative;
}
.prevent-detail {
  display: flex;
  flex-wrap: wrap;
}
.prevent-box {
  width: calc((100% - 2.5vw) / 3);
  background: #fafafa;
  margin-right: 1.25vw;
  padding: 1.25vw 1.25vw 2.0833vw 1.25vw;
  margin-bottom: 2.0833vw;
  transition: 0.3s all ease;
  position: relative;
}
.prevent-box:nth-child(3n) {
  margin-right: 0;
}
.prevent-video {
  width: 100%;
  height: 12.2396vw;
  position: relative;
  cursor: pointer;
}
.prevent-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.2396vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}
.prevent-video-box {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}
.video-icon {
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 2.0833vw;
  position: absolute;
  top: calc(50% - 1.0417vw);
  left: calc(50% - 1.0417vw);
  z-index: 100;
  transition: all 0.3s ease;
  background-color: #3a66fb;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.video-icon:hover {
  background-color: rgb(53, 86, 205);
}
.play-icon {
  color: #fff;
  font-size: 0.625vw !important;
}
.prevent-video:hover .video-icon {
  color: rgb(53, 86, 205);
}

.prevent-title-box {
  overflow: hidden;
  color: #231815;
  text-overflow: ellipsis;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* Large1-S-18 */
  font-family: Montserrat;
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
  margin: 2.0833vw 0 0;
}
.prevent-title-box span {
  max-width: 90%;
}
.prevent-title-box .iconfont {
  color: #231815;
  font-size: 1.25vw;
  cursor: pointer;
}
.prevent-box:hover {
  background-color: #3a66fb;
}
.prevent-box:hover .prevent-title-box {
  color: #fff;
}
.prevent-box:hover .prevent-title-box .iconfont {
  color: #fff;
}
.prevent-container {
  margin-top: 2.2917vw;
}
.prevent-video p {
  height: 1.25vw;
  width: 1.25vw;
  background: #3a66fb;
  border-radius: 50%;
  text-align: center;
  line-height: 150%;
  color: #fff;
  font-family: "Montserrat-SemiBold" !important;
  font-size: 0.625vw;
  position: absolute;
  top: calc(50% - 0.3125vw);
  left: calc(50% - 0.3125vw);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
/* .total,
.toPage,
.number-input,
.toDetail,
.goDetail-icon,
.go-page-box {
  display: none !important;
} */
.icon-icon_collect_hover_blue {
  color: #3a66fb !important;
}
.prevent-box:hover .prevent-title-box .icon-icon_collect_hover_blue {
  color: #fff !important;
}
.modal-show {
  display: flex !important;
  align-items: center;
}
.loading-indicator-down {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
  top: 0;
  right: 0;
  padding-right: 0.7292vw;
  border-radius: 1.5625vw;
  pointer-events: none; /* 禁止点击事件 */
}
.loading-indicator-down .spinner {
  border: 0.2083vw solid rgba(0, 0, 0, 0.1);
  border-top: 0.2083vw solid #3a66fb;
  border-radius: 50%;
  width: 1.25vw;
  height: 1.25vw;
  animation: spin 1s linear infinite;
}
.toast-body .toast-view-more .iconfont {
  color: #231815 !important;
  margin-left: 0.2083vw;
}
.prevent-box:hover .toast-body .toast-view-more .iconfont {
  color: #231815 !important;
}
.toast:hover .toast-body .toast-view-more .iconfont {
  color: #231815 !important;
}
.no-data-box {
  display: none;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin: 3.125vw 0 6.25vw;
}
.open-btn {
  cursor: pointer;
  display: none;
}
.list-box {
  width: 100%;
}
.btn-mob {
  display: none;
}
.btn-pc {
  display: flex;
}
.event-swiper {
  overflow: visible;
}
@media screen and (max-width: 1440px) {
  .events-title h1 {
    font-size: 1.667vw;
  }
  /* .swiper-slide {
    width: 31.76% !important;
    max-width: 23.8889vw;
  } */
  .prevent-action-box {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2.7778vw;
  }
  .prevent-box {
    padding-bottom: 3.3333vw;
  }

  .prevent-action-box .action-left {
    margin-bottom: 1.1111vw;
  }

  .action-box .action-left,
  .action-box .action-right,
  .prevent-action-box .action-left,
  .prevent-action-box .action-right {
    max-width: 100%;
  }
  .action-box {
    /* flex-direction: column; */
    align-items: flex-start;
  }
  .action-box .action-left {
    margin-bottom: 1.1111vw;
  }
  .prevent-video {
    height: 11.5278vw;
  }
  .swiper-button-next,
  .swiper-button-prev {
  }
  .prevent-video .mask {
    height: 11.5278vw;
  }
  .prevent-title-box {
    height: 1.9444vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
  position: fixed; 
}
  .aboutus_events .crumbs {
    margin-top: 12.4667vw;
    padding: 2.1333vw 6.4vw 10.6667vw !important;
    /* margin-top: 13.33vw; */
  }
  .aboutus_events {
    /* padding-top: 0; */
  }
  .top-nav {
    height: fit-content;
    top: 12.5333vw;
    height: 11.5vw;
  }

  .top-nav-box {
    height: 11.2vw;
    padding: 2.1333vw 6.4vw !important;
  }
  .main-title {
    font-size: 4.2667vw;
  }
  .dropdown-search.active {
    max-height: 122.6667vw;
  }
  .category {
    flex-direction: column;
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  .category-title {
    font-size: 4.2667vw;
    margin-bottom: 4.2667vw;
  }

  .category-list {
    width: 100%;
    transition: all 0.3s ease;
  }
  .list-li,
  .list-li-region,
  .sub-list-li {
    margin-bottom: 2.1333vw;
    margin-right: 2.1333vw;
    font-size: 2.1333vw;
    padding: 1.6vw 4.2667vw;
    border-radius: 13.3333vw;
  }
  .list-li-region .iconfont,
  .sub-list-li .iconfont {
    font-size: 3.2vw;
  }
  .sub-cate {
    display: none;
  }
  .events-time {
    font-size: 3.7333vw;
    padding-bottom: 2.1333vw;
  }
  .events-point {
    width: 2.1333vw;
    height: 2.1333vw;
  }
  .events-title h1 {
    font-size: 8.5333vw;
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  .category {
    flex-direction: column;
  }
  .category-title {
    margin-bottom: 4.2667vw;
  }
  .open-btn {
    display: block;
    font-size: 6.4vw !important;
    transition: all 0.3s ease;
    line-height: 1;
  }
  .open-btn.active {
    transform: rotate(180deg);
  }
  .list-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .category-list-region,
  .category-sub-list {
    width: 100%;
    flex-wrap: wrap;
  }
  .sub-cate {
    margin-left: 0;
  }
  .sub-list-li {
    padding: 1.0667vw 4.2667vw;
  }
  .search-title {
    width: fit-content;
    font-size: 4.2667vw;
  }
  .search-guide {
    font-size: 3.7333vw;
    margin-left: 8.5333vw;
  }
  .search-item .iconfont {
    font-size: 4.2667vw;
  }
  .search-input-box .iconfont {
    font-size: 4.2667vw !important;

    margin: 0 2.1333vw 0 0;
  }
  .search-item {
    padding: 0 8.5333vw 0;
    margin-top: 4.2667vw;
    font-size: 3.7333vw;
  }
  .search-list {
    /* height: calc(100vh - 90px); */
    overflow-y: scroll;
    touch-action: pan-y;
  }
  .dropdown-search {
    height: calc(100vh - 24vw);
    overflow-y: scroll;
    z-index: 99;
    border-top: 0.2667vw solid #2318151a;
    overscroll-behavior: contain; /* 现代浏览器 */
  }
  .search-input {
    font-size: 3.2vw;
  }
  .search-icon,
  .close-icon {
    font-size: 4.2667vw !important;
    margin: 1.3333vw 2.1333vw 1.3333vw 4.2667vw;
  }
  .search-item:hover {
    color: #231815;
    background-color: #fff;
  }
  .search-input {
    border-radius: 10.6667vw;
    padding: 1.0667vw 4.2667vw 1.0667vw 10.6667vw;
  }
  .events {
    margin-top: 6.4vw;
    margin-bottom: 38.4vw;
    overflow: hidden;
  }
  .previous-title h1 {
    padding: 0 !important;
  }
  .line {
    top: 8.5333vw;
  }

  .previous {
    margin-bottom: 0;
  }
  .event-icon {
    display: none;
  }
  .event-box {
    margin-top: 7.4667vw;
    padding: 4.2667vw;
  }
  .swiper-slide .events-img {
    height: 44.2667vw;
  }
  .swiper-slide {
    /* width: 100% !important;
    max-width: 80vw; */
    padding-top: 10.6667vw;
  }
  .title-line {
    margin-top: 6.4vw;
  }
  .swiper-slide .title-box {
    font-size: 3.7333vw;
  }
  .action-box {
    margin-top: 6.4vw;
    font-size: 2.6667vw;
  }
  .prevent-box:hover .prevent-title-box .iconfont {
    color: #231815 !important;
  }
  .prevent-box:hover
    .prevent-title-box
    .action-box
    .icon-icon_collect_hover_blue {
    color: #3a66fb !important;
  }
  .event-box .action-box .action-right .iconfont,
  .event-box .action-box .action-left .iconfont {
    font-size: 4.2667vw;
    margin-right: 1.0667vw;
  }
  .previous-title {
    margin-bottom: 6.4vw;
  }
  .categories {
    flex-direction: column;
    margin-bottom: 0;
  }
  .categories-title {
    font-size: 4.2667vw;

    margin-bottom: 4.2667vw;
  }
  .second-cate {
    margin-top: 4.2667vw;
  }
  .prevent-detail {
    margin-top: 8.5333vw;
  }
  .prevent-box {
    width: 100%;
    padding: 4.2667vw;
    margin-right: 0;
    margin-bottom: 4.2667vw;
  }
  .toast {
    width: 80%;
  }
  .toast-body .toast-view-more .iconfont {
    font-size: 4.2667vw !important;
    line-height: 1;
  }
  .prevent-box:last-child {
    margin-bottom: 0;
  }
  .prevent-video,
  .prevent-video .mask {
    height: 44.2667vw;
  }
  .prevent-title-box {
    margin-top: 6.4vw;
    height: fit-content;
    font-size: 3.7333vw;
  }
  .modal-open .modal {
    padding: 0 6.4%;
  }
  /* .prevent-title-box span {
    line-height: 150%;
  } */
  .action-box,
  .prevent-action-box {
    font-size: 2.6667vw;
  }
  .action-box,
  .prevent-action-box {
    margin-top: 6.4vw;
  }
  .prevent-action-box {
    margin-top: 4.2667vw;
  }
  .action-left {
    margin-bottom: 0;
  }
  .action-right .iconfont,
  .action-left .iconfont,
  .prevent-title-box .iconfont {
    font-size: 4.2667vw;
    margin-right: 1.0667vw;
  }
  .page {
    padding: 10.6667vw 0 19.25vw;
  }

  .prevent-container {
    margin-top: 0;
  }
  .swiper {
    position: relative;
  }
  .btn-mob {
    display: flex;
  }
  .btn-pc {
    display: none;
  }
  .events {
    margin-bottom: 21.3333vw;
  }
  .swiper-wrapper {
    margin-bottom: 0;
    padding-bottom: 17.0667vw;
  }
  .swiper-button-next .iconfont,
  .swiper-button-prev .iconfont {
    font-size: 6.4vw;
  }
  .swiper-button-prev {
    width: 10.6667vw !important;
    height: 10.6667vw !important;
    left: auto !important;
    top: auto !important;
    bottom: 0 !important;
    right: 23.4667vw !important;
  }
  .swiper-button-next {
    width: 10.6667vw !important;
    height: 10.6667vw !important;
    left: auto !important;
    top: auto !important;
    bottom: 0 !important;
    right: 6.4vw !important;
  }
  .title-line .iconfont {
    font-size: 4.2667vw;
  }
  .prevent-title-box .iconfont:last-child {
    margin-left: 0;
    margin-right: 0;
  }
  .search {
    padding: 6.4vw 0;
  }
  .sub-list-li:hover {
    background-color: #fafafa;
  }
  .sub-list-li.active {
    border-color: #3a66fb;
    background-color: #3a66fb;
  }
  .sub-list-li:hover span {
    color: #231815;
    font-family: Montserrat !important;
  }
  .sub-list-li.active span {
    color: #fff;
  }
  .prevent-box:hover {
    background-color: #fafafa;
  }

  .prevent-box:hover .prevent-title-box {
    color: #231815;
  }

  .prevent-box:hover .events-txt .news-name,
  .prevent-box:hover .action-right,
  .prevent-box:hover .action-left {
    color: #231815;
  }

  .play-icon {
    font-size: 3.2vw !important;
  }
  .top-nav-right span {
    font-size: 3.7333vw;
  }
  .video-icon {
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 5.33335vw;
    top: calc(50% - 5.33335vw);
    left: calc(50% - 5.33335vw);
  }
  .prevent-action-box .action-left,
  .action-box .action-left {
    margin-bottom: 4.2666vw;
  }
  .event-box:hover .events-txt .news-name,
  .prevent-box:hover .action-right,
  .prevent-box:hover .action-left,
  .prevent-box:hover .prevent-title-box,
  .prevent-box:hover .prevent-title-box .iconfont,
  .prevent-box:hover .viewmore h2,
  .prevent-box:hover .viewmore .iconfont,
  .prevent-box:hover .prevent-title-box .iconfont,
  .prevent-box:hover
    .prevent-title-box
    .action-box
    .icon-icon_collect_hover_blue {
    color: #231815;
  }
}
