
.container{
  padding-top: 82px;

  .main {
    background-color: #fff;
    overflow-y: auto;
    height: calc(100vh - 82px);
    padding-bottom: 152px;

    .data-list{
      padding: 0 20px;
      .top .row{
        margin-top: 20px;
      }
    }
    .box-context{
      background-color: #fff;
    }
  }
  .bt20{
    border-top: 20px solid #F9F9F9;
  }
}
