﻿/*通用*/
.banner .split { background: linear-gradient(270deg, rgba(51, 116, 255, 0) 0%, #0084CE 27%, #0084CE 72%, rgba(51, 116, 255, 0) 100%); }

/*产品分类页*/
#category { margin-bottom: 36px; }
#category .head-box .fll a { text-decoration: underline; }
#category .head-box .flr i { margin-top: -2px; margin-left: 12px; }

#category .item { margin-top: 40px; }
#category .item .name { font-size: 20px; font-weight: bold; line-height: 1; margin-bottom: 24px; }
#category .item .name .split { display: block; margin: 16px 0 24px; width: 48px; height: 4px; }
#category .item .name .ico24 { margin: -4px 6px 0px 0px; filter: brightness(100); }
#category .item .name a i { margin-left: 12px; display: none; }
#category .desc { font-size: 0px; }
#category .desc a { margin-right: 16px; padding: 0 16px; margin-bottom: 20px; padding: 0 16px; width: 227px; height: 44px; line-height: 44px; font-size: 16px; box-sizing: border-box; border-radius: 8px; border: 1px solid #E0E0E0; text-decoration: none; }
#category .desc a:nth-child(5n) { margin-right: 0; }
#category .desc a span { max-width: 160px; }
#category .desc a i { margin-top: 15px; margin-right: 0px; }

/*列表*/
#list { margin-bottom: 48px; width: 1196px !important; }
#list .main { overflow: hidden; border-radius: 0px 0px 20px 20px; box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.3); }
#list .filter-result { margin: 24px 24px; }
#list .filter-result .split { width: 4px; height: 20px; margin-right: 8px; vertical-align: text-bottom; }
#list .filter-result span { font-size: 20px; font-weight: bold; }
#list .filter-result label { margin: 0px 0 0 24px; font-size: 16px; }
#list .filter-result > .flr { margin-top: 4px; }
#list .head-box .flr { font-size: 14px; }
#list .head-box .flr a { margin-left: 8px; vertical-align: top; }
#list .head-box .flr .ico16b-linethree { width: 24px; height: 20px; border-radius: 4px; background-position: 18.9% 22%; background-color: #FFF; }
#list .head-box .flr .ico16b-blockfour { width: 24px; height: 20px; border-radius: 4px; background-position: 21.5% 22%; background-color: #FFF; }

/*产品列表*/
#list .product-list-card { height: auto; white-space: wrap; }
.product-list-card .item .info .num { display: none; }
#list .product-list-card .item:nth-child(5n+1) { margin-left: 0; }
#list .product-list-card > .split { width: 100%; height: 1px; background: #E9E9E9; margin: 24px 0; }
#list .product-list-card > .split:last-child { margin-bottom: 0; }

/*条件筛选*/
.filter { }
.filter .item { margin-right: 48px; }
.filter .item span { cursor: pointer; }
.filter .item i { margin-left: 4px; }
.filter .item .name { font-size: 16px; }
.filter .item .desc { display: none; position: absolute; margin-left: -24px; padding: 0 14px; border-radius: 8px; font-size: 14px; background: rgba(0, 0, 0, 0.7); }


/* 产品分类*/
.productclass-box { padding: 0 12px; font-size: 0; }
.productclass { display: flex; justify-content: center; align-items: baseline; flex-wrap: wrap; padding-top: 21px; width: 100%; box-sizing: border-box; border-bottom: 1px solid #E0E0E0; }
.productclass .name { margin-bottom: 21px; }
.productclass .item { display: inline-block; margin-bottom: 21px; font-size: 14px; }
.productclass span { display: inline-block; margin: 0 24px; width: 8px; height: 8px; vertical-align: middle; border-radius: 4px; background: #D3EFFC; }
.productclass .active { font-weight: bold; color: #0084CE; }
