@font-face {
  font-family: "DS-DIGIT";
  src: url(../font/DS-DIGIT.TTF);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
}
body{
  /*background: #f3f7ff;*/
  margin:0;
  padding: 0px;
}
h2.title{
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fff;
  margin-bottom: 12px;
}
.box{
  background: #fff;
  border: 1px solid #f5f5f5;
  padding: 20px 0px 0px;
  width: -webkit-calc(50% - 6px) !important;
  width: -moz-calc(50% - 6px) !important;
  width: calc(50% - 6px) !important;
  height: 340px;
  float: left;
  margin-bottom: 12px;
}
.box_100{
  width: 100% !important;
}
.box_70{
  width: -webkit-calc(70% - 6px) !important;
  width: -moz-calc(70% - 6px) !important;
  width: calc(70% - 6px) !important;
}
.box_60{
  width: -webkit-calc(60% - 6px) !important;
  width: -moz-calc(60% - 6px) !important;
  width: calc(60% - 6px) !important;
}
.box_50{
  width: -webkit-calc(50% - 6px) !important;
  width: -moz-calc(50% - 6px) !important;
  width: calc(50% - 6px) !important;
}
.box_40{
  width: -webkit-calc(40% - 6px) !important;
  width: -moz-calc(40% - 6px) !important;
  width: calc(40% - 6px) !important;
}
.box_30{
  width: -webkit-calc(30% - 6px) !important;
  width: -moz-calc(30% - 6px) !important;
  width: calc(30% - 6px) !important;
}
.box_25{
  width: -webkit-calc(25% - 9px) !important;
  width: -moz-calc(25% - 9px) !important;
  width: calc(25% - 9px) !important;
}
.box_20{
  width: -webkit-calc(20% - 12px) !important;
  width: -moz-calc(20% - 12px) !important;
  width: calc(20% - 12px) !important;
}
.box .title{
  padding: 0px 15px;
  color: #17253f;
  font-size: 20px;
  line-height: 20px;
  font-weight: 500;
  margin-bottom: 10px !important;
}

ul.members_data{
  margin-top: 40px;
  padding:0px 15px;
}
ul.members_data li{
  width: 50%;
  float: left;
  text-align: center;
  height: 80px;
}
ul.members_data li p{
  color: #777;
  margin-bottom: 0px !important;
}
ul.members_data li p:last-child{
  color: #2884ff;
  font-size: 22px;
  margin-top: 6px;
  font-weight: 600;
}
ul.green li p:last-child{
  color: #40ceab;
}

/*****************table******************/
.table_box{
  padding: 0px 15px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
  text-align: center;
}
thead {
  display: table-header-group;
  vertical-align: middle;
  border-color: none;
}
.tab {
  width: 100%;
  color: #69696b;
  min-width: 400px;
  font-size: 14px;
}
.tab th {
  font-weight: bold;
  text-align: center;
  border: 1px solid #eaf0fa;
  color: #666;
  font-size: 14px;
  /*background: #3f92fb;*/
}
.tab tr {
  height: 30px;
  line-height: 30px;
  /*border: 1px solid #ddd;*/
}
.tab td {
  text-overflow: ellipsis;
  background: #fff;
}
.tab tr:nth-child(2n+1) td{
  background: #f4f8ff;
}
.tab td a{
  cursor: pointer;  
  color: #3979c5;
  font-weight: bold;
}
.tab tr th select{
  border: none;
  background: none;
  color: #48cdab;
  font-size: 14px;
  font-weight: 500;
  -webkit-appearance: none;
  height: 28px;
  border-bottom: 1px solid #48cdab;
  margin:0px 10px;
  font-weight: bold;
}

/*表格存储条开始*/
.memory_td{
  max-width: 120px !important;
  padding: 0px 20px !important;
}
.memory_box{
  width: 100%;
  height: 12px;
  line-height: 12px;
  min-width: 200px;
  border-radius: 2px;
  overflow:hidden;
  position: relative;
}
.memory_box span{
  display: inline-block;
  float: left;
  height: 12px;
  background: #48cdab;
  border-radius: 2px;
}

/*表格存储条结束*/
p.table_box_title{
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px !important;
}

/*图形化显示进度条开始*/
.progress_bar_table{
  padding: 0px;
}
.progress_bar_table .tab tr {
  height: 34px;
  line-height: 34px;
}
/*图形化显示进度条结束*/

.dashboard_box ul li{
  width: -webkit-calc(33.33% - 20px) !important;
  width: -moz-calc(33.33% - 20px) !important;
  width: calc(33.33% - 20px) !important;
  float: left;
}
.dashboard_box ul li p.name{
  text-align: center;
  color: #999;
}
.dashboard_box ul li p.tip{
  text-align: center;
  color: #48cdab;
  font-size: 12px;
  margin-top: 15px;
}
.dashboard_memory{
  width: 66%;
  height: 10px;
  line-height: 24px;
  min-width: 200px;
  border-radius: 5px;
  overflow:hidden;
  position: relative;
  background: #e6ebf8;
  margin:20px auto 0;
}
.dashboard_memory span{
  display: inline-block;
  float: left;
  height: 10px;
  background: #48cdab;
  border-radius: 5px;
  position: relative;
}
@media(max-width: 1200px) {

}

@media(max-width: 768px) {

}

@media(max-width: 767px) {
  .box_100, .box_70, .box_60, .box_50, .box_40, .box_30, .box_25, .box_20{
    width: 100% !important;
    margin-right: 0px !important;
  }
  .dashboard_box ul li{
    width: 100% !important;
  }
  .table_box{
    height: 300px;
    overflow-y:auto;
  }
  ::-webkit-scrollbar{
    display: none;
  }
  .table_box table{
    min-width: 600px;
  }
  .table_box_A4{
    height: 100%;
  }
  .table_box_A4 table{
    min-width: 900px;
  }
}



