@charset "UTF-8";
/**
 * 这里是uni-app内置的常用样式变量
 *
 * uni-app 官方扩展插件及插件市场（https://ext.dcloud.net.cn）上很多三方插件均使用了这些样式变量
 * 如果你是插件开发者，建议你使用scss预处理，并在插件代码中直接使用这些变量（无需 import 这个文件），方便用户通过搭积木的方式开发整体风格一致的App
 *
 */
/**
 * 如果你是App开发者（插件使用者），你可以通过修改这些变量来定制自己的插件主题，实现自定义主题功能
 *
 * 如果你的项目同样使用了scss预处理，你也可以直接在你的 scss 代码中使用如下变量，同时无需 import 这个文件
 */
/* uni.scss */
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.coupon.data-v-8c8c2ad2 {
  border: 2px solid transparent;
  margin: 10px;
}
.coupon .icon.data-v-8c8c2ad2 {
  display: none;
}
.coupon .contain.dis.data-v-8c8c2ad2 {
  background-color: #d8d8d8;
  color: #7e7e7e;
}
.coupon .contain.data-v-8c8c2ad2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-radius: 5px;
  position: relative;
  background: #fff5f4;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
}
.coupon .contain .left.data-v-8c8c2ad2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
          flex: 1;
  font-size: 14px;
  color: #666;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
.coupon .contain .left .title.data-v-8c8c2ad2 {
  font-size: 15px;
  color: #333;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-bottom: 5px;
}
.coupon .contain .left .title .tip.data-v-8c8c2ad2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  padding: 0 3px;
  height: 25px;
  line-height: 25px;
  font-size: 13px;
  border-radius: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  margin-right: 10px;
  border: 1px solid;
}
.coupon .contain .left .more.data-v-8c8c2ad2 {
  color: #999;
  margin-top: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.coupon .contain .right.data-v-8c8c2ad2 {
  font-size: 14px;
  color: #333;
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  position: relative;
  border-left: 2rpx dashed #ddd;
  padding: 10px;
}
.coupon .contain .right .price.data-v-8c8c2ad2 {
  text-align: center;
  font-size: 24px;
  color: #ed4630;
  font-weight: bold;
}
.coupon .contain .right .price .small.data-v-8c8c2ad2 {
  font-size: 14px;
  font-weight: normal;
}
.coupon .contain .right .center.data-v-8c8c2ad2 {
  text-align: center;
}
.coupon .contain .right .btn.data-v-8c8c2ad2 {
  padding: 4px 10px;
  background: -webkit-linear-gradient(left, #ff0000, #ffa231);
  background: linear-gradient(left, #ff0000, #ffa231);
  border-radius: 20px;
  text-align: center;
  color: #fff;
  font-size: 26rpx;
  margin-top: 10px;
}
.coupon .contain .right .circle-top-left.data-v-8c8c2ad2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  top: -5px;
  left: -5px;
}
.coupon .contain .right .circle-bottom-left.data-v-8c8c2ad2 {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 100%;
  bottom: -5px;
  left: -5px;
}
.coupon .contain .right .circle-bottom-bg.data-v-8c8c2ad2 {
  background-color: var(--note-bg-color);
}
.coupon .contain .img-used.data-v-8c8c2ad2 {
  position: absolute;
  top: -20px;
  right: 85px;
  width: 100px;
  height: 100px;
}
.coupon .more-detail.data-v-8c8c2ad2 {
  font-size: 13px;
  text-align: justify;
  padding: 10px;
  margin-top: -5px;
  border-radius: 0 0 5px 5px;
  color: #777;
  background-color: var(--note-bg-color);
}

