@charset "utf-8";
/* CSS Document */
/*==最外部盒子*/
div.boss-box{ background:#fff;}
/*==顶部盒子*/
.top-box {
	padding:0 10px;
}
.path-box {
	/*padding: 10px;
	margin-bottom: 15px;
	background-color: #f4f4f4;
	box-shadow:0 0 4px rgba(0,0,0,0.3);
	font-size:14px;*/
}
/*一键分享样式*/
.share{
	float:right;
	position:relative;	
	}
.share a{ float:left;width:20px; height:20px;background: url(image/share.png) no-repeat; text-indent:-9999px; margin-right:10px;}
.share span.fen{ float:left; line-height:0px; padding:10px;}
.share a.sina{ background-position:0px 0px;}
.share a.qq{ background-position:-32px 0px;}
.share a.qzone{ background-position:-64px 0px;}
.share a.wechat{ background-position:-96px 0px;}
.share a.sina:hover{ background-position:0px -32px;}
.share a.qq:hover{ background-position:-32px -32px;}
.share a.qzone:hover{ background-position:-64px -32px;}
.share a.wechat:hover{ background-position:-96px -32px;}
.share a{transition:all .3s ease-in;	}
.wechat-qrcode{ position:absolute; right:0; top:0; z-index:999; border:1px solid #ddd; padding:5px !important; background:#fff; text-align:center; display:none;}
	
	
.path-box b {
	font-weight: normal;
	font: 11px/15px 宋体b8b\4f53, Hei;
	margin: 0 5px;
}
/*==商品图片*/
.pic-box {
	float: left;
}
.goods-pic {
	margin-bottom: 10px;
	width: 460px;
	height: 460px;
	border: 1px solid #ccc;
}
.goods-pic .mainpic {
	max-height: 460px;
	max-width: 460px;
	width: auto;
	height: auto;
	/*max-width:100%;
	height:auto;*/
}
.goods-pic a {
	text-align: center;
	border: 0 none;
	padding: 0;
	display: table-cell;
	width: 460px;
	height: 460px;
	vertical-align: middle;
}
.goods-thumb {
	margin-bottom: 10px;
}
.goods-thumb .prevPage, .goods-thumb .nextPage {
	float: left;
	width: 14px;
	height: 14px;
	background-color: #b8b2b1;
	color: #FFF;
	text-align: center;
	border-radius: 8px;
	margin-top: 28px;
	font: bold 11px/15px 宋体b8b\4f53, Hei;
}
.goods-thumb .prevPage:hover, .goods-thumb .nextPage:hover {
	background-color: #454545;
}
.goods-thumb .thumb-box {
	display: inline;
	float: left;
	height: 68px;
	overflow: hidden;
	position: relative;
	width: 420px;
	margin: 0 5px 0 9px;
	overflow: hidden;
}
.goods-thumb .thumb-box p {
	position: absolute;
	left: 0px;
	display: block;
}
.goods-thumb .thumb-box p b {
	display: table-cell;
	float: left;
	height: 60px;
	width: 60px;
	margin-right: 6px;
	margin-top: 4px;
	padding: 1px;
	font-size: 0;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #CCC;
	cursor: pointer;
}
.goods-thumb .thumb-box p b img {
	max-height: 60px;
	max-width: 60px;
	vertical-align: middle;
	width: 60px;
	height: 60px;
}
.goods-thumb .thumb-box p b.zoomThumbActive {
	border: 2px solid #CD0000;
	padding: 0;
	position: relative;
}
.goods-thumb .thumb-box p b.zoomThumbActive i {
	height: 0;
	left: 26px;
	overflow: hidden;
	position: absolute;
	top: -10px;
	width: 0;
	line-height: 0;
	font-size: 1px;
	border-width: 4px;
	border-color: white white #CD0000 white;
	border-style: solid;
}
/*==商品信息*/
.info-box {
	float:left;
	margin-left:15px;
	width:460px;
}
.info-title {
	font-size: 16px;
	font-weight: bold;
	line-height: 160%;
	margin-bottom: 10px;
}
.promotion-title a{ color:#F00; font-size:14px; text-decoration:underline;}
.info-seller{
	padding:0 5px;
	margin-left:10px;
	border-left:1px solid #ccc;
	text-align:center;
}
/*==价格*/
.info-price {
	padding: 10px 8px;
}
dl.table {
	line-height: 28px;
	margin-bottom: 8px;
	font-size: 14px;
	border-bottom:none;
}
dl.table dt {
	float: left;
	width: 70px;
	color: #999;
	padding:0px;
	text-align:inherit;
	font-weight:normal;	
}
dl.table dd {
	margin-left: 70px;
	color: #666;
	padding:0px;
	background-color:inherit;
}
dl.table dd .price {
	font-weight: 700;
	font-size: 27px;
	line-height: 27px;
	color: #c00;
}
dl.table dd .del {
	font-weight: normal;
	font-size: 14px;
	color: #ccc;
	text-decoration: line-through;
}
dl.table dd .promotion {
	color: #c00;
	font-weight: 700;
	font-size: 27px;
	vertical-align: baseline;
}
/*==赠品列表.ADD.JENA.2010105*/
.info-gift {
	border: 1px solid #f7f5f3;
	background-color: #fcfaf9;
	border-radius: 3px;
	padding: 10px 8px;
}
.gift-list{}
.gift-list li{ width:50%; display:inline-block; margin-bottom:10px; }
.gift-list li img{ height:50px !important; width:auto !important; vertical-align:middle;}
.gift-list li a{ display:block;}
/*==规格*/
.info-spec {
	border: 1px solid #f7f5f3;
	background-color: #fcfaf9;
	border-radius: 3px;
	padding: 10px 8px;
}
.info-spec .table dt {
	color: #555;
}
ul.spec {
}
ul.spec li,ul.spec-diy li {
	float: left;
	position: relative;
	background-color: #fff;
	margin: 0 4px 4px 0;
	vertical-align: middle;
	padding: 1px;
}
ul.spec i,ul.spec-diy i {
	display: none;
}
ul.spec li a,ul.spec-diy li a {
	display: block;
	background-color: #fff;
	white-space: nowrap;
	width: auto!important;
	min-width: 10px;
	width: 10px;
	padding: 0 6px;
	text-align: center;
	border: 1px solid #e2e1e3;
	color: #000;
	text-decoration: none;
}
ul.spec li a:hover,ul.spec-diy li a:hover {
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.6);
}
ul.spec li span,ul.spec-diy li span {
	padding-left: 1px;
}
ul.spec li.selected a,ul.spec-diy li.selected a {
	border: 2px solid #df0001;
	margin: -1px;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,.6);
}
ul.spec li.selected i,ul.spec-diy li.selected i {
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 12px;
	height: 12px;
	overflow: hidden;
	text-indent: -99em;
	background-image: url(image/icon3.png);
	background-repeat: no-repeat;
	background-position: -65px 0;
}
/*==数量*/
.quantity {
	float: left;
	width: 90px;
}
.quantity .txt-ipt {
	float: left;
	color: #666;
	font-size: 12px;
	background-image: url(image/icon5.png);
	background-repeat: no-repeat;
	background-position: -406px -41px;
	margin: 0;
	padding: 3px 2px 0 3px;
	height: 26px;
	border: 1px solid #a7a6ac;
	width: 52px;
	line-height: 26px;
}
.quantity .decrease, .quantity .increase {
	float: left;
	width: 16px;
	height: 12px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #a7a6ab;
	background-image: url(image/icon4.png);
	background-repeat: no-repeat;
}
.quantity .increase {
	margin: 0 0 3px 3px;
	background-position: 0 -41px;
}
.quantity .decrease {
	margin: 0 0 0 3px;
	background-position: 0 -53px;
}
em.multistock {
	font-style: normal;
	color: #878787;
	margin-left: 5px;
}
/*==动作*/
.action {
	padding-top: 20px;
	padding-bottom: 10px;
}
.buy, .cart {
	float: left;
	margin-right: 10px;
}
.buy a, .cart a {
	margin-right: 0;
	float: left;
	height: 38px;
	overflow: hidden;
	line-height: 38px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	font-family: 'Microsoft Yahei';
	text-align: center;
	text-shadow: -1px -1px #870e0c;
}
.buy b, .cart b {
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	font-weight: normal;
	font-family: 微软雅黑;
	background-image: url(image/icon6.png);
	background-repeat: no-repeat;
}
.buy a {
	width: 132px;
}
.buy b {
	background-position: 0 0;
}
.cart a {
	width: 156px;
	background-color: #a91110;
}
.cart b {
	background-position: -132px 0;
}
.attention_title{ display:none;}
.attention {
	border: 1px solid #c30009;
	position: relative;
	background-color: #fff;
	padding: 8px;
}
.attention .attention_title {
	display: block;
	background: #fff8f7;
	border-bottom: 1px solid #f3e9e7;
	height: 24px;
	position: relative;
	line-height: 24px;
	margin: -8px -8px 5px;
	padding-left: 8px;
}
.attention .attention_close {
	position: absolute;
	z-index: 10;
	margin: 8px 10px 8px 0;
	height: 8px;
	width: 8px;
	right: 0;
	top: 0;
	cursor: pointer;
	overflow: hidden;
	text-indent: 90px;
	background: url(image/icon3.png) -78px 0px no-repeat;
}
.attention .buy a, .attention .cart a {
	display: none;
	height: 25px;
	width: 65px;
}
.attention .buy b, .attention .cart b {
	background-position: -288px 0!important;
}
.attention .cart {
	visibility: hidden;
}
.disabled .buy b {
	background-position: 0px -38px;
}
.attention .disabled .buy b{
	background-position: -353px 0!important;
}
.disabled .cart b {
	background-position: -132px -38px;
}
.attention .disabled .cart b{
	background-position: -132px 0!important;
}
.attention.fromcart .buy{ visibility:hidden;}
.attention.fromcart .buy a{ display:none !important;}
.attention.fromcart .cart{ visibility:visible;}

/*==底部盒子*/
.bottom-box {
	padding:20px 10px 20px;
	background:#fff /*url(image/bg-shadow-left.png) 210px 50px repeat-y*/;
}
/*==类似商品*/
.botleft-box {
	width: 200px;
	float: left;
}
/*==商品信息*/
.botright-box {
	float: left;
	width: 720px;
	margin-left: 10px;
}
/*==标签*/
.label {
	padding-left: 1px;
	_padding-left: 2px;
	height: 29px;
	_overflow: hidden;
	border-bottom: 1px solid #a60000;
	z-index: 9999;
	background-color: #fff;
	width: 720px;
}
.label li {
	float: left;
	font-size: 12px;
	margin-left: -1px;
	line-height: 29px;
	overflow: hidden;
	height: 29px;
	padding: 0;
	position: relative;
}
.label a {
	float: left;
	text-decoration: none;
	border: 1px solid #ccc;
	background-color: #fff;
	border-bottom-width: 0;
	height: 28px;
	line-height: 28px;
	color: #333;
	padding: 0 20px;
}
.label .selected {
	font-weight: 700;
	position: relative;
	font-size: 14px;
	border-color: #f60;
	font-weight: bold;
	height: 30px;
	z-index: 1;
}
.label .selected a {
	border-top-width: 2px;
	border-color: #a60000;
}
/*==属性盒子*/
.attr-box {
	clear: both;
	margin: 10px 0;
	border: 1px solid #e6e6e6;
	background-color: #F6F6F6;
}
.attr-box p {
	padding: 10px 20px 5px;
}
.attr-box ul {
	padding: 0 20px 18px 20px;
	text-indent: 0;
	border-top: 1px solid #fff;
}
.attr-box li {
	display: inline;
	float: left;
	width: 210px;
	height: 14px;
	overflow: hidden;
	margin: 16px 15px 0 0;
	line-height: 14px;
	vertical-align: top;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #666;
}
/*==内容盒子*/
.content-box .content-box {
	overflow: hidden;
}
.content-box .content-box img {
	max-width: 720px !important;
	margin-top: 10px;
}
/*==评价盒子*/
.comments-box {
	margin:10px 0px;
}
.comments-box .comments-title {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.current .comments-title {
	display:none;
}
.comment-table {
	table-layout: fixed;
}
.comment-table td {
	padding: 13px 25px 0 25px;
	vertical-align: top;
}
.comment-table td.cmt {
	width: 59%;
	width: 57% 9;
	padding-left: 14px;
}
.comment-table p.rate {
	max-width: 360px;
	word-wrap: break-word;
	line-height: 18px;
	text-align: justify;
	overflow: hidden;
}
.comment-table td.sku {
	width: 24%;
}
.comment-table .cmtInfo {
	color: #999;
}
.comment-table .actSku {
	color: #999;
	display: block;
	line-height: 18px;
}
.comment-table .actSku .actTitle {
	color: #666;
}
.comment-table td.buyer {
	width: 17%;
	width: 19% 9;
}
.comment-table tr.baseline {
	border-bottom: 1px solid #e9e9e9;
}
.comment-table tr.baseline td {
	padding: 0 25px 18px 25px;
	vertical-align: top;
}
.comment-table td.buyer, .comment-table tr.baseline td.times {
	padding-right: 14px;
}
/*晒图.ADD.JENA.20160111*/
.comment-table .comment-pics{ width:300px; height:450px; position:relative; overflow:hidden; margin-top:15px;}
.comment-table .comment-pics li{ display:none; text-align:center;}
.comment-table .comment-pics li img{ max-width:300px; height:auto;}
.comment-table .comment-pics li.active{ display:block;}
.comment-table .comment-pics a.btnPrev,
.comment-table .comment-pics a.btnNext{ position:absolute; width:50px; height:50px; background-color:rgba(0,0,0,0.5); color:#fff; line-height:50px; text-align:center; font-size:14px; top:200px;}
.comment-table .comment-pics a.btnPrev{ left:0px;}
.comment-table .comment-pics a.btnNext{ right:0px;}
.comment-table .comment-pics a.btnClose{ position:absolute; width:30px; height:30px; background-color:rgba(0,0,0,0.5); color:#fff; line-height:30px; text-align:center; font-size:14px; top:0px; right:0px;}
.comment-table .comment-pics a:hover{ background-color:rgba(0,0,0,0.8);}

.comment-table .comment-pics.thumb{ width:100%; height:auto;}
.comment-table .comment-pics.thumb li{ display:inline-block; margin-right:10px; cursor:pointer;}
.comment-table .comment-pics.thumb li img{ width:50px;}
.comment-table .comment-pics.thumb a.btnPrev,
.comment-table .comment-pics.thumb a.btnNext,
.comment-table .comment-pics.thumb a.btnClose{ display:none;}
/*==交易记录盒子*/
.tradelog-box {
	margin:10px 0px;
}
.tradelog-box .tradelog-title {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.current .tradelog-title {
	display:none;
}
.tadelog-table {
	border-collapse: collapse;
	width: 100%;
}
.tadelog-table th {
	border: 0 none;
	margin: 0;
	padding: 8px;
	background-color: #f4f4f4;
	font-weight: bold;
	color: #999;
	text-align: center;
}
.tadelog-table td {
	border: solid #eaeaea;
	border-width: 0 0 1px;
	margin: 0;
	padding: 10px 8px;
	vertical-align: middle;
	text-align: center;
	color: #555;
}
.tadelog-table tfoot td {
	border: 0 none;
}
.tadelog-table .gbuyer, .tadelog-table .gprice, .tadelog-table .gquantity, .tadelog-table .gstatus {
	width: 13%;
}
.tadelog-table .gtitle {
}
.tadelog-table .gbuyer, .tadelog-table .gtitle {
	text-align: left;
}
.tadelog-table .gprice {
	color: #F30;
	font-weight: 700;
}
/*==咨询盒子*/
.inquire-box {
	margin:10px 0px;
}
.inquire-box .inquire-title {
	padding: 10px;
	border-bottom: 1px solid #ccc;
	margin-bottom:10px;
}
.current .inquire-title {
	display:none;
}
.inquire-form{ margin-bottom:20px;}
.inquire-form .s-txt{padding: 3px 5px; width:400px;}