.product-detail .productsTop {
  /* height: 720px; */
}
.product-detail .publicMenu-sticky {
  top: 4.3229vw;
  padding-top: 0;
}
.product-detail .publicMenu-sticky .publicMenu {
  padding-top: 0;
}
.product-detail .products-details-tabs {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #231815;
  font-family: Montserrat;
  font-style: normal;
  

}
.product-detail .publicMenu-sticky .publicMenu .products-details-tabs h2 {
  font-size: 1.25vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  padding: 0.9375vw 0;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab {
  position: relative;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab a {
  /* Large3-S-14-22 */
  font-size: 0.7292vw;
  font-family: "Montserrat";
  line-height: 150%; /* 157.143% */
  padding-top: 1.3021vw;
  padding-bottom: 1.3021vw;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .sales {
  width: auto;
  height: 2.083vw;
  line-height: 150%;
  padding: 0.4166vw 2.0833vw;
  border-radius: 2.6042vw;
  background: #3A66FB;
  font-family: "Montserrat-SemiBold" !important;
  color: #fff;
  margin: 0;
  text-align: center;
  cursor: pointer;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .sales span {
  min-width: 5.5208vw;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .sales:hover {
  background: #3556CD;
  color: #FFF;
  font-weight: normal;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .publicactive-tab-hover.active {
  color: #3A66FB;
  border-bottom: 0.0521vw solid #3A66FB;
  font-weight: 600;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .publicactive-tab-hover::after {
  background: #3A66FB;
}
.product-detail .publicMenu-sticky .publicMenu .publicMenu-tab a:hover {
  color: #3A66FB;
}
.product-detail .productsTop .overview {
  padding: 0;
  padding-top: 4.1667vw;
  display: flex;
  justify-content: space-between;
  height: 100%;
  margin-top: 4.375vw;
}

.product-detail .productsTop .overview .productsTopLeft {
  width: 48.3%;
  position: relative;
}
.product-detail .productsTop .overview .productsTopLeft .new-tag {
  width: 3.9063vw;
  height: 1.6667vw;
}
.product-detail .productsTop .overview .productsTopLeft .fyears {
  width: 3.2291vw;
  height: 4.16667vw;
  position: absolute;
  right: 6.4583vw;
}
.product-detail .productsTop .overview .productsTopLeft .epoe {
  width: 11.979vw;
  height: 1.4583vw;
  position: absolute;
  right: 6.4583vw;
  top: 21.5625vw;
  text-align: right;
}
.product-detail .productsTop .overview .productsTopLeft .fyears img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .productsTop .overview .productsTopLeft .epoe img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .productsTop .overview .productsTopLeft .new-tag img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .productsTop .overview .productsTopLeft #gallery {
  width: 100%;
  height: 15.625vw;
  margin-bottom: 5.4167vw;
  margin-top: 4.5833vw;
  display: flex;
  justify-content: center;
}

#gallery .swiper-slide {
  width: 100%;
  height: 15.625vw;
  padding: 0 9.8958vw;
}
#gallery .swiper-button-next:after,#gallery .swiper-button-prev:after {
  display: none;
}
#gallery .swiper-button-next {
  right: 1.0417vw!important;
}
#gallery .swiper-button-prev {
  left: 1.0417vw!important;
}
#gallery .swiper-button-next .iconfont ,#gallery .swiper-button-prev .iconfont {
  border-radius: 50%;
  width: 2.6042vw;
  height: 2.6042vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3.3333vw;
  color: #FAFAFA;
  background: #231815;
  line-height: normal;
}
#gallery .swiper-button-next .iconfont {
  transform: rotate(180deg);
}
#gallery .swiper-slide img,.iframe-3d {
  width: 15.625vw;
  height: 100%;
  object-fit: cover;
}
#thumbs {
  max-width: 24vw;
}

#thumbs .swiper-slide {
  width: 5.2083vw!important;
  height: 5.2083vw;
  border: 0.0521vw solid rgba(239, 239, 239, 1);
  padding: 0.5208vw;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-right: 0.8333vw;
  cursor: pointer;
}

#thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#thumbs .swiper-slide-thumb-active {
  border: 0.0521vw solid #3A66FB;
}
.product-detail .productsTop .toc-img {
  width: 100%;
  height: 100%;
  margin: 6.25vw 0;
}
.product-detail .productsTop .toc-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-detail .productsTop .describe {
  margin-left: 4.1667vw;
  flex: 1;
}
.product-detail .productsTop .describe .describe-btns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 2.0833vw;
}
.product-detail .productsTop .describe .describe-btns .mob-tag {
  display: none;
} 

.product-detail .productsTop .describe .describe-btns .btn-group {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.toast {
  right: 0!important;
  left: auto!important;
  height: auto;
}
.product-detail .productsTop .describe .describe-btns .btn-group .favorit-icon {
  font-size: 1.25vw;
  margin-right: 0.4167vw;
}
.product-detail .productsTop .describe .describe-btns .btn-comp {
  margin-right: 2.0833vw;
}
.product-detail .productsTop .describe .describe-btns .btn-comp:hover .favorit-icon {
  color: #3A66FB;
}
.product-detail .productsTop .describe .describe-btns .btn-favo:hover .favorit-icon {
  color: #3A66FB;
}
.checked-compare {
  color: #3A66FB!important;
}
.product-detail .productsTop .describe .describe-btns .btn-comp,.product-detail .productsTop .describe .describe-btns .btn-favo {
  display: flex;
  color: #231815;
  font-family: Montserrat;
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 155.556% */
  
}
.product-detail .productsTop .describe .describeText {
  color: #231815;
  font-family: Montserrat;
  font-style: normal;
  
}

.product-detail .productsTop .describe .describeText h1 {
  /* Heading4-48 */
  font-size: 1.6667vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */ 
  margin-bottom: 1.25vw;
}

.product-detail .productsTop .describe .describeText .product-model {
  /* Heading8-R-24 */
  font-size: 1.25vw;  
  font-weight: 400;
  line-height: 150%; /* 150% */
  margin-bottom: 0.8333vw;
  display: block;
}
.product-detail .productsTop .describe .replacement {
  margin-bottom: 2.083vw;
}
.product-detail .productsTop .describe .replacement .replacement-tit {
  color: #231815;
  font-size: 1.25vw;
  font-style: normal;
  line-height: 150%; /* 150% */
  margin-bottom: 0.833vw;
}
.product-detail .productsTop .describe .replacement .replacement-link {
  display: inline-block;
  max-width: 38.75vw;
  height: 2.031vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  position: relative;
  color: #3A66FB;
  font-family: Montserrat;
  font-size: 1.0416vw;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 30px */
}
.product-detail .productsTop .describe .points {
  margin-bottom: 2.0833vw;
}
.product-detail .productsTop .describe .points .points-tag {
  font-size: 1.25vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  display: flex;
  align-items: center;
  margin-bottom: 0.2083vw;
}
.product-detail .productsTop .describe .points .points-tag .icon {
  font-size: 1.25vw;
  color: #3A66FB;
  margin-right: 0.4167vw;
  line-height: normal;
}
.product-detail .productsTop .describe .points .points-list {
  width: 100%;
  height: 13.75vw;
  overflow-y: hidden;
  padding: 1.25vw;
  background: rgba(58, 102, 251, 0.06);
  color: #231815;
  font-family: Montserrat-SemiBold;
  line-height: 150%;
  font-size: 0.8333vw;
  font-style: normal;
  position: relative;
  padding-top: 0.8333vw;
  padding-bottom: 0.4167vw;
  box-sizing: border-box;
  margin-bottom: 0;
}
.product-detail .productsTop .describe .points .points-list:hover {
  cursor: pointer;
}
.product-detail .productsTop .describe .points .points-list .is-txt::before {
  width: 0.2083vw;
  height: 0.2083vw;
  background: #231815;
  border-radius: 50%;
  display: block;
  content: "";
  margin-right: 0.5208vw;
  margin-top: 0.5208vw;
  flex-shrink: 0; /* 防止压缩 */
}
.product-detail .productsTop .describe .points .points-list p img {
  width: 100%;
}
.product-detail .productsTop .describe .points .points-list .points-item {
  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  list-style: disc;
  margin-bottom: 0.625vw;
  display: flex;
  align-items: flex-start;
}
.product-detail .productsTop .describe .points .points-list p {
  margin-bottom: 0.625vw;
}
.product-detail .productsTop .describe .points .points-list .item-expand {
  width: 100%;
  background: #F3F6FF;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0vw;
  text-align: center; 
  font-size: 1.25vw;
  list-style: none;
  padding-bottom: 0.4167vw;
  display: none;
  /* border: 1px solid red; */
}
.product-detail .productsTop .describe .points .points-list .item-expand .iconfont {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  font-size: 1.25vw;
  line-height: normal;
}
.product-detail .productsTop .describe .points .points-list .loading-indicator {
  width: 100%;
  height: 100%;
  background: #F3F6FF;
}
.product-detail .productsTop .describe .model,.product-detail .productsTop .describe .color {
  /* Heading7-S-24 */
  font-size: 1.25vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 1.875vw; /* 150% */
  margin-top: 3.3333vw;
}

.product-detail .productsTop .describe .color .title .current-color {
  /* Heading8-R-24 */
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.875vw; /* 150% */
}
.product-detail .productsTop .describe .model .model-box {
  width: 100%;
  margin-bottom: 3.3333vw;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25vw;
  margin-top: 1.25vw;
}
.product-detail .productsTop .describe .model .model-box .model-item {
  width: auto;
  height: 2.0833vw;
  line-height: 2.0833vw;
  padding: 0.4167vw 1.25vw;
  border-radius: 1.0417vw;
  border: 0.0521vw solid #231815;
  color:#231815;
  text-align: center;

  /* Large1-R-16 */
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
.product-detail .productsTop .describe .model .model-box .model-item:hover {
  border-color: #3A66FB;
  color: #3A66FB;
}
.product-detail .productsTop .describe .model .model-box .model-item-active {
  border-color: #3A66FB;
}
.product-detail .productsTop .describe .model .model-box .model-item-active a {
  color: #3A66FB;
}
.product-detail .productsTop .describe .model .model-box .model-item a {
  width: 4.8958vw;
}


.product-detail .productsTop .describe .color .color-box {
  width: 100%;
  margin-top: 1.6667vw;
  display: flex;
  gap: 2.0833vw;
}
.product-detail .productsTop .describe .color .color-box .color-item a {
  display: block;
  width: 3.3333vw;
  height: 3.3333vw;
  border-radius: 50%;
}
.product-detail .productsTop .describe .color .color-box .color-item-active {
  border-radius: 50%;
  border: 0.4167vw solid rgba(58, 102, 251, .4);
}
.product-detail .productsTop .describe .btn-group {
  display: flex;
  gap: 2.0833vw;
}
.product-detail .productsTop .describe .btn-group .btn-group-item {
  width: auto;
  height: 2.0833vw;
  padding: 0.4167vw 2.0833vw;
  border-radius: 1.25vw;
  border: 0.0521vw solid #231815;
  color:#231815;

  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  position: relative;
  cursor: pointer;
}
.product-detail .productsTop .describe .btn-group .btn-group-item-active {
  background-color: #3A66FB;
  border-color: #3A66FB;
}
.product-detail .productsTop .describe .btn-group .btn-group-item:first-child:hover {
  background: #3556CD;
}
.product-detail .productsTop .describe .btn-group .btn-group-item .btn-sales-text {
  width: 5.8333vw;
  line-height: 150%; /* 150% */
  color: #FFF;
}
.product-detail .productsTop .describe .btn-group .btn-group-item .btn-down-text {
  width: 4.4792vw;
}
.product-detail .productsTop .describe .btn-group .btn-group-item:hover {
  background: #3A66FB;
  border-color: #3A66FB;
}
.product-detail .productsTop .describe .btn-group .btn-group-item:hover .btn-sales-text {
  color: #fff!important;
}
.product-detail .productsTop .describe .btn-group .btn-group-item:hover .btn-down-text {
  color: #fff!important;
}

/* Specifications */

.product-detail .container .specifi {
  margin-top: 4.1667vw;
  color:#231815;
  font-family: Montserrat;
  font-style: normal;
  margin-bottom: 4.1667vw;
  padding-top: 2.0833vw;
}

.product-detail .container .specifi .specifi-title {
  /* Heading3-60 */
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
}
.product-detail .container .specifi .specifi-box {
  width: 100%;
  max-height: 33.8542vw;
  margin-top: 2.0833vw;
  display: flex;
  position: relative;
}
.product-detail .container .specifi .specifi-box .list-group {
  max-width: 12.6042vw;
  margin-right: 1.25vw;
  padding: 0.8333vw 0.4167vw;
  background: #FAFAFA;
  flex-shrink: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
/* 自定义滚动条的宽度和颜色 */
.product-detail .container .specifi .specifi-box .list-group::-webkit-scrollbar {
  width: 0.1042vw; /* 滚动条的宽度 */
}

/* 自定义滚动条轨道的样式 */
.product-detail .container .specifi .specifi-box .list-group::-webkit-scrollbar-track {
  background-color: #eee; /* 轨道区域的背景颜色 */
  border-radius: 2.6042vw; /* 轨道区域的圆角 */
}

/* 自定义滚动条滑块的样式 */
.product-detail .container .specifi .specifi-box .list-group::-webkit-scrollbar-thumb {
  background-color: #3A66FB; /* 滚动区域的颜色 */
  border-radius: 2.6042vw; /* 滚动区域的圆角 */
  height: 8.3333vw;
}
.product-detail .container .specifi .specifi-box .list-group .list-group-item {
  width: 11.7708vw;
  min-height: 2.9167vw;
  color: #231815;
  padding: 0.8333vw 1.25vw;
  /* Large1-R-16 */
  font-family: Montserrat;
  font-size: 0.8333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
  border: 0;
  background: #FAFAFA;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.product-detail .container .specifi .specifi-box .list-group .list-group-item:hover::before {
  content: '';
  position: absolute;
  top: 50%; /* 从中间开始 */
  left: 0;
  height: 1.25vw; /* 设置右边框的高度 */
  width: 0.1042vw; /* 设置右边框的宽度 */
  background-color: #3A66FB; /* 设置右边框的颜色 */
  transform: translateY(-50%); /* 使右边框居中 */
}
.product-detail .container .specifi .specifi-box .list-group .active::before {
  content: '';
  position: absolute;
  top: 50%; /* 从中间开始 */
  left: 0;
  height: 1.25vw; /* 设置右边框的高度 */
  width: 0.1042vw; /* 设置右边框的宽度 */
  background-color: #3A66FB; /* 设置右边框的颜色 */
  transform: translateY(-50%); /* 使右边框居中 */
}
.product-detail .container .specifi .specifi-box .list-group .active {
  background: #fff;
  font-family: "Montserrat-SemiBold" !important;
  color: #3A66FB;
}
.product-detail .container .specifi .specifi-box .list-group .list-group-item:hover {
  background: #fff;
  color: #3A66FB!important;
  font-family: "Montserrat-SemiBold" !important;
}
.product-detail .container .specifi .specifi-box .scrollspy-right-box {
  flex-grow: 1;
  background: #FAFAFA;
  scroll-behavior: smooth;
  padding: 2.0833vw;
  padding-right: 0;
}
.product-detail .container .specifi .specifi-box .scrollspy-right-box table span,td {
  font-size: 0.8333vw;
}
.product-detail .container .specifi .specifi-box .scrollspy-right-box .scrollspy-right {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding-right: 2.0833vw;
}
/* 自定义滚动条的宽度和颜色 */
.product-detail .container .specifi .specifi-box .scrollspy-right-box .scrollspy-right::-webkit-scrollbar {
  width: 0.1042vw; /* 滚动条的宽度 */
}

/* 自定义滚动条轨道的样式 */
.product-detail .container .specifi .specifi-box .scrollspy-right-box .scrollspy-right::-webkit-scrollbar-track {
  background-color: #eee; /* 轨道区域的背景颜色 */
  border-radius: 2.6042vw; /* 轨道区域的圆角 */
}

/* 自定义滚动条滑块的样式 */
.product-detail .container .specifi .specifi-box .scrollspy-right-box .scrollspy-right::-webkit-scrollbar-thumb {
  background-color: #3A66FB; /* 滚动区域的颜色 */
  border-radius: 2.6042vw; /* 滚动区域的圆角 */
  height: 8.3333vw;
}
.product-detail .container .specifi .specifi-box .scrollspy-right .specifi-item {
  width: 100%;
}
.product-detail .container .specifi .specifi-box .scrollspy-right .specifi-item h4 {
  color: #231815;
  /* Heading4-48 */
  font-family: Montserrat;
  font-size: 1.6667vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  
  margin-bottom: 0;
}
.product-detail .container .specifi .specifi-box .scrollspy-right .specifi-item .table {
  width: 100%;
  height: auto;
  margin-top: 1.25vw;
}

/* product-list */
.product-detail .container .accessories {
  color:#231815;
  font-family: Montserrat;
  font-style: normal;
  padding-top: 2.0833vw;
  margin-top: 4.1667vw;
}
.product-detail .container .accessories .accessories-title {
  /* Heading3-60 */
  font-size: 3.125vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
  margin-bottom: 2.0833vw;
}
.product-detail .container .accessories .product-list {
  width: 100%;
  height: auto;
  overflow-y: auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /* 一行三列 */
  grid-gap: 1.25vw;
  /* 项目之间没有间隔 */
  border: 0;
  position: relative;
}
/* 隐藏滚动条 */
.product-detail .container .accessories .product-list::-webkit-scrollbar {
  display: none;
}
.product-detail .container .accessories .product-list .product-item {
  box-sizing: border-box;
  /* 确保内边距和边框不会增加宽度 */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6667vw 1.25vw 1.6667vw;
  cursor: pointer;
  background-color: #FAFAFA;
}

.product-detail .container .accessories .product-list .product-item .product-item-title {
  max-width: 15.625vw;
  color: #231815;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* Large1-S-18 */
  font-size: 0.9375vw;
  font-style: normal;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 155.556% */
  
  margin-bottom: 0.4167vw;
}
.product-detail .container .accessories .product-list .product-item .product-item-desc {
  max-width: 15.625vw;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  color: #231815;
  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  color: #9fa0a0;
  line-height: 150%; /* 157.143% */
}
.product-detail .container .accessories .product-list .product-item .product-item-info-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-detail .container .accessories .product-list .product-item .product-item-img {
  width: 7.3958vw;
  height: 7.3958vw;
  margin: 0.8333vw auto 0;
}

.product-detail .container .accessories .product-list .product-item .product-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.3s;
}
.product-detail .container .accessories .product-list .product-item:hover .product-item-img img {
  transform: scale(1.2);
}

.product-detail .container .accessories .product-list .product-item a {
  display: block;
}
.product-detail .container .accessories .product-list .product-item .item-btn-view {
  width: 100%;
  margin-top: 1.6667vw;
  display: flex;
  align-items: center;
}

.product-detail .container .accessories .product-list .product-item .item-btn-view .txt {
  /* Large2-S-16 */
  font-size: 0.8333vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 150% */
}
.product-detail .container .accessories .product-list .product-item .item-btn-view .icon {
  /* Large2-S-16 */
  font-size: 1.25vw;
  line-height: normal;
  margin-left: 0.2083vw;
}
/* download */
.product-detail .download-box {
  padding-top: 2.0833vw;
  margin-top: 4.1667vw;
}
.download-box .download-box-top {
  padding-bottom: 0.8333vw!important;
  align-items: flex-end;
}
.download-box .download-box-top .application-tabs {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: -0.8333vw;
}
.download-box .download-box-top .application-tabs .tabs-li {
  width: auto;
  height: 3.0208vw;
  color: #231815;
  margin-right: 2.0833vw;
  padding: 0.9375vw 0;

  /* Large3-R-14-22 */
  font-family: Montserrat;
  font-size: 0.7292vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1458vw; /* 157.143% */
  position: relative;
}
.download-box .download-box-top .application-tabs .tabs-li::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.0521vw;
  background-color: #3a66fb;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease-out;
}
.download-box .download-box-top .application-tabs .tabs-li:hover::after {
  transform: scaleX(1);
}
.download-box .download-box-top .application-tabs .tabs-li:hover {
  color: #3A66FB;
}

.download-box .download-box-top .application-tabs .tab-active {
  color: #3A66FB;
}
.download-box .download-box-top .application-tabs .tab-active::after {
  height: 0.0521vw;
  transform: scaleX(1);
}
.product-detail .download-box .download-box-top .download-box-learnall {
  color: #3A66FB;
  font-size: 0.7292vw;
  font-family: "Montserrat-SemiBold" !important;
  line-height: 150%; /* 157.143% */
  display: flex;
  padding-bottom: 0.1042vw;
}
.product-detail .download-box .download-box-content .download-list .download-item .download-item-left .date-box {
  justify-content: space-between!important;
}
.product-detail .download-box .download-box-top .download-box-learnall .download-learnall-txt {
  display: inline-block;

}
.product-detail .download-box .download-box-top .download-box-learnall .iconfont {
  font-size: 0.8333vw;
  margin-left: 0;
}
/* table */
.product-compare .container .specifi-item .detail-table {
  width: 100%;
  margin-bottom: 4.1667vw;
  table-layout: fixed;
}
.table tr {
  height: auto;
}
.table tr td {
  font-size: 0.8333vw;
  word-break: break-word;
  overflow-wrap: break-word;
}
.table tr td table tbody {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.table tr td table tbody tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.8333vw;
}
.table tr td table tr td {
  width: 100%;
  min-height: auto;
  padding: 0!important;
}
.table th {
  width: 30%;
  padding: 0.9375vw 0.8333vw!important;
  vertical-align: middle!important;
  color: #231815;
  font-size: 0.8333vw;
  line-height: 150%;
  font-weight: normal;
}

.table  tr td,th {
  width: 70%;
  min-height: 2.9167vw;
  padding: 0.9375vw 2.0833vw!important;
  overflow: hidden;
  vertical-align: middle!important;
  color: #231815;
  font-size: 0.8333vw;
}
/* 奇数行背景色 */
.detail-table tr:nth-child(odd) {
  background-color: #FFF;
}

/* 偶数行背景色 */
.detail-table tr:nth-child(even) {
  background-color: #FAFAFA;
}
td table tr {
  background: none!important;
}
.table tr .child-td {
  padding: 0!important;
}
.product-detail .download-box .download-box-content .download-list .download-item {
  padding: 1.0417vw 1.25vw;
}
.product-detail .download-box .download-box-content .download-list .download-item .download-item-left .date-box .date {
  /* Small-12-R */
  font-family: Montserrat;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 150% */
}
.product-detail .download-box .download-box-content .download-list .download-item .download-item-left .date-box .file-tag {
  max-width: 4.1667vw;
  font-family: "Montserrat-SemiBold";
  font-size: 0.625vw;
  font-style: normal;
  line-height: 150%; /* 150% */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1440px) { 
  .product-detail .productsTop .overview .productsTopLeft {
    width: 31.1111vw;
  }
  #gallery .swiper-slide {
    height: 16.6667vw;
    padding: 0 7.2222vw;
  }
  #gallery .swiper-slide img, .iframe-3d {
    width: 16.6667vw;
  }
  .product-detail .productsTop .describe {
    margin-left: 4.4444vw;
  }
  .product-detail .productsTop .describe .describe-btns {
    margin-bottom: 1.11vw;
  }
  .product-detail .productsTop .describe .describeText .product-model {
    font-size: 1.667vw;
    margin-bottom: 1.11vw;
  }
  .product-detail .productsTop .describe .points {
    margin-bottom: 2.77vw;
  }
  .product-detail .productsTop .describe .points .points-tag {
    font-size: 1.667vw;
  }
  .product-detail .productsTop .describe .points .points-tag .icon {
     font-size: 1.667vw;
  }
  .product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .sales {
    height: 2.7778vw;
    padding: 0.5556vw 2.778vw;
  } 
  .product-detail .publicMenu-sticky .publicMenu .publicMenu-tab .sales span {
    min-width: 7.36vw;
  }
  .product-detail .publicMenu-sticky .publicMenu .publicMenu-tab a {
    font-size: 0.972vw;
    padding: 1.7361vw 0;
  }
  .product-detail .container .accessories .product-list {
    grid-gap: 1.1111vw;
  }
  .product-detail .container .accessories .product-list .product-item {
    height: 20.6944vw;
    padding: 2.77vw 1.667vw 5vw;
  }
  .product-detail .container .accessories .product-list .product-item .product-item-img {
    width: 6.1111vw;
    height: 6.1111vw;
    margin: 0 auto;
  }
  .download-box .download-box-top {
    padding-top: 0;
  }
  .product-detail .productsTop .describe .replacement {
    margin-bottom: 2.778vw;
  }
  .product-detail .productsTop .describe .replacement .replacement-tit {
    font-size: 1.667vw;
    margin-bottom: 1.11vw;
  }
  .product-detail .productsTop .describe .replacement .replacement-link {
    max-width: 39.44vw;
    height: 2.708vw;
    font-size: 1.389vw;
  }
}
@media screen and (max-width: 768px) { 
  .product-detail .productsTop .overview {
    flex-direction: column;
    padding: 0;
  }

  .product-detail .productsTop .overview .productsTopLeft {
    width: 100%;
  }
  .product-detail .productsTop .overview .productsTopLeft .new-tag {
    display: none;
  }
  .product-detail .productsTop .overview .productsTopLeft #gallery {
    height: 96vw;
    margin: 0;
  }
  #gallery .swiper-slide {
    padding: 0;
    height: 96vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #gallery .swiper-slide img, .iframe-3d {
    width: 53.3333vw;
    height: 53.3333vw;
  }
  .p0 {
    padding: 0!important;
  }
  #thumbs {
    margin: 0 6.4vw 10.6667vw;
    max-width: 100%;
  }
  .product-detail .productsTop .describe {
    margin-left: 0;
    padding: 0 6.4vw;
  }
  .product-detail .productsTop .describe .describe-btns {
    justify-content: space-between;
    margin-bottom: 6.4vw;
  }
  .product-detail .productsTop .describe .describe-btns .mob-tag {
    display: block;
  } 
  .product-detail .productsTop .describe .describe-btns .mob-tag .new-tag {
    background: none;
    padding: 0;
    color: #E60012;
    width: 20vw;
    height: 8.5333vw;
    display: inline-block;
    border-radius: 1.0667vw;
    backdrop-filter: blur(4vw);
    font-size: 4.8vw;
    font-style: normal;
    font-family: "Montserrat-SemiBold" !important;
    line-height: 150%; /* 155.556% */
  }
  .product-detail .productsTop .describe .describe-btns .btn-comp span, .product-detail .productsTop .describe .describe-btns .btn-favo span {
    display: none;
  }
  .product-detail .productsTop .describe .describe-btns .btn-comp {
    margin-right: 0;
  }
  .product-detail .productsTop .describe .describe-btns .btn-group {
    gap: 6.4vw;
    box-shadow: none;
    padding: 0;
    margin: 0;
  }
  .product-detail .productsTop .describe .describe-btns .btn-group .favorit-icon {
    margin-right: 0;
  }
  .product-detail .productsTop .describe .describe-btns .btn-comp .iconfont {
    font-size: 5.4vw;
  }
  
  .product-detail .productsTop .describe .describe-btns .btn-favo .iconfont {
    font-size: 6.4vw;
  }
  .product-detail .productsTop .describe .describe-btns .btn-comp:hover .favorit-icon {
    color: #231815;
  }
  .product-detail .productsTop .describe .btn-group {
    box-shadow: 0vw 0.5333vw 9.3333vw 0vw var(--brand-color-black-10, rgba(35, 24, 21, 0.10));
    padding: 4.2667vw 0;
    justify-content: center;
    margin: 0 -6.4vw;
  }
  .product-detail .productsTop .describe .mob-btn-group {
    position: fixed;
    bottom: -0.2667vw;
    background: #fff;
    left: 6.4vw;
    width: 100%;
    z-index: 10;
    gap: 10.667vw;
  }
  #thumbs .swiper-slide {
    width: 17.0667vw!important;
    height: 17.0667vw!important;
    padding: 1.7067vw;
    margin-right: 2.1333vw;
  }

  .product-detail .container .specifi {
    padding: 0 6.4vw;
  }
  .product-detail .productsTop .describe .describeText .product-model {
    font-size: 3.2vw;
    margin-bottom: 4.2667vw;
  }
  .product-detail .productsTop .describe .describeText h1 {
    font-size: 4.8vw;
    margin-bottom:6.4vw;
  }
  .product-detail .productsTop .describe .points .points-tag {
    font-size: 4.2667vw;
    margin-bottom: 4.2667vw;
  }
  .product-detail .productsTop .describe .points .points-tag .icon {
    font-size: 5.87vw;
    margin-right: 2.133vw;
  }
  .product-detail .productsTop .describe .replacement {
    margin-bottom: 10.66vw;
  }
  .product-detail .productsTop .describe .replacement .replacement-tit {
    font-size: 6.4vw;
    margin-bottom: 4.266vw;
  }
  .product-detail .productsTop .describe .replacement .replacement-link {
    max-width: 87.2vw;
    height: auto;
    font-size: 5.3vw;
  }
  .product-detail .productsTop .describe .replacement .replacement-link::after {
    display: none;
  }
  .product-detail .productsTop .describe .points .points-list {
    height: 67.2vw;
    padding: 5.8667vw 4.2667vw 0;
    overflow-x: hidden;
    font-size: 3.7333vw;
    border-bottom: 6.4vw solid #F3F6FF;
  }
  .product-detail .productsTop .describe .btn-group .btn-group-item {
    height: 9.6vw;
    padding: 2.1333vw 6.4vw;
    font-size: 3.2vw;
    white-space: nowrap;
    text-align: center;
    border-radius: 6.4vw;
  }
  .product-detail .productsTop .describe .btn-group .btn-group-item .btn-sales-text {
    width: 21.3333vw;
  }
  .product-detail .productsTop .describe .btn-group .btn-group-item .btn-down-text {
    width: 17.3333vw;
  }
  /* specifi */
  .product-detail .container .specifi {
    margin-top: 6.4vw;
  }
  .product-detail .container .specifi .specifi-title {
    margin-bottom: 2.1333vw;
  }
  .table tr {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
  }
  .table tr td {
    width: 100%;
    padding: 2.1333vw 0 4.2667vw!important;
    word-break: break-word;
    overflow-wrap: break-word;
    font-size: 3.7333vw;
  }
  .table th {
    width: 100%;
    vertical-align: middle!important;
    font-family: "Montserrat-SemiBold" !important;
    padding: 0!important;
    color: #231815;
    font-size: 3.7333vw;
    font-weight: normal;
  }
  .table  tr td,th {
    width: 100%;
    min-height: auto;
    overflow: hidden;
    vertical-align: middle!important;
    color: #231815;
    line-height: 5.3333vw;
  }
  /* 偶数行背景色 */
  .detail-table tr:nth-child(even) {
    background-color: #FFF;
  }
  /* accessories */
  .product-detail .container .accessories {
    margin-top: 21.3333vw;
    padding: 0 0 0 6.4vw;
  }
  .product-detail .container .accessories .accessories-title {
    margin-bottom: 6.4vw;
  }

  .product-detail .container .accessories .product-list {
    display: flex;
    gap: 0; 
    overflow: visible;
  }
  /* down */
  .product-detail .download-box {
    margin-bottom: 15.4667vw!important;
    padding-top: 0;
    margin-top: 21.3333vw;
  }
  .product-detail .download-box .download-box-mobile .download-box-top {
    border-bottom-color: rgba(35, 24, 21, 0.10);
    padding-top: 0;
    padding-bottom: 6.4vw!important;
  }
  .product-detail .card {
    width: 100%;
    border: 0;
  }
  .product-detail .card .card-header {
    padding: 0;
    border-radius: 0;
    width: 100%;
    border: 0;
    background: #FFF;
  }
  .product-detail .card .card-header .btn-link {
    width: 100%;
    text-decoration: none;
    color: #231815;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    line-height: 150%;
    background: #FFF;
    padding: 4.2667vw 0;
    border-bottom: 0.2667vw solid rgba(35, 24, 21, 0.10);
  }
  .product-detail .card .card-header .card-header-title {
    font-family: "Montserrat-SemiBold";
    font-size: 4.2667vw;
    font-style: normal;
    line-height: 150%;
    text-align: left;
  }
  .product-detail .card .card-header .btn-link .icon {
    font-size: 6.4vw;
    line-height: normal;
    display: inline-block;
    font-weight: 600;
  }
  .product-detail .card .collapse.show .card-body {
    border-bottom: 0.2667vw solid rgba(35, 24, 21, 0.10);
  }
  .product-detail .card .card-body {
    padding: 0;
  }
  .product-detail .download-box .download-box-content {
    padding: 0;
  }
  .product-detail .download-box .download-box-content .download-list .download-item {
    padding: 4.2667vw;
  }
  .product-detail .download-box .download-box-content .download-list .download-item .download-item-left .date-box .date {
    font-size: 2.1333vw;
  }
  .product-detail .download-box .download-box-content .download-list .download-item .download-item-left .date-box .file-tag {
    display: none;
  }
  .product-detail .download-box .download-box-content .download-more {
    margin-bottom: 10.6667vw;
  }
  #gallery .swiper-button-next .iconfont, #gallery .swiper-button-prev .iconfont {
    width: 8vw;
    height: 8vw;
    font-size: 10.6667vw;
  }
  #gallery .swiper-button-prev {
    left: 5.33vw!important;
  }
  #gallery .swiper-button-next {
    right: 5.33vw!important;
  }
  .product-detail .container .accessories .product-list .product-item {
    /* width: 100%; */
    width: calc(100% - 20.56vw)!important;
    height: 79.4667vw;
    padding: 10.6667vw 6.4vw 6.4vw;
    border-right: 4.2666vw solid #fff;
  }
  .product-detail .container .accessories .product-list .product-item:last-child {
    margin-right: 4.2666vw;
  }
  .product-detail .container .accessories .product-list .product-item .product-item-title {
    max-width: 100%;
    font-size: 4.2667vw;
    margin-bottom: 2.1333vw;
  }
  .product-detail .container .accessories .product-list .product-item .product-item-desc {
    max-width: 100%;
    font-size: 3.73vw;
  }
  .product-detail .container .accessories .product-list .product-item .product-item-img {
    width: 23.4667vw;
    height: 23.4667vw;
    margin: 0 auto;
    margin-bottom: 9.0667vw;
  }
  .product-detail .mobile .product-list .product-item .product-item-view {
    text-align: left;
    display: flex;
    align-items: center;
  }
  .product-detail .mobile .product-list .product-item .product-item-view span {
    border: 0;
    padding: 0;
    font-size: 3.2vw;
  }
  .product-detail .mobile #mobile-list-swiper {
    height: 96.5333vw;
  }
  .product-detail .mobile .product-list .product-item .product-item-view .iconfont {
    display: inline-block;
    margin-left: 1.0667vw;
  }
  .product-detail .productsTop .toc-img {
    margin: 10.6667vw 0;
    padding: 0 6.4vw;
  }
  .product-detail .publicMenu-sticky {
    display: block;
    height: 12.8vw;
  }
  .product-detail .publicMenu-sticky {
    top: 12.8vw;
  }
  .product-detail .publicMenu-sticky .publicMenu .products-details-tabs h2 {
    font-size: 4.8vw;
    padding: 2.1333vw 0;
  }
  .product-detail .publicMenu-sticky .publicMenu .publicMenu-tab {
    display: none;
  }
  .product-detail .productsTop .overview {
    margin-top: 25.6vw;
  }
  .product-detail .productsTop .describe .points {
    margin-bottom: 6.4vw;
  }
  .product-detail .productsTop .describe .points .points-list .item-expand {
    height: auto;
    bottom: 0;
    z-index: 3;
    padding-bottom: 0;
  }
  .product-detail .productsTop .describe .points .points-list p {
    margin-bottom:  1.6vw;
  }
  .product-detail .productsTop .describe .points .points-list img{
    max-width: 100%;
  }
  .product-detail .card:first-child {
    border-top: 0.2667vw solid rgba(35, 24, 21, 0.10);
  }
  /* product-mob-menu */
  .product-mob-menu {
    width: 100%;
    position: fixed;
    top: 12.8vw;
    background: #FFF;
    z-index: 10;
  }
  .product-mob-menu .mob-menu-top {
    width: 100%;
    height: 12.8vw;
    padding: 2.1333vw 6.4vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #231815;
    font-family: "Montserrat-SemiBold";
    font-style: normal;
    line-height: 150%; /* 150% */
    border-bottom: 0.2667vw solid rgba(35, 24, 21, 0.10);
  }
  .product-mob-menu .mob-menu-top .product-name {
    width: 44.2667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* Large1-S-18 */
    font-size: 4.8vw;
    line-height: 150%; /* 150% */
  }
  .product-mob-menu .mob-menu-top .current-menu {
    display: flex;
    align-items: center;
  }
  .product-mob-menu .mob-menu-top .current-menu .current-menu-name {
    overflow: hidden;
    text-align: right;
    text-overflow: ellipsis;

    /* Small-12-S */
    font-size: 3.2vw;
  }
  .product-mob-menu .mob-menu-top .current-menu .open-icon {
    font-size: 6.4vw;
    line-height: normal;
    margin-left: 1.0667vw;
    transition: all 0.3s ease;
  }
  .product-mob-menu .mob-menu-top .current-menu .open-icon.active {
    transform: rotate(180deg);
  }
  .product-mob-menu .mob-menu-list {
    width: 100%;
    height: auto;
    background: #FAFAFA;
    padding: 4.2667vw 0;
    position: fixed;
    top: 25.6vw;
    z-index: 11;
    display: none;
  }
  .product-mob-menu .mob-menu-list .mob-menu-item {
    width: 100%;
    padding: 2.1333vw 10.6667vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #231815;
    /* Large3-S-14-22 */
    font-size: 3.7333vw;
    font-style: normal;
    line-height: 150%; /* 157.143% */
    font-family: "Montserrat-SemiBold";
  }
  .product-mob-menu .mob-menu-list .mob-menu-item.active {
    color: #3A66FB;
    background: rgba(58, 102, 251, 0.06);
  }
  .product-detail .productsTop .describe .points .points-list .item-expand .iconfont {
    height: auto;
    font-size: 6.4vw;
  }
  .product-detail .productsTop .overview .productsTopLeft .fyears {
    width: 11.733vw;
    height: 15.2vw;
    right: unset;
    left: 8.533vw;
    top: 6.4vw;
  }
  .product-detail .productsTop .overview .productsTopLeft .epoe {
    width: 61.33vw;
    height: 7.466vw;
    right: 6.66vw;
    bottom: 37.33vw;
    top: unset;
  }
  .product-detail .productsTop .describe .points .points-list .points-item {
    font-size: 3.733vw;
    margin-bottom: 2.667vw;
  }
  .product-detail .productsTop .describe .points .points-list .points-item::before {
    width: 1.066vw;
    height: 1.066vw;
    margin-right: 1.6vw;
    margin-top: 2.1333vw;
  }
  .table tr td table tbody tr {
    flex-direction: row;
  }
  .product-detail .container .specifi .specifi-box .scrollspy-right-box table span,td {
    font-size: 3.733vw;
  }
}