/*气动案例管理-案例列表*/
.mainBox{
 .steps-container{
    width: 96%;
    padding: 20px;
    margin:6px auto;
    display: flex;
    flex-direction: column;
    align-items: center; 
    .steps-title {
      margin-bottom: 16px; /* Add some space between the title and steps */
      text-align: center; /* Center the title text */
    }
 } 
 .form{
    margin: 0px;
 }
}