* {
    margin: 0px;
    padding: 0px;
}
body {
    font-family: 'Tahoma', Helvetica,Arial,sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    color: #292b2c;
}
a:hover {
    text-decoration: none;
}
.center {
    text-align: center;
    margin: 0px auto;
}
.logo {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: #46B050;    
}
.title {
    margin: 1rem 0 1.7rem 0;
    text-align: left;
    display: inline-flex;
}
.insert {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    font-size: 3rem;
    color: #28a745;
    cursor: pointer;
    z-index: 9999;
}
.menu_bar {
    background: #35588D;
    color: #FFF;
    height: 3rem;
    line-height: 3rem;
    padding: 0 1rem;    
}
.app {
    height: inherit;
    overflow: hidden;
}
.menu_bar > .app {
    float: left;
}
.menu_bar > .icon {
    float: right;
    text-align: right;
}
.menu_bar > .icon > span {
    padding-left: 1.5rem;
    cursor: pointer;
}
.menu_bar > .icon > span > a {
    color: #FFF !important;
}
.back {
    position: relative;
    top: 0.1rem;
    margin-right: 0.5rem;
    cursor: pointer;
    color: #505050;
}
.nf {
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.left {
    text-align: left;
}
.j_ul {
    list-style: none;
}
.j_ul > li {
    padding: 6px 0;
}
.j_ul > li > span {
    cursor: pointer;
}
.bold {
    font-weight: bold;
}
.g {
    color: #018E14;
}
.r {
    color: #D70101;
}
.ww {
    width: max-content;
    display: flex;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    border: none !important;
}