body,
.wave-box {
	background-color: #fafafa;
}
.main-wrap {
	margin-bottom: 80px;
}
/* banner */
.zuyong-banner {
	background: url(../Images/zuyong-banner.png) no-repeat center;
	width: 100%;
	height: 240px;
}
.idc-banner {
	background: url(../Images/idc-banner.png) no-repeat center;
	width: 100%;
	height: 240px;
}
/* 版块block */
.price-block {
	border: 1px solid #e6e6e6;
	background: #fff;
	padding: 19px;
	box-shadow: 1px 5px 10px rgba(205, 205, 205, 0.5);
	margin-bottom: 20px;
}
/* 分类选择 */
.price-select-outer {
	padding: 0;
	height: 60px;
	line-height: 60px;
	margin-top: 60px;
}
.price-select {
	border-right: 1px solid #eee;
	width: 270px;
	height: 100%;
	background-color: #fafafa;
	text-align: center;
}
.price-select a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	color: #333;
	font-size: 18px;
	background: url(../Images/price_icon_server.png) no-repeat 20px center;
}
.price-select a:after {
	display: none;
	content: "";
	position: absolute;
	border: 6px solid transparent;
	border-top-color: #808080;
	top: 50%;
	right: 20px;
}
.detail-link {
	font-size: 14px;
	color: #666;
	margin-right: 20px;
}
/* 价格模块 */
.price-block-title {
	border-left: 3px solid #009FD9;
	height: 24px;
	margin-bottom: 20px;
	line-height: 24px;
	padding-left: 12px;
	color: #333;
	font-size: 16px;
}
.price-block-subtitle {
	margin-bottom: 20px;
	color: #666;
	font-size: 14px;
}
/* tab按钮组 */
.tab-group {
	margin-bottom: 20px;
}
.tab-group a {
	float: left;
	width: 180px;
	height: 36px;
	line-height: 36px;
	background-color: #f7f7f7;
	color: #666666;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: -1px;
}
.tab-group .tab--current {
	background-color: #F7F7F7;
	color: #666666;
}
/* table */
.price-table {
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
	color: #333;
	border: 1px solid #eee;
	border-left: none;
}
.price-table th,
.price-table td {
	padding-left: 15px;
	text-align: left;
}
.price-table th {
	border-left: 1px solid #eee;
	background-color: #f7f7f7;
	line-height: 32px;
	color: #999999;
	font-weight: bold;
}
.price-table tr:nth-child(even) {
	background-color: #f7f7f7;
}
.price-table td {
	padding-left: 15px;
	line-height: 35px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #eee;
}
.price-table .style-stripe {
	background-color: #fafafa;
}
/* loading遮罩 */
.price-loading {
	position: relative;
	height: 145px;
	border: 1px solid #eee;
}
.price-loading:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	background: url(../Images/price_table_loading.gif) no-repeat center 60%;
}
/* 提示语 */
.price-warn {
	margin-top: 20px;
}
.price-warn-title {
	padding-left: 26px;
	background: url(../Images/price_icon_warn.png) no-repeat left center;
	font-size: 14px;
	color: #009fd9;
}
.price-warn-text {
	padding: 20px 0 0 26px;
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
}