/*
 * Copyright (C) 2023 Baidu, Inc. All Rights Reserved.
 */

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

#main {
    width: 100%;
    height: 97%;
}

#footer {
    height: 3%;
    width: 100%;
    text-align: center;
    position: absolute;
}

a {
    text-decoration: none;
}
