/*行业管理*/
.mainBox{
  	
    .status-block {
        padding: 10px; /* 内边距 */
        border-radius: 5px; /* 圆角边框 */
        color: white; /* 字体颜色 */
        text-align: center; /* 文字居中 */
      }
      
      .success {
        background-color: green; /* 成功状态的背景颜色 */
      }
      
      .failure {
        background-color: red; /* 失败状态的背景颜色 */
      }
}