.hdcvi {
  background-color: #ffffff;
}

.hdcvi .banner-box {
  text-align: center;
  width: 100%;
  height: 33.8542vw;
  margin-top: 4.375vw;
}

.hdcvi .banner-box img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.hdcvi .hdcvi-content {
  padding-bottom: 4.1667vw;
}

.hdcvi .hdcvi-content .linear-text-color {
  width: fit-content;
  margin: 0 auto;
  background: linear-gradient(90deg, #1925E4 0%, #CC48B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  text-transform: none;
}

.hdcvi .hdcvi-content .linear-border-color {
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #1925E4 0%, #CC48B0 100%) border-box;
  border: 0.0521vw solid transparent;
}

.hdcvi .hdcvi-content .model-title {
  width: 100%;
  font-size: 3.125vw;
  line-height: 150%;
  font-family: "Montserrat-SemiBold";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: unset;
}

.hdcvi .hdcvi-content .model-desc {
  color: #231815;
  text-align: center;
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  /* 150% */
}

/* fusion */
.hdcvi .hdcvi-content .fusion {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hdcvi .hdcvi-content .fusion .model-title {
  margin-top: 4.1667vw;
  margin-bottom: 1.25vw;
}

.hdcvi .hdcvi-content .fusion .model-desc {
  margin-bottom: 4.1667vw;
}

.hdcvi .hdcvi-content .fusion .fusion-img {
  width: 64.5833vw;
  height: 18.125vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box {
  position: relative;
  width: 100%;
  height: 30.3646vw;
  object-fit: cover;
  margin-bottom: 2.0833vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .line-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc {
  position: absolute;
  margin-bottom: 0;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-1 {
  top: 5.9375vw;
  left: 5.4688vw;
  max-width: 9.0625vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-2 {
  top: 5.9375vw;
  left: 23.2292vw;
  max-width: 10.6771vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-3 {
  top: 5.9375vw;
  left: 42.9167vw;
  max-width: 8.2813vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-4 {
  top: 5.9375vw;
  right: 7.2396vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-5 {
  bottom: 10.2604vw;
  left: 2.0833vw;
  max-width: 15.9896vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-6 {
  bottom: 10.2604vw;
  left: 21.8229vw;
  max-width: 13.4896vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-7 {
  bottom: 10.2604vw;
  right: 22.0313vw;
  max-width: 11.7708vw;
}

.hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-8 {
  bottom: 10.2604vw;
  right: 2.3958vw;
  max-width: 13.9063vw;
}

/* tab切换 */
.hdcvi .hdcvi-content .tab-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.00) -1.28%, #FAFAFA 3.96%, #FAFAFA 105.27%);
}

.hdcvi .hdcvi-content .tab-box .tab-list {
  width: 62.5vw;
  height: 14.8958vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 2.6042vw;
  margin: 0 auto;
  margin-top: 2.0833vw;
  position: relative;
  margin-bottom: 6.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-list .tabs-li {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}

.hdcvi .hdcvi-content .tab-box .tab-list .tabs-li .tab-img {
  width: 14.3229vw;
  height: 14.3229vw;
  object-fit: cover;
  position: relative;
  top: -1.25vw;
  z-index: 2;
}

.hdcvi .hdcvi-content .tab-box .tab-list .tab-bg {
  position: absolute;
  left: 1.25vw;
  top: 0;
  width: 100%;
  height: 11.5625vw;
  object-fit: cover;
  z-index: 1;
}

.hdcvi .hdcvi-content .tab-box .tab-list .tabs-li .tab-tit {
  color: var(--BrandColor_black, #231815);
  font-family: Montserrat;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%;
  width: 14.3229vw;
  text-align: center;
  white-space: normal;
  word-break: break-word;
}

.hdcvi .hdcvi-content .tab-box .tab-list .tabs-li.active .tab-tit {
  font-size: 1.6667vw;
  font-family: "Montserrat-SemiBold";
  background: linear-gradient(90deg, #1925E4 0%, #CC48B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  text-transform: none;
  z-index: 99;
}

.hdcvi .hdcvi-content .tab-box .tab-content {
  display: none;
}

.hdcvi .hdcvi-content .tab-box .tab-content.active {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content.active .content {
  width: 100%;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0.00) -2.6%, #FAFAFA 22.99%, #FAFAFA 103.58%);
}

.hdcvi .hdcvi-content .tab-box .tab-content .model-title {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.hdcvi .hdcvi-content .tab-box .tab-content .tab-content-tit {
  position: relative;
}

.hdcvi .hdcvi-content .tab-box .tab-content .tab-content-tit .model-title-bg {
  position: absolute;
  left: 50%;
  top: 1.4583vw;
  transform: translate(-50%);
  width: 20.8333vw;
  height: 3.9063vw;
  object-fit: cover;
  z-index: 1;
}

.hdcvi .hdcvi-content .tab-box .tab-content .video-box {
  width: 66.6667vw;
  height: 37.3958vw;
  position: relative;
  margin-bottom: 4.1667vw;
  margin-top: 4.8958vw;
  cursor: pointer;
}

.hdcvi .hdcvi-content .tab-box .tab-content .video-box .tab-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .video-box .iconfont {
  width: 4.1667vw;
  height: 4.1667vw;
  text-align: center;
  cursor: pointer;
  background: #3a66fb;
  color: #fff;
  border-radius: 50%;
  line-height: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}

.hdcvi .hdcvi-content .tab-box .tab-content .video-box .iconfont::before {
  font-size: 1.3542vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: 2px;
}

.hdcvi .hdcvi-content .tab-box .tab-content .tab-col {
  width: 100%;
  height: auto;
  background: rgba(217, 217, 217, 0.18);
  border-radius: 0.8333vw 0.8333vw 0.625vw 0.625vw;
  overflow: hidden;
  margin-bottom: 2.0833vw;
  display: flex;
  flex-direction: column;
}

.hdcvi .hdcvi-content .tab-box .tab-content .tab-col .col-header {
  padding: 1.1979vw 2.0833vw;
  background: rgba(35, 24, 21, 0.08);
  border-radius: 0.8333vw;
  position: relative;
}

.hdcvi .hdcvi-content .tab-box .tab-content .tab-col .col-header .title {
  font-size: 1.6667vw;
  line-height: 125%;
  /* 125% */
  margin: 0;
}

/* col- title */
.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col .title {
  color: #231815;
  text-overflow: ellipsis;
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
  font-style: normal;
  line-height: 150%;
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col .desc {
  color: #231815;
  font-family: "Montserrat";
  font-size: 0.8333vw;
  font-style: normal;
  line-height: 150%;
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col .col-one-tit {
  margin-left: 2.0833vw;
  margin-top: 1.0417vw;
  margin-bottom: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: end;
  grid-gap: 0.2083vw;
  margin: 0 0.5208vw;
  margin-bottom: 2.2396vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item {
  display: flex;
  flex-direction: column;
  background: url('https://materialfile.dahuasecurity.com/new_uploads_formal/image/20260602/Vector.png') no-repeat center / 100% 100%;
  height: 14.5833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item:nth-child(2) {
  background: url('https://materialfile.dahuasecurity.com/new_uploads_formal/image/20260602/Vector-big.png') no-repeat center / 100% 100%;
  height: 16.7708vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item:nth-child(3) .tit {
  margin-top: 1.71875vw;
  padding-bottom: 0.1vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .tit {
  font-size: 0.8333vw;
  text-align: center;
  margin-top: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .dsc-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .dsc-box .dsc {
  color: #747474;
  font-size: 0.7292vw;
  position: relative;
  padding-left: 1.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .dsc-box .dsc::before {
  content: '';
  display: block;
  width: 0.1042vw;
  height: 0.1042vw;
  border-radius: 50%;
  background: #747474;
  position: absolute;
  top: 50%;
  left: 0.625vw;
  transform: translate(-50%, -50%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-img {
  width: 22.9167vw;
  height: 7.1875vw;
  object-fit: cover;
  margin: 0.5208vw auto 0.3125vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-tits {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-tits .tit {
  font-size: 0.8333vw;
  margin: 0 auto;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-tits .dsc {
  font-size: 0.8333vw;
  margin: 0 auto;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two {
  padding-bottom: 4.1667vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top {
  width: 100%;
  position: relative;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .tit {
  margin-left: 2.0833vw;
  margin-top: 1.4583vw;
  margin-bottom: 0.8333vw;
  max-width: 33.3333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .dsc {
  margin-left: 2.0833vw;
  max-width: 33.3333vw;
  margin-bottom: 12.8125vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .txt-box-top-img {
  width: 49.4271vw;
  height: 13.8542vw;
  position: absolute;
  top: 5.4688vw;
  right: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc.top {
  position: absolute;
  top: 5vw;
  right: 10.5208vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc.left {
  position: absolute;
  top: 17.8125vw;
  left: 27.3438vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc.right {
  position: absolute;
  top: 18.5417vw;
  right: 8.0208vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc .title {
  font-size: 0.8333vw;
  margin: 0;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 1.0417vw;
  background: rgba(255, 255, 255, 0.80);
  border-radius: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left {
  width: 38.125vw;
  height: 10.2604vw;
  position: relative;
  padding-top: 2.2917vw;
  padding-left: 1.9792vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .chat {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .txt {
  position: absolute;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-1 {
  font-size: 0.9375vw;
  left: 2.5vw;
  bottom: -1.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-2 {
  left: 9.6875vw;
  bottom: -0.3125vw;
  font-size: 0.9375vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-2 .blue {
  font-family: "Montserrat-SemiBold";
  font-size: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-3 {
  font-size: 0.7292vw;
  color: #747474;
  bottom: -3.3333vw;
  left: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.right {
  flex: 1;
  max-width: 30.2083vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.right .tit {
  margin-top: 4.6875vw;
  margin-bottom: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.right .dsc {
  margin-bottom: 2.8125vw;
}

/* product */
.hdcvi .hdcvi-content .tab-box .tab-content .product {
  width: 100%;
  margin-top: 4.1667vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .model-title {
  margin-bottom: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list {
  width: 100%;
  height: auto;
  max-height: 22.1875vw;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 一行三列 */
  grid-gap: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list-more {
  margin-top: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item {
  width: auto;
  height: 22.1875vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.0833vw 1.25vw;
  border-right: 0;
  cursor: pointer;
  background-color: #fff;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-info {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-title {
  max-width: 15.625vw;
  color: #231815;
  /* Heading7-S-24 */
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 150%;
  margin-bottom: 0.4167vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-dsc {
  font-size: 0.7292vw;
  text-align: left;
  color: rgba(35, 24, 21, 0.5);
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-img {
  width: 11.4583vw;
  height: 11.4583vw;
  margin: 0.625vw auto 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item:hover {
  /* background: rgba(0, 0, 0, 0.1) */
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item:hover .product-item-img img {
  transform: scale(1.2);
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-view {
  display: block;
  text-align: center;
  text-decoration: none;
  color: inherit;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item:hover .product-item-view span {
  background-color: #3A66FB;
  color: #fff;
  border-color: #3A66FB;
}

.hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-view span {
  display: inline-block;
  border-radius: 1.25vw;
  border: 0.0521vw solid #231815;
  padding: 0.4167vw 2.0833vw;
  color: #231815;
  /* Large2-S-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%;
  /* 150% */
  backdrop-filter: blur(0.7813vw);
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest {
  padding-top: 6.25vw;
  background: #fff;
  width: 100%;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .model-title {
  margin-bottom: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list {
  width: 100%;
  height: auto;
  max-height: 20.8333vw;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 一行三列 */
  grid-gap: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list-more {
  margin-top: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item {
  width: auto;
  height: 20.8333vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.0833vw 1.25vw 1.25vw;
  border-right: 0;
  cursor: pointer;
  border-radius: 0.8333vw;
  background: #FAFAFA;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-info {
  width: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-title {
  max-width: 15.625vw;
  color: #231815;
  /* Heading7-S-24 */
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 150%;
  margin-bottom: 2.0833vw;
  text-align: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-dsc {
  font-size: 0.8333vw;
  text-align: left;
  -webkit-line-clamp: 4;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-img {
  width: 8.4375vw;
  height: 8.4375vw;
  margin: 0 auto 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item:hover {
  /* background: rgba(0, 0, 0, 0.1) */
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item:hover .interest-item-img img {
  transform: scale(1.2);
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-view {
  display: flex;
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item:hover .interest-item-view span {
  color: #3A66FB;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-view span {
  display: inline-block;
  color: #231815;
  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold";
  line-height: 150%;
}

.hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-view .iconfont {
  font-size: 1.25vw;
  line-height: normal;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card {
  display: flex;
  flex-direction: column;
  padding: 1.25vw;
  background: rgba(217, 217, 217, 0.18);
  border-radius: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top {
  display: flex;
  align-items: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .eyes-card-top-img {
  width: 9.8958vw;
  height: 9.8958vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list {
  display: flex;
  flex-direction: column;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .btn {
  margin-bottom: 0.5208vw;
  width: fit-content;
  height: 2.0833vw;
  padding: 0.3646vw 1.6667vw;
  border: none;
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #1925E4 0%, #CC48B0 100%) border-box;
  border: 0.0521vw solid transparent;
  border-radius: 1.6667vw;
  font-size: 1.0417vw;
  line-height: 1.3542vw;
  font-family: "Montserrat-SemiBold";
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .list-item {
  display: flex;
  align-items: center;
  gap: 0.4167vw;
  margin-bottom: 0.2083vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .list-item .dui-icon {
  width: 0.8333vw;
  height: 0.8333vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .list-item .list-item-desc {
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-bottom img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card2.eyes-card .eyes-card-bottom img {
  width: 100%;
  height: 8.125vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-bottom .bottom-img-dsc {
  display: grid;
  justify-items: center;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 0.5208vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom {
  flex-direction: row;
  justify-content: space-between;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom .card-bottom-tit {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 12.8125vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom .card-bottom-tit .model-title {
  font-size: 0.9375vw;
  text-align: left;
  margin: 0;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom .card-bottom-tit .model-title:nth-child(1) {
  margin-top: -1.39vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom img {
  width: 19.7396vw;
  height: 11.6667vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col {
  width: 100%;
  height: auto;
  background: rgba(251, 251, 251, 1)
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-img {
  width: 62.5vw;
  height: 16.875vw;
  object-fit: cover;
  margin: 2.0833vw auto 3.3333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);

}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item {
  width: 100%;
  height: 18.125vw;
  border-radius: 1.25vw;
  padding: 2.0833vw 1.4583vw;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.00) 12.82%, #FFF 48.14%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item.bg-flip {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 12.82%, #FFF 48.14%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item .talk-item-icon {
  width: 2.0833vw;
  height: auto;
  margin-bottom: 1.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item .model-title {
  font-size: 1.0417vw;
  margin: 0;
  margin-bottom: 0.4167vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item .desc {
  font-size: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.is-new {
  margin-top: -0.6771vw;
  display: flex;
  align-items: center;
  background: rgba(250, 250, 250, 1);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.is-new .tab-col-box {
  background: rgba(244, 244, 244, 1);
  margin-top: 0.6771vw;
  border-radius: 0.8333vw 0.8333vw 0.625vw 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.is-new .col-header {
  width: 75vw;
  margin: 0 auto;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .col-header .new-tag {
  position: absolute;
  top: -0.6771vw;
  left: -1.1979vw;
  width: 4.4792vw;
  height: 2.3958vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box {
  padding: 0.625vw 0.8333vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left {
  border-radius: 0.625vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(359deg, #F4F4F4 -5.09%, #FFF 96.07%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .txt-box-top-img {
  width: 27.0833vw;
  height: 13.0208vw;
  object-fit: cover;
  margin-bottom: 1.5625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25vw;
  margin-bottom: 1.6667vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item .two-talk-img {
  width: 9.5313vw;
  height: 2.2396vw;
  object-fit: cover;
  margin-bottom: 1.0417vw;
  margin-top: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item .icon-img {
  width: 2.5521vw;
  height: 3.125vw;
  object-fit: cover;
  margin-bottom: 0.7813vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item .desc {
  max-width: 15.7813vw;
  font-size: 0.8333vw;
  text-align: center;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-dsc {
  max-width: 32.9167vw;
  margin: 0 auto;
  font-size: 0.7292vw;
  color: #747474;
  text-align: center;
  margin-bottom: 3.5417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4583vw;
  background: linear-gradient(359deg, #F4F4F4 -5.09%, #FFF 96.07%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right .right-img {
  width: 22.1354vw;
  height: 12.9688vw;
  object-fit: cover;
  margin-bottom: 2.3438vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right .model-title {
  font-size: 1.0417vw;
  margin: 0;
  margin-bottom: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right .right-dsc {
  font-size: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.working {
  background: none !important;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.working .tab-col-box {
  background: none !important;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working {
  display: flex;
  gap: 1.5625vw;
  padding-top: 2.0833vw;
  padding-bottom: 4.1667vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-left {
  flex: 1;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-left .model-desc {
  margin-top: 6.7708vw;
  font-size: 1.0417vw;
  margin-bottom: 8.5417vw;
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-left .desc {
  font-size: .7292vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-left .model-desc .bold {
  font-family: "Montserrat-SemiBold";
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-right {
  width: 40vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-right .right-img {
  width: 100%;
  height: 19.375vw;
  object-fit: cover;
}


.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 3.3333vw;
  padding-bottom: 4.4792vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content {
  position: relative;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-img {
  width: 54.5833vw;
  height: 14.3229vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box {
  position: absolute;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box .tit {
  font-size: 0.8333vw;
  margin: 0;
  margin-bottom: 0.2083vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box .dsc {
  font-size: 0.8333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc1 {
  left: 2.2396vw;
  bottom: -0.3125vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc2 {
  left: 10.4688vw;
  bottom: 2.9688vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc3 {
  left: 18.0208vw;
  bottom: 5.4167vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc4 {
  left: 24.7917vw;
  bottom: 4.4271vw;
  max-width: 13.3333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc5 {
  right: 0.3646vw;
  bottom: 4.1667vw;
  max-width: 13.3333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8333vw;
  background: rgba(217, 217, 217, 0.18);
  border-radius: 0.8333vw 0.8333vw 0.625vw 0.625vw;
  margin-bottom: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .tab-col {
  background: none;
  margin-bottom: 0;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box {
  padding: 1.3542vw 0.8333vw 2.0833vw;
  padding-right: 0;

}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .txt {
  padding: 0 1.25vw;
  margin-bottom: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .apr {
  font-size: 1.0417vw;
  display: inline;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .allocate {
  font-size: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .bit-rate {
  width: 100%;
  height: auto;
  padding: 1.4583vw 3.3333vw;
  background: linear-gradient(359deg, #F4F4F4 -5.09%, #FFF 96.07%);
  border-radius: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .bit-rate .bit-rate-img {
  width: 29.5833vw;
  height: 22.1354vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box {
  padding: 1.3542vw 0.8333vw 2.0833vw;
  padding-left: 0;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .txt {
  padding: 0 2.0833vw;
  margin-bottom: 1.0417vw;
  font-size: 1.0417vw;
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.4583vw 3.3333vw;
  padding-bottom: 0;
  background: linear-gradient(359deg, #F4F4F4 -5.09%, #FFF 96.07%);
  border-radius: 0.625vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .vs-img {
  width: 29.5833vw;
  height: 13.9583vw;
  object-fit: cover;
  margin-bottom: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .btns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .btns .btn {
  border-radius: 1.6667vw;
  padding: 0.4167vw 2.0833vw;
  font-size: 1.0417vw;
  width: fit-content;
  height: 2.0833vw;
  white-space: nowrap;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .down-img {
  width: 10.5208vw;
  height: 3.75vw;
  object-fit: cover;
  margin-top: 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr {
  display: flex;
  align-items: center;
  gap: 0.8333vw;
  padding: 1.25vw 1.25vw 2.0833vw 2.2917vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dsc-box {
  flex: 1;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dsc-box .tit {
  font-size: 1.0417vw;
  margin-bottom: 0.8333vw;
  text-align: left;
  justify-content: flex-start;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dsc-box .dsc {
  font-size: 1.0417vw;
  text-align: left;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dbr-img {
  width: 42.1354vw;
  height: auto;
  position: relative;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dbr-img .img {
  width: 100%;
  height: 18.3333vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dbr-img .model-title {
  max-width: 5.5208vw;
  font-size: 0.7292vw;
  position: absolute;
  top: 4.1667vw;
  left: 18.3333vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr.aof {
  padding: 1.25vw 2.0833vw 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr.aof .dbr-img .img {
  height: 20.9375vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode {
  padding: 2.0833vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item {
  width: 100%;
  height: 16.9792vw;
  border-radius: 1.25vw;
  padding: 2.3438vw 2.0833vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: linear-gradient(359deg, rgba(255, 255, 255, 0.00) -31.73%, rgba(255, 255, 255, 0.00) 8.33%, #FFF 45.47%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item.bg-flip {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) -31.73%, rgba(255, 255, 255, 0.00) 8.33%, #FFF 45.47%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item:nth-child(2) {
  background: linear-gradient(0deg, #FFF 58.15%, rgba(255, 255, 255, 0.00) 95.29%, rgba(255, 255, 255, 0.00) 135.35%);
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .mode-icon {
  width: 3.3333vw;
  height: 3.3333vw;
  margin-bottom: 1.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .tit {
  margin-bottom: 0.625vw;
  font-size: 1.0417vw;
  justify-content: flex-start;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .dsc-box {
  display: flex;
  flex-direction: column;
  gap: 0.625vw;

}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .label {
  font-size: 0.8333vw;
  display: inline;
  text-align: left;
  position: relative;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .label::before {
  content: '';
  display: block;
  width: 0.1563vw;
  height: 0.1563vw;
  background: #231815;
  border-radius: 50%;
  position: absolute;
  left: -0.5208vw;
  top: 0.5208vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs {
  display: flex;
  flex-direction: column;
  padding: 1.3542vw 2.0833vw 2.0833vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .model-title {
  font-size: 1.0417vw;
  justify-content: flex-start;
  margin-bottom: 1.6667vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .vs-dsc-bos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: flex-start;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .vs-dsc-bos .model-title {
  margin-bottom: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .vs-dsc-bos .before {
  font-family: "Montserrat";
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .vs-img {
  margin-bottom: 1.0417vw;
  width: 100%;
  height: 20.8333vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .dsc {
  font-size: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage {
  padding: 2.0833vw;
  display: flex;
  gap: 2.0833vw;
  padding-bottom: 1.25vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-img {
  width: 52.1354vw;
  height: 24.7917vw;
  object-fit: cover;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-up {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 11.4583vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-up .up-to {
  font-size: 1.0417vw;

}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-up .up-tit {
  font-size: 1.0417vw;
}

.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage-dsc {
  margin-bottom: 2.0833vw;
  margin-left: 2.0833vw;
  font-size: 0.7292vw;
  color: #747474;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .hdcvi .hdcvi-content {
    padding-bottom: 5.3333vw;
  }

  .hdcvi .banner-box {
    height: 133.3333vw;
    margin-top: 0;
  }

  /* 通用 */
  .hdcvi .hdcvi-content .model-title {
    font-size: 8.5333vw;
  }

  .hdcvi .hdcvi-content .model-desc {
    font-size: 3.7333vw;
  }

  .hdcvi .hdcvi-content .linear-border-color {
    border-width: 0.2667vw;
  }

  /* fusion */
  .hdcvi .hdcvi-content .fusion .model-title {
    margin-top: 10.6667vw;
    margin-bottom: 4.2667vw;
  }

  .hdcvi .hdcvi-content .fusion .model-desc {
    margin-bottom: 6.4vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-img {
    width: 92vw;
    height: auto;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box {
    height: 50vw;
    margin-bottom: 4.2667vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc {
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-1 {
    top: 10.9333vw;
    left: 1.3333vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-2 {
    top: 10.9333vw;
    left: 23vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-3 {
    top: 10.9333vw;
    left: 45vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-4 {
    top: 10.9333vw;
    right: 5.3333vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-5 {
    bottom: 14.3333vw;
    left: 1.6667vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-6 {
    bottom: 14.3333vw;
    left: 23vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-7 {
    bottom: 14.3333vw;
    right: 23vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .fusion .fusion-line-box .model-desc.line-dsc-8 {
    bottom: 14.3333vw;
    right: 1.6667vw;
    max-width: 20vw;
  }

  /* tab-list */
  .hdcvi .hdcvi-content .tab-box .tab-list {
    width: 90vw;
    height: auto;
    grid-gap: 2.6667vw;
    margin-top: 4.2667vw;
    margin-bottom: 10.4667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-list .tabs-li {
    position: relative;
  }

  .hdcvi .hdcvi-content .tab-box .tab-list .tabs-li .tab-img {
    width: 20vw;
    height: 20vw;
    top: -1.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-list .tab-bg {
    width: 85.0667vw;
    height: 16vw;
    left: 50%;
    transform: translateX(-50%) !important;
  }

  .hdcvi .hdcvi-content .tab-box .tab-list .tabs-li .tab-tit {
    font-size: 2.9333vw;
    position: relative;
    bottom: auto;
    width: 20vw;
    text-align: center;
    white-space: normal;
    word-break: break-word;
    margin-top: 0.5333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-list .tabs-li.active .tab-tit {
    font-size: 3.7333vw;
  }

  /* tab-content */
  .hdcvi .hdcvi-content .tab-box .tab-content .tab-content-tit .model-title-bg {
    width: 53.3333vw;
    height: 10.1333vw;
    top: 5.3333vw;
  }

  /* video-box */
  .hdcvi .hdcvi-content .tab-box .tab-content .video-box {
    width: 92vw;
    height: 49.0667vw;
    margin-top: 8vw;
    margin-bottom: 4.2667vw;
    cursor: pointer;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .video-box .iconfont {
    width: 8.5333vw;
    height: 8.5333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .video-box .iconfont::before {
    font-size: 2.6667vw;
    margin-left: 0.2667vw;
  }

  /* tab-col */
  .hdcvi .hdcvi-content .tab-box .tab-content .tab-col {
    border-radius: 1.0667vw;
    margin-bottom: 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .tab-col .col-header {
    padding: 2.1333vw;
    border-radius: 1.0667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .tab-col .col-header .title {
    font-size: 3.2vw;
  }

  /* tab-1 specific */
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col .title {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col .desc {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col .col-one-tit {
    margin: 2.1333vw 3.2vw 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box {
    grid-template-columns: 1fr;
    grid-gap: 1.0667vw;
    margin: 0 2.6667vw;
    margin-bottom: 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item {
    height: auto;
    padding-bottom: 6.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item:nth-child(2) {
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item:nth-child(3) .tit {
    margin-top: 4.4vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .tit {
    font-size: 2.9333vw;
    margin-top: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .dsc-box .dsc {
    font-size: 2.4vw;
    padding-left: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .dsc-box .dsc::before {
    width: 0.5333vw;
    height: 0.5333vw;
    left: 1.6vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-img {
    width: 74vw;
    height: auto;
    margin: 1.0667vw auto 1.0667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-tits .tit,
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-one .img-box .box-item .box-item-tits .dsc {
    font-size: 2.6667vw;
  }

  /* col-two */
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two {
    padding-bottom: 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .tit {
    margin: 2.1333vw 3.2vw;
    max-width: 80vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .dsc {
    margin: 0 3.2vw 7.7333vw;
    max-width: 100%;
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .txt-box-top-img {
    width: 80vw;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc.top {
    position: absolute;
    top: 24vw;
    right: 18.6667vw;
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc .title {
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc.left {
    position: absolute;
    top: unset;
    bottom: -10px;
    right: unset;
    left: 10px;
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-top .desc.right {
    position: absolute;
    top: unset;
    bottom: -15px;
    right: 52px;
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom {
    flex-direction: column;
    margin: 0 3.2vw;
    margin-top: 8.5333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left {
    width: 100%;
    height: 25.6vw;
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .chat {
    position: unset;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-1 {
    font-size: 2.1333vw;
    left: 3.7333vw;
    bottom: 3.7333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-2 {
    left: 18.1333vw;
    bottom: 5.8667vw;
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-2 .blue {
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.left .text-3 {
    font-size: 2.1333vw;
    bottom: -104px;
    left: 12px;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.right {
    max-width: 100%;
    padding: 0 3.2vw 6.9333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.right .tit {
    margin-top: 0;
    margin-bottom: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-1 .tab-col.col-two .txt-box-bottom .txt-box-bottom-item.right .dsc {
    font-size: 2.1333vw;
    margin-bottom: 2.1333vw;
  }

  /* product */
  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list {
    grid-template-columns: repeat(2, 1fr);
    max-height: 108.2667vw;
    grid-gap: 1.6vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item {
    height: auto;
    padding: 4.8vw 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-title {
    font-size: 2.6667vw;
    margin-bottom: 1.0667vw;
    max-width: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-dsc {
    font-size: 2.1333vw;
    color: rgba(35, 24, 21, 0.5);
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-img {
    width: 27.2vw;
    height: 27.2vw;
    margin: 1.0667vw auto 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list .product-item .product-item-view span {
    font-size: 2.133vw;
    border-radius: 3.2vw;
    border-width: 0.2667vw;
    padding: 1.0667vw 4.8vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .product .model-title {
    margin-bottom: 4.2667vw;
  }

  /* interest */
  .hdcvi .hdcvi-content .tab-box .tab-content .interest {
    padding-top: 10.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .model-title {
    margin-bottom: 4.2667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list {
    grid-template-columns: repeat(2, 1fr);
    max-height: 88vw;
    grid-gap: 1.6vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item {
    height: 43.2vw;
    padding: 4.2667vw 3.2vw 4.2667vw;
    border-radius: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-title {
    font-size: 2.6667vw;
    max-width: none;
    margin-bottom: 4.8vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-dsc {
    font-size: 2.1333vw;
    -webkit-line-clamp: 3;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-img {
    width: 20vw;
    height: 20vw;
    margin-bottom: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-view span {
    font-size: 2.133vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list .interest-item .interest-item-view .iconfont {
    font-size: 2.6667vw;
  }

  /* eyes-box */
  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box {
    grid-template-columns: 1fr;
    grid-gap: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card {
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top {}

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .eyes-card-top-img {
    width: 40vw;
    height: 40vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .btn {
    height: 8vw;
    padding: 1.0667vw 4.2667vw;
    border-width: 0.2667vw;
    border-radius: 4.2667vw;
    font-size: 3.2vw;
    line-height: 6vw;
    margin-bottom: 2.1333vw;
    font-family: "Montserrat-SemiBold";
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .list-item .dui-icon {
    width: 2.6667vw;
    height: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card .eyes-card-top .btns-list .list-item .list-item-desc {
    font-size: 2.6667vw;
    margin-left: 1.0667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card2.eyes-card .eyes-card-bottom img {
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom .card-bottom-tit .model-title {
    font-size: 2.6667vw;
    justify-content: flex-start;
    margin-bottom: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom .card-bottom-tit .model-title:nth-child(1) {
    margin-top: -1.39vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom {
    flex-direction: column;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom .card-bottom-tit {
    width: 100%;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content .eyes-box .eyes-card3.eyes-card .eyes-card-bottom img {
    width: 100%;
    height: auto;
  }

  /* tab-3 */
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-img {
    width: 87.2vw;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item {
    height: auto;
    padding: 5.3333vw 3.7333vw;
    border-radius: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item .talk-item-icon {
    width: 5.3333vw;
    height: auto;
    margin-bottom: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item .model-title {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .talk-list .talk-list-item .desc {
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.is-new .tab-col-box {
    background: none;
    margin-top: 10px;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col.is-new .col-header {
    width: 87.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .col-header .new-tag {
    width: 8.5333vw;
    height: auto;
    top: -5px;
    left: -8px;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box {
    grid-template-columns: 1fr;
    gap: 2.1333vw;
    padding: 1.6vw 2.1333vw;
  }



  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .txt-box-top-img {
    width: 80vw;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item .two-talk-img {
    width: 32vw;
    height: auto;
    margin-bottom: 4.2667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item .icon-img {
    width: 6.4vw;
    height: 8vw;
    margin-bottom: 4.2667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-box .text-box-item .desc {
    font-size: 2.133vw;
    max-width: 100%;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .left .left-text-dsc {
    font-size: 2.4vw;
    max-width: 80vw;
    margin-bottom: 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right {
    padding: 3.7333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right .right-img {
    width: 80vw;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right .model-title {
    font-size: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .img-text-box .right .right-dsc {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working {
    flex-direction: column;
    gap: 4vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-left .model-desc {
    margin-top: 0;
    font-size: 3.2vw;
    margin-bottom: 5.3333vw;
    text-align: left;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-left .desc {
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-right {
    width: 100%;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-3 .tab-col .working .working-right .right-img {
    height: 50vw;
  }

  /* tab-4 */
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression {
    padding-top: 5.3333vw;
    padding-bottom: 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-img {
    width: 100%;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc1 {
    left: 0.8vw;
    bottom: -2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc2 {
    left: 14.8vw;
    bottom: 3.8667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc3 {
    left: 28vw;
    bottom: 7.8667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc4 {
    left: 39.8vw;
    bottom: -1.4vw;
    max-width: 23vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box.dsc5 {
    right: 0.8vw;
    bottom: -2.1333vw;
    max-width: 23vw;
  }


  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box .tit {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .compression .compression-content .dsc-box .dsc {
    font-size: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col {
    grid-template-columns: 1fr;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box,
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box {
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .bit-rate {
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .bit-rate .bit-rate-img {
    width: 100%;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box {
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .vs-img {
    width: 100%;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .btns {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .btns .btn {
    font-size: 2.6667vw;
    height: 8vw;
    padding: 1.0667vw 4vw;
    border-radius: 4.2667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .vs-box .down-img {
    width: 28vw;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr.aof {
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .apr {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-left-box .allocate {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .two-col .two-rigth-box .txt {
    font-size: 2.6667vw;
    margin-bottom: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr {
    flex-direction: column;
    gap: 2.1333vw;
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dsc-box .tit {
    font-size: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dsc-box .dsc {
    font-size: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dbr-img {
    width: 100%;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dbr-img .img {
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .dbr .dbr-img .model-title {
    font-size: 2.4vw;
    top: 10.6667vw;
    left: 40vw;
    max-width: 20vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item.bg-flip {
    background: linear-gradient(359deg, rgba(255, 255, 255, 0.00) -31.73%, rgba(255, 255, 255, 0.00) 8.33%, #FFF 45.47%);
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    padding: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item {
    height: auto;
    padding: 5.3333vw 5.3333vw 4vw;
    border-radius: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .mode-icon {
    width: 8.5333vw;
    height: 8.5333vw;
    margin-bottom: 3.2vw;
  }


  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .tit {
    font-size: 3.2vw;
    margin-bottom: 2.1333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .label {
    font-size: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .label .dsc {
    font-size: 2.6667vw;
  }
.hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .dsc-box {
  gap: 2.1333vw;
}
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .mode .mode-item .label::before {
    width: 1.0667vw;
    height: 1.0667vw;
    left: -2.6667vw;
    top: 2.6667vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .model-title {
    font-size: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .vs-dsc-bos {
    grid-template-columns: 1fr 1fr;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .vs-img {
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .vs .dsc {
    font-size: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage {
    flex-direction: column;
    gap: 5.3333vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-img {
    width: 100%;
    height: auto;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-up {
    max-width: 100%;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-up .up-to,
  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage .storage-up .up-tit {
    font-size: 3.2vw;
  }

  .hdcvi .hdcvi-content .tab-box .tab-content.tab-4 .tab-col .storage-dsc {
    margin-left: 0;
    font-size: 2.4vw;
    text-align: center;
    margin-bottom: 3.2vw;
  }

  /* view-more */
  .hdcvi .hdcvi-content .tab-box .tab-content .product .product-list-more,
  .hdcvi .hdcvi-content .tab-box .tab-content .interest .interest-list-more {
    margin-top: 5.3333vw;
    margin-bottom: 10.6667vw;
  }
}