@charset "utf-8";
:root {
  --color: #34657f;
  --vh: 100vh;
}
.product {
  width: 100%;
  padding: 0.5rem 0 0.8rem;
}
.product .top .container .title {
  line-height: calc(62/52);
  text-align: center;
  color: #1E1E1E;
}
.product .top .container .txt {
  line-height: calc(24/16);
  text-align: center;
  color: #666;
  margin-top: 0.3rem;
}
.product-box1 {
  width: 100%;
  margin-top: 0.6rem;
}
.product-box1 .container {
  max-width: 1520px;
}
.product-box1 .container .box {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.18rem;
  background: #fff;
}
.product-box1 .container .box .title {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-size: 2.04rem;
  color: #010101;
  line-height: 1;
  display: flex;
  justify-content: center;
  font-weight: 600;
}
@media (max-width: 991px) {
  .product-box1 .container .box .title {
    font-size: 1.2rem;
  }
}
.product-box1 .container .box .public-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-box1 .container .box .public-img::before {
  padding-top: calc(756/1520*100%);
}
@media (max-width: 991px) {
  .product-box1 .container .box .public-img::before {
    padding-top: 100%;
  }
}
.product-box1 .container .box .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .product-box1 .container .box .tbox {
    padding: 0 0.3rem 0.3rem;
  }
}
.product-box1 .container .box .tbox .tb .titles {
  line-height: calc(74/64);
  color: #010101;
}
.product-box1 .container .box .tbox .tb .txt {
  line-height: calc(28/20);
  color: #000;
  margin-top: 0.3rem;
}
.product-box1 .container .box .tbox .more {
  display: flex;
}
.product-box1 .container .box .tbox .more a {
  height: 36px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #010101;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .product-box1 .container .box .tbox .more a {
    height: 32px;
  }
}
.product-box2 {
  width: 100%;
  margin-top: 0.3rem;
}
.product-box2 .container {
  max-width: 1520px;
}
.product-box2 .container .box {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.18rem;
  background: #fff;
}
.product-box2 .container .box .public-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-box2 .container .box .public-img::before {
  padding-top: calc(756/1520*100%);
}
@media (max-width: 991px) {
  .product-box2 .container .box .public-img::before {
    padding-top: 100%;
  }
}
.product-box2 .container .box .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .product-box2 .container .box .tbox {
    padding: 0 0.3rem 0.3rem;
  }
}
.product-box2 .container .box .tbox .tb .title {
  line-height: calc(74/64);
  color: #010101;
}
.product-box2 .container .box .tbox .tb .txt {
  line-height: calc(28/20);
  color: #000;
  margin-top: 0.3rem;
}
.product-box2 .container .box .tbox .more {
  display: flex;
}
.product-box2 .container .box .tbox .more a {
  height: 36px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #010101;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .product-box2 .container .box .tbox .more a {
    height: 32px;
  }
}
.product-box3 {
  width: 100%;
  margin-top: 0.3rem;
}
.product-box3 .container {
  max-width: 1520px;
  position: relative;
  z-index: 1;
}
.product-box3 .container .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-box3 .container .swiper-container .swiper-slide .box {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.18rem;
  background: #fff;
}
.product-box3 .container .swiper-container .swiper-slide .box .public-img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.product-box3 .container .swiper-container .swiper-slide .box .public-img::before {
  padding-top: calc(756/1520*100%);
}
@media (max-width: 991px) {
  .product-box3 .container .swiper-container .swiper-slide .box .public-img::before {
    padding-top: 100%;
  }
}
.product-box3 .container .swiper-container .swiper-slide .box .tbox {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 0.5rem 0.5rem;
}
@media (max-width: 767px) {
  .product-box3 .container .swiper-container .swiper-slide .box .tbox {
    padding: 0 0.3rem 0.5rem;
  }
}
.product-box3 .container .swiper-container .swiper-slide .box .tbox .tb .title {
  line-height: calc(74/64);
  color: #010101;
}
.product-box3 .container .swiper-container .swiper-slide .box .tbox .tb .txt {
  line-height: calc(28/20);
  color: #000;
  margin-top: 0.3rem;
}
.product-box3 .container .swiper-container .swiper-slide .box .tbox .more {
  display: flex;
}
.product-box3 .container .swiper-container .swiper-slide .box .tbox .more a {
  height: 36px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #010101;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .product-box3 .container .swiper-container .swiper-slide .box .tbox .more a {
    height: 32px;
  }
}
.product-box3 .container .link-list {
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
  z-index: 3;
}
@media (max-width: 767px) {
  .product-box3 .container .link-list {
    right: 0.3rem;
  }
}
.product-box3 .container .link-list ul li {
  display: none;
}
.product-box3 .container .link-list ul li.on {
  display: flex;
}
.product-box3 .container .link-list ul li .more {
  display: flex;
}
.product-box3 .container .link-list ul li .more a {
  height: 36px;
  border-radius: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #010101;
  padding: 0 0.25rem;
}
@media (max-width: 767px) {
  .product-box3 .container .link-list ul li .more a {
    height: 32px;
  }
}
.product-box3 .container .swiper-prev,
.product-box3 .container .swiper-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #F3F3F3;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .product-box3 .container .swiper-prev,
  .product-box3 .container .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.product-box3 .container .swiper-prev img,
.product-box3 .container .swiper-next img,
.product-box3 .container .swiper-prev svg,
.product-box3 .container .swiper-next svg {
  width: 8px;
  height: auto;
  object-fit: contain;
}
.product-box3 .container .swiper-prev:hover,
.product-box3 .container .swiper-next:hover {
  background: #000;
  color: #fff;
}
.product-box3 .container .swiper-prev {
  left: 0.48rem;
}
@media (max-width: 767px) {
  .product-box3 .container .swiper-prev {
    left: 0.3rem;
  }
}
.product-box3 .container .swiper-next {
  right: 0.48rem;
}
@media (max-width: 767px) {
  .product-box3 .container .swiper-next {
    right: 0.3rem;
  }
}
.product-box3 .container .swiper-next img,
.product-box3 .container .swiper-next svg {
  transform: rotateZ(180deg);
}
.product-box3 .container .swiper-pagination {
  font-size: 0;
  bottom: 0.24rem;
}
.product-box3 .container .swiper-pagination .swiper-pagination-bullet {
  width: 0.32rem;
  height: 4px;
  border-radius: 2px;
  background: #ddd;
  opacity: 1;
  margin: 0 2px;
  transition: all 0.4s;
}
.product-box3 .container .swiper-pagination .swiper-pagination-bullet-active {
  background: #1E1E1E;
}
.product-info-banner {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 1;
}
.product-info-banner .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.product-info-banner .img img,
.product-info-banner .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-info-banner .img video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-info-banner .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2.2rem;
  z-index: 2;
  display: flex;
  justify-content: center;
}
.product-info-banner .container .box {
  width: 356px;
  max-width: 100%;
  position: relative;
  z-index: 1;
  padding: 0.32rem 0;
}
.product-info-banner .container .box .line {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 1;
}
.product-info-banner .container .box .line::before {
  content: '';
  width: 12px;
  height: 12px;
  border-top: 1.5px solid rgba(255, 255, 255, 0.54);
  border-left: 1.5px solid rgba(255, 255, 255, 0.54);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px 0 0 0;
}
.product-info-banner .container .box .line::after {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.54);
  border-left: 1.5px solid rgba(255, 255, 255, 0.54);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 0 0 0 8px;
}
.product-info-banner .container .box .line.lin1 {
  left: 0;
}
.product-info-banner .container .box .line.lin2 {
  right: 0;
  transform: rotateZ(180deg);
}
.product-info-banner .container .box .title {
  color: #fff;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
.product-info-banner .container .box .txt {
  line-height: calc(24/20);
  color: #fff;
  text-align: center;
  margin-top: 0.16rem;
}
.product-info-box1 {
  width: 100%;
  position: relative;
  z-index: 1;
  padding: 8px;
}
.product-info-box1 .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.product-info-box1 .img img,
.product-info-box1 .img video {
  width: 100%;
}
.product-info-box1 .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-info-box1 .container {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.2rem;
  z-index: 2;
}
.product-info-box1 .container .title {
  line-height: calc(62/52);
  text-align: center;
  color: #fff;
}
.product-info-box1 .container .txt {
  margin-top: 0.24rem;
  line-height: calc(24/16);
  text-align: center;
  color: #fff;
}
.product-info-box2 {
  width: 100%;
  padding: 0.8rem 0 1.2rem;
}
.product-info-box2 .container {
  max-width: 1520px;
}
.product-info-box2 .container .list {
  width: 100%;
}
.product-info-box2 .container .list ul li {
  position: sticky;
  position: -webkit-sticky;
  top: 0.8rem;
  z-index: 1;
  margin-bottom: 8px;
}
.product-info-box2 .container .list ul li:last-child {
  margin-bottom: 0;
}
.product-info-box2 .container .list ul li .public-img {
  width: 100%;
  border-radius: 0.24rem;
}
.product-info-box2 .container .list ul li .public-img::before {
  padding-top: calc(756/1520*100%);
}
@media (max-width: 991px) {
  .product-info-box2 .container .list ul li .public-img::before {
    padding-top: 120%;
  }
}
.product-info-box2 .container .list ul li .public-img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.product-info-box2 .container .list ul li .tbox {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: 4;
  padding: 0.8rem 0.6rem;
}
@media (max-width: 767px) {
  .product-info-box2 .container .list ul li .tbox {
    padding: 0.4rem;
  }
}
.product-info-box2 .container .list ul li .tbox .t1 {
  line-height: calc(44/36);
  color: #fff;
}
.product-info-box2 .container .list ul li .tbox .t2 {
  line-height: calc(24/16);
  color: #fff;
  margin-top: 0.16rem;
}
@media (max-width: 991px) {
  .product-info-box2 .container .list ul li .tbox .t2 {
    width: 100%;
  }
}
.product-info-box3 {
  width: 100%;
  padding: 0 8px;
}
.product-info-box3 .container .title {
  line-height: calc(44/36);
  text-align: center;
  color: #212121;
}
.product-info-box3 .container .txt {
  line-height: calc(24/16);
  text-align: center;
  margin-top: 0.16rem;
  color: #666;
}
.product-info-box3 .list {
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 0.6rem;
}
.product-info-box3 .list .swiper-container {
  width: 100%;
  overflow: hidden;
}
.product-info-box3 .list .swiper-container .swiper-slide {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.product-info-box3 .list .swiper-container .swiper-slide .img {
  width: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.product-info-box3 .list .swiper-container .swiper-slide .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  border-radius: 0.24rem;
}
.product-info-box3 .list .swiper-prev,
.product-info-box3 .list .swiper-next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.4s;
  display: none;
}
@media (max-width: 767px) {
  .product-info-box3 .list .swiper-prev,
  .product-info-box3 .list .swiper-next {
    width: 32px;
    height: 32px;
  }
}
.product-info-box3 .list .swiper-prev img,
.product-info-box3 .list .swiper-next img,
.product-info-box3 .list .swiper-prev svg,
.product-info-box3 .list .swiper-next svg {
  width: 8px;
  height: auto;
  object-fit: contain;
}
.product-info-box3 .list .swiper-prev:hover,
.product-info-box3 .list .swiper-next:hover {
  background: #000;
  color: #fff;
}
.product-info-box3 .list .swiper-prev {
  left: 0.48rem;
}
@media (max-width: 767px) {
  .product-info-box3 .list .swiper-prev {
    left: 0.3rem;
  }
}
.product-info-box3 .list .swiper-next {
  right: 0.48rem;
}
@media (max-width: 767px) {
  .product-info-box3 .list .swiper-next {
    right: 0.3rem;
  }
}
.product-info-box3 .list .swiper-next img,
.product-info-box3 .list .swiper-next svg {
  transform: rotateZ(180deg);
}
.product-info-box3 .list .swiper-pagination {
  font-size: 0;
  bottom: 0.24rem;
}
.product-info-box3 .list .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 2px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  margin: 0 2px;
  transition: all 0.4s;
}
.product-info-box3 .list .swiper-pagination .swiper-pagination-bullet-active {
  background: #212121;
}
.product-info-box4 {
  width: 100%;
  padding: 8px;
}
.product-info-box4 .box {
  width: 100%;
  border-radius: 0.24rem;
}
.product-info-box4 .box .container {
  max-width: 1564px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.product-info-box4 .box .container .img {
  width: calc(600/1564*100%);
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box4 .box .container .img {
    width: 100%;
  }
}
.product-info-box4 .box .container .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-info-box4 .box .container .list {
  width: calc(764/1564*100%);
  padding: 1rem 0 0;
}
@media (max-width: 991px) {
  .product-info-box4 .box .container .list {
    width: 100%;
    order: -1;
  }
}
.product-info-box4 .box .container .list .title {
  line-height: calc(62/52);
  color: #000;
}
.product-info-box4 .box .container .list .txt {
  margin-top: 0.24rem;
  line-height: calc(24/16);
  color: #1E1E1E;
}
.product-info-box4 .box .container .list ul li {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(102, 102, 102, 0.2);
  padding: 0.4rem 0;
}
.product-info-box4 .box .container .list ul li:last-child {
  border-bottom: none;
}
.product-info-box4 .box .container .list ul li .tb:nth-child(1) {
  width: calc(354/764*100%);
}
.product-info-box4 .box .container .list ul li .tb .t1 {
  color: #666;
  line-height: calc(25/20);
}
.product-info-box4 .box .container .list ul li .tb .t2 {
  display: flex;
  align-items: baseline;
  color: #1E1E1E;
  line-height: 1;
  margin-top: 0.1rem;
}
.product-info-box5 {
  width: 100%;
  padding: 1.2rem 0 1rem;
}
.product-info-box5 .container .title {
  text-align: center;
  line-height: 1;
  color: #1E1E1E;
}
.product-info-box5 .container .data {
  width: 1050px;
  height: 910px;
  overflow: hidden;
  max-width: 100%;
  margin: 0.6rem auto 0;
  position: relative;
  z-index: 1;
}
.product-info-box5 .container .data .tbox {
  width: 100%;
  overflow-x: auto;
}
.product-info-box5 .container .data .tbox::-webkit-scrollbar {
  height: 8px;
}
.product-info-box5 .container .data table {
  width: 1050px;
  border: 1px solid #F5F5F5;
  line-height: calc(24/14);
  color: #212121;
}
.product-info-box5 .container .data table thead {
  border-bottom: 1px solid #F5F5F5;
}
.product-info-box5 .container .data table thead tr th {
  padding: 0.16rem;
  border-right: 1px solid #F5F5F5;
  text-align: left;
  font-weight: bold;
}
.product-info-box5 .container .data table thead tr th:last-child {
  border-right: none;
}
.product-info-box5 .container .data table thead tr th:nth-child(1) {
  text-align: center;
  font-weight: initial;
}
.product-info-box5 .container .data table tbody tr {
  border-bottom: 1px solid #F5F5F5;
}
.product-info-box5 .container .data table tbody tr:nth-child(odd) {
  background: #FAFAFA;
}
.product-info-box5 .container .data table tbody tr td {
  padding: 0.16rem;
  border-right: 1px solid #F5F5F5;
}
.product-info-box5 .container .data table tbody tr td:last-child {
  border-right: none;
}
.product-info-box5 .container .data table tbody tr td:nth-child(1) {
  padding: 0.16rem 0.1rem;
}
.product-info-box5 .container .data .more {
  width: 100%;
  height: 2.2rem;
  background: linear-gradient(to top, #ffffff, rgba(255, 255, 255, 0));
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  padding-top: 1.3rem;
}
.product-info-box5 .container .data .more span {
  width: 153px;
  height: 0.6rem;
  border-radius: 0.3rem;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  color: #1E1E1E;
  box-shadow: 0 0.18rem 0.25rem 0 rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.product-info-box5 .container .data.show {
  height: auto;
}
.product-info-box5 .container .data.show .more {
  display: none;
}
.product-info-box6 {
  width: 100%;
  padding: 0 8px;
}
.product-info-box6 .box {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 0.24rem;
  overflow: hidden;
  padding: 1.25rem 0 0.95rem;
}
.product-info-box6 .box .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.product-info-box6 .box .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.product-info-box6 .box .container {
  max-width: 1504px;
  position: relative;
  z-index: 2;
}
.product-info-box6 .box .container .title {
  text-align: center;
  line-height: calc(62/52);
  color: #212121;
}
.product-info-box6 .box .container .list {
  width: 100%;
  margin-top: 0.45rem;
}
.product-info-box6 .box .container .list ul li {
  width: 100%;
  background: #fff;
  border-radius: 0.16rem;
  margin-bottom: 0.16rem;
  transition: all 0.4s;
}
.product-info-box6 .box .container .list ul li:last-child {
  margin-bottom: 0;
}
.product-info-box6 .box .container .list ul li .top {
  width: 100%;
  height: 0.8rem;
  padding: 0 0.24rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.product-info-box6 .box .container .list ul li .top .t1 {
  line-height: calc(32/24);
  color: #212121;
}
.product-info-box6 .box .container .list ul li .top .icon {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-info-box6 .box .container .list ul li .top .icon {
    width: 20px;
    height: 20px;
  }
}
.product-info-box6 .box .container .list ul li .top .icon img,
.product-info-box6 .box .container .list ul li .top .icon svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.product-info-box6 .box .container .list ul li .top .icon img:nth-child(2),
.product-info-box6 .box .container .list ul li .top .icon svg:nth-child(2) {
  display: none;
}
.product-info-box6 .box .container .list ul li .down {
  padding: 0 0.24rem;
  display: none;
}
.product-info-box6 .box .container .list ul li .down .link {
  border-bottom: 1px solid #EEEEEE;
}
.product-info-box6 .box .container .list ul li .down .link:last-child {
  border-bottom: none;
}
.product-info-box6 .box .container .list ul li .down .link a {
  width: 100%;
  padding: 0.2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-info-box6 .box .container .list ul li .down .link a span {
  color: #797979;
  line-height: calc(32/24);
  transition: all 0.4s;
}
.product-info-box6 .box .container .list ul li .down .link a i {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .product-info-box6 .box .container .list ul li .down .link a i {
    width: 20px;
    height: 20px;
  }
}
.product-info-box6 .box .container .list ul li .down .link a:hover span {
  color: #000;
}
.product-info-box6 .box .container .list ul li:hover {
  box-shadow: 0 0 0.1rem 0 rgba(0, 0, 0, 0.1);
}
.product-info-box6 .box .container .list ul li.on .top .icon img:nth-child(1),
.product-info-box6 .box .container .list ul li.on .top .icon svg:nth-child(1) {
  display: none;
}
.product-info-box6 .box .container .list ul li.on .top .icon img:nth-child(2),
.product-info-box6 .box .container .list ul li.on .top .icon svg:nth-child(2) {
  display: block;
}
.product-info-box7 {
  width: 100%;
  padding: 1.28rem 0 0.88rem;
}
.product-info-box7 .container {
  max-width: 1504px;
}
.product-info-box7 .container .title {
  text-align: center;
  line-height: 1;
  color: #212121;
}
.product-info-box7 .container .box {
  width: 100%;
  margin-top: 0.6rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-info-box7 .container .box .img {
  width: calc(516/1504*100%);
  border-radius: 0.16rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .product-info-box7 .container .box .img {
    width: 100%;
  }
}
.product-info-box7 .container .box .img img {
  width: 100%;
}
.product-info-box7 .container .box .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product-info-box7 .container .box .form {
  width: calc(928/1504*100%);
}
@media (max-width: 991px) {
  .product-info-box7 .container .box .form {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.product-info-box7 .container .box .form form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-info-box7 .container .box .form form .item {
  width: calc(444/928*100%);
  margin-bottom: 0.16rem;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .product-info-box7 .container .box .form form .item {
    width: 100%;
  }
}
.product-info-box7 .container .box .form form .item:last-child {
  margin-bottom: 0;
}
.product-info-box7 .container .box .form form .item.w100 {
  width: 100%;
}
.product-info-box7 .container .box .form form .item .t1 {
  width: 100%;
  font-size: 12px;
  line-height: 26px;
  color: #212121;
}
.product-info-box7 .container .box .form form .item .t1 i {
  font-style: initial;
  color: #F00000;
}
.product-info-box7 .container .box .form form .item .t2 {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  border: 1px solid #B4B5B7;
  padding: 0 0.16rem;
  color: #1E1E1E;
}
.product-info-box7 .container .box .form form .item .t2::placeholder {
  color: #BABABA;
}
.product-info-box7 .container .box .form form .item .code {
  width: 100%;
  display: flex;
}
.product-info-box7 .container .box .form form .item .code .yzm {
  flex-shrink: 0;
  width: 116px;
  height: 40px;
  border: 1px solid #B4B5B7;
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.1rem;
}
.product-info-box7 .container .box .form form .item .t3 {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #B4B5B7;
  padding: 0.1rem 0.16rem;
}
.product-info-box7 .container .box .form form .item .t3::placeholder {
  color: #BABABA;
}
.product-info-box7 .container .box .form form .item .sub {
  width: 144px;
  height: 50px;
  background: #010101;
  border-radius: 25px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-top: 0.44rem;
}
@media (max-width: 767px) {
  .product-info-box7 .container .box .form form .item .sub {
    margin: 0.44rem auto 0;
  }
}
.product-info-box7 .container .box .form form .layui-form-select {
  width: 100%;
}
.product-info-box7 .container .box .form form .layui-form-select .layui-input {
  width: 100%;
  height: 40px;
  border-radius: 8px;
  color: #1e1e1e;
  border: none;
  padding-left: 0.16rem;
  font-size: 12px;
  border: 1px solid #B4B5B7;
}
.product-info-box7 .container .box .form form .layui-form-select .layui-input::placeholder {
  color: #BABABA;
}
.product-info-box7 .container .box .form form .layui-form-select .layui-input:focus {
  box-shadow: none;
  border: 1px solid #B4B5B7 !important;
}
.product-info-box7 .container .box .form form .layui-form-select .layui-edge {
  width: 8px;
  height: 8px;
  border: none;
  border-left: 1px solid #06091C;
  border-bottom: 1px solid #06091C;
  transform: rotateZ(-45deg);
  right: 18px;
  margin-top: -5px;
}
@media (min-width: 1261px) {
  .product-info-box7 .container .box .form form .layui-form-select dl {
    top: 40px;
  }
}
.product-info-box7 .container .box .form form .layui-form-selected .layui-edge {
  margin-top: 0;
  transform: rotateZ(-225deg);
}
@media (min-width: 1261px) {
  .product-info-box7 .container .box .form form .layui-form-selectup dl {
    bottom: 40px;
  }
}
