body {
  background: #fff;
}

.act-menu {
  padding: 0 5px;
}

.act-menu::after {
  content: "";
  display: block;
  clear: both;
}

.act-menu__item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 5px;
}

.act-menu__link {
  display: block;
  padding: 5px;
  position: relative;
  /* padding-bottom: 33.33333333%; */
}

.act-menu__category {
  font-size: 16px;
  font-weight: bold;
}

.act-menu__category::before {
  width: 1.5em;
  height: 1.5em;
  content: "";
  display: inline-block;
  vertical-align: top;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

.act-menu__main {
  position: absolute;
  left: 30%;
  right: 0;
  bottom: 0;
  padding: 5px;
  color: #969696;
  font-size: 12px;
  text-align: right;
}

.act-menu__pic {
  /* max-width: 100%; */
    max-width: 115%;
    position: relative;
    right: 10px;
}

.act-menu__name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.act-menu__item--sale .act-menu__link {
  /* background: #d4f2fc; */
}

.act-menu__item--sale .act-menu__category {
  color: #0fa6db;
}

.act-menu__item--sale .act-menu__category::before {
  background-image: url(../images/act-menu/icon-sale.png);
}

.act-menu__item--group .act-menu__link {
  background: #ffd8ab;
}

.act-menu__item--group .act-menu__category {
  color: #ff6f05;
}

.act-menu__item--group .act-menu__category::before {
  background-image: url(../images/act-menu/icon-group.png);
}

.act-menu__item--point .act-menu__link {
  background: #e9fcea;
}

.act-menu__item--point .act-menu__category {
  color: #59c7ed;
}

.act-menu__item--point .act-menu__category::before {
  background-image: url(../images/act-menu/icon-point.png);
}

.act-menu__item--recommend .act-menu__link {
  /* background: #fcf2e9; */
}

.act-menu__item--recommend .act-menu__category {
  color: #ff4e4e;
}

.act-menu__item--recommend .act-menu__category::before {
  background-image: url(../images/act-menu/icon-recommend.png);
}

.banner {
  margin-bottom: 10px;
}
/*2018.6.27 首页样式调整*/
.bdLine{
	border:none;
	display:block;
	height:8px;
	background-color:#f5f5f5;
}