:root {
  --pl: 2.5vw;
  --pr: 0.8333vw;
}

@media (max-width: 767px) {
  :root {
    --pl: 5vw;
    --pr: 2vw;
  }
}
.aboutus_blogs {
  padding-top: 4.375vw;
}
.current-page {
  color: #231815 !important;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-input {
  display: block;
  background: transparent url("/assets/search.svg") no-repeat 0.6771vw;
}
.top-nav {
  position: sticky;
  z-index: 1010;
  top: 4.3229vw; /* 确保在垂直滚动时生效 */
  height: 3.9583vw;
  background-color: #fff;
  border-top: 0.0521vw solid #2318151a;
  border-bottom: 0.0521vw solid #2318151a;
}
.carousel {
  margin-bottom: 1.25vw;
}
.carousel-indicators li {
  height: 0.2083vw !important;
  width: 0.4167vw !important;
  margin-right: 0.8333vw !important;
  border: none !important;
  border-radius: 0.5208vw;
}
.carousel-indicators .active {
  width: 1.25vw !important;
}
.video-title {
  color: #231815;
  /* Heading5-40 */
  font-family: Montserrat;
  font-size: 2.0833vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  text-transform: capitalize;
}
.top-nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 !important;
  height: 3.8542vw;
}
.top-nav-right {
  display: flex;
  align-items: center;
}
.top-nav-right span {
  color: #231815;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  height: fit-content;
}
.search-input {
  height: 2.0833vw;
  text-wrap: nowrap;
  cursor: pointer;
  padding: 0.4688vw var(--pr) 0.4688vw var(--pl);
  transition: width 0.3s ease;
  transform-origin: right;
}
.serach-box {
  display: inline-flex;
  position: relative;
  background: #f2f2f2;
  border-radius: 2.0833vw;
  align-items: center;
  overflow: hidden;
}
.search-icon {
  font-size: 1.25vw !important;
  margin: 0 0.4167vw 0 0.8333vw;
  line-height: 100%;
}
.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;
  margin-bottom: 1.5625vw;
}
.category {
  display: flex;
  padding: 0 !important;
}
.list-li {
  padding: 0.2083vw 0.8333vw;
  color: #231815;
  border-radius: 2.6042vw;
  border: 0.0521vw solid #9fa0a0;
  background: #fff;
  text-align: center;
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  height: fit-content;
  margin-right: 1.25vw;
  margin-bottom: 0.8333vw;
  text-wrap: nowrap;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dropdown-search {
  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;
}
.search {
  padding: 2.0833vw 0;
}
.dropdown-search.active {
  max-height: 23.9583vw;
}
.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;
}
.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;
}

.search-input-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 2.0833vw;
}
.search-icon,
.close-icon {
  position: absolute;
  left: 0;
  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;

  line-height: 1;
}
.list-li:last-child {
  margin-right: 0;
}
.list-li.active,
.list-li:hover {
  background-color: #3a66fb;
  color: #ffffff;
  border: 0.0521vw solid transparent;
}
.list-li:hover span {
  color: #ffffff !important;
}

.banner-box {
  margin-bottom: 1.25vw;
  display: flex;
  padding: 1.25vw;
  background: #fafafa;
}
.banner-box .banner-box-left {
  width: 65%;
}
.banner-box .banner-box-left a {
  width: 100%;
}
.banner-box .banner-box-left img {
  width: 100%;
  height: 26.4583vw;
  object-fit: cover;
}
.banner-box .banner-box-right {
  flex: 1;
  padding: 2.9167vw 0 0 2.9167vw;
}
.banner-box .banner-box-right .banner-box-right-title {
  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;
  margin: 0.8333vw 0;
}

.banner-box .banner-box-right .banner-box-right-desc {
  color: #9fa0a0;
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

.title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title-box .time {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.title-box .iconfont {
  font-size: 1.25vw;
  color: #231815;
  cursor: pointer;
}
.video-list-box {
  display: flex;
  flex-wrap: wrap;
}
.video-content {
  /* cursor: pointer; */
}
.video-content .title-box {
  margin: 1.3021vw 0 0;
}
.video-list-box .video-content {
  width: calc((100% - 2.5vw) / 3);
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
  padding: 1.25vw 1.25vw 2.0833vw;
  background: #fafafa;
  transition: all 0.3s ease;
  position: relative;
}
.icon-icon_collect_hover_blue {
  color: #3a66fb !important;
}
.video-content:hover .icon-icon_collect_hover_blue {
  color: #fff;
}
.video-list-box .video-content:hover {
  background-color: #3a66fb;
}
.video-list-box .video-content:hover .video-txt,
.video-list-box .video-content:hover .video-txt .video-name,
.video-list-box .video-content:hover .title-box .time,
.video-list-box .video-content:hover .title-box .iconfont {
  color: #ffffff !important;
}
.share-icon {
  margin-right: 0.4167vw;
  cursor: pointer;
}
.video-list-box .video-content .video-img {
  display: block;
  width: 100%;
  height: 12.1875vw;
  overflow: hidden;
  position: relative;
}
.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;
}
.video-icon:hover {
  color: rgb(53, 86, 205);
}
.video-list-box .video-content:hover .title-box .action .iconfont {
  cursor: pointer;
  width: fit-content;
}
.title-box .action .iconfont {
  cursor: pointer;
}
.video-list-box .video-content .video-img:hover {
  cursor: pointer;
}

.video-list-box .video-content .video-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.video-list-box .video-content .video-txt {
  width: 100%;
  margin-top: 0.8333vw;
  text-align: left;
}

.video-list-box .video-content .video-txt .video-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;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为3行 */
  overflow: hidden;
  height: 3.75vw;
  cursor: pointer;
}
.action-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 1.3021vw 0 0;
  font-size: 0.8333vw;
  color: #231815;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.video-content .action-box .action-right .iconfont,
.video-content .action-box .action-left .iconfont {
  color: #231815;
  font-size: 1.25vw;
  margin-right: 0.4167vw;
}
.video-list-box .video-content:hover .action-box,
.video-list-box .video-content:hover .action-box .action-right .iconfont,
.video-list-box .video-content:hover .action-box .action-left .iconfont {
  color: #fff;
}
.action-right,
.action-left {
  width: fit-content;
  display: flex;
  align-items: center;
}
.video-list-box .video-content:nth-child(3n) {
  margin-right: 0;
}
.video-list {
  display: flex;
  flex-wrap: wrap;
}
.page {
  padding: 0.8333vw 0 4.1667vw;
}
.list-li span {
  color: #231815;
}
.list-li:hover span {
  color: #231815;
  font-weight: 600;
}
.list-li.active span {
  color: #ffffff;
  font-weight: 600;
}

.carousel-indicators {
  width: calc(100% - 4.1667vw);
  margin: 0 !important;
  justify-content: flex-start !important;
  left: 4.1667vw !important;
  padding-bottom: 2.2396vw !important;
}
.carousel-caption {
  width: fit-content !important;
  left: 4.1667vw !important;
  right: auto !important;
  bottom: auto !important;
  top: 30%;
}
.carousel-caption h5 {
  color: #fff;
  font-family: Montserrat;
  font-size: 2.5vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  text-transform: capitalize;
  height: 7.2917vw;
}
.carousel-item img {
  height: 27.6563vw;
  object-fit: cover;
}
.mask-active {
  position: absolute;
  top: 0;
  width: 61.2%;
  max-width: 45.8333vw;
  height: 100%;
  background: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(1, 16, 38, 0.4) 100%
  );
}
.video-button {
  color: #231815;
  text-align: center;
  width: fit-content;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  padding: 0.4167vw 1.25vw;
  display: flex;
  align-items: center;
  border-radius: 1.25vw;
  background-color: #ffffff;
  margin-top: 2.0833vw;
  cursor: pointer;
}
.video-mark {
  font-size: 1.25vw !important;
  border-radius: 2.6042vw;
  margin-left: 0.4167vw;
  color: #3a66fb;
  cursor: pointer;
}
.video-mark:hover {
  color: rgb(53, 86, 205);
}
.modal-show {
  display: flex !important;
  align-items: center;
}
.toast {
  top: auto !important;
  bottom: 3.125vw !important;
  right: 0.5208vw !important;
  left: auto !important;
  z-index: 100;
  transition: all 0.3s ease;
}
.toast.active {
  /* opca */
}
.carousel-title {
  max-width: 48.9063vw;
  color: #fff;

  /* Heading4-48 */
  font-family: Montserrat;
  font-size: 2.5vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150; /* 150% */
  text-transform: capitalize;
  text-align: left;
}
.iconcollect {
  color: #3a66fb !important;
}
/* .video-content .title-box .iconcollect {
  color: #fff !important;
} */
.video-container {
  position: relative;
}
.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;
}
.video-content:hover .toast-body .toast-view-more .iconfont {
  color: #231815 !important;
}
.toast:hover .toast-body .toast-view-more .iconfont {
  color: #231815 !important;
}
.open-btn {
  display: none;
}
.no-data-box {
  display: none;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin: 3.125vw 0 6.25vw;
}
.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;
}
.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);
}

.carousel-control-next,
.carousel-control-prev {
  opacity: 0.2;
  width: 2.0833vw !important;
  height: 2.0833vw !important;
  top: calc(50% - 1.0417vw);
  right: 1.25vw;
  color: #fafafa;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 0.5;
  color: #fafafa;
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1 !important;
  color: #fff;
}
.carousel-control-next .iconfont,
.carousel-control-prev .iconfont {
  font-size: 2.0833vw !important;
  font-weight: bold;
}
.carousel-control-prev {
  left: 1.25vw;
  right: auto;
}
@media screen and (max-width: 1440px) {
  .dropdown-search.active {
    max-height: 106vw;
  }
  .video-content .title-box {
    margin-top: 1.6667vw;
  }

  .video-list-box .video-content .video-img .img {
    width: 100%;
  }
  .carousel-caption h5 {
    font-size: 2.2222vw;
    height: 6.6667vw;
  }
  .carousel-item img {
    height: 26.9444vw;
  }
  .carousel-indicators {
    padding-bottom: 2.7778vw;
  }
  .video-button {
    margin-top: 1.6667vw;
  }
}
@media screen and (max-width: 768px) {
  .video-list-box .video-content .video-img {
    height: 44.2667vw;
  }
  .video-mark {
    font-size: 4.2667vw !important;
    border-radius: 50%;
    margin-left: 2.1333vw;
  }
  .aboutus_blogs {
    padding-top: 12.8vw;
  }
  .video-icon {
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 50%;
    top: calc(50% - 5.33335vw);
    left: calc(50% - 5.33335vw);
  }
  .play-icon {
    font-size: 3.2vw !important;
  }
  .search-icon,
  .close-icon {
    font-size: 4.2667vw !important;
    margin: 1.3333vw 2.1333vw 1.3333vw 4.2667vw;
  }
  .search-input {
    border-radius: 10.6667vw;
    font-size: 3.2vw !important;

    padding: 1.0667vw 4.2667vw 1.0667vw 10.6667vw;
  }
  .top-nav-box {
    padding: 2.1333vw 6.4vw !important;
  }
  .top-nav-box {
    height: 11.5vw;
  }
  .top-nav {
    height: 11.5vw;
    top: 12.5333vw;
    border-top: 0 solid #2318151a;
    border-bottom: 0.2667vw solid #2318151a;
  }
  .serach-box {
    border-radius: 5vw;
    padding: 2.1333vw 0;
  }
  .search-item .iconfont {
    font-size: 4.2667vw;
  }
  .video-title {
    font-size: 4.2667vw;
  }
  .sales-btn {
    font-size: 3.2vw;
    padding: 1.0667vw 4.2667vw;
  }
  .category {
    flex-direction: column;
  }
  .category-title {
    font-size: 4.2667vw;

    margin-bottom: 4.2667vw;
  }
  .contact-content {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 6.4vw 4.2667vw;
  }
  .country-box {
    margin-bottom: 6.9333vw;
  }
  .category-list {
    transition: all 0.3s ease;
  }

  .list-li {
    border-radius: 13.3333vw;
    font-size: 2.1333vw;
    padding: 1.6vw 4.2667vw;
    margin-bottom: 2.1333vw;
    margin-right: 2.1333vw;
  }
  .sub-cate {
    display: none;
  }
  .open-btn {
    display: block;
    font-size: 6.4vw !important;
    transition: all 0.3s ease;
    line-height: 1;
    cursor: pointer;
    transform: none;
  }
  .open-btn.active {
    transform: rotate(180deg);
  }
  .list-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }

  .video-content {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 4.2667vw 6.6667vw 4.2667vw !important;
  }
  .carousel-item img {
    height: 49.6vw;
  }
  .title-box .time {
    font-size: 2.1333vw;
  }
  .video-list-box .video-content {
    margin-bottom: 4.2667vw;
    padding: 4.2667vw 4.2667vw 6.6667vw !important;
  }
  .video-list-box .video-content .video-txt .video-name {
    font-size: 3.7333vw;
    height: 11.7333vw;
  }
  .video-list-box .video-content .video-txt {
    margin-top: 2.1333vw;
  }
  .video-content .title-box {
    margin: 4.2667vw 0 0;
  }
  .title-box .iconfont {
    font-size: 4.2667vw;
  }
  .carousel-item {
    float: left;
    width: 100%;
    margin-right: -100%;
  }
  .mask-active {
    width: 100%;
    max-width: 100%;
    background: linear-gradient(
      0deg,
      rgba(35, 24, 21, 0) 0%,
      rgba(35, 24, 21, 0.6) 72.44%
    );
  }
  .d-none {
    display: block !important;
  }
  .carousel-caption h5 {
    font-size: 4.2667vw;
    height: fit-content;
  }
  .carousel-caption {
    left: 6.4vw !important;
  }

  .carousel-indicators {
    left: 6.4vw !important;
  }
  .video-button {
    font-size: 3.2vw;
    border-radius: 6.4vw;
    padding: 2.1333vw 4.2667vw;
    margin-top: 4.2667vw;
  }
  .carousel-indicators {
    display: none;
  }
  .category,
  .top-nav-box {
    padding-left: 6.4vw !important;
    padding-right: 6.4vw !important;
  }
  .carousel-caption {
    top: auto !important;
    bottom: 0 !important;
    padding-bottom: 5.6vw;
  }

  .page {
    padding: 0 0 21.3333vw;
  }
  .category-list {
    width: 100%;
  }
  .search-title {
    width: fit-content;
    font-size: 4.2667vw;
  }
  .search-guide {
    font-size: 3.7333vw;
    margin-left: 8.5333vw;
  }
  .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;
  }

  .serach-box {
    padding: 0;
  }
  .dropdown-search {
    z-index: 999;
    border-top: 0.2667vw solid #2318151a;
    overflow-y: scroll;
    overscroll-behavior: contain; /* 现代浏览器 */
    margin-top: -1px;
  }
  .search-item:hover {
    color: #231815;
    background-color: #fff;
  }
  .toast {
    right: 0vw !important;
    bottom: 21.3333vw !important;
    padding: 4.2667vw;
    width: fit-content;
  }

  .carousel {
    margin-bottom: 4.2667vw;
  }
  .category-list {
    margin-bottom: 8.5333vw;
  }
  .video-list-box .video-content:hover {
    background-color: #fafafa;
  }
  .video-list-box .video-content:hover .video-txt,
  .video-list-box .video-content:hover .video-txt .video-name,
  .video-list-box .video-content:hover .title-box .time {
    color: #231815 !important;
  }
  .video-list-box .video-content:hover .title-box .iconfont {
    color: #3a66fb !important;
  }
  .video-list-box .video-content:active {
    /* background-color: #3a66fb; */
  }
  .video-list-box .video-content:active .video-txt,
  .video-list-box .video-content:active .video-txt .video-name,
  .video-list-box .video-content:active .title-box .time,
  .video-list-box .video-content:active .title-box .iconfont {
    /* color: #fff !important; */
  }
  .carousel-control-next {
    opacity: 1;
    color: #fff;
  }
  .carousel-control-next .iconfont,
  .carousel-control-prev .iconfont {
    font-size: 6.4vw !important;
  }
  
  .carousel-control-next,
  .carousel-control-prev {
    z-index: 5;
  }
 
  .carousel-control-next {
    right: 2.1333vw;
  }

  .carousel-control-prev {
    left: 2.1333vw;
  }
}
