.data_center_box {
  width: 1200px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 16px 0 50px;
}
.top_navbar {
  margin-bottom: 16px;
}
.top_navbar .toast_tip {
  color: #999;
  font-size: 14px;
}
.top_navbar .toast_tip span {
  color: #027cdf;
}
.data_center_content {
  overflow: hidden;
}
.data_center_content .left_nav {
  width: 135px;
  border: 1px solid #e5f2fc;
  float: left;
}
.data_center_content .left_nav .tips {
  font-size: 16px;
  color: #ffffff;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-image: url("../../images/article/data_center/data_tip_back.png");
  background-size: cover;
}
.data_center_content .left_nav .tips img {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 2px;
  vertical-align: middle;
}
.data_center_content .left_nav .tips span {
  display: inline-block;
}
.data_center_content .left_nav .category_title {
  height: 44px;
  line-height: 44px;
  background-color: #f9fbff;
  color: #333333;
  font-size: 16px;
  padding-left: 9px;
  font-weight: bold;
}
.data_center_content .left_nav ul li {
  height: 44px;
  line-height: 44px;
  padding-left: 4px;
  position: relative;
}
.data_center_content .left_nav ul li a {
  color: #6e6e6e;
  font-size: 14px;
}
.data_center_content .left_nav ul li a:hover {
  color: #027cdf;
}
.data_center_content .left_nav ul li.active a {
  color: #027cdf;
  font-weight: bold;
}
.data_center_content .left_nav ul li.active:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  background-image: url("../../images/article/choose_list.png");
  right: 0;
  bottom: 11px;
}
.data_center_content .left_nav ul li.active:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: #027cdf;
  border-radius: 2px;
  left: 0;
  bottom: 0;
}
.data_center_content .right_content {
  width: 1047px;
  float: right;
}
.data_center_content .right_content .title_btn {
  height: 45px;
  border-bottom: 1px solid #eeeeee;
  box-sizing: border-box;
  padding-top: 8px;
}
.data_center_content .right_content .title_btn p {
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  padding-top: 8px;
  float: left;
}
.data_center_content .right_content .title_btn .subscript_btn,
.data_center_content .right_content .title_btn .subscript_btn_login {
  width: 174px;
  height: 32px;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  float: right;
  line-height: 32px;
  text-align: center;
  margin-right: 10px;
  cursor: pointer;
  display: block;
}
.data_center_content .right_content .title_btn .subscript_btn {
  background-color: #ff8d31;
}
.data_center_content .right_content .title_btn .subscript_btn_login {
  background-color: #027cdf;
}
.data_center_content .right_content .choose_content {
  width: 778px;
  float: left;
  clear: both;
}
.data_center_content .right_content .choose_content .left-wrap {
  width: 778px;
  padding-top: 16px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product {
  border: 0;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .main_type_box {
  padding-bottom: 6px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 16px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .main_type_box::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .main_type_box .main_type_item {
  width: 50%;
  font-size: 14px;
  text-align: center;
  color: #333333;
  position: relative;
  float: left;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .main_type_box .main_type_item.active {
  font-weight: 700;
  color: #027cdf;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .main_type_box .main_type_item.active::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -8px;
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  background: #027cdf;
  border-radius: 2px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box {
  padding: 0 16px;
  margin-bottom: 12px;
  border: 1px solid #eeeeee;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap {
  line-height: 40px;
  border-bottom: 1px dashed #eeeeee;
  background: #ffffff;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap:last-of-type {
  border-bottom: 0;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrKey {
  width: 42px;
  margin-right: 16px;
  padding-left: 0;
  color: #999999;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrValue {
  width: 510px;
  padding-left: 0;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrValue ul {
  margin-right: 0;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrValue ul li .myProductNameCheckbox {
  transform: translateY(1.5px);
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrValue ul li a {
  color: #6e6e6e;
  padding-right: 0;
  margin-right: 32px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrValue ul li.selected a {
  color: #027cdf;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt {
  position: absolute;
  right: 0;
  top: 0;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .moreNew {
  padding: 1px 7px;
  border: 1px solid #eeeeee;
  border-radius: 2px;
  font-size: 12px;
  color: #6e6e6e;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .searchBox input {
  width: 122px;
  padding: 4px 8px;
  outline: 0;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .searchBox input::-webkit-input-placeholder {
  color: #cccccc;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .searchBox input:-moz-placeholder {
  color: #cccccc;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .searchBox input::-moz-placeholder {
  color: #cccccc;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .searchBox input:-ms-input-placeholder {
  color: #cccccc;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrap .attrExt .searchBox .btn {
  background-image: none;
  background-color: #027cdf;
  width: 40px;
  height: 24px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected {
  padding-top: 10px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .title {
  padding-left: 0;
  float: left;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .ul_box {
  width: 670px;
  float: left;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .ul_box ul {
  float: left;
  border-radius: 2px;
  margin-left: 16px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .ul_box ul li.closeName {
  background-color: #e3e3e3;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .ul_box ul li:nth-child(2) {
  padding: 0 4px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .priceArea {
  float: left;
  padding-right: 0;
  margin-left: 16px;
  font-size: 12px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .priceArea span {
  bottom: 0;
  line-height: 24px;
  float: left;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .priceArea .gray {
  color: #6e6e6e;
  padding-left: 2px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .priceArea .blue {
  color: #027cdf;
  font-weight: bold;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .priceArea .red {
  color: #ff4242;
  font-weight: bold;
  font-size: 18px;
}
.data_center_content .right_content .choose_content .left-wrap .filter-product .filter-product-box .attr-wrapNew .search-selected .priceArea .login_red{
  color: #ff4242;
  margin-right: 20px;
  text-decoration: underline;
  cursor: pointer;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul {
  border: 0;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul .font-red {
  color: #ff4242;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul .font-green {
  color: #22a504;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title {
  border: 0;
  background: #e5f2fc;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title .col {
  height: 50px;
  line-height: 50px;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title .col .mySelection_box {
  top: 60px;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title .col .mySelection_box li {
  line-height: 27px;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title .col1 {
  width: 14%;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title .col7 {
  width: 13%;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.title .col5 .col {
  padding-top: 5px;
  line-height: 17px;
  display: flex;
  align-items: center;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.item {
  margin-top: 0;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.item:nth-of-type(even) {
  background: #f9fbff;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.item .col1 {
  width: 14%;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap ul li.item .col7 {
  width: 13%;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap .openPriceCorrectionImg {
  width: 20px;
  height: 20px;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap .appendPages-tips {
  padding-left: 5px;
  color: #6e6e6e;
  line-height: 64px;
}
.data_center_content .right_content .choose_content .left-wrap .table-wrap .appendPages-tips span {
  color: #ff4242;
}
.data_center_content .right_content .choose_content .left-wrap .quote_box {
  position: relative;
  width: 778px;
  height: 120px;
  background-image: url("../../images/article/data_center/quote_bg.png");
  background-size: 100% 100%;
}
.data_center_content .right_content .choose_content .left-wrap .quote_box .quote_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 32px;
  display: block;
  background: #fac476;
  border-radius: 4px;
  font-size: 16px;
  color: #9f3000;
  text-align: center;
  line-height: 32px;
}
.data_center_content .right_content .choose_content .left-wrap .inquiry_box {
  position: relative;
  width: 778px;
  height: 104px;
  background-image: url("../../images/article/data_center/inquiry_bg2.png");
  background-size: 100% 100%;
  margin-top: 20px;
}
.data_center_content .right_content .choose_content .left-wrap .inquiry_box .inquiry_btn {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 120px;
  height: 32px;
  display: block;
  background: #FAC476;
  border-radius: 4px;
  font-size: 16px;
  color: #9F3000;
  text-align: center;
  line-height: 32px;
}
.data_center_content .right_content .ad_goods_box {
  width: 254px;
  float: right;
}
.data_center_content .right_content .ad_goods_box .ad_source_title {
  height: 43px;
  line-height: 48px;
  border-bottom: 1px solid #e9e9e9;
}
.data_center_content .right_content .ad_goods_box .ad_source_title .data_title {
  color: #333333;
  font-size: 16px;
  font-weight: bold;
  padding-left: 15px;
  position: relative;
  float: left;
}
.data_center_content .right_content .ad_goods_box .ad_source_title .data_title:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 18px;
  background-color: #027cdf;
  left: 0;
  top: 15px;
}
.data_center_content .right_content .ad_goods_box .ad_source_title .data_more {
  float: right;
  font-size: 12px;
  color: #999999;
}
.data_center_content .right_content .ad_goods_box .ad_source_title .data_more:hover {
  color: #027cdf;
}
.data_center_content .right_content .ad_goods_box .ad_img_list li img {
  width: 254px;
  height: 120px;
  background-color: #f5f5f5;
  margin-top: 8px;
}
.data_center_content .right_content .ad_goods_box .ad_list:nth-last-child(1) {
  border-bottom: none;
}
.data_center_content .right_content .ad_goods_box .ad_list {
  padding: 14px 0;
  border-bottom: 1px solid #eeeeee;
}
.data_center_content .right_content .ad_goods_box .ad_list:hover {
  background-color: #e5f2fc;
}
.data_center_content .right_content .ad_goods_box .ad_list .ad_t {
  overflow: hidden;
  margin-bottom: 10px;
}
.data_center_content .right_content .ad_goods_box .ad_list .ad_t .goods_title {
  float: left;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
  line-height: 16px;
}
.data_center_content .right_content .ad_goods_box .ad_list .ad_t .time_and_service {
  float: right;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
}
.data_center_content .right_content .ad_goods_box .ad_list .ad_t .time_and_service span {
  padding-right: 4px;
}
.data_center_content .right_content .ad_goods_box .ad_list .ad_t .time_and_service img {
  margin-left: 4px;
}
.data_center_content .right_content .ad_goods_box .ad_list .goods_num {
  font-size: 12px;
  line-height: 1;
  color: #999999;
  width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.data_center_content .right_content .ad_goods_box .article_list_box {
  margin-top: 15px;
}
.data_center_content .right_content .ad_goods_box .article_list_box ul li.data_article_list {
  width: 254px;
  padding-left: 15px;
  box-sizing: border-box;
  letter-spacing: 0;
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;  /*要显示的行数*/
	-webkit-box-orient: vertical;
	font-size:12px;
	position: relative;
	margin-bottom: 10px;
}
.data_center_content .right_content .ad_goods_box .article_list_box ul li.data_article_list a {
  font-size: 14px;
  color: #6e6e6e;
}
.data_center_content .right_content .ad_goods_box .article_list_box ul li.data_article_list:hover a {
  color: #027cdf;
}
.data_center_content .right_content .ad_goods_box .article_list_box ul li.data_article_list:hover::before {
  background-color: #027cdf;
}
.data_center_content .right_content .ad_goods_box .article_list_box ul li.data_article_list:before {
  content: '';
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  border-radius: 50%;
  left: 0;
  top: 9px;
  position: absolute;
}
div.content {
  background-color: #ffffff;
}
.datacenterPage {
  padding: 16px 0 76px 0;
  position: relative;
}
.datacenterPage .time_box {
  margin-right: 8px;
  line-height: 24px;
  font-size: 12px;
  color: #6e6e6e;
  margin-bottom: 16px;
}
.datacenterPage .time_box ul.time_list {
  display: inline-block;
}
.datacenterPage .time_box ul.time_list li {
  display: inline-block;
  margin-right: 8px;
}
.datacenterPage .time_box ul.time_list li a {
  display: inline-block;
  width: 54px;
  height: 24px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 2px;
}
.datacenterPage .time_box ul.time_list li.active a {
  background: #027cdf;
  color: #ffffff;
  border: 1px solid #027cdf;
}
.datacenterPage .type_box {
  margin-bottom: 10px;
}
.datacenterPage .type_box ul.type_list {
  /* display: inline-block; */
  /* padding-right: 70px; */
  /* border-bottom: 2px solid #eeeeee; */
}
.datacenterPage .type_box ul.type_list li {
  display: inline-block;
  padding: 0 12px 6px;
  position: relative;
}
.datacenterPage .type_box ul.type_list li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 5px;
  height: 12px;
  width: 1px;
  background: #eeeeee;
}
.datacenterPage .type_box ul.type_list li:last-of-type::after {
  display: none;
}
.datacenterPage .type_box ul.type_list li a {
  font-size: 14px;
  color: #333333;
}
.datacenterPage .type_box ul.type_list li a:hover {
  color: #027cdf;
}
.datacenterPage .type_box ul.type_list li.active::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -3px;
  transform: translateX(-50%);
  width: 24px;
  height: 4px;
  background: #027cdf;
  border-radius: 2px;
}
.datacenterPage .type_box ul.type_list li.active a {
  color: #027cdf;
}
.datacenterPage .echarts_box {
  width: 778px;
  height: 298px;
  background: #f5f5f5;
  margin-bottom: 8px;
}
.datacenterPage .table_box {
  width: 100%;
  font-size: 0;
  margin-bottom: 27px;
}
.datacenterPage .table_box .table_head {
  width: 100%;
  background: #e5f2fc;
  font-weight: 700;
  text-align: center;
  color: #333333;
}
.datacenterPage .table_box .table_head.flex {
  display: flex;
}
.datacenterPage .table_box .table_head.flex .head_item_nor {
  flex: 1;
}
.datacenterPage .table_box .table_head .head_item_nor {
  width: 33%;
  height: 44px;
  font-size: 14px;
  line-height: 44px;
  display: inline-block;
  box-sizing: border-box;
  border-right: 1px solid #d1e8fa;
}
.datacenterPage .table_box .table_head .head_item_nor.head_item_m {
  width: 20%;
}
.datacenterPage .table_box .table_head .head_item_nor.head_item_w {
  width: 33.33%;
}
.datacenterPage .table_box .table_head .head_item_nor:last-of-type {
  border-right: 0;
}
.datacenterPage .table_box .table_head .head_item_time_sn {
  width: 148px;
  height: 88px;
  font-size: 14px;
  line-height: 88px;
  box-sizing: border-box;
  border-right: 1px solid #d1e8fa;
  float: left;
}
.datacenterPage .table_box .table_head .head_city_sn {
  width: 630px;
  display: inline-block;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item {
  width: 223px;
  height: 88px;
  font-size: 14px;
  line-height: 44px;
  box-sizing: border-box;
  border-right: 1px solid #d1e8fa;
  float: left;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item.head_city_sn_item_lc {
  width: 184px;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item:last-of-type {
  border-right: 0;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item .head_city_sn_item_top {
  height: 44px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1e8fa;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item .head_city_sn_item_bottom {
  height: 44px;
  line-height: initial;
  box-sizing: border-box;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item .head_city_sn_item_bottom .head_city_sn_item_bottom_l {
  width: 50%;
  float: left;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item .head_city_sn_item_bottom .lh {
  line-height: 1.8;
}
.datacenterPage .table_box .table_head .head_city_sn .head_city_sn_item .head_city_sn_item_bottom .fonts12 {
  font-size: 12px;
}
.datacenterPage .table_box .table_head .head_item_time_s {
  width: 17%;
  height: 88px;
  font-size: 14px;
  line-height: 88px;
  box-sizing: border-box;
  border-right: 1px solid #d1e8fa;
  float: left;
}
.datacenterPage .table_box .table_head .head_city {
  display: inline-block;
  width: 83%;
  font-size: 14px;
}
.datacenterPage .table_box .table_head .head_city .head_city_top {
  width: 100%;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1e8fa;
}
.datacenterPage .table_box .table_head .head_city .head_city_bottom {
  width: 100%;
  height: 44px;
  line-height: 44px;
  box-sizing: border-box;
  display: flex;
}
.datacenterPage .table_box .table_head .head_city .head_city_bottom .city_item {
  flex: 1;
  height: 44px;
  box-sizing: border-box;
  border-right: 1px solid #d1e8fa;
}
.datacenterPage .table_box .table_head .head_city .head_city_bottom .city_item:last-of-type {
  border-right: 0;
}
.datacenterPage .table_box .table_body {
  width: 100%;
  font-size: 14px;
}
.datacenterPage .table_box .table_body .table_item {
  width: 100%;
  background: #ffffff;
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #333333;
}
.datacenterPage .table_box .table_body .table_item:nth-child(even) {
  background: #f9fbff;
}
.datacenterPage .table_box .table_body .table_item.flex {
  display: flex;
}
.datacenterPage .table_box .table_body .table_item.flex .item_val_nor {
  flex: 1;
}
.datacenterPage .table_box .table_body .table_item .item_val_nor {
  width: 33%;
}
.datacenterPage .table_box .table_body .table_item .item_val_m {
  width: 20%;
}
.datacenterPage .table_box .table_body .table_item .item_val_w {
  line-height: initial;
  width: 33.33%;
}
.datacenterPage .table_box .table_body .table_item.table_sn {
  display: flex;
}
.datacenterPage .table_box .table_body .table_item.table_sn .item_time_sn {
  width: 19%;
}
.datacenterPage .table_box .table_body .table_item.table_sn .item_val_sn_l {
  width: 184px;
}
.datacenterPage .table_box .table_body .table_item.table_sn .item_val_sn_s {
  width: 111.5px;
}
.datacenterPage .table_box .table_body .table_item.table_sn .item_val_sn_s img {
  padding-top: 13px;
}
.datacenterPage .table_box .table_body .table_item.table_s {
  display: flex;
}
.datacenterPage .table_box .table_body .table_item.table_s .item_time_s {
  width: 17%;
}
.datacenterPage .table_box .table_body .table_item.table_s .item_city {
  flex: 1;
}
.datacenterPage .table_box .table_body .table_item .red {
  color: #ff4242;
}
.datacenterPage .table_box .table_body .table_item .green {
  color: #22a504;
}
.datacenterPage .table_box .table_body .table_item img {
  width: 16px;
  height: 16px;
  padding-top: 1px;
}
.datacenterPage .table_bottom {
  overflow: hidden;
}
.datacenterPage .table_bottom .table_tips {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 40px;
  float: left;
}
.datacenterPage .table_bottom .table_pager {
  float: right;
  color: red;
}
.datacenterPage .overhide {
  height: 750px;
  overflow: hidden;
}
.datacenterPage .notAllowMask {
  position: absolute;
  height: 280px;
  width: 100%;
  z-index: 99;
  top: 42px;
  background-color: rgba(0,0,0,.6);
  padding-top: 86px;
  box-sizing: border-box;
  display: none;
}
.datacenterPage .notAllowMask.hasType {
  top: 58px;
}
.datacenterPage .notAllowMask.show {
  display: block;
}
.datacenterPage .notAllowMask .not_allow_tips {
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding-bottom: 8px;
}
.datacenterPage .notAllowMask .not_allow_tips .blue {
  color: #027cdf;
  padding: 0 2px;
}
.datacenterPage .notAllowMask .not_allow_tips .vip {
  color: #9f3000;
}
.datacenterPage .notAllowMask .not_allow_btn {
  display: block;
  margin: 12px auto 0;
  width: 120px;
  height: 36px;
  background: #027cdf;
  border-radius: 4px;
  color: #ffffff;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
}
.datacenterPage .notAllowMask .not_allow_btn.vip {
  color: #9f3000;
  background: #fac476;
}
