/* 属性筛选 */
.goods_box .wrap{ background-color:#fff;}
/*.goods_box .head{ height:60px; line-height: 60px; padding:0 20px; background-color: #FBF1F1;}*/
.goods_box .head{ height:60px; line-height: 60px; padding:0 20px; background-color: #f8f8f8;}
.goods_box .head .title{ font-size: 26px;}
body.en .goods_box .head .title{ font-size: 20px;}
.goods_box .search{ position: relative;}
.goods_box .search .keyword{ width:350px; height: 34px; padding:0; padding-left: 20px; line-height: 34px; margin-top:12px; border:0; background-color:#fff;}
.goods_box .search_btn{ position: absolute; right:10px; top:12px; display: block; width:34px; height: 34px; text-align: center; cursor: pointer; background:url(/static/common/img/icon/icon_search.png) center no-repeat;}
.goods_box .cont{ padding:0 20px; }

/* 标准筛选样式 */
.filter_box{ position: relative; border-bottom:1px dashed #BBBBBB;}
.filter_box .title{ height: 50px; line-height: 50px; padding-right: 10px; font-size: 14px; color:#888888;}
.filter_box .list{ min-height: 50px; line-height: 50px;}
.filter_box.filter_max .list{ width:1080px;}
body.en .filter_box.filter_max .list{ width:1000px;}
.filter_box .list li{ float: left; height: 50px; padding:0 20px; margin:0 2px; line-height: 50px; font-size: 14px; color:#111111; text-align: center; cursor: pointer; }
body.en .filter_box .list li{ padding:0 15px;}
.filter_box .list li.selected{ background-color:#f1b969;}
.filter_box .list .down{ position: relative; padding:10px; cursor: pointer; z-index: 100; background:url(/static/common/img/icon/icon_down.png) center no-repeat;}
.filter_box .list .up{ background-image: url(/static/common/img/icon/icon_up.png)}
.filter_box .form-control-text{ width:110px;}
.filter_box .form-control-select{ min-width:130px; padding-right: 30px;}
.filter_box .attr_list{ display: none; position: absolute; left: 0; top:50px; z-index: 99; width:515px; padding:0 20px 20px; background-color:#fff; box-shadow:0px 0px 10px rgba(0,0,0,0.5); }
.filter_box .attr_list ul{ background:url(/static/common/img/common/attr_line.jpg);}
.filter_box .attr_list li{ padding:0 34px 2px 0;}
.filter_box .list .up::before{ content: ''; position: absolute; left:4px; top:26px; width:0; height:0; border-width: 9px; border-style: solid; border-color: transparent transparent #b7a8a8 transparent; filter: blur(1px); }
.filter_box .list .up::after{ content: ''; position: absolute; left:4px; top:28px; width:0; height:0; border-width: 9px; border-style: solid; border-color: transparent transparent #fff transparent; }

/* 带图标筛选样式 */
.filter_xl .title{ height: 80px; line-height: 80px;}
.filter_xl .list{ height: 80px;}
.filter_xl .list li{ height:80px; line-height: 20px; }
.filter_xl .list i{ margin-top:15px;}
.filter_xl .list span{ display: block;}

/* 小型筛选样式 */
.filter_ml{ width:560px;}

/* 清空筛选 */
.filter_clear{ padding:40px 0; text-align: center;}

/* 搜索结果 */
.goods_table{ padding-bottom:20px;}
.goods_table .wrap{ margin-top:10px; background:#fff;}
.goods_table .btn_box{ padding:40px 0; text-align: center;}
.goods_table .btn_box .btn{ margin:0 10px;}

.result_box{ padding:0 20px;}
.result_box .head{ padding:10px 0; font-size: 14px; line-height: 14px;}
.result_box .head_l{ width:525px;}
.result_box .head_m{ height:14px;}
.result_box .look{ color:#888888;}

/* 查看详情弹窗 */
.look_detail .layui-layer-title{ padding:0; font-size: 18px; color:#000000; text-align: center; background-color: #fff;}
.look_detail .img{ height: 250px;}
.look_detail .look_btn{ height:40px; line-height: 40px; text-align: center;}
.look_detail .look_btn a{ font-size: 14px; text-decoration: underline;}
.look_detail .list{ padding:25px 0; font-size: 14px; color:#111111;}
.look_detail .list li{ float: left; width:260px; height: 34px; line-height: 34px; margin:0 20px; border-bottom:1px solid #dddddd;}
.look_detail .list .title{ display: inline-block; width:130px; color:#888888;}

/* 查询结果表格 */
.table_box{ margin:0 -20px;}
.table_box .table td{ border:0; border-bottom:1px solid #e8e8e8;}
.table_box .table th{ border:1px solid #dddddd;}
body.en .table_box .table th{ font-size: 12px;}
.table_box .item{ padding:4px 2px; border-right:1px solid #BBBBBB;}
.table_box td:first-child .item,.table_box td:last-child .item{ border:0;}


/* 国际报价表格 */
.table_list_box{ padding:20px 0 40px 0;}
.table_list_box .table tr td{ border-right:1px solid #fff; border-bottom:1px solid #fff; background-color:#eeeeee;}
.table_list_box .table th{ color:#000000; border:1px solid #fff; background-color:#cccccc;}



