* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'NZBZ';
    src: url("fonts/AaHuYanZhuanYongChaoCuHeiTi-2.ttf");
}

body {
    background-image: url("/getimages/0e06627fe7fc4126d731eb921ca519e8.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    min-height: 100vh;
    padding: 20px 15px;
    position: relative;
}

.highlight {
    color: #3395c2;
}

.data {
    color: #ff4757;
}

.string {
    color: #c07138;
    font-weight: bold;
}

.number {
    color: #2ed573;
}

.custom-cursor {
    cursor: url(tubiao.ico) 0 0,
        default !important;
}

.content-box {
    font-family: 'NZBZ',
        "Microsoft YaHei",
        sans-serif;
    color: #2c3e50;
}

.title-big {
    font-size: clamp(2rem, 5vw, 3rem);
    margin: 10px 0;
    color: #1a2530;
}

.title-md {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    margin: 8px 0;
    color: #2c3e50;
}

.text-sm {
    font-size: clamp(0.9rem, 2.5vw, 1.2rem);
    line-height: 1.6;
    margin: 5px 0;
    color: #34495e;
}

a {
    color: #2980b9;
    text-decoration: none;
}

ahover {
    color: #1a5276;
    text-decoration: underline;
}

.beian {
    margin-top: 40px;
    padding: 8px 15px;
    border: 2px solid #1677ff;
    border-radius: 6px;
    color: #555;
    font-size: 0.85rem;
    text-align: center;
    font-family: "Microsoft YaHei",
        sans-serif;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.beian a {
    color: #555;
    text-decoration: none;
}

.beian ahover {
    color: #1677ff;
    text-decoration: underline;
}

canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
}