@charset "UTF-8";
#devModal{
    display: none;
}
#devModal{
    width: 90%;
    height: 90%;
    position: absolute;
    text-align: left;
    padding: 10px;
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 10px;
    z-index: 999999;
}
.backon{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
