.tr-item .td-f{
  max-width: 920px;
}
@media screen and (max-width: 768px) {
  .dzd-table{
    width: 13rem;
  }
  .tr-box .td-box.flex-1{
    max-width: 13rem;
  }
  .dzd-table .thead{
    height: 1.1rem;
  }
  .dzd-table .tr .td .text,.td-tit{
    max-width: 4rem;
  }
  .td-btn{
    width: 1.65rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.3rem;
  }
  .bszt-mid select{
    margin-right: 0;
  }
  .bszt-mid label{
    min-width: 1.4rem;
    width: auto;
  }
  .tr-item .td-f {
    max-width: 9rem;
  }
}