ol,
ul {
    list-style: none;
}

/* button */
button {
    border: none;
    background: none;
    font-family: inherit !important;
}

button.focus,
button:focus {
    box-shadow: none !important;
    outline: none !important;
}

button:hover {
    cursor: pointer;
}

/* a */
a,
a:hover,
a:focus {
    text-decoration: none;
    color: var(--dark-gray);
    cursor: pointer;
    box-shadow: none !important;
}


@font-face {
    font-family: '辰宇落雁體';
    src: url('../font/ChenYuluoyan-Thin.woff') format("woff"),
        url('../font/ChenYuluoyan-Thin.ttf') format("truetype")
        /* url('../fonts/Helvetica.eot') format("embedded-opentype"); */

}