body,
.wave-box {
	background-color: #fff;
}
.main-wrap {
	margin-bottom: 80px;
}
/* banner */
.header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
}
.header {
	background-color: transparent;
}
.price-banner {
	box-sizing: border-box;
	background: url(img/price_banner.jpg) no-repeat center;
	width: 100%;
	height: 500px;
	padding-top: 123px;
	color: #fff;
}
.banner-title {
	margin-bottom: 20px;
	height: 32px;
	line-height: 32px;
	font-size: 44px;
	font-weight: normal;
}
.banner-sub-title {
	margin-top: 60px;
	font-size: 18px;
}
/* 版块block */
.price-block {
	background: #fff;
	margin-bottom: 50px;
	border-top: 1px solid #e6e6e6;
	padding-top: 40px;
}
.price-block-first {
	border-top: none;
	padding-top: 0;
}

/* 分类选择 */
.price-select-outer {
	padding: 0;
	height: 60px;
	line-height: 60px;
	margin-top: 60px;
	border: 1px solid #e6e6e6;
}
.price-select {
	border-right: 1px solid #eee;
	width: 270px;
	height: 100%;
	text-align: center;
}
.price-select a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	color: #333;
	font-size: 24px;
	background: url(img/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: 5px solid #0088ff;
	height: 24px;
	margin-bottom: 20px;
	line-height: 24px;
	padding-left: 12px;
	color: #333;
	font-size: 18px;
}
.price-block-subtitle {
	margin-bottom: 20px;
	color: #999;
	font-size: 14px;
}
/* tab按钮组 */
.tab-group {
	margin-bottom: 20px;
}
.tab-group a {
	float: left;
	width: 180px;
	height: 36px;
	line-height: 36px;
	background-color: #f5f6f7;
	color: #666666;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: -1px;
}
.oem-server-price .tab-group a {
	width: 140px;
}
.tab-group .tab--current {
	background-color: #0088ff;
	color: #fff;
}
/* table */
.price-table {
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
	color: #666;
	border: 1px solid #e6e6e6;
	border-left: none;
}
.price-table th,
.price-table td {
	padding-left: 15px;
	text-align: left;
}
.price-table th {
	border-left: 1px solid #e6e6e6;
	background-color: #f5f6f7;
	line-height: 32px;
	color: #666;
	font-weight: bold;
}
.price-table tr:nth-child(even) {
	background-color: #f5f6f7;
}
.price-table td {
	padding-left: 15px;
	line-height: 35px;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.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(img/price_table_loading.gif) no-repeat center 60%;
}
/* 提示语 */
.price-warn {
	margin-top: 20px;
}
.price-warn-title {
	padding-left: 26px;
	background: url(img/price_icon_warn.png) no-repeat left center;
	font-size: 14px;
	color: #0088ff;
}
.price-warn-text {
	padding: 20px 0 0 26px;
	font-size: 12px;
	color: #666;
	line-height: 1.8em;
}