/* 内容对齐 */
/* 超出元素的多余文字不换行，将多余部分替换成... */
/* 多行文字省略 */
/* 背景图片图标 */
/* 分割线 */
/*
    @direction 传值说明
    默认值：bottom 下边线
    all - 全边框线
    top - 上边线
    left - 左边线
    right - 右边线
    bottom - 下边线
    0 - 上左
    1 - 上右
    2 - 下左
    3 - 下右
    4 - 上下
    5 - 左右
    6 - 上左右
    7 - 下左右
    8 - 上左下
    9 - 上右下
*/
/* 背景色渐变 */
/* 阴影 */
/* 形状遮罩 */
.shop-detail[data-v-1c352843] {
  position: relative;
  background-image: url(../static/img/type2_bg.dfb4cd4c.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}
.shop-detail .white_bg[data-v-1c352843] {
  background-color: #fff;
}
.shop-detail .title[data-v-1c352843] {
  width: 100%;
  height: 1.9rem;
  color: #333752;
  padding-top: 0.625rem;
  display: flex;
}
.shop-detail .title[data-v-1c352843]::before {
  content: '';
  display: block;
  width: 0.1rem;
  height: 0.8rem;
  margin-right: 0.625rem;
  margin-left: 0.625rem;
  background-color: #333752;
}
.shop-detail .store[data-v-1c352843] {
  width: 100%;
  padding: 0.75rem;
}
.shop-detail .store .detail[data-v-1c352843] {
  display: flex;
  position: relative;
}
.shop-detail .store .detail .img[data-v-1c352843] {
  width: 2.85rem;
  height: 2.85rem;
  margin-right: 0.625rem;
  border-radius: 0.25rem;
}
.shop-detail .store .detail .business_status[data-v-1c352843] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.85rem;
  height: 0.8rem;
  line-height: 0.8rem;
  background-color: #273056;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.shop-detail .store .detail .word[data-v-1c352843] {
  flex: 1;
  width: 1PX;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shop-detail .store .detail .word p[data-v-1c352843] {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
  color: #fff;
  line-height: 1rem;
}
.shop-detail .store .detail .word p em[data-v-1c352843] {
  background: linear-gradient(to right, #fbb231 0%, #fbd031 100%);
  height: 0.75rem;
  line-height: 0.75rem;
  padding: 0 0.25rem;
  border-radius: 0.1rem;
  color: #fff;
  font-size: 0.5rem;
  margin-left: 0.25rem;
}
.shop-detail .store .detail .word .icon-group[data-v-1c352843] {
  height: 1.25rem;
  display: flex;
}
.shop-detail .store .detail .word .icon-group > *[data-v-1c352843] {
  margin-right: 0.65rem;
}
.shop-detail .store .detail .word .icon-group i[data-v-1c352843] {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 0.2rem;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  line-height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-detail .store .balance[data-v-1c352843] {
  height: 1rem;
  line-height: 1rem;
  margin-top: 0.75rem;
  color: #b9feb1;
  font-size: 0.65rem;
}
.shop-detail .box[data-v-1c352843] {
  width: 17rem;
  border-radius: 0.25rem;
  background-color: #fff;
  margin: 0 auto;
  height: auto;
  min-height: auto;
  margin-bottom: 0.75rem;
}
.shop-detail .sell_lottery[data-v-1c352843] {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
  padding: 0 0.6rem;
}
.shop-detail .sell_lottery li[data-v-1c352843] {
  width: 3.2rem;
  height: 4.15rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url(../static/img/lottery-item.59ae6a5a.png);
  background-size: cover;
  margin: 0 0.125rem;
  margin-bottom: 0.65rem;
  position: relative;
}
.shop-detail .sell_lottery li > div[data-v-1c352843] {
  flex: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.shop-detail .sell_lottery li > div img[data-v-1c352843] {
  width: 2.05rem;
  height: 2.05rem;
}
.shop-detail .sell_lottery li span[data-v-1c352843] {
  font-size: 0.55rem;
  height: 1.325rem;
  line-height: 1.325rem;
  overflow: hidden;
}
.shop-detail .service[data-v-1c352843] {
  background: #fff;
  margin-top: 0.1rem;
}
.shop-detail .service .item li[data-v-1c352843] {
  padding: 0 0.75rem 1.425rem;
  border-bottom: 1PX solid #eee;
}
.shop-detail .service .item li .small-tit[data-v-1c352843] {
  display: flex;
  justify-content: space-between;
  padding: 0.55rem 0 0.75rem;
}
.shop-detail .service .item li .small-tit span[data-v-1c352843] {
  color: #444;
  font-size: 0.7rem;
}
.shop-detail .service .item li .small-tit em[data-v-1c352843] {
  color: #dc3b40;
  font-style: normal;
  font-size: 0.6rem;
}
.shop-detail .service .item li p[data-v-1c352843] {
  color: #999;
  font-size: 0.65rem;
  line-height: 0.9rem;
  text-align: justify;
}
.shop-detail .btn[data-v-1c352843] {
  width: 100%;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 0;
}
.shop-detail .btn button[data-v-1c352843] {
  width: 16.5rem;
  height: 2.125rem;
  background-color: #dc3b40;
  color: #fff;
  border-radius: 0.15rem;
  cursor: pointer;
}

