/* header 头部模块 start */

/* sk 秒杀模块 */
.header .sk {
    position: absolute;
    top: 40px;
    left: 184px;
    padding-left: 14px;
    padding: 2px 0 2px 14px;
    border-left: 1px solid #c81624;
}

/* header 头部模块 end */
/* nav 导航模块 start */

.nav {
    overflow: hidden;
}
.sk_list ul li {
    float: left;
}
.sk_list ul li a {
    display: block;
    height: 47px;
    padding: 0 30px;
    text-align: center;
    line-height: 47px;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.sk_list ul li a:hover {
    color: #c81623
}
.sk_con ul li {
    float: left;
}
.sk_con ul li a {
    display: block;
    height: 47px;
    padding: 0 25px;
    text-align: center;
    line-height: 51px;
    font-size: 14px;
}
.sk_con ul li:last-child a::after {
    content: "\e91e";
    font-family: 'icomoon';
}

/* nav 导航模块 end */
/* sk_container 列表页主体模块 start */

.sk_bd {
    margin-top: 13px;
    margin-bottom: 30px;
}
.sk_bd ul li:nth-child(4n) {
    margin-right: 0;
}
.sk_bd ul li {
    float: left;
    width: 290px;
    height: 460px;
    border: 1px solid transparent;
    margin: 12px 13px 0 0;
}
.sk_bd ul li:hover {
    border: 1px solid #c81623;
}
.sk_bd ul li:hover .sk_bd_img i {
    display: block;
}
.sk_bd ul li a {
    position: relative;
    display: block;
    width: 290px;
    height: 460px;
}
.sk_bd_img {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
}
.sk_bd_img i {
    display: none;
    position: absolute;
    width: 288px;
    height: 288px;
    background-color: rgba(255, 255, 255, .3);
}
.sk_bd ul li a h4 {
    height: 37px;
    font-weight: normal;
    font-size: 14px;
    padding: 0 12px;
    margin-top: 9px;
    margin-bottom: 15px;
}
.sk_Price {
    display: block;
    height: 22px;
    padding: 0 12px;
}
.sk_Price i {
    font-size: 14px;
    font-weight: 700;
    color: #e60012;
}
.sk_Price em {
    font-size: 22px;
    font-weight: 700;
    color: #e60012;
}
.sk_Price del {
    font-size: 14px;
    color: #a4a4a4;
    margin-left: 10px;
}
/* Progress:进度 */
.Progress {
    height: 13px;
    font-size: 12px;
    color: #333;
    line-height: 13px;
    margin-top: 15px;
    margin-left: 12px;
}
.Progress p, .bar {
    float: left;
}
.bar {
    width: 133px;
    height: 13px;
    border: 1px solid #e12228;
    border-radius: 7px;
    margin: 0 10px;
}
.bar_in {
    width: 87px;
    height: 100%;
    background-color: #e12228;
    border-radius: 7px 0 0 7px;
}
.Progress span {
    color: #c81623;
}
.sk_bd button {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 288px;
    height: 50px;
    background-color: #e12228;
    font: 20px '宋体';
    color: #FFF;
}

/* sk_container 列表页主体模块 end */