﻿
.container { width: 1200px; margin: 0 auto; }

.paging { margin-top: 40px; font-size: 0px; text-align: center; }
.paging a { display: inline-block; margin-right: 8px; width: 32px; height: 32px; line-height: 32px; text-align: center; border-radius: 50%; border: 1px solid #D9D9D9; text-decoration: none; vertical-align: middle; font-size: 14px; }
.paging i { 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 { }

/*banner*/
.banner { height: 400px; text-align: center; }
.banner .wrap { margin-bottom: 60px; }
.banner .title { font-size: 40px; font-weight: bold; }
.banner .split { margin: 32px 0; width: 680px; height: 2px; opacity: 1; background: linear-gradient(270deg, rgba(51, 116, 255, 0) 0%, #FFA14A 27%, #FFA14A 72%, rgba(51, 116, 255, 0) 100%); }
.banner .sitemap { font-size: 0; }
.banner .sitemap .color-reverse { font-size: 16px; }
.banner .sitemap i { margin: 0 12px; vertical-align: baseline; }
.banner .download i { margin: 0 8px; }

/*head-box*/
.head-box { margin-top: -60px; padding: 0 40px; box-sizing: border-box; width: 100%; height: 60px; line-height: 60px; border-radius: 20px 20px 0px 0px; background: rgba(0, 0, 0, 0.5); box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.2); }

/*产品列表卡片-子页面可覆盖*/
.product-list-card { width: 100%; }
.product-list-card .item { position: relative; float: left; margin: -1px 0 0 -1px; width: 240px; box-sizing: border-box; height: 288px; transition: all 0.5s; background: #fff; border: 1px solid #eee; border-collapse: collapse; vertical-align: top; }
.product-list-card .item a { text-decoration: none; }
.product-list-card .item .pic { background: #fff; max-height: 180px; }
.product-list-card .item .pic img { max-width: 90% !important; max-height: 90% !important; }
.product-list-card .item .info { padding: 16px; text-align: center; }
.product-list-card .item .info .num { font-size: 14px; }
.product-list-card .item .info .name { padding-bottom: 8px; font-size: 16px; font-weight: bold; }
.product-list-card .item .info .term { padding-bottom: 8px; font-size: 14px; }
.product-list-card .item .info .term .split { content: ""; display: inline-block; vertical-align: middle; width: 1px; height: 14px; background: #ddd; margin: -2px 4px 0px 6px; }
.product-list-card .item .info .price { font-size: 16px; }
.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 .product-tags { position: absolute; top: 12px; left: 12px; line-height: 20px; font-size: 12px; }
.product-list-card .item .product-tags span { display: inline-block; height: 20px; padding: 0px 4px; border-radius: 3px; }

/*产品列表形式-子页面可覆盖*/
.product-list-grid { padding: 0 40px; }
.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-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 12px; }
.product-list-grid .pic { width: 160px; }
.product-list-grid .pic > div { width: 100%; 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; line-height: 1.3; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-list-grid .info .name, .product-list-grid .info .ename { max-height: 44px; 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 { width: 280px; }
.product-list-grid .term .split { margin: 0px 12px; }
.product-list-grid .buttons { width: 100px; 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: 240px; }
.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 { width: 120px; text-align: center; }

/*产品列表形式-展开的价格详情*/
.product-list-grid .price-box { display: block; width: 1116px; box-sizing: border-box; text-align: center; border: 1px solid #eee; border-top: none; }
.product-list-grid .price-box table { text-align: center; font-size: 14px; }
.product-list-grid .price-box table th { box-sizing: border-box; }
.product-list-grid .price-box table td { box-sizing: border-box; word-break: break-all; }
.product-list-grid .price-box .cel5, .product-list-grid .price-box .cel6, .product-list-grid .price-box .cel-7 { width: 146px; }
.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 { white-space: nowrap; }

/*编辑器的产品列表*/
.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; }
