.search {
  padding-top: 8.5417vw;
  padding-bottom: 4.1667vw;
  overflow: hidden;
}

.search .search-input {
  width: 41.6667vw;
  height: 4.1667vw;
  border-radius: 2.6042vw;
  border: 0.0521vw solid rgba(35, 24, 21, 0.2);
  padding: 1.4583vw 2.0833vw;
  display: flex;
  gap: 1.25vw;
  align-items: center;
  margin-bottom: 4.1667vw;
}

.search .search-input .iconfont {
  font-size: 1.25vw;
  color: #9fa0a0;
  cursor: pointer;
}

.search .search-input .iconfont:hover {
  color: #3a66fb;
}

.search .search-input .search-form {
  flex: 1;
  display: flex;
  gap: 1.25vw;
}

.search .search-input .search-form .search-icon {
  position: relative;
  width: 1.25vw;
  height: 1.25vw;
  line-height: 1.25vw;
  cursor: pointer;
}

.search .search-input .search-form .search-icon input {
  position: absolute;
  background: transparent;
}

.search .search-input .search-form .search-icon:hover .iconfont {
  color: #3a66fb;
}

.search .search-input .search-form input {
  /* color: #9FA0A0; */
  color: #231815;
  width: 100%;
  height: 100%;
  font-size: 0.8333vw;
}

.search .search-input .search-clear {
  color: #231815;
  cursor: pointer;
}

/* 搜索结果 */

.search .search-data .search-box {
  display: block;
}

.search .search-data .search-tab {
  position: relative;
}

.search .search-data .search-tab .swiperxian {
  position: absolute;
  border-bottom: 0.0521vw solid rgba(35, 24, 21, 0.1);
  width: 100%;
  bottom: 0vw;
}

.search .search-data .swiper {
  overflow: hidden;
}

.search .search-data .swiper .swiper-wrapper .swiper-slide {
  width: auto;
}

.search .search-data .swiper .swiper-wrapper .search-menu-item {
  position: relative;
  cursor: pointer;
  color: #231815;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 150%;
  padding-bottom: 0.8333vw;
  white-space: nowrap;
}

.search .search-data .swiper .swiper-wrapper .search-menu-item:hover,
.search .search-data .swiper .swiper-wrapper .search-menu-item.active {
  color: #3a66fb;
  font-family: "Montserrat-SemiBold";
}

.search .search-data .swiper .swiper-wrapper .search-menu-item.active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0521vw;
  background-color: #3a66fb;
  transform: scaleX(1);
}

.search .search-data .search-quantity {
  margin: 0.8333vw 0 4.1667vw;
  color: #9fa0a0;
  font-size: 0.8333vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
}

.search .search-data .moduleHide {
  display: none;
}

.search .search-data .moduleHide.active {
  display: block;
}

.search .search-data .highlight {
  color: #3a66fb;
}

.search .search-data #searchProducts ul {
  margin-top: -1.25vw;
}

.search .search-data #searchProducts ul li {
  padding: 1.25vw 0;
  border-bottom: 0.0521vw solid rgba(35, 24, 21, 0.1);
  color: #231815;
}

.search .search-data #searchProducts ul li a {
  display: flex;
  padding: 0.8333vw 1.6667vw;
  gap: 1.6667vw;
  align-items: center;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
}

.search .search-data #searchProducts ul li a:hover {
  background: #fafafa;
}

.search .search-data #searchProducts ul li a .search-products-img {
  max-width: 12.2917vw;
  max-height: 12.2917vw;
  overflow: hidden;
}

.search .search-data #searchProducts ul li a:hover .search-products-img img {
  transform: scale(1.1);
}

.search .search-data #searchProducts ul li a .search-products-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.search .search-data #searchProducts ul li a:hover .search-products-text {
  color: #3a66fb;
}

.search .search-data #searchProducts ul li a .search-products-text {
  color: #9fa0a0;
  font-size: 1.0417vw;
}

.search .search-data #searchProducts ul li a .search-products-title {
  font-size: 1.25vw;
  margin: 0.8333vw 0 1.7708vw;
}

.search .search-data #searchProducts ul li a .search-products-more {
  font-size: 0.8333vw;
  display: flex;
  align-items: center;
  gap: 0.2083vw;
}

.search .search-data #searchProducts ul li a .search-products-more .iconfont {
  font-size: 1.25vw;
}

.search .search-data .textBlock {
  line-height: 150%;
}

.search .search-data .textBlock .textBlock-item {
  margin-bottom: 2.0833vw;
  cursor: pointer;
  display: block;
}

.search .search-data .textBlock .textBlock-item .textBlock-day {
  color: #231815;
  font-size: 0.8333vw;
  font-weight: 400;
  margin-bottom: 0.8333vw;
}

.search .search-data .textBlock .textBlock-item .textBlock-title {
  font-size: 1.25vw;
  color: #231815;
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0.8333vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  line-height: 150%;
}

.search .search-data .textBlock .textBlock-item .textBlock-title:hover {
  color: #3a66fb;
}

.search .search-data .textBlock .textBlock-item .textBlock-text {
  color: #231815;
  font-size: 0.8333vw;
  font-weight: 400;
  margin-bottom: 0.8333vw;
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.search .search-data .textBlock .textBlock-item .textBlock-more {
  font-family: "Montserrat-SemiBold";
  color: #231815;
  display: flex;
  align-items: center;
  font-size: 0.8333vw /* 16px -> 0.8333vw */;
  gap: 0.2083vw;
}

.search .search-data .textBlock .textBlock-item .textBlock-more:hover {
  color: #3a66fb;
}

.search .search-data .textBlock .textBlock-item .textBlock-more .iconfont {
  font-size: 1.25vw;
}

#searchDownload .download-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
}

#searchDownload .download-list .download-item:hover {
  background-color: #3a66fb;
  color: #ffffff !important;
  cursor: pointer;
}

#searchDownload .download-list .download-item {
  width: calc((100% - 1.25vw) / 2);
  max-height: 5.2083vw;
  background: #fafafa;
  padding: 0.7813vw 1.3542vw 0.7813vw 1.0417vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #9fa0a0;
  transition: background 1s ease-in-out;
}

#searchDownload .download-list .download-item .download-item-left {
  display: flex;
  align-items: center;
  flex: 1;
  max-width: calc(100% - 2.6042vw);
}

#searchDownload .download-list .download-item .download-item-left .date-box {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

#searchDownload .download-list .download-item .download-item-left .date {
  font-family: Montserrat, Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  text-align: left;
  font-style: normal;
  text-transform: none;
  white-space: nowrap;
  line-height: 150%;
}

#searchDownload
  .download-list
  .download-item
  .download-item-left
  .pdf-icon-mob {
  display: none;
}

#searchDownload .download-list .download-item .download-item-left .line {
  width: 0.0521vw;
  height: 3.6458vw;
  background: #eaeaea;
  margin-left: 1.0417vw;
  margin-right: 0.7813vw;
}

#searchDownload .download-list .download-item .download-item-left .pdf-icon {
  font-size: 2.0833vw;
  line-height: 150%;
}

#searchDownload .download-list .download-item .download-item-left .desc {
  word-wrap: break-word;
  /* 允许内容换行 */
  max-width: 19.0625vw;
  height: auto;
  display: -webkit-box;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #231815;
  line-height: 150%;
  text-align: left;
  text-transform: none;
  margin: 0;
  margin-left: 1.5625vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#searchDownload .download-list .download-item:hover .desc,
#searchDownload .download-list .download-item:hover .desc .highlight,
#searchDownload .download-list .download-item:hover .down-icon {
  color: #fff;
}

#searchDownload .download-list .download-item .down-icon {
  color: #231815;
  font-size: 1.25vw;
  line-height: 150%;
  cursor: pointer;
}

#searchDownload .download-list .download-item .down-icon-mob {
  display: none;
}

.download-box
  .download-box-content
  .download-list
  .download-item
  .down-icon-mob {
  display: none;
}

/* Events */
#searchEvents .events-h2 {
  font-size: 1.6667vw;
  color: #231815;
  line-height: 150%;
}

#searchEvents .searchEvents-mobile {
  display: none;
}

#searchEvents .searchEvents-pc {
  display: block;
}

#searchEvents .upcoming-events .certifications-swiper {
  padding-top: 1.25vw;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide {
  width: 24.1667vw;
  height: 22.3958vw;
  background: #fafafa;
  padding: 1.25vw;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-img {
  max-width: 21.6667vw;
  height: 12.1875vw;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-img
  img {
  width: 100%;
  height: 100%;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-h3,
#searchEvents .previous-events .prevent-box .prevent-list .prevent-h3 {
  color: #231815;
  font-size: 0.9375vw;
  line-height: 150%;
  margin: 2.0833vw 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-info,
#searchEvents .previous-events .prevent-box .prevent-list .prevent-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-info
  .swiper-item-p,
#searchEvents
  .previous-events
  .prevent-box
  .prevent-list
  .prevent-info
  .prevent-p {
  display: flex;
  gap: 0.4167vw;
  align-items: center;
  max-width: 45%;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-info
  .swiper-item-p
  .iconfont,
#searchEvents
  .previous-events
  .prevent-box
  .prevent-list
  .prevent-info
  .prevent-p
  .iconfont {
  color: #231815;
  font-size: 1.1458vw;
}

#searchEvents
  .upcoming-events
  .certifications-swiper
  .swiper-box
  .swiper-wrapper
  .swiper-slide
  .swiper-item-info
  .swiper-item-p
  .swiper-item-p-text,
#searchEvents
  .previous-events
  .prevent-box
  .prevent-list
  .prevent-info
  .prevent-p
  .prevent-text {
  color: #231815;
  font-size: 0.8333vw;
  line-height: 150%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#searchEvents .upcoming-events .swiper-button {
  display: flex;
  justify-content: flex-end;
  gap: 2.0833vw;
}

.swiper-button .swiper-button-next,
.swiper-button .swiper-button-prev {
  border-radius: 50%;
  position: unset !important;
  background: #fafafa;
  width: 3.3333vw;
  height: 3.3333vw;
  color: #231815;
  margin-top: 2.0833vw;
}

.swiper-button .swiper-button-next:after,
.swiper-button .swiper-button-prev:after {
  font-size: 1.0417vw;
  font-weight: bold;
}

#searchEvents .previous-events {
  margin-top: 4.1667vw;
}

#searchEvents .previous-events .prevent-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
  padding-top: 1.25vw;
}

#searchEvents .previous-events .prevent-box .prevent-list {
  width: calc((100% - 2.5vw) / 3);
  background: #fafafa;
  padding: 1.25vw 1.25vw 2.0833vw 1.25vw;
  transition: 0.3s all ease;
}

#searchEvents .previous-events .prevent-box .prevent-list:hover {
  background: #3a66fb;
}

#searchEvents .previous-events .prevent-box .prevent-list:hover .prevent-h3,
#searchEvents
  .previous-events
  .prevent-box
  .prevent-list:hover
  .prevent-p
  .iconfont,
#searchEvents
  .previous-events
  .prevent-box
  .prevent-list:hover
  .prevent-p
  .prevent-text {
  color: #fff;
}

#searchEvents .previous-events .prevent-box .prevent-list .prevent-video {
  width: 100%;
  height: 12.2396vw;
  position: relative;
  cursor: pointer;
}

#searchEvents .previous-events .prevent-box .prevent-list .prevent-video .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 12.2396vw;
  background: rgba(0, 0, 0, 0.4);
  z-index: 99;
}

#searchEvents .previous-events .prevent-box .prevent-list .prevent-video-box {
  height: 100%;
  width: 100%;
  object-fit: cover;
  cursor: pointer;
}

#searchEvents .previous-events .prevent-box .prevent-list .video-icon {
  height: 2.0833vw;
  width: 2.0833vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.0833vw !important;
  line-height: 2.0833vw;
  color: #3a66fb;
  z-index: 100;
}

#searchEvents .previous-events .prevent-box .prevent-list .video-icon::after {
  content: "";
  position: absolute;
  width: 50%;
  /* 背景色的宽度 */
  height: 50%;
  /* 背景色的高度 */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  z-index: -1;
}

/* page */
.page {
  margin: 2.0833vw auto 4.1667vw;
}

.el-pagination .el-pager {
  margin-bottom: 0;
}

.el-pagination .el-pager li {
  min-width: 2.0833vw;
  height: 2.0833vw;
  line-height: 2.0833vw;
  margin-right: 0.3125vw;
  color: #9fa0a0;
  text-align: center;

  /* Large3-S-14-22 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;

  border-radius: 0;
}

.el-pager li:hover a,
.pagination .el-pagination .default:hover {
  background: #3a66fb;
}

.el-pager .active {
  border: none;
  background-color: #3a66fb;
  color: #fff !important;
}

/* 搜索没有数据时显示 */
.search-nodata {
  display: block;
  padding-top: 6.25vw;
}

.search-nodata h2 {
  color: #231815;
  font-size: 2.0833vw;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
}

.search-nodata .search-nodata-title {
  margin: 6.25vw 0 1.25vw;
  color: #9fa0a0;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 150%;
}

.search-nodata #nodataSwiper {
  display: none;
}

.search-nodata .search-nodata-partnerslist {
  display: flex;
  gap: 1.25vw;
}

.search-nodata .search-nodata-partnerslist a {
  background: #fafafa;
  padding: 2.0833vw 1.25vw 1.25vw;
  color: #231815;
  width: calc((100% - 3.75vw) / 4);
  overflow: hidden;
}

.search-nodata .search-nodata-partnerslist a:hover,
.search-nodata
  .search-nodata-partnerslist
  a:hover
  .search-nodata-partnerslist-text {
  color: #3a66fb;
}

.search-nodata .search-nodata-partnerslist a .search-nodata-partnerslist-title {
  font-size: 0.9375vw;
  height: 2.8125vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  text-transform: capitalize;
  -webkit-box-orient: vertical;
}

.search-nodata .search-nodata-partnerslist a .search-nodata-partnerslist-text {
  padding: 0.4167vw 0 0.8333vw;
  color: #9fa0a0;
  font-size: 0.625vw;
  font-weight: 400;
  line-height: 150%;
}

.search-nodata .search-nodata-partnerslist a .search-nodata-partnerslist-img {
  max-width: 7.3958vw;
  max-height: 7.3958vw;
  margin: 0 auto;
}

.search-nodata
  .search-nodata-partnerslist
  a:hover
  .search-nodata-partnerslist-img
  img {
  transform: scale(1.2);
}

.search-nodata
  .search-nodata-partnerslist
  a
  .search-nodata-partnerslist-img
  img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  object-fit: cover;
}

.search-nodata .search-nodata-partnerslist a .search-nodata-more {
  margin-top: 1.6667vw;
  display: flex;
  gap: 0.2083vw;
  align-items: center;
}

.search-nodata .search-nodata-partnerslist a .search-nodata-more p {
  font-size: 0.8333vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
}

.search-nodata .search-nodata-partnerslist a .search-nodata-more .iconfont {
  font-size: 1.25vw;
}

.search-nodata .search-nodata-solutions {
  margin-top: 4.1667vw;
}

.search-nodata .search-nodata-solutions h2 {
  color: #9fa0a0;
  font-size: 1.25vw;
  line-height: 150%;
  margin-bottom: 1.25vw;
}

.search-nodata .search-nodata-solutions .search-nodata-solutions-list {
  display: flex;
  gap: 1.25vw;
  align-items: center;
  flex-wrap: wrap;
}

.search-nodata .search-nodata-solutions .search-nodata-solutions-list a {
  border-radius: 10.4167vw;
  border: 0.0521vw solid #231815;
  padding: 0.625vw 1.25vw;
  line-height: 150%;
}

.search-nodata .search-nodata-solutions .search-nodata-solutions-list a:hover {
  background: #3a66fb;
  color: #fff;
  border: 0.0521vw solid #3a66fb;
}

@media screen and (max-width: 1440px) {
  .search-nodata .search-nodata-partnerslist {
    gap: 1.1111vw;
  }

  .search-nodata .search-nodata-partnerslist a {
    width: calc((100% - 3 * 1.1111vw) / 4);
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide {
    width: 23.8889vw;
    height: 28.4722vw;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-img {
    max-width: 23.8889vw;
    height: 11.5278vw;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-info,
  #searchEvents .previous-events .prevent-box .prevent-list .prevent-info {
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-info
    .swiper-item-p,
  #searchEvents
    .previous-events
    .prevent-box
    .prevent-list
    .prevent-info
    .prevent-p {
    max-width: 100%;
  }

  #searchEvents .previous-events .prevent-box .prevent-list {
    height: 28.4722vw;
  }

  #searchEvents .previous-events .prevent-box .prevent-list .prevent-video {
    height: 11.5278vw;
  }

  #searchEvents
    .previous-events
    .prevent-box
    .prevent-list
    .prevent-video
    .mask {
    height: 11.5278vw;
  }
}

@media screen and (max-width: 1024px) {
  .search {
    padding-top: 4.5833vw;
  }

  .search .search-input {
    width: 100%;
    margin-bottom: 1.3542vw;
    height: 1.9792vw;
    padding: 0.4167vw 0.8333vw;
  }

  .search .search-input .search-form {
    gap: 0.4167vw;
    align-items: center;
    line-height: 150%;
  }

  .search .search-input .search-form .search-icon {
    width: 0.8333vw;
    height: 0.8333vw;
    line-height: 0.8333vw;
  }

  .search .search-input .search-form input {
    font-size: 0.7292vw;
  }

  .search .search-input .iconfont {
    font-size: 0.8333vw;
  }

  .search .search-input .search-clear {
    display: none;
  }

  .search .search-data .swiper .swiper-wrapper .search-menu-item {
    padding-bottom: 0.4167vw;
  }

  .search .search-data .search-quantity {
    font-size: 0.7292vw;
    margin-bottom: 2.0833vw;
  }

  .search .search-data #searchProducts ul li {
    padding: 0.4167vw 0;
  }

  .search .search-data #searchProducts ul li a {
    padding: 0.8333vw;
  }

  .search .search-data #searchProducts ul li a .search-products-img {
    max-width: 5.4167vw;
    max-height: 5.4167vw;
  }

  .search .search-data #searchProducts ul li a .search-products-text {
    font-size: 0.625vw;
  }

  .search .search-data #searchProducts ul li a .search-products-title {
    margin: 0.2083vw 0 0.8333vw;
    font-size: 0.8333vw;
  }

  .search .search-data #searchProducts ul li a .search-products-more {
    font-size: 0.625vw;
  }

  .search .search-data #searchProducts ul li a .search-products-more .iconfont {
    font-size: 0.8333vw;
  }

  .search .search-data .textBlock .textBlock-item {
    margin-bottom: 6.4vw;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-day {
    font-size: 0.625vw;
    margin-bottom: 0.4167vw;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-title {
    /* font-size: 4.2666vw; */
    margin-bottom: 2.1333vw;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-text {
    margin-bottom: 2.1333vw;
    /* font-size: 3.7333vw; */
  }

  .search .search-data .textBlock .textBlock-item .textBlock-more {
    /* font-size: 3.2vw; */
    margin-top: -2.1333vw;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-more .iconfont {
    font-size: 0.8333vw;
  }

  #searchDownload .download-list {
    flex-direction: column;
  }

  #searchDownload .download-list .download-item {
    width: 100%;
    flex-direction: column;
    max-height: 7.9167vw;
    padding: 0.8333vw;
  }

  #searchDownload .download-list .download-item .download-item-left {
    width: 100%;
  }

  #searchDownload .download-list .download-item .download-item-left .date-box {
    align-items: center;
  }

  #searchDownload .download-list .download-item .download-item-left .date {
    font-size: 0.4167vw;
    margin-bottom: 0.8333vw;
    max-width: unset;
  }

  #searchDownload
    .download-list
    .download-item
    .download-item-left
    .pdf-icon-mob {
    font-size: 2.0833vw;
    line-height: normal;
    display: block;
  }

  #searchDownload .download-list .download-item .download-item-left .line {
    margin-left: 0.9375vw;
    margin-right: 0.8333vw;
  }

  #searchDownload .download-list .download-item .download-item-left .pdf-icon {
    display: none;
  }

  #searchDownload .download-list .download-item .download-item-left .desc {
    font-size: 0.625vw;
    margin-left: 0;
  }

  #searchDownload .download-list .download-item .down-icon {
    display: none;
  }

  #searchDownload .download-list .download-item .down-icon-mob {
    width: 100%;
    border-radius: 2.0833vw;
    background: #fff;
    margin-top: 0.8333vw;
    padding: 0.3646vw 0;
    height: 1.6667vw;
    color: #231815;
    font-family: "Montserrat-SemiBold";
    font-size: 0.625vw;
    font-style: normal;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.4167vw;
  }

  #searchEvents .searchEvents-pc {
    display: none;
  }

  #searchEvents .searchEvents-mobile {
    display: block;
  }

  #searchEvents .searchEvents-mobile .searchEventsTab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.8333vw;
    line-height: 150%;
  }

  #searchEvents .searchEvents-mobile .searchEventsTab .eventsTab {
    color: #231815;
    font-family: "Montserrat-SemiBold";
  }

  #searchEvents .searchEvents-mobile .searchEventsTab .eventsTab.active {
    color: #3a66fb;
  }

  #searchEvents .searchEvents-mobile .events-ul {
    margin-top: 1.25vw;
  }

  #searchEvents .searchEvents-mobile .events-ul .events-ul-li {
    display: none;
  }

  #searchEvents .searchEvents-mobile .events-ul .events-ul-li.active {
    display: block;
  }

  #searchEvents .searchEvents-mobile .events-ul .events-ul-li .events-ul-li-a,
  #searchEvents .searchEvents-mobile .events-ul .events-ul-li .prevent-list {
    padding: 0.8333vw;
    background: #fafafa;
    margin-bottom: 0.8333vw;
    width: 100%;
    height: 14.7917vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    img {
    width: 100%;
    height: 8.6458vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-h3,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-h3 {
    color: #231815;
    padding: 1.25vw 0;
    font-size: 0.7292vw;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-info,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-info
    .li-item-p,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-info
    .prevent-p {
    display: flex;
    gap: 0.4167vw;
    align-items: center;
    max-width: 45%;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-info
    .li-item-p
    .iconfont,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-info
    .prevent-p
    .iconfont {
    color: #231815;
    font-size: 0.8333vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-info
    .li-item-p
    .li-item-p-text,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-info
    .prevent-p
    .prevent-text {
    color: #231815;
    font-size: 0.5208vw;
    line-height: 150%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-video {
    width: 100%;
    height: 8.6458vw;
    position: relative;
    cursor: pointer;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-video
    video {
    width: 100%;
    height: 8.6458vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-video
    .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.6458vw;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list.prevent-video-box {
    height: 100%;
    width: 100%;
    object-fit: cover;
    cursor: pointer;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .video-icon {
    position: absolute;
    top: calc(50% - 1.0417vw);
    left: calc(50% - 1.0417vw);
    font-size: 2.0833vw !important;
    color: #3a66fb;
    z-index: 100;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
  }

  #searchEvents .searchEvents-mobile .events-ul #loading {
    text-align: center;
    line-height: 150%;
  }

  .search-nodata {
    padding-top: 4.1667vw;
  }

  .search-nodata h2 {
    font-size: 0.9375vw;
  }

  .search-nodata .search-nodata-title {
    margin: 4.1667vw 0 0.8333vw;
    font-size: 0.7292vw;
    font-family: "Montserrat-SemiBold";
  }

  .search-nodata #nodatabox {
    display: none;
  }

  .search-nodata #nodataSwiper {
    display: block;
  }

  .search-nodata #nodataSwiper .search-nodata-partnerslist {
    gap: 0;
  }

  .search-nodata
    #nodataSwiper
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-img {
    max-width: 3.3333vw;
    max-height: 3.3333vw;
  }

  .search-nodata #nodataSwiper .viewmore {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.2083vw;
    margin-top: 0.8333vw;
    color: #231815;
  }

  .search-nodata #nodataSwiper .viewmore .text {
    font-size: 0.625vw;
  }

  .search-nodata #nodataSwiper .viewmore .iconfont {
    font-size: 0.8333vw;
  }

  .search-nodata
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-title {
    font-size: 0.7292vw;
  }

  .search-nodata
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-text {
    font-size: 0.4167vw;
  }

  .search-nodata .search-nodata-solutions h2 {
    font-size: 0.7292vw;
    margin-bottom: 0.8333vw;
  }

  .search-nodata .search-nodata-solutions .search-nodata-solutions-list {
    gap: 0.4167vw;
  }

  .search-nodata .search-nodata-solutions .search-nodata-solutions-list a {
    padding: 0.4167vw 0.8333vw;
    font-size: 0.625vw;
  }

  .el-pagination p {
    display: none;
  }

  .search .go-page-box {
    display: none;
  }

  .search .el-pager li .iconfont {
    line-height: 1.4583vw;
  }
}

@media (max-width: 768px) {
  .search {
    padding-top: 13.0933vw;
    padding-bottom: 0;
  }

  .search .search-input {
    height: 10.1333vw;
    padding: 2.1333vw 4.2666vw;
    margin-bottom: 6.9333vw;
    border-radius: 5vw;
    gap: 2.1333vw;
  }

  .search .search-input .iconfont {
    font-size: 4.2666vw;
  }

  .search .search-input .search-form .search-icon {
    height: 4.2666vw;
    width: 4.2666vw;
    line-height: 4.2666vw;
  }

  .search .search-input .search-form input {
    font-size: 3.7333vw;
  }

  .search .search-data .swiper .swiper-wrapper .search-menu-item {
    font-size: 3.7333vw;
    padding-bottom: 2.1333vw;
  }

  .search .search-data .swiper .swiper-wrapper .search-menu-item.active::after {
    height: 0.2667vw;
  }

  .search .search-data .search-quantity {
    font-size: 3.7333vw;
    margin: 4.2666vw 0 10.6667vw;
  }

  .search .search-data #searchProducts ul li {
    padding: 2.1333vw 0;
  }

  .search .search-data #searchProducts ul li a {
    padding: 4.2667vw;
    gap: 2.1333vw;
  }

  .search .search-data #searchProducts ul li a .search-products-img {
    max-width: 32.8178vw;
    max-height: 32.8178vw;
  }

  .search .search-data #searchProducts ul li a .search-products-img img {
    height: 100%;
  }

  .search .search-data #searchProducts ul li a .search-products-text {
    font-size: 3.2vw;
  }

  .search .search-data #searchProducts ul li a .search-products-title {
    font-size: 4.2666vw;
    margin: 4.2667vw 0 9.0667vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
  }

  .search .search-data #searchProducts ul li a .search-products-more {
    font-size: 3.2vw;
  }

  .search .search-data #searchProducts ul li a .search-products-more .iconfont {
    font-size: 4.8vw;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-day {
    font-size: 3.2vw;
    margin-bottom: 2.1333vw;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-title {
    font-size: 4.2666vw;
    margin-bottom: 2.1333vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
    white-space: unset;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-text {
    font-size: 3.7333vw;
    margin-bottom: 2.1333vw;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    text-transform: capitalize;
    -webkit-box-orient: vertical;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-more {
    font-size: 3.2vw;
    margin-top: 0;
  }

  .search .search-data .textBlock .textBlock-item .textBlock-more .iconfont {
    font-size: 4.8vw;
  }

  #searchDownload .download-list {
    gap: 4.2666vw;
  }

  #searchDownload .download-list .download-item {
    padding: 4vw 6.9333vw 4vw 5.3333vw;
    max-height: 40.5333vw;
  }

  #searchDownload .download-list .download-item .download-item-left .date-box {
    height: 100%;
  }

  #searchDownload .download-list .download-item .download-item-left .date {
    font-size: 2.1333vw;
    margin-bottom: 4.2666vw;
  }

  #searchDownload .download-list .download-item .download-item-left .line {
    height: 18.6667vw;
    margin: 0 4.2666vw;
  }

  #searchDownload
    .download-list
    .download-item
    .download-item-left
    .pdf-icon-mob {
    font-size: 10.6667vw;
  }

  #searchDownload .download-list .download-item .download-item-left .desc {
    font-size: 3.2vw;
    max-width: 100%;
    -webkit-line-clamp: 4;
  }

  #searchDownload .download-list .download-item .down-icon-mob {
    font-size: 6.4vw;
    margin-top: 4.2666vw;
    font-size: 3.2vw;
    padding: 1.8666vw 0;
    height: 8.5333vw;
    border-radius: 10.6667vw;
  }

  /* Events */
  #searchEvents .searchEvents-mobile .searchEventsTab .eventsTab {
    font-size: 4.2666vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-p-text {
    margin-left: 1.0666vw;
  }

  #searchEvents .events-h2 {
    font-size: 8.5333vw;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide {
    height: 114.6667vw;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-img {
    height: 62.4vw;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-img
    img {
    height: 100%;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-h3,
  #searchEvents .previous-events .prevent-box .prevent-list .prevent-h3 {
    font-size: 4.8vw;
    margin: 10.6667vw 0;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-info
    .swiper-item-p
    .iconfont,
  #searchEvents
    .previous-events
    .prevent-box
    .prevent-list
    .prevent-info
    .prevent-p
    .iconfont {
    font-size: 5.8667vw;
  }

  #searchEvents
    .upcoming-events
    .certifications-swiper
    .swiper-box
    .swiper-wrapper
    .swiper-slide
    .swiper-item-info
    .swiper-item-p
    .swiper-item-p-text,
  #searchEvents
    .previous-events
    .prevent-box
    .prevent-list
    .prevent-info
    .prevent-p
    .prevent-text {
    font-size: 4.2667vw;
  }

  .swiper-button .swiper-button-next,
  .swiper-button .swiper-button-prev {
    border-radius: 50%;
    height: 17.0667vw;
  }

  .swiper-button .swiper-button-next:after,
  .swiper-button .swiper-button-prev:after {
    font-size: 5.3333vw;
  }

  #searchEvents .previous-events .prevent-box .prevent-list .prevent-video {
    height: 62.6667vw;
  }

  #searchEvents
    .previous-events
    .prevent-box
    .prevent-list
    .prevent-video
    .mask {
    height: 62.6667vw;
  }

  #searchEvents .previous-events .prevent-box .prevent-list .prevent-video-box {
    height: 100%;
  }

  /* page */
  .page {
    margin: 10.6667vw auto 21.3333vw;
  }

  .el-pagination .el-pager li {
    height: 10.6667vw;
    font-size: 3.7333vw;

    border-radius: 0;
  }

  .search-nodata {
    padding-top: 21.3333vw;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 21.3333vw;
  }

  .search-nodata h2 {
    font-size: 4.8vw;
  }

  .search-nodata .search-nodata-title {
    margin: 21.3333vw 0 4.2666vw;
    font-size: 3.7333vw;
  }

  .search-nodata .search-nodata-partnerslist a {
    padding: 4.2666vw 2.1333vw;
    height: 60.2666vw;
  }

  .search-nodata
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-title {
    font-size: 3.7333vw;
    max-height: 11.2vw;
    height: unset;
  }

  .search-nodata
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-text {
    font-size: 2.1333vw;
    padding: 2.1333vw 0 6.4vw;
  }

  .search-nodata
    #nodataSwiper
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-img {
    margin: 0 auto;
    margin-top: 6.4vw;
    max-width: 17.0666vw;
    max-height: 17.0666vw;
  }

  .search-nodata
    .search-nodata-partnerslist
    a
    .search-nodata-partnerslist-img
    img {
    height: 100%;
  }

  .search-nodata #nodataSwiper .viewmore {
    margin-top: 4.2666vw;
  }

  .search-nodata #nodataSwiper .viewmore .text {
    font-size: 3.2vw;
  }

  .search-nodata #nodataSwiper .viewmore .iconfont {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
  }

  .search-nodata .search-nodata-partnerslist a .search-nodata-more p {
    font-size: 4.2667vw;
  }

  .search-nodata .search-nodata-partnerslist a .search-nodata-more .iconfont {
    font-size: 4.2666vw;
    line-height: 4.2666vw;
  }

  .search-nodata .search-nodata-solutions h2 {
    font-size: 3.7333vw;
    margin-bottom: 4.2666vw;
  }

  .search-nodata .search-nodata-solutions .search-nodata-solutions-list {
    gap: 2.1333vw;
  }

  .search-nodata .search-nodata-solutions .search-nodata-solutions-list a {
    padding: 2.1333vw 4.2666vw;
    font-size: 3.2vw;
  }

  #searchEvents .searchEvents-mobile .searchEventsTab {
    font-size: 3.7333vw;
  }

  #searchEvents .searchEvents-mobile .events-ul {
    margin-top: 6.4vw;
  }

  #searchEvents .searchEvents-mobile .events-ul .events-ul-li .events-ul-li-a,
  #searchEvents .searchEvents-mobile .events-ul .events-ul-li .prevent-list {
    padding: 4.2667vw;
    height: 75.7333vw;
    margin-bottom: 4.2666vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    img {
    height: 44.2667vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-h3,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-h3 {
    padding: 6.4vw 0;
    font-size: 3.7333vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-info
    .li-item-p
    .iconfont,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-info
    .prevent-p
    .iconfont {
    font-size: 4.2667vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .events-ul-li-a
    .li-item-info
    .li-item-p
    .li-item-p-text,
  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-info
    .prevent-p
    .prevent-text {
    font-size: 2.6667vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-video {
    height: 44.2667vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-video
    video {
    height: 44.2667vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .prevent-video
    .mask {
    height: 44.2667vw;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list.prevent-video-box {
    height: 100%;
  }

  #searchEvents
    .searchEvents-mobile
    .events-ul
    .events-ul-li
    .prevent-list
    .video-icon {
    font-size: 10.6667vw !important;
  }
}
