/* 优惠劵样式*/
.coupon_class{
		background-color: #F44A4A;
		font-size: 10px;
		color: white;
		padding: 3px;	
		margin-left: 4px;
		border-radius: 3px;
}
.coupon_get_img{
	margin-left: 3px;
	margin-bottom: 2px;
}
.coupon_get{
	float: right;
	margin-right: 10px;
	font-size: 15px;
	color: #826682;
}
.coupon_font{
	text-align: left;
    line-height: 15px;
    font-size: 16px;
    color: #969595;
    margin: 15px 0 15px 18px;
}
.clear_float{
	clear:both;
}
.coupon_absolute{
	position: absolute;
    top: 52px;
    left: 10px;
}
.tag_new{
	width: 150px;
    top: 11px;
    left: -43px;
}
.box_div{
	background-color: white;
    padding: 2px;
}	
.box{
	margin: 4px 15px 22px 15px;
}
.box .cirdiv{
	width: 16px;
	height: 16px;
	border: 1px solid #e1e1e1;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 6px;
	position:relative;
}

.box p{
	display: inline-block;
	vertical-align: middle;
	color: #666666;
	font-size: 1.3rem;
	margin-bottom: 6px;
}
.bottomdiv{
    background-color: #ffb848;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}
.bottomdiv,.botdiv{
	font-size: 0;
}
.leftdiv,.rightdiv,.botleft,.botright{
	display: inline-block;
	vertical-align: bottom;
}
.leftdiv{
	width: 70%;
	background-color: #ffb848;
	color: #ffffff;
	padding-right: 1.5%;
	border-bottom-left-radius: 4px;
}
.leftdiv .topp{
	font-size: 1.0rem;
	text-align: right;
	padding-bottom: 25px;
	position: relative;
}
.botleft{
	width: 40%;
    padding: 0 2% 6px;
    font-size: 1.4rem;
}
.botleft span{
	font-size: 1.7rem;
	font-weight: 600;
}
.five_font{
	//margin-right: 4px;
    font-size: 2.8rem !important;
}
.coupon_overflow{ 
    overflow-y: scroll;
    max-height: 480px;
	}
.botright{
	width: 50%;
	text-align: right;
	margin-bottom: 8px;
	margin-right:-14%;
}
.botright .pone{
	font-size: 1.3rem;
	font-weight: 600;
	padding: 4px 0;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.botright .ptwo{
	text-align: left;
	font-size: 1.0rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.rightdiv{
	width: 27%;
	padding-top: 4px;
	float: right;
	text-align: center;
	background-color: #f2aa38;
	color: #ffffff;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.rightdiv .lineone{
	font-size: 1.35rem;
}
.rightdiv .linetwo{
	font-size: 1.0rem;
}
.linethree{
	background-color: #ffffff;
	color: #f2aa38;
	font-size: 1.3rem;
	width: 80%;
	margin: 8px auto;
	padding: 2px 4px;
}
.tag{
	position: absolute;
	padding: 2px 20px;
	background-color: #f2aa38;
	font-size: 1.1rem;
	transform:rotate(-30deg);
	width: 150px;
    top: 11px;
    left: -43px;
}
.tag.orange{color: #cf8d26;}
.tag.redtwo{color: #d7433b;}
.orangetwo{
	background-color: #f2aa38;
	padding: 20px 0;
}
/*红色代金券的样式*/
.redone{
	background-color: #ff675f;
}
.redtwo{
	background-color: #f05850;
}
.redthree{
	color: #f05850;
}
.redfour{
	margin-top: 20px;
}
/*灰色代金券的样式*/
.grayone{
	background-color: #b5b5b5;
}
.graytwo{
	background-color: #a0a0a0;
	padding: 20px 0;
}
.graythree{
	color: #dcdcdc;
	background-color: #a0a0a0;
}
.grayfour{
	margin-top: 20px;
}

.head_text{display: inline-block;padding-bottom: 10px;}
.o_click{color: #fd7c24;border-bottom:2px solid #fd7c24; }
.not-coupon{width: 200px;text-align: center;margin:0 auto;margin-top: 20%;}
.not-coupon img{width: 160px;margin-bottom: 10px;}
.not-coupon p{color: #c9c9c9;font-size: 16px;}