/* 列表页专有 */
/* 溢出隐藏 */
.nav {
    overflow: hidden;
}

.sk {
    position: absolute;
    left: 190px;
    top: 40px;
    border-left: 1px solid #c81523;
    padding: 3px 0 0 14px;
}

.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 ul li {
    float: left;
}

.sk_con ul li a {
    display: block;
    padding: 0 20px;
    line-height: 47px;
    font-size: 14px;
}

.sk_con ul li:last-child a::after {
    content: '';
    content: '\e91e';
    font-family: 'icomoon';
    margin-left: 6px;
    vertical-align: middle;
}

.sk_bd {
    margin-top: 25px;
}

.sk_bd ul li {
    float: left;
    margin-right: 13px;
    margin-top: 10px;
    width: 290px;
    height: 460px;
    border: 1px solid transparent;
    border-bottom: none;
    background-color: #fff;
}

.sk_bd ul li:nth-child(4n) {
    margin-right: 0px;
}

.sk_bd ul li:hover {
    border: 1px solid #c81523;
}

.sk_bd ul li:hover a {
    border: 1px solid #c81523;
}

.sk_bd ul li .img {
    text-align: center;
    margin-bottom: 8px;
}

.sk_bd ul li h5,
.goods_price,
.goods_progress {
    padding: 0 12px;
}

.sk_bd ul li h5 {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* 超出几行省略 */
    -webkit-line-clamp: 2;
}

.sk_bd .goods_price {
    margin-top: 14px;
}

.goods_price .price_new {
    font-size: 22px;
    color: #e60012;
}

.goods_price .price_new i {
    font-size: 14px;
}

.goods_price .price_origon {
    font-size: 14px;
    color: #a4a4a4;
}

.sk_bd a {
    /* float: left; */
    margin-top: 10px;
    display: block;
    width: 289px;
    height: 49px;
    border: 1px solid #c81523;
    text-align: center;
    line-height: 50px;
    background-color: #c81523;
    font-family: 'SimSun';
    font-size: 20px;
    color: #ffffff;
}

.goods_progress {
    vertical-align: middle;
}

.sk_bd .goods_progress_inner {
    position: relative;
    display: inline-block;
    width: 132px;
    height: 12px;
    border-radius: 12px;
    text-align: center;
    background-color: #e6e6e6;
    vertical-align: middle;
}

.goods_progress_inner .goods_progress_completed {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px 0 0 8px;
    background-color: #df0021;
}