.right-main{
  padding: 0 15px;
}
.tabs{
  padding-left: 0;
}
.tabs span{
  margin-left: 0;
  margin-right: 40px;
}
.nocatch{
	pointer-events: none;
}
.coupon-type{
  height: 32px;
  line-height: 32px;
  background-color: #f7f8fa;
}
.coupon-type span{
  font-size: 12px;
  color: #333;
  cursor: pointer;
  padding-left: 20px;
}
.coupon-type span.active{
  color: #fcc91c;
}
.prr-title{
  margin-top: 44px;
}

.coupon-lists{
  font-size: 0;
}
.coupon-lists.btxt p, .coupon-lists.btxt a{
  color: #333;
}
.coupon-lists.wtxt p, .coupon-lists.wtxt a{
  color: #aaa;
}
.coupon-list{
  display: inline-block;
  width: 280px;
	background-color: #fff;
	box-shadow: 0px 2px 6px 0px 
		rgba(0, 0, 0, 0.12);
  border: solid 1px #fcc91c;
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
  margin-right: 20px;
  margin-top: 20px;
}

/* 失效,使用的状态 */
.coupon-list.coupon-list--invalid{
  background-color: #0000000a;
  border-color: transparent;
}
.coupon-list.coupon-list--invalid .cornet-marrk{
  background: #0000000a;
  color: #333;
  font-size: 12px;
}
.coupon-list.coupon-list--invalid .cl-type .span-type{
  background: #bbbbbb;
}


.cornet-marrk{
  position: absolute;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 140px;
  color: #fff;
  background: #ff0000;
  font-size: 12px;
  text-align: center;
  right: -35px;
  top: -35px;
  line-height: 120px;
  transform:rotate(45deg);
  -ms-transform:rotate(45deg); 	/* IE 9 */
  -moz-transform:rotate(45deg); 	/* Firefox */
  -webkit-transform:rotate(45deg); /* Safari 和 Chrome */
  -o-transform:rotate(45deg); 	/* Opera */
}
.cl-head{
  height: 70px;
  border-bottom: 1px solid  #e8e8e8;
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 20px;
}
.cl-head .money{
  font-size: 14px;
  color: #333;
  float: left;
}
.cl-head .money .money-num{
  font-size: 36px;
}
.cl-type{
  margin-left: 137px;
  font-size: 12px;
  color: #333;
}
.cl-type p{
  padding-left: 6px;
  line-height: 1.5;
}
.cl-type .span-type{
  color: #fff;
  display: inline-block;
  padding: 2px 6px;
  background-color: #fcc91c;
	border-radius: 4px;
}

.cl-p{
  font-size: 12px;
  line-height: 1;
  margin-top: 8px;
  margin-left: 20px;
}

/* 优惠券说明 */
.coupon-ex{
  padding-left: 5px;
  margin-top: 40px;
  padding-bottom: 30px;
}
.coupon-ex h3{
  font-size: 14px;
  font-weight: normal;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 0;
  margin-bottom: 20px;
}
.coupon-ex p{
  font-size: 12px;
  line-height: 22px;
}