.page .title {
    position: absolute;
    /* left: -8px; */
    top: 100px;
    width: 100%;
    font-family: "SUIT-Regular", sans-serif;
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
    word-spacing: 1.2px;
    color: #43494e;
    text-align: center;
}
.page .road_list {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 145px;
    width: 100%;
    height: 700px;
    font-family: "SUIT-Regular", sans-serif;
    font-size: 16px;
    padding: 10px;
}
.page .MD {
    position: relative;
    left: 2px;
    width: 504px;
    height: 28px;
    margin: 0 auto;
    /* background-color: #e9dabb; */
    /* border-radius: 5px 5px 5px 5px; */
    border-collapse: collapse;
    color: #ffffff;
    font-weight: bolder;
}

.page .MD tr {
    background: #43494e;
    display: block;
    border-radius: 5px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page .MD .txt {
    position: absolute;
    top: 5px;
    /* padding-left: 20px; */
    font-size: 14px;
    word-spacing: 1.2px;
}
.page .CT {
    position: relative;
    width: 500px;
    height: 28px;
    border-collapse: collapse;
    margin: 10px auto;
    cursor: pointer;
}

/*normal*/
.page .CT .no {
    width: 30px;
    background-color: #43494e;
    border-radius: 5px;
    color: #ffffff;
    text-align: center;
    font-weight: bolder;
}
.page .CT .txt {
    width: 100%;
    height: 85%;
    border: 1px solid #43494e;
    background-color: #fff;
    border-radius: 5px;
    color: #000;
    font-weight: bold;
    word-spacing: 1.2px;
    font-size: 14px;
    /* padding-left: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

.page .CT .txt:hover {
    color: #fff;
    background-color: #43494e;
}

.page .CT .txt:active {
    color: #fff;
    background-color: #43494e;
}

/* @media (max-width: 920px) {
    .page .road_list {
        left: 2px;
    }

    .page .CT .txt {
        width: 98%;
    }
}

@media (max-width: 770px) {
    .page .road_list {
        left: 0px;
    }

    .page .CT .txt {
        width: 98%;
    }
}

@media (max-width: 600px) {
    .page .title {
        font-size: 20px;
    }

    .page .road_list {
        left: 0px;
    }

    .page .MD .txt {
        font-size: 10px;
    }

    .page .CT .txt {
        width: 96%;
        font-size: 10px;
    }
} */

@media (max-width: 445px) {
    .page .CT .txt {
        font-size: 13px;
    }
}
