﻿.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
}
.section {
	position: relative;
	margin: 0 auto;
	width: 1160px;
	min-width: 925px;
	max-width: 1160px;
	text-align: left;
}.left-auto {
	width: 844px;
	float: right;
	background: #FFF;
	border: 1px solid #E5E5E5;
	padding-bottom: 50px;
}
body {
	background: #f5f5f5;
}
.wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: auto;
	text-align: left;
	overflow: hidden;
}
.wrapper:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*类别导航样式*/
.screen-box {
	display: block;
	position: relative;
	margin: 0 0 15px;
	padding: 0 15px;
	background: #fff;
}
.screen-box ul {
	padding: 10px 0;
	display: block;
	font-size: 14px;
}
.screen-box ul h4 {
	display: inline-block;
	padding: 0 15px;
	text-align: right;
	line-height: 28px;
	font-weight: normal;
}
.screen-box ul li {
	display: inline-block;
	padding: 0 15px;
	line-height: 28px;
*display:inline;
*zoom:1;
}
.screen-box ul li a {
	color: #333;
}
.screen-box ul li a:hover, .screen-box ul li.selected a {
	color: #FF8700;
}
.screen-box dl {
	margin: 0;
	padding: 0;
	clear: both;
	display: block;
	border-top: 1px solid #f7f7f7;
	font-size: 12px;
}
.screen-box dl:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.screen-box dl:first-child {
	border-top: none;
}
.screen-box dl dt {
	display: block;
	float: left;
	padding-left: 10px;
	width: 100px;
	color: #555;
	line-height: 40px;
}
.screen-box dl dd {
	position: relative;
	margin-left: 112px;
	padding-top: 6px;
	overflow: hidden;
}
.screen-box dl dd a {
	display: inline-block;
	margin: 0 6px 6px 0;
	padding: 8px 10px;
	border: 1px solid #fff;
	line-height: 12px;
}
.screen-box dl dd a.selected {
	border-color: #fff;
	color: #fff;
	background: #FF8700;
}
/*图片列表样式*/
.img-list {
	margin: -15px 0 0 -15px;
*display:inline-block;
}
.img-list:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.img-list .nodata {
	color: #999;
	line-height: 80px;
	text-align: center;
}
.img-list li {
	position: relative;
	float: left;
	margin: 15px 0 0 15px;
	width: 220px;
	height: 320px;
	background: #fff;
	overflow: auto;
	_display: inline;
}
.img-list li .img-box {
	display: block;
	position: relative;
	width: 220px;
	height: 220px;
	overflow: hidden;
}
.img-list li .img-box .abs-txt {
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	padding: 0 6px;
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	background: #c81623;
	text-align: center;
	border-radius: 0 3px 3px 0;
}
.img-list li .img-box img {
	width: 100%;
	height: 100%;
}
.img-list li .info {
	display: block;
	text-align: left;
	margin: 15px;
}
.img-list li .info h3 {
	display: block;
	line-height: 20px;
	height: 40px;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
}
.img-list li .info p {
	display: block;
	line-height: 28px;
	color: #999;
	font-size: 12px;
}
.img-list li .info p.price {
	padding-top: 10px;
	line-height: 18px;
}
.img-list li .info p.price b {
	margin-right: 2px;
	color: #f40;
	font-size: 16px;
}
.img-list li .info p strong {
	float: right;
	font-weight: normal;
}
.img-list li .info p span.price {
	color: #fb2104;
	font-size: 14px;
	font-weight: 600;
}
.img-list li em {
	position: absolute;
	display: none;
	margin: -30px auto auto -30px;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	font-style: normal;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.img-list li em i {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
.img-list li a:hover em {
	display: block;
}
.img-list li .abs-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #000;
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.img-list li .remark {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	line-height: 20px;
	text-align: left;
	overflow: hidden;
}
.img-list li .remark h3 {
	padding: 5px 15px 0;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.img-list li .remark p {
	padding: 0 15px;
	color: #eee;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
/*排序样式*/
.sort-box {
	position: relative;
	margin: 0 0 15px;
	height: 36px;
	background: #fff;
	overflow: hidden;
}
.sort-box a {
	display: block;
	float: left;
	margin-left: -1px;
	padding: 0 15px;
	line-height: 36px;
	height: 36px;
	border-left: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	color: #333;
	font-size: 12px;
}
.sort-box a:hover, .sort-box a.selected {
	color: #fff;
	background: #FF8700;
}
/*商品缩略图样式*/
.goods-box {
	position: relative;
	margin-bottom: 15px;
	padding: 30px;
	font-size: 12px;
	background: #fff;
}
.goods-pic {
	position: relative;
	float: left;
	width: 370px;
*z-index:1;
}
.pic-box {
	float: left;
}
.pic-preview {
	width: 368px;
	height: 368px;
	border: 1px solid #e8e8e8;
}
.pic-scroll {
	margin-top: 10px;
	width: 370px;
}
.pic-scroll .prev {
	float: left;
	margin-right: 5px;
}
.pic-scroll .next {
	float: right;
}
.pic-scroll .prev, .pic-scroll .next {
	display: block;
	font-family: "宋体";
	text-align: center;
	width: 10px;
	height: 60px;
	line-height: 60px;
	border: 1px solid #e8e8e8;
	background: #f7f7f7;
	cursor: pointer;
	text-decoration: none;
}
.pic-scroll .items {
	position: relative;
	float: left;
	width: 335px;
	height: 62px;
	overflow: hidden;
}
.pic-scroll .items ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 999999px;
	height: 100%;
}
.pic-scroll .items ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 67px;
	text-align: center;
}
.pic-scroll .items ul li img {
	padding: 2px;
	border: 1px solid #e8e8e8;
	width: 56px;
	height: 56px;
}
.pic-scroll .items ul li img:hover {
	padding: 1px;
	border: 2px solid #FF8700;
}
/* 图片放大镜样式*/
.jqzoom {
	position: relative;
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 368px;
	height: 368px;
	border: none;
	cursor: crosshair;
}
.jqzoom img {
	width: 368px;
	height: 368px;
}
.zoomdiv {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
	width: 368px;
	height: 368px;
	background: #fff;
	border: 1px solid #e8e8e8;
	text-align: center;
	overflow: hidden;
}
.jqZoomPup {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	visibility: hidden;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background: #fff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
}
/*商品Tab样式*/
.goods-tab .tab-head {
	display: block;
	height: 42px;
	border-bottom: 1px solid #f0f0f0;
	background: #fff;
}
.goods-tab .tab-head ul li {
	float: left;
	margin-left: -1px;
	border-left: 1px solid #f0f0f0;
	border-right: 1px solid #f0f0f0;
}
.goods-tab .tab-head ul li a {
	display: block;
	padding: 0 30px;
	height: 42px;
	line-height: 42px;
	color: #555;
	font-size: 14px;
}
.goods-tab .tab-head ul li a:hover, .goods-tab .tab-head ul li a.selected {
	color: #fff;
	background: #FF8700;
}
.goods-tab .tab-content {
	display: none;
}
/*商品规格*/
.goods-spec {
	position: relative;
	margin: 0 0 0 395px;
	overflow: hidden;
}
.goods-spec h1 {
	display: block;
	color: #555;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.1em;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.goods-spec .subtitle {
	margin-top: 5px;
	color: #888;
	font-size: 14px;
	line-height: 18px;
}
.goods-spec .spec-box {
	position: relative;
	margin-top: 10px;
}
.goods-spec .spec-box.line {
	padding-top: 10px;
	border-top: 1px solid #efefef;
}
.goods-spec .spec-box:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.goods-spec .spec-box dl {
	clear: both;
	display: block;
}
.goods-spec .spec-box dl:after {
	clear: none;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.goods-spec .spec-box dl dt {
	float: left;
	width: 80px;
	line-height: 38px;
	min-height: 38px;
	color: #999;
}
.goods-spec .spec-box dl dd {
	position: relative;
	padding: 5px 0;
	line-height: 26px;
	min-height: 26px;
	color: #6c6c6c;
}
.goods-spec .spec-box dl dd s {
	display: inline-block;
	text-decoration: line-through;
}
.goods-spec .spec-box dl dd .price {
	display: inline-block;
	margin-right: 5px;
	color: #f40;
	font-size: 24px;
	font-weight: 700;
	font-style: normal;
}
.goods-spec .spec-box dl dd .items li {
	position: relative;
	float: left;
	margin: 0 5px 8px 0;
	padding: 1px;
	line-height: 20px;
	vertical-align: middle;
}
.goods-spec .spec-box dl dd .items li a {
	display: block;
	padding: 1px;
	color: #666;
	min-width: 10px;
	width: auto !important;
	text-align: center;
	text-decoration: none;
	border: 1px solid #eee;
	cursor: pointer;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle;
}
.goods-spec .spec-box dl dd .items li a span {
	display: inline-block;
	padding: 5px 9px;
	font-style: normal;
	line-height: 20px;
}
.goods-spec .spec-box dl dd .items li a img {
	width: 36px;
	height: 38px;
	vertical-align: middle;
}
.goods-spec .spec-box dl dd .items li a.selected {
	margin: -1px;
	color: #333;
	border: 2px solid #f40;
	color: #f40;
}
.goods-spec .spec-box dl dd .stock-box {
	display: block;
	float: left;
	margin-right: 10px;
	width: 64px;
}
.goods-spec .spec-box dl dd .stock-box input {
	float: left;
	margin-right: 3px;
	width: 42px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #e8e8e8;
}
.goods-spec .spec-box .stock-box a {
	display: block;
	float: left;
	margin-bottom: 4px;
	width: 15px;
	height: 12px;
	line-height: 12px;
	color: #333;
	font-size: 11px;
	text-align: center;
	border: 1px solid #e8e8e8;
	cursor: pointer;
	overflow: hidden;
}
.goods-spec .spec-box .stock-txt {
	float: left;
	line-height: 32px;
}
.goods-spec .spec-box .btn-buy {
	margin-top: 15px;
}
.goods-spec .spec-box .btn-buy .buy {
	display: inline-block;
	margin-right: 10px;
	padding: 0 30px;
	color: #e5511d;
	font-size: 16px;
	line-height: 38px;
	background: #ffe4d0;
	border: 1px solid #f0cab6;
	cursor: pointer;
}
.goods-spec .spec-box .btn-buy .add {
	display: inline-block;
	padding: 0 30px;
	color: #fff;
	font-size: 16px;
	line-height: 38px;
	background: #f40;
	border: 1px solid #f40;
	border-radius: 2px;
	cursor: pointer;
}
.goods-spec .spec-box .btn-buy button.over {
	color: #999;
	background: #f7f7f7;
	border-color: #e8e8e8;
	cursor: default;
}
.left-925 {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	width: 925px;
}
.left-220 {
	position: relative;
	display: block;
	float: left;
	margin: 0 0 0 15px;
	padding: 0;
	width: 220px;
	_overflow: hidden;
}
.bg-wrap {
	margin: 0;
	padding: 0;
	background: #fff;
}
.bg-wrap:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.bg-wrap.nobg {
	background: none;
}
.sidebar-box {
	margin: 0 0 15px;
	padding: 20px;
	background: #fff;
}
.sidebar-box h4 {
	margin: 0;
	padding: 0 0 15px;
	border-bottom: 1px solid #e0e0e0;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
}
.sidebar-box .txt-list li {
	margin-top: 15px;
	line-height: 20px;
	font-size: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sidebar-box .txt-list li label {
	display: inline-block;
	margin: 0 5px 0 0;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	text-align: center;
	background: #999;
	border-radius: 2px;
	vertical-align: middle;
}
.sidebar-box .txt-list li label.hot {
	background: #d70029;
}
.sidebar-box .txt-list li a {
	line-height: 20px;
}
.sidebar-box .side-img-list {
	padding-bottom: 0;
}
.sidebar-box .side-img-list li {
	padding: 10px 0;
}
.sidebar-box .tags-box {
	margin: 0 0 0 -10px;
}
.sidebar-box .tags-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.sidebar-box .tags-box a {
	display: block;
	float: left;
	margin: 10px 0 0 10px;
	padding: 5px;
	color: #555;
	font-size: 12px;
	line-height: 20px;
	border: 1px solid #f0f0f0;
}
.sidebar-box .tags-box a:hover {
	border-color: #34ad2a;
}
.tags-box a i {
	margin-left: 2px;
	color: #999;
	font-style: normal;
}/*图文列表样式*/
.side-img-box {
	position: relative;
	width: 455px;
	height: 455px;
	background: #fff;
	overflow: hidden;
}
.side-img-box em {
	position: absolute;
	display: none;
	margin: -30px auto auto -30px;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	font-style: normal;
	filter: alpha(Opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.side-img-box em i {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
}
.side-img-box a:hover em {
	display: block;
}
.side-img-box .abs-bg {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: #000;
	filter: alpha(Opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
	background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}
.side-img-box .info {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 50px;
	line-height: 20px;
	text-align: left;
}
.side-img-box .info h3 {
	padding: 5px 15px 0;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
}
.side-img-box .info p {
	padding: 0 15px;
	color: #eee;
	font-size: 12px;
}
.side-img-box img {
	min-width: 100%;
	min-height: 100%;
	_width: 100%;
	_height: 100%;
}
.side-img-list {
	text-align: left;
	padding: 10px 0 11px 0;
	background: #fff;
}
.side-img-list li {
	display: block;
	padding: 10px 15px;
}
.side-img-list li:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.side-img-list li .img-box {
	position: relative;
	float: left;
	width: 60px;
	height: 60px;
	overflow: hidden;
}
.side-img-list li .img-box label {
	position: absolute;
	top: 1px;
	left: 1px;
	display: block;
	width: 16px;
	height: 16px;
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	background: #666;
}
.side-img-list li:first-child .img-box label {
	background: #d70029;
}
.side-img-list li .img-box img {
	margin: 0;
	padding: 0;
	border: 1px solid #ebebeb;
	width: 58px;
	height: 58px;
}
.side-img-list li .txt-box {
	display: block;
	margin-left: 75px;
	font-size: 12px;
}
.side-img-list li .txt-box a {
	display: block;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
}
.side-img-list li .txt-box span {
	display: block;
	color: #999;
	height: 20px;
	line-height: 20px;
}
.entry {
    margin-top: 20px;
    padding: 0 50px 15px;
    font-size: 14px;
    line-height: 2em;
    word-wrap: break-word;
}.location{ padding:5px 0; width:100%; height:40px; line-height:40px; color:#999; font-size:12px; text-align:left; }
    .location a{ margin:0 5px; }
    .location span{ color:#666; }