.coupons-box {
    border-bottom: 0px solid #cccccc !important;
    width: 1290px;
    min-height: 450px;
    margin: 0 auto;
}
.horizontal{
	width: 1290px;
    margin: 0 auto;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    font-size: 14px;
    color: #6B727B;
}
.horizontal li{
	margin: 0 20px;
	line-height: 36px;
	position: relative;
	margin-bottom: 30px;
	cursor: pointer;
}

.ona{
	color: #000000;
	border-bottom: 2px solid #f41630;
	background:url('/images/bj_bt.jpg') no-repeat center bottom;
}
.ona .tupic{
	display: block;
	width: 0px;
	position: absolute;
	left: 50%;
	top: 40px;
	right: 50%;
	border-left:7px solid transparent;    
  	border-top:7px solid #f41630;  
  	transform:translate(-50%,-50%);  
  	border-right:7px solid transparent;  
}
.money_used{
	color: #666666 !important ;
}
.money_failure{
	color: #666666 !important ;
}
.money_failure .money{
	background: url('/images/coupons_failure.png') !important;
}
.money_used .money{
	background: url('/images/coupons_used.png') !important;
}
button.btn-instructiona{
	width: 80px;
	height: 30px;
	border: none;
	margin-top: 5px;
	border-radius: 15px;
	background: #f41630;
	color: #000000;
}
