html, body {
    font-size: 0.95rem;
    font-family: "Lantinghei SC", STHeiti, "Microsoft YaHei", "微软雅黑", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", SimSun, sans-seri, Arialf;
    line-height: 1.429em;
    color: #4A4A4A;
    width: 100%;
    height: 100%;
    /*background-color: transparent;*/
    -webkit-font-smoothing: antialiased;
    font-weight: 100;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: rgb(250, 255, 189); /* #FAFFBD; */
    background-image: none;
    color: rgb(0, 0, 0);
}

svg:not(:root) {
    overflow: hidden;
}

svg {
    max-height: 3.8rem;
    position: relative;
    top: 0.3rem;
    width: 8rem;
}

.text-break {
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}

/*.popover-body{*/
/*    background-color: #333;*/
/*    color:#f1f1f1;*/
/*}*/

body #gritter-notice-wrapper {
    z-index: 1130;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-close {
    display: none !important;
}

body #gritter-notice-wrapper .gritter-item-wrapper {
    background: #ffeded;
    background: rgba(255, 237, 237, .9);
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item .gritter-title {
    display: none;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item p {
    font-size: 16px;
    color: #ff4949;
}

body #gritter-notice-wrapper .gritter-item-wrapper .gritter-item {
    padding: 20px;
}


.captchaimage {
    height: 40px;
    border: 1px solid #eee;
}

.captchaimage:hover {
    cursor: pointer
}


.modal-dialog {
    min-width: 90%;
    margin: 20px auto;
}


.panel {
    /*height: 100%;*/
    position: relative;
    overflow: hidden;
}

.panel .panel-body {
    padding: 30px;
}

.panel .panel-body {
    display: block;
    position: relative;
    -webkit-overflow-scrolling: touch;
    /*overflow-y: scroll;*/
    white-space: nowrap;
    min-height: calc(100vh - 180px);
    padding: 20px 40px;
    margin-top: 20px;
}

.table-responsive {
    /*height: 100vh;*/
    min-height: calc(100vh - 340px);
}


