#content{
    width: 94%;
    height: 100%;
    margin: 0.2rem auto;
    /* overflow-y: auto; */
}
#content>h2{
    text-align: center;
    font-size: 0.5rem;
    font-weight: 600;
    line-height: 2rem;
    padding-top: 0.2rem;
}
.tiaok_box:first-of-type{
    margin-top: -0.4rem;
}
.tiaok_box h2{
    font-size: 0.4rem;
    font-weight: 600;
    margin-top: 0.4rem;
}
.tiaok_box>p{
    font-size: 0.3rem;
    margin-top: 0.2rem;
}
.xhx{
    text-decoration:underline;
    font-weight: 700;
}
.ht{
    font-weight: 700;
}
.sj{
    display: inline-block;
    text-indent:2em;
}
.sj_one{
    display: inline-block;
    text-indent:1em;
}
table{
    /* width: 100%; */
    margin: 0.2rem 0 0.2rem -3rem;
    border: 1px solid #ccc; 
    transform: scale(0.5);
    border-collapse: collapse;
    text-align: center;
}

table th,table td{
    border: 1px solid #cad9ea;
    color: #666;
    padding: 0.1rem;
}
table th:first-of-type,table td:first-of-type p{
    /* transform: scale(0.7); */
    width: 2rem !important;
    /* transform: scale(0.5); */
}
table th:nth-of-type(2),table td:nth-of-type(2) p{
    width: 1.2rem !important;
    /* transform: scale(0.5); */
}
table th:nth-of-type(3),table td:nth-of-type(3) p{
    width: 3rem !important;
    /* transform: scale(0.5); */
}
table th:nth-of-type(4),table td:nth-of-type(4) p{
    width: 2rem !important;
    /* transform: scale(0.5); */
}
table th:last-of-type,table td:last-of-type p{
    width: 3rem !important;
    /* transform: scale(0.5); */
}