body {
  background: #300404;
}
.v-clock {
  display: none;
}
/* 头部导航 */
.top_nav {
  width: 100%;
  height: 30px;
  background-color: #efefef;
}

.top_logo {
  width: 90px;
  /* height: 24px; */
  height: 100%;
  background: url('../images/blackfriday2018/shoplooks-logo\(90x24\).png') no-repeat center center;
  margin-right: 15px;
  /* margin-top: 1px; */
}

.top_bth {
  height: 30px;
  line-height: 30px;
  color: #7f7f7f;
  font-size: 12px;
}

.top_bth:hover {
  color: #d12e25
}

.top_main {
  width: 1200px;
  margin: 0 auto;
  height: 30px;
  line-height: 30px;
}

.top_main .top_user {
  font-size: 12px;
  color: #7f7f7f;
}

.top_main .top_user a {
  color: #7f7f7f;
  margin: 0 5px;
}

.top_main .top_user a:nth-child(1) {
  color: #d12e25;
}

.top_main .top_user a:hover {
  color: #d12e25;
}

.app {
  overflow: hidden;
  /* background: url('../images/sl2020-anniversary/bg.jpg') center top no-repeat; */
}

.img-max {
  display: block;
  width: 100%;
}

.content {
  width: 740px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 100px;
}

.mod {
  margin-bottom: 24px;
}

.title {
  font-size: 46px;
  text-align: center;
  padding-bottom: 30px;
  color: #fff;
  font-family: 'PingFang SC';
}
.title img {
  width: 100%;
}
.mod-discount {
  overflow: hidden;
  margin-top: -25px;
}
.discount-item, .discount-item a {
  display: block;
  width: 360px;
  height: 500px;
}
.discount-item {
  margin-right: 15px;
  float: left;
  margin-bottom: 22px;
}
.discount-item:nth-child(2n) {
  float: right;
  margin-right: 0;
}
.discount-item a {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  text-indent: -9999px;
}
.mod-colum {
  padding: 10px 0 0;
  background-color: rgba(0, 0, 0, .2);
  overflow: hidden;
  margin-bottom: 10px;
}
.mod-recomend {
  padding: 15px 0;
  overflow: hidden;
  margin-top: -35px;
}
.recomend-item, .recomend-item a {
  display: block;
  width: 360px;
  height: 180px;
  float: left;
  -webkit-background-size: cover;
  background-size: cover;
}
.recomend-item {
  margin-bottom: 22px;
}
.recomend-item:nth-child(2n) {
  float: right;
}
.recomend-item a {
  text-indent: -9999px;
}