.products-detail {
  padding: 30px 0;
}

.products-detail .top-wrap {
  margin-bottom: 30px;
}

.products-detail .swiper-thumbs {
  display: none;
}

.products-detail .swiper-slide iframe,
.products-detail .swiper-slide img {
  aspect-ratio: 1 / 1;
  display: block;
}

.products-detail .swiper-slide iframe {
  width: 100%;
  height: auto;
  background: #eee;
}

.products-detail .swiper-gallery .prev-btn, .products-detail .swiper-gallery .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 50px;
  color: #fff;
  font-size: 20px;
  background: rgba(46, 182, 234, .4);
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-detail .swiper-gallery .prev-btn {
  left: 10px;
}

.products-detail .swiper-gallery .next-btn {
  right: 10px;
}

.products-detail .swiper-gallery .swiper-button-disabled {
  display: none;
}

.products-detail .rt-content {
  padding-top: 24px;
}

.products-detail .title {
  text-align: left;
  margin-bottom: 10px;
}

.products-detail .cate {
  margin-bottom: 19px;
}

.products-detail .cate span {
  font-weight: bold;
  color: var(--style-color);
}

.products-detail .params-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -10px;
}

.products-detail .params-list li {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-bottom: 10px;
}

.products-detail .params-list li:not(:last-child) {
  margin-right: 15px;
}

.products-detail .params-list img {
  width: auto;
  height: 16px;
  flex-shrink: 0;
  margin-right: 5px;
}

.products-detail .sub-info {
  color: #666;
  max-height: 173px;
  line-height: 1.8;
  margin-top: 18px;
  margin-bottom: 19px;
}

.products-detail .color-wrap,
.products-detail .advantage-wrap {
  border-top: 1px solid #EEEEEE;
}

.products-detail .color-item {
  margin-bottom: 14px;
}

.products-detail .color-img>*:not(:last-child) {
  margin-right: 15px;
}

.products-detail .color-item img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #C5C5C5;
  margin-bottom: 10px;
}

.products-detail .rt-title {
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

.products-detail .advantage {
  margin-bottom: -20px;
}

.products-detail .advantage-item {
  font-weight: bold;
  border-radius: 6px;
  padding: 10px 10px 10px 32px;
  border: 2px solid rgba(46, 182, 234, 0.11);
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}

.products-detail .advantage-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-55%, -55%);
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: var(--style-color);
}

.products-detail .advantage-item span {
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  line-height: 1;
}

.products-detail .btn {
  width: 100%;
  color: #fff;
  margin-top: 30px;
  border-radius: 6px;
  background: var(--style-color);
}

.products-detail .anchor-wrap {
  width: 100%;
  margin-bottom: 30px;
  overflow-x: auto;
  max-width: 100vw;
  background: #53C9F6;
  transition: all .3s;
}

.products-detail .anchor-wrap.active {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
}

.products-detail .anchor-wrap::-webkit-scrollbar {
  width: auto;
  height: 4px;
}

.products-detail .anchor-nav {
  display: flex;
  overflow-x: auto;
}

.products-detail .anchor-nav::-webkit-scrollbar {
  width: auto;
  height: 4px;
}

.products-detail .anchor-nav li {
  flex: 1 1;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .3s;
  position: relative;
  cursor: pointer;
}

.products-detail .anchor-nav li:hover {
  background: var(--style-color);
}

.products-detail .anchor-nav li:not(:Last-child)::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1px;
  display: block;
  background-color: #fff;
}

.products-detail .tit {
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D8D8D8;
}

.products-detail .lt {
  margin-bottom: 30px;
}

.products-detail table tr:nth-child(even) {
  background: #F5F8FA;
}

.products-detail table th, .products-detail table td {
  border-color: #D2D2D2;
}

.products-detail .swim-wrap {
  margin-bottom: 30px;
}

.products-detail .swim-wrap .swiper-pagination {
  display: block;
  margin-top: 15px;
}

.products-detail .features-wrap {
  margin-bottom: 30px;
}

.products-detail .features-title {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}

.products-detail .features-info {
  max-height: 96px;
  color: #999;
}

.products-detail .features-wrap .swiper-pagination {
  display: block;
  margin-top: 15px;
}

.products-detail .see-wrap {
  margin-bottom: 30px;
}

.products-detail .see-lt {
  position: relative;
  margin-bottom: 30px;
}

.products-detail .see-lt img {
  width: 100%;
}

.products-detail .see-lt>*:last-child {
  position: absolute;
  top: 0;
  left: 0;
}

.products-detail .see-item:not(:last-child) {
  margin-bottom: 30px;
}

.products-detail .see-title {
  font-size: 18px;
  margin-bottom: 15px;
}

.products-detail .see-tit {
  color: #999;
}

.products-detail .see-list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.products-detail .see-list li {
  width: 90px;
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
  cursor: pointer;
}

.products-detail .see-list li img {
  width: 45px;
  border-radius: 50%;
  border: 2px solid #C5C5C5;
  margin-bottom: 8px;
}

.products-detail .see-list li.active img {
  border-color: var(--style-color);
}

.products-detail .scene-wrap {
  margin-bottom: 30px;
}

.products-detail .scene-wrap .swiper-slide img {
  width: 100%;
  aspect-ratio: 5 / 3;
}

.products-detail .scene-wrap .swiper-pagination {
  display: block;
}

.products-detail .video-wrap {
  margin-bottom: -20px;
}

.products-detail .video-item {
  margin-bottom: 20px;
}

.products-detail .video-wrap iframe {
  width: 100%;
  display: block;
  aspect-ratio: 782 / 440;
  background: #eee;
}

.products-detail .video-tit {
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 4px;
}

@media (min-width: 600px) {
  .products-detail .advantage {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .products-detail .advantage-item {
    flex: 0 0 calc(50% - 20px);
    max-width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (min-width: 768px) {
  .products-detail .swiper-gallery .prev-btn {
    left: 20px;
  }

  .products-detail .swiper-gallery .next-btn {
    right: 20px;
  }

  .products-detail .swiper-thumbs {
    margin-top: 24px;
    display: block;
  }

  .products-detail .swiper-thumbs .swiper-slide {
    border: 1px solid #CFCFCF;
    cursor: pointer;
  }

  .products-detail .swiper-thumbs .swiper-slide-thumb-active {
    border-color: var(--style-color);
  }

  .products-detail .swiper-thumbs .swiper-slide:first-child::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
  }

  .products-detail .swiper-thumbs .swiper-slide .swiper-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    z-index: 1;
  }
}

@media (min-width: 992px) {
  .products-detail .top-wrap {
    display: flex;
  }

  .products-detail .lt-nav {
    width: 480px;
  }

  .products-detail .rt-content {
    flex: 1;
    padding-left: 30px;
  }

  .products-detail .swim-wrap {
    display: flex;
  }

  .products-detail .lt {
    flex: 0 0 55%;
    max-width: 55%;
    margin-bottom: 0;
  }

  .products-detail .rt {
    flex: 0 0 45%;
    max-width: 45%;
    padding-left: 30px;
  }

  .products-detail .see-wrap {
    display: flex;
  }

  .products-detail .see-lt {
    flex: 0 0 calc(46.5% - 22px);
    max-width: calc(46.5% - 22px);
    margin-left: 22px;
    margin-bottom: 0;
  }

  .products-detail .see-rt {
    flex: 0 0 53.5%;
    max-width: 53.5%;
    padding-left: 30px;
    padding-top: 26px;
  }

  .products-detail .video-wrap {
    display: flex;
    margin-left: -18px;
    margin-right: -18px;
  }

  .products-detail .video-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 18px;
  }
}

@media (min-width: 1200px) {
  .products-detail {
    padding: 50px 0 60px;
  }

  .products-detail .top-wrap {
    margin-bottom: 60px;
  }

  .products-detail .lt-nav {
    width: 580px;
  }

  .products-detail .params-list li:not(:last-child) {
    margin-right: 30px;
  }

  .products-detail .color-wrap {
    display: flex;
  }

  .products-detail .color-item {
    flex: 1;
  }

  .products-detail .rt-title {
    margin-top: 20px;
    margin-bottom: 17px;
  }

  .products-detail .color-item img {
    width: 40px;
    height: 40px;
    border-width: 2px;
  }

  .products-detail .advantage-item {
    flex: 0 0 calc(33.33% - 20px);
    max-width: calc(33.33% - 20px);
  }

  .products-detail .btn {
    margin-top: 50px;
    padding-top: 11px;
    padding-bottom: 11px;
    transition: opacity .3s;
  }

  .products-detail .btn:hover {
    opacity: .8;
  }

  .products-detail .anchor-wrap {
    margin-bottom: 56px;
  }

  .products-detail .anchor-nav {
    margin: 0 auto;
    max-width: 1570px;
  }

  .products-detail .anchor-nav li {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .products-detail .tit {
    margin-bottom: 50px;
  }

  .products-detail .rt {
    padding-left: 55px;
  }

  .products-detail .swim-wrap {
    margin-bottom: 60px;
  }

  .products-detail .swim-wrap .swiper-pagination {
    margin-top: 35px;
  }

  .products-detail .swim-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 9px;
  }

  .products-detail .features-wrap {
    margin-bottom: 60px;
  }

  .products-detail .features-title {
    margin-top: 25px;
    margin-bottom: 8px;
  }

  .products-detail .see-wrap {
    margin-bottom: 60px;
  }

  .products-detail .see-rt {
    padding-left: 60px;
  }

  .products-detail .see-item:not(:last-child) {
    margin-bottom: 63px;
  }

  .products-detail .see-title {
    margin-bottom: 26px;
  }

  .products-detail .see-list li img {
    width: 60px;
  }

  .products-detail .scene-wrap {
    margin-bottom: 60px;
  }

  .products-detail .scene-wrap .swiper-pagination {
    margin-top: 30px;
  }

  .products-detail .video-tit {
    margin-top: 20px;
  }
}

@media (min-width: 1640px) {
  .products-detail {
    padding-bottom: 106px;
  }

  .products-detail .top-wrap {
    margin-bottom: 80px;
  }

  .products-detail .lt-nav {
    width: 680px;
  }

  .products-detail .rt-content {
    padding-left: 60px;
  }

  .products-detail .params-list li:not(:last-child) {
    margin-right: 70px;
  }

  .products-detail .color-img>*:not(:last-child) {
    margin-right: 30px;
  }

  .products-detail .color-item {
    padding-right: 20px;
  }

  .products-detail .color-item img {
    width: 50px;
    height: 50px;
  }

  .products-detail .anchor-nav li {
    font-size: 20px;
  }

  .products-detail .swim-wrap, .products-detail .features-wrap {
    margin-bottom: 64px;
  }

  .products-detail .see-wrap {
    margin-bottom: 86px;
  }

  .products-detail .see-rt {
    padding-left: 130px;
  }

  .products-detail .scene-wrap {
    margin-bottom: 64px;
  }
}