.common_back{
   padding: 25px 16px;
}
.common_block{
   box-shadow: 0 5px 35px 0 rgb(0 0 0 / 10%);
   padding: 30px 48px;
}
.common_block .to_scroll{
   overflow-x: auto;
}
.common_block h1{
  font-size: 45px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.common_block table{
  width:100%;
  text-align:left;
  font-size: 14px;
  min-width: 1322px;
}
.common_block tr{
  
}
.common_block tr.common{
  border-bottom: 1px solid #ddd;
}
.common_block th{
  font-weight: 600;
  padding: 6px 10px;
}
.common_block td{
  padding: 6px 10px;
}
.common_block td.title{
  font-weight: 500;
  
}
.common_block td[rowspan]{
  border-bottom: 1px solid #ddd;
}
.back_button{
      position: relative;
    width: 250px;
    height: 40px;
    border-radius: 5px;
    background: #2997ff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 20px auto 70px auto;
    text-shadow: none;
    color: white;
}
@media(max-width:800px){
  .common_back{
    padding: 0;
  }
  .common_block{
    padding: 20px 10px;
  }
  .common_block h1{
    font-size: 30px;
    margin-bottom: 10px;
  }
  
}
.common_block td.hover-class{
background:rgba(0,0,0,0.03);
}
.common_block th.hover-class{
background:rgba(0,0,0,0.03);
}