body,
.wave-box {
	background-color: #fafafa;
}
.main-wrap {
	background: #ffffff;
}
/* banner */
.price-banner {
	background: url(img/price_banner.jpg?v=2) no-repeat center;
	width: 100%;
	height: 261px;
	padding-top: 117px;
}
.price-banner-text {
	font-size: 30px;
	color: #fff;
}
.price-banner-drop-outer {
	position: relative;
	border: 1px solid #bfc0c1;
	margin-top: 20px;
	padding-left: 15px;
	width: 177px;
	height: 38px;
	line-height: 38px;
	background: #e9ebec;
}
.drop-triangle {
	position: absolute;
	right: 13px;
	top: 50%;
	margin-top: -2px;
	border: 7px solid transparent;
	border-top-color: #666667;
	transition: transform 0.5s ease;
	transform-origin: center 3px;
}
.drop-trigger {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 16px;
}
.banner-drop {
	display: none;
	position: absolute;
	z-index: 99;
	border: 1px solid #d0d0d0;
	top: 36px;
	left: -1px;
	right: -1px;
	background: #ffffff;
	box-shadow: 0px 4px 12px 1px rgba(0, 0, 0, 0.1);
}
.price-banner-drop-outer:hover .banner-drop {
	display: block;
}
.price-banner-drop-outer:hover .drop-triangle {
	transform: rotate(180deg);
}
.banner-drop a:hover {
	background-color: #00aaff;
	color: #fff;
}
.banner-drop a {
	padding-left: 20px;
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
/* 版块block */
.main-wrap {
	margin-top: 22px;
}
/*目录模块*/
.price-index-wrapper {
	padding: 36px 33px 18px 33px;
	border-bottom: 1px solid #ececec;
}
.price-index-title {
	margin-bottom: 12px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	color: #333333;
}
.price-index-item {
	width: 125px;
	height: 32px;
	line-height: 32px;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
}
.color-blue {
	color: #00aaff;
}
/*数据中心模块*/
.data-center-tab-wrapper {
	padding: 30px 33px 30px 33px;
	border-bottom: 1px solid #ececec;
}
.data-center-tab-title {
	margin-right: 4px;
	height: 36px;
	line-height: 36px;
	color: #333333;
	font-size: 16px;
}
.price-main-title {
	height: 55px;
	padding: 0 33px;
	line-height: 55px;
	background: #ececec;
}
.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: #666666;
}
.main-title-link a:first-child {
	color: #00aaff;
}
.main-title-link span {
	display: inline-block;
	margin: 0 5px;
}
.price-block {
	background: #fff;
	padding: 0 33px 33px 33px;
	/*box-shadow: 1px 5px 10px rgba(205, 205, 205, 0.5);*/
}
.price-block.first {
	padding-top: 36px;
}
/* 分类选择 */
.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: 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 {
	position: relative;
	border-left: 3px solid #00aaff;
	height: 24px;
	margin-bottom: 22px;
	line-height: 24px;
	padding-left: 12px;
	color: #333;
	font-size: 16px;
}
.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-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: #fff;
	color: #666666;
	font-size: 14px;
	text-align: center;
	border: 1px solid #ddd;
	margin-right: -1px;
}
.tab-group .tab--current {
	background-color: #00aaff;
	color: #fff;
}
.tab-group a.tab--current {
	border-color: #00aaff;
}
/* table */
.price-table {
	margin-bottom: 10px;
	width: 100%;
	font-size: 12px;
	color: #333;
	border: 1px solid #eee;
}
.price-table th,
.price-table td {
	padding-left: 76px;
	text-align: left;
}
.price-table th {
	background-color: #f7f7f7;
	line-height: 32px;
	color: #333333;
	font-weight: bold;
	font-size: 12px;
}
.price-table tr:nth-child(even) {
	background-color: #f7f7f7;
}
.price-table td {
	line-height: 35px;
	border-top: 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%;
}
.table-collapsed.price-loading {
	display: none;
}
/* 提示语 */
.price-warn {
	margin-top: 28px;
	margin-bottom: 36px;
	padding: 36px 33px 33px;
	background: #fff;
}
.price-warn-title {
	padding-left: 26px;
	background: url(img/price_icon_warn.png) no-repeat left center;
	font-size: 12px;
	color: #666666;
}
.price-warn-text {
	padding: 10px 0 0 0;
	font-size: 12px;
	color: #999999;
	line-height: 2em;
}
/* 特殊table */
.price-table.special tr:nth-child(even) {
	background: none;
}
.price-table.special th {
	border: 1px solid #d3d3d3;
	border-left: none;
}
.price-table.special th:first-child {
	border-left: 1px solid #d3d3d3;
	padding-left: 0;
	text-align: center;
	color: #666;
}
.price-table.special td {
	border: 1px solid #ebebeb;
	border-top: none;
	border-left: none;
	color: #666;
}
.price-table.special {
	border: none;
}
.price-table.special td:first-child {
	border: 1px solid #d3d3d3;
	border-top: none;
	background: #f7f7f7;
	padding: 0;
	text-align: center;
}

/* 对象存储页面 */
.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;
}
#oss .price-table.special td,#oss .price-table.special th{
	border-color: #e4e4e4;
}
#oss .price-table td{
	padding:2px 20px;
}
#oss .price-table.special td:first-child{
	background-color: transparent;
}
#oss .price-table tr:nth-child(odd){
	background: #ffffff;
}
#oss .price-table tr:nth-child(even){
	background: #f7f7f7;
}