.config-row-months .ui-slider-range {
	background: url(img/months_range.png) left center;

}
/* 改版样式 ,恢复防御峰值的高度,删掉右侧选择小图标*/

.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 a span{
	display: none;
	margin-left: 5px;
}
.button-group a.slt span {
	display: inline-block;
}
.server-times div {
	width: 120px;
}
.eq-type {
	margin-top: 15px;
}
.defense-select .project-rule-item {
	max-width: 170px;
}
/* 按钮上方提示文字 */
.project-rule-item-desc {
	width: auto;
	bottom: 52px;
	max-width: 320px;
	word-break: break-all;
	white-space: normal;
}
.project-rule-item-desc i {
	left: 50%;
}
/* 项目icon */
.project-rule-name > p i {
	vertical-align: middle;
}
p.icon-device i {
	width: 16px;
	height: 16px;
	background-position: 0 -60px;
}
.project-rule:hover p.icon-device i {
	background-position: -20px -60px;
}
p.icon-bandwidth i {
	width: 16px;
	height: 16px;
	background-position: 0 -100px;
}
.project-rule:hover p.icon-bandwidth i {
	width: 16px;
	height: 16px;
	background-position: -20px -100px;
}
p.icon-defense i {
	width: 16px;
	height: 16px;
	background-position: 0 -120px;
}
.project-rule:hover p.icon-defense i {
	width: 16px;
	height: 16px;
	background-position: -20px -120px;
}
p.icon-number i {
	width: 16px;
	height: 16px;
	background-position: 0 -180px;
}
.project-rule:hover p.icon-number i {
	width: 16px;
	height: 16px;
	background-position: -20px -180px;
}
p.icon-ips i {
	width: 16px;
	height: 16px;
	background-position: 0 -40px;
}
.project-rule:hover p.icon-ips i {
	width: 16px;
	height: 16px;
	background-position: -20px -40px;
}

p.power i {
	margin-top: -2px;
	width: 16px;
	height: 16px;
	background: url(img/power_icon.png) no-repeat center;
	vertical-align: middle;
}
.project-rule:hover p.power i {
	background-image: url(img/power_hover_icon.png);
}
.arp-box {
	display: inline-block;
	margin: 14px 0 0 24px;
}
.arp-box a {
	font-size: 12px;
	color: #00aaff;
}
.test-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: #ff6600;
	/* 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;
}
.test-check.active {
	background-image: url(img/arp_active2.png);
}
.power-box {
	min-height: 60px;
}