@charset "utf-8";
.ey-price {
	font-size: 30px;
	color: #d02b18;
}
.ey-number {
	padding: 12px 0px;
	font-size: 14px;
	position: relative;
}
.ey-number .btn-input {
	border: 1px solid #CCC;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0px;
}
.ey-number .btn-input button {
	width: 28px;
	height: 30px;
	font-size: 16px;
	line-height: 30px;
	padding: 0;
	border: none;
	background-color: #fff;
	color: #333;
	outline: none;
}
.ey-number .btn-input input {
	font-size: 12px;
	height: 30px;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	width: 45px;
	text-align: center;
	border: none;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-radius: 0;
	outline: none;
}
.ey-number label {
	margin-right: 12px;
}
.ey-buyaction {
	margin-top: 5px;
}

.ey-buyaction a:hover {
	text-decoration: none
}

.coupon-list {
    display: inline-block;
}
.coupon-list span {
    display: inline-block;
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
    border: 1px solid #ff547b;
    height: 32px;
    line-height: 32px;
    color: #ff547b;
    font-size: 14px;
    box-sizing: border-box;
}