.aczoiling-container {
  margin-top: 4.375vw;
}
.aczoiling-container ul {
  list-style-type: disc !important;
}
.aczoiling-banner {
  overflow: hidden;
  width: 100%;
  /* height: 117.6563vw; */
  /* background-image: url("https://materialfile.dahuasecurity.live/new_uploads/image/20260318/bannerBg_1.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.aczoiling-banner-title {
  text-shadow: 0 0.2083vw 0.2083vw rgba(255, 255, 255, 0.18);
  font-family: "Montserrat-SemiBold";
  font-size: 4.1667vw;
  font-style: normal;
  line-height: 112.5%;
  text-transform: capitalize;
  background: linear-gradient(90deg, #fff 0%, #f4f4f4 46.72%, #fff 97.89%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 6.25vw auto 1.4583vw;
  width: 100%;
  text-align: center;
}
.aczoiling-banner-subtitle {
  color: var(--BrandColor_white, #fff);
  font-family: Montserrat;
  font-size: 2.0833vw;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-transform: capitalize;
  text-align: center;
}
.aczoiling-banner-content {
  margin: 23.9583vw 2.0833vw 2.0833vw 2.5vw;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.38) 48.95%,
    rgba(255, 255, 255, 0.09) 99.56%
  );
  overflow: hidden;
  border-radius: 0.625vw;
}
.content-icon-list {
  margin: 4.6875vw 2.0833vw 6.25vw;
  display: flex;
}
.content-icon-item {
  width: 22.1875vw;
  text-align: center;
}
.content-icon-item-icon {
  width: 3.3333vw;
  height: 3.3333vw;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.content-icon-item-title {
  color: #fff;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 133.333%;
  margin-top: 0.625vw;
}
.content-icon-item-icon:hover {
  transform: scale(1.2);
}
.content-pain-point {
  margin: 0 11.0417vw 4.1667vw;
}
.pain-point-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}
.pain-point-subtitle {
  margin: 1.25vw 0 1.6667vw;
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}
.pain-point-list {
  display: flex;
  gap: 0.625vw;
}
.pain-point-item {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.53) 0%,
    #f2f3f5 100.03%
  );
  width: 18.2813vw;
  height: 13.3854vw;
  padding: 0.8333vw;
  border-radius: 0.8333vw;
}
.pain-point-item-img {
  width: 16.6146vw;
  height: 9.3229vw;
  aspect-ratio: 139/78;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 0.5573vw;
}
.pain-point-item-title {
  margin-top: 0.9375vw;
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
}
.pain-point-item:hover {
  .pain-point-item-img {
    transform: scale(1.05);
  }
  filter: drop-shadow(0 0.1042vw 1.8229vw rgba(35, 24, 21, 0.1));
}
.conten-protection-level {
  margin: 0 11.7188vw 6.25vw 9.7917vw;
}
.protection-level-title {
  color: #231815;
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
}
.protection-level-list {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.38) 48.95%,
    rgba(255, 255, 255, 0.09) 99.56%
  );
  height: 37.2396vw;
  display: flex;
  align-items: flex-end;
  margin-top: 1.0417vw;
  position: relative;
}
.level-list-one {
  position: relative;
}
.level-list-one-bg {
  width: 23.8542vw;
  height: 27.2396vw;
  position: relative;
  z-index: 9;
}
.level-list-one-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.8542vw;
  height: 27.2396vw;
  z-index: 99;
}
.level-list-one-title {
  color: var(--BrandColor_black, #231815);
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
  margin: 3.125vw auto 0;
  text-align: center;
}
.level-list-one-img img {
  width: 23.4896vw;
  height: 11.4063vw;
  transition: transform 0.3s ease;
}
.level-list-one-subtitle {
  width: 100%;
  color: var(--BrandColor_black, #231815);
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  text-align: left;
  padding: 0 2.0833vw;
}
.level-list-one-btn {
  color: var(--BrandColor_black, #231815);
  font-family: Montserrat;
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  position: absolute;
  bottom: 2.8646vw;
  left: 50%;
  transform: translateX(-50%);
}
.level-list-two {
  position: relative;
  margin-left: 0.7813vw;
}
.level-list-two-bg {
  width: 23.8542vw;
  height: 32.4479vw;
  position: relative;
  z-index: 9;
}
.level-list-two-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 23.8542vw;
  height: 32.4479vw;
  z-index: 99;
}
.level-list-two-img img {
  width: 23.4896vw;
  height: 11.4063vw;
  transition: transform 0.3s ease;
}

.level-list-three {
  position: relative;
  margin-left: 0.7813vw;
  margin-bottom: 1.7188vw;
}
.level-list-three img {
  width: 24.6354vw;
  height: 29.4792vw;
  position: relative;
  z-index: 9;
  border-radius: 0.8333vw;
}
.level-list-three-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 24.6354vw;
  height: 29.4792vw;
  z-index: 99;
}
.level-list-three-img img {
  width: 26.6667vw;
  height: 10.5208vw;
  position: absolute;
  top: -8.2292vw;
  left: -1.0417vw;
  transition: transform 0.3s ease;
}
.bottom-img {
  width: 100%;
  height: 22.1875vw;
  position: absolute;
  bottom: 2.3438vw;
  background-image: url("https://materialfile.dahuasecurity.live/new_uploads/image/20260318/bottm.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.level-list-line img {
  position: absolute;
  width: 47.1875vw;
  height: 5.625vw;
  top: 2.0833vw;
  left: 0;
}
.level-list-three-title {
  color: #126cba;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 180%;
  display: inline-flex;
  padding: 0.2083vw 0.8333vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 0.4167vw;
  background: rgba(255, 255, 255, 0.8);
  margin: 3.2813vw 0 1.0417vw 2.0833vw;
}
.level-list-three-subtitle {
  color: #126cba;
  font-family: "Montserrat-SemiBold";
  font-size: 1.4583vw;
  font-style: normal;
  line-height: 128.571%;
  width: 20vw;
  margin: 0 0 0.8333vw 2.0833vw;
}
.level-list-three-desc {
  color: #231815;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  width: 20vw;
  margin-left: 2.0833vw;
}
.level-list-one:hover {
  /* .level-list-one-img img {
    transform: scale(1.05);
  } */

  /* box-shadow: 0 2px 35px 0 rgba(35, 24, 21, 0.1); */
}
.level-list-two:hover {
  /* .level-list-two-img img {
    transform: scale(1.05);
  } */
  /* box-shadow: 0 2px 35px 0 rgba(35, 24, 21, 0.1); */
}
.level-list-two-img img.scale {
  transform: scale(1.05);
}
.level-list-three-img img.scale {
  transform: scale(1.05);
}
.level-list-three:hover {
  /* .level-list-three-img img {
    transform: scale(1.05);
  } */
  /* box-shadow: 0 2px 35px 0 rgba(35, 24, 21, 0.1); */
}
.level-one-icon {
  position: absolute;
  bottom: 7.8125vw;
  z-index: 999;
  right: -2.0833vw;
  width: 3.8542vw;
  height: 3.8542vw;
  cursor: pointer;
  -webkit-box-shadow: 0 0.1042vw 1.8229vw 0 rgba(35, 24, 21, 0.1);
  box-shadow: 0 0.1042vw 1.8229vw 0 rgba(35, 24, 21, 0.1);
  border-radius: 50%;
}
.level-two-icon {
  position: absolute;
  bottom: 11.4583vw;
  z-index: 999;
  right: -2.8646vw;
  width: 3.8542vw;
  height: 3.8542vw;
  cursor: pointer;
}
.alloy-cameras {
  /* padding-bottom: 6.25vw; */
  position: relative;
  margin-bottom: -2.5vw;
}
.alloy-cameras-title {
  width: 75vw;
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
  margin: 4.1667vw auto;
}
.alloy-cameras-subtitle {
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 2.5vw;
  font-style: normal;
  line-height: 150%;
}
.alloy-cameras-desc {
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.8333vw;
}
.alloy-cameras-img {
  display: flex;
  justify-content: center;
  margin: 2.0833vw 0;
}
.alloy-cameras-img img {
  width: 43.0208vw;
  height: 23.2813vw;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.alloy-cameras-img img:hover {
  transform: scale(1.05);
}

.alloy-cameras-container {
  width: 100vw;
  padding: 2.0833vw 1.0417vw;
  box-sizing: border-box;
}
.alloy-swiper-container {
  height: 27.9167vw;
  position: relative;
  padding-left: 4.1667vw;
  background-color: #fff;
}
.alloy-swiper-container .swiper {
  width: 100%;
  height: 100%;
}
.alloy-swiper-container .swiper-slide {
  width: 14.5833vw !important;
  height: 21.4583vw;
  border-radius: 1.25vw;
  background: #fafafa;
  transition: all 0.4s ease;
  cursor: pointer;
}
.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.alloy-swiper-container .swiper-slide-next {
  /* width: 27.5521vw;
  height: 21.4583vw;
  border-radius: 1.25vw;
  background: #fafafa; */
}
.alloy-swiper-container .swiper-slide-active {
  width: 27.5521vw !important;
  height: 21.4583vw;
  border-radius: 1.25vw;
  background: #fafafa;
  transition: all 0.4s ease;
}
.alloy-swiper-item {
  margin: 1.25vw;
}
.alloy-swiper-img-small {
  width: 12.0833vw;
  height: 14.0625vw;
  border-radius: 0.8333vw;
}
.alloy-swiper-img {
  /* width: 12.0833vw;
  height: 14.0625vw;
  border-radius: 0.8333vw; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.alloy-swiper-img-box {
  border-radius: 0.8333vw;
  width: 100%;
  height: 14.0625vw;
  margin-bottom: 1.25vw;
  overflow: hidden;
}
.alloy-swiper-img-big {
  width: 25.0521vw;
  height: 14.0625vw;
  border-radius: 0.8333vw;
  display: none;
}
.alloy-swiper-item-title {
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  line-height: 150%;
  margin-top: 1.25vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}

/* .alloy-swiper-container .swiper-slide-next .alloy-swiper-img-big {
  display: block;
}
.alloy-swiper-container .swiper-slide-next .alloy-swiper-img-small {
  display: none;
} */

.alloy-swiper-container .swiper-slide-active .alloy-swiper-img-big {
  display: block;
}
.alloy-swiper-container .swiper-slide-active .alloy-swiper-img-small {
  display: none;
}
/* .alloy-swiper-container .swiper-slide-active .alloy-swiper-img {
  width: 25.0521vw;
  height: 14.0625vw;
  border-radius: 0.8333vw;
} */
/* .alloy-swiper-container .swiper-slide-next .alloy-swiper-img{
  display: block;
} */
.alloy-swiper-container .swiper-pagination-bullet {
  width: 0.4167vw;
  height: 0.2083vw;
  border-radius: 0.5208vw;
  background: #ebebeb !important;
}
.alloy-swiper-container .swiper-pagination-bullet-active {
  width: 1.25vw;
  height: 0.2083vw;
  border-radius: 0.5208vw;
  background: #ebebeb !important;
}
.alloy-swiper-container .swiper-pagination {
  margin-bottom: 2.6042vw;
}
.test-result {
  background-color: #fafafa;
}
.test-result-content {
  text-align: center;
  padding-bottom: 2.0833vw;
}
.test-result-tab {
  display: inline-flex;
  padding: 0.1042vw 0.2083vw;
  align-items: center;
  justify-content: center;
  gap: 0.5208vw;
  border-radius: 1.6667vw;
  background: #fff;
  margin-top: 4.1667vw;
  height: 2.7083vw;
}
.test-result-tab-item {
  color: rgba(35, 24, 21, 0.6);
  font-size: 1.25vw;
  font-family: "Montserrat-SemiBold";
  line-height: 116.667%;
  text-transform: capitalize;
  padding: 0.625vw 1.0417vw;
  cursor: pointer;
}
.test-result-tab-active {
  border-radius: 1.6667vw;
  background: #3a66fb;
  color: #fff;
}

.test-result-content-item {
  display: none;
  width: 65.9375vw;
  margin: 2.0833vw auto 0;
}
.test-result-content-active {
  display: block;
}
.test-result-content-item-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 162.5%;
}
.test-result-content-item-desc {
  height: 31.3542vw;
  background-color: #fff;
  width: 100%;
  margin-top: 2.7604vw;
  display: flex;
  padding-left: 2.5vw;
  position: relative;
  border-radius: 1.25vw;
}
.tab-one-left-img {
  width: 28.0208vw;
  height: 16.9792vw;
  object-fit: contain;
  margin-top: 0.3646vw;
  transition: transform 0.3s ease;
}
.tab-one-right-img {
  width: 34.9479vw;
  height: 21.7188vw;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.tab-one-left-title {
  color: rgba(35, 24, 21, 0.4);
  font-family: Montserrat;
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.tab-three-left-title {
  color: rgba(35, 24, 21, 0.4);
  font-family: Montserrat;
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-align: left;
}
.tab-one-left {
  position: relative;
  margin-top: 1.9271vw;
}
.tab-one-left-tip {
  position: absolute;
  left: -6.7708vw;
  top: 5.625vw;
  width: 18.1771vw;
  height: 3.3333vw;
  border-radius: 0.625vw;
  background: linear-gradient(
    90deg,
    #fff 35.14%,
    rgba(255, 255, 255, 0.38) 77.25%,
    rgba(255, 255, 255, 0) 99.88%
  );
  backdrop-filter: blur(0.4167vw);
  text-align: left;
  color: #000;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 133.333%;
  padding: 0.8333vw 1.0417vw;
  z-index: 102;
}

.tab-one-left-tip:hover ~ .tab-one-left-img {
  transform: scale(1.05);
  z-index: 101;
  position: relative;
}
.tab-one-right-tip:hover ~ .tab-one-right-img {
  transform: scale(1.05);
  z-index: 99;
  position: relative;
}
.tab-one-left-tip-icon {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #d22828;
  display: inline-block;
  margin-right: 0.625vw;
}
/* .tab-one-left:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  z-index: 99;
  position: relative;
} */
/* .tab-one-left-img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  z-index: 99;
  position: relative;
} */

.tab-one-right {
  position: absolute;
  right: 2.6042vw;
  top: 1.3021vw;
}
/* .tab-one-right-img:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
  position: relative;
  z-index: 99;
} */
.tab-one-right-tip {
  height: 3.3333vw;
  background: linear-gradient(
    90deg,
    #fff 35.14%,
    rgba(255, 255, 255, 0.38) 77.25%,
    rgba(255, 255, 255, 0) 99.88%
  );
  backdrop-filter: blur(0.4167vw);
  color: #000;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  border-radius: 0.625vw;
  font-style: normal;
  line-height: 133.333%;
  position: absolute;
  bottom: 2.7083vw;
  right: -8.5417vw;
  padding: 0.8333vw 1.0417vw;
  z-index: 100;
}
.tab-one-right-tip-icon {
  width: 0.625vw;
  height: 0.625vw;
  border-radius: 50%;
  background-color: #5fc51b;
  display: inline-block;
  margin-right: 0.625vw;
}
.tab-one-right-desc {
  display: inline-flex;
  padding: 0.2083vw 1.0417vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 0.2083vw;
  background: #fff;
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
  position: absolute;
  top: 1.7708vw;
  left: 1.6667vw;
  z-index: 100;
}
.tab-one-bottom {
  position: absolute;
  bottom: 1.3021vw;
  right: 2.1354vw;
  text-align: left;
}
.tab-one-bottom-title {
  color: var(--BrandColor_black, #231815);
  font-size: 1.0417vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 140%;
  margin-bottom: 0.7292vw;
}
.tab-one-bottom-li {
  color: var(--BrandColor_black, #231815);
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* height: 1.25vw; */
}
.tab-one-bottom-li span {
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 100%;
  background: linear-gradient(
    90deg,
    #43a0f8 3.37%,
    #1a5894 34.13%,
    #78bdfe 43.76%,
    #1b6cb7 75.48%,
    #4ea6f8 92.31%
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.tab-one-bottom-li img {
  width: 0.8333vw;
  height: 1.0625vw;
  object-fit: contain;
}

.test-result-content-item-two {
  height: 36.4583vw;
  background-color: #fff;
  width: 100%;
  margin-top: 2.7604vw;
  display: flex;
  padding-left: 2.8125vw;
  position: relative;
  border-radius: 1.25vw;
  padding-right: 2.8125vw;
}
.tab-two-right-desc {
  position: absolute;
  top: 1.9271vw;
  left: 1.5625vw;
  display: inline-flex;
  padding: 0.2083vw 1.0417vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 0.2083vw;
  background: linear-gradient(
    103deg,
    #fff 36.67%,
    rgba(255, 255, 255, 0.78) 72.05%,
    rgba(255, 255, 255, 0.57) 89.76%
  );
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
}
.tab-two-left {
  position: relative;
  margin-top: 2.1354vw;
  /* margin-left: 0.7813vw; */
}
.tab-two-right {
  position: absolute;
  /* right: 2.6042vw; */
  right: -2.0833vw;
  top: 1.5104vw;
}
.tab-three-right {
  position: absolute;
  right: 1.25vw;
  top: 1.5104vw;
}
.tab-two-left-line1 {
  position: absolute;
  top: 5vw;
  left: -1.9271vw;
  z-index: 99;
}
.tab-two-left-line2 {
  position: absolute;
  top: 11.9792vw;
  left: -5.2083vw;
  z-index: 99;
}
.tab-two-right-img {
  width: 40.8333vw;
  height: 21.7188vw;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.tab-three-right-img:hover {
  transform: scale(1.05);
}
.tab-three-right-img {
  width: 34.9479vw;
  height: 21.7188vw;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.tab-two-left-img {
  /* width: 33.3854vw; */
  width: 33.5417vw;
  height: 16.9792vw;
  object-fit: contain;
  margin-top: 0.3646vw;
  transition: transform 0.3s ease;
  position: absolute;
  left: -5.7813vw;
}
.tab-three-left-img {
  width: 33.3854vw;
  height: 16.9792vw;
  object-fit: contain;
  margin-top: 0.3646vw;
  transition: transform 0.3s ease;
  position: absolute;
  left: -3.8542vw;
}
.tab-three-left-img:hover {
  transform: scale(1.05);
  z-index: 9;
}

/* .tab-two-right-img:hover {
  transform: scale(1.05);
} */
/* .tab-two-left-img:hover {
  transform: scale(1.05);
  position: relative;
  z-index: 9;
} */
.tab-two-right-line1 {
  position: absolute;
  top: 5.2083vw;
  right: 4.1667vw;
  z-index: 99;
}
.tab-two-bottom-left {
  position: absolute;
  /* left: 3.8021vw; */
  bottom: 2.0833vw;
  gap: 1.0417vw;
  display: flex;
}
.tab-two-bottome-left-item {
  width: 10.3125vw;
  height: 10.3125vw;
  background-color: #fafafa;
  padding: 0.4167vw;
  text-align: left;
  position: relative;
  border-radius: 1.25vw;
}
.tab-two-bottome-left-item img {
  width: 9.4792vw;
  height: 5.2604vw;
  object-fit: contain;
  transition: transform 0.3s ease;
}
.tab-two-bottome-left-item img:hover {
  transform: scale(1.05);
}
.tab-two-item-title {
  overflow: hidden;
  color: var(--BrandColor_black, #231815);
  text-overflow: ellipsis;
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 157.143%;
  margin: 0.7292vw 0 0.2083vw;
}
.tab-two-item-desc {
  color: rgba(35, 24, 21, 0.6);
  font-family: Montserrat;
  font-size: 0.5208vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  width: 9.2708vw;
}
.tab-two-bottom-right {
  position: absolute;
  right: 2.8125vw;
  bottom: 2.0833vw;
  gap: 0.5208vw;
  display: flex;
  width: 34.5833vw;
  background-color: #fafafa;
}
.tab-two-bottom-right-item {
  text-align: left;
}
.tab-two-bottom-right-item .tab-one-bottom-title {
  margin-top: 2.7604vw;
}
.tab-three-bottom-right .tab-three-bottom-title {
  margin-bottom: 0;
  margin-top: 3.7333vw;
}
.aczoiling-container ul {
  padding-left: 1.0417vw !important;
}
li::marker {
  font-size: 0.4167vw;
  color: var(--BrandColor_black, #231815);
}
.tab-circle-red {
  position: absolute;
  top: -0.4688vw;
  left: -0.4688vw;
  width: 1.1979vw;
  height: 1.1979vw;
  border-radius: 50%;
  background-color: rgba(210, 40, 40, 0.08);
  color: #d22828;
  font-family: "Montserrat-SemiBold";
  font-size: 0.625vw;
  font-style: normal;
  line-height: 183.333%;
  text-align: center;
}
.tab-circle-red {
  position: absolute;
  top: -0.4688vw;
  left: -0.4688vw;
  width: 1.1979vw;
  height: 1.1979vw;
  border-radius: 50%;
  background-color: rgba(210, 40, 40, 0.08);
  color: #d22828;
  font-family: "Montserrat-SemiBold";
  font-size: 0.625vw;
  font-style: normal;
  line-height: 183.333%;
  text-align: center;
}
.tab-circle-green {
  position: absolute;
  top: -0.4688vw;
  left: -0.4688vw;
  width: 1.1979vw;
  height: 1.1979vw;
  border-radius: 50%;
  background-color: rgba(80, 164, 16, 0.08);
  color: #50a410;
  font-family: "Montserrat-SemiBold";
  font-size: 0.625vw;
  font-style: normal;
  line-height: 183.333%;
  text-align: center;
}
.tab-three-bottom-left {
  position: absolute;
  left: 2.5vw;
  bottom: 8.8542vw;
  width: 23.0729vw;
  height: 3.5938vw;
  background-color: #fafafa;
  padding: 0.8333vw;
  text-align: left;
  border-radius: 0.625vw;
}
.tab-three-title {
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 157.143%;
}
.tab-three-desc {
  color: rgba(35, 24, 21, 0.6);
  font-family: Montserrat;
  font-size: 0.5208vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.2083vw;
}
.tab-three-bottom-right {
  position: absolute;
  right: 2.8125vw;
  bottom: 1.25vw;
  width: 31.875vw;
  height: 11.0417vw;
  background-color: #fafafa;
  padding: 0.8333vw;
  text-align: left;
  border-radius: 1.25vw;
}
.tab-three-bottom-title {
  margin-top: 1.4583vw;
}

.test-comparison {
  height: 40.625vw;
  background-color: #fff;
}
.test-comparison-box {
  width: 75vw;
  margin: 4.1667vw auto 0;
}
.test-comparison-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 2.5vw;
  font-style: normal;
  line-height: 116.667%;
}
.test-comparison-subtitle {
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: Montserrat;
  font-size: 1.0417vw;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin: 1.25vw 0;
}
.test-comparison-content {
  display: flex;
  justify-content: center;
  position: relative;
}
.test-comparison-img {
  width: 34.4271vw;
  height: 24.9479vw;
  aspect-ratio: 69/50;
  border-radius: 1.6667vw;
  object-fit: cover;
  position: relative;
  z-index: 9;
  transition: transform 0.3s ease;
}
.test-comparison-img-left {
  position: absolute;
  top: 7.8125vw;
  left: 0.2604vw;
  z-index: 99;
  width: 27.6042vw;
  height: 4.1667vw;
}
.test-comparison-img-right {
  position: absolute;
  top: 14.1667vw;
  right: -0.2604vw;
  z-index: 99;
  height: 5.625vw;
  width: 26.7708vw;
}
.test-comparison-text-left {
  position: absolute;
  top: 8.4375vw;
  left: 1.5104vw;
  z-index: 99;
  color: #231815;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
  width: 10.9375vw;
}
.test-comparison-text-right {
  position: absolute;
  top: 14.7917vw;
  right: 0.9896vw;
  z-index: 99;
  color: #126cba;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
  width: 13.9583vw;
}
.test-comparison-img-left:hover ~ .test-comparison-img,
.test-comparison-img-right:hover ~ .test-comparison-img,
.test-comparison-text-left:hover ~ .test-comparison-img,
.test-comparison-text-right:hover ~ .test-comparison-img {
  transform: scale(1.05);
}
.steel-cameras {
  overflow: hidden;
  width: 100%;
  /* background-image: url("https://materialfile.dahuasecurity.live/new_uploads/image/20260321/card@2x_1.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.steel-cameras-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
  width: 75vw;
  margin: 6.25vw auto 4.1667vw;
}
.steel-cameras-subtitle {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 162.5%;
  width: 75vw;
  margin: 0 auto 2.6042vw;
}
.steel-cameras-computer {
  display: flex;
  justify-content: center;
}

.steel-cameras-computer-content {
  width: 65.5208vw;
  height: 39.1146vw;
  /* background-image: url("https://materialfile.dahuasecurity.live/new_uploads/image/20260321/Group_1321322721@2x_1.png"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 1.5625vw 1.0417vw 3.125vw 3.125vw;
  position: relative;
}
.steel-cameras-computer-title {
  color: #000;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 133.333%;
  margin-bottom: 1.25vw;
  margin-top: 1.25vw;
}

.steel-cameras-computer-item {
  padding: 1.4583vw 1.25vw;
  width: 27.1354vw;
  height: 10.3646vw;
  border-radius: 0.625vw;
  background: linear-gradient(
    90deg,
    #fff 35.14%,
    rgba(255, 255, 255, 0.38) 77.25%,
    rgba(255, 255, 255, 0) 99.88%
  );
  backdrop-filter: blur(0.4167vw);
}
.steel-cameras-computer-item:hover {
  box-shadow: 0 0.1042vw 1.8229vw 0 rgba(35, 24, 21, 0.1);
}
.steel-cameras-computer-item-title {
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
}
.steel-cameras-computer-item-subtitle {
  color: var(--BrandColor_black, #231815);
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 1.1458vw;
}
.steel-cameras-computer-item-one-img {
  width: 7.2917vw;
  height: 3.2813vw;
  object-fit: cover;
}
.steel-cameras-computer-desc {
  display: flex;
  gap: 1.0417vw;
}
.steel-cameras-computer-item-two-img {
  height: 4.375vw;
}
.steel-cameras-tips {
  width: 16.4063vw;
  height: 4.1667vw;
  background: linear-gradient(
    90deg,
    #fff 37.71%,
    rgba(255, 255, 255, 0.38) 82.89%,
    rgba(255, 255, 255, 0) 107.18%
  );
  backdrop-filter: blur(0.4167vw);
  padding: 0.625vw 1.25vw;
  border-radius: 0.625vw;
}
.steel-cameras-tips:hover {
  box-shadow: 0 0.1042vw 0.5208vw 0 rgba(35, 24, 21, 0.1);
}
.steel-cameras-tips1 {
  position: absolute;
  bottom: 4.3229vw;
  right: -3.3333vw;
}
.steel-cameras-tips-title {
  color: #231815;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
}
.steel-cameras-tips-title .title-color {
  color: #fd4e0e;
  margin-right: 0.2083vw;
}
.steel-cameras-tips-content {
  color: var(--BrandColor_black, #231815);
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 0.2083vw;
}

.steel-cameras-tips2 {
  position: absolute;
  bottom: 9.1146vw;
  right: -3.3333vw;
}
.steel-cameras-tips3 {
  position: absolute;
  bottom: 13.9063vw;
  right: -3.3333vw;
}
.steel-cameras-three-key {
  width: 84.375vw;
  margin: 5.5208vw auto 0;
}
.steel-cameras-three-key-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 162.5%;
  margin-bottom: 1.6667vw;
}
.steel-cameras-three-key-content {
  display: flex;
  justify-content: space-between;
  gap: 1.0417vw;
}
.steel-cameras-three-key-item {
  width: 27.5521vw;
  height: 25.1042vw;
  padding: 1.25vw;
  border-radius: 1.25vw;
  background: linear-gradient(
    180deg,
    rgba(250, 250, 250, 0.35) 0.04%,
    #fff 138.93%
  );
}
.steel-cameras-three-key-item img {
  width: 25.0521vw;
  height: 14.0625vw;
  border-radius: 0.8333vw;
  transition: transform 0.3s ease;
}
.steel-cameras-three-key-item:hover img {
  transform: scale(1.05);
}
.steel-cameras-three-key-item-title {
  width: 25vw;
  color: var(--BrandColor_black, #231815);

  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
  margin: 1.25vw 0 0.625vw;
}
.steel-cameras-three-key-item-desc {
}
.steel-cameras-three-key-item-li {
  color: #9fa0a0;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.steel-cameras-three-key-item-li::marker {
  font-size: 0.4167vw;
  color: #9fa0a0;
}

.three-key-comparison {
  margin-top: 4.1667vw;
  margin-bottom: 9.375vw;
  position: relative;
  z-index: 9;
}
.three-key-comparison-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 162.5%;
}
.three-key-content-item {
  width: 65.9375vw;
  margin: 1.25vw auto 0;
}
.three-key-content-item-desc {
  height: 25.2604vw;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.44) 4.93%,
    #fff 58.08%,
    rgba(255, 255, 255, 0.38) 82.89%,
    rgba(255, 255, 255, 0.19) 101.07%
  );
  backdrop-filter: blur(0.4167vw);
  width: 100%;
  /* margin-top: 2.7604vw; */
  display: flex;
  padding-left: 1.6667vw;
  border-radius: 1.6667vw;
  position: relative;
}

.three-key-one-left {
  position: relative;
  margin-top: 2.1354vw;
  margin-left: 0.7813vw;
}
.three-key-one-right {
  position: absolute;
  right: 5.2083vw;
  top: 2.0833vw;
}
.three-key-one-left-tip {
  position: absolute;
  left: -5.7292vw;
  bottom: 6.25vw;
  width: 8.9583vw;
  height: 3.3333vw;
  border-radius: 0.625vw;
  background: linear-gradient(
    90deg,
    #fff 35.14%,
    rgba(255, 255, 255, 0.38) 77.25%,
    rgba(255, 255, 255, 0) 99.88%
  );
  backdrop-filter: blur(0.4167vw);
  text-align: left;
  color: #000;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 133.333%;
  padding: 0.8333vw 1.0417vw;
  z-index: 100;
}

.three-key-one-left-tip:hover ~ .tab-one-left-img {
  transform: scale(1.05);
  z-index: 99;
  position: relative;
}
.three-key-one-right-tip:hover ~ .tab-one-right-img {
  transform: scale(1.05);
  z-index: 99;
  position: relative;
}
.three-key-one-right-desc {
  display: inline-flex;
  padding: 0.2083vw 1.0417vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208vw;
  border-radius: 0.2083vw;
  background: linear-gradient(
    103deg,
    #fff 36.67%,
    rgba(255, 255, 255, 0.78) 72.05%,
    rgba(255, 255, 255, 0.57) 89.76%
  );
  color: var(--BrandColor_black, #231815);
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 140%;
  position: absolute;
  top: 2.5vw;
  left: 5.7292vw;
  z-index: 100;
}
.enhanced-cameras {
  position: relative;
}
.enhanced-cameras-title {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 3.125vw;
  font-style: normal;
  line-height: 150%;
  text-transform: capitalize;
  width: 75vw;
  margin: 4.1667vw auto;
}
.enhanced-cameras-subtitle {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 162.5%;
  margin-bottom: 1.1458vw;
}
.enhanced-cameras-content {
  width: 75vw;
  margin: 0 auto;
  text-align: center;
}
.enhanced-cameras-tab {
  display: inline-flex;
  padding: 0.1042vw 0.2083vw;
  align-items: center;
  justify-content: center;
  gap: 0.5208vw;
  border-radius: 1.6667vw;
  background: #fafafa;
  height: 2.5vw;
}
.enhanced-cameras-tab-item {
  color: rgba(35, 24, 21, 0.6);
  font-size: 0.8333vw;
  font-family: "Montserrat-SemiBold";
  line-height: 116.667%;
  text-transform: capitalize;
  padding: 0.625vw 1.0417vw;
  cursor: pointer;
}
.enhanced-cameras-tab-active {
  border-radius: 1.6667vw;
  background: #3a66fb;
  color: #fff;
}

.enhanced-cameras-content-item {
  display: none;
  width: 75vw;
  margin: 1.7708vw auto 0;
}
.enhanced-cameras-content-active {
  display: block;
}
.enhanced-cameras-content-info {
  display: flex;
  gap: 1.4583vw;
}
.enhanced-cameras-content-info-item {
  width: 36.7708vw;
  height: 26.1458vw;
  background-color: #fafafa;
  border-radius: 1.25vw;
  padding: 1.6667vw 1.6667vw 1.4583vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enhanced-cameras-content-info-item:hover img {
  transform: scale(1.05);
}
.enhanced-cameras-content-info-item img {
  width: 33.4375vw;
  height: 18.8021vw;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 1.1458vw;
}
.enhanced-cameras-content-item-title {
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 150.278%;
  text-align: left;
  margin-top: 1.25vw;
}
.enhanced-cameras-product-list {
  display: flex;
  justify-content: space-between;
  gap: 1.25vw;
  margin-top: 1.6667vw;
}
.enhanced-cameras-product-item {
  width: 17.8125vw;
  height: 20.5729vw;
  background-color: #fafafa;
  padding: 1.8229vw 1.25vw 1.25vw;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.enhanced-cameras-product-item-title {
  color: #231815;
  font-family: "Montserrat-SemiBold";
  font-size: 0.9375vw;
  font-style: normal;
  line-height: 155.556%;
  text-transform: capitalize;
  text-align: left;
}
.enhanced-cameras-product-item-img {
  width: 6.9792vw;
  height: 6.9792vw;
  aspect-ratio: 1/1;
  text-align: center;
  margin: 0 auto;
  transition: transform 0.3s ease;
}
.enhanced-cameras-product-btn {
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 0.8333vw;
  font-style: normal;
  text-align: left;
  line-height: 150%;
  display: flex;
  align-items: center;
  cursor: pointer;
  height: 1.25vw;
}

.enhanced-cameras-product-item:hover .enhanced-cameras-product-item-img {
  transform: scale(1.2);
}
.enhanced-cameras-product-item:hover .enhanced-cameras-product-btn {
  color: #3a66fb;
}
.enhanced-custom-iconfont {
  font-size: 1.25vw !important;
  font-weight: 600;
}
.enhanced-cameras-subtitle-two {
  color: #231815;
  text-align: center;
  font-family: "Montserrat-SemiBold";
  font-size: 1.6667vw;
  font-style: normal;
  line-height: 162.5%;
  margin: 5.7292vw 0 1.6667vw;
}
.enhanced-cameras-product-list-two {
  margin-bottom: 6.25vw;
}
.tab-two-left-tips {
  width: 29.0625vw;
  height: 3.3333vw;
  background: linear-gradient(
    90deg,
    #fff 35.14%,
    rgba(255, 255, 255, 0.38) 77.25%,
    rgba(255, 255, 255, 0) 99.88%
  );
  backdrop-filter: blur(0.4167vw);
  color: #000;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 133.333%;
  position: absolute;
  z-index: 999;
  bottom: 14.3229vw;
  left: -5.7813vw;
  display: flex;
  align-items: center;
  padding: 0.8333vw 0 0.8333vw 1.0417vw;
  border-radius: 0.625vw;
}
.tab-two-left-tips:hover ~ .tab-two-left-img {
  transform: scale(1.05);
  z-index: 101;
  position: relative;
}
.tab-two-right-tips:hover ~ .tab-two-right-img {
  transform: scale(1.05);
}
.tab-two-right-tips {
  width: 38.9583vw;
  height: 3.3333vw;
  background: linear-gradient(
    90deg,
    #fff 35.14%,
    rgba(255, 255, 255, 0.38) 77.25%,
    rgba(255, 255, 255, 0) 99.88%
  );
  backdrop-filter: blur(0.4167vw);
  color: #000;
  font-family: "Montserrat-SemiBold";
  font-size: 1.25vw;
  font-style: normal;
  line-height: 133.333%;
  position: absolute;
  z-index: 99;
  bottom: 1.0417vw;
  right: -3.6458vw;
  display: flex;
  align-items: center;
  padding: 0.8333vw 0 0.8333vw 1.0417vw;
  border-radius: 0.625vw;
}

.container-mobile {
  max-width: 90%;
  margin: 0 auto;
  padding: 6.4vw 0;
  background: #fff;
}

.container-mobile .swiper-container-mobile {
  width: 100%;
  height: 53.3333vw;
  border-radius: 3.2vw;
  overflow: hidden;
  box-shadow: 0 1.0667vw 3.2vw rgba(0, 0, 0, 0.1);
}

.container-mobile .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8vw;
  color: white;
  font-weight: bold;
  flex-direction: column;
  margin-bottom: 5.333vw;
}
.container-mobile .swiper-pagination {
  bottom: 2.667vw !important;
}

.container-mobile .swiper-pagination-bullet {
  width: 2.1333vw;
  height: 2.1333vw;
  background: #ebebeb;
  opacity: 1;
}

.container-mobile .swiper-pagination-bullet-active {
  background: #ebebeb;
  width: 6.4vw;
  border-radius: 1.0667vw;
  transition: width 0.3s ease;
}
.swiper-mobile-box img {
  width: 90vw;
  height: 53.3333vw;
  object-fit: cover;
}
.swiper-mobile-title {
  color: var(--BrandColor_black, #231815);
  font-family: "Montserrat-SemiBold";
  font-size: 4.8vw;
  line-height: 150%;
  margin-top: 6.4vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: keep-all;
}
@media (max-width: 768px) {
  .aczoiling-container {
    overflow-x: hidden;
    padding-top: 13.333vw;
  }

  .aczoiling-banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }

  .aczoiling-banner {
    height: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
    margin-top: -6.4vw;
  }

  .aczoiling-banner-title {
    font-size: 8.5333vw;
    margin: 10.6667vw auto 5.3333vw;
    width: 90%;
    line-height: 1.2;
  }

  .aczoiling-banner-subtitle {
    font-size: 4.8vw;
  }

  .pain-point-title,
  .protection-level-title,
  .alloy-cameras-title,
  .steel-cameras-title,
  .enhanced-cameras-title,
  .test-comparison-title {
    font-size: 8.5333vw;
    width: 90%;
    margin: 8vw auto;
  }

  .aczoiling-banner-content {
    margin: 30.4vw 4vw 4vw;
    padding: 4vw;
  }

  .content-icon-list {
    margin: 6vw 4vw;
    flex-wrap: wrap;
    gap: 4vw;
    justify-content: space-between;
  }

  .content-icon-item {
    width: 45%;
    text-align: center;
    margin-bottom: 4vw;
  }

  .content-icon-item-icon {
    width: 16vw;
    height: 16vw;
  }

  .content-icon-item-title {
    font-size: 3.5vw;
    margin-top: 2vw;
  }

  .content-pain-point {
    margin: 0 4vw 8vw;
  }

  .pain-point-subtitle {
    font-size: 4.2667vw;
    margin: 3vw 0 7vw;
  }

  .pain-point-list {
    flex-direction: column;
    gap: 4vw;
  }

  .pain-point-item {
    width: 100%;
    height: auto;
    padding: 4vw;
    display: flex;
    align-items: center;
    gap: 4vw;
    flex-direction: column;
  }

  .pain-point-item-img {
    width: 100%;
    height: 36vw;
    flex-shrink: 0;
  }

  .pain-point-item-title {
    font-size: 4.266vw;
    margin-top: 0;
    text-align: left;
  }

  .conten-protection-level {
    margin: 0 4vw 8vw;
  }

  .protection-level-list {
    height: auto;
    flex-direction: column;
    align-items: center;
    gap: 6vw;
    padding: 6vw 0;
  }

  .level-list-one,
  .level-list-two,
  .level-list-three {
    width: 85vw;
    margin: 0;
    position: relative;
  }
  .level-list-one {
    height: 98.1333vw;
  }
  .level-list-two {
    height: 133.333vw;
  }
  .level-list-three {
    height: 106.667vw;
  }

  .level-list-one-bg,
  .level-list-two-bg,
  .level-list-three > img {
    width: 85vw;
    height: auto;
  }

  .level-list-one-content {
    width: 85vw;
    height: auto;
    padding: 4vw;
    position: relative;
    top: -106.667vw;
    left: auto;
  }
  .level-list-two-content {
    width: 85vw;
    height: auto;
    padding: 4vw;
    position: relative;
    top: -124.5333vw;
    left: auto;
  }
  .level-list-three-content {
    width: 85vw;
    height: auto;
    padding: 4vw;
    position: relative;
    top: -133.333vw;
    left: auto;
  }

  .level-list-one-title,
  .level-list-two-title {
    font-size: 5.12vw;
    margin: 4vw auto 0;
  }

  .level-list-one-img img,
  .level-list-two-img img {
    width: 80vw;
    height: auto;
  }

  .level-list-one-subtitle,
  .level-list-two-subtitle {
    font-size: 3.7333vw;
    padding: 0 4vw;
    margin: 4vw 0 0;
  }
  .level-list-one-btn {
    font-size: 4.8vw;
    bottom: -14.6667vw;
  }
  .level-list-two-content .level-list-one-btn {
    font-size: 4.8vw;
    /* bottom: -32.8vw; */
    bottom: -25.6vw;
    width: 56vw;
    text-align: center;
  }

  .level-list-three {
    margin: 19.2vw 0 0;
  }

  .level-list-three-img img {
    width: 90vw;
    height: auto;
    position: relative;
    left: -6.4vw;
    top: 0;
    display: block;
  }

  .level-list-three-title {
    font-size: 5.33vw;
    margin: 4vw 0 2vw 4vw;
    background: none;
  }

  .level-list-three-subtitle {
    font-size: 7.466vw;
    width: 90%;
    margin: 0 0 2vw 4vw;
  }

  .level-list-three-desc {
    font-size: 4.266vw;
    width: 90%;
    margin-left: 4vw;
  }

  .level-one-icon,
  .level-two-icon,
  .level-list-line {
    display: none;
  }

  .bottom-img {
    bottom: 19.2vw;
  }

  .alloy-cameras {
    margin-bottom: -5vw;
    margin-top: -12.8vw;
  }

  .alloy-cameras-subtitle {
    font-size: 7.4667vw;
    margin-bottom: 5.3333vw;
  }

  .alloy-cameras-desc {
    font-size: 4.266vw;
    margin-top: 2vw;
  }

  .alloy-cameras-img img {
    width: 90vw;
    height: auto;
    margin-top: 4.2667vw;
  }

  .alloy-swiper-container {
    height: auto;
    padding: 4vw;
  }

  .alloy-swiper-container .swiper-slide {
    width: 90% !important;
    height: auto;
    text-align: center;
    margin-right: 0 !important;
  }

  /* .alloy-swiper-container .swiper-slide-next {
    width: 100%;
    height: auto;
    text-align: center;
  } */

  .alloy-swiper-item {
    margin: 4vw;
  }
  .alloy-swiper-container .swiper-slide {
    /* width: 100% !important; */
  }
  .alloy-swiper-container .swiper-slide-active {
    width: 90% !important;
  }

  .alloy-swiper-img-small {
    width: 60vw;
    height: auto;
  }

  .alloy-swiper-img-big {
    width: 75vw;
    height: auto;
  }

  .alloy-swiper-item-title {
    font-size: 6.4vw;
    width: 100%;
    margin-top: 4vw;
  }

  .test-result-tab {
    height: auto;
    padding: 2vw;
    margin-top: 8vw;
  }

  .test-result-tab-item {
    font-size: 3.2vw;
    padding: 2vw 3vw;
  }

  .test-result-content-item {
    width: 95vw;
  }

  .test-result-content-item-title {
    font-size: 6.4vw;
  }

  .test-result-content-item-desc,
  .test-result-content-item-two {
    height: auto;
    flex-direction: column;
    padding: 4vw;
  }

  .tab-one-left,
  .tab-two-left {
    width: 100%;
    margin: 4vw 0;
    position: relative;
  }
  .tab-two-left {
    height: 42.667vw;
  }
  .tab-two-left-img {
    left: 0;
  }
  .tab-two-left-tips {
    font-size: 2.6667vw;
    width: fit-content;
    height: 8vw;
    left: 5.3333vw;
    top: 16vw;
  }
  .tab-two-right-tips {
    font-size: 2.6667vw;
    width: fit-content;
    height: 8vw;
    bottom: 4.8vw;
  }
  .tab-two-right-desc {
    font-size: 3.2vw;
    padding: 1.6vw 2.6777vw;
    top: 4.8vw;
    left: 8vw;
  }
  .tab-two-bottome-left-item img {
    width: 48.5333vw;
    height: 100%;
  }
  .tab-two-item-desc {
    font-size: 4.2667vw;
    width: 100%;
  }
  .tab-one-right,
  .tab-two-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    margin: 4vw 0;
  }

  .tab-one-left-img,
  .tab-two-left-img,
  .tab-two-right-img {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .tab-three-left-img,
  .tab-three-right-img {
    width: 80vw;
    height: auto;
    margin: 0 auto;
    display: block;
    margin-left: 5.3333vw;
  }

  .tab-three-right {
    position: relative;
    top: 8vw;
  }
  .tab-three-left-title {
    font-size: 4.8vw;
  }
  .tab-one-right-img {
    width: 80vw;
    height: auto;
  }
  .steel-cameras .bottom-img {
    bottom: 2.1333vw;
  }

  /* .three-key-one-right-tip {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 90%;
    margin: 2vw auto;
    font-size: 4.5vw;
  } */

  .tab-one-left-tip {
    top: 13.3333vw;
    left: 4.8vw;
    font-size: 4.2667vw;
    width: fit-content;
    height: 8vw;
  }
  .tab-one-right-tip {
    bottom: 8vw;
    right: 0;
    font-size: 4.2667vw;
    width: fit-content;
    padding: 1.6vw 2.1333vw;
    height: auto;
  }
  .tab-one-right-desc {
    font-size: 2.667vw;
    top: 8vw;
    left: 4.8vw;
  }
  .tab-two-bottom-left {
    display: flex;
    flex-direction: column;
  }

  .tab-two-bottom-left,
  .tab-two-bottom-right,
  .tab-three-bottom-left,
  .tab-three-bottom-right {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    margin: 4vw 0;
  }
  .tab-three-bottom-left {
    text-align: center;
    padding: 5.333vw 0;
    height: auto;
    margin-top: 15.4667vw;
  }
  .tab-three-bottom-right {
    text-align: center;
    padding: 5.333vw 0;
    height: auto;
  }
  .tab-three-title {
    font-size: 4.2667vw;
  }
  .tab-three-desc {
    font-size: 3.7333vw;
    padding: 0 2.1333vw;
  }
  .tab-two-bottom-right {
    display: flex;
    flex-direction: column;
  }
  .tab-one-bottom {
    position: relative;
    left: 0;
    top: 0;
  }
  .tab-one-bottom-title {
    color: var(--BrandColor_black, #231815);
    font-size: 4.8vw;
    font-style: normal;
    font-family: "Montserrat-SemiBold";
    line-height: 140%;
    margin-bottom: 4.8vw;
  }
  .tab-one-bottom-li {
    font-size: 3.733vw;
    text-align: left;
  }
  .aczoiling-container ul {
    padding-left: 6.4vw !important;
  }
  .tab-one-bottom-li span {
    font-size: 4.2667vw;
  }
  li::marker {
    font-size: 2.1333vw;
  }
  .tab-one-bottom-li img {
    width: 3.2vw;
    height: 4.2667vw;
    object-fit: contain;
  }

  .tab-two-bottome-left-item,
  .tab-two-bottom-right-item {
    width: 100%;
    margin-bottom: 4vw;
    height: 100%;
    text-align: center;
    padding: 2.6667vw 0;
  }
  .tab-two-item-title {
    font-size: 4.8vw;
  }
  .tab-one-left-title {
    font-size: 4.8vw;
  }
  .tab-one-left-title {
    font-size: 4.8vw;
  }

  .test-comparison {
    height: 100%;
  }
  .test-comparison-box {
    width: 95vw;
  }

  .test-comparison-subtitle {
    font-size: 5.33vw;
    margin: 4vw 0;
  }

  .test-comparison-content {
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .test-comparison-img {
    /* width: 60%;
    height: auto; */
    order: -1;
    width: 87.4667vw;
    height: 63.38667vw;
    aspect-ratio: 69/50;
    border-radius: 8.5333vw;
  }

  .test-comparison-img-left {
    /* width: 36.8vw;
    height: auto;
    top: 13.333vw;
    left: 0; */
    width: 64.2667vw;
    height: auto;
    top: 2.4vw;
    left: 22.9333vw;
  }
  .test-comparison-img-right {
    width: 71.2vw;
    height: auto;
    left: 8.8vw;
    top: 42.6667vw;
  }
  .test-comparison-text-left {
    font-size: 2.1333vw;
    width: fit-content;
    top: 4vw;
    left: 41.8667vw;
  }
  .test-comparison-text-right {
    font-size: 2.1333vw;
    width: fit-content;
    top: 54.933vw;
    left: 11.7333vw;
  }
  .alloy-cameras .bottom-img {
    bottom: 2.1333vw;
  }

  .steel-cameras {
    padding-top: 16vw;
  }
  .steel-cameras-title {
    font-size: 8.5333vw;
    width: 90%;
    margin: 8vw auto;
  }

  .steel-cameras-subtitle {
    font-size: 6.4vw;
    width: 90%;
    margin: 0 auto 4vw;
  }

  .steel-cameras-computer-content {
    /* width: 90vw;
    height: 112vw; */
    width: 87.4667vw;
    height: 52vw;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5vw;
    margin: 0 auto;
    position: relative;
  }

  .steel-cameras-computer-title {
    /* font-size: 3.7333vw;
    margin-bottom: 3vw; */
    color: #000;
    font-size: 2.133vw;
    font-style: normal;
    line-height: 150%;
    margin-top: 0;
    margin-bottom: 0;
  }
  .steel-cameras-computer {
    padding-bottom: 29.333vw;
  }
  .steel-cameras-computer-desc {
    display: flex;
    position: absolute;
    top: 54.667vw;
    flex-direction: column;
    width: 100%;
    left: 0;
  }

  .steel-cameras-computer-item {
    width: 100%;
    height: 14.4vw;
    background-color: #fafafa;
    backdrop-filter: blur(0.8vw);
    padding: 3.2vw 2.667vw;
  }

  .steel-cameras-computer-item-title {
    font-size: 3.2vw;
  }

  .steel-cameras-computer-item-subtitle {
    font-size: 2.1333vw;
    margin-top: 0.533vw;
  }
  .steel-cameras-computer-item-imgs {
    position: absolute;
    top: 3.7333vw;
    right: 2.667vw;
  }

  .steel-cameras-computer-item-one-img,
  .steel-cameras-computer-item-two-img {
    width: 10.6667vw;
    height: auto;
  }

  .steel-cameras-tips {
    /* width: 50.6667vw;
    height: auto;
    padding: 2vw 3vw;
    right: 50%;
    transform: none;
    bottom: -8vw; */
    width: 31.2vw;
    height: 8vw;
    background: linear-gradient(
      90deg,
      #fff 37.71%,
      rgba(255, 255, 255, 0.38) 82.89%,
      rgba(255, 255, 255, 0) 107.18%
    );
    backdrop-filter: blur(0.8vw);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .steel-cameras-tips1,
  .steel-cameras-tips2,
  .steel-cameras-tips3 {
    position: absolute;
    left: 5.0667vw;
    /* bottom: auto; */
  }

  .steel-cameras-tips1 {
    /* bottom: 38.6667vw; */
    top: 22.9333vw;
  }
  .steel-cameras-tips2 {
    top: 13.333vw;
    left: 38.667vw;
  }
  .steel-cameras-tips3 {
    top: 13.333vw;
  }

  .steel-cameras-tips-title {
    font-size: 2.133vw;
  }

  .steel-cameras-tips-content {
    font-size: 1.6vw;
  }

  .steel-cameras-three-key {
    width: 90vw;
    margin: 15vw auto 0;
  }

  .steel-cameras-three-key-title {
    font-size: 6.4vw;
  }

  .steel-cameras-three-key-content {
    flex-direction: column;
    gap: 4vw;
  }

  .steel-cameras-three-key-item {
    width: 100%;
    height: auto;
    padding: 4vw;
  }

  .steel-cameras-three-key-item img {
    width: 100%;
    height: auto;
  }

  .steel-cameras-three-key-item-title {
    font-size: 3.7333vw;
    width: 100%;
    margin: 3vw 0 2vw;
  }

  .steel-cameras-three-key-item-li {
    font-size: 3.7333vw;
    position: relative;
    margin-left: 2.6667vw;
  }
  .alloy-swiper-img-box {
    height: 72vw;
  }

  /* 三大工艺对比 */
  .three-key-comparison {
    margin: 8vw 0;
  }

  .three-key-comparison-title {
    font-size: 6.4vw;
  }

  .three-key-content-item {
    width: 90vw;
  }

  .three-key-content-item-desc {
    height: auto;
    flex-direction: column;
    padding: 4vw;
    margin-top: 4vw;
  }

  .three-key-one-left,
  .three-key-one-right {
    position: relative;
    right: auto;
    top: auto;
    margin: 2vw 0;
    text-align: center;
  }

  .three-key-one-left-tip {
    font-size: 3.7333vw;
    width: 21.3333vw;
    height: auto;
    left: 2.6667vw;
    padding: 1.6vw 2.133vw;
  }
  .three-key-one-right .tab-one-right-tip {
    bottom: 13.3333vw;
    right: -5.333vw;
  }
  .three-key-one-right-desc {
    width: fit-content;
    height: 6.4vw;
    font-size: 3.2vw;
    left: 9.333vw;
  }

  .enhanced-cameras-title {
    font-size: 8.533vw;
    width: 90%;
    margin: 6vw auto;
  }

  .enhanced-cameras-subtitle,
  .enhanced-cameras-subtitle-two {
    font-size: 6.4vw;
    margin-bottom: 3vw;
  }

  .enhanced-cameras-content {
    width: 90vw;
  }

  .enhanced-cameras-tab {
    height: auto;
    padding: 0.5vw;
  }

  .enhanced-cameras-tab-item {
    font-size: 3.2vw;
    padding: 2vw 3vw;
  }

  .enhanced-cameras-content-info {
    flex-direction: column;
    gap: 3vw;
  }

  .enhanced-cameras-content-info-item {
    width: 100%;
    height: auto;
    padding: 4vw;
  }
  .enhanced-cameras-content-item {
    width: auto;
  }
  .enhanced-cameras-content-info-item img {
    width: 100%;
    height: auto;
  }

  .enhanced-cameras-content-item-title {
    font-size: 4vw;
    margin-top: 3vw;
  }

  .enhanced-cameras-product-list,
  .enhanced-cameras-product-list-two {
    flex-wrap: wrap;
    gap: 3vw;
  }

  .enhanced-cameras-product-item {
    width: calc(50% - 3vw);
    height: auto;
    padding: 4vw;
  }

  .enhanced-cameras-product-item-title {
    font-size: 3.2vw;
  }

  .enhanced-cameras-product-item-img {
    width: 20vw;
    height: 20vw;
    margin: 3vw auto;
  }

  .enhanced-cameras-product-btn {
    font-size: 2.9333vw;
  }

  .enhanced-custom-iconfont {
    font-size: 4vw !important;
  }

  .enhanced-cameras-product-list-two {
    margin-bottom: 10vw;
  }
  .tab-circle-red,
  .tab-circle-green {
    width: 5.333vw;
    height: 5.333vw;
    font-size: 3.2vw;
    top: -1.8667vw;
    left: -1.8667vw;
  }
  .tab-one-left-tip-icon {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
    margin-bottom: 0.5333vw;
  }
  .tab-one-right-tip-icon {
    width: 1.6vw;
    height: 1.6vw;
    margin-right: 1.6vw;
    margin-bottom: 0.5333vw;
  }
  .steel-cameras-three-key-item-li::marker {
    font-size: 2.1333vw;
  }
  .aczoiling-container .steel-cameras-three-key ul {
    list-style-type: none !important;
  }
  .aczoiling-container .steel-cameras-three-key ul {
    padding-left: 0 !important;
  }
  .steel-cameras-three-key-item-li:before {
    position: absolute;
    content: "";
    display: block;
    width: 1.0667vw;
    height: 1.0667vw;
    border-radius: 50%;
    background: #9fa0a0;
    top: 2.1333vw;
    left: -2.6667vw;
  }
  .steel-cameras-tips-title .title-color {
    margin-right: 0.5333vw;
  }
}
