/*首页*/
.mainBox {
    background: rgb(250, 252, 253);
  .chartBox {
    position: relative;
    padding: 0px 10px 10px 10px;
  }
  .tableChartBox {
    width: 100%;
    box-shadow: 0px 2px 16px 0px rgba(72, 80, 88, 0.04);
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 8px;
    position: relative;
    .topChartBox {
      display: flex;
      justify-content: space-between;
      box-sizing: border-box;
      flex-wrap: wrap;
      padding-left: 15px;
      padding-top: 15px;
      .chartTitleBox {
        flex-shrink: 0;
        font-size: 1.2vw;
        color: #000;
        font-weight: bold;
      }
      .searchMainBox {
        display: flex;
        align-items: center;
        justify-content: flex;
        margin-right: 10px;
        .searchItemBox {
          margin-left: 1vw;
          width: auto;
          &.radioSearch {
            width: auto;
          }
        }
        .dateSearch {
          width: 230px;
        }
      }
    }
    #clientLoginChart {
      width: 100%;
      height: 300px;
      box-sizing: border-box;
      padding: 25px 15px 15px 15px;
    }
  }
  .downloadLogBox {
    width: 100%;
    box-shadow: 0px 2px 16px 0px rgba(72, 80, 88, 0.04);
    border: 1px solid #efefef;
    background: #fff;
    border-radius: 8px;
    position: relative;
    padding-left: 15px;
    padding-top: 15px;
    .chartTitleBox {
      flex-shrink: 0;
      font-size: 1.2vw;
      color: #000;
      font-weight: bold;
      margin-bottom: 20px;
    }
  }
  .operationBtnGroup {
    position: absolute;
    right: 14px;
    top: 16px;
    display: flex;
    align-items: center;
    .operationBtn {
      margin-left: 10px;
    }
  }
  .count-title {
    color: #2d1010;
    font-size: 0.8vw;
    font-weight: bold;
  }
  .list-item {
    text-align: center;
    // padding: 2vw;
  }
  .notice-item {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 50%;
    background-color: #ccc;
    text-align: center;
    line-height: 3.2vw;
    margin: auto;
  }
  .ation-item {
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 20%;
    background-color: #39b2c5;
    text-align: center;
    line-height: 2.5vw;
    margin: auto;
    .ation-icon {
      width: 2.3vw;
      height: 2.3vw;
      font-size: 1.3vw;
      text-align: center;
      margin: auto;
      padding-top: 0.85vw;
      color: #fff;
    }
  }
  .ec-box {
    padding: 1vw;
    text-align: center;
    width: 100%;
    .ec {
    //    background-color: rgb(254, 254, 254);
      width: 20vw;
      height: 20vw;
      max-width:20vw;
      max-height: 20vw;
      margin: auto;
      text-align: center;
    }
  }
  .count-button {
    background-color: #fff;
    border-color: #37aec1;
    color: #999;
    margin-left: 1vw;
    margin-top: 1vw;
  }
  .active {
    background-color: #37aec1;
    border-color: #37aec1;
    color: #fff;
  }
  .count-box {
    
    margin: 1vw;
    width: 98%;  
    background-color: #fff;
    padding: 1VW;
    border-radius: 0.7vw;
  }
  .count-btns{
    height: 4vw;
  }
.count-title-row{
    margin-bottom: 1vw;
}
}
