.zxsp-layout {
    position: relative;
    min-height: 100vh;
    background: linear-gradient(180deg, #0A0E17 0%, #060810 50%, #020305 100%);
    overflow-x: hidden
}

.conBox {
    width: 100vw;
    position: relative;
    z-index: 1;
    min-height: 100vh
}

@media (max-width: 750px) {
    .conBox {
        width: 100%;
        box-sizing: border-box
    }
}

.zxsp-footer {
    background: rgba(10, 14, 23, .95);
    position: relative;
    backdrop-filter: blur(20px);
    border-top: 1px solid rgba(0, 229, 255, .2)
}
