.container1 {
    display: flex;
    flex-direction: column;
    /* 设置为垂直方向 */
    height: 100vh;
    /* 让容器占满整个视口高度 */
    
    width: 100%;
    /* height: 100%; */
    
}
/* p{
    margin: 0px;
} */
 table,
 table tr,
 table td{
    vertical-align: middle;
    /* border: 1px solid #000; */
    /* 边框样式：1像素宽，实线，黑色 */
    /* background-color: rgb(255, 255, 255); */
 }
.top1{
    border: 1px solid #000;
}
#bottom{
    width: auto;
    margin: 0;
    padding-top: 10px;
}


.bottom01{
    width: auto;
    height: auto;
    background-color: rgb(228, 232, 231);
    border-radius: 10px;
    margin-bottom: 4px;
    margin-right: 8px;
    margin-left: 8px;
    padding: 10px;
}

/* 查询 */
#Experiencecategorytext,
#Eventoccurrencetext,
#CreationtimeStart,
#CreationtimeEnd,
#Createpersonneltext,
#Product1text{
    width: 70px;
    margin: 0px;
    padding: 0px;
}

/* 正文格式 */
#infoTable{
    margin-top: 5px;
    margin-left: 10px;
}
.button1{
    margin-top: 3px;
    margin-left: 3px;
}
