
.main{float: left;
    width: 100%;
    box-sizing: border-box;
    min-height: calc(100% - 120px);
    height: calc(100% - 45px);
    
}
.main_section{    float: left;
    width: 100%;
    box-sizing: border-box;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;}
.sele_colum{float: left;width: 100%;height: 30px;box-sizing: border-box;border-bottom: 1px solid #ececec}
.sele_colum span{float: left;width: 150px;height: 100%;box-sizing: border-box;line-height: 30px;color:#009688;
    font-weight: bold;text-align: center;border-radius: 10px 10px 0px 0px;cursor: pointer}
.sele_colum .active{background-color:#009688;color: #ffffff!important;}

.con_colum{float: left;width: 100%;box-sizing: border-box;}
table th{height: 30px!important;box-sizing: border-box}
table td{height: 30px!important;box-sizing: border-box}
table th{text-align: center!important;}
table td div{text-align: center!important;}
table td button{border: 0px;cursor: pointer;color: #009688;background-color: transparent;font-size: 14px;}
.layui-table-view{border: 0px!important;display: inline-block!important;}