.footer_box {
    border-top: 1px solid rgb(27, 27, 27);
    height: 212px;
    padding-top: 40px;
    background-color: #111111;
}

.footer_box p {
    text-align: center;
    font-size: 13px;
    font-family: "SourceHanSansCN";
    color: rgb(239, 181, 113);
}

.footer_box p a {
    color: rgb(239, 181, 113);
}