body {
  background-color: #F7F7F7;
}
body .header .header-wrapper {
  padding-top: var(--header-height);
}
body .header .header-wrapper .header-content {
  background-color: rgba(0, 0, 0, 0.4);
}
body .header .header-wrapper .header-content .header-nav .nav-list .nav-item {
  padding: 0 24px;
}
.product-details .copy-message {
  position: fixed;
  top: 15%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  padding: 10px 16px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  animation-name: copy-message-animate;
  animation-duration: 0.4s;
}
.product-details .copy-message .copy-message-content {
  display: flex;
  align-items: center;
}
.product-details .copy-message .icon-wrapper {
  background-color: #52c41a;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 6px;
}
.product-details .copy-message .icon-wrapper .iconfont {
  font-size: 16px;
}
@keyframes copy-message-animate {
  from {
    top: 10%;
    opacity: 0;
  }
  to {
    top: 15%;
    opacity: 1;
  }
}
.product-details .crumbs-list {
  display: flex;
  align-items: center;
  gap: 12px 0;
  flex-wrap: wrap;
}
.product-details .crumbs-list .crumbs-item {
  color: #666;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.product-details .crumbs-list .crumbs-item .line {
  padding: 0 8px;
}
.product-details .crumbs-list .crumbs-item:hover a,
.product-details .crumbs-list .crumbs-item.active a {
  color: var(--primary-color);
}
.product-details .crumbs-list .crumbs-item:last-child .line {
  display: none;
}
.product-details .product-details-wrapper {
  display: flex;
  gap: 0 88px;
  align-items: flex-start;
  overflow: hidden;
}
.product-details .img-link-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  z-index: 2;
  color: #fff;
  transition: all 0.5s ease 0.2s;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: var(--primary-color);
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-details .img-link-icon .iconfont {
  font-size: 26px;
}
.product-details .swiper-slide:hover .img-link-icon {
  transform: translate(-50%, -50%) scale(1);
}
.product-details .swiper-button-prev,
.product-details .swiper-button-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(35, 35, 35, 0.11);
  transition: all 0.5s ease;
}
.product-details .swiper-button-prev::after,
.product-details .swiper-button-next::after {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}
.product-details .swiper-button-prev {
  transform: translateX(-100px);
}
.product-details .swiper-button-next {
  transform: translateX(100px);
}
.product-details .product-details-left {
  top: calc(var(--header-height) + 12px);
  display: flex;
  flex-direction: column;
  width: 400px;
  gap: 30px;
  z-index: 9;
}
.product-details .product-details-left .swiper-picture-top {
  overflow: hidden;
  position: relative;
  width: 400px;
  height: 400px;
}
.product-details .product-details-left .swiper-picture-top:hover .swiper-button-prev,
.product-details .product-details-left .swiper-picture-top:hover .swiper-button-next {
  transform: translateX(0);
}
.product-details .product-details-left .swiper-picture-top .swiper-slide {
  aspect-ratio: 1 / 1;
  background-color: #fff;
}
.product-details .product-details-left .swiper-picture-top .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details .product-details-left .swiper-picture-bottom {
  width: 400px;
  overflow: hidden;
}
.product-details .product-details-left .swiper-picture-bottom .swiper-slide {
  opacity: 0.4;
  cursor: pointer;
  border: 2px solid transparent;
  aspect-ratio: 1 / 1;
  background-color: #fff;
}
.product-details .product-details-left .swiper-picture-bottom .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details .product-details-left .swiper-picture-bottom .swiper-slide-thumb-active {
  opacity: 1;
  border-color: var(--primary-color);
}
.product-details .product-details-right {
  width: calc(100% - 400px - 88px);
}
.product-details .product-details-right .title,
.product-details .product-details-right .title-2 {
  font-family: 'OPPOSans-B';
}
.product-details .product-details-right .title-wrapper {
  display: flex;
  align-items: center;
}
.product-details .product-details-right .title-wrapper .title {
  cursor: pointer;
}
.product-details .product-details-right .title-wrapper .tag {
  margin-left: 16px;
  height: 28px;
  line-height: 28px;
  padding: 0 12px;
  background-color: var(--primary-color);
  color: #fff;
}
.product-details .product-details-right .hint {
  color: var(--primary-color);
  display: flex;
  align-items: center;
  gap: 30px;
}
.product-details .product-details-right .parameter-wrapper {
  background-color: #fff;
  padding: 24px 8%;
  height: var(--parameter-wrapper-height, auto);
  display: flex;
}
.product-details .product-details-right .parameter-wrapper .parameter-list {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 24px 0;
}
.product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item {
  display: flex;
  align-items: center;
}
.product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .label {
  width: 120px;
  color: #BDBDBD;
}
.product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .value-wrapper {
  display: flex;
  align-items: center;
}
.product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .value-wrapper .value {
  width: 50px;
}
.product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .value-wrapper .dianliu {
  width: 30px;
}
.product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .value-wrapper .jianju {
  width: 60px;
}
.product-details .product-details-right.en .parameter-wrapper {
  padding: 24px 4%;
}
.product-details .product-details-right.en .parameter-wrapper .parameter-list {
  gap: 0;
}
.product-details .product-details-right.en .parameter-wrapper .parameter-list .parameter-item .label {
  width: 120px;
}
.product-details .product-details-right.en .parameter-wrapper .parameter-list .parameter-item .label span {
  display: none;
}
.product-details .product-details-right .button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 68px;
}
.product-details .product-details-right .button-list .button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 47px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  padding: 0 12px;
  transition: all 0.3s ease;
}
.product-details .product-details-right .button-list .button:hover {
  background-color: var(--primary-color);
  color: #fff;
}
.product-details .product-details-right .button-list .button .iconfont {
  margin-left: 8px;
  font-size: 24px;
}
.product-details .product-details-right .button-list .button .download-icon {
  cursor: pointer;
}
.product-details .modal {
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  /* Add Animation */
}
.product-details .modal .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding-bottom: 24px;
  width: 60vw;
  max-width: var(--container-width);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation-name: animatetop;
  animation-duration: 0.4s;
}
.product-details .modal .modal-header {
  background-color: #eee;
  padding: 8px 0;
  position: relative;
}
.product-details .modal .modal-header .tab {
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-details .modal .modal-header .tab img {
  width: 50px;
  margin-right: 6px;
}
.product-details .modal .modal-header .close {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: linear-gradient(to right, var(--primary-color), var(--primary-color-light));
  cursor: pointer;
}
.product-details .modal .modal-header .close .iconfont {
  font-size: 28px;
  color: #fff;
  transition: all 0.5s ease;
}
.product-details .modal .modal-header .close:hover .iconfont {
  transform: rotate(180deg);
}
.product-details .modal .modal-header .close:active {
  opacity: 0.7;
}
.product-details .modal .modal-body {
  padding: 24px;
}
.product-details .modal .modal-body .file-list {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}
.product-details .modal .modal-body .file-list .file-item .file-link {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e1e1;
  padding: 8px 24px;
  transition: all 0.3s ease;
}
.product-details .modal .modal-body .file-list .file-item .file-link .iconfont {
  font-size: 20px;
  margin-right: 8px;
  color: var(--primary-color);
}
.product-details .modal .modal-body .file-list .file-item:hover .file-link {
  border-color: var(--primary-color);
  background-color: var(--primary-color);
  color: #fff;
}
.product-details .modal .modal-body .file-list .file-item:hover .file-link .iconfont {
  color: #fff;
}
.product-details .modal .modal-footer {
  padding: 0 24px;
}
.product-details .modal .modal-footer .footer-image {
  display: flex;
  justify-content: flex-end;
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.product-details-description {
  background-color: #fff;
  padding: 60px 60px;
}
.product-details-description .category-list {
  display: flex;
  align-items: center;
  font-family: 'OPPOSans-B';
  color: #BDBDBD;
  gap: 78px;
}
.product-details-description .category-list .category-item {
  cursor: pointer;
}
.product-details-description .category-list .active {
  color: var(--primary-color);
  position: relative;
}
.product-details-description .category-list .active::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -12px;
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
}
.product-details-description .table-wrapper {
  max-width: 100%;
}
.product-details-description .table-wrapper table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  color: #676767;
}
.product-details-description .table-wrapper table .title {
  width: 40%;
  font-family: 'OPPOSans-B';
  color: #333333;
}
.product-details-description .table-wrapper table th,
.product-details-description .table-wrapper table td {
  width: 35%;
  vertical-align: middle;
  padding-left: 48px;
  padding-right: 12px;
  height: 80px;
  border: 1px solid rgba(103, 103, 103, 0.07);
}
.product-details-description .table-wrapper table tr {
  background-color: rgba(233, 233, 233, 0.1);
}
.product-details-description .table-wrapper table tr:nth-child(3) {
  width: 25%;
}
.product-details-description .table-wrapper table tr:nth-child(odd) {
  background-color: rgba(240, 240, 240, 0.65);
}
.product-details-description .pdf-iframe {
  height: 800px;
  display: none;
  min-height: 800px;
  border: none;
}
.product-details-description .product-wrapper {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
.product-details-description .product-wrapper .title-wrapper {
  height: 100px;
  display: flex;
  align-items: center;
}
.product-details-description .product-wrapper .title-wrapper .title {
  font-family: 'OPPOSans-B';
}
.product-details-description .product-wrapper .product-header {
  border-top: 1px solid var(--primary-color);
  height: 80px;
  line-height: 80px;
  display: flex;
}
.product-details-description .product-wrapper .product-header .label {
  width: 220px;
  text-align: center;
  border-left: 1px solid transparent;
  border-right: 1px solid #E6E6E6;
}
.product-details-description .product-wrapper .product-header .desc {
  padding-left: 6%;
}
.product-details-description .product-wrapper .product-list .product-item {
  display: flex;
  border: 1px solid #E6E6E6;
  border-bottom: none;
}
.product-details-description .product-wrapper .product-list .product-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}
.product-details-description .product-wrapper .product-list .product-item .product-item-link {
  display: flex;
  min-height: 220px;
  padding: 24px 0;
}
.product-details-description .product-wrapper .product-list .product-item .product-image {
  width: 220px;
  flex-shrink: 0;
  border-right: 1px solid #E6E6E6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.product-details-description .product-wrapper .product-list .product-item .product-image img {
  width: 177px;
  height: 177px;
  object-fit: cover;
}
.product-details-description .product-wrapper .product-list .product-item .product-image .image-wrapper {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 250px;
  height: 250px;
  transition: all 0.3s ease;
  transform-origin: left center;
  z-index: 9;
}
.product-details-description .product-wrapper .product-list .product-item .product-image .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-details-description .product-wrapper .product-list .product-item .product-image:hover .image-wrapper {
  transform: translateY(-50%) scale(1);
}
.product-details-description .product-wrapper .product-list .product-item .product-info {
  padding-left: 6%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-details-description .product-wrapper .product-list .product-item .product-info .product-title {
  font-family: 'OPPOSans-M';
}
.product-details-description .product-wrapper .product-list .product-item .product-info .product-parameter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px 36px;
  color: #A2A2A2;
}
.product-details-description .product-wrapper .product-list .product-item .product-info .product-parameter-list .product-parameter-item .label {
  margin-right: 8px;
}
.product-details-description .product-wrapper .product-list .product-item:hover .product-info {
  color: var(--primary-color);
}
.product-details-description .product-wrapper .product-list .product-item:hover .product-info .product-parameter-list {
  color: var(--primary-color);
}
@media screen and (max-width: 1500px) {
  .product-details .product-details-wrapper {
    gap: 0 40px;
  }
  .product-details .product-details-left .swiper-picture-top,
  .product-details .product-details-left .swiper-picture-bottom {
    width: 320px;
  }
  .product-details .product-details-left .swiper-picture-top {
    height: 320px;
  }
  .product-details .product-details-right .parameter-wrapper {
    padding: 24px;
  }
  .product-details .product-details-right .parameter-wrapper .parameter-list {
    width: 100%;
    gap: 12px;
  }
  .product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item {
    width: 100%;
  }
  .product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .label {
    width: 80px;
  }
  .product-details .product-details-right .button-list {
    gap: 15px 20px;
    justify-content: center;
  }
  .product-details .product-details-right .button-list .button {
    width: calc(100% / 2 - 10px);
    height: 40px;
  }
}
@media screen and (max-width: 992px) {
  .product-details .product-details-wrapper {
    flex-direction: column;
    gap: 40px 0;
    align-items: center;
  }
  .product-details .product-details-left {
    width: 100%;
  }
  .product-details .product-details-left .swiper-picture-top,
  .product-details .product-details-left .swiper-picture-bottom {
    width: 320px;
  }
  .product-details .product-details-left .swiper-picture-top {
    height: 320px;
  }
  .product-details .product-details-right {
    width: 100%;
    max-width: 500px;
  }
  .product-details .product-details-right .parameter-wrapper {
    padding: 24px 12px 0;
    flex-direction: column;
    height: auto;
    gap: 12px;
  }
  .product-details .product-details-right .parameter-wrapper .parameter-list {
    width: 100%;
    gap: 12px;
  }
  .product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item {
    width: 100%;
  }
  .product-details .product-details-right .parameter-wrapper .parameter-list .parameter-item .label {
    width: 80px;
  }
  .product-details .product-details-right .button-list {
    gap: 15px 20px;
    justify-content: center;
  }
  .product-details .product-details-right .button-list .button {
    width: 100%;
    height: 40px;
  }
  .product-details .modal .modal-content {
    width: 90vw;
    margin: 20px;
    padding-bottom: 12px;
  }
  .product-details .modal .modal-header {
    padding: 6px 0;
  }
  .product-details .modal .modal-header .tab img {
    width: 40px;
    margin-right: 4px;
  }
  .product-details .modal .modal-header .close {
    right: 16px;
    width: 32px;
    height: 32px;
  }
  .product-details .modal .modal-header .close .iconfont {
    font-size: 20px;
  }
  .product-details .modal .modal-body {
    padding: 16px;
  }
  .product-details .modal .modal-body .file-list {
    gap: 12px;
    flex-direction: column;
    align-items: center;
  }
  .product-details .modal .modal-body .file-list .file-item .file-link {
    padding: 6px 16px;
  }
  .product-details .modal .modal-body .file-list .file-item .file-link .iconfont {
    font-size: 16px;
    margin-right: 6px;
  }
  .product-details .modal .modal-footer {
    padding: 0 16px;
  }
  .product-details-description {
    padding: 20px;
  }
  .product-details-description .category-list {
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-details-description .category-list .category-item:last-child {
    display: none;
  }
  .product-details-description .table-wrapper table tr td {
    padding-left: 24px;
  }
  .product-details-description .table-wrapper table tr td:nth-child(1) {
    display: none;
  }
  .product-details-description iframe {
    height: 300px;
  }
  .product-details-description .product-wrapper .title-wrapper {
    height: 40px;
  }
  .product-details-description .product-wrapper .product-header {
    height: 60px;
    line-height: 60px;
  }
  .product-details-description .product-wrapper .product-header .label,
  .product-details-description .product-wrapper .product-header .desc {
    text-align: center;
    width: 50%;
  }
  .product-details-description .product-wrapper .product-list .product-item .product-item-link {
    flex-direction: column;
    min-height: initial;
    padding: 12px 0;
  }
  .product-details-description .product-wrapper .product-list .product-item .product-image {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #E6E6E6;
    padding: 12px;
  }
  .product-details-description .product-wrapper .product-list .product-item .product-image img {
    width: 100%;
    height: initial;
    aspect-ratio: 1 / 1;
  }
  .product-details-description .product-wrapper .product-list .product-item .product-image .image-wrapper {
    display: none;
  }
  .product-details-description .product-wrapper .product-list .product-item .product-info {
    padding: 24px;
  }
  .product-details-description .product-wrapper .product-list .product-item .product-info .product-parameter-list {
    gap: 12px 24px;
  }
}
