.main_body{
    width: 100%;
    height: calc(100vh - 90px);
    background: #F7F4FA;
  	overflow: hidden;

}
.antopen {
    height: calc(100vh - 90px);
    /* background: rgb(255, 255, 255); */
    /* margin: 1% 3% 0 3%; */
    padding: 22px;
}

 .search {
    box-sizing: border-box;
    width: auto;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-evenly;
    background: #fff;
    -webkit-box-shadow: 0 6px 20px 0 rgb(0 28 70 / 6%);
    box-shadow: 0 6px 20px 0 rgb(0 28 70 / 6%);
    padding: 125px 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin: 20px;
    flex-direction: column;
    align-content: center;
}
.layui-upload-drag{
    background-color: #fff;
    border: 1px dashed #d9d9d9;
    border-radius: 6px;
    box-sizing: border-box;
    width: 360px;
    height: 180px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: flex;
}
.text{
    font-size: 12px;
    color: #606266;
    margin-top: 7px;
    display: flex;
    flex-direction: column;
}