.footer {
    border-top: .0156rem solid #8e070a;
    height: auto;
    width: 100%;
    display: flex;
    flex-direction: column;
    font-family: 'Courier New', Courier, monospace;
}

.url-list {
    width: 100%;
    height: .2083rem;
}

.u-l-ul {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    list-style: none;
}

.u-l-ul li {
    padding: .1042rem .2083rem;
    transition: all 0.3s ease;
}

.u-l-ul li:hover {
    background-color: #8e070a;
    transform: translateY(-0.0156rem);
    box-shadow: 0 .0208rem .0417rem rgba(142, 7, 10, 0.3);
}

.u-l-ul li a {
    color: #8e070a;
    font-size: .1042rem;
    display: flex;
    align-items: center;
    gap: .0417rem;
    font-weight: 500;
}

.u-l-ul li:hover a {
    color: white;
}

.web-description {
    width: 100%;
    height: auto;
    margin: 0 auto;
    font-size: .0833rem;
    color: #8d8d8d;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.web-description p {
    height: .1823rem;
    display: flex;
    align-items: center;
}



.web-beian {
    width: 100%;
    height: .2188rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .1042rem;
}

.web-beian a {
    font-size: .0833rem;
    color: #8d8d8d;
}

.web-beian a:hover {
    text-decoration: underline;
}

.kong {
    width: 100%;
    height: .2604rem;
    background-color: #8e070a;
}