.main {
    padding: 80px 0;
}

.main .layout {}

.main .layout h1 {
    margin-bottom: 20px;
    font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
    font-size: 33px;
    text-align: center;
    color: #000000;
}

.main .layout table {
    width: 100%;
}

.main .layout table tr {
    position: relative;
}

.main .layout table th,
.main .layout table td {
    width: 33%;
    border: 1px solid #000000;
    height: 50px;
    padding: 12px;
    font-family: STSongti-SC, STSongti-SC;
    font-size: 22px;
    color: #000000;
    text-align: center;
}

.main .layout table td p {
    font-family: STSongti-SC, STSongti-SC;
    font-size: 22px;
    color: #000000;
}

.main .layout table tr.seal {
    height: 185px;
}

.main .layout table tr.seal td p {
    position: absolute;
    top: 50%;
    right: 175px;
    transform: translate(0%, -50%);
}

.main .layout table tr.classHourRecord td {
    padding: 0;
    /* display: flex; */
    /* width: 100%; */
    /* border: 0; */
}

.main .layout table tr.classHourRecord p {
    float: left;
    padding: 12px;
    height: 100%;
    border-right: 1px solid #000000;
    width: calc(100% / 7);
}

.main .layout table tr.classHourRecord p:nth-last-child(1){
    border-right: 0;
}
.main .layout table .thead td {
	font-family: "Microsoft YaHei", "微软雅黑", sans-serif;
	font-weight: bold;
}