.list-item{
	width:80px;
	height:80px;
	border:1px solid #ccc;
}
.mainStyleBox{
	padding: 30px 0px 0px 20px;
}
.span-item{display: inline-block}
.add-row-btn{border-radius: 5px;  min-width: 60px;  padding: 0 10px;  cursor: pointer;  background: #324057;  color: #fff;  display: inline-block;  line-height: 40px;  margin-top: 10px;  text-align: center;  font-size: 14px;  }

#coupon .pattern-box2.choice .pattern-box-icon2 {
	background: #9ACD32;
	padding-right: 0px;
	padding-left: 11px;
}

#coupon .pattern-box2 {
	float: left;
	width: 59px;
	height: 18px;
	line-height: 18px;
	text-align: center;
}

#coupon .pattern-box2 .pattern-box-icon2 {
	width: 100%;
	border-radius: 40px;
	background: #989898;
	cursor: pointer;
	display: inline-block;
	height: 21px;
	vertical-align: top;
	position: relative;
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
	box-sizing: border-box;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#coupon .pattern-box2 .pattern-box-icon2:before {
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	left: 1px;
	/* top: 1px; */
	content: "";
	background: #fff;
	border-radius: 38px;
}