/*product*/
.product{
    background: #f8f8f8;
    padding-top: 20px;
}
.product .active{
    color: #ee1d23;
}
.pro_top{
    background: #fff;
    padding: 25px 20px;
    margin-bottom: 20px;
}
.pro_top .breadcrumb{
    background-color: unset;
    border-bottom: 1px dashed  #ddd;
    padding-left: 0;
}
.pro_top .breadcrumb>li+li:before{
    content: ">";
    color: #000;
}
.allseries,.allcategory {
    display: flex;
    justify-content: start;
}
.allseries h1,.allcategory h1{
    min-width: 60px;
}
.pro_top  .series,.category{
    display: flex;
    margin-bottom: 10px;
    flex-wrap: wrap;
    justify-content: start;
}
.pro_top  .series li,.category li{
    margin-right: 30px;
    margin-bottom: 20px;
}
.pro_content{
    margin-bottom: 40px;
    padding-bottom: 20px; position:relative; overflow:hidden;
}
.pro_content img{
    margin-bottom: 26px; transition:all 1s;
}
.pro_content img:hover{ transform:scale(1.1,1.1);}

.product .pagination{
    display: flex;
    padding-left: 0;
    justify-content: center;
    margin-bottom: 80px;
}
.product .pagination li{
    margin-right: 10px;
}
.product .pagination li a{
    color: #000;
    padding: 2px 9px;
    border-radius: 3px;
}
.page_active{
    background-color: #000!important;
    color: #fff!important;
}
.pro_content:hover{
    box-shadow: 1px 1px 11px 2px #b6b6b6;
}
.advanced{background:#ef5216; color:#FFF; width:130px; position:absolute; top:20px; right:-30px; transform:rotate(45deg); z-index:1; font-size:14px; line-height:24px; text-align:center;}