ol, ul {
  list-style: none;
}
/* 海报轮播样式 */
.index15_banner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.huo_banner_box {
  width: 1200px;
  height: 100%;
  padding-left: 210px;
  box-sizing: border-box;
}
.banner_container {
  width: 990px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.banner_container .swiper_container {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  transition: ease-in-out;
  transition-duration: 300ms;
}
.banner_container .swiper_container .swiper_list {
  float: left;
  height: 100%;
  width: 990px;
}
.banner_container .swiper_container .swiper_list img {
  width: 100%;
  height: 100%;
}
div.dots_box {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
ul.dots_list li {
  display: inline-block;
  margin: 12px 5px;
  border: 0;
  cursor: pointer;
  background: #e5e5e5;
  height: 10px;
  width: 10px;
  border-radius: 100%;
  outline: none;
}
ul.dots_list li.active {
  background: #FFF;
}
/* 网页主体商品样式 */
.main_container {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;

}
.main_container .huoyuan_item_box {
  margin:  20px 0 60px;
  width: 1200px;
}
.huoyuan_item_box .item-hd {
  position: relative;
  padding-right: 10px;
  height: 40px;
  line-height: 40px;
  color: #FFF;
  overflow: hidden;
}
.huoyuan_item_box .item-hd:before {
  position: relative;
  z-index: 10;
  float: left;
  display: block;
  width: 40px;
  height: 40px;
  background-size: 20px 20px;
  background-position: 16px;
  background-repeat: no-repeat;
  content: "";
}
.huoyuan_item_box .item-hd-hot {
  background-color: #f33;
}
.huoyuan_item_box .item-hd-hot:before {
  background-image: url(../images/huoyuan/fire.png);
}
.huoyuan_item_box .item-hd .item-title {
  position: relative;
  z-index: 15;
  float: left;
  font-size: 18px;
  font-weight: 400;
}
.huoyuan_item_box .item-hd .more {
  position: relative;
  z-index: 15;
  float: right;
  color: #fff;
  font-size: 12px;
}
.huoyuan_item_box .item-bd {
  position: relative;
  margin-top: 10px;
}
.huoyuan_item_box .huoyuan_box-grid.hot {
  padding-top: 0;
}
.huoyuan_box-grid-left {
  padding: 0 15px 0 0;
  width: 170px;
}
.huoyuan_tophot-title {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
.huoyuan_tophot-title:before {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #d8d8d8;
  content: "";
  vertical-align: middle;
}
.huoyuan_tophot-title span {
  display: inline-block;
  position: relative;
  padding: 0 15px;
  background-color: #fff;
  z-index: 10;
}
.zent-loading-container-static {
  position: relative;
}
.huoyuan_tophot-list {
  margin-top: 7px;
  height: 110px;
}
.huoyuan_tophot .tophot-item:first-child {
  margin-top: 0;
}
.huoyuan_tophot .tophot-item:last-child {
  margin-bottom: 0;
}
.huoyuan_tophot .tophot-item {
  margin: 10px 0;
  height: 20px;
  line-height: 20px;
}
.huoyuan_tophot .tophot-item .link {
  display: block;
  color: #444;
}
.huoyuan_tophot .tophot-item .sort {
  float: left;
  font-size: 14px;
}
.huoyuan_tophot .tophot-item:nth-child(-n+3) .sort {
  color: #f44;
  background-image: -webkit-gradient(linear,left top,right top,from(#f44),color-stop(.5,#ff9500),to(#ff9500));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}
.huoyuan_tophot .tophot-item .text {
  float: right;
  color: #666;
  font-size: 12px;
}
.huoyuan_index-ad.hot {
  height: 310px;
  margin-top: 23px;
}
.huoyuan_index-ad {
  position: relative;
  width: 170px;
  background-color: #f5f5f5;
  overflow: hidden;
}
.huoyuan_index-ad .ad {
  display: block;
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.huoyuan_box-grid {
  display: flex;
  display: -webkit-flex;
  box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  margin: 0 auto;
  justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  transition: all .3s ease;
}
.huoyuan_box-grid-right {
  flex: 1;
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  padding-left: 5px;
  overflow: hidden;
}
.huoyuan_box-grid-right .huoyuan_category-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  background-color: #f8f8f8;
}
.huoyuan_category-list .category-item {
  flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.huoyuan_category-list .category-item.active {
  background-color: #FFF;
}
.huoyuan_goods-index-list {
  margin:  0 -20px 0 -5px;
  padding-left: 5px;
  height: 415px;
  overflow: hidden;
  display: none;
}
.huoyuan_goods-index-list.active {
  display: block;
}
.huoyuan_goods-index-list-item {
  float: left;
  margin:  0 20px 10px 0;
  width: 150px;
}
.huoyuan_goods-index-cell {
  position: relative;
}
.huoyuan_goods-index-cell .goods-img-box {
  position: relative;
  width: 150px;
  height: 150px;
  overflow: hidden;
}
.huoyuan_goods-index-cell .goods-img-box .goods-img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}
.huoyuan_goods-index-cell .goods-img-box .goods-desc {
  top: 0;
  right: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  -moz-transition: transform .3s ease,-moz-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease,-webkit-transform .3s ease,-moz-transform .3s ease;
  z-index: 5;
}
.huoyuan_goods-index-cell .goods-img-box .goods-desc,
.huoyuan_goods-index-cell .goods-img-box .goods-img-box {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 12px;
  background-color: rgba(0, 0, 0, .6);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.huoyuan_goods-index-cell:hover .goods-img-box .goods-desc {
  transform: translate(0);
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
}
.huoyuan_goods-index-cell .goods-img-box .goods-desc .name {
  position: absolute;
  margin-top: -10px;
  padding: 0 15px;
  left: 0;
  right: 0;
  top: 50%;
  max-height: 3em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.huoyuan_goods-index-cell .goods-img-box .goods-desc .view {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  width: 100px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 2px;
}
.huoyuan_goods-index-cell .goods-meta {
  padding: 10px 0 5px;
  line-height: 20px;
  white-space: nowrap;
}
.huoyuan_goods-index-cell .goods-meta .profit>em {
  font-size: 15px;
  color: #f44;
}
.huoyuan_item_box .item-hd-new {
  background-color: #ff7000;
}
.huoyuan_item_box .item-hd-new:before {
  background-image: url(../images/huoyuan/list.png);
}
.huoyuan_item_box .item-hd .slogan {
  position: relative;
  z-index: 15;
  float: left;
  margin-left: 25px;
  font-size: 12px;
}
.huoyuan_index-ad.new {
  height: 410px;
}
.huoyuan_index-ad.long_second {
  width: 100%;
  height: 120px;
}
.huoyuan_item_box .item-hd-fun {
  background-color: #00b6ff;
}
.huoyuan_item_box .item-hd-fun:before {
  background-image: url(../images/huoyuan/fun.png);
}

