<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


/*define global colors*/
:root {
    /*theme background color*/
    --themeColor: #409eff;
    /*theme font color*/
    --themeFontColor: #fff;
    /*mouse hover color*/
    --themeHoverColor: #409eff;
    /*theme dark*/
    --themeLightColor: #67aff6;

    /*basic color*/
    --ttx-success: #67c23a;
    --ttx-info: #909399;
    --ttx-warning: #e6a23c;
    --ttx-danger: #f56c6c;

    /*button primary*/
    --buttonBgColor: #fff;
    --buttonBdColor: #dee2e6;
    --buttonColor: #666666;

    /*icon*/
    --iconColor: #c0c4cc;

    /*red*/
    --color-red:#FF0000;

    --greyColor:#727272;

    --themeStyle:1;
}

::selection {
    color: var(--themeFontColor);
    background-color: var(--themeColor);
}

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #fff;
}

ul, li, dl, dd, dt, ol, h1, h2, h3 {
    list-style: none;
    outline: none;
}

div {
    outline: none;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    cursor: pointer;
}

i.fa:not(.lsm-sidebar-more), a.fa:not(.lsm-sidebar-more), span.fa {
    color: var(--themeColor);
    cursor: pointer;
    font-size: 14px;
}

i.bi:not(.lsm-sidebar-more), a.bi:not(.lsm-sidebar-more), span.bi {
    color: var(--themeColor);
    cursor: pointer;
    font-size: 14px;
}

i.iconfont{
    line-height: 1;
}

i.iconfont:not(.lsm-sidebar-more), a.iconfont:not(.lsm-sidebar-more), span.iconfont {
    color: var(--themeColor);
    cursor: pointer;
    font-size: 14px;
}

i.bi.bi-chevron-down , i.bi.bi-chevron-up{
    color: var(--buttonColor);
}

i.bi.bi-trash, i.bi.bi-person-check, i.fa.fa-flag-checkered, i.fa.fa-unlink, i.bi.bi-cloud-upload-fill {
    color: var(--greyColor);
}

a.bi.bi-trash, a.bi.bi-person-check, a.fa.fa-flag-checkered, a.fa.fa-unlink, a.bi.bi-cloud-upload-fill {
    color: var(--greyColor) !important;
}


i.bi.bi-x-circle-fill, a.bi.bi-x-circle-fill {
    color: red;
}

.color-gray {
    color: var(--greyColor) !important;
}

a.color-gray:hover {
    cursor: not-allowed;
}

.ttx-checkboxMiddle {
    display: flex;
    align-items: center;
}

.ttx-layout-divCenter {
    display: flex;
    justify-content: center;
}

.ttx-themeBgColor {
    background-color: var(--themeColor) !important;
    color: var(--themeFontColor) !important;
}

.ttx-subtip:after {
    content: '●';
    position: absolute;
    top: 0px;
    color: red;
}

.hiddenDiv{
    display: none;
}

.lineHeight34 {
    line-height: 34px !important;
}

.ttx-color-success {
    color: #67c23a !important;
}

.ttx-color-info {
    color: #909399 !important;
}

.ttx-color-warning {
    color: #e6a23c !important;
}

.ttx-color-danger {
    color: #f56c6c !important;
}

.ttx-layout-toolBarFixed {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
}

.ttx-layout-button{
    width: 150px;
    border: 1px solid var(--buttonBdColor);
    text-align: center;
    border-radius: 3px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
}

.ttx-textCenter{
    text-align: center!important;
}

.site-info-search-list {
    border-color: var(--buttonBdColor) !important;
    margin-top: 5px;
}

.site-info-search-list li{
    border-color: var(--buttonBdColor) !important;
}

.site-info-search-table {
    border-color: var(--buttonBdColor) !important;
    margin-top: 5px;
}

.onlyV6{
    display: none;
}
i.mapBtnActive {
    color: var(--themeColor)!important;
}
i.mapBtnNotActive {
    color: var(--greyColor)!important;
}
</pre></body></html>