#cbody{
    position: relative;
}
#app{
    position: relative;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 85vh;
    min-height: 100vh;
    background-color: #EAEAEF;
}
#app > [path]{
    position: relative;
    width: 100%;
    box-sizing: border-box;
}
#toI:hover{
    cursor: pointer;
}
#cont_new{
    display: block;
    width: 100%;
}