/*产品详情*/


/*放大镜*/

.items {
	overflow: hidden;
	margin-bottom: 30px;
}

.items-l {
	float: left;
	margin-right: 30px;
}

#showbox {
	border: 1px solid #999999;
	z-index: 9;
}

#showbox img {
	width: 400px;
	height: 400px;
}

#showbox span {
	background: url(../img/p_bg.png) repeat;
	cursor: move;
}

#showsum {
	left: 25px;
	margin-top: 10px;
}

#showsum span {
	border: 1px solid #ddd;
}

#showsum span.sel {
	border: 1px solid #f60;
}

.showpage {
	width: 420px;
	position: relative;
}

.showpage a {
	display: block;
	width: 15px;
	border: 1px solid #ddd !important;
	height: 60px;
	line-height: 54px;
	background: #eee;
	text-align: center;
	font-size: 30px;
	position: absolute;
	top: -62px;
	color: #999;
}

.showpage a#shownext {
	right: 0;
}

.showpage a:hover {
	background: #ccc;
	color: #FFFFFF !important;
}

.share .bdsharebuttonbox,
.share .share-coll {
	float: left;
	margin: 20px 10px 0;
}

.share .bdsharebuttonbox a.bds_more {
	background: url(../img/icon-product.png) no-repeat 0 -297px;
	color: #999999;
	text-indent: 5px;
}

.share .share-coll {
	line-height: 28px;
	color: #999999;
	background: url(../img/icon-product.png) no-repeat 0 -321px;
	text-indent: 20px;
}


/*产品属性*/

.items-i {
	width: 540px;
	float: left;
	position: relative;
}

.items-i h2 {
	font-size: 16px;
	line-height: 30px;
}

.items-i .items-i-ann {
	color: #C30000;
	font-size: 14px;
}

.items-i .items-i-price {
	background: url(../img/price-bj.png);
	background-size: 100%;
	padding: 10px 0;
	position: absolute;
	top: 60px;
	left: 0;
	width: 540px;
}

.items-i dl {
	color: #999999;
	line-height: 30px;
	padding: 0 15px;
	overflow: hidden;
}

.items-i dl dt {
	float: left;
	width: 70px;
	font-family: arial;
}

.items-i dl dd {
	float: left;
	color: #363636;
	font-family: arial;
	max-width: 440px;
}

.items-i dl.price-ori dd span {
	text-decoration: line-through;
}

.items-i dl.price-pro {
	font-weight: bold;
	color: #C30000;
}

.items-i dl.price-pro dd {
	font-size: 18px;
	color: #C30000;
}

.items-i dl.price-pro dd span {
	font-size: 30px;
	font-family: arial;
}

.items-i dl.price-act dd {
	height: 30px;
	width: 370px;
	cursor: pointer;
}

.items-i dl.price-act dd span {
	position: absolute;
	top: 75px;
	right: 10px;
	color: #666666;
}

#label {
	font-size: 12px;
	font-weight: 100;
	background: #C30000;
	margin: 4px 0 0 20px;
	color: #FFFFFF;
	line-height: 20px;
	padding: 0 5px;
	position: relative;
}

#label i {
	position: absolute;
	left: -5px;
	bottom: 0;
	border: 3px solid #C30000;
	border-color: transparent #C30000 #C30000 transparent;
}


/*地址选择*/

.items-i dl.price-add {
	margin-top: 135px;
}

.items-i dl.price-add dd span,
.items-i dl.price-add dd .price-add-i {
	float: left;
}

.items-i dl.price-add dd .price-add-i select {
	border: none;
	max-width: 100px;
}

.items-i ul.price-sales {
	border-bottom: 1px dashed #CCCCCC;
	border-top: 1px dashed #CCCCCC;
	overflow: hidden;
	margin: 10px 0 15px;
}

.items-i ul.price-sales li {
	float: left;
	width: 179px;
	color: #999;
	text-align: center;
	border-right: 1px solid #CCCCCC;
	margin: 10px 0;
}

.items-i ul.price-sales li:nth-last-of-type(1) {
	border: none;
}

.items-i ul.price-sales li a {
	color: #999;
}

.items-i ul.price-sales li span {
	margin-left: 5px;
	color: #C30000;
	font-size: 14px;
}

.items-i .price-add-exp {
	overflow: hidden;
	width: 100%;
}

.items-i .price-add-exp i {
	float: left;
	margin-left: 10px;
	color: #999999;
}

.items-i dl.price-spec dd a {
	float: left;
	border: 1px solid #CCCCCC;
	margin: 0 10px 10px 0;
	padding: 0 10px;
}

.items-i dl.price-spec dd a.on {
	border-color: #C30000;
}

.items-i dl.price-num span {
	float: left;
	border: 1px solid #CCCCCC;
	line-height: 30px;
	width: 30px;
	margin-right: -1px;
	color: #666666;
	background: #EEEEEE;
	cursor: pointer;
	text-align: center;
	font-size: 16px;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.items-i dl.price-num span.total {
	background: #FFFFFF;
	width: 40px;
	cursor: auto;
	font-size: 12px;
}

.items-i dl.price-num i {
	float: left;
	margin-left: 20px;
	color: #666666;
}

.items-i .price-but {
	text-align: center;
	margin-top: 15px;
}

.items-i .price-but a {
	border: 1px solid #C30000;
	width: 150px;
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	margin: 0 5px;
	background: #ffeded;
	color: #C30000;
}

.items-i .price-but a.btnCart {
	background: #C30000;
	color: #FFFFFF !important;
}

.items-i .price-service {
	margin-top: 20px;
}

.items-i .price-service dd a {
	float: left;
	margin-right: 20px;
}


/*看了又看*/

.items-r {
	width: 150px;
	float: right;
	text-align: center;
	border-left: 1px solid #DDDDDD;
	padding-left: 30px;
}

.items-r p.items-r-tit {
	color: #999999;
	margin-bottom: 10px;
}

.picScroll-top {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.picScroll-top .hd .prev,
.picScroll-top .hd .next {
	display: inline-block;
	background: url(../img/icon-product.png) 0 -233px;
	width: 34px;
	height: 24px;
	margin: 0 10px;
}

.picScroll-top .hd .next {
	background-position: 0 -263px;
}

.picScroll-top .bd ul li {
	margin-bottom: 15px;
	position: relative;
}

.picScroll-top .bd ul li .pic img {
	width: 150px;
	height: 150px;
}

.picScroll-top .bd ul li .title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 96%;
	padding: 0 2%;
	background: rgba(255, 255, 255, 0.85);
}

.picScroll-top .bd ul li .title a {
	line-height: 24px;
	color: #363636;
}


/*产品推荐*/

.product-reco {
	margin-bottom: 30px;
	overflow: hidden;
}

.product-reco-tit {
	background: #F8F8F8;
	line-height: 40px;
	border-bottom: 1px solid #C30000;
	overflow: hidden;
}

.product-reco-tit span {
	float: left;
	background: #C30000;
	color: #FFFFFF;
	padding: 0 30px;
	font-size: 14px;
}

.product-reco-tit a {
	float: right;
	margin-right: 20px;
}

.product-reco ul li {
	float: left;
	width: 180px;
	margin: 10px;
}

.product-reco ul li img {
	width: 100%;
	margin-bottom: 10px;
}

.product-reco ul li p {
	color: #C30000;
	font-size: 16px;
	margin-top: 5px;
}


/*产品细节*/

.product-intro-l {
	width: 200px;
	float: left;
}


/*左侧搜索*/

.product-intro-l .l-search,
.product-intro-l .l-sort,
.l-sales .bd {
	border: 1px solid #DDDDDD;
	overflow: hidden;
	margin-bottom: 15px;
}

.product-intro-l h2 {
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px;
	background: #F8F8F8;
	border-bottom: 1px solid #DDDDDD;
}

.product-intro-l .l-search label {
	line-height: 30px;
	padding: 10px 20px 0;
	display: block;
	overflow: hidden;
}

.product-intro-l .l-search label span {
	width: 50px;
	float: left;
}

.product-intro-l .l-search label input {
	width: 95px;
	line-height: 20px;
	padding: 0 4px;
	border: 1px solid #DDDDDD;
}

.product-intro-l .l-search label.price input {
	width: 37px;
}

.product-intro-l .l-search button {
	text-align: center;
	margin: 10px auto;
	display: block;
	border: 1px solid #999999;
	width: 40px;
	line-height: 20px;
	cursor: pointer;
}


/*左侧分类*/

.l-sort-all {
	line-height: 30px;
	overflow: hidden;
	padding: 5px;
}

.l-sort-all a {
	float: left;
	width: 25%;
	text-align: center;
}

.l-sort-all a.l-sort-all-tit {
	width: 100%;
	text-align: left;
	text-indent: 5px;
}

.sideMenu {
	line-height: 30px;
}

.sideMenu h3 {
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	border-top: 1px dashed #DDDDDD;
	background: #F8F8F8;
	cursor: pointer;
	font-weight: 100;
}

.sideMenu h3 em {
	float: right;
	width: 40px;
	height: 35px;
	background: url(../img/icon-product.png) 16px -347px no-repeat;
	cursor: pointer;
}

.sideMenu h3.on em {
	background-position: 16px -377px;
}

.sideMenu ul {
	padding-left: 15px;
	display: none;
	border-top: 1px dashed #EEEEEE;
}

.sideMenu ul li a {
	display: block;
	border-top: 1px dashed #EEEEEE !important;
	padding: 0 10px;
}

.sideMenu ul li:nth-of-type(1) a {
	border: none;
}


/*左侧销量榜*/

.l-sales .hd {
	overflow: hidden;
}

.l-sales .hd ul li {
	width: 98px;
	float: left;
	text-align: center;
	line-height: 40px;
	background: #F8F8F8;
	border: 1px solid #DDDDDD;
	border-bottom-color: #C30000;
	font-size: 15px;
	cursor: pointer;
}

.l-sales .hd ul li.on {
	background: #C30000;
	color: #FFFFFF;
	border-color: #C30000;
}

.l-sales .bd {
	border-top: none;
	padding: 15px 10px 10px;
}

.l-sales .bd ul a.more {
	text-align: center;
	display: block;
}

.l-sales .bd ul li {
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEEEEE;
}

.l-sales .bd ul li img {
	float: left;
	width: 50px;
	height: 50px;
}

.l-sales .bd ul li .name {
	float: right;
	width: 120px;
	color: #666666;
	line-height: 15px;
}

.l-sales .bd ul li .name span {
	line-height: 20px;
	color: #C30000;
	font-size: 14px;
}


/*商品详情*/

.product-intro-r {
	width: 990px;
	float: right;
}

.product-intro-r .hd {
	width: 990px;
	height: 40px;
	line-height: 40px;
	background: #F8F8F8;
	border-bottom: 1px solid #C30000;
}

.product-intro-r.in .hd {
	position: fixed;
	top: 0;
	z-index: 999;
}

.product-intro-r .hd ul li {
	float: left;
	padding: 0 20px;
	cursor: pointer;
	font-size: 14px;
	color: #666666;
	height: 40px;
}

.product-intro-r .hd ul a.btnCart {
	float: right;
	background: #C30000;
	line-height: 30px;
	height: 30px;
	margin: 5px 10px 0 0;
	padding: 0 20px;
	color: #FFFFFF !important;
}

.product-intro-r .hd ul li span {
	margin-left: 5px;
	color: #C30000;
}

.product-intro-r .hd ul li.on,
.product-intro-r .hd ul li.on span {
	background: #C30000;
	color: #FFFFFF !important;
}

.product-intro-r.in .bd {
	margin-top: 41px;
}

.product-intro-r .bd .details-page ul,
.evaluation dl.evaluation-top {
	border-bottom: 1px solid #DDDDDD;
	overflow: hidden;
	padding: 20px 50px;
	margin-bottom: 15px;
}

.product-intro-r .bd .details-page ul li {
	float: left;
	width: 33.33333%;
	line-height: 30px;
	color: #666666;
}


/*累计评价*/

.evaluation dl.evaluation-top {
	color: #666666;
	padding-bottom: 10px;
	margin-bottom: 0;
	border: none;
}

.evaluation dl.evaluation-top dt {
	float: left;
	border-right: 1px dashed #DDDDDD;
	padding-right: 20px;
	margin-right: 20px;
	line-height: 30px;
}

.evaluation dl.evaluation-top dt span {
	font-size: 36px;
	color: #C30000;
	font-weight: bold;
	font-family: arial;
}

.evaluation dl.evaluation-top dd {
	float: left;
	max-width: 780px;
}

.evaluation dl.evaluation-top i {
	writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	color: #999999;
	letter-spacing: 2px;
	float: left;
}

.evaluation dl.evaluation-top dd a {
	border: 1px solid #DDDDDD;
	padding: 5px 10px;
	margin: 0 0 10px 20px;
	float: left;
	border-radius: 2px;
}


/*评价*/

.evaluation-deta .inhd {
	overflow: hidden;
	border-bottom: 1px solid #DDDDDD;
	background: #F8F8F8;
	margin-bottom: 15px;
}

.evaluation-deta .inhd ul li {
	float: left;
	padding: 10px 15px;
	color: #666666;
	cursor: pointer;
}

.evaluation-deta .inhd ul li.on {
	border-bottom: 2px solid #C30000;
	color: #C30000;
}

.evaluation-deta .inbd dl {
	padding: 0 20px 15px;
	border-bottom: 1px solid #EEEEEE;
	color: #999999;
	margin-bottom: 15px;
}

.evaluation-deta .inbd dl dt {
	margin-bottom: 10px;
	line-height: 20px;
}

.evaluation-deta .inbd dl dt i {
	color: #C30000;
	margin-left: 20px;
	font-size: 15px;
	letter-spacing: 2px;
}

.evaluation-deta .inbd dl dt span {
	float: right;
}

.evaluation-deta .inbd dl p {
	color: #666666;
	line-height: 20px;
	margin-bottom: 10px;
}

.evaluation-deta .inbd dl dd {
	display: flex;
}

.evaluation-deta .inbd dl dd div {
	margin: 0 10px 10px 0;
	position: relative;
	cursor: pointer;
}

.evaluation-deta .inbd dl dd div span {
	width: 52px;
	height: 52px;
	padding: 3px;
	border: 1px solid #DDDDDD;
	display: block;
}

.evaluation-deta .inbd dl dd div span img {
	max-width: 52px;
	max-height: 52px;
	margin: 0 auto;
}

.evaluation-deta .inbd dl dd div span.in {
	height: auto;
	border: none;
	padding: 0;
}

.evaluation-deta .inbd dl dd div span.in img {
	position: absolute;
	left: 0;
	top: 0;
	padding: 3px;
	border: 1px solid #DDDDDD;
	background: #FFFFFF;
}

.evaluation-deta .inbd dl dd div:hover {
	z-index: 99;
}

.evaluation-deta .inbd dl dd div:hover span.in img {
	max-width: 500px;
	max-height: 500px;
	top: 59px;
}