.not-found-page {
    width: 92%;
    margin: 5.44rem auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #E6E6E6;
}

.not-found-page .big-text {
    font-size: 19.2rem;
    line-height: 19.2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.not-found-page .small-text {
    font-size: 2.56rem;
    margin-bottom: 24px;
}

.not-found-page .tpl-btn {
    width: 24rem;
}

/* 移动端样式 */
@media screen and (max-width: 768px) {
    .not-found-page {
        width: 92%;
        margin: 24px auto;
    }

    .not-found-page .big-text {
        font-size: 180px;
        line-height: 180px;
    }

    .not-found-page .small-text {
        font-size: 24px;
        margin-bottom: 27px;
    }

    .not-found-page .tpl-btn {
        width: 243px;
    }
}
