.ling {
  cursor: pointer
}

.masked {
  width: 100%;
  height: 100%;
  min-height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  display: none;
}

.pop_bg {
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  border-radius: .533rem .533rem 0 0;
  z-index: 2001;
}

.icon_close_pic {
  width: .64rem;
  height: .64rem;
  background: url(../../images/2021coupon/icon_close_grayBg_24@2x.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 4%;
  top: .533rem;
  z-index: 100;
  cursor: pointer;
}

.common_area {
  /* padding-bottom: 1.307rem; */
}

.ptp_title {
  width: 100%;
  height: 1.707rem;
  line-height: 1.707rem;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  text-align: center;
}

.coupon_con {
  background: #FFF;
  padding: 0 3.2% .32rem;
  /*max-height: 13.333rem;*/
  max-height: 10rem;
  overflow-y: auto;
}

.coupon_list li {
  margin: .32rem 0;
  padding-bottom: .053rem;
  border-radius: .213rem;
  background: #FFF0F0;
}

.coupon_list li.coupon_use {
  background-image: url(../../images/2021coupon/tag_lingqu@2x.png);
  background-size: 1.707rem 1.387rem;
  background-position: 96.8% 0;
  background-repeat: no-repeat;
}

.coupon_li {
  height: 2.56rem;
  border-radius: .213rem;
  position: relative;
  overflow: hidden;
  display: flex;
}

.coupon_li::after {
  content: '';
  position: absolute;
  left: 30%;
  top: 17%;
  width: 1px;
  height: 66%;
  background: #FFDADA;
  opacity: 0.5;
}

.coupon_list_le {
  width: 32%;
  height: 100%;
  line-height: 1.5;
  text-align: center;
  color: #E33E41;
  position: relative;
}

.coupon_list_le i.coupon_le_tips {
  position: absolute;
  left: 0;
  top: 0;
  /* width: 2.187rem; */
  padding: 0 .213rem;
  height: .533rem;
  line-height: .533rem;
  background: linear-gradient(90deg, #572A00 0%, #6D3500 100%);
  box-shadow: 0 0 0.427rem 0 rgba(0, 0, 0, 0.08);
  border-radius: .213rem 0 .213rem 0;
  text-align: center;
  color: #FEEFD8;
  font-size: .293rem;
}

.coupon_list_le span {
  font-size: .64rem;
  margin-top: .533rem;
  display: inline-block;
}

.coupon_list_le span i {
  font-size: 1.067rem;
}

.coupon_list_ri {
  width: 67%;
  padding: .32rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .373rem;
  color: #999999;
  line-height: .533rem;
}

.coupon_name {
  font-size: .427rem;
  font-weight: bold;
  color: #E33E41;
}

.btn_receive,
.btn_user,
.btn_employ {
  width: 1.973rem;
  height: .747rem;
  line-height: .747rem;
  font-size: .373rem;
  border-radius: .747rem;
  border: 0.5px solid #FF4949;
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  color: #FFF;
  text-align: center;
}

.coupon_no .btn_employ {
  background: #EEEEEE;
  border: 1px solid #EEEEEE;
  color: #777;
}

.btn_user {
  background: none;
  color: #e33e41;
}

.btn_user a {
  color: #e33e41;
}

.coupon_com {
  margin: 0 .053rem;
  background: #FFFFFF;
  border-radius: 0 0 .213rem .213rem;
}

.coupon_com_txt {
  padding: .427rem;
  font-size: .373rem;
  color: #333333;
  line-height: .533rem;
}

.coupon_com_txt i {
  color: #E33E41;
}

.coupon_good {
  width: 90.8%;
  margin: 0 auto;
  padding-bottom: .427rem;
  overflow-x: scroll;
}

.coupon_good_pic {
  float: left;
  width: 2rem;
  margin-right: .267rem;
  text-align: center;
  position: relative;
}

.coupon_good_inner {
  width: 1000%;
}

.coupon_good_inner span {
  width: 2rem;
  height: 2rem;
  border-radius: .107rem;
  overflow: hidden;
  position: relative;
  display: inline-block;
}

.coupon_good_inner span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.04);
  border-radius: .107rem;
  z-index: 100;
}

.coupon_good_inner span img {
  width: 100%;
}

.coupon_good_inner span i {
  position: absolute;
  right: 0;
  bottom: 0;
  width: .427rem;
  height: .427rem;
  line-height: .453rem;
  font-size: .267rem;
  color: #FFF;
  background: rgba(0, 0, 0, 0.3);
  border-radius: .213rem 0 .107rem 0;
  text-align: center;
  z-index: 101;
}

.coupon_good_pic p {
  font-size: .427rem;
  font-weight: 600;
  color: #333333;
}

.coupon_good_pic p i {
  font-size: .32rem;
}

.coupon_good_pic i.area_checkbox {
  width: .48rem;
  height: .48rem;
  margin-right: .213rem;
  border: .053rem solid #CCC;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  display: inline-block;
  flex-shrink: 0;
  position: absolute;
  left: .107rem;
  top: .107rem;
  z-index: 100;
}

.coupon_good_pic i.area_checkbox input {
  display: none;
}

.coupon_good_pic i.area_checkbox.checked {
  /* position: relative; */
  width: .533rem;
  height: .533rem;
  border: 0;
  background: linear-gradient(90deg, #ED1515 0%, #FF4949 100%);
  margin-left: .053rem;
}

.coupon_good_pic i.area_checkbox.checked:after {
  content: '';
  position: absolute;
  width: .587em;
  height: .4em;
  background: transparent;
  left: 50%;
  top: 50%;
  margin-top: -.107rem;
  margin-left: -.133rem;
  border: .16em solid #fff;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  flex-shrink: 0;
}

.size-list li.disabled {
  display: none;
}

/*  */