@charset "UTF-8";
/* ------common swiper css -------*/
.swiper-slide {
    float: left;
}
.arrow-left,.arrow-right {
    cursor: pointer;
    color: #999;
    width: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-align: center;
    border: 0;
    border-radius: 24px;
    position: absolute;
    z-index: 20;
    top: 50%;
    margin-top: -24px;
}
.arrow-left:hover,.arrow-right:hover {
  color: #fff;
}

.arrow-left {
    left: 0;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg)
}

.arrow-right {
    right: 0
}

.arrow-left:before,.arrow-left:after,.arrow-right:before,.arrow-right:after {
    content: "";
    display: block;
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: rgba(255,255,255,0.8);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    left: 15px;
    top: 50%;
    margin-top: -6px;
}

.arrow-left:after,.arrow-right:after {
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    margin-top: 6px
}
[class^="pagination"] {
    position: absolute;
    left: 0;
    text-align: center;
    bottom: 10px;
    width: 100%;
    z-index: 99
}

.swiper-pagination-switch {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e6e6e6;
    margin: 0 7px;
    box-sizing: border-box;
    background-clip: content-box;
    transition: all .36s ease;
}

.swiper-active-switch {
    background-color: #fff;
    border: 4px solid rgba(0, 0, 0, .3);
}
.swiper-pagination-bullet {
  opacity: 1!important;
  display: inline-block;
  width: 8px!important;
  height: 8px!important;
  background-color: transparent!important;
  border-radius: 100%!important;
  border: 1px solid #fff;
  margin: 0 7px;
  box-sizing: border-box;
  background-clip: content-box;
  transition: all .36s ease;
}
.swiper-pagination-bullet-active {
    background-color: rgba(81, 241, 144, 1) !important;
    border: 2px solid rgba(81, 241, 144, 1);
}

@media (max-width:1024px) {
  .arrow-left,.arrow-right {
    display: none !important;
  }
  .swiper-pagination-bullet {
    width: 5px!important;
    height: 5px!important;
  }
}
/* --------dialog--------- */
.page-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 9999;
}
.dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 90%;
  max-width: 480px;
  padding: 32px;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
}
.dialog i {
  font-size: 36px;
  margin-bottom: 20px;
  display: block;
}
.dialog i.green {
  color: #059922;
}
.dialog i.red {
  color: #D50000;
}
.dialog i.c-warning, .c-warning {
  color: #FF5500;
}
.dialog .title {
  font-size: 16px;
  line-height: 1.25;
}
.dialog .title.green {
  color: #059922;
}
.dialog .title.red {
  color: #D50000;
}
.dialog .description {
  color: #000;
  font-size: 14px;
  margin: 16px auto 32px;
}
.dialog .description a {
  text-decoration: underline;
  color: #000;
}
.dialog .button {
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  margin: 0 auto;
  border-radius: 2px;
  background: #000;
  /* border: 1px solid #000; */
  color: #fff;
}
@media (max-width: 767px) {
  .dialog {
    padding: 24px
  }
  .dialog .title {
    font-size: 16px;
  }
  .dialog .description {
    font-size: 15px;
    margin-bottom: 24px;
  }
}

/*---products-box---*/
.product-notall .pro-classify {
  display: none;
}

.product-notall .pro-card .pro-name {
  padding-top: 24px;
}

.product-notall .pro-btn {
  bottom: 10px;
}

.product-box {
  margin: 0 auto 48px auto;
  max-width: 1360px;
}
.product-box h1 {
  font-size: 70px;
  color: #fff;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
  font-weight: 700;
}

.product-box .pro-btn {
  bottom: 10px;
}
@media (max-width: 1200px) {
  .product-box h1 {
    font-size: 56px;
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width:767px) {
  .products-box {
    margin-bottom: 60px;
    background: #f2f2f2;
  }
  .products{
    padding: 0!important;
  }
  .product-box h1 {
    font-size: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    line-height: 1;
  }
}
/*---nav---*/
.nav {
  margin-bottom:20px;
  padding-top:20px;
  line-height: 48px;
  text-align: center;
  max-width: 1160px;
  margin: 0 auto;
}
.nav ul {
  background: rgba(0, 0, 0, 0.03);
}

.nav li {
  margin-right: 160px;
  display: inline;
}

.nav li:last-child {
  margin: 0;
}

.nav li em {
  padding: 0 32px;
  font-size: 12px;
}

.nav li a {
  position: relative;
  font-weight: 500;
  color: #333;
}

.nav li a:hover,
.nav li .focus {
  color: #FD9251;
}

.cardbox{
  width: 33.3333%;
  padding:32px 32px 48px 32px;
  float: left;
}

.product-box .cardbox:hover .pro-card {
  border: 1px solid #51F190;
  box-shadow: 0 0 24px 8px rgb(81, 241, 144, 0.3);
}

.product-box .pro-card {
  width: 100%;
  overflow: hidden;
  position: relative;
  text-align: center;
  border-radius: 16px;
  border: 1px solid rgba(81, 241, 144, 1);
  transition: all .2s ease;
  padding: 10px 10px 0 10px;
}
.product-box .pro-card .pro-name{
  height:42px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 30px;
  margin-bottom: 24px;
  text-transform: uppercase;
  font-weight: 700;
}
.product-box .pro-card .pro-img img{
  width:100%;
  margin: 0 auto;
  mix-blend-mode: multiply;
  transform: scale(1, 1);
}
.product-box .swiper-pagination-bullet {
  background: #fff!important;
  border: 1px solid #fff!important;
}
.product-box .swiper-pagination-bullet-active {
  background: #51F190!important;
  border: 1px solid #51F190!important;
}

.pro-card .pagination{
  position: relative;
}

.pro-card .swiper-pagination-switch{
  width: 16px;
  height: 3px;
  background: #eaeaea;
  border-radius: 0;
  border: 0;
  margin: 0 4px;
}
.pro-card .swiper-visible-switch {
  background: #333;
}
.pro-card li,.pro-card ul{
  height:auto!important;;
}
.pro-card li{
  /*padding: 32px;*/
}
@media (max-width:1919px) {
  .products-box .pro-card .pro-img img{
    width: 100%;
  }

  .products-nav li {
    margin-right: 80px;
  }
}

@media (max-width:1200px) {
  .cardbox {
    padding: 12px 12px 48px 12px;
  }
  .product-box {
    padding: 0 12px;
  }
}

@media (max-width:1024px) {
  .products-box {
    margin-left: 0;
    margin-right: 0;
  }
  .product-box .pro-card .pro-img img {
    border-radius: 12px 12px 0 0;
  }

  .products-nav li {
    margin-right: 40px;
  }
  .products-box .cardbox {
    padding: 32px 20px;
  }
  .product-box .pro-card .pro-name {
    font-size: 18px;
    height: auto;
    margin-bottom: 14px;
  }
  .product-box .pro-card {
    border-radius: 12px;
  }
}
@media (max-width:767px) {
  .product-box {
    margin-top: 0;
    padding: 0 20px;
  }
  .products-box .cardbox {
    padding: 0 0 20px 0;
    margin: 8px;
    margin-bottom: 0;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
  }
  .cardbox {
    padding-bottom: 20px;
  }
  .products-nav li {
    margin-right: 20px;
  }
  .product-box .pro-card .pro-name{
    padding: 0 20px;
    height: auto;
  }
  .cardbox {
    width: 100%;
  }
}
