/* 列表页专有的css */
.nav {
    overflow: hidden;
}

.sk {
    position: absolute;
    left: 190px;
    top: 40px;
    border-left: 1px solid #c81523;
    padding: 3px 0 3px 14px;
}

.sk_list {
    float: left;
}

.sk_list ul li {
    float: left;
}

.sk_list ul li a {
    display: block;
    line-height: 47px;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.sk_con {
    float: left;
}

.sk_con ul li {
    float: left;
}

.sk_con ul li a {
    display: block;
    line-height: 49px;
    padding: 0 20px;
    font-size: 14px;
}

.sk_con ul li:last-child a::after {
    content: '\e903';
    font-family: 'icomoon';
}

.sk_bd ul li {
    position: relative;
    float: left;
    width: 290px;
    height: 460px;
    border: 1px solid transparent;
    margin-right: 13px;
}

.sk_bd ul li:nth-child(4n) {
    margin-right: 0;
}

.sk_bd ul li:hover {
    border: 1px solid #c81523;
}

.sk_bd ul li h5 {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
    font-weight: normal;
    padding: 5px 10px 8px 10px;
}

.price {
    padding: 0 10px;
    line-height: 1.5;
}

.miaosha {
    font-size: 22px;
    font-weight: 700;
    color: #f24349;
}

.origin {
    font-size: 14px;
    font-weight: 700;
    color: #a4a4a4;
    text-decoration: line-through;
}

.sold {
    font-size: 14px;
    color: #666;
    padding: 0 10px;
}

.sold em {
    font-size: 16px;
    color: #f24349;
    font-style: normal;
}

.bar {
    display: inline-block;
    width: 130px;
    height: 10px;
    border: 1px solid #b1191a;
    border-radius: 5px;
    vertical-align: middle;
    margin: 0 5px;
}

.bar_in {
    width: 87%;
    height: 100%;
    background-color: #f24349;
}

.sk_bd ul li a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 50px;
    background-color: #b1191a;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
}