.radioBox {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 20px;
  .radioTitle {
    width: 100px;
  }
  .radioContent {
    width: 760px;
    .radio {
      margin-bottom: 10px;
    }
  }
}