.search-wrap {
  float: none;
  position: fixed;
  right: 0;
  top: 15px;
}
.search-data {
  padding-top: 30px;
}
#pc-dom table tbody tr td:nth-child(1){
  position: sticky!important;
  left: 0px;
  z-index: 1;
  background: #fff;
}
#pc-dom table tbody tr td:nth-child(2){
  position: sticky;
  left: 62px;
  z-index: 1;
  background: #fff;
}
#pc-dom table tbody tr:nth-child(1) td {
  background: #005bac;
}
.page {
  margin-top: 20px;
}