.pro-nav {
  background-color: #131414;
}

.pro-nav .swiper-container {
  width: auto;
}

.pro-nav .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 0;
}

/* .pro-nav .swiper-container .swiper-wrapper .slide_width {
  width: 16vw !important
}
.pro-nav .swiper-container .swiper-wrapper .slide_width2 {
  width: 10vw !important
}
.pro-nav .swiper-container .swiper-wrapper .slide_width3 {
  width: 22vw !important
} */

.pro-nav .swiper-container .swiper-wrapper .swiper-slide a {
  font-size: 20px;
  line-height: 80px;
  color: #8e8e8e;
  transition: all 0.3s;
  word-break: keep-all;
  white-space: nowrap;
}

.pro-nav .swiper-container .swiper-wrapper .swiper-slide a:hover {
  color: #fff;
}

.pro-nav .swiper-container .swiper-wrapper .swiper-slide.active a {
  color: #fff;
}

.product .pro-top {
  padding-top: 1px;
  background-color: #fff;
}

.product .title {
  margin-bottom: 0;
}

.product .pro-swiper .swiper-container {
  padding-top: 165px;
  padding-bottom: 192px;
}

.product .pro-swiper .swiper-container .swiper-wrapper {
  align-items: center;
}

.product .pro-swiper .swiper-container .swiper-slide {
  transition: all 0.3s;
  position: relative;
}

.product .pro-swiper .swiper-container .swiper-slide .mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

.product .pro-swiper .swiper-container .swiper-slide-active {
  z-index: 2;
  transform: scale(1.5);
}

.product .pro-swiper .swiper-container .swiper-slide-active .mask {
  display: none;
}

.product .pro-swiper .swiper-container .swiper-button-next {
  right: 21%;
}

.product .pro-swiper .swiper-container .swiper-button-prev {
  left: 21%;
}

.product .pro-swiper .swiper-container .swiper-button-next,
.product .pro-swiper .swiper-container .swiper-button-prev {
  width: 62px;
  height: 62px;
  background-color: rgba(0, 0, 0, 0.6);
  background-size: 10px;
  border-radius: 50%;
}

.product .pro-swiper .swiper-container .swiper-button-next:focus,
.product .pro-swiper .swiper-container .swiper-button-prev:focus {
  outline: none;
}

.product .pro-swiper .swiper-container .swiper-pagination-bullets,
.product .pro-swiper .swiper-container .swiper-pagination-custom,
.product .pro-swiper .swiper-container .swiper-pagination-fraction {
  bottom: 55px;
}

.product .pro-swiper .swiper-container .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #e5e3e3;
  opacity: 1;
}

.product .pro-swiper .swiper-container .swiper-pagination-bullet:focus {
  outline: none;
}

.product .pro-swiper .swiper-container .swiper-pagination-bullet-active {
  background-color: #acacac;
}

.product .pro-swiper .home-video-play {
  width: 80px;
  height: 80px;
}

.product .pro-content {
  position: relative;
}

.product .pro-content .buy {
  position: absolute;
  top: 65%;
  left: 56%;
}

.product .pro-content .buy h5 {
  width: 120px;
  height: 46px;
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 25px;
  cursor: pointer;
}

.product .pro-content .buy ul {
  width: 130px;
  position: absolute;
  top: 54px;
  left: -2.5px;
  background-color: #fff;
  border-radius: 20px;
  padding: 18px 22px;
  transform-origin: top;
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
  -moz-transform: rotateX(90deg);
  -ms-transform: rotateX(90deg);
  transition: all 0.3s;
}

.product .pro-content .buy ul li {
  border-bottom: 1px solid #cfcfd1;
  text-align: center;
}

.product .pro-content .buy ul li:last-child {
  border: 0;
}

.product .pro-content .buy ul li a {
  font-size: 16px;
  color: #000;
  line-height: 32px;
}

.product .pro-content .buy:hover ul {
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
}

.product .pro-content .black-btn {
  left: 18.5%;
}

.product .pro-content .black-btn h5 {
  border-color: #000;
  background-color: #000;
}

.product .pro02 .buy {
  left: 16%;
}

.product .pro04 .buy {
  left: 16%;
}

/* .layui-layer {
  background-color: transparent !important;
} */

.layui-layer-ico {
  background-image: url('../images/icon/close.png') !important;
  background-size: 44px;
  background-repeat: no-repeat;
  background-position: center !important;
  width: 44px !important;
  height: 44px !important;
}

.layui-layer-setwin {
  top: -37px !important;
  right: 30px !important;
}

.shop-list {
  display: none;
  width: 100%;
  height: 435px;
  border-radius: 20px;
  background-color: #d9d9d9;
  padding: 7px;
}

.agent {
  display: none;
}

.shop-list ul {
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.shop-list ul::-webkit-scrollbar {
  width: 0;
  display: none;
}

.shop-list ul li {
  width: 235px;
  background-color: #d40500;
  border-radius: 10px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 0 42px;
}

.shop-list ul li:last-child {
  margin-bottom: 0;
}

.shop-list ul li h5 {
  padding-left: 38px;
  background-image: url('../images/icon/shopcar2.png');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center left;
  font-size: 22px;
  color: #fff;
  line-height: 55px;
}

@media (max-width: 1600px) {
  .product .pro-content .buy ul {
    padding: 10px 22px;
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 130px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 360px !important
  }
}

@media (max-width: 1440px) {
  .pro-nav .swiper-container .swiper-wrapper .swiper-slide a {
    font-size: 16px;
    line-height: 60px;
  }

  .product .pro-content .buy h5 {
    width: 100px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
  }

  .product .pro-content .buy ul {
    width: 105px;
    padding: 5px;
    left: -1.5px;
    top: 42px;
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 130px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 360px !important
  }
}

@media (max-width: 1200px) {
  .product .pro-swiper .home-video-play {
    width: 60px;
    height: 60px;
  }

  .product .pro-swiper .swiper-container .swiper-button-next,
  .product .pro-swiper .swiper-container .swiper-button-prev {
    width: 50px;
    height: 50px;
  }

  .product .pro-content .buy h5 {
    width: 100px;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
  }

  .product .pro-content .buy ul {
    width: 110px;
  }

  .product .pro-content .buy h5 {
    font-size: 14px;
    line-height: 30px;
    height: 34px;
  }

  .product .pro-content .buy ul li a {
    font-size: 12px;
    line-height: 24px;
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 130px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 360px !important
  }
}

@media (max-width: 1080px) {
  .product .pro-swiper .swiper-container {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .product .pro-swiper .swiper-container .swiper-pagination-bullets,
  .product .pro-swiper .swiper-container .swiper-pagination-custom,
  .product .pro-swiper .swiper-container .swiper-pagination-fraction {
    bottom: 20px;
  }

  .product .pro-content .buy ul {
    display: none;
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 130px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 360px !important
  }
}

@media (max-width: 991px) {
  .product .pro-swiper .swiper-container {
    padding: 100px 0;
  }

  .product .pro-swiper .swiper-container .swiper-button-next,
  .product .pro-swiper .swiper-container .swiper-button-prev {
    display: none;
  }

  .pro-nav .swiper-container .swiper-wrapper .swiper-slide a {
    font-size: 14px;
    line-height: 55px;
  }

  .pro-nav .swiper-container .swiper-wrapper .swiper-slide {
    margin-right: 30px;
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 130px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 360px !important
  }
}

@media (max-width: 768px) {
  .product .pro-swiper .home-video-play {
    width: 40px;
    height: 40px;
  }

  .product .pro-swiper .swiper-container {
    padding: 75px 0;
  }

  .product .pro-content .buy h5 {
    font-size: 8px;
    line-height: 16px;
    height: 16px;
    width: 40px;
    border-width: 1px;
  }

  .layui-layer-ico {
    width: 20px !important;
    height: 20px !important;
  }

  .layui-layer-setwin {
    top: -8px !important;
  }

  .layui-layer-setwin .layui-layer-close2 {
    background-size: 20px;
  }

  .shop-list ul li h5 {
    font-size: 14px;
    padding-left: 20px;
    line-height: 40px;
    background-size: 15px;
  }

  .shop-list ul li {
    width: 150px;
    margin-bottom: 20px;
    padding: 0 20px;
  }

  .shop-list ul {
    padding: 25px;
  }

  .shop-list {
    height: 285px;
    background-color: #fff;
  }

  .about-content .history .history-content .swiper-container .year {
    opacity: 0.3;
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 130px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 360px !important
  }
}

@media (max-width: 550px) {
  .product .pro-swiper .swiper-container {
    padding-top: 0;
    padding-bottom: 60px;
  }

  .product .pro-swiper .swiper-container .swiper-slide-active {
    transform: scale(1);
  }

  .pro-nav .swiper-container {
    width: 1300px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width {
    width: 200px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width2 {
    width: 100px !important
  }

  .pro-nav .swiper-container .swiper-wrapper .slide_width3 {
    width: 240px !important
  }
}