/* /templates2_0/module/goods/promote/banner.less */
.goods_promote_banner {
  position: relative;
  box-sizing: border-box;
  background: transparent 50% 0 no-repeat;
  background-size: cover;
  margin-bottom: 20px;
  overflow: hidden;
  min-height: 350px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #000;
  text-decoration: underline;
}
.goods_promote_banner[data-size="1"] {
  width: 220px;
}
.goods_promote_banner[data-size="2"] {
  width: 460px;
}
.goods_promote_banner[data-size="3"] {
  width: 700px;
}
.goods_promote_banner-title {
  position: relative;
  background: rgba(255,255,255,0.8);
  box-sizing: border-box;
  font: bold 16px/1.2 Utkonos;
  text-align: center;
  padding: 10px;
}
.goods_promote_banner:hover {
  color: #000;
  text-decoration: none;
}
