/*公共样式表*/
:root {
    --tn-blue: #0d6efd;
    --tn-indigo: #6610f2;
    --tn-purple: #6f42c1;
    --tn-pink: #d63384;
    --tn-red: #dc3545;
    --tn-orange: #fd7e14;
    --tn-yellow: #ffc107;
    --tn-green: #198754;
    --tn-teal: #20c997;
    --tn-cyan: #0dcaf0;
    --tn-white: #ffffff;
    --tn-gray: #6c757d;
    --tn-gray-dark: #343a40;
    --tn-primary: #3eaad9; /*#7888fc*/
    --tn-primary-op: #eef6ff; /*#f0f2ff*/
    --tn-secondary: #e4e6ef;
    --tn-txt-secondary: #7e8299;
    --tn-success: #6bcac2;
    --tn-txt-success-op: #d3fbf9;
    --tn-info: #009688; /* #9465fcea*/
    --tn-info-op: #E0F2F1; /*#efe8ff;*/
    --tn-txt-info: #009688; /* #9c6efc*/
    --tn-warning: #f5af47ea;
    --tn-txt-warning: #ffaf0f;
    --tn-txt-warning-op: #fff5e0;
    --tn-danger: #f75d6fd8;
    --tn-txt-danger: #ee6e83;
    --tn-txt-danger-op: #fad7dd;
    --tn-light: #f8f9fa;
    --tn-bg-light-gray: #f3f4f7;
    --tn-gray: #d9d9d9;
    --tn-dark: #5b5b5b;
    --tn-light-dark: #9E9E9E;
    --tn-dark-op: #d1d3e0;
    --tn-green-op: #DFF0D8;
    --tn-table-striped-bg: rgba(245, 246, 250,1);
    --tn-bg-window: #F5F5F5;
    --tn-bg-body: #f3f4f7;
    --tn-bgw-op: rgba(255, 255, 255,1);
    --tn-bgw-op-left: rgba(255, 255, 255,1);
    --tn-fontfamily: Arial, 'Microsoft YaHei', 'Microsoft JhengHei', Poppins, sans-serif;
    --tn-fontSize: 14px;
    /*system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";*/
    /*--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;*/
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
}
/*.table-responsive:has(.h-100) div,*/
html, body, form, #layout-wrapper, .container-fluid,
[id*="UpdatePanel"] {
    height: 100%;
}
.modal-dialog {
    min-width: 660px;
    max-width:50%
}
.lineH-1{
    line-height:1!important
}
.zIndex1 {
    z-index: 1
}
.color-pr{
    color:var(--tn-primary)
}
.zIndex2 {
    z-index: 2
}

body {
    font-size: var(--tn-fontSize);
    background-color: var(--tn-bg-body);
    transition: background-color 0.3s ease; /* 示例：背景色过渡效果 */
}
.loader {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #fff;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.loader .spinner-grow {
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
    position: absolute;
    width: 40px;
    height: 40px
}

.no-loader .loader {
    visibility: hidden;
    opacity: 0
}

body, h1, h2, h3, h4, h5, h6, a, .iConOf {
    font-family: var(--tn-fontfamily) !important;
}
body, div, h3, h4, li, ol {
    margin: 0;
    padding: 0;
}
.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled {
    background-color: var(--tn-primary);
    border-color: var(--tn-primary);
    /*color: var(--tn-primary-op)*/
}

    .btn-primary.focus,
    .btn-primary:focus,
    .btn-primary:hover,
    .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: var(--tn-primary);
        border-color: var(--tn-primary);
        /*color: var(--tn-primary-op);*/
        box-shadow: 0 7px 23px -8px var(--tn-primary-op)
    }
a,a:hover {
    color: var(--tn-primary)
}
.custom-control-input:checked ~ .custom-control-label::before {
    border-color: var(--tn-primary);
    background-color: var(--tn-primary);
}
.AQ.text-primary {
    color: var(--tn-primary) !important
}

    .AQ.text-primary:hover {
        color: var(--tn-primary) !important;
    }

.btn-outline-primary {
    color: var(--tn-primary);
    border-color: var(--tn-primary);
}
#side-menu li a svg {
    transition: fill 0.3s ease; /* 过渡效果 */
}

#side-menu li a svg path {
    transition: fill 0.3s ease; /* 过渡效果 */
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: var(--tn-primary);
    border-color: var(--tn-primary);
}

.btn-outline-danger {
    color: var(--tn-danger);
    border-color: var(--tn-danger);
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: var(--tn-danger);
        border-color: var(--tn-danger);
    }

.fs-vw-4 {
    font-size: 2.8vw;
}

.fs-vw-6 {
    /*font-size: 6vw;*/
    font-size: 4vw;
    will-change: font-size;
}

.page-sidebar, .page-header,
.page-header .navbar,
.card, .card-footer, .card-header {
    background-color: var(--tn-bgw-op);
    transition: background-color 0.3s ease; /* 示例：背景色过渡效果 */
}

.form-control,
.form-select,
.dropdown-menu,
.divFrozen thead,
.grid-stack-item-content,
.chosen-container,
.colSetTb tr.sortable-handle.branch,
.chosen-container-single .chosen-single{
    background-color: var(--tn-bgw-op) !important;
    transition: background-color 0.3s ease; /* 示例：背景色过渡效果 */
}

    .form-control:disabled, .form-control[readonly] {
        background-color: #e9edf3 !important;
        opacity: 1;
        cursor: default
    }

hr.divider {
    width: 100%;
}
.w-80{
    width:80%
}
.vertical-menu {
    height: 70px
}

#imgWeather {
    width: 48px;
    height: 48px;
}

.hpt-60 {
    height: calc(60% - 10px);
}

.hpt-40 {
    height: calc(40% - 10px);
}

.h-15 {
    height: 15% !important;
}
.h-30 {
    height: 30% !important;
}
.h-35 {
    height: 35% !important;
}
.overflow-o {
    overflow: overlay
}
.h-40 {
    height: 40% !important;
}
.h-45 {
    height: 45% !important;
}

.h-48 {
    height: 48% !important;
}

.h-49 {
    height: 49% !important;
}
.h-55 {
    height: 55% !important;
}
.h-60 {
    height: 60% !important;
}
.h-65 {
    height: 65% !important;
}
.h-68 {
    height: 68% !important;
}
.h-70 {
    height: 70% !important;
}
.h-79 {
    height:79% !important;
}

.h-80 {
    height: 80% !important;
}

.h-85 {
    height: 85% !important;
}

.h-90 {
    height: 90% !important;
}

.h-95 {
    height: 95% !important;
}

.h-98 {
    height: 98% !important;
}

.main-content {
    margin-left: 80px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}

.card-header {
    background-color: var(--tn-bgw-op);
    border-bottom: 1px #f5f5f5 solid;
}

.bg-primary {
    background-color: rgb(103 194 58 / 20%) !important;
}

.noti-icon .badge {
    right: 2px;
}

.page-title-box {
    padding-bottom: 10px;
}

.LinkRadio {
    padding-left: 0.4rem;
}

/**頭部菜單及底部樣式start**/
#sidebar-menu {
    line-height: 46px;
    padding: 0;
}
/* .metismenu{margin-top: 25px;} */
.metismenu li {
    /* display: inline-flex; */
    flex: 1;
    /* width: auto;     */
    white-space: nowrap;
    position: relative;
    text-align: center;
    /*overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;*/
}

#sidebar-menu ul li a {
    display: flex;
    justify-content: left;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    padding: 0.65em 1.5em; /* 1.5rem*/
}

#page-topbar #sidebar-menu ul li a i {
    font-size: 1.4rem;
}

#page-topbar #sidebar-menu .has-arrow:after {
    content: "\F0140";
}

#page-topbar #sidebar-menu .mm-active > .has-arrow:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

#page-topbar #sidebar-menu ul li ul.sub-menu {
    padding: 0;
    position: absolute;
    top: 90%;
    background: #fff;
    z-index: 999;
    box-shadow: 0 4px 18px rgb(0 0 0 / 11%);
    right: 10px;
}

    #page-topbar #sidebar-menu ul li ul.sub-menu li {
        display: block;
    }

        #page-topbar #sidebar-menu ul li ul.sub-menu li a {
            padding: .75rem 2.5rem;
        }

.footer {
    left: 0
}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #fff;
    border-radius: 0.35rem;
    align-items: center;
    /*padding-left: 44px;*/
}

.brumbTop {
    box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
    background-color: var(--tn-bgw-op-left);
    transition: background-color 0.3s ease; /* 示例：背景色过渡效果 */
}

    .brumbTop .breadcrumb {
        background-color: transparent;
    }

a.dropdown-item.selected {
    background: #C8E6C9;
}
/**頭部菜單及底部樣式end**/

.marginTop25 {
    margin-top: 25px;
}

.mt27 {
    margin-top: 27px;
}
.mt29 {
    margin-top: 29px;
}

.mt35 {
    margin-top: 35px;
}

.mt72 {
    margin-top: 72px;
}

.mt100 {
    margin-top: 100px;
}

.form-control {
    font-size: var(--tn-fontSize)
}

    .form-control::placeholder {
        color: #bdbdbd;
    }

.logo {
    line-height: 70px;
    color: #fff !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
}

    .logo img {
        height: auto;
        max-width: 95%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        max-height: 100%;
    }

.padding0 {
    padding: 0;
}

.disPlayinB {
    display: inline-block;
}

.hide {
    display: none!important;
}

.n-wrap {
    max-width: 1860px;
    min-width: 998px;
    margin: 0px auto;
    background: #fff;
    padding: 0px 20px 20px;
}

.VtopCenter tr th {
    vertical-align: middle !important;
    text-align: center;
}

.n-wrap .table .badge {
    font-size: 90%;
    padding: 6px 8px;
}

.table tr td {
    vertical-align: middle;
}

.h1Title {
    display: flex;
    margin-bottom: .75rem;
}

    .h1Title > span:first-child {
        flex: 2; /* 66.66%;*/
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
    }
    /*.h1Title>span:last-child{
    flex:0.5; /*8.735%;* /
}*/
    .h1Title > span:last-child {
        flex: 0.5267;
        height: 30px;
        font-size: 60%;
        line-height: 1.5;
        border: 1px #fff solid;
    }

.pItems {
    margin-bottom: 14px;
    display: flex;
}

    .pItems span {
        flex: 1;
        font-weight: bold;
        line-height: 30px;
    }

    .pItems > span:last-child {
        flex: 0.55;
        text-align: center;
        line-height: 30px;
        height: 30px;
        padding-top: 0;
        border: 1px #fff solid;
    }

.col-md-4:first-child .h1Title .badge { /*除了第一个以外的地点图标都隐藏*/
    display: none !important;
}

.mt12 {
    margin-top: 12px;
}
/*复选框样式修改开始*/
.cbd > input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.11875rem;
    opacity: 0;
}

    .cbd > input + label {
        position: relative;
        margin-bottom: 0;
        vertical-align: top;
    }

        .cbd > input + label::before {
            position: absolute;
            top: .11875rem;
            left: -1.5rem;
            display: block;
            width: 1rem;
            height: 1rem;
            pointer-events: none;
            content: "";
            background-color: #fff;
            border: #ced4da solid 1px;
            border-radius: .25rem;
        }

    .cbd > input:checked ~ label::before {
        color: #fff;
        border-color: #67c23a;
        background-color: #67c23a;
    }

    .cbd > input + label::after {
        position: absolute;
        top: .11875rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

    .cbd > input:checked ~ label::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    }
/*复选框样式修改结束*/
/*徽章顏色S*/
.badge-Gray {
    background-color: #E0E0E0;
    color: #757575;
    border: 1px #EEEEEE solid;
}

.badge-Green {
    border: #e1f3d8 1px solid;
    background-color: #f0f9eb;
    color: #67c23a;
}
/*徽章顏色E*/
/**渐变背景**/
.badge-gradient-info {
    background: linear-gradient(to right, #90caf9, #047edf 99%);
    color: #ffffff;
}

.badge-gradient-success {
    background: linear-gradient(to right, #84d9d2, #07cdae);
    color: #ffffff;
}

.badge-gradient-warning {
    background: linear-gradient(to right, #f6e384, #ffd500);
    color: #ffffff;
}

.badge-gradient-danger {
    background: linear-gradient(to right, #ffbf96, #fe7096);
    color: #ffffff;
}

.badge-gradient-secondary {
    background: linear-gradient(to right, #e7ebf0, #868e96);
    color: #546e7a;
}
/**渐变背景**/
.textNor {
    resize: none !important;
}

.layui-layer-setwin .layui-layer-close1 {
    background-position: -79px -40px !important;
}

.layui-layer-btn .layui-layer-btn0, .layui-layer-btn .layui-layer-btn0:hover {
    border-color: #ee5455 !important;
    background-color: #ee5455 !important;
    color: #fff;
}

.listG li {
    background: #E8F5E9;
}

    .listG li a {
        color: #009688;
    }

        .listG li a.d-flex:hover {
            color: #67c23a !important;
        }

.timesBg {
    color: #fff !important;
}

.textIn {
    text-indent: 2em;
    display: inline-block;
}
/*.input-group .chosen-container{
    width:89%!important;
}
@media (min-width: 756px) and (max-width: 1080px) {
    .input-group .chosen-container {
        width: 82% !important;
    }
}*/
.redR {
    color: red;
}

.dispInblock {
    display: inline-block;
    width: 82%;
    margin-left: .25rem;
}

.fengsuy {
    width: 76%;
    margin-right: 10px;
    padding-top: 10px;
}

.textIndent {
    text-indent: 0;
}

.txtIndentTwo {
    text-indent: 2em;
}

.IndexPM25 {
    position: relative;
    top: -25%;
    left: 0;
    font-weight: bold;
    font-size: 15px;
}

.fengSu {
    position: relative;
    top: 9%;
    left: 25px;
}

.akg {
    width: 35px;
    height: 48px;
    padding-top: 10px;
    display: block;
}

.kg {
    width: 33px;
    height: 32px;
    margin-top: 10px;
    display: inline-block;
}

.kgout {
    background: url('../images/gj.png') center no-repeat;
}

.kj {
    background: url('../images/kj.png') center no-repeat;
}

.noBoxShadow {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.aUserImg {
    /*float: left;*/
    position: relative;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 50%;
    margin: 20px 15px 0 15px;
    overflow: hidden;
    padding: 10px;
    background: #e0e0e0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 1px 2px #ccc;
    border-radius: 50%;
    width: 300px;
    height: 300px;
}

.imgDivA {
    display: flex;
    justify-content: center;
    align-items: center;
}

.logomax {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%
}

.imgAvatar {
    width: 100%;
    /*overflow: hidden;*/
    background: #607d8b0f;
    border-radius: 50%;
    height: 56px;
    padding: 5px;
}

    .imgAvatar img, .aUserImg img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/*超出顯示省略號*/
.overflowE {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*#region 默认显示箭头*/
.sort a {
    color: #747a80;
}

.sortasc a, .sortdesc a {
    color: #67c23a;
}

table tr th a {
    display: block
}

.sort, .sortasc, .sortdesc {
    cursor: pointer;
    position: relative;
}

    .sort:before, .sortasc:before, .sortdesc:before, .sort:after, .sortasc:after, .sortdesc:after {
        position: absolute;
        bottom: 0.9em;
        display: block;
        opacity: 0.3;
    }

    .sort:before, .sortasc:before, .sortdesc:before {
        right: 1em;
        content: "\2191";
    }

    .sort:after, .sortasc:after, .sortdesc:after {
        right: 0.5em;
        content: "\2193";
    }

    .sortasc:before, .sortdesc:after {
        opacity: 1;
        color: #67c23a;
    }
/*#endregion 默认显示箭头*/
/*#region 折疊表格樣式start*/
.table .td-operate {
    width: 6%;
    text-align: center;
    padding: 0.5em;
    vertical-align: middle;
}

.faA {
    font-size: 18px;
}

.add-business {
    cursor: pointer;
    line-height: 33px;
}

table.treetable span.indenter {
    display: inline-block;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /*width: 19px;*/
}

table.treetable tr span.indenter a {
    display: inline-block;
    font: normal normal normal 14px/1 "Font Awesome 5 Free";
    font-weight: 900;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    outline: none;
}

table.treetable tr.collapsed span.indenter a,
table.treetable tr.expanded span.indenter a {
    /*width: 32px;*/
    font-size: 20px;
    display: inline-block;
    text-align: left;
    /*margin-right: 10px;*/
    color: #67c23a;
    vertical-align: middle;
}

.colSetTb tr:has(td[colspan='13']) {
    background: #F5F6FA;
}

.colSetTb tr.sortable-handle.branch {
    background: #ffffff;
    border-bottom: 1px #e0e0e0 solid;
}

.colSetTb tr.sortable-handle.leaf:nth-of-type(even) {
    background: #F5F6FA;
}

table.treetable.otherTb tr:not([data-tt-path='1']):nth-child(2n) {
    background: #eceff1;
}

table.treetable.otherTb tr:not([data-tt-path='1']):nth-child(2n+3) {
    background: #f4f5f7;
}

table.treetable tr.collapsed span.indenter a:before {
    content: "\f055";
}

table.treetable tr.expanded span.indenter a:before {
    content: "\f056";
}

.leaf td span.indenter {
    padding-left: 26px !important;
}
/*#endregion 折疊表格樣式end*/
/*#region 单选按钮样式修改开始**/
.editEqui .custom-control-inline {
    margin-right: 0;
}

.editEqui .custom-control-input {
    position: absolute;
    right: 5px;
    top: .3rem;
    left: inherit;
    z-index: -1;
    width: 1rem;
    height: 1.11875rem;
    opacity: 0;
}

.editEqui .custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: middle;
    padding: .3rem 1rem;
    border: 1px solid #ccc;
    /*padding-right: 1.5rem;*/
    border-radius: 5px;
    cursor: pointer;
}

.editEqui .custom-radio .custom-control-label::before {
    border-radius: 5px;
    opacity: 0; /*隱藏單選按鈕*/
}

.editEqui .custom-control-label::before {
    position: absolute;
    top: .3rem;
    right: 5px;
    left: inherit;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    background-color: #fff;
    border: #ced4da solid 1px;
}

.editEqui .custom-control-label::after {
    position: absolute;
    top: .3rem;
    right: 5px;
    left: inherit;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background: no-repeat 50% / 50% 50%;
    opacity: 0; /*隱藏單選按鈕*/
}

.editEqui .custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.editEqui input[type="radio"]:checked + label {
    background-color: rgba(103, 194, 58, 0.18) !important
}
/*#endregion 单选按钮样式修改结束**/
/*#region 單選按鈕組樣式start*/
.rbListStyle {
    width: 100%
}

.rbListStyle tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.rbListStyle tr td {
    width: 100%;
}

.rbListStyle tr > td input[type="radio"] {
    display: none;
}

    .rbListStyle tr > td input[type="radio"] + label {
        border: 1px solid #CCC;
        color: #666;
        padding: 2px 5px;
        line-height: 24.6px;
        font-size:12px;
        width: 100%;
        text-align: center;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
        overflow: hidden;
        margin: 0 0 1px;
        border-radius: 4px;
        cursor: pointer;
    }

    .rbListStyle tr > td input[type="radio"]:checked + label {
        border: 1px solid var(--tn-primary);
        color: #fff;
        background-color: var(--tn-primary);
    }

/*#region 登录页多语言切换*/
.loginLang .rbListStyle tr {
    justify-content: center;
}
.loginLang .rbListStyle tr td {
    width: auto;
}
.loginLang .rbListStyle tr > td input[type="radio"] + label {
    border: none;
    color: #666;
    padding: 0px 5px;
    line-height: 1;
    font-size: 12px;
    width: 100%;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    overflow: hidden;
    margin: 0 0 1px;
    border-radius: 0;
    cursor: pointer;
}
.loginLang .rbListStyle tr > td:first-child input[type="radio"] + label {
    border-right: 2px solid;
    padding-right: 8px;
    border-right-color: var(--tn-primary);
}
.loginLang .rbListStyle tr > td input[type="radio"]:checked + label {
    color: var(--tn-primary);
     background-color: transparent; 
}
/*#endregion*/
/*#endregion 單選按鈕組樣式end*/

.btnGroup .btn[disabled] {
    background-color: lightgray;
    color: gray;
    cursor: not-allowed;
}
/*拖动table 行样式*/
.sortable-chosen { /*被选中项的css 类名#ffccbc*/
    background-color: #C8EBFB;
}

.my-handle {
    cursor: move;
}

/*#region 固定表头*/
.table-responsive { /*如果这里设置overflow-x会导致 thead position: sticky;失效*/
    overflow-x: unset !important;
}

    .table-responsive table { /*将overflow-x属性给到table*/
        overflow-x: auto !important;
    }

        .table-responsive table thead { /*设置表头粘性固定，隐藏原下边框 */
            background-color: Window !important;
            position: sticky;
            top: 0px;
            z-index: 10;
            border-bottom-width: 0px !important;
        }

            .table-responsive table thead::before { /*通过before绘制固定表头下边框，自带下边框会随滚动条移动 inherit继承边框*/
                content: "";
                width: 100%;
                height: 0px;
                position: absolute;
                top: 0px;
                /*border-top: 1px #dee2e6 solid;*/
                bottom: 0px;
                border-bottom: 1px #dee2e6 solid;
            }
/*#endregion*/

/*#region 主体框架样式修改*/

#leftSidebar {
    width: 80px;
    /* min-height: 100vh;
    margin-top: 110px;*/
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 99;
    background-color: var(--tn-bgw-op-left);
    transition: transform 0.3s ease;
    /*height: calc(100vh - 110px);*/
    /* overflow-y: auto;*/
    -webkit-box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
    box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
}

/*滑入*/
@keyframes slip_in {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

/*滑出*/
@keyframes slip_out {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

.sub-menu {
    display: none;
    animation: slip_out 0.6s;
}

#leftSidebar ul {
    margin: 20px 0;
    padding: 0;
    height: calc(100% - 180px);
}

    #leftSidebar ul.sub-menu {
        width: 200px;
        height: auto;
        position: absolute;
        left: 80px;
        background: #fff;
        top: 0;
        z-index: 100;
        -webkit-box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
        box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
    }

.textleft li {
    text-align: left;
}

ul li {
    list-style-type: none;
}

#leftSidebar ul li {
}

.ulAir {
    height: 36px;
}

    .ulAir li {
        padding-left: 20px;
        padding-right: 20px;
        border-right: 1px #EEEEEE solid;
    }

.iconfont.fa-1x {
    font-size: 1.625em !important;
    font-weight: normal;
}

.ulAir li:last-child {
    border-right: 0;
    padding-right: 10px;
}

.footer-lang .dropdown {
    text-align: right;
}

.footer-lang .dropdown-menu[x-placement^=top] {
    bottom: -30px;
}

.footer-lang img {
    max-width: 24px;
    border: 1px solid #fff;
    margin-right: 6px;
}

.footer-lang .dropdown > button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 13px;
}

.iconsvg {
    width: 32px;
    height: 32px;
}

#leftSidebar ul a {
    color: #666;
    width: 100%;
    display: block;
    padding: 25px 10px;
}

.cusTab {
    width: 40px;
    height: 40px;
    padding: 0 3px 5px;
    cursor: pointer;
}

    .cusTab.active {
        border-bottom: 2px #4CAF50 solid;
        background-color: #E8F5E9;
        box-shadow: 0 0 17px 0 rgba(130, 122, 122, 0.1);
        transition: all .3s ease-in-out;
    }


.menuActive, .homeMenu:hover {
    color: var(--tn-primary) !important; /*#4CAF50*/
    background-color: var(--tn-primary-op);
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.11);
    transition: all 0.1s ease-in;
}

.has-menu .sub-menu .menuActive {
    box-shadow: none;
    background-color: transparent
}

.has-menu:hover {
    /*background: #E8F5E9;*/
    cursor: pointer;
    color: var(--tn-primary) !important;
    background-color: var(--tn-primary-op);
    box-shadow: 3px 0px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 5px rgba(0, 0, 0, 0.11);
    transition: all 0.1s ease-in;
}

#leftSidebar .sub-menu a:hover, #leftSidebar ul.sub-menu a:focus, #leftSidebar ul.sub-menu a:active {
    color: var(--tn-primary) !important;
    /*background: var(--tn-primary-op);*/
}

.sub-menu:hover {
    display: block !important;
}

.has-menu:hover .sub-menu, .has-arrow:hover .sub-menu {
    display: block !important;
    z-index: 9;
    animation: slip_in 0.6s;
}
/*, #leftSidebar .metismenu li:has(a.menuActive)*/

.has-menu:hover .has-arrow {
    color: var(--tn-primary) !important;
}
/*#endregion*/
/*#region 主頁主題設置層*/
.setModal {
    width: 350px;
    min-height: 350px;
    height: auto;
    background: #fff;
    position: absolute;
    left: 85px;
    bottom: 50px;
    z-index: 999;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 5px 10px 5px rgba(54, 74, 99, .05);
}

.sp-replacer {
    border: solid 1px #ced4da;
    background: #fff;
    border-radius: .25rem;
}

.sp-preview {
    border: none;
}

.sp-replacer.sp-active, .sp-replacer:hover {
    border-color: #7E57C2;
}

.sp-container {
    border-radius: 0;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    padding: 0;
    box-shadow: 0 1px 3px 0 rgba(54, 74, 99, .05);
}
/* 隐藏取消和选择按钮 */
.sp-cancel, .sp-choose {
    display: none;
}
/*.theme-eyeMode .setModal {
    background-color:var(--tn-green-op)
}*/
.form-range {
    width: 100%;
}

    .form-range::-webkit-slider-thumb {
        background-color: var(--tn-primary);
        transition: background-color 0.3s ease; /* 示例：背景色过渡效果 */
    }

.removeIconP {
    position: absolute;
    top: -10px;
    right: 0px;
    font-size: 20px;
    z-index: 99;
    cursor: pointer;
    display: none;
}

.custom-file-upload:hover .removeIconP {
    display: block;
    transition: display 0.3s ease; /* 示例：背景色过渡效果 */
}

.fHidden {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.iConOf {
    position: absolute;
    left: 0;
    bottom: 0;
}

.dright .btn-group label input[type=radio] {
    display: none
}

.dright .btn-group label:has(input:checked) {
    background: var(--tn-primary);
    color: #fff;
}

.legendUl li {
    flex: 0 0 50%;
    padding-right: 5px;
}

.deviceThum {
    /*padding: 5px;*/
    width: 64px;
    height: 64px;
    position: absolute;
    /*background: #fff;*/
    /*border-radius: 50%;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
    .deviceThum .circleD {
        position: relative;
        width: 80%;
        padding-top: calc(80% - 8px);
        border-radius: 50%;
        border: 4px #009B4C solid;
        color: #009B4C;
        font-weight: bold;
        font-size: 16px;
    }

        .deviceThum .circleD::after {
            content: attr(data-num);
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            color: inherit;
        }

    .deviceThum .triangleD {
        width: 0;
        height: 0;
        margin-top: -1px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 8px solid #009b4c;
    }

    .deviceThum .ellipseD {
        width: 32px;
        height: 12px;
        background-color: #cccccc;
        border-radius: 50%;
    }

    .deviceThum svg {
        object-fit: contain
    }

.bg-g {
    background-color: #747a80
}

.deviceThum.bg-g svg {
    fill: #fff
}

#deviceThum1 {
    top: 45%;
    right: 17%;
}

#deviceThum2 {
    top: 20%;
    right: 42%;
}

#deviceThum3 {
    top: 16%;
    right: 80%;
}

#deviceThum4 {
    top: 10%;
    right: 75%;
}
/*#endregion*/
/*#region 主面板样式修改*/
#legendContainer {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    #legendContainer li {
        flex: 0 0 50%; /* 设置每个 li 元素的宽度为 50% */
        padding-right: 5px;
    }

        #legendContainer li:nth-child(2n) {
            padding-right: 0px;
        }

.BigDiv {
    display: block;
    width: 100%;
    height: 46px;
}

    .BigDiv .dropdown:first-child {
        padding-right: 5px;
    }

.customCb input {
    display: none;
}

.customCb label {
    border: 1px solid #CCC;
    color: #666;
    padding: 2px 10px 2px 5px;
    line-height: 28px;
    min-width: 100%;
    text-align: center;
    float: left;
    border-radius: 4px;
    cursor: pointer;
}

.customCb input:checked + label {
    border: 1px solid #00a4ff;
    background-size: 21px 21px;
    color: #00a4ff;
}

.swiper1 {
    width: 100%;
    height: 100%;
}

.card {
    margin-bottom: 15px;
}

.cusContent .swiper-horizontal {
    /* height: 290px;*/
    height: 100%
}

/*.swiper-pagination-bullet {
    width: 100px !important;
    height: 30px !important;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    border-radius: 5px !important;
    color: #000 !important;
    opacity: 1 !important;
    background: rgba(0, 0, 0, 0.2) !important;
}

.swiper-pagination-bullet-active {
    color: #fff !important;
    background: #007aff !important;
}*/

.swiper-slide {
    opacity: 0 !important;
}

.swiper-slide-active {
    opacity: 1 !important;
}

.colorDiv {
    margin-bottom: 0px;
}

    .colorDiv li {
        padding: 10px;
    }

    .colorDiv .badge:empty {
        display: inline-block;
    }

    .colorDiv .badge {
        display: inline-block;
        width: 60px;
        height: 16px;
        margin-right: 10px
    }

.pcom .col-md-4:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.pcom .col-md-6:not(:last-child) {
    border-right: 1px solid #e5e5e5;
}

.gt {
    /*font-size: 46px;*/
    /*margin: 10px 0;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.glowing-text {
    text-shadow: 0 0 8px #f7ef00;
    color: #FDD835;
}

.glowing-text-gray {
    text-shadow: 0 0 8px #607D8B;
    color: #607D8B;
}

.text-gray {
    color: #BDBDBD;
}

.glowing-text-green {
    text-shadow: 0 0 8px #009688;
    color: #009688;
}

.badge-yellow {
    color: #fff;
    background-color: #fff000;
}

.cus-progress {
    border-radius: 10px;
    height: 1.25rem;
}

    .cus-progress .progress-bar {
        border-radius: 10px;
    }

    .cus-progress .progress-value {
        top: 50%;
        right: 5%;
    }
.main-panel {
    flex: 1; /* 占据可用空间的剩余部分 */
}
.gap-6{
    gap:6px;
}
.search-panel {
    flex: 0 0 auto; /* 不伸缩，保持其原始大小 */
    width: 250px; /* 设置一个初始宽度，可以根据需要调整 */
    margin-left: 14px;
}
/*#endregion*/
/*#region 功能鍵樣式*/
.funContent {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    position: relative
}

    .funContent .selector {
        height: 100%;
        position: relative
    }

        .funContent .selector button {
            border: none;
            padding: .5rem;
            height: 3vw;
        }

        .funContent .selector button {
            position: relative;
            /*   width: 100%;
    height: 100%;*/
            padding: 2px;
            background: #CCC;
            border-radius: 50%;
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            transition: all .1s;
            /* 绘制正六边形 */
            -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
            clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
        }

            .funContent .selector button:hover {
                background: var(--tn-primary);
            }

            .funContent .selector button:focus {
                outline: none;
            }

        .funContent .selector ul {
            position: absolute;
            list-style: none;
            padding: 0;
            margin: 0;
            /*top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;*/
            width: 100%;
            height: 100%;
        }

        .funContent .selector li {
            position: absolute;
            width: 100%;
            height: 100%;
            /*margin: 0 50%;*/
            -webkit-transform: rotate(-360deg);
            transition: all 0.8s ease-in-out;
        }

            .funContent .selector li input {
                display: none;
            }

                .funContent .selector li input + label {
                    position: absolute;
                    left: 50%;
                    bottom: 75%;
                    width: 0;
                    height: 0;
                    line-height: 1px;
                    margin-left: 0;
                    /*margin-bottom:0;*/
                    background: #f0f0f0;
                    border-radius: 50%;
                    text-align: center;
                    font-size: 1px;
                    overflow: hidden;
                    cursor: pointer;
                    box-shadow: none;
                    transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
                    /* 绘制正六边形 */
                    -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
                    clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
                }

                    .funContent .selector li input + label:hover {
                        background: #BDBDBD;
                    }

                .funContent .selector li input:checked + label {
                    background: var(--tn-primary);
                    color: white;
                }

                    .funContent .selector li input:checked + label:hover {
                        background: var(--tn-primary);
                    }

        .funContent .selector.open li input + label {
            width: 100%;
            height: 100%;
            /*line-height: 100px;*/
            /* margin-left: 35px; */
            box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
            font-size: 14px;
            z-index: 9999;
        }
/*#endregion*/
/*#region 功能鍵樣式2*/
.funContentBtn {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
}

    .funContentBtn .selector {
        position: relative;
        margin-bottom: 5px;
    }

        .funContentBtn .selector a {
            position: relative;
            display: block;
            /*padding: 2px;*/
            /* background: #CCC;
        border-radius: 50%;*/
            border: none;
            color: white;
            font-size: 20px;
            cursor: pointer;
            /*box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);*/
            transition: all .1s;
            /* -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
        clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);*/
            height: 2vw;
        }

    .funContentBtn .modeContent,
    .funContentBtn .speedContent {
        list-style: none;
        padding: 0;
        margin: 0;
        bottom: 100%;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        width: 100%;
        z-index: 1;
    }

        .funContentBtn .modeContent li,
        .funContentBtn .speedContent li {
            padding: 5px;
            cursor: pointer;
        }

            .funContentBtn .modeContent li:hover,
            .funContentBtn .speedContent li:hover {
                background-color: var(--tn-primary-op);
            }

    .funContentBtn .selector li input {
        display: none;
    }

        .funContentBtn .selector li input + label {
            margin-bottom: 0
        }

        .funContentBtn .selector li input:checked + label {
            background: var(--tn-primary) !important;
        }

    .funContentBtn .toggle-switch,
    .funContentBtn .toggle-mode,
    .funContentBtn .toggle-speed {
        width: 100%;
        border: none;
        background-color: transparent;
        cursor: pointer;
        /*padding: 10px;*/
    }

        .funContentBtn .toggle-switch:focus,
        .funContentBtn .toggle-mode:focus,
        .funContentBtn .toggle-speed:focus {
            outline: none;
        }

    /* 动画效果 */
    .funContentBtn .modeContent.show,
    .funContentBtn .speedContent.show {
        display: block;
        animation: slideUp 0.3s forwards;
    }

@keyframes slideUp {
    from {
        transform: translateY(10%);
    }

    to {
        transform: translateY(0%);
    }
}
/*#endregion*/
/*#region 主頁樣式修改2024-08-15*/
.btnModules {
    position: fixed;
    bottom: 80px;
    right: 20px;
    justify-content: end;
    flex-direction: column;
    z-index: 999;
}

.raduisCircular {
    box-shadow: 0 2px 3px 0 rgb(54 74 99 / 23%);
    background: #fff;
    padding: 8px 10px;
    border-radius: 50%;
    align-items: center;
    display: flex;
    border-color: hsl(194deg 64% 41% / 20%);
    color: #9E9E9E;
}

    .raduisCircular:hover, .raduisCircular:focus, .raduisCircular:active, .raduisCircular:visited {
        box-shadow: 0 1px 1px hsl(0deg 0% 0%/3%), 0 2px 2px hsl(0deg 0% 0%/3%), 0 4px 4px hsl(0deg 0% 0%/3%), 0 8px 8px hsl(0deg 0% 0%/3%), 0 16px 16px hsl(0deg 0% 0%/3%);
        transition: box-shadow 0.3s ease; /* 示例：背景色过渡效果 */
        color: var(--tn-primary);
    }
/*紅橙黃藍綠*/
.border-cus-r {
    border: 4px #E57373 solid;
}

.border-cus-o {
    border: 4px #FFA726 solid;
}

.border-cus-y {
    border: 4px #FFF176 solid;
}

.border-cus-b {
    border: 4px #81D4FA solid;
}

.border-cus-g {
    border: 4px #81C784 solid;
}

.text-r {
    color: #E57373
}

.text-o {
    color: #FFA726
}

.text-y {
    color: #FFF176
}

.text-b {
    color: #81D4FA
}

.text-g {
    color: #81C784
}

li.subTitle {
    display: block;
    padding: 5px 15px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.d-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 创建两列 */
    gap: 0px; /* 列与列之间的间隙 */
    list-style: none;
    padding: 0;
    text-align:center;
}

.borRadiusCircle {
    border-radius: 50%;
}

.object-fit {
    object-fit: contain
}
.object-fit-c {
    object-fit: cover;
    border-top-right-radius: .35em;
    border-bottom-right-radius: .35em;
}

.dataNums li span, .fs-vw-825 {
    font-size: 0.6vw;
    /*font-size: 0.825vw;*/
    will-change: font-size;
}

.dataNums li h6 {
    font-size: 0.936vw;
    /* font-size: 1.25vw;*/
    /*font-size: 0.9rem;*/
    will-change: font-size;
    margin-bottom: 2px;
}

.selectComp .dataNums li span, .selectComp .fs-vw-825 {
    font-size: 1.5vw;
}

.selectComp .fs-vw-6 {
    font-size: 12vw
}

.selectComp .dataNums {
    align-content: center;
    gap: 20px;
}

    .selectComp .dataNums li h6 {
        font-size: 2vw;
    }

.selectComp1 .dataNums li span, .selectComp1 .fs-vw-825 {
    font-size: 1vw;
}

.selectComp1 .fs-vw-6 {
    font-size: 6vw
}

.selectComp1 .dataNums {
    align-content: center;
}

    .selectComp1 .dataNums li h6 {
        font-size: 1.25vw;
    }

.dRNums-1 li span {
    font-size: 0.6vw;
}

.dRNums-1 li h6 {
    font-size: 0.9vw;
    margin-bottom: 2px;
}

.rightDataShow {
    border: 1px #E0E0E0 solid;
    border-radius: .325rem;
    background-color: transparent !important;
}

    .rightDataShow h3 {
        font-size: 1.01vw
    }

.bgImgCus {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.borderRAd {
    border-radius: .325rem;
}

.Redx {
    color: #E57373
}

.dRNum {
 /*   width: 90%;
    padding-top: 90%;
    margin: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    line-height: 0;
    position: relative;*/
    position: relative;
    width: 65%;
    padding-top: calc(65% - 8px);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .dRNum:after {
        content: attr(data-num);
        position: absolute;
        top: 50%; /* 垂直居中 */
        left: 50%; /* 水平居中 */
        transform: translate(-50%, -50%); /* 使其真正居中 */
    }

.toolSet a {
    color: #747a80;
    padding: .5rem .75rem;
    min-width: 40px;
}

.toolSet a:hover {
    color: var(--tn-primary)
}
/*#endregion */
/*#region 主面板空气净化器操作部分*/
.selectWrap {
    position: relative;
    /*margin: 50px auto;*/
    height: 100%;
    width: 100%;
    display: flex;
}

    .selectWrap .selector {
        position: absolute;
        /*    left: 54%;
top: 60%;*/
        /* width: 100px;
height: 100px;*/
        margin-top: -70px;
        margin-left: -70px;
        width: 30%;
        /* height: initial;*/
        left: 50%;
        top: 61%;
    }

        .selectWrap .selector:first-child {
            left: 35%;
            top: 30%;
        }

        .selectWrap .selector:nth-child(3) {
            top: inherit;
            bottom: 5%;
            left: 35%;
        }

        .selectWrap .selector,
        .selectWrap .selector button {
            font-family: 'Oswald', sans-serif;
            font-weight: 300;
        }

            .selectWrap .selector button {
                position: relative;
                width: 100%;
                height: 100%;
                padding: 2px;
                background: #CCC;
                border-radius: 50%;
                border: 0;
                color: white;
                font-size: 20px;
                cursor: pointer;
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
                transition: all .1s;
                /* 绘制正六边形 */
                -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
                clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
            }

                .selectWrap .selector button:hover {
                    background: #5cb85c;
                }

                .selectWrap .selector button:focus {
                    outline: none;
                }

            .selectWrap .selector ul {
                position: absolute;
                list-style: none;
                padding: 0;
                margin: 0;
                /*top: -5px;
right: -5px;
bottom: -5px;
left: -5px;*/
                width: 100%;
                height: 100%;
            }

            .selectWrap .selector li {
                position: absolute;
                width: 100%;
                height: 100%;
                /*margin: 0 50%;*/
                -webkit-transform: rotate(-360deg);
                transition: all 0.8s ease-in-out;
            }

                .selectWrap .selector li input {
                    display: none;
                }

                    .selectWrap .selector li input + label {
                        position: absolute;
                        left: 50%;
                        bottom: 75%;
                        width: 0;
                        height: 0;
                        line-height: 1px;
                        margin-left: 0;
                        /*margin-bottom:0;*/
                        background: #f0f0f0;
                        border-radius: 50%;
                        text-align: center;
                        font-size: 1px;
                        overflow: hidden;
                        cursor: pointer;
                        box-shadow: none;
                        transition: all 0.8s ease-in-out, color 0.1s, background 0.1s;
                        /* 绘制正六边形 */
                        -webkit-clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
                        clip-path: polygon(50% 0%, 95% 25%, 95% 75%, 50% 100%, 5% 75%, 5% 25%);
                    }

                        .selectWrap .selector li input + label:hover {
                            background: #BDBDBD;
                        }

                    .selectWrap .selector li input:checked + label {
                        /*  background: #5cb85c;*/
                        color: white;
                    }

                        .selectWrap .selector li input:checked + label:hover {
                            background: #449d44;
                        }

            .selectWrap .selector.open li input + label {
                width: 100%;
                height: 100%;
                /*line-height: 100px;*/
                /* margin-left: 35px; */
                box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
                font-size: 14px;
                z-index: 9999;
            }

.pSelected {
    /*background: #5cb85c!important;*/
}

.imgSvg {
    width: 100%;
    height: 100%;
}
/*#endregion*/
/*#region 新增/編輯地點部分平面圖樣式*/
.locCanvas {
    height: 480px;
    /* overflow: scroll;*/
    padding: 10px 0;
}

    .locCanvas .shape {
        /*cursor:default!important*/
    }

    .locCanvas .dragDiv {
        width: 100%;
        height: 100%;
        border: none;
        /*overflow: auto;*/
    }

    .locCanvas #canvas {
        position: absolute;
        left: 0px;
        top: 0px;
        padding: 0px;
        z-index: 9;
        background: #fff;
        width: 100%;
        height: 100%;
    }

    .locCanvas .box .content {
        position: static;
    }

.uploCss {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px #ccc solid;
    border-radius: 50%;
    background-color: #E0E0E0;
    margin-top: -5px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    cursor: pointer
}

.formFile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; /* 与 span 元素同宽 */
    height: 100%; /* 与 span 元素同高 */
    opacity: 0; /* 设置为透明 */
    cursor: pointer; /* 鼠标悬停时显示指针，‌表明这是可点击的 */
}

::-webkit-file-upload-button {
    cursor: pointer
}

.divFrozen {
    overflow-y: overlay;
}

.minH300 {
    min-height: 300px;
}

.maxH500 {
    max-height: 500px;
}

.maxH600 {
    max-height: 600px;
}
.BigDiv ul.dropdown-menu {
    max-height: 130px;
    overflow-y: overlay;
}
.plusCss {
    position: relative;
    z-index: 20;
}

.floorDevice {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    padding: 5px;
}

.floorWrap .shape {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px #000000 dotted;
    /*margin: 10px;*/
    opacity: 0.8;
    padding: 5px;
}

.floorWrap ul .shape {
    cursor: move;
}

.floorWrap .border-right {
    z-index: 100;
}

li .shape {
    margin: 10px;
}

.floorWrap .rectangle {
    width: 128px;
    background-color: #94d474;
}

.floorWrap .square {
    background-color: #ed4b58;
}

.floorWrap .circle {
    background-color: #1b8bd8;
    border-radius: 50%;
}

.floorWrap .triangle {
    width: 0;
    height: 0;
    border-top: 0;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent;
    border-bottom: 64px solid #4CAF50;
}

.Aimgs {
    width: 60px;
    height: 60px;
}

    .Aimgs img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

/*#endregion*/
/*#region 登錄頁樣式修改*/
.card-leftbr {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: -6px 1px 17px 0 rgba(130, 122, 122, 0.1);
}
.card-rightbr {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    box-shadow: 6px 0px 17px 0 rgba(130, 122, 122, 0.1);
}
.bzData ul li div span.badge,.minW100 {
    min-width: 100px;
}
/*#endregion */
/*#region 滚动条 */
::-webkit-scrollbar-thumb:horizontal { /*水平滚动条的样式*/
    width: 4px;
    background-color: #CCCCCC;
    -webkit-border-radius: 6px;
}

::-webkit-scrollbar-track-piece {
    background-color: #fff; /*滚动条的背景颜色*/
    -webkit-border-radius: 0; /*滚动条的圆角宽度*/
}

::-webkit-scrollbar {
    width: 8px; /*滚动条的宽度*/
    height: 6px; /*滚动条的高度*/
}

::-webkit-scrollbar-thumb:vertical { /*垂直滚动条的样式*/
    height: 50px;
    background-color: #999;
    -webkit-border-radius: 4px;
    outline: 2px solid #fff;
    outline-offset: -2px;
    border: 2px solid #fff;
}

::-webkit-scrollbar-thumb:hover { /*滚动条的hover样式*/
    height: 50px;
    background-color: #9f9f9f;
    -webkit-border-radius: 4px;
}
/*#endregion 滚动条 */
/*#region 修改tippy的tooltip樣式*/
.tippy-box[data-theme='light'] {
    background-color: #fff;
    color: #333;
    /*box-shadow: 0 2px 3px 0 rgb(54 74 99 / 23%);*/
    box-shadow: 0 2px 6px 4px rgb(54 74 99 / 23%);
    min-width: 420px;
    font-weight: 200;
}

.tippy-box {
    word-wrap: break-word;
    overflow-wrap: break-word;
}

    .tippy-box[data-theme='light'][data-placement^='top'] .tippy-arrow {
        border-top-color: #fff;
        color: #fff;
    }

    .tippy-box[data-theme='light'][data-placement^='bottom'] .tippy-arrow {
        border-bottom-color: #fff;
        color: #fff;
    }

    .tippy-box[data-theme='light'][data-placement^='left'] .tippy-arrow {
        border-left-color: #fff;
        color: #fff;
    }

    .tippy-box[data-theme='light'][data-placement^='right'] .tippy-arrow {
        border-right-color: #fff;
        color: #fff;
    }

/*#endregion 修改tippy的tooltip樣式*/
/*#region 錯誤頁面*/
.error-page :focus {
    outline: 0;
}

.error-page h3, .error-page h4, .error-page strong {
    font-weight: 700;
}

.error-page a {
    color: #428bca;
    text-decoration: none;
}

    .error-page a:hover {
        text-decoration: underline;
    }

.error-page {
    /*background: #f0f1f3;*/
    padding: 180px 0 80px;
    /*margin: 100px auto 0;*/
}

.error-page-container {
    position: relative;
    z-index: 1;
}

.error-page-main {
    position: relative;
    background: #f9f9f9;
    margin: 0 auto;
    width: 818px;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 50px 70px;
}

.error-page-main:before {
    content: '';
    display: block;
    /*background: url(../images/img/errorPageBorder.png);*/
    height: 7px;
    position: absolute;
    top: -7px;
    width: 100%;
    left: 0;
}

.error-page-main h3 {
    font-size: 24px;
    font-weight: 400;
    border-bottom: 1px solid #d0d0d0;
}

.error-page-main h5 {
    font-size: 16px;
    color: #b92222;
    border-bottom: 1px solid #d0d0d0;
}

.error-page-main h3 strong {
    font-size: 54px;
    font-weight: 400;
    margin-right: 20px;
}

.error-page-main h4 {
    font-size: 20px;
    font-weight: 400;
    color: #333;
}

.error-page-actions {
    font-size: 0;
    z-index: 100;
}

.error-page-actions div {
    font-size: 14px;
    display: inline-block;
    padding: 30px 0 0 10px;
    width: 44%;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #838383;
    float: left;
}

.error-page-actions .div2 {
    width: 56%
}

.error-page-actions .divList {
    width: 100%
}

.error-page-actions ol {
    list-style: decimal;
    padding-left: 20px;
}

.error-page-actions li {
    line-height: 2.5em;
}

.error-page-actions:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 17px;
    left: 50px;
    width: 200px;
    height: 10px;
    -moz-box-shadow: 4px 5px 31px 11px #999;
    -webkit-box-shadow: 4px 5px 31px 11px #999;
    box-shadow: 4px 5px 31px 11px #999;
    -moz-transform: rotate(-4deg);
    -webkit-transform: rotate(-4deg);
    -ms-transform: rotate(-4deg);
    -o-transform: rotate(-4deg);
    transform: rotate(-4deg);
}

.error-page-actions:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    bottom: 17px;
    right: 50px;
    width: 200px;
    height: 10px;
    -moz-box-shadow: 4px 5px 31px 11px #999;
    -webkit-box-shadow: 4px 5px 31px 11px #999;
    box-shadow: 4px 5px 31px 11px #999;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    -o-transform: rotate(4deg);
    transform: rotate(4deg);
}
/*#endregion*/

.no-data-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF; /* 不透明背景 */
    z-index: 10; /* 确保它在图表之上 */
}
/*#region showcasePage展示页 */
.wrapContainer {
    width: 100%;
    max-width: 100%;
}
.wrapContainer img {
    user-select: none;
}
.wrapContainer .headerContent {
    align-items: center;
    padding: 0 40px;
    width: 100%;
    height: 80px;
    line-height: 80px;
    /*position: fixed;*/
    top: 0;
    background: #fff;
    z-index: 6;
    color: #1b365d;
    transition: 0.5s;
}

    .wrapContainer .leftHeader {
        /*height: 48px;
    line-height: 48px;*/
        height: 60px;
        line-height: 60px;
        /*max-width: 360px;*/
        display: flex;
        justify-content: center;
        /*flex: 2;*/
    }
/*.wrapContainer .leftHeader,
.wrapContainer .mainHeader, .wrapContainer .righthHeader {
    flex: 1
}*/ 
.wrapContainer .righthHeader {
    line-height: normal;
    padding:0
}
.wrapContainer .aLink:hover {
    text-decoration:underline!important
}
.wrapContainer .righthHeader .floorList {
    margin-left: 10px;
}

    .wrapContainer .righthHeader .floorList .chosen-container-single .chosen-single {
        font-size: 14px;
    }

.wrapContainer .righthHeader .chosen-container {
    height: calc(1.5em + .685rem);
    min-height: auto
}

.wrapContainer .righthHeader .chosen-container-single .chosen-single {
    line-height: 31px;
}

.wrapContainer .mainHeader p {
    margin-block-start: 0;
    margin-block-end: 0;
    line-height: 1;
    margin-bottom: 10px;
}

.wrapContainer .boxShadow {
    box-shadow: 0px 5px 8px 0 rgba(54, 74, 99, .05);
}

.wrapContainer .boxShadow1 {
    box-shadow: -4px 10px 16px 0px rgb(158 158 158 / 54%);
}

.wrapContainer .righthHeader .loginLang .rbListStyle tr > td input[type="radio"] + label {
    font-size: 14px;
}

.wrapContainer .mainContent {
 /*   height: calc(100% + 80px);*/
    height: 100%;
    /*padding-top: 80px;*/
}

.imgShow {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: soft-light; /* 可选模式：multiply, overlay, soft-light 等 */
    position: relative;
    overflow: hidden;
    transition: background-color 0.5s ease;
}
.imgShow img {
    object-fit: cover;
}

.wrapContainer .boxContent {
    /*background: linear-gradient(0deg, #c0d7ec, #d3e3f2 13.05%, #e7eff4 43.12%, #ffffff 69%);*/
    background: linear-gradient(to bottom, #fbfcfd 0%, #f6f9fc 15%, #eff5fa 30%, #e9f1f8 45%, #e4eef6 60%, #dbe8f4 75%, #d0e1f1 90%, #c9ddef 100%);
    overflow-x: hidden;
    position: relative;
}
.wrapContainer .boxContent .leftBox {
    z-index:3
}

.wrapContainer .leftBox .floorList {
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
}

    .wrapContainer .floorList .chosen-container {
        border-radius: 10px;
    }

    .wrapContainer .floorList .chosen-container-single .chosen-single {
        background: #1977ba !important;
        border: none;
        color: #fff;
        font-size: 16px;
        font-weight: bold;
    }

        .wrapContainer .floorList .chosen-container-single .chosen-single div b, .wrapContainer .floorList .chosen-container-active.chosen-with-drop .chosen-single div b {
            border-top: 5px solid #fff;
        }

    .wrapContainer .floorList .chosen-container-active.chosen-with-drop .chosen-single {
        box-shadow: none;
        border: none
    }

.wrapContainer .rightBox {
    align-content: center;
    padding: 0 80px;
    z-index:3
}
    .wrapContainer .rightBox .floorName h1 ,.wrapContainer .rightBox .floorName h4 {
        font-size: 3rem;
    }
    .wrapContainer .rightBox .floorName .tishi {
        top: 0;
        right: 0;
        font-size: 16px;
        cursor:pointer
    }

    .wrapContainer .rightBox .list-group-item {
        border: none;
        background-color: transparent;
        padding: .75rem 1.25rem .75rem 0;
    }
.showcaseBody .list-group-item {
    border: none;
}
.inDoorInfo .rightInfo {
    padding-left: 15px;
    align-items: center;
    align-content: center;
}

.wrapContainer .fbold {
    font-weight: 600
}

.showcaseBody .txtColor {
    color: #1977ba;
}

.wrapContainer .bColor {
    background-color: #1977ba;
    color: white;
    border-radius: 4px;
    height: 31px;
    line-height: 1.5;
    font-size: 14px;
}
.rightInfo h3 {
    font-size: 2.5rem;
}
.wrapContainer .lettText {
    letter-spacing: 2px;
}
.wrapContainer .floorImg {
    background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.showcaseBody .svgBg {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background: #1977ba;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-good {
    background-color: #FFC80D !important
}

.bg-excellent {
    background-color: #2AC870 !important
}
.wrapContainer .outdDiv .svgBg {
    width: 84px;
    height: 84px;
}
.wrapContainer .inDoorInfo .svgBg {
    width: 48px;
    height: 48px;
}

.wrapContainer .concatInfo ul li {
    padding: .375em .375em .375em 0;
    margin-bottom: 15px;
    font-weight: 600;
    letter-spacing: 2px;
}

.wrapContainer .flbg {
    /*background-color: #9fdaf5*/
    /*padding-bottom:25px;*/
}

    .wrapContainer .flbg .list-group-item {
        border: none;
        background-color: transparent
    }

.wrapContainer .fbg {
    background-color: #cdecf9;
    height: calc(100% - 45%);
}

/*.wrapContainer .exInfo {*/
    /*padding: 0 25px;*/
    /*padding: 0 100px 0 25px;
}*/

.wrapContainer .leftFooter {
    /*padding-left:25px;*/
}
.wrapContainer .imgList ul {
    gap: 20px;
    margin-bottom:0
}
.footerContent .floorName {
    /*padding-left: 25px;*/
    text-align:center;
    justify-content:center
}
.fontSize-1 {
    font-size: 1rem;
}

.wrapContainer .scrolling-text {
    display: inline-block;
    transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    opacity: 1;
    transform: translateY(0); /* 初始位置 */
}

.wrapContainer .fade-out {
    opacity: 0;
    transform: translateY(-30px); /* 向上移动 */
}

.wrapContainer .fade-in {
    opacity: 1;
    transform: translateY(0); /* 归位 */
}
.wrapContainer .footerContent .floorName .tishi {
    top: -10px;
    right: -40px;
    font-size: 16px;
    cursor: pointer
}

.wrapContainer .leftIcon {
    margin-right: 20px;
}
.wrapContainer .rightInfo h3 + p {
    font-size: 1rem;
}


.showcaseBody {
    background-color: white;
    font-family: 'Century Gothic','Microsoft JhengHei', 'Microsoft YaHei';
    color: #343a40
}

.wrapContainer button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
}

.wrapContainer .close {
    float: right;
    font-size: 1.2375rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

.wrapContainer .select2-container--classic .select2-selection--single {
    background-color: #ffffff !important;
    border: 1px solid #ffffff !important;
    background-image: none !important;
    height: 31px !important;
    color: #1977ba !important;
    /*margin-top: -1px;*/
}
.wrapContainer .boxContent .select2-container--classic .select2-selection--single {
    background-color: #1977ba !important;
    border: 1px solid #1977ba !important;
    background-image: none !important;
    height: 31px !important;
    color: #fff !important;
}
.showcaseBody .select2-container--classic.select2-container--open .select2-dropdown {
        border-color: #fff !important
    }
.wrapContainer .leftBox .select2-container--classic .select2-selection--single {
    height: 45px !important;
}

    .wrapContainer .leftBox .select2-container--classic .select2-selection--single .select2-selection__rendered {
        line-height: 45px !important;
        font-size: 22px;
        font-weight: 600;
        padding-left: 15px;
        padding-right: 30px;
    }

.wrapContainer .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #fff !important;
    height: 29px !important;
    border-left: none !important;
    background-image: none !important;
}

.wrapContainer .leftBox .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #1977ba !important;
    height: 43px !important;
}

.wrapContainer .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #1977ba !important;
    line-height: 31px;
}
.wrapContainer .boxContent .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.wrapContainer .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #1977ba transparent transparent transparent !important;
}
.wrapContainer .boxContent .select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent !important;
}

.wrapContainer .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #1977ba transparent !important;
}
.wrapContainer .boxContent .select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #fff transparent !important;
}


.wrapContainer .select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #4fb0f3 !important;
}

.wrapContainer .cloud1 {
    height: 50%;
    position: absolute;
    bottom: 15%;
    -webkit-animation: slide-data-v 700s linear infinite;
    animation: slide-data-v 700s linear infinite;
    z-index: 2;
    display: flex;
}

    .wrapContainer .cloud1 img, .cloud2 img {
        height: 100%;
        width: auto;
    }

.wrapContainer .cloud2 {
    height: 50%;
    position: absolute;
    bottom: 0;
    -webkit-animation: slide-data-v 200s linear infinite;
    animation: slide-data-v 200s linear infinite;
    z-index: 1;
    display: flex;
}
.wrapContainer .outdDiv {
    height: 45%;
}
.wrapContainer .outdDiv h1, .wrapContainer  .rightFooter h1 {
    font-size: 3rem
}
.wrapContainer .imgList ul li {
    /*flex: 1*/
    max-width: 160px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background: #F5F5F5;*/
}
.wrapContainer .imgList ul li a {
    display: flex;
    width: 100%;
    height: 100%;
}
.showcaseBody::-webkit-scrollbar {
    width: 1px; /*滚动条的宽度*/
    height: 5px; /*滚动条的高度*/
}
@-webkit-keyframes slide-data-v {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes slide-data-v {
    0% {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}
@media only screen and (max-width: 768px) {
    html:has(.showcaseBody), body.showcaseBody {
        touch-action: pan-x pan-y; /* 禁用缩放 */
        overflow-x: hidden;
        min-height: 100.3%;
        /*overscroll-behavior-y: none;*/
        overscroll-behavior-x: none;
    }

    .wrapContainer .mainContent {
        /*height: calc(100% - 80px);*/
        /*padding-top: 0px;*/
        height: calc(100% + 200px);
        width: 100%
    }

    .wrapContainer .imgShow {
        position: relative;
    }

        .wrapContainer .imgShow img {
            object-fit: cover;
            height: 100% !important;
            /*padding-top: 80px;*/
            max-width: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

    .wrapContainer .rightBox {
        /*padding: 0 30px;*/
        padding: 0 calc(2vw + 8px);
    }

    .wrapContainer .headerContent {
        padding: 10px 20px
    }

    .wrapContainer .leftHeader {
        width: 150px;
    }
    .wrapContainer .mainHeader.col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .wrapContainer .leftHeader.col-lg-3, .wrapContainer .righthHeader.col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .wrapContainer .mainHeader h2 {
        font-size: 1rem;
    }
    .wrapContainer .mainHeader p {
        font-size: 12px;
        letter-spacing: 0;
    }

    .wrapContainer .imgList img {
        width: 80px !important;
        height: 80px !important;
    }

    .righthHeader a {
        margin-bottom: 5px;
    }

    .wrapContainer .boxContent {
        flex: 1 1 100%;
        overflow-x: initial;
        align-content: start;
    }

        .wrapContainer .boxContent .leftBox {
            width: 100% !important;
            height: 0 !important;
            position: absolute !important;
            top: 0;
        }

    .wrapContainer .floorImg {
        opacity: 0
    }

    .wrapContainer .floorList {
        z-index: 4
    }

    .wrapContainer .boxContent .rightBox {
        width: 100% !important;
        height: 95% !important;
        /*margin-left: -100%;*/
        /*color: #fff;*/
        padding-top: 30px;
        z-index: 4
    }
    .wrapContainer .rightBox .floorName h1, .wrapContainer .rightBox .floorName h4 {
        font-size: calc(6.825vw + 16px);
    }

    .wrapContainer .boxContent .rightBox .rightInfo h3, .outdDiv .rightInfo h3 {
        /*font-size: 2.5rem;*/
        font-size: calc(2.825vw + 16px);
    }

    .showcaseBody .svgBg, .wrapContainer .outdDiv .svgBg {
        /*   width: 48px;
        height: 48px;*/
        width: 12.412vw;
        height: 12.412vw;
    }

    .wrapContainer .boxContent .rightBox .airIndex {
        height: 90% !important;
        overflow-y: scroll;
    }
    .wrapContainer .boxContent .rightBox .airIndex .airinfo {
        justify-content: left !important;
        flex-wrap: nowrap !important;
    }
    .wrapContainer .boxContent .rightBox p.updatetime, .wrapContainer .outdDiv p.updateouttime {
        font-size: calc(0.825vw + 12px);
        text-align: center !important;
    }
    .wrapContainer .cloud1, .wrapContainer .cloud2 {
        /*display: none;*/
    }

    .wrapContainer .rightBox .list-group-item, .inDoorInfo .list-group-item {
        padding: .75rem 0;
    }

    .footerContent .floorName {
        /*width: 20% !important;*/
    }

        .footerContent .floorName h1, .wrapContainer .rightBox .floorName h4, .wrapContainer .rightFooter h1 {
            /*width:100%!important*/
            /*font-size: 1.8rem;*/
            font-size: calc(2vw + 16px);
        }

    .wrapContainer .flbg {
        /*width: 80% !important;*/
        /*padding-bottom: 5px;*/ 
        padding: 0 calc(2vw + 8px);
    }

        .wrapContainer .flbg .list-group-item {
            padding: .75rem 0rem;
            flex: 1 1 100%;
        }

    .wrapContainer .leftIcon {
        margin-right: 10px;
    }

    .wrapContainer .outdDiv .svgBg {
     /*   width: 64px;
        height: 64px;*/
  /*      width: 16.412vw;
        height: 16.412vw;*/
    }
    /*    .wrapContainer .exInfo {
        padding: 0 25px;
    }*/
    .wrapContainer .rightInfo p {
        font-size: 12px;
        color: initial
    }
    .wrapContainer .rightInfo h3 + p {
        font-size: calc(0.325vw + 12px)!important;
    }

    .wrapContainer .lettText {
        letter-spacing: 1px;
    }

    .wrapContainer .flbg ul {
        justify-content: left !important;
        /*padding: 0 10px;*/
    }

    .wrapContainer .fbg {
        height: calc(100% - 45%) !important;
    }

    .wrapContainer .leftFooter {
        flex: 1;
        width: 100% !important;
    }

    [data-tippy-root] {
        max-width: calc(100vw - 20px);
    }

    .tippy-box[data-theme='light'] {
        min-width: 360px;
    }

    .wrapContainer .rightFooter {
        width: 100% !important;
        padding: 0 15px;
    }
    .wrapContainer .imgList{
        /*height:25%!important*/
    }
    .wrapContainer .imgList ul {
        gap: 10px;
        height:auto
    }
    .wrapContainer .cloud1, .wrapContainer .cloud2 {
        /*animation: none;*/ /* 在小屏幕下禁用动画 */
        /*-webkit-animation:none;*/
    }
        .wrapContainer .cloud1 img:not(:first-child), .wrapContainer .cloud2:not(:first-child) {
            /*display:none*/
        }
    ::-webkit-scrollbar-track-piece {
        background-color: transparent; /*滚动条的背景颜色*/
        -webkit-border-radius: 0; /*滚动条的圆角宽度*/
    }

    ::-webkit-scrollbar {
        width: 0px; /*滚动条的宽度*/
        height: 5px; /*滚动条的高度*/
    }
    ::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: transparent;
        -webkit-border-radius: 4px;
        outline: 2px solid transparent;
        /*outline-offset: -2px;*/
        border: 2px solid transparent;
    }
    @supports (-webkit-backdrop-filter: none) {
        /* 针对 Safari 浏览器的特定样式 */
        html,body.showcaseBody {
            min-height: 100.3%;
            overscroll-behavior-x: none;
            overflow-x:hidden
        }

        .wrapContainer .boxContent .rightBox .rightInfo h3 {
            font-size: 2.5rem
        }
    }

}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

        .wrapContainer .leftHeader {
            width: 150px;
        }

        .wrapContainer .mainHeader.col-lg-6 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%;
            max-width: 50%;
        }

        .wrapContainer .leftHeader.col-lg-3, .wrapContainer .righthHeader.col-lg-3 {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
            flex: 0 0 25%;
            max-width: 25%;
        }

        .wrapContainer .mainContent {
            /*height: calc(100% - 80px);*/
            padding-top: 0px;
            height: calc(100% + 200px);
        }

        .imgShow img {
            object-fit: cover;
            height: 100% !important;
        }

        .wrapContainer .imgList ul li {
            /*flex: 1*/
        }

        .wrapContainer .fbg {
            height: calc(100% - 40%);
        }

        .wrapContainer .flbg ul {
            justify-content: left !important
        }
    .wrapContainer .boxContent .rightBox .airIndex {
        overflow-y: overlay;
        align-content: start !important;
    }
        .wrapContainer .boxContent .rightBox .airIndex .airinfo {
            justify-content: left !important;
            flex-wrap: nowrap !important;
        }
        .wrapContainer .rightBox {
            padding: 0 10px;
        }

            .wrapContainer .rightBox .list-group-item {
                padding: .75rem .5rem .75rem 0;
            }

        .wrapContainer .leftIcon {
            margin-right: 15px;
        }

        .wrapContainer .outdDiv h1, .wrapContainer .rightFooter h1, .wrapContainer .boxContent .rightBox .rightInfo h3 {
            font-size: 2rem
        }

        .wrapContainer .flbg .list-group-item {
            padding: .75rem .5rem;
            flex: 1 1 100%;
        }

        @supports (-webkit-backdrop-filter: none) {
            /* 针对 Safari 浏览器的特定样式 */
            .wrapContainer .boxContent .rightBox .rightInfo h3 {
                font-size: 2rem
            }
        }
    }

@media only screen and (min-width: 1025px) and (max-width: 1500px) {
    .imgShow img {
        object-fit: cover;
        height: 100% !important;
    }

    .wrapContainer .boxContent .rightBox .airIndex {
        overflow-y: overlay;
        align-content: start !important;
    }

    .wrapContainer .boxContent .rightBox .airIndex .airinfo {
        justify-content: left !important;
        flex-wrap: nowrap !important;
    }
    @supports (-webkit-backdrop-filter: none) {
        /* 针对 Safari 浏览器的特定样式 */
        .wrapContainer .boxContent .rightBox .rightInfo h3 {
            font-size: 2rem
        }
    }
}
    /*#endregion*/
    /*#region 返回顶部*/
    .actGotop {
        position: fixed;
        _position: absolute;
        bottom: 80px;
        right: 50px;
        width: 47px;
        height: 44px;
        display: none;
        z-index: 999;
    }

        .actGotop a, .actGotop a:link {
            width: 48px;
            height: 48px;
            line-height: 48px;
            display: inline-block;
            outline: none;
            background: #fff;
            border-radius: 50%;
            color: #1977ba;
            align-content: center;
            text-align: center;
            box-shadow: 0px 4px 4px #89bde1;
            transition: background 2s ease;
        }

            .actGotop a:hover {
                outline: none;
                color: #fff;
                background: #1977ba;
            }
    /*#endregion*/

    /*#region 骨架屏样式*/
    .skeleton {
        width: 97%;
        background-color: #fff;
        border-radius: 6px;
        overflow: hidden;
        display: inline-block;
        box-shadow: 0px 4px 6px rgba(0,0,0,0.12);
        height: 40%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 20px;
    }

        .skeleton .image {
            width: 100%;
            height: 75%;
        }

        .skeleton.loading .image {
            background-color: #ededed;
            background: linear-gradient( 100deg,rgba(255,255,255,0) 40%,rgba(255,255,255,0.5) 50%,rgba(255,255,255,0) 60% ) #ededed;
            background-size: 200% 100%;
            background-position-x: 180%;
            animation: 2s loading ease-in-out infinite;
        }

    @keyframes loading {
        to {
            background-position-x: -20%;
        }
    }
    /*#endregion*/