html {
    background: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    min-width: 1000px;
    left: 0px;
    right: 0px;
    height: 100%;
    color: #606266;
}

@font-face {
    font-family: 'junma-lcd';
    src: url(fonts/junma-lcd.woff) format("woff"),url(fonts/junma-lcd.ttf) format("truetype");
    font-weight: normal;
    font-style: normal;
}

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;
}

.oa-content-body {
    padding: 20px;
    background: #FFFFFF;
}

.v-modal {
    background: rgba(250,250,250,0.1)!important;
    backdrop-filter: blur(60px)!important;
    -webkit-backdrop-filter: blur(26px)!important;
    opacity: 1!important;
}

#app {
    visibility: hidden;
}

body {
    padding-bottom: 0px!important;
}

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: 10px;
}

.popover-dl dd {
    margin-bottom: 6px;
    border-bottom: dotted 1px #eeeeee;
    padding-bottom: 6px;
}

.popover-dl dd:last-child {
    border-bottom: none;
}

.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;
}

.my-autocomplete li {
    line-height: 1!important;
    padding: 10px 7px 10px!important;
}

.my-autocomplete li .name {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1;
    margin-bottom: 4px;
}

.my-autocomplete li .addr {
    font-size: 10px;
    color: #b4b4b4;
    line-height: 1;
}

.my-autocomplete li .highlighted .addr {
    color: #ddd;
}

.el-dialog, .el-message-box {
 border-radius: 14px!important;
}

.page-title-info {
    font-size: 14px;
    color: #888888;
}

/*DATA-HEADER*/
.data-header {
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.data-header .back-btn {
    display: inline-block;
    cursor: pointer;
    font-weight: bold;
}

.data-header .close-button {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}

.data-header .close-button:hover {
    color: #cb046e;
}

.data-header .back-btn::after {
    content: '|';
    font-weight: lighter;
    color: #cccccc;
    padding: 0 10px 0 14px;
}

.data-header .back-btn:hover {
    color: #0b6de0;
}

.data-header .title {
    height: 32px;
}

.data-header .title .title-text {
    display: inline-block;
    margin-right: 10px;
}

.data-header .title .title-content {
    color: #656565;
    font-size: 16px;
    padding-right: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
    border-right: solid 1px #e6e6e6;
}

.data-header .title .title-content0 {
    color: #777777;
    font-size: 16px;
    padding-right: 20px;
    height: 20px;
    line-height: 20px;
    margin-top: 6px;
}

.data-header .title, .data-header .el-page-header__content {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
}

/*详情表单*/
.detail-labels {
    width: 100px;
    font-weight: bold!important;
}

.detail-image {
    width: 80px; height: 80px; margin-top: 6px; border-radius: 50%;
    border: solid 4px #efefef;
}

.detail-image-small {
    width: 40px; height: 40px; margin-top: 6px; border-radius: 50%;
    border: solid 4px #efefef;
}
.detail-image-small .detail-image-icon {
    font-size: 20px;
}

.detail-image-small-desc {
    font-size: 10px; font-weight: bold; text-align: center; width: 48px;
    color: #888888;
    margin-top: 10px;
}

.detail-image-file {
    width: 80px; height: 80px; margin-top: 6px; border-radius: 6px;
    border: solid 4px #efefef;
    cursor: pointer;
}

.detail-image-file:hover {
    box-shadow: 2px 0px 10px 2px rgba(10,10,10,0.4);
}

.detail-content-center {
    text-align: center!important;
}

.detail-image-desc {
    font-size: 10px; font-weight: bold; text-align: center; width: 88px;
    color: #888888;
    margin-top: 10px;
}

.el-dialog__title {
    font-size: 16px!important;
    font-weight: bold;
    color: #666666!important;
}

.el-form-item__label {
    font-weight: bold;
}

.import-data-switch .el-switch__label * {
    font-size: 12px!important;
}

.description-input input, .description-input textarea {
    border: none; resize: none; width: 100%;
    color: #606266; outline: none; cursor: auto;
    font-size: 12px;
}

.description-text {
    border: none; resize: none; width: 100%;height: 100px;
    color: #606266; outline: none; cursor: auto;
    font-size: 12px;
}

/*COMMON-FOOTER*/
.login-footer {
    text-align: center;
    position: absolute;
    bottom: 12px;
    width: 100%;
    font-size: 10px;
    color: #cccccc;
}
.login-footer a {
    color: #cccccc;
    text-decoration: none;
}

.markdown-container-noborder {
    max-height: 300px;
    overflow: auto;
}

.markdown-container {
    border: solid 1px #EBEEF5;
    border-radius: 6px; margin-top: 10px;
    max-height: 300px;
    overflow: auto;
}

/*================round-tag================*/
.round-tag {
    display: inline-block;
    height: 12px;
    font-size: 10px;
    line-height: 11px;
    border-radius: 10px;
    padding: 2px 8px;
    color: #909399;
    border: solid 1px #909399;
}

.round-tag-warning {
    color: #E6A23C;
    border: solid 1px #E6A23C;
}

.round-tag-success {
    color: #67C23A;
    border: solid 1px #67C23A;
}

.round-tag-danger {
    color: #F56C6C;
    border: solid 1px #F56C6C;
}

.round-tag-primary {
    color: #409EFF;
    border: solid 1px #409EFF;
}

.round-tag-dark {
    color: #5a6171;
    border: solid 1px #5a6171;
}

.underline {
    text-decoration: underline;
}
/*================================*/
.common-link {
    cursor: pointer;
    color: #2a3746;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.common-link-ellipsis {
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    overflow: hidden;
    overflow: clip;
    max-width: 100px;
}

.common-link-splash {
    margin: 0 2px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.common-link::before {
    content: '\e737';
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
}

.common-blue-link:hover {
    cursor: pointer;
    color: #0b6de0;
}

.common-link::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    overflow: hidden;
    background-color: #a40240;
    transform: scaleX(0);
    transition: all 0.2s;
}

.common-link:hover::after,
.common-link:focus::after {
    transform: scaleX(1);
}

.common-link:hover {
    color: #a40240;
}

.clear-before::before {
    content: none!important;
}

.clear-after::after {
    content: none!important;
}

.header-search-item-130 {
    max-width: 130px!important;
}

.header-search-item {
    max-width: 120px!important;
}

.header-search-item-select {
    max-width: 100px!important;
}

.options-button {
    cursor: pointer;
}
.options-button:hover {
    color: #409EFF;
}

.rotate90 {
    transform: rotate(90deg);
}

.rotate180 {
    transform: rotate(180deg);
}

.data-enabled-true {
    color: #04ce15;
}

.data-enabled-false{
    color: #C0C4CC;
}

.privilege-enabled-false {
    color: #C0C4CC;
}

.menu-type-OPERATION {
    color: #f1024a;
}
.label-tips-reference {
    cursor: help;
}

.basic-info-list {
    list-style: none;
    padding: 0;
    margin: 0px;
    max-height: 400px;
    overflow: auto;
}

.custom-detail-dialog {
    width: 50%!important;
}

.basic-info-list li {
    padding: 4px 0px;
    border-bottom: dotted 0.5px #cccccc;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-flow: row nowrap;
}

.basic-info-list li .label {
    display: inline-block;
    min-width: 60px;
    text-align: left;
    font-weight: bold;
    padding-right: 14px;
    max-width: 120px;
    word-break: break-all;
    flex: 1;
}

.basic-info-list li .content {
    flex: 1;
    word-break: break-all;
    text-align: justify;
}

.basic-info-list li .basic-info-desc {
    width: 100%;
    height: 80px;
    min-height: 80px;
    overflow: auto;
    padding: 0;
    margin: 3px 0 0;
    border: none;
    outline: none;
    color: #606266;
    resize: vertical;
    max-height: 160px;
}

/*CUSTOM-UPLOADER*/
.custom-uploader {
    width: 160px;
    height: 80px;
    overflow: hidden;
    border: solid 1px #eeeeee;
    border-radius: 6px;
}

.custom-uploader .custom-uploader-content:hover .custom-uploader-plus {
    color: #0a5bba;
}

.custom-uploader-content {
    width: 80px;
    height: 80px;
    display: flex;
    flex-flow: row nowrap;
    justify-items: center;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.custom-uploader-choose {
    border-left: solid 1px #eeeeee;
    cursor: pointer;
}

.custom-uploader-choose-panel .title {
    font-size: 14px; font-weight: bold;
    margin-bottom: 8px;
}

.custom-uploader-choose-panel .search {
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.custom-uploader-choose-panel .content {
    margin: 10px 0 10px;
    min-height: 50px;
}

.custom-uploader-choose-panel .content .image-item {
    float: left;
    width: 60px;
    height: 60px;
    margin: 5px;
    background: #eeeeee;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    border-radius: 6px;
    box-shadow: 0 0 5px 0 rgba(25,25,25, 0.2);
    cursor: pointer;
}

.custom-uploader-choose-panel .content .image-item:hover {
    box-shadow: 0 0 5px 0 rgba(25,25,25, 0.6);
}

.custom-uploader-choose-panel .content .image-item img {
    width: 60px;
    height: auto;
    object-fit: contain;
    border-radius: 6px;
}

.custom-uploader-choose-panel .close-button {
    clear: both;
    text-align: center;
    border-top: solid 1px #eeeeee;
    padding-top: 4px;
}

.custom-uploader-choose-panel .content .no-data {
    font-size: 14px;
    color: #dddddd;
    text-align: center;
}

.custom-uploader-plus {
    color: #aaaaaa;
    font-size: 30px;
}

.custom-uploader-image {
    width: 100%;
    height: auto;
    max-height: 80px;
    border-radius: 6px;
    object-fit: contain;
}

.custom-el-select-empty {
    padding: 20px 0;
    text-align: center;
}

/*form-column*/
.form-columns {
    display: flex;
    box-sizing: border-box;
}
.form-columns .form-column {
    flex: 1;
    margin-right: 20px;
}

.form-columns .form-column:last-child {
    margin-right: 0;
}

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

.markdown-body .editor-image {
    border-radius: 6px;
}

.nowrap {
    white-space: nowrap;
    word-break: keep-all;
}

/*TOAST*/
.custom-toast-mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: -0px;
    top: -0px;
    background: transparent;
    z-index: 9999;
    box-sizing: border-box;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

.custom-toast-message {
    border-radius: 10px;
    text-align: center;
    max-width: 400px;
    box-sizing: border-box;
    padding: 20px 30px;
    background: rgba(0,0,0,0.9);
    color: #FFFFFF;
    backdrop-filter: blur(10px);
    font-weight: bold;
}

.custom-toast-message-error {
    background: rgba(190, 4, 32, 0.9);
}

.money-field-content {
    display: inline-block;
    border-radius: 2px;
    box-sizing: border-box;
    background: #f4f6fc;
    color: rgba(208, 4, 82, 0.8);
    text-align: right;
    min-width: 70px;
    font-family: junma-lcd, "Menlo", "monospace", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 12px;
    font-weight: lighter;
    line-height: 12px;
    padding: 4px 4px 0px;
    overflow: visible;
}

.color-blue {
    color: #0a5bba;
}

.money-field-content-big {
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    background: #f4f6fc;
    color: rgba(208, 4, 82, 0.8);
    text-align: right;
    min-width: 70px;
    font-family: junma-lcd, "Menlo", "monospace", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    font-size: 16px;
    overflow: visible;
    padding: 10px 6px;
}

/*=============================================*/
.ltr-layout {
    display: flex;
    flex-flow: row nowrap;
}

.ltr-layout .fill {
    flex: 1;
}
/*=============================================*/

.help-more-button {
    font-size: 10px;
    text-align: center;
    color: #909399;
    border-top: solid 1px #f8f8f8;
    padding-top: 6px;
    cursor: pointer;
}

.help-more-button:hover {
    color: #0f94f1;
}

/*print check*/
.print-check-box {
    width: 100%;
    margin: 0 20px 0;
    box-sizing: border-box;
    padding: 20px;
    border-left: solid 1px #f0f0f0;
}

.print-check-box .customer-sign {
    box-sizing: border-box;
    padding: 0 0 20px 20px;
}

.print-check-box .line-sep {
    text-align: center;
    border-bottom: dotted 1px #000000;
    width: 100%;
    margin: 3px 0;
}

.print-check-box-left {
    padding: 0px 20px 0 0;
    border-left: none;
    border-right: solid 1px #f0f0f0;
}

.print-check-box .title {
    text-align: center;
    border-bottom: solid 1px #000000;
}

.print-check-box .title .content {
    font-weight: bold;
}
.print-check-box .title .subtitle {
    color: #909399;
    font-size: 10px;
    border-bottom: solid 3px #000000;
    margin-bottom: 1px;
    padding: 6px 0;
}

.print-check-content {
    box-shadow: 0 0 10px 0 rgba(10,10,10,0.15);
    box-sizing: border-box;
    padding: 10px;
    border-top: dotted 5px #dddddd;
    border-bottom: dotted 5px #dddddd;
}

.print-check-content .footer {
    text-align: center;
    border-top: solid 1px #000000;
}

.print-check-content .footer .content {
    border-top: solid 3px #000000;
    text-align: center;
    margin-top: 1px;
}

.print-check-list {
    box-sizing: border-box;
    width: 100%;
    padding: 10px;
    font-size: 10px;
    list-style: none;
}

.print-check-list li {
    display: flex;
    flex-flow: row nowrap;
    padding: 4px 0;
    border-bottom: dotted 1px #f0f0f0;
}

.print-check-list li:last-child {
    border: none;
}

.print-check-list li .data-item {
    border-bottom: dotted 1px #f0f0f0;
    padding: 0 0 2px;
}

.print-check-list li .data-item:last-child {
    border: none;
}

.print-check-list li.tips-info {
    text-align: center;
    padding: 10px 0;
    display: block;
}

.print-check-list li .label {
    text-align: right;
    padding-right: 10px;
    max-width: 200px;
}

.print-check-list li.no-border {
    border: none!important;
}

.print-check-list li.divider {
    height: 0px;
    overflow: hidden;
    border-bottom: double 3px #aaaaaa;
}

.print-check-list li.caption {
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    width: 100%;
    display: block;
}

.print-check-list li .content {
    flex: 1;
    text-align: right;
    font-weight: bold;
}

.items-table-wrapper {
    background: #f0f0f0; box-sizing: border-box; padding: 10px; border-radius: 6px
}

.autocomplete-200 {
    min-width: 200px;
}

.autocomplete-300 {
    min-width: 300px;
}

.justify-layout {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: baseline;
}

.blue-data-card {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.4), rgba(157, 216, 238, 0.3)) no-repeat!important;
    box-shadow: 0 0 10px 0px rgba(50,50,50, 0.1);
}

.clickable {
    cursor: pointer;
}

.clickable:hover {
    color: #0a5bba;
}

/*============= alert ============*/
.custom-alert-box {
    margin-bottom: 20px; border-radius: 6px; box-sizing: border-box; padding: 20px; font-size: 12px;
    background: #fcf8f4;
    color: #e6a23c;
}

.custom-alert-box .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
}

.custom-alert-box .text-list {
    margin: 0;
    padding: 0;
    list-style: '◉ ' inside;
}

.custom-alert-box .text-list li {
    padding: 4px 0 6px;
    line-height: 1.6!important;
}

.color-na {
    color: #cccccc;
}

.color-gray {
    color: #aaaaaa;
}

.oper-icon-button {
    cursor: pointer;
}

.oper-icon-button:hover {
    font-weight: bold!important;
}

.card-id-info {
    color: #9ea1a4;
    margin-top: 4px ;
}

.index-cell .cell {
    color: #0a5bba;
    font-weight: bold;
}

/* ====== frame dialog ====== */
.frame-dialog-panel {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    backdrop-filter: blur(20px);
    top: 0;
    left: 0;
    z-index: 9999;
}

.frame-dialog-panel .close-button {
    position: absolute;
    top: calc(2% + 5px);
    right: calc(3% + 5px);
    width: 14px;
    height: 14px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    cursor: pointer;
    z-index: 9999;
    background: #ef5b4e;
    border-radius: 100px;
    color: #ef5b4e;
    font-weight: bold;
}

.frame-dialog-panel .close-button::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    overflow: hidden;
    background: #000000aa;
    transform: rotate(-45deg);
    visibility: hidden;
}

.frame-dialog-panel .close-button::after {
    content: '';
    position: absolute;
    width: 8px;
    height: 1px;
    overflow: hidden;
    background: #000000aa;
    transform: rotate(45deg);
    visibility: hidden;
}

.frame-dialog-panel .close-button:hover::before,
.frame-dialog-panel .close-button:hover::after{
    visibility: visible;
}

.frame-dialog-panel .iframe-dialog {
    position: absolute;
    width: 94%;
    height: 96%;
    top: 2%;
    left: 3%;
    background: rgba(255,255,255, 0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    border-radius: 10px;
}
