.config-row-months .ui-slider-range {
	background: url(img/months_range.png) left center;

}
.number-input-box {
	width: 70px;
}

/* 改版样式 ,恢复防御峰值的高度,删掉右侧选择小图标*/

.line-row {
	position: relative;
}
.slider-higher.idc-special {
	margin-top: 0px ;
    height: 32px;
}

/*banner*/
.idc-buy-banner {
	margin: 0 auto;
    min-width: 1200px;
    height: 340px;
    background: url(img/idc_buy_banner.png) no-repeat center;
}
.banner-introduce {
	padding-top: 110px;
	width: 1200px;
	margin: 0 auto;
}
.banner-introduce-top {
	margin-left: 410px;
	margin-bottom: 16px;
	font-size: 44px;
	color: #fff;
	font-weight: bold;
}
.banner-introduce-bottom {
	margin-left: 410px;
	font-size: 16px;
	color: #fff;
}

.last-price {
	position: relative;
	top: 6px;
}
.button-group {
	margin-top: -10px;
	max-width: 1100px;
	min-height: 40px;
}
.button-group a {
	margin-top: 10px;
}
.button-group a span{
	/* display: none; */
	/* margin-left: 5px; */
}
.button-group a.slt span {
	/* display: inline-block; */
}
.line-introduction {
	margin-left: 125px;
	margin-top: 16px;
}
.arp-box {
	display: inline-block;
	margin-top: 20px;
	padding-left: 124px;
}
.arp-box a {
	font-size: 12px;
	color: #00aaff;
}
.arp-check {
	display: inline-block;
	padding-left: 30px;
	margin-right: 20px;
	height: 20px;
	line-height: 20px;
	background: url(img/arp_check.png) no-repeat left;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Chrome/Safari/Opera */
	-khtml-user-select: none; /* Konqueror */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none;
}
.arp-check.active {
	background-image: url(img/arp_active.png);
}
.server-buy-btn.disabled {
	background-color: #ccc;
	cursor: not-allowed;
}