.button-group a {
	width: 135px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 10px;
}
.button-group {
	max-width: 815px;
	margin-bottom: -10px;
}
.config-tier-title-4 span {
	/* margin-top: -18px; */
}
.description-tip {
	margin: 10px 40px 0 155px;
	line-height: 18px;
	color: #999;
	font-size: 12px;
}
.description-tip > span.yellow {
	color: #ff6600;
}
.spec-desc {
	display: none;
}
.hui-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(img/icon_hui.png) no-repeat center;
	top: -1px;
	right: 0;
	z-index: 9;
}

/* 优惠icon英文版 */

.hui-icon-en {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(img/icon_hui.png) no-repeat center;
	top: -1px;
	right: 0;
	z-index: 9;
}
.button-group a.unopen-icon {
	background-color: #f2f2f2;
	border: 1px solid #dddddd;
    color: #4c4c4c;
}
.unopen-icon:after {
	content: '';
	position: absolute;
	top: -1px;
	right: -1px;
	width: 52px;
	height: 16px;
	background: url(img/waiting_icon-open.png) no-repeat center center;
}
