.trustCenter {
  padding-top: 4.375vw;
}
.current-page {
  color: #231815 !important;
}

.trustCenter .crumbs {
  padding: 1.25vw 0 2.0833vw;
}

.sticky-box {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1004;
  margin-bottom: 4.1667vw;
  border-bottom: 0.0521vw solid rgba(0, 0, 0, 0.1);
}

.sticky-box .traffic-title {
  font-family: "Montserrat-SemiBold" !important;
  color: #231815;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  text-transform: capitalize;
  margin-bottom: 0.8333vw !important;
}

.sticky-box .tabs {
  display: flex;
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  margin-bottom: 0 !important;
  transition: all 0.5s ease-in-out;
}

.sticky-box .tabs .tabs-item {
  position: relative;

  margin-right: 2.0833vw;
  color: #231815;
  /* Large3-R-14-22 */
  font-family: "Montserrat";
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  word-break: keep-all;
  white-space: nowrap;
  cursor: pointer;
  /* border-bottom: 1px solid transparent; */
  transition: all 0.5s ease-in-out;
  /* Assuming .transition is for transition effect */
}

.sticky-box .tabs .tabs-item a {
  padding-bottom: 0.8333vw;
  /* border-bottom: 1px solid transparent; */
}
.sticky-box .tabs .tabs-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* 初始宽度为0 */
  height: 0.0521vw;
  background: #3a66fb;
  transition: width 0.4s ease; /* 动画过渡效果 */
}
.sticky-box .tabs .tabs-item.active a {
  color: #3a66fb !important;
  font-weight: 600;
  /* font-family: "Montserrat-SemiBold" !important; */
}
.sticky-box .tabs .tabs-item:hover a {
  font-weight: 600;
  /* font-family: "Montserrat-SemiBold" !important; */
  color: #3a66fb !important;
}
.sticky-box .tabs .tabs-item.active::after,
.sticky-box .tabs .tabs-item:hover::after {
  width: 100%;
}
.trustCenter .title {
  color: #231815;
  margin: 0 auto 2.0833vw;
  /* Heading2-80 */
  font-family: Montserrat;
  font-size: 4.1667vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /*  */
  text-transform: capitalize;
}
.trustCenter .banner {
  width: 100%;
  margin: 0 auto !important;
  display: flex;
  max-width: 100% !important;
  height: 33.0208vw;
}

.privacy-box .view-button,
.psirt-box .view-button,
.news-box .view-button {
  margin: 0 auto;
  margin-bottom: 6.25vw;
}
.news-box .more {
  margin-top: 0;
  margin-bottom: 4.1667vw;
}
.secure-box-title,
.privacy-box-title,
.psirt-box-title,
.news-box-title {
  width: fit-content;
  color: #231815;
  font-size: 3.125vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  margin: 0 auto;
  text-transform: capitalize;
  padding-bottom: 2.0833vw;
}
.trustCenter-list-box,
.privacy-list-box,
.psirt-list-box,
.news-list-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2.0833vw;
}
.news-list-box {
  margin-bottom: 0;
}
.trustCenter-content {
  width: 100%;
  padding: 1.25vw;
}
.trustCenter-content .img{
  width: 100%;
  height: 40.2667vw;
}
.trustCenter-content .title-box {
  margin: 1.25vw 0 0;
}
.trustCenter-list-box .trustCenter-content,
.privacy-content {
  width: calc((100% - 2.5vw) / 3);
  margin-right: 1.25vw;
  /* margin-bottom: 24px; */
  background: #fafafa;
  transition: all 0.3s ease;
}
.news-content {
  width: calc((100% - 2.0833vw) / 2);
  margin-right: 2.0833vw;
  margin-bottom: 2.0833vw;
  height: 20.5208vw;
  transition: all 0.3s ease;
}
.psirt-img {
  height: 19.5313vw;
}
.psirt-content {
  width: calc((100% - 4.1667vw) / 5);
  margin-right: 1.0417vw;
  transition: all 0.3s ease;
}
.trustCenter-list-box .trustCenter-content:nth-child(3n),
.privacy-content:nth-child(3n) {
  margin-right: 0;
}
.psirt-content:nth-child(5n) {
  margin-right: 0;
}
.news-content:nth-child(2n) {
  margin-right: 0;
}
.news-content:hover .news-date {
  color: #fff;
}
.psirt-img,
.news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-img {
  height: 100%;
}
.news-img img {
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-img:hover img {
  transform: scale(1.1);
}
.trustCenter-list-box .trustCenter-content:hover {
  background-color: #3a66fb;
}
.title-time {
  font-size: 0.7292vw;
  color: #231815;
}
.trustCenter-list-box .trustCenter-content:hover .trustCenter-txt,
.trustCenter-list-box
  .trustCenter-content:hover
  .trustCenter-txt
  .trustCenter-name,
.trustCenter-list-box
  .trustCenter-content:hover
  .trustCenter-txt
  .trustCenter-desc,
.trustCenter-list-box .trustCenter-content:hover .trustCenter-viewmore,
.trustCenter-list-box .trustCenter-content:hover .title-box .title-time,
.trustCenter-list-box
  .trustCenter-content:hover
  .title-box
  .title-action
  .iconfont {
  color: #ffffff;
}
.trustCenter-list-box .trustCenter-content .trustCenter-img {
  display: block;
  width: 100%;
  height: 12.1875vw;
  overflow: hidden;
}
.trustCenter-list-box .trustCenter-content:hover .title-box {
  display: flex;
  justify-content: space-between;
}
.trustCenter-list-box
  .trustCenter-content:hover
  .title-box
  .title-action
  .iconfont {
  cursor: pointer;
  width: fit-content;
}
.title-box .action .iconfont {
  cursor: pointer;
}
.trustCenter-list-box .trustCenter-content .trustCenter-img:hover {
  cursor: pointer;
}

.trustCenter-list-box .trustCenter-content .trustCenter-img .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.trustCenter-list-box .trustCenter-content .trustCenter-txt {
  width: 100%;
  margin-top: 0.8333vw;
  text-align: left;
}

.trustCenter-list-box .trustCenter-content .trustCenter-txt .trustCenter-name {
  color: #231815;
  text-align: left;
  /* 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-bottom: 0.8333vw;
  height: 3.75vw;
}
.trustCenter-desc {
  overflow: hidden;
  color: #231815;
  text-overflow: ellipsis;
  /* Large1-R-16 */
  font-family: Montserrat !important;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /*  */
  margin-bottom: 1.25vw;
}
.two-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.three-line-ellipsis {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.trustCenter-list-box .trustCenter-content:nth-child(3n) {
  margin-right: 0;
}
.trustCenter-viewmore {
  color: #231815;
  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-family: "Montserrat-SemiBold" !important;

  font-style: normal;
  line-height: 150%;
  margin-right: 0.2083vw;
  display: flex;
  align-items: center;
}
.trustCenter-viewmore .iconfont {
  font-size: 1.25vw;
  margin-left: 0.2083vw;
    font-weight: 600;

}

.more {
  width: 7.1354vw;
  height: 2.0833vw;
  white-space: nowrap;
  border-radius: 1.25vw;
  border: 0.0521vw solid #231815;
  color: #231815;
  text-align: center;
  margin: 2.0833vw auto 0;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  padding: 0.4167vw 0.8333vw;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  margin-bottom: 6.25vw;
}
.trustCenter-list-box .more a {
  display: flex !important;
  justify-content: center;
  color: #231815 !important;
  align-items: center;
}
.trustCenter-list-box {
  margin-bottom: 0vw;
}
.more .iconfont {
  opacity: 0;
  margin-right: -1.25vw;
  color: #231815 !important;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-left: 0;
  transition: all 0.3s linear;
  font-size: 1.25vw;
}
.more img {
  width: 1.5625vw;
  transition: all 0.3s linear;
  opacity: 1;
  display: flex;
  margin-right: 0.4031vw;
}
.more:hover {
  cursor: pointer;
}
.more:hover .iconfont {
  opacity: 1;
  margin-right: 0;
  margin-left: 0.4167vw;
}
.more:hover span {
  color: #231815;
}
.more:hover img {
  margin-left: -1.25vw;
  opacity: 0;
  display: none;
}
/* .more-open:hover img {
  opacity: 1;
  margin-left: 0;

  display: flex;
} */
.more a {
  display: flex;
  align-items: center;
}

.open {
  padding-bottom: 6.25vw;
}

.open-left h2 {
  text-align: left;
  font-family: Open Sans;
  font-size: 2.5vw;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: 0em;
  color: #000000;
  margin-bottom: 2.0833vw;
}
.open-content {
  position: relative;
  display: flex;
}
.open-left {
  width: 47.3%;
  max-width: 35.4167vw;
  margin-right: 2.0833vw;
  display: flex;
  position: relative;
  z-index: 1;
  flex-direction: column;
}
.open-left img {
  width: 100%;
  height: 19.8958vw;
  object-fit: cover;
}
.open-left p {
  font-family: Open Sans;
  font-size: 1.0417vw;
  font-weight: normal;
  line-height: 150%;
  letter-spacing: 0em;
  color: #303133;
}
.open-right {
  width: 50%;
  max-width: 37.9167vw;
  /* height: 420px; */
  opacity: 1;
  position: relative;
  z-index: 1;
  border: 0vw solid #2675ed;
}
/* .open-right img {
  width: 100%;
} */
.open-right p {
  color: #231815;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%; /*  */
  overflow: hidden;
  text-overflow: ellipsis !important;
  display: -webkit-box !important;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 10;
}
.view-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 0.4167vw 0.4167vw 1.25vw;
  display: flex;
  align-items: center;
  border-radius: 1.25vw;
  border: 0.0521vw solid #231815;
  margin-top: 2.0833vw;
  transition: all 0.3s ease;
}

.privacy-img,
.psirt-img {
  width: 100%;
  object-fit: cover;
  position: relative;
  overflow: hidden;
}
.privacy-img .img,
.psirt-img .img {
  width: 100%;
  height: 19.5313vw;
  object-fit: cover;
  transition: all 0.3s ease;
}
.privacy-img .img {
  height: 27.0833vw;
}

.privacy-title,
.psirt-title,
.news-title {
  color: #fff;
  position: absolute;
  /* Heading7-S-24 */
  font-family: "Montserrat-SemiBold" !important;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%; /*  */
  text-transform: capitalize;
  bottom: 2.0833vw;
  padding: 0 1.25vw;
}
.news-date {
  position: absolute;
  top: 12.7604vw;
  left: 2.0833vw;
  color: #fff;
}
.privacy-title {
  z-index: 4;
}
.news-mask {
  position: absolute;
  height: 7.2917vw;
  bottom: 0;
  width: 100%;
  right: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 7.76%,
    rgba(0, 0, 0, 0.9) 100%
  );
}
.news-title {
  width: 100%;
  height: 5.8333vw;
  bottom: 0;
  padding: 0 2.0833vw 2.0833vw;
}
.item-box {
  margin-right: 2.0833vw;
  text-align: left;
}
.download-item:hover .item-title {
  color: #fff;
  max-width: 21.1458vw;
}
.item-title {
  text-align: left;
  color: #231815;

  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  margin-bottom: 0.4167vw;
  margin-left: 1.25vw;
}
.psirt-title {
  width: 100%;
  text-align: center;
  font-size: 0.8333vw;
  margin: 0 auto;
  bottom: 1.25vw;
}
.psirt-content:nth-child(3) .psirt-title,
.psirt-content:nth-child(4) .psirt-title {
  color: #231815;
}

.download-box-content .download-list {
  display: grid;
  grid-template-columns: 1fr 1fr; /* 两列布局 */
  gap: 1.25vw; /* 中间间隔 */
  /* margin-top: 24px; */
}
.download-box-content .download-list .download-item {
  width: 100%;
  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 0.3s ease;
}
.download-box-content .download-list .download-item:hover {
  background: #3a66fb;
  color: #ffffff !important;
  cursor: pointer;
}
.download-box-content .download-list .download-item:hover .down-icon {
  color: #ffffff !important;
}
.download-box-content .download-list .download-item:hover .desc {
  color: #ffffff !important;
}

.download-box-content .download-list .download-item .download-item-left {
  display: flex;
  align-items: center;
  flex: 1;
}
.download-box-content .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%;
}
.download-box-content .download-list .download-item .download-item-left .line {
  width: 0.0521vw;
  height: 3.9583vw;
  background: #eaeaea;
  margin-left: 1.0417vw;
  margin-right: 0.7813vw;
}

.download-box-content
  .download-list
  .download-item
  .download-item-left
  .pdf-icon {
  font-size: 2.0833vw;
  line-height: 150%;
}
.download-box-content .download-list .download-item .download-item-left .desc {
  word-wrap: break-word; /* 允许内容换行 */
  max-width: 21.1458vw;
  height: auto;
  display: -webkit-box;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 0.7292vw;
  color: #9fa0a0;
  line-height: 150%;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin: 0;
  margin-left: 1.25vw;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.download-box-content .download-list .download-item .down-icon {
  font-size: 1.25vw;
  line-height: 150%;
  cursor: pointer;
  color: #231815;
}

.download-box-content .download-list {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.download-box-content .download-list .download-item {
  border-radius: 0;
}
.download-box-content .download-list .download-item:hover {
  background-color: #3a66fb;
}

.resources-box {
  margin-bottom: 6.25vw !important;
}
.more-open {
  margin: 2.0833vw 0 0 !important;
}
.left {
  display: flex;
  align-items: center;
}
.swiperCase-box,
.psirt-swiper {
  display: none;
}
.download-box-content .download-list .download-item .down-icon .text {
  display: none;
}
.privacy-mask {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.76%, #000 100%);
  height: 9.1146vw;
  z-index: 2;
}

@media screen and (max-width: 1440px) {
  .download-box {
    width: 92%;
    margin: 0 auto;
  }
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    max-width: 19.4444vw;
    margin-right: 2.0833vw;
  }
  .speed .tab-pane .tab-pane-box .tab-pane-right {
    max-width: 50%;
  }
  .download-box .download-box-top .download-box-title {
    font-size: 2.2222vw;
    line-height: 150%;
  }
  .download-box-top {
    padding-top: 1.3889vw;
  }
  .open-left {
    width: 47.6%;
    max-width: 35.6944vw;
  }
  .open-left img {
    height: 26.8056vw;
  }
  .open-right {
    width: 48.8%;
    max-width: 36.5278vw;
  }
  .more-open {
    margin-top: 2.3611vw !important;
  }
  .privacy-img .img {
    height: 26.8056vw;
  }
  .privacy-title {
    bottom: 1.5972vw;
  }
  .psirt-img,
  .psirt-img .img {
    height: 19.8611vw;
  }
  .psirt-title {
    font-size: 1.1111vw;
    bottom: 1.1111vw;
  }


  .news-date {
    top: auto;
    font-size: 0.9722vw;
    bottom: 7.5vw;
  }
}

@media screen and (max-width: 1200px) {
  .download-box
    .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    max-width: 10.4167vw;
    margin-right: 1.5625vw;
  }
  .download-box-top {
    padding-top: 1.0417vw;
  }
}

@media screen and (max-width: 992px) {
  .download-box .download-box-content .download-list {
    grid-template-columns: 1fr; /* 两列布局 */
    gap: 1.25vw; /* 中间间隔 */
    margin-top: 1.25vw;
  }
}

@media screen and (max-width: 1440px) {
  .trustCenter-list-box .trustCenter-content .trustCenter-img {
    height: 11.5278vw;
  }
  .news-content {
    height: 20.2778vw;
  }
  .download-box-content .download-list .download-item {
    height: 12.2222vw;
    padding: 1.1111vw 1.6667vw;
  }
  .item-title {
    overflow: hidden;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* height: 48px; */
  }
  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    -webkit-line-clamp: 4;
  }
  .open-right p {
    -webkit-line-clamp: 13;
  }
}
@media screen and (max-width: 768px) {
  .sticky-box {
    top: 12.5333vw;
    padding-bottom: 0;
    margin-bottom: 10.6667vw;
  }
  .trustCenter {
    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;
  }
  .trustCenter .title {
    font-size: 8.5333vw;
    padding: 0;
    margin: 0 auto 10.6667vw;
  }
  .trustCenter .banner {
    height: 49.0667vw;
    margin: 10.6667vw 0 2.1333vw;
  }
  .secure-box-title,
  .privacy-box-title,
  .psirt-box-title,
  .news-box-title {
    font-size: 8.5333vw;
    margin: 0;
    padding-bottom: 6.4vw;
  }
  .news-box{
    margin-bottom: 21.333vw !important;

  }
  .trustCenter-content .title-box {
  margin: 6.4vw 0 0;
}
  .trustCenter-list-box .trustCenter-content {
    width: 91.7%;
    min-width: 91.7%;
    padding: 4.2667vw;
    margin-right: 6.4vw;
  }
  .trustCenter-list-box {
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow: visible;
  }
  .trustCenter-list-box
    .trustCenter-content
    .trustCenter-txt
    .trustCenter-name {
    font-size: 4.2667vw;
    margin-bottom: 4.2667vw;
  }
  .title-time {
    font-size: 3.2vw;
  }
  .open-content {
    flex-direction: column;
  }
  .open-left,
  .open-right {
    width: 100%;
    margin-right: 0;
    max-width: none;
  }
  .list-more {
    text-align: left;
  }
  .more:hover .iconfont {
    opacity: 0;
    margin-right: -6.4vw;
    margin-left: 0;
  }
  .more:hover img {
    opacity: 1;
    margin-left: 0;
    display: block;
  }
  .open-left img {
    margin-bottom: 6.4vw;
    height: 49.0667vw;
  }
  .list-more:hover img {
    opacity: 0;
    display: none;
  }
  .list-more:hover .iconfont{
   margin-left: 1.0667vw;
   margin-right: 0 !important;
  }
  .more {
    font-size: 4.2667vw;
    margin-top: 6.4vw;
  }
  .more-open {
    margin: 6.4vw auto 0 !important;
  }
  .open {
    padding-bottom: 21.3333vw;
  }
  .privacy-list-box {
    flex-direction: column;
  }
  .privacy-content {
    width: 100%;
    height: fit-content;
    margin-bottom: 4.2667vw;
  }
  .slide-comp {
    max-width: 55.4667vw !important;
  }
  .psirt-content {
    width: 100%;
    height: 76.2667vw;
  }
  .privacy-content:last-child,
  .psirt-content:last-child {
    margin-bottom: 0;
  }
  .privacy-img .img {
    height: fit-content;
  }
  .psirt-img .img,
  .psirt-img {
    height: 76.2667vw;
  }
  .privacy-title,
  .psirt-title,
  .news-title {
    bottom: 4.2667vw;
    padding: 0 4.2667vw;
    font-size: 3.7333vw;
  }
  .psirt-title {
    bottom: 4.8vw;
  }
  .news-title {
    height: 11.2vw;
    left: 0;

  }
  .news-content {
    width: 100%;
    margin-right: 0;
    height: 49.0667vw;
    margin-bottom: 4.2667vw;
  }
  .news-list-box {
    margin-bottom: 2.1333vw;
  }

  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    -webkit-line-clamp: 3;
  }
  .news-date {
    left: 4.2667vw;
    font-size: 3.2vw;
    bottom: 17.0667vw;
  }

  .news-mask {
    height: 20vw;
  }
  .resources-box {
    margin-bottom: 21.3333vw !important;
  }
  .trustCenter-desc {
    font-size: 3.7333vw;
    margin-bottom: 6.4vw;
  }
  .download-box-content .download-list .download-item {
    padding: 4.2667vw;
    flex-direction: column;
    height: fit-content;
  }
  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .pdf-icon {
    line-height: 1;
  }
  .swiper-wrapper
    .slide-comp:nth-child(3)
    .psirt-content
    .psirt-img
    .psirt-title,
  .swiper-wrapper
    .slide-comp:nth-child(4)
    .psirt-content
    .psirt-img
    .psirt-title {
    color: #231815 !important;
  }
  .left {
    position: relative;
    flex-direction: column;
    padding-right: 4.2667vw;
  }
  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .line {
    position: absolute;
    margin: 0;
    right: 0;
    height: 17.6vw;
  }
  .download-box-content .download-list .download-item .down-icon {
    width: 100%;
    background-color: #fff;
    border-radius: 10.6667vw;
    font-size: 6.4vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row-reverse;
    gap: 2.1333vw;
    line-height: 1;
    padding: 2.1333vw 0;
    margin-top: 6.4vw;
  }
  .text {
    font-family: "Montserrat-SemiBold" !important;

    font-size: 4.2667vw;
  }
  .item-box {
    margin-right: 0;
  }
  .download-box-content .download-list {
    grid-template-columns: 1fr;
  }
  .download-item:hover .item-title,
  .item-title,
  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
    margin-left: 4.2667vw;
  }
  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .date {
    font-size: 2.1333vw;
    margin-bottom: 3.7333vw;
  }
  .item-title {
    font-size: 3.7333vw;
  }
  .download-box-content
    .download-list
    .download-item
    .download-item-left
    .desc {
      width: 100%;
      max-width:fit-content;
    font-size: 2.1333vw;
  }
  .sticky-box {
    display: none;
  }
  /* .sticky-box .traffic-title {
    margin-bottom: 0 !important;
  }
  .anchor {
    display: flex;
  }
  .sticky-box .tabs {
    width: 100%;
    background-color: #fafafa;
    left: 0;
    position: absolute;
    top: 52px;
    display: flex;
    flex-direction: column;
  }
  .sticky-box .tabs .tabs-item{
    margin-right: 0;
  }
  .sticky-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .tabs-item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  } */
  .trustCenter-list-box {
    display: none;
  }
  .swiperCase-box {
    display: flex;
    position: relative;
    padding-bottom: 17.0667vw;
  }
  .swiper-slide {
    width: 100%;

    max-width: 80vw;
  }
  .secure-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 21.3333vw;
  }
  .trustCenter-name {
    color: #231815;
    text-overflow: ellipsis;

    /* Large2-S-16 */
    font-size: 4.2667vw;
    font-style: normal;
    line-height: 150%; /*  */
    font-family: "Montserrat-SemiBold" !important;
    margin-top: 4.2667vw;
  }
  .trustCenter-desc {
    margin-top: 4.2667vw;
    overflow: hidden;
    color: #231815;
    text-overflow: ellipsis;
    /* Large3-R-14-22 */
    font-family: Montserrat;
    font-size: 3.7333vw;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /*  */
  }
  .trustCenter-viewmore{
    font-size: 3.2vw;
  }
  .trustCenter-viewmore .iconfont {
    font-size: 6.4vw;
    margin-left: 1.0667vw;
  }
  .trustCenter-viewmore:hover {
    color: #231815;
  }
  .more{
    width: 35.7333vw;
    padding:2.1333vw 4.2667vw;
    border-radius: 6.4vw;
  }
  .more:hover .iconfont {
    opacity: 0;
    display: none;
  }
  .download-box-content .download-list .download-item .download-item-left .pdf-icon{
    font-size: 10.6667vw;
  }
  .list-more:hover .iconfont {
    opacity: 1;
    display: block;
  }
  /* .more:hover span {s
    color: #231815;
  } */
  .more:hover img {
    opacity: 1;
    margin-left: 0;
  }
  .list-more {
    position: absolute;
    left: 6.4vw;
    justify-content: flex-start;
    bottom: 23.4667vw;
  }
  .open-right p {
    font-size: 3.7333vw;
    -webkit-line-clamp: 18;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 10.6667vw;
    height: 10.6667vw;
    border-radius: 10.6667vw;
    background-color: #fafafa;
    font-size: 3.2vw;
    top: auto;
    bottom: 0;
    z-index: 1;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 3.2vw;
    color: #231815;
  }
  .trustCenter-img img {
    width: 100%;
    height: 40.2667vw;
    object-fit: cover;
  }
  .slide-case {
    padding: 4.2667vw;
    background-color: #fafafa;
  }
  .list-more {
    border: none;
    margin: 0;
    padding: 0;
    height: fit-content !important;
  }
  .list-more img {
    display: none;
  }
  .list-more .iconfont {
    opacity: 1;
    font-size: 4.2667vw;
    margin-left: 1.0667vw;
  }
  .swiper-button-prev {
    left: auto;
    right: 17.0667vw;
  }
  .swipers-case {
    width: 100%;
  }
  .trustCenter-content {
    
    padding: 0;
  }
  .trustCenter-img .img{
width: 100%;

  }
  .more a {
    font-size: 3.2vw;
  }
  .privacy-mask {
    height: 13.8667vw;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 7.76%, #000 146.15%);
  }
  .psirt-box {
    overflow: hidden;
    position: relative;
    padding-bottom: 21.3333vw;
  }
  .more img {
    width: 6.4vw;
    /* width: 24px;
    height: 24px; */
    margin-right: 2.1333vw;
  }
  .more{
    height: 10.6667vw;
  }
  .psirt-swiper {
    position: relative;
    padding-bottom: 17.0667vw;
    display: flex;
  }
  .psirt-list-box {
    display: none;
  }
  .download-box-content .download-list .download-item .down-icon .text {
    display: block;
  }
  .download-item:hover .item-title,
  .download-box-content .download-list .download-item:hover .desc,
  .download-box-content .download-list .download-item:hover .down-icon {
    color: #231815 !important;
  }
  .download-box-content .download-list .download-item:hover {
    background: #fafafa !important;
    color: #9fa0a0 !important;
  }
  .download-box-content .download-list .download-item:active {
    background: #fafafa !important;
  }
  .download-item:active .item-title,
  .download-box-content .download-list .download-item:active .desc {
    color: #fff !important;
  }
  .download-box-content .download-list .download-item:active {
    background: #3a66fb !important;
    color: #fff !important;
  }
  .privacy-box .more{
    margin-bottom: 21.333vw;

  }
}
