.de_container{
	margin-top: 20px;
}
.crumb_wrap{
	margin-bottom:10px;
}
.crumb_wrap a{
	margin:0 10px;
}
.preview_wrap{
	position: relative;
	top:32px;
	left: 35px;
	width: 352px;
	height: 590px;
}
.middle{
	position: relative;
	width: 350px;
	height: 350px;
}
.showdaw{
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 150px;
	background-color: orange;
	opacity: 0.5;
}
.large{
	position: absolute;
	left: 350px;
	width: 350px;
	height: 350px;
	overflow: hidden;
}
.large_img{
	position: absolute;
}
.iteminfo_wrap{
	width: 728px;
}
.preview_img{
	position: relative;
	width: 350px;
	height: 348px;
	border: 1px solid #ccc;
}
.preview_list {
	position: relative;
	height: 50px;
	margin-top: 40px;
}
.list_items{
	width: 340px;
	height: 50px;
	margin:0 0 0 26px;
}
.list_items li{
	float: left;
	width: 50px;
	height: 50px;
	border:2px solid transparent;
	margin:0 3px;
}
.list_items li.current{
	border-color: #c81523;
}
.arrow_prev,.arrow_next{
	position: absolute;
	top: -1px;
	width: 18px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	border:2px solid transparent;
	background-color: #aaa;
}
.arrow_prev{
	left: 0;
}
.arrow_next{
	right: 0;
}
.sku_name{
	font-size: 18px;
	font-weight: 700;
	height: 32px;
}
.news{
	color: #e12228;
	height: 32px;
}
.summary dt,
.summary dd{
	float: left;
}
.summary dl{
	overflow:hidden;
}
.summary dt{
	width: 65px;
	height: 36px;
	line-height: 36px;
	padding:0 10px;
	text-align: justify;
	margin-right: 12px;
}
/*.summary dt:after{
	display: inline-block;
	width: 100%
	content:'';
}*/
/*实现文字两端对齐，因为text-align：justify
不支持单行所以价格空行i
*/
.summary dt i{
	display: inline-block;
	width: 100%;
}
.summary a.current{
	border-color: #c81623;
}
.summary_price,
.summary_promotion{
	position: relative;
	padding: 10px 0;
	background-color: #fee9eb;
	z-index: -1;
}
.price{
	font-size: 25px;
	color: #e12228;
}
.summary_price a{
	color: #c81623;
}
.remark{
	position: absolute;
	right: 10px;
	top: 20px;
	color: #aaa;
	font-size: 12px;
}
.summary_promotion{
	padding-top: 0;
}
.summary_promotion dd{
	width: 450px;
	color: #555;
	line-height: 36px;
}
.summary_promotion em{
	display: inline-block;
	width: 50px;
	height: 22px;
	background-color: #c81623;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-style: normal;
}
.summary_support dd,
.summary_stock dd{
	line-height: 36px;
	color: #555;
}
.summary_stock dd select {
	margin-left: 5px;
}
.summary .choose_color dt{
	line-height: 41px;
	height: 41px;
}
.choose_color dd a{
	display: inline-block;
	width: 80px;
	height: 41px;
	background-color: #f7f7f7;
	border:1px solid #ededed;
	line-height: 41px;
	text-align: center;
}


.choose_version{
	padding: 10px 0;
}
.choose_version a,
.choose_type a{
	display: inline-block;
	height: 32px;
	background-color: #f7f7f7;
	border:1px solid #ededed;
	line-height: 32px;
	text-align: center;
	margin-right:8px;
	padding: 2px;
}
.choose_btns{
	margin-top: 20px;
}
.choose_amount{
	position: relative;
	float: left;
	width: 60px;
	height: 46px;

}
.choose_amount input{
	width: 44px;
	height: 44px;
	border: 1px solid #ccc;
	text-align: center;
}
.add,
.reduce{
	position: absolute;
	width: 18px;
	height: 22px;
	background-color: #f1f1f1;
	right: 0;
	text-align: center;
	line-height: 22px;
	border: 1px solid #aaa;
}
.add{
	top:0;
}
.reduce{
	bottom: 0;
	cursor: not-allowed;;
}
.addcar{
	float: left;
	width: 152px;
	height: 46px;
	background-color: #c81623;
	color: #fff;
	font-size: 20px;
	line-height: 46px;
	margin-left: 15px;
	text-align: center;
	font-weight: 700;
}
/*aside*/

.aside{
	width: 208px;
	border: 1px solid #ccc;
}
.tab_list{
	height: 34px;
	overflow: hidden;


}
.tab_list li{
	float: left;
	background-color: #f1f1f1;
	border-bottom: 1px solid #ccc;
	height: 33px;
	text-align: center;
	line-height: 33px;
	cursor: pointer;
}
.first_tab{
	width: 104px;
}
.tab_list .current{
	background-color: #fff;
	border-bottom: 0;
	color: red;
}
.second_tab{
	width: 103px;
	border-left: 1px solid #ccc;
}
.tab_con{
	border-bottom: 1px solid #aaa;
}
.tab_con_img{
	margin: 5px;
	height: 217px;
	background-color: yellow;
}
.tab_con h5{
	padding: 10px 10px 0 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.aside_price{
	padding-left:10px; 
	font-size: 15px;
	color: #e12228;
}
.aside_addcar{
	display: block;
	width: 88px;
	height: 26px;
	border:1px solid #ccc;
	text-align: center;
	line-height: 26px;
	background-color: #f7f7f7;
	margin:10px auto;
}
.detail{
	width: 978px;
}
.product_detail{
	margin-bottom: 40px;
}
.detail_tab_list{
	height: 40px;
	background-color: #f1f1f1;
	border:1px solid #ccc;
}
.detail_tab_list li{
	float: left;
	text-align: center;
	line-height: 40px;
	padding: 0 15px;
	cursor: pointer;
}
.detail_tab_list .current{
	background-color: #c81623;
	color: white;
}
.detail_info{
	display: none;
	padding: 20px 0 0 20px;
}
.detail_display{
	display: block;
}
.detail_info li{
	line-height: 22px;
	padding: 4px 0;
	
}
.more{
	float: right;
	font-weight: 700;
	font-family: 'icomoon';
}
.tab_con_img img{
	width: 100%;
	height: 100%;
}