﻿.pv-body {
    width: 100vw;
    height: 100vh;
    background-color: #f6f9ff;
    overflow: hidden;
}

.pv-body-main {
    width: 100%;
    height: calc(100vh - 46px);
    align-items: center;
    justify-content: center;
}

