html {
    background: none;
    height: 100%;
    min-height: 100%;
}

body, table, select {
    font-family: "Microsoft YaHei", "SF Pro SC", "HanHei SC", "SF Pro Text", "Myriad Set Pro", "SF Pro Icons", "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

@font-face {
    font-family: 'JDLangZhengTi';
    src: url('/jdfont/JDLangZhengTi.eot');
    src:
            url('/jdfont/JDLangZhengTi.eot#font-spider') format('embedded-opentype'),
            url('/jdfont/JDLangZhengTi.woff') format('woff'),
            url('/jdfont/JDLangZhengTi.ttf') format('truetype'),
            url('/jdfont/JDLangZhengTi.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body,ul,li {
    margin: 0;
    padding: 0;
}

.footer {
    width: 100%;
    box-sizing: border-box;
    margin: 0px auto;
    text-align: center;
    z-index: 999;
    color: #8f939a;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    display: block;
}

.footer a {
    color: #8f939a;
    text-decoration: none;
}
.footer a:hover {
    color: #77b9e2;
}

.popover-dl {
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 10px;
}
.popover-dl dt,dd {
    padding: 0;
    margin: 0;
}

.popover-dl dt {
    font-weight: bold;
    margin-bottom: 6px;
}

.popover-dl dd {
    margin-bottom: 16px;
}

.inc-footer {
    z-index: -1;
    width: 100%;
    color: #8f939a;
    text-align: center;
    position: fixed;
    bottom: 20px;
}

.inc-footer a {
    color: #8f939a;
    text-decoration: none;
}
.inc-footer a:hover {
    color: #77b9e2;
}

.el-message-box__wrapper {
    outline: none;
}

.monospaced-font {
    font-family: Menlo,courier,courier new,consolas;
}

.required-label:before {
    content: '*';
    color: #F56C6C;
    margin-right: 4px;
}

.el-image-viewer__close {
    color: #FFFFFF;
}

.search-form .el-form-item {
    margin-bottom: 10px!important;
}