.footer {
    width: 100%;
    height: 264px;
    background: #f5f5f6;
    overflow: hidden;
}
.footer .waring {
    margin-top: 30px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #9f9f9f;
    text-align: center;
}

.footer .bottom_Copyright{
    text-align: center;
    margin-top: 20px;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #9f9f9f;
}