@charset "utf-8";
/* CSS Document */
a, a:active, a:hover, a:focus, input[type=button], input[type=submit],
	.btn, input, button, select, textarea {
	blr: expression(this.onFocus = this.blur ());
	outline: none;
}

a, img {
	border: none;
}

.more, .more.opened, .search-wrap .brand-abox-imgul .brand-seled i,
	.sanjiao-red, #filter .order b, #filter .pagin .icon, .filter-tag .icon,
	.filter-tag-radio .icon, .filter-type .filter-type-icon, .list-grid .operate-btn i,
	.category .item h3 i, .browse-history-other .icon, #historyList .scroll-btn,
	#historyList .compare-btn, .list-grid .item-con-info .item-add-cart .add-cart.sell-out-btn
	{
	background: url(../images/common-icon.png) no-repeat;
}
/*热卖推荐*/
#hotsale {
	height: 120px;
	padding: 15px 0;
	overflow: hidden;
	position: relative;
	padding-left: 40px;
	background: #f9f9f9;
	margin-bottom: 5px;
}

#hotsale .hd {
	font-size: 16px;
	color: #fff;
	float: left;
	padding: 41px 12px;
	width: 16px;
	position: absolute;
	left: 0;
	top: 0;
}

#hotsale dl {
	width: 254px;
	overflow: hidden;
	margin-left: 15px;
	background: #fff;
	padding: 10px;
	float: left;
}

#hotsale dt {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#hotsale dt a {
	display: table-cell;
	height: 100px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 100px;
}

#hotsale dt a img {
	width: 100px;
	height: 100px;
}

#hotsale dd {
	float: left;
	width: 144px;
}

#hotsale .p-name {
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}

#hotsale .p-price {
	margin-top: 5px;
	color: #999;
}

#hotsale .p-price .shop-price {
	font-size: 14px;
	font-weight: bold;
}

#hotsale .btns {
	margin-top: 5px;
}

#hotsale .btns a:link, #hotsale .btns a:visited {
	display: block;
	width: 72px;
	height: 25px;
	text-align: center;
	line-height: 25px;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
}
/*条件筛选*/
.search-wrap {
	width: 1210px;
	text-align: left;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 1;
}

.search-wrap dl {
	width: 1188px;
	border-top: 1px dotted #ddd;
	padding: 10px 10px 5px 10px;
	margin: 0;
	overflow: hidden;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.search-wrap dl dt {
	float: left;
	width: 70px;
	height: 24px;
	line-height: 24px;
	text-align: right;
	padding: 0px 5px 5px 0;
	color: #999;
	overflow: hidden;
}

.search-wrap dl dd {
	float: none;
	padding: 0px 10px 0 0;
	margin: 0;
	overflow: hidden;
}

.search-wrap dl dd.moredd {
	float: right;
	text-align: left;
	text-indent: 10px;
	width: 110px;
	padding: 0;
}

.search-wrap dl dd i {
	float: left;
	overflow: hidden;
	width: 4px;
	height: 1px;
	margin: 12px 4px 0 0;
	background: #ccc;
}

.search-wrap dl dd ul {
	float: left;
	padding: 0;
	margin: 0;
}

.search-wrap dl dd .attr-abox-1 {
	padding-top: 3px;
}

.search-wrap dl dd ul li {
	float: left;
	padding: 0 20px 5px 5px;
	line-height: 24px;
	white-space: nowrap;
}

.more, .more.opened {
	float: left;
	display: block;
	color: #666;
	padding: 0;
	margin: 0;
	width: 45px;
	height: 20px;
	line-height: 21px;
	background-position: 27px -54px;
	text-indent: 0;
}

.more.opened {
	background-position: 27px -12px;
}

.more:hover {
	background-position: 27px -34px;
}

.more.opened:hover {
	background-position: 27px 8px;
}

.multiple {
	float: right;
	padding: 0;
	margin: 0;
	text-align: center;
	text-indent: 0;
	background: #fff;
	width: 50px;
	height: 20px;
	line-height: 20px;
	border: 1px solid #eee;
}

.multiple:hover {
	border-width: 1px;
	border-style: solid;
}

.duo-b {
	font-size: 13px;
	font-weight: bold;
	padding-right: 3px;
}

.input-txt {
	float: left;
	width: 50px;
	height: 23px;
	line-height: 23px;
	border: 1px solid #ddd;
	margin-right: 5px;
	color: #999999;
	padding: 0px 5px;
}

.select-button {
	display: inline-block;
	height: 23px;
	padding: 0 12px;
	margin-top: 2px;
	line-height: 23px;
	border-radius: 2px;
	margin-top: 0;
	text-align: center;
	cursor: pointer;
	color: #999;
	background: #fff;
	border: 1px solid #ddd;
}

.select-button:hover {
	border-width: 1px;
	border-style: solid;
}

.select-button.disabled, .select-button.disabled:hover {
	border: 1px solid #eee;
	color: #ddd;
	cursor: default;
}

.select-button-sumbit {
	border-width: 1px;
	border-style: solid;
	color: #fff;
	cursor: pointer;
}

.select-button-sumbit:hover {
	color: #fff;
}

.attr-group-more {
	display: inline-block;
	text-align: center;
	position: relative;
	border: 1px solid #eee;
	border-top: 1px solid #fff;
	margin-top: -1px;
	background: #fff;
	z-index: 2;
}

.attr-group-more a {
	height: 28px;
	line-height: 28px;
	padding: 5px 10px;
}

.search-wrap dl dd ul.brand-abox-ul {
	float: left;
	margin: 0;
	width: 100%;
}

.search-wrap dl dd ul.brand-abox-ul li {
	float: left;
	padding: 0 15px 5px 0;
	width: 75px;
	overflow: hidden;
}

#brand-sobox {
	overflow: hidden;
	margin-bottom: 10px;
	display: none;
}

#brand-sobox input {
	border: 1px solid #ddd;
	height: 22px;
	line-height: 22px;
	width: 160px;
	color: #999;
	padding: 0px 5px;
}

#brand-zimu {
	margin-bottom: 10px;
	width: 100%;
	display: none;
}

#brand-zimu span {
	float: left;
	height: 20px;
	margin-right: 3px;
}

#brand-zimu span a {
	display: block;
	height: 20px;
	line-height: 20px;
	min-width: 15px;
	padding: 0 5px;
	color: #666;
	text-align: center;
}

#brand-zimu span.span {
	position: relative;
}

#brand-zimu span.span b {
	display: block;
	border-style: solid dashed dashed;
	border-width: 4px;
	font-size: 0;
	overflow: hidden;
	width: 0;
	height: 0;
	_zoom: 1;
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -4px;
}

#brand-zimu span.span a {
	display: block;
	height: 20px;
	line-height: 20px;
	min-width: 15px;
	padding: 0 5px;
	color: #fff;
	text-align: center;
}

.brand-more {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 10px;
	margin: 0;
	margin-bottom: 10px;
	height: 100px;
	overflow-y: scroll;
	position: relative;
}

.search-wrap .selected-attr-dl {
	border-bottom: 1px dotted #ccc;
	border-top: none;
}

.search-wrap .selected-attr-dl .moredd {
	text-align: right;
}

.search-wrap dl dd .selected-attr {
	float: left;
	overflow: hidden;
}

.search-wrap dl dd .selected-attr li {
	float: left;
	height: 24px;
	margin: 0 5px 5px 0;
	padding: 0;
}

.search-wrap dl dd .selected-attr li a {
	display: block;
	height: 22px;
	line-height: 22px;
	border-width: 1px;
	border-style: solid;
	border-color: #eee;
	padding: 0 26px 0 4px;
	position: relative;
	z-index: 1;
}

.search-wrap dl dd .selected-attr li b {
	font-weight: normal;
	color:#333;
}

.search-wrap dl dd .selected-attr li i {
	margin: 0;
	text-decoration: none;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 22px;
	height: 22px;
	line-height: 18px;
	text-align: center;
	font-size: 18px;
	background-color: #fff;
}

.search-wrap dl dd .selected-attr li a:hover i {
	color: #fff;
}
.search-wrap dl dd .selected-attr li a{
	color:#333;
}
.search-wrap dl dd .selected-attr li a:hover{
	color: #333;
}
.search-wrap .brand-abox-imgul {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 1px;
	padding-bottom: 1px;
	*padding-bottom: 1px;
	display: block;
	position: relative;
	overflow: hidden;
}

.search-wrap .brand-abox-imgul li {
	float: left;
	text-align: center;
	/* width: 102px; */
	min-width: 77px;
	/*height: 33px;*/
	/*line-height: 33px;*/
	/*padding: 5px 0 5px;*/
	margin: 0px 0px -1px -1px;
	margin-left: 5px;
	margin-right: 5px;
}

.search-wrap .brand-abox-imgul li.bottom {
	float: left;
	text-align: center;
	width: 102px;
	height: 42px;
	line-height: 40px;
	padding: 0;
}

.brand-abox-imgul li:last-child {
	margin-right: 0px !important;
}

.search-wrap .brand-abox-imgul li:hover {
	position: relative;
	z-index: 1;
}

.search-wrap .brand-abox-imgul li img {
	float: left;
	width: 100px;
	height: 40px;
}

.search-wrap .brand-abox-imgul li a {
	display: block;
	min-width: 75px;
	line-height: 31px;
	position: relative;
	background: #fff;
	cursor: pointer;
	border: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.search-wrap .brand-abox-imgul li a:hover {
	/*border-width: 1px;*/
	border-style: solid;
	border:1px solid #F44336;
}

.search-wrap .brand-abox-imgul li a span {
	display: none;
	min-width: 75px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

.search-wrap .brand-abox-imgul li a i {
	display: none;
}

.search-wrap .brand-abox-imgul li a:hover span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.search-wrap .brand-abox-imgul .brand-seled {
	background-position: 80px;
	position: relative;
	z-index: 1;
	background: url(../images/common/common-icon.png) no-repeat;
}

.search-wrap .brand-abox-imgul .brand-seled i {
	display: block;
	width: 10px;
	height: 10px;
	margin: 0;
	background-position: 0 -122px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.search-wrap dl .duoxuan-btnbox {
	float: left;
	width: 100%;
	margin: 15px auto 7px auto;
	display: none;
}

.search-wrap dl.duoxuan .duoxuan-btnbox {
	display: block;
	text-align: center;
}

.search-wrap dl.duoxuan .duoxuan-btnbox .select-button:last-child {
	margin-left: 10px;
	white-space: nowrap;
}

.search-wrap dl .checkBox {
	vertical-align: middle;
	display: none;
}

.search-wrap dl.duoxuan .checkBox {
	display: inline;
	cursor: pointer;
}

.color-value li span {
	width: 17px;
	height: 17px;
	margin-top: 5px;
	display: block;
	position: relative;
	border: 1px solid #f5f5f5;
}

.color-value li span a {
	display: block;
	cursor: pointer;
	width: 17px;
	height: 17px;
}

.color-value li span.selected {
	display: block;
	border-width: 1px;
	border-style: solid;
	width: 17px;
	height: 17px;
}

.color-value li span .sanjiao-red {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 0;
	bottom: 0;
	background-position: 0 -122px;
	display: none;
}

.color-value li span.selected .sanjiao-red {
	display: block;
}
/*商品列表*/
.content-wrap {
	width: 1210px;
}

.content-wrap .aside {
	width: 210px;
	float: left;
}

.content-wrap .main {
	padding-left: 225px;
}
/*排序*/
#filter {
	border: 1px solid #EEE;
	background: #FFF;
}

#filter.filter-fixed {
	position: fixed;
	top: 0;
	z-index: 999999;
	width: 1208px;
}

#filter.filter-fixed .fore2 {
	display: none;
}

#filter .fore1 {
	background: #F9F9F9;
	height: 38px;
	line-height: 38px; /*  overflow: hidden; */
}

#filter .fore2 {
	border-top: 1px solid #EEE;
	background: #fff;
	height: 38px;
}

#filter .order {
	float: left;
	height: 38px;
}

.f-right {
	float: right !important;
	margin-right: 10px;
	position: relative;
}

.address_home_down {
	background: url(../images/goods/address_subscript.png) no-repeat;
	width: 20px;
	height: 38px;
	top: 12px;
	position: absolute;
	right: -3px;
}

.address_home_up {
	background: url(../images/goods/address_superscript.png) no-repeat;
	width: 20px;
	height: 38px;
	top: 12px;
	position: absolute;
	right: -3px;
}

.address_home {
	position: absolute;
	top: 75px;
	left: -271px;
	border: 1px solid red;
	background: #fff;
	z-index: 999;
	width: 350px;
	display: none;
}

.address-city {
	overflow: hidden;
}

.address-city ul li {
	float: left;
	width: 16%;
	text-align: center;
	cursor: pointer;
}

.address-city ul li:hover {
	text-decoration: underline;
	color: #E31939;
}

.address-city ul li a {
	padding: 0 !important;
	height: 24px !important;
	line-height: 24px !important;
}

.hr-line {
	margin: 0 18px;
	border-top: dashed 1px #e0e0e0;
	height: 0;
	overflow: hidden;
	clear: both;
}

.address-city .search {
	text-align: right;
	margin-right: 15px;
}

.address-city .search input {
	border: solid 1px #dfdfdf;
	height: 21px;
	width: 177px;
	text-indent: 5px;
}

#filter .order dd {
	float: left;
}

#filter .order a {
	display: block;
	height: 38px;
	padding: 0 18px;
	border-left: solid 1px #F9F9F9;
	border-right: solid 1px #F9F9F9;
	margin-left: -1px;
}

#filter .order .first a, #filter .order .curr.first a {
	margin-left: 0;
	border-left: 0;
}

#filter .order .curr a, #filter .order a:hover {
	position: relative;
	z-index: 1;
	background: #FFF;
	border-color: #eee;
}

#filter .order b {
	position: relative;
	top: 3px;
	right: -1px;
	width: 14px;
	height: 14px;
	overflow: hidden;
	display: inline-block;
	z-index: 2;
}

#filter .order b.icon-order-DESCending {
	background-position: 2px -147px;
}

#filter .order .curr b.icon-order-ASCending {
	background-position: -23px -169px;
}

#filter .order .curr b.icon-order-DESCending, #filter .order a:hover b.icon-order-DESCending
	{
	background-position: -23px -147px;
}

#filter .pagin {
	float: right;
	line-height: 38px;
	overflow: hidden;
}

#filter .pagin .prev, #filter .pagin .next, #filter .pagin .text {
	float: left;
	line-height: 37px;
}

#filter .pagin .prev, #filter .pagin .next {
	padding: 0 15px;
	height: 38px;
}

#filter .pagin .icon {
	display: inline-block;
	width: 6px;
	height: 9px;
	margin-top: 14px;
}

#filter .pagin .prev .prev-btn {
	background-position: -26px 0;
}

#filter .pagin .prev-btn:hover {
	background-position: -42px 0;
}

#filter .pagin .prev-disabled {
	background-position: -58px 0;
}

#filter .pagin .next .next-btn {
	background-position: -74px 0;
}

#filter .pagin .next-btn:hover {
	background-position: -90px 0;
}

#filter .pagin .next-disabled {
	background-position: -106px 0;
}

#filter .total {
	float: right;
}

#filter .total span {
	padding: 0 3px;
}

#filter .filter-btn {
	float: left;
	height: 38px;
}

.filter-tag, .filter-tag-radio {
	float: left;
	height: 38px;
	line-height: 38px;
	margin-left: 17px;
	cursor: pointer;
	color: #666;
	white-space: nowrap;
}

.filter-tag .icon, .filter-tag-radio .icon {
	float: left;
	margin-top: 13px;
	width: 13px;
	height: 13px;
	background: url(../images/common/common-icon.png) no-repeat;
}

.filter-tag .icon {
	background-position: -26px -12px;
}

.filter-tag:hover .icon, .filter-tag.curr .icon {
	background-position: -40px -12px;
}

.filter-tag .text, .filter-tag-radio .text {
	float: left;
	margin-left: 4px;
}

.filter-tag-radio .icon {
	background-position: -56px -12px;
}

.filter-tag-radio.curr .icon, .filter-tag-radio:hover .icon {
	background-position: -71px -12px;
}

.filter-mod {
	float: right;
	height: 38px;
	overflow: hidden;
	background: #FCFCFC;
}

.filter-mod .filter-type {
	width: 38px;
	height: 38px;
	float: right;
	overflow: hidden;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	margin-right: -1px;
}

.filter-mod .filter-type-icon {
	display: block;
	margin-top: 14px;
	margin-left: 14px;
	width: 12px;
	height: 12px;
	background: url(../images/common/common-icon.png) no-repeat;
}

.filter-mod .filter-address {
	text-align: center;
	display: block;
}

.filter-type-list .filter-type-icon {
	background-position: -70px -30px;
}

.filter-type-grid .filter-type-icon {
	background-position: -26px -30px;
}

.filter-type-text .filter-type-icon {
	background-position: -114px -30px;
}

.filter-type-list:hover .filter-type-icon, .filter-type-list.curr .filter-type-icon
	{
	background-position: -92px -30px;
}

.filter-type-grid:hover .filter-type-icon, .filter-type-grid.curr .filter-type-icon
	{
	background-position: -48px -30px;
}

.filter-type-text:hover .filter-type-icon, .filter-type-text.curr .filter-type-icon
	{
	background-position: -136px -30px;
}

.filter-type.curr {
	background-color: #fff;
}

.filter-type:hover {
	background-color: #fff;
}
/*列表 表格形式*/
.list-grid {
	/*overflow: hidden;*/
}

.list-grid .item {
	float: left;
	font-size: 12px;
	width: 231px;
	margin: 15px 15px 0 0;
	padding: 1px;
	border: solid 1px #eee;
	transition: all 0.5s;
}

.list-grid .item.last {
	margin-right: 0;
}

.main1210 .list-grid .item {
	width: 228px;
}

.list-grid .item-con {
	background: #FFF;
	line-height: 18px;
	padding: 5px 4px;
	position: relative;
	overflow: hidden;
}

.list-grid .item-tag-box {
	position: absolute;
	left: 6px;
	top: 5px;
}

.list-grid .item-tag {
	width: 40px;
	height: 22px;
	text-align: center;
	position: relative;
	color: #fff;
	z-index: 2;
}

.list-grid .item-tag span {
	display: block;
	width: 40px;
	height: 22px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
}

.list-grid .item-tag i {
	position: absolute;
	display: block;
	border-style: solid;
	border-width: 9px 20px;
	left: 0;
	top: 22px;
}

.list-grid .item-pic {
	width: 225px;
	height: 220px;
	text-align: center;
	line-height: 220px;
}

.list-grid .item-pic a {
	height: 220px;
	overflow: hidden;
	text-align: center;
	vertical-align: middle;
	width: 220px;
}

.list-grid .shop-over {
	width: 220px;
	height: 220px;
	position: absolute;
	left: 4px;
	top: 4px;
	background: url(../images/soldout.png) no-repeat center center;
}

.list-grid .item-info {
	padding: 0 6px;
}

.list-grid .item-price {
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 15px 0 0;
	overflow: hidden;
}

.list-grid .sale-price {
	font-size: 20px;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 70px;
	float: left;
	overflow: hidden;
}

.list-grid .sale-count {
	float: right;
	font-family: "Microsoft YaHei", Arial;
	color: #b9b9b9;
}

.list-grid .item-name {
	line-height: 20px;
	color: #999;
	height: 40px;
	display: block;
	overflow: hidden;
	margin: 5px 0;
}

.list-grid .item-name i {
	margin-left: 5px;
}

.list-grid .item-name i.free-shipping {
	border: 1px solid #ffe1d3;
	color: #E31939;
	background: #fff0e7;
	padding: 0px 5px;
	white-space: nowrap;
}

.list-grid .item-name i.gift {
	color: #fff;
	background: #0ABEDE;
	padding: 0px 3px;
}

.list-grid .item-con-info {
	/* 	height: 50px; */
	overflow: hidden;
}

.list-grid .item-con-info .item-operate {
	overflow: hidden;
	position: relative;
	height: 28px;
	padding: 3px 0;
	line-height: 28px;
    border-radius: 2px;
    padding: 0 5px;
    border: 1px solid #b9b9b9;
}
.list-grid .item-con-info .is_favorite,.list-grid .item-con-info .item-operate:hover{
	border-color: #333;
}
.list-grid .item-con-info .is_favorite a,.list-grid .item-con-info .item-operate:hover a{
	color: #333;
}
.list-grid .item-con-info .item-operate:hover i{
	background-position: -107px -11px;
}
.list-grid .item-con-info .operate-btn {
	float: left;
	width: auto;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	margin-right: 5px;
	padding-left: 18px;
	color: #b9b9b9;
	position: relative;

}

.list-grid .item-con-info .operate-btn i {
	position: absolute;
	display: block;
	width: 14px;
	height: 14px;
	left: 0;
	top: 6px;
}

.list-grid .item-con-info .compare-btn i {
	background-position: -26px -11px;
}

.list-grid .item-con-info .compare-btn.curr i, .list-grid .compare-btn:hover i
	{
	background-position: -40px -11px;
}

.list-grid .item-con-info .collet-btn i {
	background-position: -91px -11px;
}

.list-grid .item-con-info .operate-btn.curr, .list-grid .operate-btn:hover
	{
	cursor: pointer;
}

.list-grid .item-con-info .collet-btn.curr i, .list-grid .collet-btn:hover i
	{
	background-position: -107px -11px;
}

.list-grid .item-con-info .comment-btn i {
	background-position: -124px -11px;
}

.list-grid .item-con-info .comment-btn:hover i {
	background-position: -141px -11px;
}

.list-grid .item-con-info .item-shop {
	height: 22px;
	line-height: 22px;
}

.list-grid .item-con-info .item-shop .dsrs {
	height: 18px;
	line-height: 18px;
	padding: 0px 5px;
	border-radius: 2px;
	background: #f40;
	color: #fff;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

.list-grid .item-con-info .item-add-cart {
	/*width: 30px;*/
	/* 	height: 50px; */
	overflow: hidden;
}

.list-grid .item-con-info .item-add-cart .add-cart {
	display: block;
	width: 100px;
    text-align: center;
    background: #333;
    color: #fff;
    height: 30px;
    border-radius: 2px;
    line-height: 30px;
    opacity: 0.8;
}
.list-grid .item-con-info .item-add-cart .add-cart:hover{
	opacity: 1;
}
.list-grid .item-con-info .item-add-cart .add-cart .icon-cart{
	width: 15px;
	height: 15px;
	display: inline-block;
	background: url("../images/icon_cart.png") no-repeat center;
	background-size: 15px 13px;
    position: relative;
    top: 3px;
    margin-right: 6px;
}
.list-grid .item-con-info .item-add-cart .add-cart:hover {
	/*background-image: url('../images/add_cart_hover.png');*/
}

.list-grid .item-con-info .item-add-cart .add-cart.tell-me {
	background-position: -64px -94px;
}

.list-grid .stock {
	position: absolute;
	top: 200px;
	left: 6px;
	z-index: 2;
	line-height: 25px;
	height: 25px;
	width: 200px;
	padding: 0 10px;
	color: #fff;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
		startColorstr='#B2000000', endColorstr='#B2000000');
	background: rgba(0, 0, 0, .7);
}
/*列表 列表显示*/
.goodsList {
	padding: 0px;
	border: 1px #eee solid;
	border-top: none;
	border-bottom: none;
}

.goodsList ul {
	height: 74px;
	position: relative;
	z-index: 1;
}

.goodsList ul.bgcolor {
	background: #fcfcfc;
	border-top: 1px dotted #eee;
	border-bottom: 1px dotted #eee;
}

.goodsList ul.last {
	border-bottom: 0;
}

.goodsList li {
	float: left;
}

.goodsList .thumb {
	width: 100px;
	height: 50px;
	padding: 10px 0px;
	text-align: center;
}

.goodsList .thumb img {
	width: 50px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 1px;
}

.goodsList .goodsName {
	width: 320px;
	height: 45px;
	line-height: 20px;
	overflow: hidden;
	margin: 17px 50px 0px 20px;
}

.goodsList .goodsName a {
	width: 320px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
}

.goodsList .goodsName .stock {
	height: 20px;
	line-height: 20px;
}

.goodsList .list_price {
	line-height: 20px;
	margin-top: 17px;
}

.goodsList .action {
	float: right;
	margin-right: 10px;
	margin-top: 24px;
}

.goodsList .action .action-btn {
	height: 25px;
	line-height: 25px;
	margin-left: 15px;
	padding: 0 16px;
	float: left;
	color: #fff;
	text-align: center;
}

.goodsList .action .collet-btn {
	background: #F44336;
}

.goodsList .action .addcart-btn {
	width: 92px;
	padding: 0;
}

.goodsList .action .sell-over {
	background: #a1a1a1;
	color: #fff;
}
/*列表页左侧内容*/
.content-wrap .aside {
	position: relative;
}

.content-wrap .aside .slide-aside {
	display: block;
	width: 34px;
	height: 34px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	background: url(../images/slide-aside.png) no-repeat 0 0;
} /*../images/slide-aside.gif*/
/* .content-wrap .aside .slide-aside.left { background-position: -34px 0;} */
.aside-inner {
	width: 210px;
	/*overflow: hidden;*/
}

.aside-con {
	margin-bottom: 15px;
	width: 210px;
}

.aside-tit {
	height: 38px;
	line-height: 38px;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
	font-size: 14px;
	font-weight: normal;
}
/*左侧分类*/
.category .item {
	background: #f9f9f9;
}

.category .item.last {
	border: 0;
}

.category .item h3 {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-indent: 15px;
	position: relative;
	border: 1px solid #eee;
	border-bottom: 0;
}

.category .item .last {
	border-bottom: 1px solid #eee;
}

.category .item h3 i {
	position: absolute;
	display: block;
	width: 11px;
	height: 11px;
	right: 15px;
	top: 13px;
	background-position: -26px -59px;
}

.category .item.curr h3 {
	border-width: 1px;
	border-style: solid;
	color: #fff;
	border-bottom: 0;
}

.category .item.curr h3 a, .category .item.curr h3 a:hover {
	color: #fff;
}

.category .item.curr h3 i {
	background-position: -26px -47px;
}

.category .item ul {
	display: none;
	padding: 0 10px;
	background: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.category .item ul li {
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dotted #eee;
	text-indent: 10px;
}

.category .item ul li.last {
	border: 0;
}
/*左侧新品推荐*/
.aside-list li {
	border: 1px solid #eee;
	margin-bottom: 15px;
	position: relative;
	transition: all 0.5s;
}

.aside-list .p-img {
	width: 208px;
	height: 208px;
	line-height: 208px;
	text-align: center;
}

.aside-list .p-price {
	padding: 5px 10px;
	height: 18px;
	line-height: 18px;
	overflow: hidden;
}

.aside-list .p-price .sale-price {
	float: left;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.aside-list .p-price .market-price, .aside-list .p-price .sale-num {
	float: right;
	color: #999;
}

.aside-list .p-name {
	position: absolute;
	left: 0;
	bottom: 28px;
	width: 100%;
	padding: 5px 0;
	line-height: 20px;
	overflow: hidden;
	max-height: 40px;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled='true',
		startColorstr='#B2FFFFFF', endColorstr='#B2FFFFFF');
	background: rgba(255, 255, 255, .7);
	display: none;
}

.aside-list .p-name a {
	display: block;
	padding: 0 10px;
	max-height: 40px;
	overflow: hidden;
}

.aside-list li:hover {
	border-width: 1px;
	border-style: solid;
}

.aside-list li:hover .p-name {
	display: block;
}
/*猜你喜欢和浏览历史*/
.browse-history-tab {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #eee;
	position: relative;
	z-index: 1;
}

.browse-history-tab span {
	float: left;
	padding: 0 20px;
	font-size: 14px;
	cursor: pointer;
}

.browse-history-tab .browse-history-line {
	width: 104px;
	height: 2px;
	font-size: 0;
	position: absolute;
	left: 0;
	bottom: -2px;
	background: #f44336;
}

.browse-history-tab .browse-history-other {
	float: right;
}

.browse-history-other a {
	color: #999;
}

.browse-history-other a:hover {
	color: #f44336;
}

.browse-history-other .icon {
	float: left;
	width: 16px;
	height: 16px;
	margin: 12px 4px 0 0;
	background: url(../images/common/common-icon.png) no-repeat;
}

.browse-history-other .history-recommend-change .icon {
	background-position: -43px -78px;
}

.browse-history-other .history-recommend-change:hover .icon {
	background-position: -43px -99px;
}

.browse-history-other .clear_history .icon {
	background-position: -24px -78px;
}

.browse-history-other .clear_history:hover .icon {
	background-position: -24px -99px;
}

.browse-history-other .text {
	float: left;
}

.browse-history-con {
	border: 1px solid #eee;
	border-top: 0;
	padding:0 20px 20px;
	box-sizing: border-box;
}

.browse-history-inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.browse-history-inner ul {
	width: 100%;
	display: table;
}

.browse-history-inner li {
	width: 174px;
	float: left;
	border: 1px solid #eee;
	padding: 6px;
	margin-right: 8px;
	margin-top: 15px;
}

.browse-history-inner li.li-special, .browse-history-inner li:nth-last-child(1),
	.browse-history-inner li:nth-child(6n) {
	margin-right: 0px
}

.browse-history-inner .p-img {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	line-height: 160px;
}

.browse-history-inner .p-name {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
}

.browse-history-inner .p-comm {
	height: 18px;
	line-height: 18px;
	padding: 10px 0 0;
}

.browse-history-inner .p-comm .p-price {
	float: left;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.browse-history-inner .p-comm .p-comm-num {
	float: right;
	color: #999;
}
/* 品牌详情页 品牌信息*/
.brand-info {
	margin-bottom: 15px;
}

.brand-info .brand-name {
	border: 1px solid #eee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	height: 33px;
	line-height: 33px;
	text-align: left;
	text-indent: 5px;
}

.brand-info .brand-detail table {
	border: 1px solid #eee;
}

.brand-info .brand-detail table td {
	padding: 5px;
}

.brand-info .brand-detail table .td-l {
	width: 200px;
	border-right: 1px solid #eee;
}
/*没有信息内容时显示*/
.category-wrap .tip-box {
	position: static;
	margin: 50px auto 0;
}

.tip-box {
	position: absolute;
	top: 50%;
	width: 270px; /* margin-top: -100px;  */
	text-align: center;
	display: block;
}

.tip-box .tip-icon {
	display: block;
	width: 156px;
	height: 85px;
	margin: 0 auto;
	background: url(../images/right_no_data.png) no-repeat 0 0;
}

.tip-box .tip-text {
	line-height: 20px;
	padding: 10px;
}
/*地址选择特殊样样式处理*/
.region-chooser {
	float: left;
}
/*属性弹框*/
.modal-dialog {
	width: 30%;
}

.choose dl dd {
	width: 600px;
}
/*新增售罄样式*/
.sell-out {
	position: absolute;
	width: 95px;
	height: 95px;
	top: 60px;
	left: 50%;
	margin-left: -47px;
	background: url(../images/shouqing.png) no-repeat;
}

.list-grid .item-con-info .item-add-cart .add-cart.sell-out-btn {
	background-position: -118px -145px;
}

.shouqing-bgcolor {
	background: #f5f5f5;
}

.shouqing-bgcolor .shouqing-btn {
	background: #aeaeae;
}
/*规格属性相册*/
.img-scroll {
	position: relative;
	z-index: 2;
	margin: 10px 2px 0px;
}

.img-scroll .img-wrap {
	width: 170px;
	height: 29px;
	overflow: hidden;
	position: relative;
	left: 26px;
	z-index: 1;
}

.img-scroll .img-next, .img-scroll .img-prev {
	display: none;
	position: absolute;
	width: 20px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	color: #333;
	font-size: 16px;
	font-family: "\5b8b\4f53";
	cursor: pointer;
	z-index: 2;
}

.img-scroll .img-prev {
	left: 2px;
	top: 0;
}

.img-scroll .img-next {
	left: 196px;
	top: 0;
}

.img-scroll .img-next.disabled, .img-scroll .img-prev.disabled {
	padding: 0;
	color: #ccc;
	cursor: default;
}

.img-scroll ul {
	height: 29px;
	position: absolute;
}

.img-scroll ul li {
	float: left;
	width: 34px;
	height: 29px;
	text-align: left;
}

.img-scroll ul li a {
	cursor: pointer;
	display: inline-block;
	width: 25px;
	height: 25px;
	border: 1px solid #ddd;
	padding: 1px;
}

.img-scroll ul li a img {
	width: 25px;
	height: 25px;
}

.img-scroll ul li a.curr {
	padding: 0;
	border-width: 2px;
	border-color: #e4393c;
}

.img-scroll.scrolled {
	width: 194px;
}

.img-scroll.scrolled .img-next, .img-scroll.scrolled .img-prev {
	display: block;
}
/*商品列表所在地*/
.nch-sortbar-location {
	font: 12px/36px "microsoft yahei";
	color: #777;
	vertical-align: top;
	display: inline-block;
	padding: 0 0 0 30px;
}

.nch-sortbar-location .select-layer {
	background-color: #FFF;
	border: solid 1px #D6D6D6;
	display: inline-block;
	margin: 8px 6px 8px 0;
	position: relative;
	z-index: 19;
}

.select-layer .holder {
	background-color: #FFF;
}

.select-layer .holder em {
	font-style: normal;
	line-height: 16px;
	white-space: nowrap;
	display: block;
	padding: 2px 16px 2px 4px;
}

.select-layer .selected {
	background-color: #FFF;
	display: none;
	height: 22px;
	padding-bottom: 1px;
	border: solid #ABABAB;
	border-width: 1px 1px 0 1px;
	position: absolute;
	z-index: 2;
	top: -1px;
	left: -1px;
}

.select-layer .selected a {
	line-height: 18px;
	color: #F44336;
	white-space: nowrap;
	display: block;
	padding: 1px 17px 5px 5px;
}

.select-layer .direction {
	font-size: 0px;
	line-height: 0;
	width: 0px;
	height: 0px;
	border: 4px solid;
	border-color: #666 #FFF #FFF #FFF;
	-webkit-transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-o-transition: .2s ease-in;
	transition: .2s ease-in;
	position: absolute;
	z-index: 3;
	top: 7px;
	right: 5px;
}

.select-layer:hover .direction {
	border-color: #666 #FFF #FFF #FFF;
	FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
}

.select-layer:hover .direction {
	border-color: #666 #FFF #FFF #FFF;
	FILTER: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
	-moz-transform: rotate(180deg);
	-moz-transform-origin: 50% 30%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 30%;
	-o-transform: rotate(180deg);
	-o-transform-origin: 50% 30%;
	transform: rotate(180deg);
	transform-origin: 50% 30%;
}

.options {
	background-color: #FFF;
	white-space: nowrap;
	display: none;
	border: solid #ABABAB 1px;
	position: absolute;
	z-index: 99;
	right: 0;
	top: 70px;
	box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3);
	-moz-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3) /* if FF*/;
	-webkit-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3) /* if webkit*/;
	-o-box-shadow: 2px 2px 0 rgba(102, 102, 102, 0.3) /* if opera*/;
}

#addressDraw {
	width: 368px;
}

#addressDraw .location-hots {
	padding: 1px 0 0 15px;
}

#addressDraw dt {
	line-height: 20px;
	font-weight: 700;
	padding: 12px 0 5px;
}

#addressDraw .location-hots dd {
	display: inline-block;
	padding: 3px 0;
	width: 85px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

#addressDraw .location-all {
	padding-left: 15px;
}

#addressDraw .oreder-default {
	padding: 4px 15px 3px;
	background: #f1f1f1;
	line-height: 20px;
	display: block;
	clear: both;
	padding: 2px 18px 1px 8px;
}

#addressDraw .location-all ul {
	float: left;
	width: 85px;
}

#addressDraw .location-all li {
	overflow: hidden;
	margin-bottom: 10px;
	line-height: 16px;
	white-space: nowrap;
	vertical-align: top;
	clear: both;
}

#addressDraw .location-all .lt {
	float: left;
	padding-top: 1px;
	width: 14px;
}

#addressDraw .location-all .lc {
	margin-left: 16px;
	padding-left: 8px;
	border-left: 1px dotted #999;
}

#addressDraw .location-all .lc span {
	display: block;
	padding: 3px 0;
}

#addressDraw .location-all .lc span a {
	display: inline;
	padding: 0;
}
.customerService{
	width: 28px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border:1px solid #d9d9d9;
	border-radius: 2px;
	display: inline-block;
	margin-left: 5px;
}
.customerService i.kefu{
	display: block;
	width: 20px;
	height: 20px;
	background: url("../images/kefu.png") no-repeat center;
	background-size: 20px 20px;
	margin:4px auto;
}
.customerService:hover{
	border-color: #333;
}
.customerService:hover i.kefu{
	background: url("../images/kefu_hover.png") no-repeat center;
}