.content{
    width: 100%;
    position: relative;
    height: calc(100vh - 84px - 97px)
}
.content p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px
}
@media (max-width: 1011px) {
    .main {
        margin-top: 55px;
        /* width: 100vw; */
        /* height: 100vh; */
    }
    .content{
        width: 100%;
        position: relative;
        height: calc(100vh - 55px - 107px)
    }
    .content p{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #666;
        font-size: 12px;
    }
}
