body,
.wave-box {
	background-color: #fff;
}
.main-wrap {
	margin-bottom: 80px;
}
/* banner */
.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: 204px;
	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;
}
/* 价格模块 */
.data-center-tab-title {
  margin-right: 4px;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 16px
}
.price-index-wrapper {
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ececec;
  background: #fff
}

.price-index-title {
  margin-bottom: 12px;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #333
}

.price-index-item {
  width: 125px;
  height: 32px;
  line-height: 32px;
  color: #666;
  font-size: 14px;
  cursor: pointer
}

.color-blue {
  color: #0088ff
}

.block-collapse-trigger {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: url(img/price_table_minus.png) no-repeat center;
  cursor: pointer
}

.block-collapse-trigger.plus {
  background-image: url(img/price_table_plus.png)
}
.price-main-title {
  height: 55px;
  padding: 0 20px;
  line-height: 55px;
  background: #ececec;
  margin: 20px 0;
}
.oss-price-way .title{
	color: #333333;
	font-size: 14px;
	margin: 32px 0 20px;
}
.oss-price-way .oss-1-icon{
	 display: inline-block;
	 width: 26px;
	 height: 27px;
	 background: url(img/oss_1_icon.png?v=2) no-repeat center;
	 vertical-align: middle;
	 margin: -4px 10px 0 0;
 }
.oss-price-way .oss-2-icon{
	display: inline-block;
	width: 28px;
	height: 26px;
	background: url(img/oss_2_icon.png?v=2) no-repeat center;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
.oss-price-way p{
	font-size: 12px;
	color: #666666;
	line-height: 24px;
}
.main-title-name {
  font-size: 18px;
  color: #333;
  font-weight: bold
}

.main-title-description {
  margin-left: 17px;
  font-size: 12px;
  color: #666
}
.main-title-link,.main-title-link a {
  font-size: 14px;
  color: #666
}

.main-title-link a:first-child {
  color: #0088ff
}

.main-title-link span {
  display: inline-block;
  margin: 0 5px
}

.price-block-title {
  position: relative;
	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;
}
