.main_body {
    width: 100%;
    height: calc(100vh - 90px);
    background: #F7F4FA;
    overflow: hidden;
}

.antopen {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding:22px;
}

.search{
    height: 80px;
    width: 100%;
    background: #ffffff;
    border-radius: 10px 10px 0 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.search>.left{
    width: 80%;
    height: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: center;
}
.search>.left .text{
    margin-left: 30px;
    font-size: 12px;
}
.search>.left .img{
    padding-left: 15px;
}
.but{
    display: flex;
    align-items: center;
    float: left;
    margin-left: 10%;
    float: right;
}
.cutablebox{
    width: 100%;
    height: calc(100vh - 90px - 100px);
    background: rgb(255, 255, 255);
}
.flex{
    display: flex;
}
.btn{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #FFF;
    background-color: #409EFF;
    border: none;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.btnw {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: black;
    background-color: #fff;
    border: none;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 20px;
    border: 1px solid #DCDFE6;
}
/* td :nth-child(1){
    
} */
.imagee{
    width: 46px;
    height: 46px;
    margin-left: 20px;
    margin-right: 10px;
}
.test{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
}
.btnsmallb2{
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    border: 1px solid #DCDFE6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: .1s;
    transition: .1s;
    font-weight: 500;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 4px;
}
.editcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #f5f5f5;
}
