
.sk_list  li{
	float: left;
	margin:0 25px;
}
.sk_list li a{
	font-size: 18px;
	color: black;
	font-weight: 700;
}
.sk_list li a:hover{
	color: red;
}
.sk_con li{
	float: left;
	line-height: 45px;
	margin:0 20px;

}
.sk_con li a{
	font-size: 14px;
	font-weight: 700;
	font-family: 'icomoon';
}
.sk_bd{
	margin-top: 25px;
}
.sk_bd ul{
	width: 1212px;
}
.sk_goods{
	float: left;
	position: relative;
	width: 288px;
	height:458px;
	border: 1px solid transparent;
	margin:0 13px 15px 0;
	overflow: hidden;
}
.sk_goods:hover{
	cursor: pointer;
	border: 1px solid  #e12228;
}
.sk_goods_title{
	font-size: 15px;
	color:#666;
	font-weight: normal;
	padding:10px;
}
.sk_goods_price{
	padding:0 10px;
}
.sk_goods_price em{
	font-size: 22px;
	color: #e12228;
}
.sk_goods_price del{
	font-size: 14px;
	font-weight: 700;
	color: #a4a4a4;
}
.sk_goods_progress{
	padding: 0 10px;
	font-size: 14px;
}
.bar{
	display: inline-block;
	width: 130px;
	height: 10px;
	border:1px solid #b1191a;
	vertical-align: middle;
	margin:0 5px;
	border-radius: 5px;
}
.bar_in{
	width: 87%;
	height: 10px;
	background-color: #f24349;
}
.sk_goods_progress em,
.sk_goods_progress span{
	color: #f24348;
}
.sk_goods_buy{
	position: absolute;
	bottom:0;
	width: 100%;
	height: 50px;
	background-color: #b1191a;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	text-align: center;
}
.page{
	margin:40px 0;
	/*里面的文字内容 行内块 行内元素 都可以居中对齐*/
	text-align: center;

}
.page_num a{
	display: inline-block;
	width: 36px;
	height: 36px;
	border:1px solid #ccc;
	background-color: #f7f7f7;
	line-height: 36px;
	text-align: center;
}
/*这里有权重问题 父亲权重高 所以要把父亲迁过来*/
.page_num .pn_prev, 
.page_num .pn_next{
	width: 82px;
}
.page_num .dotted,
.page_num .current{
	border: 1px solid transparent;
	background-color: transparent;
}
.page_skip input{
	width: 36px;
	height: 36px;
	border:1px solid #ccc;
	text-align: center;
	transition: all 0.5s;
}
.page_skip input:focus{
	width:46px;
	border: 1px solid blue;
}
.page_skip button{
	width: 54px;
	height: 36px;
	border:1px solid #ccc;
	background-color: #f7f7f7;
}