/* 产品展示 */
/* .product .content-nav-item:hover .content-nav-item-img{
    background: #fff;
} */
.product-active .content-nav-item-text {
    color: #34C46E;
}

.product-banner {
    width: 100%;
    background: url('../images/news/new-banner.png');
    height: 5rem;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.product-banner img {
    width: 100%;
}

.banner-text {
    font-size: 0.6rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.47rem;
    position: relative;
}

.banner-text::after {
    content: "";
    width: 1.64rem;
    height: 0.04rem;
    background: #FFFFFF;
    position: absolute;
    bottom: -0.45rem;
    left: 0.3rem;
}

.product-box {
    padding-bottom: 1rem;
}

.product-list {
    margin-top: 0.5rem;
}

.product-item {
    width: 4.4rem;
    margin: 0.2rem 0.13rem;
    min-height: 4.4rem;
    background: #F8F8F8;
    border-radius: 0.15rem 0.15rem 0.15rem 0.15rem;
    cursor: pointer;
}

.product-item-img {
    width: 100%;
    height: 2.8rem;
    overflow: hidden;
    border-radius: 0.08rem 0.08rem 0rem 0rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-img img {
    border-radius: 0.08rem 0.08rem 0rem 0rem;
    transition: 0.5s;
    width: 100%;
    height: 100%;
}

.product-item:hover .product-item-img img {
    transform: scale(1.1);
}

.product-item:hover .product-con .title {
    color: #34C46E;
}

.product-con {
    padding: 0 0.3rem 0.3rem 0.3rem;
    position: relative;
}

.product-con .title {
    font-size: 0.26rem;
    color: #333333;
    display: block;
    padding-top: 0.2rem;
    border-top: 0.01rem solid #EEEEEE;
}

.product-con .text {
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.28rem;
    margin-top: 0.2rem;
}

/* 产品展示详情 */
.product-detail {
    padding: 20px 0 140px 0;

}

.product-detail-nav {
    font-size: 14px;
    color: #333333;
}

.product-detail-nav a {
    margin: 0 3px;
}
.gooods-left{
    width: 620px;
}
.gooods-left-img{
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: center;
}
.gooods-left-img img{
    width: 100%;
    height: 100%;
}
.product-goods {
    margin-top: 30px;
    align-items: center;
    justify-content: space-between;
}
.overhidden{
    position: relative;
    width: 620px;
    margin-top: 50px;
}
.gooods-imgs {
    justify-content: center;
    overflow: hidden;
    width: 580px;
    margin: 0 auto;
}
.gooods-imgs ul{
    max-width: 1000%;
}
.gooods-imgs li{
    width: 62px;
    height: 62px;
    margin: 0 5px;
    cursor: pointer;
    border: 2px solid transparent;
}
.gooods-imgs li img{
    width: 100%;
    height: 100%;
}
.gooods-imgs .gooods-active{
    border: 2px solid #34C46E;
}
.arrowL, .arrowR{
    cursor: pointer;
    position: absolute;
    top: 17px;
    right: -5px;
}
.arrowL{
    left: -9px;
    right: auto;
}
.gooods-right {
    width: 700px;
}

.gooods-title {
    font-size: 34px;
    color: #333333;
}

.gooods-text {
    margin-top: 25px;
    border-top: 1px solid #a5a5a5;
    font-size: 18px;
    color: #7D7D7D;
    line-height: 36px;
    padding: 25px 0;
}

.product-content {
    padding-top: 60px;
}

.product-content-title {
    font-size: 36px;
    font-weight: 400;
    color: #34C46E;
}

.product-content-text {
    margin-top: 30px;
    font-size: 18px;
    color: #7D7D7D;
    line-height: 36px;
}
@media only screen and (max-width: 1024px) {
    .content-nav-list, .product-detail{
        width: 100%;
    }
    .product-content-text p span img{
        width: 100%;
        height: 100%;
    }
    .content-nav-item-text{
        font-size: .26rem;
    }
    .gooods-title{
        font-size: .32rem;
        text-align: center;
    }
    .product-content{
        padding: 0.3rem 0.3rem;
    }
    .product-content-title{
        font-size: .3rem;
    }
    .product-content-text p span{
        font-size: .28rem !important;
        line-height: 1.6 !important;
    }
     .product-content-text p{
        font-size: .28rem !important;
        line-height: 1.6 !important;
        text-indent: 2em;
    }
    .product-detail{
        padding: 20px 0 20px 0;
    }
    .product-banner{
        height: 3.5rem;
    }
    .banner-text{
        font-size: .48rem;
    }
    .banner-text::after{
        left: .13rem;
    }
    .content-nav-item-img img{
        width: 50%;
    }
    .product-detail-nav{
        padding: 0 .3rem;
    }
    .product-detail-nav a, .product-detail-nav{
        font-size: .28rem;
    }
    .filter-item,.product-goods{
        display: block !important;
    }
    .filter-tags span{
        min-width: 1.5rem !important;
        font-size: .24rem;
    }
    .filter-title{
        margin-bottom: .3rem;
    }
    .filter-title{
        font-size: .28rem !important;
    }
    .filter-clear,.filter-search{
        font-size: .24rem !important;
    }
    .filter-box{
        padding-top: 0 !important;
    }
    .product-item{
        width: 49%;
        margin: 0;
        margin-bottom: .2rem;
        margin-right: 2%;
    }
    .product-item:nth-child(2n){
        margin-right: 0;
    }
    .product-list{
        padding: 0 .3rem;
    }
    .product-con .title{
        font-size: .28rem;
    }
    .product-con .text{
        font-size: .24rem;
        line-height: .38rem;
    }
    .gooods-left,.gooods-right{
        width: 100%;
    }
    .overhidden, .gooods-imgs{
        width: 100%;
    }
    .arrowL{
        left: 0;
    }
    .arrowR{
        right: 0;
    }
    .product-goods{
        padding: 0 .3rem;
    }
    .gooods-left-img{
        height: auto;
    }
    .gooods-text{
        font-size: .28rem;
        line-height: .44rem;
    }
    .product-goods .gooods-right .gooods-title{
        margin-top: .2rem;
    }
    .product-content-text p span strong{
        font-size: .28rem !important;
    }
    .product-text p{
        text-indent: inherit;
    }
}