.aboutus_blogs {
  padding-top: 4.375vw;
}
.current-page {
  color: #231815 !important;
}
.crumbs {
  /* padding: 28px 0 84px !important; */
}
.search-container {
  position: relative;
  display: inline-block;
}
.search-input {
  width: 13.4375vw;
  display: block;
  padding: 0.4688vw 0.8333vw 0.4688vw 2.5vw;
  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: 0.0521vw solid #2318151a;
}
.carousel {
  width: 60%;
  /* margin-bottom: 24px; */
}
.carousel-inner {
  z-index: 1;
}
.carousel-indicators li {
  width: 0.4167vw !important;
  margin-right: 0.8333vw !important;
  border-radius: 0.5208vw;
  border: none;
}
.carousel-indicators .active {
  width: 1.25vw !important;
}
.carousel:hover .carousel-control-next,
.carousel:hover .carousel-control-prev {
  opacity: 0.6;
  display: flex;
}
.carousel-control-next,
.carousel-control-prev {
  opacity: 0;
  width: 2.0833vw !important;
  height: 2.0833vw !important;
  top: calc(50% - 1.0417vw);
  color: #fff !important;
  right: 1.25vw;
  z-index: 99 !important;
  display: none;
}

.carousel-control-next .iconfont,
.carousel-control-prev .iconfont {
  font-size: 2.0833vw !important;
  font-weight: bold;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
  opacity: 1 !important;
}
.carousel-control-prev {
  left: 1.25vw;
  right: auto;
}
.secureAndTrust-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.9583vw;
}
.top-nav-right {
  display: flex;
  align-items: center;
}
.top-nav-right span {
  color: #231815;
  font-size: 0.9375vw;
  font-style: normal;
  line-height: 150%;
  height: fit-content;
}

.search-input {
  border-radius: 2.0833vw;
  background: #f2f2f2;
  height: 2.0833vw;
  width: 100%;
}
.serach-box {
  position: relative;
  display: flex;
  align-items: center;
  transform-origin: right;
  transition: all 0.3s ease;
  transform-origin: right;
}
.search-icon {
  position: absolute;
  font-size: 1.25vw !important;
  line-height: 100%;
  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 {
  display: flex;
  padding: 0 !important;
}

.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);
  padding: 2.0833vw 0;
  max-height: 0vw;
  transition: max-height 0.6s linear;
}
.search {
  padding: 2.0833vw 0;
}
.dropdown-search.active {
  max-height: 23.9583vw;
}
.search-title {
  color: #9fa0a0;
  /* 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;
}
.serach-box {
  display: flex;
  position: relative;
  transition: all 0.3s ease;
}
.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;

  line-height: 1;
}
.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.5208vw;
}
.list-li:last-child {
  margin-right: 0;
}
.list-li.active {
  background-color: #3a66fb;
  color: #ffffff;
  border: 0.0521vw solid transparent;
}

.banner-box {
  margin-bottom: 1.25vw;
  display: flex;
  padding: 1.25vw 2.0833vw 1.25vw 1.3542vw;
  background: #fafafa;
}

.banner-box .banner-box-left {
  width: 62.6%;
  max-width: 44.7917vw;
}
.banner-box .banner-box-left a {
  width: 100%;
  height: 100%;
  position: relative;
}
/* .banner-box .banner-box-left img {
  width: 100%;
  height: 508px;
  object-fit: cover;
} */
.banner-box .banner-box-right {
  flex: 1;
  padding: 0 0 0 2.0833vw;
}
.no-hover {
  color: #231815;
}
.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;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制为2行 */
  overflow: hidden;
}
.banner-box-right li {
  display: flex;
  flex-direction: column;
  padding: 1.25vw 0;
  border-bottom: 0.0521vw solid rgba(35, 24, 21, 0.1);
}
.banner-box-right li:nth-child(3) {
  border-bottom: none;
}

.banner-box-right li .time {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 0.8333vw;
}
.banner-box .banner-box-right li .banner-box-right-title:hover {
  color: #3a66fb;
  cursor: pointer;
  text-decoration: underline;
}
.banner-box .banner-box-right .banner-box-right-title.active {
  color: #3a66fb;
  cursor: pointer;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
}
.secureAndTrust-list-box {
  display: flex;
  flex-wrap: wrap;
}
.secureAndTrust-content .title-box {
  margin: 1.25vw 0 0;
}
.secureAndTrust-content .title-box .time {
  font-size: 0.7292vw;
}
.secureAndTrust-list-box .secureAndTrust-content {
  width: calc((100% - 2.5vw) / 3);
  margin-right: 1.25vw;
  margin-bottom: 1.25vw;
  padding: 1.25vw 1.3021vw;
  background: #fafafa;
  transition: all 0.3s ease;
}
.secureAndTrust-desc h2 {
  overflow: hidden;
  color: #231815;
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
  font-family: Montserrat !important;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /*  */
  margin-top: 0.8333vw;
}
.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.secureAndTrust-list-box .secureAndTrust-content:hover {
  background-color: #3a66fb;
}
.secureAndTrust-list-box .secureAndTrust-content:hover .secureAndTrust-txt,
.secureAndTrust-list-box
  .secureAndTrust-content:hover
  .secureAndTrust-txt
  .secureAndTrust-name,
.secureAndTrust-list-box .secureAndTrust-content:hover .title-box .time,
.secureAndTrust-list-box
  .secureAndTrust-content:hover
  .title-box
  .action
  .iconfont {
  color: #ffffff;
}
.secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-img {
  display: inline-block;
  width: 100%;
  height: 12.1875vw;
  overflow: hidden;
  position: relative;
}
.secureAndTrust-icon {
  position: absolute;
  top: calc(50% - 1.0417vw);
  left: calc(50% - 1.0417vw);
  font-size: 2.0833vw !important;
  color: #3a66fb;
  z-index: 100;
}
.secureAndTrust-list-box
  .secureAndTrust-content:hover
  .title-box
  .action
  .iconfont {
  cursor: pointer;
  width: fit-content;
}
.title-box .action .iconfont {
  cursor: pointer;
}
.secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-img:hover {
  cursor: pointer;
}

.secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-txt {
  width: 100%;
  margin-top: 0.8333vw;
  text-align: left;
}
.secureAndTrust-name {
  height: 3.75vw;
}

.secureAndTrust-content:hover .secureAndTrust-txt .secureAndTrust-name,
.secureAndTrust-content:hover .secureAndTrust-desc h2 {
  color: #fff;
}
.secureAndTrust-list-box
  .secureAndTrust-content
  .secureAndTrust-txt
  .secureAndTrust-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;
}
.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%;
}
.secureAndTrust-content .action-box .action-right .iconfont,
.secureAndTrust-content .action-box .action-left .iconfont {
  color: #231815;
  font-size: 1.25vw;
  margin-right: 0.4167vw;
}
.secureAndTrust-list-box .secureAndTrust-content:hover .action-box,
.secureAndTrust-list-box
  .secureAndTrust-content:hover
  .action-box
  .action-right
  .iconfont,
.secureAndTrust-list-box
  .secureAndTrust-content:hover
  .action-box
  .action-left
  .iconfont {
  color: #fff;
}
.action-right,
.action-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.secureAndTrust-list-box .secureAndTrust-content:nth-child(3n) {
  margin-right: 0;
}
.secureAndTrust-list {
  display: flex;
  flex-wrap: wrap;
}
.page {
  padding: 0.8333vw 0 4.1667vw;
}

.list-li a {
  color: #231815;
}
.list-li:hover a {
  color: #231815;
  font-family: "Montserrat-SemiBold" !important;
}
.list-li.active a {
  color: #ffffff;
  font-family: "Montserrat-SemiBold" !important;
}

.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;
}
.carousel-item img {
  height: 100%;
  object-fit: cover;
}
.secureAndTrust-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;
}
.mask {
  position: absolute;
  height: 6.25vw;
  bottom: 0;
  width: 100%;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 7.76%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* .total,
.toPage,
.number-input,
.toDetail,
.goDetail-icon,
.go-page-box {
  display: none !important;
} */
.secureAndTrust-mark {
  font-size: 1.25vw !important;
  border-radius: 2.6042vw;
  margin-left: 0.4167vw;
  color: #3a66fb;
  cursor: pointer;
}
.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;
}
.secureAndTrust-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;
}
.no-data-box {
  display: none;
  position: relative;
  transform: none;
  top: auto;
  left: auto;
  margin: 3.125vw 0 6.25vw;
}
.secureAndTrust-txt a,
.secureAndTrust-img {
  display: block !important;
}
/* 1. 让文字列决定高度 */
.banner-box {
  display: flex;
  align-items: flex-start;   /* 关键：不再 stretch 轮播 */
}

.banner-box-right {
  flex: 1 1 auto;            /* 文字列按内容撑高 */
}

/* 2. 轮播图高度 = 文字列高度 */
.banner-box-left {
  width: 62.6%;
  display: flex;             /* 自身变成 flex 容器 */
  flex-direction: column;    /* 垂直流向 */
}

.carousel {
  flex: 1 1 auto;            /* 占满父容器 = 右边文字高度 */
  min-height: 0;             /* 去掉 Bootstrap 的 min-height */
}

.carousel-inner,
.carousel-item,
.carousel-item img {
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1440px) {
  .banner-box-right li {
    padding: 1.1111vw 0;
  }
  .banner-box-right li .time {
    margin-bottom: 0.5556vw;
  }
  .carousel-indicators {
    padding-bottom: 2.7778vw !important;
  }
  .secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-img {
    height: 11.5278vw;
  }

  .secureAndTrust-list-box
    .secureAndTrust-content
    .secureAndTrust-txt
    .secureAndTrust-name {
    -webkit-line-clamp: 3;
    height: 5.6222vw;
  }

  .secureAndTrust-list-box .secureAndTrust-content {
    padding: 1.6667vw;
  }
  .secureAndTrust-desc h2 {
    display: none;
  }
  /* .banner-box .banner-box-left{
    max-width: 42.2917vw;
    width: 60.1%;
  } */
}

@media screen and (max-width: 768px) {
  .aboutus_blogs {
    padding-top: 12.8vw;
  }
  .top-nav {
    height: fit-content;
    top: 12.5333vw;
  }
  .crumbs {
    padding: 2.1333vw 6.4vw 10.6667vw !important;
  }
  .top-nav-box {
    height: fit-content;
    padding: 2.4vw 6.4vw !important;
  }
  .secureAndTrust-title {
    font-size: 4.2667vw;
  }
  .contact-list-box .contact-content .contact-txt h2 {
    margin-bottom: 2.1333vw;
  }
  .banner-box {
    flex-direction: column;
  }
  .banner-box .banner-box-left {
    width: 100%;
  }
  .secureAndTrust-list-box .secureAndTrust-content {
    width: 100% !important;
    margin-right: 0 !important;
    padding: 4.2667vw !important;
    margin-bottom: 4.2667vw;
  }
  .blogs-list-box.secureAndTrust-list-box .secureAndTrust-content {
    margin-bottom: 4.2667vw;
  }
  .blogs-list-box
    .secureAndTrust-list-box
    .secureAndTrust-content.blogs-txt
    .blogs-name {
    font-size: 3.7333vw;
  }
  .banner-box-right-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 限制为3行 */
    overflow: hidden;
    margin-top: 2.1333vw;
  }
  .blogs-list-box .secureAndTrust-list-box .secureAndTrust-content.blogs-txt {
    margin-top: 2.1333vw;
  }
  .blogs-list-box
    .secureAndTrust-list-box
    .secureAndTrust-content.blogs-img
    .img,
  .blogs-list-box .secureAndTrust-list-box .secureAndTrust-content.blogs-img {
    height: 44.2667vw;
  }

  .blogs-list-box.secureAndTrust-list-box .secureAndTrust-content.blogs-txt {
    margin-top: 2.1333vw;
  }
  .secureAndTrust-list-box .secureAndTrust-content.title-box {
    margin: 4.2667vw 0 0;
  }
  .secureAndTrust-list-box .secureAndTrust-content.blogs-img {
    height: 44.2667vw;
  }
  .secureAndTrust-desc {
    display: none;
  }
  .secureAndTrust-list-box .secureAndTrust-content.blogs-img .img {
    height: 44.2667vw;
  }
  .secureAndTrust-list-box
    .secureAndTrust-content
    .secureAndTrust-txt
    .secureAndTrust-name,
  .banner-box .banner-box-right .banner-box-right-title {
    height: 11.7333vw;
    font-size: 3.7333vw;
    margin-top: 2.1333vw;
    -webkit-line-clamp: 2;
  }
  .title-box .time {
    font-size: 2.1333vw;
  }
  .secureAndTrust-list-box .secureAndTrust-content.blogs-txt .blogs-date {
    font-size: 3.2vw;
    margin-top: 6.6667vw;
  }
  .secureAndTrust-list-box
    .secureAndTrust-content.blogs-txt
    .blogs-date
    .iconfont {
    font-size: 4.2667vw;
  }
  .banner-box .banner-box-left img {
    height: 44.2667vw;
  }
  .banner-box .banner-box-right {
    padding: 0;
  }

  .banner-box {
    display: none;
  }
  .secureAndTrust-content .title-box .time {
    font-size: 2.1333vw;
  }
  .secureAndTrust-content .title-box {
    margin-top: 4.2667vw;
  }
  .secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-txt {
    margin-top: 0;
    height: fit-content;
  }
  .secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-txt a {
    display: inline-flex;
  }
  .secureAndTrust-list-box .secureAndTrust-content .secureAndTrust-img {
    height: 44.2667vw;
  }
  .secureAndTrust-list-box .secureAndTrust-content:hover {
    background-color: #fafafa;
  }
  .secureAndTrust-list-box .secureAndTrust-content:hover .secureAndTrust-txt,
  .secureAndTrust-list-box
    .secureAndTrust-content:hover
    .secureAndTrust-txt
    .secureAndTrust-name,
  .secureAndTrust-list-box .secureAndTrust-content:hover .title-box .time,
  .secureAndTrust-list-box
    .secureAndTrust-content:hover
    .title-box
    .action
    .iconfont {
    color: #231815;
  }
  .secureAndTrust-list-box .secureAndTrust-content:active {
    background-color: #3a66fb;
  }
  .secureAndTrust-list-box .secureAndTrust-content:active .secureAndTrust-txt,
  .secureAndTrust-list-box
    .secureAndTrust-content:active
    .secureAndTrust-txt
    .secureAndTrust-name,
  .secureAndTrust-list-box .secureAndTrust-content:active .title-box .time,
  .secureAndTrust-list-box
    .secureAndTrust-content:active
    .title-box
    .action
    .iconfont {
    color: #ffffff;
  }
}
