/* 产品图 */

.products-details-potho {
  position: relative;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: fit-content;

}


.thumbs-photo-list-wrapper {
  position: absolute;
  top: 30px;
  height: 440px;
  width: 100px;
  overflow: hidden;
}

.thumbs-potho-div .up {
  position: absolute;
  top: 0px;
  left: 42px;
}

.thumbs-potho-div .down {
  position: absolute;
  bottom: 0;
  left: 42px;
}

.thumbs-potho-list {
  width: 100px;
  position: absolute;
}

.thumbs-potho-list::-webkit-scrollbar {
  display: none;
}

.thumbs-potho-list li {
  height: 100px;
  width: 100px;
  margin-bottom: 10px;
  border: 1px solid #e5e5e5;
  cursor: pointer;
}

.thumbs-potho-list li:hover,
.thumbs-potho-list li.current {
  border-color: #dd3333;
}

.thumbs-potho-div {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  position: relative;
  width: 100px;
  height: 490px;
}

.thumbs-potho-div p {
  display: flex;
  justify-content: center;
  cursor: pointer;
}

.thumbs-potho-div .up {
  margin-bottom: 10px;
}

/* 缩略图end */

/* 右侧图片start */
.medium-potho-div {
  position: relative;
  width: 760px;
  height: 482px;
  margin-left: 10px;
  overflow: hidden;
}

.medium-potho-div .small-box {
  position: absolute;
  width: 760px;
  height: 482px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #e5e5e5;
}

.medium-potho-div .small-box img {
  width: 482px;
  height: 482px;
  margin: auto;
  transition: all 1s;
}

.medium-potho-div:hover .small-box img {
  transform: scale(1.3);
  transition: all 1s;
}


/* products video */

.products-page-video .c-video {
  position: fixed;
  top: 0;
}

.products-page-video .c-video__container {
  width: 800px;
  height: auto;
  overflow: inherit;
}

.products-video {
  position: relative;
  height: 100%;
  margin-top: 140px;
}

.products-video .mask {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.products-video-content {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  justify-items: center;
}


/* 水波纹 start */
@-webkit-keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

@keyframes wateranimate {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.waters {
  position: relative;
  width: 100%;
  height: 78px;
  max-width: 250px;
  margin: auto;
  cursor: pointer;
  margin-bottom: 10px;
}

.waters::after {
  position: absolute;
  content: '';
  height: 64px;
  width: 100px;
  top: -15px;
  left: 50%;
  transform: translate(-50%);
  background: url(/lib/images/products_details/icon_video.svg) no-repeat center;
  cursor: pointer;
  z-index: 10;
}

.waters::before {
  position: absolute;
  top: -14px;
  left: 50%;
  content: '';
  height: 64px;
  width: 64px;
  border-radius: 50%;
  background: #DA2725;
  transform: translateX(-50%);
}


.water2 {
  -webkit-animation: wateranimate 10s 4s linear infinite;
  animation: wateranimate 10s 2s linear infinite;
}

.water3 {
  -webkit-animation: wateranimate 10s 2s linear infinite;
  animation: wateranimate 10s 2s linear infinite;
}

.water4 {
  -webkit-animation: wateranimate 4s 0s linear infinite;
  animation: wateranimate 10s 0s linear infinite;
}

.water2,
.water3,
.water4 {
  padding: 30%;
  position: absolute;
  left: 20%;
  top: -9px;
  box-shadow: 0 0 120px 30px #DA2725 inset;
  border-radius: 100%;
  z-index: 1;
  opacity: 0;
}

/* 水波纹 end */

.video-text {
  position: absolute;
  top: 83%;
  left: 28%;
  font-family: 'Rajdhani-Bold';
  font-size: 16px;
  color: #202020;
  margin-top: 10px;
}

/* products video end */

/* 产品图 end */

.products-content {
  width: 100%;
}

.products-details-content {
  justify-content: space-between;
}

.products-details-container {
  padding-bottom: 100px;
}

.products-details-content .content {
  max-width: 880px;
  width: 100%;
  margin-right: 30px;
}

.products-details-content h1,
.products-details-title {
  color: #202020;
  font-size: 32px;
  line-height: 1.3;
  font-family: 'Rajdhani-Bold';
}

.products-details-content .xian {
  margin: 30px 0;
  width: 100%;
  height: 3px;
  background: #e5e5e5;
}

.products-details-content .text {
  margin-bottom: 50px;
}


/* 详情介绍 */
.products-details-title {
  margin: 40px 0 20px;
}

.products-details-show .article p,
.products-details-show .article .text {
  margin: 10px 0;
}



.products-details-show .article ul li {
  position: relative;
  text-indent: 35px;
  line-height: 1.5;
  margin-bottom: 10px;
}

.products-details-show .article ul li::before {
  position: absolute;
  top: 8px;
  left: 20px;
  height: 5px;
  width: 5px;
  content: '';
  border-radius: 50%;
  background: #202020;
}

.products-details-show .article ul li strong {
  font-family: 'Barlow-Bold';
}

.products-details-show .table {
  width: 100%;
  padding: 30px 0 0;
  margin-bottom: 30px;
  margin-top: 35px;
  overflow: auto;
  border-top: 3px solid #e5e5e5;
}

.products-details-show thead {
  height: 80px;
  color: #202020;
  font-family: 'Barlow-Bold';
  background: #f0f2f3;
}

.products-details-show td {
  padding: 16.5px 10px;
  /* text-align: center; */
  overflow: scroll;
}

.products-details-show td::-webkit-scrollbar {
  display: none;
}

.products-details-show td a img {
  margin-right: 10px;
  flex-shrink: 0;
}

.products-details-show td a span {
  color: #dd3333;
}

.end-text {
  color: #666;
  font-style: italic;
  margin-bottom: 0 !important;
}

.end-text a {
  color: #dd3333;
  white-space: nowrap;
}

.end-text a:hover {
  text-decoration: underline;
}

.products-details-show .table  p {
  margin-bottom: 10px;
}

.products-details-show .table  p strong {
  margin: 5px 0 2px;
}
.products-details-show .table ol li{
    margin-bottom: 10px;
}
.products-details-show .table ol p{
    display: inline;
}


/* 右侧表单 */
.products-contact-form .form {
  position: sticky;
  top: 120px;
  width: 440px;

}

.form-title {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-family: 'Rajdhani-Bold';
  background: #dd3333;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.form-content {
  padding: 40px 40px 66px;
  color: #666;
  background: #f0f2f3;
}

.form-content .input {
  margin-bottom: 20px;
}

.form-content label {
  display: block;
  margin-bottom: 10px;
}

.form-content textarea {
  height: 100px;

}

.form-content .send-div {
  margin-top: 40px;
}

.form-content .send-div .checkbox {
  width: 24px;
  height: 24px;
  margin-right: 20px;
  cursor: pointer;
  flex-shrink: 0;
}

.form-content .send-div .send input {
  margin: 24px auto 0;
  width: 200px;
  cursor: pointer;
  color: #fff;
  font-family: 'Barlow-Bold';
  background: #011e34;
  transition: all 0.8s;
}

.form-content .send-div .send input:hover {
  background: #dd3333;
  transition: all 0.8s;
}




/* 热推产品 */
.related-products-container {
  padding-bottom: 100px;
}

.related-products-container .title {
  text-align: center;
  margin-bottom: 30px;
}

.related-pro-item-div {
  position: relative;
  padding: 30px 30px 50px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.related-pro-item {
  position: relative;
  display: block;

}

.related-pro-img {
  position: relative;
  margin-bottom: 30px;
}

.related-pro-img img {
  margin: auto;
}

.related-pro-img .mask {
  position: absolute;
  top: 25%;
  left: 50%;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(-50%);
  opacity: 0;
  background: rgba(1, 30, 52, 0.7) url(/lib/images/index/icon_hover_arrow.svg) center no-repeat;
}

.related-pro-desc {
  position: relative;
}

.related-pro-desc h4 {
  height: 90px;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 1.5;
  color: #202020;
  font-family: 'Rajdhani-Medium';
  -webkit-line-clamp: 3;
}

.related-pro-desc .model {
  font-size: 14px;
  color: #666;
}

.get-inquery {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 11;
  width: 80%;
  height: 48px;
  display: none;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  font-family: 'Barlow-Bold';
  background: #011e34;
  transform: translateX(-50%);
  transition: all 0.5s;
}

.related-pro-desc::after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 70%;
  content: '';
  display: none;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 1));
}

.related-pro-item-div:hover {
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
}

.related-pro-item-div:hover .related-pro-desc::after {
  display: block;
}


.related-pro-item-div:hover .get-inquery {
  display: flex;
}

.get-inquery:hover {
  background: #dd3333;
}

.related-pro-item-div:hover .mask {
  opacity: 1;
}

.related-pro-item-div:hover .related-pro-img img {
  opacity: 0.5;
}











@media (max-width: 1400px) {

  .medium-potho-div,
  .medium-potho-div .small-box {
    width: 600px;
  }

  .products-contact-form .form {
    width: 390px;
  }

  .form-content {
    padding: 40px 30px;
  }
}

@media (max-width: 1279px) {
  .related-products-swiper {
    padding-bottom: 50px;
  }

  .related-swiper-pagination {
    margin: auto;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
  }

  .related-swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }

  .related-swiper-pagination .swiper-pagination-bullet-active {
    background: #dd3333;
  }
}

@media (max-width: 1200px) {
  .products-details-content .content {
    max-width: 100%;
  }

  .medium-potho-div,
  .medium-potho-div .small-box {
    width: 760px;
  }

  .medium-potho-div {
    margin-left: 0;
  }

  .products-details-potho-div .contents {
    flex-direction: column-reverse;
  }

  .thumbs-potho-div {
    height: 130px;
  }

  .thumbs-photo-list-wrapper {
    width: 100%;
    height: 140px;
    left: 30px;
  }

  .thumbs-potho-div {
    width: 100%;
  }

  .thumbs-potho-list {
    width: auto;
    display: flex;
  }

  .thumbs-potho-list li {
    margin-bottom: 0;
    margin-right: 10px;
    width: 90px;
    height: 90px;
  }

  .thumbs-potho-div .up {
    position: absolute;
    top: 63px;
    left: 0;
    transform: rotate(-90deg);
  }

  .thumbs-potho-div .down {
    position: absolute;
    bottom: 50px;
    right: 0px;
    left: auto;
    transform: rotate(-90deg);
  }

  .products-contact-form {
    display: none;
  }
}


@media (max-width: 1023px) {
  .products-details-content .content {
    max-width: 100%;
    margin-right: 0;
  }

  .products-details-content h1,
  .products-details-title {
    font-size: 28px;
  }

  .products-details-container,
  .related-products-container {
    padding-bottom: 70px;
  }
  .products-details-content .text{
    margin-bottom: 30px;
  }
}

@media (max-width: 850px) {

  .medium-potho-div,
  .medium-potho-div .small-box {
    width: 700px;
  }
}


@media (max-width: 767px) {

  .products-details-content h1,
  .products-details-title {
    font-size: 24px;
  }

  .products-details-potho-div .contents {
    width: 100%;
  }

  .medium-potho-div,
  .medium-potho-div .small-box {
    max-width: 766px;
    width: 100%;
    height: 320px;
  }

  .thumbs-photo-list-wrapper {
    width: 87%;
  }

  .thumbs-potho-list {
    width: fit-content;
  }

  .products-details-container,
  .related-products-container {
    padding-bottom: 40px;
  }

  .thumbs-potho-div .down {
    bottom: 44px;
    right: -35px;
    z-index: 10;
    background: #fff;
    padding-top: 25px;
    height: 20px;
    width: 95px;
  }

  .thumbs-potho-div .down img {
    width: 16px;
    height: 16px;
    margin-top: -12px;
  }

  .products-details-show .table {
    padding-bottom: 15px;
  }
}