

#content .body-page .body-content h2{
    width: 1.5rem;
    height: 0.25rem;
    margin: 0.15rem auto;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.21rem;
    line-height: 0.25rem;

    color: #5F3F22;
}

#content .body-page .body-content .table-container{
    margin: 0.16rem 0;
    text-align: center;
}

#content .body-page .body-content .table-wrapper{
    display: inline-block;
}

#content .body-page .body-content .table-wrapper table {
    border-collapse: collapse;
}

#content .body-page .body-content .table-wrapper thead {
    height: 0.41rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 0.19rem;

    color: #5F3F22;
}

#content .body-page .body-content .table-wrapper .tr-name{
    width: 1.4rem;
}

#content .body-page .body-content .table-wrapper .tr-consist{
    width: 2.3rem;
}

#content .body-page .body-content .table-wrapper .tr-place{
    width: 1.5rem;
}

#content .body-page .body-content .table-wrapper .tr-tel{
    width: 1.2rem;
}

#content .body-page .body-content .table-wrapper tbody{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400 ;
    font-size: 0.16rem;
    line-height: 0.19rem;

    color: #5F3F22;
}

#content .body-page .body-content .table-wrapper tbody td{
    padding: 0.15rem;
}

#content .body-page .body-content .table-wrapper td p {
    margin-bottom: 0.06rem;
}


#content .body-page .body-content .table-wrapper th, .table-wrapper td {
    border: 0.0104rem solid #5F3F22;
}