.ids__analysis-report_wrapper {
  display: flex;
  flex-direction: row;
  width: 100%;
  position: relative;
  justify-content: center;
}
.ids__report_wrapper{
    width:calc(100% - 200px - 10px);
    margin:0 auto;
}
#ids__report_container {
  width: 90%;
  margin: 20px auto;
  padding: 15px;
}
#ids__report_indicator {
  position: fixed;
  top: 25px;
  right: 30px;
  width: 200px;
  background-color: #fff;
  cursor: pointer;
}





  .ids__analysis-report_wrapper{
    font-family:   Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif
  }
  .ids__analysis-report_wrapper h2{
    font-weight: 700;
    font-size:18px;
    margin:20px 0;
  }



  
  
  
  
  .ids__report_placeholder{
      width:260px;
  }
  
  
  
  .ids__report_indicator_item {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left:30px;
    position:relative;
    font-size:14px;
    color:#000000d9;
  }

  .ids__report_indicator_item::before{
    position:absolute;
    content:'';
    height:30px;
    width:1px;
    background-color: rgba(0,0,0,.06);
    left:15px;
    z-index:98;
  }
  
  .ids__report_cur_selected {
    color: #0086f6;
  }
  .ids__report_cur_selected:before{
    background-color:#0086f6 !important;
  }
  .ids__report_cur_selected:after{
    border:2px solid #0086f6;
  }
  .ids__report_indicator_item:first-child:before{
    position:absolute;
    content:'';
    height:26px;
    width:1px;
    background-color: rgba(0,0,0,.06);
    left:15px;
    top:6px;
    z-index:98;
  }
  
  .ids__report_indicator_item:last-child::before{
    position:absolute;
    content:'';
    height:26px;
    width:1px;
    background-color: rgba(0,0,0,.06);
    left:15px;
    top:0;
    z-index:98;
  }
  
  
  .ids__analysis-report_title{

  }
  
  .ids__analysis-report_title,
  .ids__analysis-report_desc {
    display: block;
    font-size: 14px;
    /* line-height: 20px;
    height: 20px; */
    margin:10px;
  }
  .ids__report__table_wrapper{
    width:100%;
    overflow: auto;
    margin-top:30px;
  }
  .ids__analysis-report_wrapper table {
    min-width: 90%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
  }
  .ids__analysis-report_wrapper table tr{
    display: inline-flex;
    width:100%;
  }
  .ids__analysis-report_wrapper table thead {
    border-bottom: 1px solid black;
    vertical-align: bottom;
    font-weight: bolder;
  }
  .ids__analysis-report_wrapper table thead tr th {
    text-align: left;
    display: inline-block;
  }
  .ids__analysis-report_wrapper table tbody tr td {
    text-align: left;
    display: inline-block;
  }
  .ids__analysis-report_wrapper table tbody tr {
    width:100%;
  
    min-height: 30px;
    vertical-align: middle;
    text-align: left;
    align-items: center;
  }
  .ids__analysis-report_wrapper table tbody tr:hover {
    background-color: #afd9ee !important;
  }
  .ids__analysis-report_wrapper table tbody tr:nth-child(2n + 1) {
    background-color: #f5f5f5;
  }
  .ids_analysis-report_view {
    font-size: 15px;
    margin: 4px 0;
  }

  .ids__report__block{
    display:block;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

  }
  .ids__report-block h1{
    font-weight: 700;
    font-size: 20px;
  }
  .ids__report__block_left{
    text-align: left;
  }
  .ids__analysis-report_wrapper h3{
    font-size: 16px;
    font-weight: 700;
  }
  .ids__report_list_item{
    font-size:15px;
  }