body{
	background: #f4f4f4;
}
.mainContainer{
	border:1px solid #ddd;
	background:#fff;
	padding-bottom: 30px;
}
.container1000>.leftPart, .container1000>.rightPart{
	padding-top:40px;
	padding-bottom:40px;
}
.container1000>.leftPart{
	float:left;
	width:500px;
	padding-left:30px;
}
.container1000>.rightPart{
	float:right;
	width:400px;
	background:#fff;
	padding-right:30px;
}

.currentPath{
	padding: 30px 0 15px;
}
.currentPath a{
	color: #888;
}
.currentPath, .leftPart>.currentPath a{
	color:#666666;
}
.currentPath a:hover{
	color:#222222;
}

.rightPart>.prodInfo{
	background:#e4f3d9;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.rightPart>.prodInfo .s1{
	background:#fff;
	padding: 0 30px;
	height: 290px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.rightPart>.prodInfo .s1 h2{
	border-bottom: 1px dashed #ddd;
	line-height: 90px;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}
.rightPart>.prodInfo .jifenduihuan{
	display:block;
	width:378px;
	height:40px;
	background: url('./web/index_jifen_detail_btn1.png') no-repeat;
	margin-top:5px;
}
.rightPart>.prodInfo .s1 .item {
	line-height: 45px;
	color: #333;
	font-size: 16px;
}
.rightPart>.prodInfo .s1 .item .highlight{
	font-size: 22px;
	font-weight: 600;
}

.rightPart>.remenduihuan{
	margin-top:30px;
	background:#e5f4f7;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.rightPart>.remenduihuan .s1{
	background:#fff;
	padding: 20px 10px 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;	
}
.rightPart>.remenduihuan .s1 h2{
	line-height: 24px;
	padding: 0 10px;
	font-size: 22px;
	font-weight: 600;
}

.rightPart>.remenduihuan  .product{
	display:block;
	float:left;
	width: 150px;
	margin: 20px 10px 0;
	padding: 4px;
	border: 1px solid #ddd;
}
.rightPart>.remenduihuan  .product a{
	display:block;
}
.rightPart>.remenduihuan  .product .img{
	overflow:hidden;
	height: 160px;
}
.rightPart>.remenduihuan  .product img{
	width: 100%;
	height: 100%;
}
.rightPart>.remenduihuan  .product .name{
	overflow: hidden;
}
.rightPart>.remenduihuan  .product .info{
	padding-left:5px;
}
.rightPart>.remenduihuan  .product .price{
	color: #333;
}


.leftPart>.prodImgShow{
	
}
.leftPart>.prodImgShow .img{
	border: 1px solid #ddd;
	text-align: center;
}
.leftPart>.prodImgShow .img img{
}
.leftPart>.prodDetailCon{
	position:relative;
	margin-top:90px;
	border-top:1px solid #cccccc;
	padding:20px 10px 30px;
	background:#fff;
}
.leftPart>.prodDetailCon>.tabItem{
	position:absolute;
	display:block;
	top:-44px;
	border:1px solid #cccccc;
	line-height:42px;
	padding:0 20px;
	font-size:16px;
	background:#f7f7f7;
	color:#333333;
	cursor:pointer;
}
.leftPart>.prodDetailCon .tabItem.jianjie{
	left:50px;
}
.leftPart>.prodDetailCon .tabItem.active{
	font-weight:bold;
	background:#fff;
	border-bottom:1px solid #fff;
}