
#chanpinliebiao .column {
  border: 1px solid #eeeeee;
}
#chanpinliebiao .tabs {
  margin-bottom: 2rem;
}
#chanpinliebiao .tabs ul {
  border: none;
}
#chanpinliebiao .tabs ul li {
  text-align: center;
  cursor: pointer;
  margin: 0 2rem;
}
@media (max-width: 768px) {
  #chanpinliebiao .tabs ul li {
    margin: 0;
  }
}
#chanpinliebiao .tabs ul li .is-current {
  background: initial;
  border-radius: 0%;
}
#chanpinliebiao .tabs ul li .is-radius {
  background: #e60039;
  border-radius: 50%;
}
#chanpinliebiao .tabs ul li a {
  border: none;
  padding: 0.5em 1em;
  display: block;
}
#chanpinliebiao .tabs ul li a p {
  text-indent: 0;
  text-align: center;
}
#chanpinliebiao .tabs ul li .hide {
  display: none;
}
#chanpinliebiao .tabs ul .is-active {
  background-color: #e60039;
  border-radius: 15px;
  padding: 0.5rem 1.2rem;
  color: #fff;
}
@media (max-width: 768px) {
  #chanpinliebiao .tabs ul .is-active {
    padding: 0.1rem;
  }
}
#chanpinliebiao .tabs ul .is-active a {
  color: #ffffff;
}
#chanpinliebiao .products {
  margin-bottom: 2.5rem;
}
#chanpinliebiao .product-content .product-item {
  padding: 0.5rem;
  background: #fff;
  color: #000;
  text-align: left;
  font-size: 0;
}
#chanpinliebiao .product-content .product-item .image {
  overflow: hidden;
}
#chanpinliebiao .product-content .product-item .image:hover img {
  transition: 0.8s;
  transform: scale(1.1);
}
#chanpinliebiao .product-content .product-item figcaption {
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 0;
  color: #373737;
  text-align: center;
}
#chanpinliebiao .pagination {
  margin-bottom: 1.5rem;
}
#gongyongdibu {
  background: #3d2d31;
  /* .footer_banner {
            height: 100vw / (1920 / 205);
            background-size: cover;
        } */
}
@media (max-width: 768px) {
  #gongyongdibu {
    margin-bottom: 0;
  }
}
#gongyongdibu .footer-intro {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  #gongyongdibu .footer-intro {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
#gongyongdibu .section {
  padding: 3rem 0 0 0;
}
#gongyongdibu .title {
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
}
@media (max-width: 768px) {
  #gongyongdibu .title img {
    width: 140px;
  }
}
#gongyongdibu .subtitle {
  color: #fff;
  font-size: 14px;
}
#gongyongdibu .subtitle i {
  padding-right: 8px;
}
#gongyongdibu .hezuorexian p {
  font-size: 32px;
  color: #ffffff;
  text-indent: 0;
  margin-top: 7rem;
  text-align: right;
}
@media (max-width: 768px) {
  #gongyongdibu .hezuorexian p {
    margin-top: 0;
    font-size: 19px;
  }
}
#gongyongdibu .hezuorexian h1 {
  color: #ffffff;
  font-size: 78px;
  text-align: right;
}
@media (min-width: 102px) and (max-width: 1366px) {
  #gongyongdibu .hezuorexian h1 {
    font-size: 20px;
  }
}
#gongyongdibu .copyright {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #gongyongdibu .copyright {
    justify-content: center;
  }
}
#gongyongdibu .copyright h4 {
  font-size: 16px;
  font-weight: normal;
  color: #9e9698;
}
@media (max-width: 768px) {
  #gongyongdibu .copyright h4 {
    font-size: 12px;
  }
}
#gongyongdibu .copyright h4 a {
  color: #9e9698;
}
#dibuguanggao {
  position: fixed;
  bottom: 0;
  z-index: 999;
  background-image: url('../images/footer_ad.png?x-oss-process=style/small');
  height: 10.67708333vw;
  background-size: cover;
  width: 100%;
  cursor: pointer;
}
#fanhuidingbu {
  position: fixed;
  right: 0;
  bottom: 300px;
}
#fanhuidingbu .btn {
  position: fixed;
  right: 0;
  bottom: 200px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: none;
}

  #chanpinliebiao {
       
       .column {
           border: 1px solid #eeeeee;
       }

       .tabs {
           margin-bottom: 2rem;
           ul {
               border: none;

               li {
                   text-align: center;
                    cursor: pointer;
                    margin: 0 2rem;
                    @media (max-width: 768px){
                        margin: 0;
                    }
                    .is-current {
                        background: initial;
                        border-radius: 0%;
                    }

                    .is-radius {
                        background: #e60039;
                        border-radius: 50%;
                    }
                    
                   a {
                       border: none;
                       padding: .5em 1em;
                       display: block;

                       p {
                           text-indent: 0;
                           text-align: center;
                       }

                   }

                   .hide {
                       display: none;
                   }
               }

               .is-active {
                   background-color: #e60039;
                   border-radius: 15px;
                   padding: .5rem 1.2rem;
                   color: #fff;
                   @media (max-width: 768px){
                        padding: .1rem;
                   }
                   a {
                       color: #ffffff;
                   }
               }
           }
       }


        .products {
            margin-bottom: 2.5rem;
        }

        .product-content{
            .product-item {
                padding: .5rem;
                background: @white;
                color: @black;
                text-align: left;
                font-size: 0;
                .image{
                    overflow: hidden;
                    &:hover{
                        img{
                            transition: .8s;
                            transform:scale(1.1);
                        }
                    }
                }
                figcaption {
                    font-size: 16px;
                    line-height: 1.5;
                    padding: @gap-size 0;
                    color: #373737;
                    text-align: center;
                }
            }
        }

        .pagination {
            margin-bottom: 1.5rem;
        }
}