﻿/* 产品详情样式 */
.details-box {
	width: 100%;
	margin-top: 100px;
}

.details-box .carousel-indicators .active {
	width: 10px;
	height: 10px;
	margin: 0;
	background-color: #000;
	border: 1px solid #000;
}

.details-box .carousel-indicators li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000 \9;
	background-color: rgba(0, 0, 0, 0);
	border: 1px solid #9D9D9D;
	border-radius: 5px;
	background-color: #9D9D9D;
}
.details-box .carousel-control.left,
.details-box .carousel-control.right {
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, .01) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(255, 255, 255, .01) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgbargba(255, 255, 255, .01)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgbargba(255, 255, 255, .01) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.product-pirce-box {
	margin-top: 10px;
	width: 100%;
	height: 70px;
	padding: 5px 15px;
	background-color: #e8e7e7;
	;
}

.product-nowPice {
	font-size: 20px;
	color: #000000;
	font-weight: 600;
}

.product-oldPice {
	color: #9D9D9D;
	font-size-adjust: 16px;
}

.product-fn {
	color: #ADADAD;
	font-size: 16px;
}

.product-fm {
	color: #000000;
	font-size: 16px;
}

.pd-10 {
	margin-top: 5px;
}

.product-content {
	margin-top: 10px;
	padding-left: 5px;
}

.pro-buy {
	border: 1px solid #0c0c0c;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;	
}

.buy-b {
	background-color: #000000;
	color: #fff;
	width: 100%;
	height: 100%;
}
.product-img {
	margin-top: 75px;
	width: 100%;
	border-top: 1px solid #000;
}
.buy-now,
.chart-now {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}

.product-img-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-img-box img {
	width: 100%;
	height: auto;
}

.details-box .left.carousel-control span,
.details-box .right.carousel-control span {
	height: 30px;
	width: 30px;
	font-size: 20px;
}

.details-box .right.carousel-control {
	display: flex;
	justify-content: flex-end;
}

.sku-item {
	position: relative;
	display: inline-block;
	border: 2px solid #dbdbdb;
	background-color: #f1f1f1;
	padding: 3px 12px;
	font-size: 14px;
	margin: 0 8px 8px 0;
	color: #000;
	line-height: 24px;
}

.list-items a span {
	padding-right: 15px;
}

.list-items .sku-active {
	background-color: #fff098;
	border: 2px solid #ffdda0;
	color: #000000;
	text-decoration: none;
}

.selectspec {
	position: relative;
}

.selectspec {
	position: absolute;
	z-index: -5;
	width: 0;
	height: 0;
}

.downbox {
	height: 30px;
	width: 50px;
	position: fixed;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}

.downbox .chevron {
	height: 4px;
	width: 24px;
}





