﻿/*翻页样式*/
.datapaging { width: 1048px; display: inline-block; margin-bottom: 20px; }
.paginations .active a { background-color: #339999; color: #fff; }
.text-center .paginations .active a:hover { color: #fff; }
.paginations li { float: left; }
.text-center a { float: left; font-size: 14px; padding: 10px; background-color: #fff; border: 1px solid #f8f8f8; cursor: pointer; }
.text-center a:hover { color: #339999; }
.hidediv { display: none; }

/*单个goods样式可以通用*/
.goods { width: 225px; height: 322px; border: 1px solid #fff; position: relative; margin-right: 11px; margin-bottom: 18px; }
.goods:hover { border: 1px solid #399; }
.goods-img { width: 225px; height: 225px; }
.goods-img img { width: 225px; height: 225px; }
.goods-name { line-height: 20px; text-align: center; padding: 0 12px; font-size: 12px; }
.goods-name a p { height: 40px; overflow: hidden; text-overflow: ellipsis; }
.goods-price { font-size: 14px; line-height: 57px; margin-left: 12px; width: 95px; display: inline-block; }
.goods-price i, .goods-price span { color: red; overflow: hidden; }
.goods-cart { font-size: 14px; width: 111px; height: 24px; margin-top: 16px; border: 1px solid #399; background-color: #fff; cursor: pointer; line-height: 22px; margin-right: 3px; }
.goods-cart span { color: #399; }
.goods-cart i { width: 23px; height: 23px; background: url(../../images/common/icon.png) -53px -363px; display: inline-block; }
.close { float: right; margin-right: 9px; line-height: 40px; color: #399; font-size: 16px; cursor: pointer; }
.cart-box { width: 227px; height: 322px; position: relative; top: -323px; right: 1px; background-color: rgba(255,255,255,.7); filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFFF,endcolorstr=#7FFFFFFF); border: 1px solid #399; display: none; }
.cart-box-name { line-height: 20px; text-align: center; padding: 0 12px; font-size: 12px; padding-top: 20px; margin-bottom: 8px; }
.cart-box-name a p { height: 40px; overflow: hidden; text-overflow: ellipsis; }
.cart-box-packing, .cart-box-spec { margin-left: 20px; color: #3a3a3a; font-size: 14px; margin-bottom: 7px; }
.cart-box-spec select { height: 26px; width: 136px; border: 1px solid #3a3a3a; }
.packing-btn { background-color: #fff; border: 1px solid #3a3a3a; height: 26px; line-height: 26px; cursor: pointer; }
.cart-box-number { margin-left: 20px; color: #3a3a3a; font-size: 14px; margin-bottom: 20px; }
.num-btn { background-color: #fff; border: 1px solid #3a3a3a; width: 22px; height: 26px; line-height: 26px; cursor: pointer; }
.num-btn:hover { color: #399; }
.num-num { border: 1px solid #3a3a3a; height: 24px; line-height: 26px; width: 32px; display: inline-block; margin-left: -1px; margin-right: -1px; padding: 0 5px; text-align: center; }
.cart-box-info { margin: 3px 12px; text-align: center; background-color: #d1d1d1; font-size: 14px; line-height: 30px; color: #fff; height: 60px; overflow: hidden; }
.cart-box-btn button { width: 80px; height: 28px; background: #399; color: #fff; margin: 15px; border: none; cursor: pointer; }
.cart-box-packing .sa { color: #399; border: 1px solid #399; }
.good-datapaging { float: right; font-size: 14px; padding: 12px; margin-right: 148px;}