.product-pad .product-nav
{
   padding: 20px 0;
    border-bottom: 1px #dadada solid;
}
.product-pad .product-nav a
{
    display: inline-block;
    font-size: 14px;
    padding: 0 20px;
}
.product-pad .product-nav a:hover
{
    text-decoration: none;
}
.product-pad .product-nav a.product-active
{
    color:#ffcf32 ;
}
.product-pad .product-all
{
    padding: 20px 0;
    clear: both;
}
.product-pad .product-all .product-detail .row
{
    margin: -19px;
}
.product-pad .product-all .product-detail .row .product-6
{
    position: relative;
    min-height: 1px;
    padding: 19px;
    width:25%;
    float: left;
}
.product-pad .product-all .product-detail .row .product-6 img
{
   height: 278px;
   width:100%;
}
.row .product-6 .box
{
    border: 1px #d9d9d9 solid;
    overflow:hidden;

}
.row .product-6 .box .Y
{
    margin: 0 34px;
    border-top: 1px #D9D9D9 solid ;
    clear: both;
    overflow: hidden;
    padding: 26px 0;
    text-align: center;
    font-size: 16px;
}
.row .product-6 .box .Y a
{
    white-space: nowrap;
    overflow: hidden;
    text-overflow:ellipsis;
    display: block;
}
.row .product-6 .box .Y a:hover
{
    text-decoration: none;
}
.row .product-6 .box small
{
    font-size: 85%;
    text-align: center;
    display: block;
}
.product-detail .load-more
{
    padding: 20px!important;
    text-align: center;
}
.product-detail .load-more a:hover
{
    text-decoration: none;
}
.product-detail .load-more small
{
    display: block;
}
.onload
{
    padding: 20px!important;
    text-align: center;
}