@charset "UTF-8";
.coupon-divider[data-v-3d161f89] {
  margin: 0;
  position: absolute;
  bottom: 0;
  width: 290px;
}
.use-detail[data-v-3d161f89] {
  padding: 20px 16px;
  width: 450px;
  box-sizing: border-box;
  z-index: 50;
  font-size: 14px;
  color: #000;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  background: #fff;
}
.use-detail .use-detail-content[data-v-3d161f89] {
  opacity: 0.6;
  max-height: 300px;
  overflow-y: auto;
}
.use-detail .use-detail-content .detail-content[data-v-3d161f89] {
  word-break: break-all;
}
.use-detail .use-detail-content .detail-content[data-v-3d161f89]  a {
  text-decoration: underline !important;
  color: #267eff;
}
.use-detail .code-wrapper[data-v-3d161f89] {
  display: flex;
  align-items: center;
}
.use-detail .label[data-v-3d161f89] {
  font-weight: bold;
  padding-right: 5px;
}
.use-detail .copy[data-v-3d161f89] {
  width: 40px;
  height: 20px;
  border: 0.5px solid #000000;
  border-radius: 10px;
  color: #000;
  text-align: center;
  line-height: 20px;
  margin-left: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-weight: bold;
  font-size: 12px;
}
.coupon-item-wrapper[data-v-3d161f89] {
  font-family: honorSansBrand;
  height: 130px;
  width: 450px;
  position: relative;
  background: url(../../staticpc/img/bg_sanfang_normal.png) no-repeat;
  background-size: contain;
}
.coupon-item-wrapper .wrapper[data-v-3d161f89] {
  min-height: 130px;
  width: 450px;
  position: absolute;
  top: 0;
  z-index: inherit;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.1);
  border-radius: 16px;
}
.coupon-item-wrapper .wrapper.spread[data-v-3d161f89] {
  z-index: 100;
}
.coupon-item-wrapper .content-wrapper[data-v-3d161f89] {
  display: flex;
}
.info[data-v-3d161f89] {
  padding: 20px 16px 16px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
  position: relative;
  overflow: hidden;
}
.info .detail-info .title-wrapper[data-v-3d161f89] {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.info .detail-info .title[data-v-3d161f89] {
  opacity: 0.6;
  margin-right: 4px;
  color: #000;
}
.info .detail-info .arrow[data-v-3d161f89] {
  width: 16px;
  height: 21px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABGdBTUEAALGPC/xhBQAAADhlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAAqACAAQAAAABAAAAGKADAAQAAAABAAAAGAAAAADB/VeXAAAA70lEQVRIDe2TOwoCMRCG46sQRW1EUXsLwcrOw1gqFh5JL2QngoUeQawEwec3i5FR9pFFEIQMfJvNJDP/ZLJrjDffgb/rQImKa19UXSW2rONzalLgfQZD2MAR0lidzVMYwBIuYLLyeNqVcQ9SwRga4GqSXGIqcIAzBKZPcMezgg60oA8uJ9HJd8TMIaie0WgBmd8gjUhY8lf1kvBTQHyuIonJowRcRJySxwnEiRRZnIBcqO35W1sk2FrGvsSMedZG0IUTyMcgIonJ2RN6B+LXZu+kjbMJ8r9sYQGRlbMWmMsJ9N4eE4lZgwh78x34QQceQxA3uUQ/bdIAAAAASUVORK5CYII=) no-repeat center;
  display: inline-block;
  background-size: contain;
}
.info .detail-info .arrow.show[data-v-3d161f89] {
  transform: rotate(180deg);
}
.info .time-label[data-v-3d161f89] {
  position: absolute;
  font-size: 14px;
  color: #256fff;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  font-weight: 400;
  right: -32px;
  background-color: #DFEAFF;
  transform: rotate(45deg);
  width: 100px;
  top: 7px;
  padding: 2px;
}
.info .time-label.aexp[data-v-3d161f89] {
  color: #FA2A2D;
  background-color: #ffdfe0;
}
.info .corner-status[data-v-3d161f89] {
  height: 64px;
  width: 64px;
  background: url(../../staticpc/img/expired.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -6px;
  top: 0;
}
.info .name[data-v-3d161f89] {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 4px;
  max-width: 250px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.info .footer[data-v-3d161f89] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info .btn[data-v-3d161f89] {
  background: #CF0A2D;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.info .btn a[data-v-3d161f89] {
  color: #fff;
}
.info .btn.disable[data-v-3d161f89] {
  opacity: 0.38;
}
.info .end-time[data-v-3d161f89] {
  color: #000;
  opacity: 0.6;
}
.info .end-time.aexp[data-v-3d161f89] {
  color: #FA2A2D;
}
.info .end-time.nonEffect[data-v-3d161f89] {
  color: #256FFF;
  opacity: 1;
}
.icon-wrapper[data-v-3d161f89] {
  width: 130px;
  height: 130px;
}
.expired[data-v-3d161f89] {
  background: url(../../staticpc/img/bg_sanfang_dis.png) no-repeat;
  background-size: contain;
}
.expired .info .content[data-v-3d161f89], .expired .info .footer[data-v-3d161f89] {
  opacity: 0.38;
}
.expired .use-detail-content[data-v-3d161f89] {
  opacity: 0.38;
}
