﻿.sitemap { padding: 24px 0px; }
.sitemap em { margin: 0px 4px; }
.sitemap .ico16 { margin-top: -2px; }

.container { width: 1220px; margin: 0 auto; }

.paging { font-size: 0px; }
.paging a { display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; border-radius: 4px; border: 1px solid #DDD; color: #666; text-decoration: none; vertical-align: middle; margin-right: 8px; font-size: 14px; }
.paging .ico24 { margin-top: -4px; }

.bsize-s { width: 104px; height: 32px; line-height: 32px; }
.bsize-m { width: 104px; height: 32px; line-height: 32px; }
.bsize-l { width: 144px; height: 40px; line-height: 40px; }
.bsize-xl { width: 320px; height: 40px; line-height: 40px; }

.input-light { height: auto; }
.input-light .box { width: 100%; height: 40px; border: 1px solid #ddd; }
.input-light .box .icon { margin: 10px 0px 10px 10px; }
.input-light .box > input { font-size: 14px; padding-left: 8px; box-sizing: border-box; }
.input-light .icon-btn { margin-top: 8px; }

.input-normal { }
.input-deep { }

/*产品列表卡片-子页面可覆盖*/
.product-list-card { width: 100%; }
.product-list-card .item { float: left; width: 20%; height: 332px; margin: 0 0 -1px -1px; position: relative; line-height: 20px; border: 1px solid #EFF2F6; box-sizing: border-box; transition: all 0.5s; position: relative; background: #fff; }
.product-list-card .item a { height: 100%; padding: 16px 14px; box-sizing: border-box; text-decoration: none; }
.product-list-card .item .pic { width: 96%; height: 170px; margin: 0px auto 42px; }
.product-list-card .item .pic img { max-width: 100%; max-height: 100%; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); }
.product-list-card .item .info { font-weight: bold; }
.product-list-card .item .num { float: left; margin-right: 16px; }
.product-list-card .item .term { float: left; }
.product-list-card .item .purity { float: right; }
.product-list-card .item .name { font-size: 12px; margin: 8px 0px 14px 0px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.product-list-card .item .btn-deep { width: 70px; height: 30px; line-height: 30px; position: absolute; left: 16px; bottom: 16px; border-radius: 2px; }

.product-list-card .item .term span:after { content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 14px; background: #ddd; margin: -2px 4px 0px 6px; }
.product-list-card .item .term span:last-child:after { display: none; }
.product-list-card .item .price { font-weight: bold; display: none; }
.product-list-card .item .buttons { position: absolute; top: 4px; right: 4px; cursor: pointer; display: none; }
.product-list-card .item:hover .buttons { display: block; }
.product-list-card .item .tags { position: absolute; top: 12px; left: 12px; line-height: 20px; color: #fff; font-size: 12px; }
.product-list-card .item .tags span { display: inline-block; height: 20px; padding: 0px 4px; border-radius: 3px; }
.product-list-card .item:hover { box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); }

/*产品列表形式-子页面可覆盖*/
.product-list-grid { }
.product-list-grid > table { width: 100%; text-align: left; table-layout: fixed; }
.product-list-grid table th { line-height: 40px; padding: 0px 16px; box-sizing: border-box; }
.product-list-grid table th:last-child { text-align: center; }
.product-list-grid tbody tr { border: 1px solid #fff; border-bottom: 1px solid #eee; }
.product-list-grid tbody td { padding: 20px 16px; line-height: 1.5; }
.product-list-grid tbody .term label { display: inline-block; }
.product-list-grid .info .split { margin: 0px 8px; }
.product-list-grid .pic { width: 168px; }
.product-list-grid .pic > div { width: 100%; border: 1px solid #eee; position: relative; background: #fff; }
.product-list-grid .pic .ico24-scan { position: absolute; top: 4px; right: 4px; z-index: 1; display: none; }
.product-list-grid .pic div:hover .ico24-scan { display: block; }
.product-list-grid .info .name { font-size: 16px; font-weight: bold; }
.product-list-grid .info .name, .product-list-grid .info .ename { max-height: 48px; overflow: hidden; margin-bottom: 4px; }
.product-list-grid .info .num { margin-bottom: 4px; }
.product-list-grid .product-tags { position: absolute; left: 8px; top: 8px; display: block; line-height: 20px; font-size: 0px; }
.product-list-grid .product-tags span { display: inline-block; font-size: 12px; height: 100%; border-radius: 3px; margin-right: 8px; }
.product-list-grid .original-price { text-decoration: line-through; color: #999; }
.product-list-grid .price .original-price { display: block; }
.product-list-grid .term .split { margin: 0px 8px; }
.product-list-grid .buttons { width: 14%; text-align: center }
.product-list-grid .buttons i { margin: -2px 0px 0px 4px; }
.product-list-grid .active { border: 1px solid #eee; border-bottom: none !important; }
.product-list-grid .title-info { width: 640px; }
.product-list-grid .title-pic { width: 206px; }
.product-list-grid .title-term { }
.product-list-grid .title-price { width: 150px; text-align: center; }
.product-list-grid .title-buttons { width: 115px; }
.product-list-grid .price { text-align: center; }

/*产品列表形式-展开的价格详情*/
.product-list-grid .price-box { padding: 0px 16px 20px 16px; text-align: center; border: 1px solid #eee; border-top: none; }
.product-list-grid .price-box table { text-align: center; width: 100%; }
.product-list-grid .price-box table th { min-width: 100px; padding: 0px; }
.product-list-grid .price-box tbody td { height: 43px; padding: 0px; word-break: break-all; }
.product-list-grid .price-box .cel7 { width: 136px; }
.product-list-grid .price-box .amount { width: 110px; margin: auto; }
.product-list-grid .price-box .amount input { width: 34px; height: 22px; padding: 0px 4px; border: 1px solid #ddd; text-align: center; margin: 0px 4px; vertical-align: middle; font-weight: bold; }
.product-list-grid .price-box .amount a { display: inline-block; vertical-align: middle; width: 22px; height: 22px; line-height: 22px; border: 1px solid #eee; font-size: 18px; text-decoration: none; text-align: center; }
.product-list-grid .price-box .action { padding-top: 16px; }
.product-list-grid .price-box .btn-normal { margin-left: 16px; }
.product-list-grid .price-box .color-money, .product-list-grid .price-box .original-price { word-break: break-word; }
.product-list-grid .price-box .nodata { margin-top: 20px; padding-bottom: 20px; border-bottom: 1px solid #eee; }


/*编辑器的产品列表*/
.edui-productlist { font-size: 0; display: block; width: auto; }
.edui-productlist tbody tr { width: 100%; display: inline-block; }
.edui-productlist tbody tr td { display: inline-block; padding: 0px; margin: 0px; font-size: 14px; border: 1px solid #eee; margin: 0 0 -1px -1px; box-sizing: border-box; }
.edui-productlist .edui-productlist-item { position: relative; padding-bottom: 20px; }
.edui-productlist .edui-productlist-img { height: 180px; margin-bottom: 20px; display: flex; align-items: center; justify-content: center; }
.edui-productlist .edui-productlist-img img { display: block; max-height: 100%; max-width: 100% }
.edui-productlist .edui-productlist-num { font-size: 12px; margin: 0px 24px; }
.edui-productlist .edui-productlist-ename { height: 20px; margin: 4px 24px 0px 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold; }
.edui-productlist .edui-productlist-cname { height: 20px; margin: 4px 24px 0px 24px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-weight: bold; }
.edui-productlist .edui-productlist-term { height: 16px; margin: 4px 24px 0px 24px; font-size: 12px; }
.edui-productlist .edui-productlist-inquiry { display: block; margin: 4px 24px 0px 24px; }
