.coupon-container {
	margin-top: -1px;
/*	padding-top: 0.2rem*/
}

.coupon-box {
	overflow: hidden;
	background: #fff;
	border-radius: 8px;
}

.coupon-container .coupon-box {
	border: 1px solid #f1f2f4;
	font-size: .16rem;
	color: #666;
	background: #fff;
	box-shadow: 0 0.08rem 0.16rem rgba(241, 242, 244, .5);
	height: 90px;
}

.coupon-container .coupon-box .c-t {
	padding-left:1.5rem;
	position: relative;
}

.coupon-container .coupon-box  .c-t-r {
    position: relative;
    overflow: hidden;
    min-height: 90px;
}
.coupon-container .coupon-box .c-t-l:before {
	position: absolute;
	top: 0;
	left: -.05rem;
	content: "";
	width: 0;
	height: 100%;
	/*background: border-box
		radial-gradient(transparent 0, transparent .1rem, rgba(235,41,95,1) 0) .05rem
		.015rem, padding-box rgba(235,41,95,1);*/
	background-size: .2rem .16rem;
	border-left: .2rem solid transparent;
	border-right: 0 solid transparent;
}

.coupon-container .coupon-box .c-t-l {
	margin: .05rem .1rem;
	margin: 0;
	position: absolute;
	left:0;
	width: 1.2rem;
	text-align: center;
	height: 100%;
	line-height: 1rem;
	font-size: 28px;
	font-weight: 600;
	/*color: #fff;
	background: -webkit-linear-gradient(left, rgba(235,41,95,1),rgba(246,40,123,1));*/
}

.coupon-container .coupon-box .c-t-r .t {
	position: relative;
	line-height: .44rem;
	font-size: .32rem;
	color: #333;
	font-weight: 400;
}

.coupon-container .coupon-box .c-t-r h1 {
	font-size: .2rem;
}

.coupon-container .coupon-box .c-t-r .t a {
	position: absolute;
	top: .3rem;
	right: .2rem;
	min-width: .8rem;
	text-align: center;
	height: .3rem;
	line-height: .3rem;
	font-size: .12rem;
	border-radius: .4rem;
	box-sizing: border-box;
}

.coupon-container .coupon-box .c-t-r .t .receive{
	color: #ccc;
	border: 1px solid #ccc;
}
.coupon-container .coupon-box .c-t-r .t .use{
	color: #FD006F;
	border: 1px solid #FD006F;
}

.coupon-container .coupon-box .c-t-r em {
	display: block;
	line-height: .18rem;
	color: #999;
	font-style: normal;
}

.coupon-container .coupon-box .c-t-r .control {
	line-height: .34rem;
}


.no-vouchers {
    text-align: center;
}
 .no-vouchers i {
    margin: 0 auto .04rem;
    display: block;
    width: 2.3rem;
    height: 2.2rem;
    background: url(../../images/icon/no-vouchers.png) no-repeat 50%/100%;
}	
 .no-vouchers p {
    line-height: .34rem;
    font-size: .24rem;
    color: #bbb;
}

.search-content .sub {
    width: 0.7rem;
    text-align: center;
}
.exchange{
	background:#FD006F;
	color: #fff;
}
.not_exchange{
	background:#ccc;
	color: #fff;
}
@media (max-width: 400px){
    .coupon-container .coupon-box .c-t-l{
    	width: 90px;
    	font-size: 28px;
    }
     .coupon-container .coupon-box .c-t{
    	padding-left: 1.3rem;
    }
    .coupon-container .coupon-box .c-t-r h1{
    	font-size: .16rem;
    }
    .coupon-container .coupon-box .c-t-r em{
    	font-size: .1rem;
    }
}
.pofi_box{
	position: fixed;
    left: 0;
    max-width: 750px;
    right: 0;
    margin: 0 auto;
    z-index: 100;
    border-top: 1px solid #f5f5f5;
}
.share{
	background-color: #ff1959;
    color: #FFF;
    font-size: 12px;
    height: 0.25rem;
    border-radius: 0 9px 9px 0;
    line-height: 0.25rem;
    position: absolute;
    z-index: 5;
    text-align: center;
    bottom: 0.1rem;
    padding: 0 0.2rem;
}