body {
  background: #191f25;
  font-family: 'Avenir' !important;
}

.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/lv_24s2020/bg.jpg') center top no-repeat; */
}

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

.title {
  font-size: 0;
  text-align: center;
  padding-bottom: 35px;
  color: #fff;
}

.mod-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.mod-list__item {
  width: 288px;
  height: 308px;
  background-color: #fff;
  margin: 0 15px 15px 0;
}

.mod-list__item:nth-child(4n) {
  margin-right: 0;
}

.mod-item__pic {
  height: 202px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.mod-item__info {
  padding: 10px 15px 0;
}

.mod-item__info h3 {
  font-size: 16px;
  color: #666666;
  text-align: left;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  font-family: 'Avenir' !important;
}

.mod-item__info p {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  font-family: 'Avenir' !important;
  line-height: 20px;
  height: 30px;
  overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap
}

.cashback {
  height: 288px;
}

.cashback .cash {
  padding: 15px 0;
  font-weight: normal;
  /* display: flex; */
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cashback .cash span {
  font-size: 26px;
  font-weight: bold;
  margin-right: 5px;
  font-family: 'Avenir' !important;
}

.promo {
  width: 590px;
  height: 190px;
}

.promo:nth-child(2n) {
  margin-right: 0;
}

.promo a {
  padding: 20px;
  display: flex;
  align-items: center;
}

.promo-left {
  width: 190px;
  height: 150px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.promo-right {
  flex: auto;
  width: 200px;
}

.promo-right h3 {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 50px;
  font-family: 'Avenir' !important;
}

.promo-ctrls {
  display: flex;
  align-items: center;
}

.promo-ctrls .cash {
  padding: 15px 0;
  font-weight: normal;
  /* display: flex; */
  align-items: center;
  font-family: 'Avenir' !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 230px;
}

.promo-ctrls .cash span {
  font-size: 24px;
  font-weight: bold;
  margin-right: 5px;
  color: #333333;
  font-family: 'Avenir' !important;
}

.promo-ctrls .btn {
  margin-left: auto;
  font-size: 16px;
  color: #fff;
  padding: 5px 13px;
  background-color: #000;
  font-family: 'Avenir' !important;
}