/* 针对 iOS 的滚动平滑度 */
html {
        -webkit-overflow-scrolling: touch;
}

@font-face {
        font-family: 'Orbitron';
        src: url('/static/fonts/orbitron/Orbitron-VariableFont_wght.ttf')
        format('truetype');
        font-weight: 400 900;
        font-style: normal;
        font-display: swap;
}
body {
    font-family:
            -apple-system,
            BlinkMacSystemFont,
            "PingFang SC",
            "Hiragino Sans GB",
            "Microsoft YaHei",
            "Noto Sans CJK SC",
            sans-serif;
}
/*.mobile{
        font-size: 16rem;
}*/
.mask-gradient {
        mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
        -webkit-mask-image: -webkit-linear-gradient(to bottom, black 60%, transparent 100%);
}
.nav_item.active{
        color: #ffffff;
        font-weight: bold;
}
@media screen and (max-width: 1440px) {
        body, html {
                min-width: 1440px;
        }
}
.container {
        width: 1440px !important;
        max-width: 1440px !important;
        min-width: 1440px !important;
        margin-left: auto !important;
        margin-right: auto !important;
}