footer {
    font-family: "Microsoft YaHei", sans-serif;
    background-color: rgb(230, 230, 230);
    color: rgb(128, 128, 128);
    text-align: center;
    padding: 25px;
}

footer p {
    margin: 7px;
    color: rgb(128, 128, 128);
    font-size: 14px;
}

hr {
    border: 0;
    height: 3px;
    background: linear-gradient(to top,rgb(221, 221, 221), rgb(255, 255, 255));
}

.footer-text {
    width: 50.3vw;
    margin: auto;
}

.footer-text p {
    font-size: 20px;
    color: rgb(171, 49, 71);
    margin-left: 30px;
    margin-bottom: 12px;
}

.link-container {
    margin-top: 25px;
}

.link-list {
    display: flex;
    list-style-type: none;
    padding: 0;
}

.link-list li {
    margin: 0 10px;
}

.link-container a {
    color: rgb(69, 69, 69);
    text-decoration: none;
    margin: 0 10px;
    font-size: 14px;
}

.link-container a:hover {
    color: rgb(171, 49, 71);
}