@charset "UTF-8";
/********************************************************************
DO NOT edit this file manually. This file is generated by layout.
If you want to add custom css, edit custom.css file in current template folder
*********************************************************************/

.clear{
        clear: both;
}

.page_title a{
    color: #333;
}

.productzh{
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 24px 48px;
    background-color: #FFFEFE;
    border-radius: 16px ;
}

.productzh .product {
    border: 1px solid #dfe0e1; 
    padding: 15px;
    border-radius: 16px;
    background-color: #F8F8F8;
}
.productzh ul{
    margin-top:50px;
}
.productzh ul li{
  background-color: #F8F8F8;
}



@media (max-width: 767px) {}
@media (min-width: 768px) and (max-width: 991px) {}
@media (min-width: 992px) and (max-width: 1199px) {}
@media (min-width: 1200px) {}