#skip_nav a {
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    z-index: 9999;
    line-height: 80px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 24px;
}

#skip_nav a:focus,
#skip_nav a:active {
    top: 0;
}

.blind {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
}

.tj {
    text-align: justify;
}

.tj::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
}

.dot_list>* {
    position: relative;
    padding-left: 1.6rem;
}

.dot_list>*::before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 0;
    width: 4px;
    height: 4px;
    background: var(--line-color);
    border-radius: 50%;
}

.t_cut {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}