﻿.products-view {
  background-color: #2c2c2c;
}

.serie-banner {
}

.serie-banner img {
  width: 100%;
}
.serie-banner img.banner {
  display: none;
}

.serie-models {
  background-color: #e6e6e6;
  padding-top: 15px;
  padding-bottom: 15px;
}
.serie-models h3 {
  font-family: "siyuanheiti-blod";
  color: #292929;
  font-size: 20px;
  margin: 0;
  padding: 12px 22px;
  white-space: nowrap;
}

.models-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 15px;
}
.models-wrap > .swiper-button-prev,
.models-wrap > .swiper-button-next,
.models-wrap > .swiper-wrapper,
.models-wrap > .swiper-notification {
  display: none;
}

.models-item {
  color: #3c3c3c;
  font-size: 16px;
  line-height: 1;
  display: block;
  padding: 12px 22px;
  width: 45%;
  margin-bottom: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}
.models-item:focus {
  color: #3c3c3c;
  outline: none;
}

.models-item:hover,
.models-item.active {
  color: #fff;
  background-color: #028be6;
}

@media (min-width: 768px) {
  .serie-banner img.banner {
    display: block;
  }
  .serie-banner img.banner-small {
    display: none;
  }

  .serie-models {
    padding-top: 0;
    padding-bottom: 0;
  }
  .serie-models .container-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .serie-models h3 {
    font-size: 26px;
  }

  .models-wrap {
    justify-content: flex-end;
    padding: 0;
    position: relative;
    overflow: hidden;
    padding-left: 35px;
    padding-right: 35px;
  }

  .models-item {
    width: auto;
    margin-bottom: 0;
    padding: 30px 45px;
  }
  .models-item.mobile {
    display: none;
  }
  .models-wrap > .swiper-button-prev,
  .models-wrap > .swiper-button-next {
    display: block;
    height: 76px;
    width: 30px;
    margin-top: 0;
    top: 0;
    background-color: #e6e6e6;
  }
  .models-wrap > .swiper-button-prev {
    left: 0;
  }
  .models-wrap > .swiper-button-next {
    right: 0;
  }
  .models-wrap > .swiper-wrapper {
    display: flex;
  }
}

.model-product-img .container-wrap {
  display: flex;
  flex-direction: column-reverse;
  padding: 12% 10%;
}

.product-main-img,
.product-thumb-img {
  overflow: hidden;
}

.model-product-img-swiper {
  position: relative;
}

.model-product-img-item img {
  width: 100%;
}

.model-product-img-item img {
  width: 100%;
}

.product-thumb-img {
  margin-bottom: 35px;
}

.product-thumb-img h3 {
  font-family: "siyuanheiti-blod";
  color: #e6e6e6;
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 0;
}
.product-thumb-img h4 {
  color: #e6e6e6;
  font-size: 18px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.product-thumb-img .p-desc {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  /* line-height: 1; */
  background-color: #028be6;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 30px;
}
.model-product-thumb-img {
  position: relative;
}
.model-product-thumb-img > .swiper-button-prev,
.model-product-thumb-img > .swiper-button-next {
  display: none;
}

.model-product-thumb-item {
  width: auto;
  height: auto;
  border: 1px solid #4d4a4a;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
}

/* .model-product-thumb-item.swiper-slide-thumb-active {
  border-color: #028be6;
} */
.model-product-thumb-item.active {
  border-color: #028be6;
}

.model-product-thumb-item img {
  height: 40px;
}

.products-other-title {
  padding: 30px 38px 0;
}

.products-other-title h3 {
  font-family: "siyuanheiti-blod";
  font-size: 24px;
  margin-top: 0;
  color: #f3f3f3;
}
.products-other-title p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 0;
}

.products-series-wrap {
  padding-top: 2%;
}

@media (min-width: 768px) {
  .model-product-img .container-wrap {
    justify-content: space-between;
    flex-direction: row;
    padding: 5% 20px;
  }

  .product-main-img,
  .product-thumb-img {
    width: 45%;
  }

  .product-thumb-img h3 {
    font-size: 38px;
  }

  .product-thumb-img h4 {
    color: #e6e6e6;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 6%;
  }

  .product-thumb-img .p-desc {
    font-size: 16px;
  }

  .model-product-thumb-img {
    position: relative;
    padding-left: 30px;
    padding-right: 30px;
  }
  .model-product-thumb-img > .swiper-button-prev,
  .model-product-thumb-img > .swiper-button-next {
    display: block;
    height: 62px;
    width: 30px;
    background-color: #2c2c2c;
    top: 0;
    margin-top: 0;
  }
  .model-product-thumb-img > .swiper-button-prev {
    left: 0;
  }
  .model-product-thumb-img > .swiper-button-next {
    right: 0;
  }

  .model-product-thumb-item img {
    height: 60px;
  }

  .product-thumb-img .p-desc {
    margin-bottom: 10%;
  }

  .products-other {
    padding: 0 2%;
  }

  .products-other-title {
    padding: 10% 0 0;
  }
}

.detail-bar {
  background-color: #e6e6e6;
  padding: 8% 5%;
}

.detail-bar h3 {
  font-size: 24px;
  color: #2c343f;
  margin-top: 0;
  margin-bottom: 20px;
  white-space: nowrap;
  font-family: "siyuanheiti-blod";
}

.detail-bar-item-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.detail-bar-item {
  color: #3c3c3c;
  cursor: pointer;
  width: 45%;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0s;
}

.detail-bar-item.active,
.detail-bar-item:hover {
  color: #028be6;
}

.detail-item {
  display: none;
}

.detail-item.active {
  display: block;
}

.video-wrap {
}

.detail-video {
  position: relative;
  padding-top: 56.25%;
}

.detail-video .detail-video-inner {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
@media (min-width: 768px) {
  .video-wrap {
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
    padding: 15px;
    border-radius: 5px;
    background-color: #202020;
  }
  .detail-video {
  }
  .detail-bar {
    padding: 1.5vw;
  }
  .detail-bar .container-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .detail-bar h3 {
    font-size: 2.2vw;
    margin: 0;
  }
  .detail-bar-item-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .detail-bar-item {
    width: auto;
    font-size: 1.5vw;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0.8vw;
    padding-right: 0.8vw;
  }
}

@media (min-width: 1400px) {
  .detail-bar {
    padding: 20px;
  }

  .detail-bar h3 {
    font-size: 34px;
  }

  .detail-bar-item {
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.detail-main {
  padding-bottom: 30px;
}

.detail-main .func-wrap {
  padding: 10px;
  
}

.func-search-wrap {
  margin-bottom: 12px;
}

.func-search {
  background-color: transparent;
  border: 1px solid #666;
  outline: none;
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 6px 8px;
}

.func-table-wrap{
  max-height: 500px;
  overflow: auto;
}

.func-table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: transparent;
}

.func-table td {
  border-top: none;
  border-bottom: 1px solid #333;
}

.func-table td.func-not-found {
    border-bottom: none;
    color: #fff;
    font-size: 20px;
}

.icon-list,
.func-name {
  padding: 8px;
}

.func-name span {
  font-size: 16px;
  line-height: 24px;
  color: #f3f3f3;
}

.icon-list > a {
  font-size: 24px;
  line-height: 24px;
  color: #028be6;
  vertical-align: middle;
}

.param-wrap,
.pack-wrap {
  padding: 15px 20px;
}

.param-wrap h4,
.pack-wrap h4 {
  color: #f3f3f3;
}
.param-wrap > ul,
.pack-wrap > ul {
  display: flex;
  flex-wrap: wrap;
}
.param-wrap > ul > li {
  width: 100%;
}
.pack-wrap > ul > li {
  width: 50%;
}

.param-wrap > ul > li > h5 {
  color: #fff;
}
.param-wrap > ul > li > h5 > strong {
  color: #bbb;
}

.pack-wrap > ul > li {
  color: #aaa;
}

.doc-wrap {
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .detail-main {
    padding-top: 50px;
  }
  .param-wrap,
  .pack-wrap,
  .doc-wrap,
  .func-wrap {
    width: 50%;
    min-width: 600px;
    margin: 0 auto;
  }
}
