.product_container{
    width: 17.84rem;
    margin: 0 auto;
}
.product_des{
    display: flex;
    align-items: center;
}
.product_name{
    width: 2rem;
    margin-right: 0.7rem;
    flex: none;
}
.product_name p{
    font-size: 0.48rem;
    font-weight: 500;
    width: 0.48rem;
    margin: 0 auto;
    position: relative;
}
.product_name p:after{
    content: '';
    width: 0.34rem;
    height: 80%;
    background: linear-gradient(to right, #0f94d3, transparent);
    position: absolute;
    left: -15px;
    top: 0;
    margin: auto;
    bottom: 0;
}
.product_name a{
    display: block;
    color: #fff;
    font-size: 0.3rem;
    padding: 0.7rem;
    margin-top: 1.4rem;
    background: linear-gradient(45deg, #269CD5, #7DC69E);
}
.product_main{
    margin-right: 1rem;
    width: 9.18rem;
    flex: none;
}
.product_main h2{
    width: 2.4rem;
    height: 0.57rem;
    line-height: 0.57rem;
    background: linear-gradient(45deg, #269CD5, #7DC69E);
    border-radius: 0.4rem;
    font-size: 0.3rem;
    margin: 0.5rem auto;
    color: #fff;
    text-align: center;
}
.product_main_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.col2 div{
    width: 4.17rem;
    margin-bottom: 0.3rem;
}
.col3 div{
    margin-bottom: 0.3rem;
    width: 3.46rem;
}
.product_main_list h4{
    font-size: 0.3rem;
    background: url("../../images/pline.png") no-repeat bottom;
    padding-bottom: 0.1rem;
    margin-bottom: 0.25rem;
}
.product_main p{
    font-size: 0.18rem;
    color: #444;
    line-height: 0.32rem;
}
.product_tj{
    width: 4.85rem;
    display: block;
}
.product_type{
    display: flex;
    height: 4.3rem;
    overflow: hidden;
    margin: 0.7rem auto 0.4rem;
}
.product_type a{
    position: relative;
    width: 2.06rem;
    transition: all 0.3s;
}
.product_type a img{
    filter: blur(5px);
    height: 100%;
    object-fit: cover;
}
.product_type a.active{
    width: 5.66rem;
    display: block;
}
.product_type a.active p{
    top: auto;
    padding: 0.1rem 0.15rem;
    writing-mode: lr;
    line-height: 0.3rem;
}
.product_type a.active img{
    filter: none;
}
.product_type a p{
    color: #fff;
    font-size: 0.24rem;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    writing-mode: vertical-lr;
    text-align: center;
    line-height: 2.06rem;
    background: rgba(0,0,0,0.5);
}
.product_main video{
    width: 100%;
    object-fit: cover;
}
@media (max-width: 767px){
    .product_des{
        display: block;
    }
    .product_name{
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin: 15px 0;
    }
    .product_name p{
        font-size: 16px;
        margin: 0;
        width: auto;
    }
    .product_name p:after{
        background: none;
    }
    .product_name a {
        display: block;
        color: #fff;
        font-size: 12px;
        padding: 5px 20px;
        margin-top: 0;
        background: linear-gradient(45deg, #269CD5, #7DC69E);
        border-radius: 5px;
    }
    .product_main{
        width: 100%;
    }
    .product_main h2{
        width: auto;
        height: auto;
    }
    .product_main h2 {
        width: 30%;
        height: 30px;
        line-height: 30px;
        background: linear-gradient(45deg, #269CD5, #7DC69E);
        border-radius: 0.4rem;
        font-size: 14px;
        margin: 0.5rem auto;
        color: #fff;
        text-align: center;
    }
    .product_main p {
        font-size: 14px;
        color: #444;
        line-height: 22px;
    }
    .col2 div,.col3 div{
        width: 100%;
    }
    .product_main_list h4 {
        font-size: 14px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .product_type{
        overflow-x: auto;
    }
    .product_type a p{
        font-size: 12px;
    }
    .product_type a.active p{
        padding: 10px 0;
    }
    .product_tj{
        display: none;
    }

}
