/*****************************************
*                products                *
*****************************************/

#special {}

#main .box {
	width: 336px;
	padding: 0 0 40px;
	margin: 0 auto 0;
}

#main .box-title {
	height: 52px;
	color: #252525;
	font-size: 17px;
	text-align: center;
	line-height: 52px;
	text-indent: 0;
	margin: 0 auto 0;
/*	padding: 0 31px;*/
}

#main .box-title h2 {
	font-weight: 500;
}

/*#detail .box-content {position: static;}*/

#main .box-content>div:nth-child(2) {margin-top: 0;}
#main .box .group {
	margin-top: 0px; /*40*/
/*	margin-bottom: 40px;*/
}

.banner {

}

.banner img {
	display: block;
	width: 100%;
	height: auto;
}

.overview {
	border: #dedede 1px solid;
	background: #ffffff;
	box-sizing: border-box;
	padding: 20px;
/*	margin-bottom: 31px;*/
}

.overview .pic {
	width: 295px;
	height: 295px;
	overflow: hidden;
}
.overview .pic img {
	display: block;
	width: 295px;
}
.overview .pic .zoom {
	display: inline-block;
	height: 17px;
	color: #252525;
	font-size: 13px;
	text-indent: 0;
	line-height: 17px;
	margin-top: 16px;
	padding-left: 22px;
	background: url(../images/products/detail-zoom.png) 0 center no-repeat;
	background-size: 17px 17px;
}

.overview .title {
	color: #252525;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0 20px;
}

.overview .title .status {
	position: relative;
	display: block;
	width: 40px;
	height: 21px;
	font-size: 0;
	text-indent: -5000px;
	margin: 8px 0 0;
	background-image: url(../images/products/catalog-status.gif);
	background-repeat: no-repeat;
	vertical-align: top;
	background-size: 40px 42px;
}

.overview .title .status.soldout {background-position: 0 0;}
.overview .title .status.limited {background-position: 0 -21px;}

.overview .title .spec {
	display: inline-block;
	font-size: 16px;
	margin-left: 10px;
}

.overview .text {
	color: #646464;
	font-size: 13px;
	text-align: justify;
	margin: 16px 0 15px;
	line-height: 21px;
}

.overview .more {
	display: block;
	width: 100%;
	height: 50px;
	color: #6b6b6b;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
/*	padding: 0 0 0 78px;*/
	border: #dedede 1px solid;
/*	background: url(../images/products/detail-more-arrow.png) 20px center no-repeat;*/
	box-sizing: border-box;
}

.overview .more img {
	width: 6px;
	margin-right: 6px;
}

#special .fetching {
	display: block;
	position: relative;
	height: 100px;
	background: none;
}

#special .fetching .loader {
	border-color: #cccccc;
	border-top-color: #666666;
}