@charset "utf-8";
/*
这里用作自定义CSS
*/

@media (max-width: 1024px) {
.site-nav.site-navbar {
    display: none;
}
}


.product-lists {width:100%;}

.product-lists>.product-li{
   width: calc(33.33% - 40px);
   float: left;
   margin:10px 20px;
   border: 1px solid #eee;
   min-width:190px;
}

.product-lists>.product-li>.title {
width:100%;
height:60px;
margin-bottom:0px;

    border:0px;
    padding-bottom: 0px;
 background:#f8f8f8;
text-align:center;
}

.product-lists>.product-li>.title>span{color:#000;font-size:18px;line-height:60px;}

.product-lists>.product-li>.config {width:50%;float:left;height:80px;padding-top:20px;text-align:center;}

.product-lists>.product-li>.config>span{display:inline-block;width:100%;height:30px;font-size:14px;line-height:30px;}
.product-lists>.product-li>.config>span.title{
    border-bottom: 0px;
    padding-bottom: 0px;margin-bottom: 0px;color:#aaa !important;}

.product-lists>.product-li>.btn{width:100%;height:56px;border:0px;padding:10px;}
.product-lists>.product-li>.btn>a{display:inline-block;background:#1DC18A;width:80%;height:36px;margin:0px auto;color:#fff;line-height:36px;font-size:16px;}

.product-lists>.product-li>.desc{width:100%;height:40px;padding-top:10px;padding-left:10px;line-height:30px;text-align:left;clear:both;font-size:14px;}
.product-lists>.product-li>.price {width:100%;height:40px;line-height:40px;text-align:center;clear:both;}
.product-lists>.product-li>.price>.new{color:#fe6b25;font-size:20px;}
.product-lists>.product-li>.price>.old{color:#333;font-size:14px;text-decoration: line-through;}