/* 列表页独立样式 */
/* LOGO秒杀 */
.header {
  position: relative;
}

.header .sk {
  position: absolute;
  left: 185px;
  top: 40px;
  width: 56px;
  height: 26px;
  border-left: 1px solid #b1191a;
  padding-left: 14px;
}

/* 导航sk */
.nav .sk_list {
  height: 47px;
  line-height: 47px;
}

.nav .sk_list ul li {
  padding: 0 28px;
}

.nav .sk_list ul li a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.nav .sk_con {
  height: 47px;
  line-height: 50px;
}

.nav .sk_con ul li {
  padding: 0 22px;
}

.nav .sk_con ul li:last-child::after {
  content: "\e91e";
  font-family: 'icomoon';
}

/* 列表页主体部分 */
.sk_bd {
  margin: 25px 0;
}

.sk_bd ul {
  flex-wrap: wrap;
}

.sk_bd ul li {
  width: 290px;
  height: 460px;
  border: 1px solid transparent;
  overflow: hidden;
  margin: 0 12px 10px 0;
}

.sk_bd ul li:hover {
  border: 1px solid #e12228;
  overflow: hidden;
}

.sk_bd ul li:nth-child(4n) {
  margin-right: 0;
}

.sk_bd ul li .sk_title h5 {
  padding: 10px 12px 0;
  font-size: 14px;
  font-weight: 400;
  height: 52px;
}

.sk_bd ul li .sk_price {
 padding: 10px 14px 23px 0;
}

.sk_bd ul li .sk_price span {
  font-size: 22px;
  color: #e60012;
}

.sk_bd ul li .sk_price span:nth-child(2) {
  text-decoration: line-through;
  font-size: 14px;
  color: #a4a4a4;
}

.sk_bd ul li .sk_price div {
  justify-content: space-between;
  align-items: center;
}

.sk_bd ul li .sk_price div p {
  font-size: 14px;
}

.sk_bd ul li .sk_price div p span {
  font-size: 16px;
  color: #e60012;
}

.sk_bd ul li .sk_price div .bar {
  width: 132px;
  height: 12px;
  border: 1px solid #ed282e;
  border-radius: 6px;
}

.sk_bd ul li .sk_price div .bar i {
  display: block;
  width: 90%;
  height: 100%;
  background-color: #ed282e;
}

.sk_bd ul li a {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #b1191a;
  color: #fff;
  text-align: center;
}

/* 新增 */
.sk_title img {
  width: 290px;
  height: 290px;
}