
body{
	width:100vw;
	height:120vh
	
}
.tableBox{
    width: 100%;
    height: calc(100vh - 146px);
    background-size:100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding:6% 10%;
}
.tableBox .bgBox{
    width: 100%;
    height: 100%;
    background-color: hsla(0, 0%, 100%, 0.6);
    border-radius: 6px;
    padding: 10px;
	padding-bottom:18px;
}
.tableBox .bgBox .title{
    width: 64px;
    height: 16px;
    border-left:4px solid #00A893;
    text-align: center;
    line-height: 16px;
    font-size: 12px;
    color: #00A893;
    font-weight: 550;
}
.tableBox .bgBox .top{
    font-size: 10px;
    line-height: 16px;
}
.tableBox .bgBox table{
    width: 100%;
    height: 90%;
    font-size: 12px;
    border: 1px white solid;
    text-align: center;
    border-collapse: collapse;  
}
table td {
    border: 1px white solid;
    opacity: 0.8;
}