.cuopon_select {
  width: 280px;
  position: fixed;
  right: -300px;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.16);
  z-index: 99999;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.cuopon_select.show {
  right: 0;
}
.cuopon_select .content_box {
  width: 250px;
  min-height: calc(100% - 56px);
  padding: 28px 10px ;
  margin-left: 10px;
  background: #ECEAEA;
}
.cuopon_select .select-title {
  height: 24px;
  line-height: 24px;
  color: #666666;
  font-size: 18px;
}
.cuopon_select i {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../../img/coupons/title-icon.png) no-repeat center center / 100%;
  margin: 0 4px 0 12px;
  vertical-align: top;
}
.select_close {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../../img/coupons/coupon-clost.png) no-repeat center center / 100%;
  float: right;
  cursor: pointer;
  margin: 7px 10px;
}
.select-content {
  padding-top: 12px;
}
.select-content .type-text {
  font-size: 18px;
  color: #666666;
  padding: 18px 0;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: url(../../img/coupons/coupon-title-bg.png) no-repeat center center / 100%;
}
.select-content .type-list {
  padding-bottom: 6px;
}
.select-content .type-list .cuopon {
  width: 250px;
  box-shadow: -1px 0 6px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  border-radius: 4px;
  position: relative;
  margin-bottom: 10px;
}
.select-content .type-list .cuopon-left {
  float: left;
  width: 182px;
  height: 116px;
  display: inline-block;
  padding: 9px 10px 0 10px;
}
.select-content .type-list .cuopon.collected .cuopon-left {
  background: url(../../img/coupons/collected-icon.png) no-repeat right / 60px;
  background-position-y: 23px;
}
.select-content .type-list .cuopon-right {
  float: left;
  width: 16px;
  padding: 28px 16px;
  height: 69px;
  font-size: 12px;
  line-height: 16px;
  opacity: 1;
  display: inline-block;
  background: linear-gradient(-46.4deg, #ff0d35 0%, #ff6619 100%);
  border-radius: 0 4px 4px 0;
  position: relative;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.select-content .type-list .cuopon-right::before {
  content: '';
  position: absolute;
  left: -3px;
  top: 6px;
  display: inline-block;
  width: 0;
  height: 115px;
  border-left: 6px dotted #ECEAEA;
}
.select-content .type-list .cuopon-right .status {
  color: #FFFFFF;
}
.select-content .type-list .cuopon-right .status:visited {
  color: #FFFFFF;
}
.select-content .type-list .cuopon .coupon_num_box {
  margin-right: 8px;
}
.select-content .type-list .cuopon .coupon_num_box p {
  line-height: 17px;
}
.select-content .type-list .cuopon .coupon_num_box p + p {
  padding: 5px 0;
}
.select-content .type-list .cuopon .coupon-type {
  font-weight: 700;
  font-size: 0;
}
.select-content .type-list .cuopon .coupon-type-text {
  font-size: 12px;
}
.select-content .type-list .cuopon .coupon_num {
  font-size: 40px;
  line-height: 40px;
  height: 43px;
  display: inline-block;
}
.select-content .type-list .cuopon .coupon_company {
  font-size: 12px;
}
.select-content .type-list .cuopon .red-color {
  color: #ff0d35;
}
.select-content .type-list .cuopon .gray-color {
  color: #999999;
}
.select-content .type-list .cuopon .line {
  padding: 8px 1px 4px;
  height: 20px;
  overflow: hidden;
  line-height: 18px;
  border-top: 1px dashed #F5F5F5;
  margin-right: -9px;
}
.select-content .type-list .cuopon .line span {
  display: inline-block;
}
.select-content .type-list .cuopon .tag {
  font-size: 12px;
  padding: 0 4px;
  line-height: 16px;
  border-radius: 2px;
  border: 1px solid #ff0d35;
  background: #ffffff;
  margin-right: 8px;
  vertical-align: middle;
}
.select-content .type-list .cuopon .line .coupon_item-text {
  width: 110px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.select-content .type-list .cuopon .timer {
  padding-right: 14px;
}
.select-content .type-list .cuopon.collected .cuopon-right {
  background: linear-gradient(-36.3deg, #ff6619 0%, #ffbb0d 100%);
}
/* .select-content .type-list .cuopon.collected .cuopon-left .coupon_num_box::after{content: '';display: inline-block;width: 60px;height: 60px;background: url(../../img/coupons/collected-icon.png) no-repeat center center/100%;position: absolute;right: 48px;bottom:0;} */
.select-content .list_null {
  color: #999999;
  padding: 10px 0 20px;
  text-align: center;
}
