﻿.product-list > .fll { width: 977px; min-height: 600px; }
.product-list .head { line-height: 24px; padding-bottom: 18px; }
.product-list .head h1 { display: inline-block; margin-right: 8px; }
.product-list .head .ico { margin-left: 2px; cursor: pointer; }
.product-list .head .ico:hover { background-position-y: -1460px; }

.product-list .filter { margin: 32px 0px; }
.product-list .filter .input { height: auto; line-height: 32px; overflow: hidden; display: flex; }
.product-list .filter .input label { width: 76px; padding: 0px 6px; background: #F5F5F5; margin-right: 16px; height: auto; }
.product-list .filter .input label .ico10 { display: none; }
.product-list .filter .input .box { padding: 0px; box-sizing: border-box; }

.product-list .filter .switchbox .box { width: 858px; border-bottom: 1px solid #eee; }
.product-list .filter .switchbox-item { background-color: #fff; min-width: 24px; height: 20px; line-height: 20px; padding: 0px 8px; margin-right: 22px; vertical-align: middle; cursor: pointer; }
.product-list .filter .input:last-child .box { border-bottom: none; }

.product-list .filter .checkbox label { background: #fff; font-size: 12px; padding: 0px; margin-right: 0px; }
.product-list .filter .checkbox .checkbox-rect { margin-top: -2px; }
.product-list .filter .checkbox { margin-right: 24px; display: inline-block; }
.product-list .paging { padding: 60px 0px 100px 0px; }

#product_list1 table { width: 100%; text-align: left; }
#product_list1 thead tr { border: 1px solid #F5F5F5; border-bottom: none; }
#product_list1 tbody tr { border: 1px solid #fff; border-bottom: 1px solid #eee; }
#product_list1 th { height: 40px; line-height: 40px; background: #F5F5F5; padding: 0px 16px; text-align: left; }
#product_list1 td { padding: 12px 16px; word-break: break-all; word-wrap: break-word; }
#product_list1 table .active { border: 1px solid #ddd; border-bottom: none !important; }
#product_list1 table .active1 { border: 1px solid #ddd; border-top: none; }
#product_list1 table .active2 { border-bottom: 1px solid #ddd; }
#product_list1 table .active .ico-down-gray { background-position-y: -1460px; }
#product_list1 .pic { width: 88px; height: 58px; border: 1px solid #eee; text-align: left; }
#product_list1 .info p { width: 245px; overflow: hidden; line-height: 20px; text-overflow: ellipsis; white-space: nowrap; }
#product_list1 .favorite { width: 72px; }
#product_list1 .favorite a { line-height: 22px; }
#product_list1 .favorite label:hover { cursor: pointer; }
#product_list1 .favorite .ico { margin: -4px 0px 0px 4px; }
#product_list1 .favorite .select { display: inline; }
#product_list1 .price-table { width: 100%; }
#product_list1 .price-table table { text-align: center; border: none; }
#product_list1 .price-table th { text-align: center; }
#product_list1 .price-table tr { border: none !important; }
#product_list1 .price-table td { padding: 0px; }
#product_list1 .price-table tbody tr { border-bottom: 1px solid #eee; }
#product_list1 .price-box { display: none; }
#product_list1 .split { height: 12px; margin: -2px 4px 0px 4px; }

#product_list2 .item { float: left; width: 242px; margin: 0 0 -1px -1px; transition: all 0.5s; position: relative; line-height: 20px; }
#product_list2 .item:hover { box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.05), 0px 10px 15px rgba(0, 0, 0, 0.1); z-index: 1; }
#product_list2 .item a { display: block; padding: 24px 20px 18px 20px; text-decoration: none; }
#product_list2 .item .pic { width: 160px; height: 160px; margin: auto; }
#product_list2 .item .time { height: 20px; padding: 20px 0px 4px 0px; }
#product_list2 .item .name { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#product_list2 .item .desc { height: 20px; padding: 4px 0px; font-size: 12px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#product_list2 .item .desc .split { margin: 0px 6px; margin-top: -2px; }
#product_list2 .item .price .old { text-decoration: line-through; }
#product_list2 .item .price label { display: inline-block; vertical-align: middle; }
#product_list2 .item .price span { display: inline-block; vertical-align: middle; margin-left: 4px; max-width: 130px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#product_list2 .item .tag { position: absolute; top: 12px; left: 12px; }
#product_list2 .item .tag span { vertical-align: middle; }
#product_list2 .item .pic-zoom { position: absolute; top: 4px; right: 4px; cursor: pointer; display: none; }
#product_list2 .item .pic-zoom:hover { opacity: 0.8; }
#product_list2 .item:hover .pic-zoom { display: block; }


/*价格表格*/
.price table { width: 944px; text-align: center !important; }
.price th { background: #F5F5F5; height: 40px; text-align: center !important; }
.price td { height: 43px; border-bottom: 1px solid #eee; padding: 0px !important; }
.price .nodata { margin: 54px 0px; }
.price .old { text-decoration: line-through; }
.price .amount input { width: 33px; height: 22px; padding: 0px 4px; border: 1px solid #ddd; text-align: center; margin: 0px 4px; vertical-align: middle; font-weight: bold; }
.price .amount a { display: inline-block; vertical-align: middle; width: 22px; height: 22px; line-height: 22px; border: 1px solid #eee; background: #F5F5F5; font-size: 18px; color: #999; text-decoration: none; }
.price .action { padding-top: 14px; position: relative; line-height: 48px; }
.price .action .item { display: inline-block; margin-right: 20px; }
.price .action .item .ico { margin-top: -4px; }
.price .action .bsize-l { margin-left: 12px;display:inline-block; }
.price .action .tip { line-height: 22px; color: #EF1818; text-align: right; padding-top: 10px; }
.price .action .tip-hide { display: none; }

.cart-flyer { width: 30px; height: 30px; border-radius: 50%; }

