.nav-bar{height:70px;line-height:70px;border-top:1px solid #e5e5e5;background-color:#fff;z-index:10}.nav-bar.is_fixed{position:fixed;top:0;width:100%;-webkit-box-shadow:0 5px 5px #ccc;box-shadow:0 5px 5px #ccc}.nav-bar .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-bar .container .pro-title{font-size:18px;color:#333;font-weight:700}.nav-bar .container .pro-param{font-size:14px}.nav-bar .container .pro-param span{margin:0 10px}.nav-bar .container .pro-param a{color:#666}.product-list-page .container{padding:40px 0}.product-list-page .container .list-header{margin-bottom:30px}.product-list-page .container .list-header h2{font-size:28px;color:#333;margin-bottom:10px}.product-list-page .container .list-header p{color:#999;font-size:14px}.product-list-page .container .product-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-list-page .container .product-list .item{width:236px;background-color:#fff;text-align:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.product-list-page .container .product-list .item:hover{-webkit-transform:translateY(-5px);transform:translateY(-5px);-webkit-box-shadow:0 10px 20px rgba(0,0,0,.1);box-shadow:0 10px 20px rgba(0,0,0,.1)}.product-list-page .container .product-list .item .item-img{width:100%;height:195px;overflow:hidden}.product-list-page .container .product-list .item .item-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-list-page .container .product-list .item .item-info{padding:20px}.product-list-page .container .product-list .item .item-info h3{font-size:14px;color:#333;font-weight:700;margin-bottom:8px}.product-list-page .container .product-list .item .item-info p{color:#999;font-size:12px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-list-page .container .product-list .item .item-info .price{color:#f20a0a;font-size:14px;font-weight:700}.product-list-page .container .pagination{margin-top:40px;text-align:center}.product-list-page .container .pagination button{padding:10px 20px;margin:0 10px;border:1px solid #e0e0e0;background-color:#fff;cursor:pointer}.product-list-page .container .pagination button:disabled{opacity:.5;cursor:not-allowed}.product-list-page .container .pagination button:hover:not(:disabled){background-color:#f60;color:#fff}.product-list-page .container .pagination span{margin:0 15px;color:#999}