.sk{
    position: absolute;
    top: 40px;
    left:185px;
    height: 32px;
    border-left: 1px solid #b1191a;
    padding: 5px 0 0 15px;
}
.sk_list li{
    float:left;
    line-height: 45px;
    margin: 0 30px;
}
.sk_list li a{
   font-size: 16px;
   color: #000;
   font-weight: 700;

}
.sk_list li a:hover{
    color:#c81523;
}
.sk_con li{
    float:left;
    line-height: 45px;
    margin: 0 20px;
}
.sk_con li a{
    font-size: 14px;
    font-weight: 700;
}
/* 列表页内容区域 */
.sk_bd{
    margin-top: 25px;
}
.sk_bd ul{
    width: 1212px;
}
.sk_goods{
    position: relative;
    float: left;
    width: 288px;
    height: 458px;
    border: 1px solid transparent;
    margin:0 12px 15px 0;
}
.sk_goods:hover{
    border: 1px solid #e12228;
}
.sk_goods_title{
    font-size: 14px;
    color:#666;
    font-weight: normal;
    padding: 10px;
}
.sk_goods_price{
    padding: 0 10px;
}
.sk_goods_price em{
    font-size: 22px;
    color:#e60012;
}
.sk_goods_price del{
    font-size: 14px;
    font-weight: 700;
    color:#a4a4a4;
}
.sk_goods_progress{
    padding: 0 10px;
}
.bar{
    display: inline-block;
     width: 130px;
     height: 10px;
     border: 1px solid #b1191a;
     vertical-align: middle;
     margin: 0 5px;
     border-radius: 5px;
}
.bar_in{
    width: 70px;
    height: 10px;
    background-color: #f24349;
}
.sk_goods_progress em
.sk_goods_progress i{
    color: #f24349;
}
.sk_goods_buy{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    color: #fff;
    text-align: center;
    background-color: #b1191a;
    line-height: 50px;
    font-size: 20px;
}
