@charset "utf-8";
/* CSS Document */

/*商品详情样式*/
.goods_details_con{
	width:1198px;
	height:398px;
	border:1px solid #ededed;
	color:#666;
	font-size:14px;
	margin:0 auto 20px;
}
.goods_details_pic img{
	width:350px;
	height:350px;
	margin:24px 0 0 24px;
}
.goods_details_list{
	width:730px;
	height:350px;
	margin:24px 24px 0 0;
}
.goods_details_list h3{
	font-size:30px;
	line-height:45px;
	font-weight:bolder;
}
.goods_details_list p{
	line-height:60px;
	font-size : large;
	border-bottom: 1px solid #d8d8d8;
}

/*单价样式*/
.price_bar{
	height:72px;
	line-height:72px;
	background-color:#fff5f5;
}
.price_bar .show_price{
	font-size:20px;
	padding-left:20px;
}
.price_bar em{
	font-size:36px;
	color:#ff3e3e;
}
em{
	padding:0 10px;	
}
.price_bar .show_unit{
	padding-left:150px;
}

/*数量按钮样式*/
.goods_num{
	height:52px;
	margin-top:10px;
}
/*数量*/
.goods_num .num_name{
	width:70px;
	height:52px;
	line-height:52px;
}
.goods_num .num_add{
	width:75px;
	height:50px;
	border:1px solid #dddddd;
}
.goods_num .num_add input{
	width:49px;
	height:50px;
	line-height:50px;
	text-align:center;
	border:0px;
	outline:none;/*轮廓*/
	background:#ccc;
}
/*按钮*/
.goods_num .num_add .add,.goods_num .num_add .minus{
	width:25px;
	line-height:25px;
	text-align:center;
	border-left:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.goods_num .num_add .minus{
	border-bottom:0px; /*-的边框和div边框重叠 随意去除自身的*/
}

.total{
	height:65px;
	line-height:35px;
	margin-top:40px;
}
.total em{
	color:#ff3e3e;
	font-size:18px;
}

/*购买和加入购物车样式*/
.operate_btn{
	height:40px;
	margin-top:20px;
}
.buy_btn,.add_cart{
	display:inline-block;
	width:178px;
	height:38px;
	line-height:38px;
	text-align:center;
	border:1px solid #c40000;
	font-size:14px;
	color:#c40000;
	background-color:#ffeded;
}
.operate_btn .add_cart{
	background-color:#c40000;
	color:#fff;
	margin-left:10px;
}

/*详情介绍*/
.detail_tab{
	height:35px;
	border-bottom:1px solid #37ab40;
}
.detail_tab li{
	height:34px;
	line-height:34px;
	padding:0 30px;
	color:#333333
	;float:left;
	border:1px solid #e8e8e8;
	border-bottom:0px;
	cursor:pointer;
	background-color:#faf8f8;
}
.detail_tab li.active{
	height:35px;
	background-color:#fff;
	border-top:2px solid #37ab40;
	border-left:1px solid #37ab40;
	border-right:1px solid #37ab40;
	position:relative;
	top:-1px;
	
}
.tab_content dt{
	margin-top:10px;
	padding-top: 32px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #253044;
}
.tab_content dd{
	line-height:24px;
	margin-top:5px;
}



