body {
    font-size: 14px;
    --mud-palette-table-lines: #eef2f7ff;
    --mud-elevation-1:0px 0px 20px 0px rgba(76, 87, 125, 0.02);
    --bs-primary: #2f78ff;
    --bs-secondary: #E1E3EA;
    --bs-success: #00c853;
    --bs-info: #2196f3;
    --bs-warning: #fedf33;
    --bs-danger: #f1416c;
    --bs-primary-active: #0a70ff;
    --bs-secondary-active: #B5B5C3;
    --bs-success-active: #00a344;
    --bs-info-active: #0c80df;
    --bs-warning-active: #ffc107;
    --bs-danger-active: #d9214e;
    --bs-primary-light: #f1faff;
    --bs-secondary-light: #00eb62;
    --bs-success-light: #e8fff3;
    --bs-info-light: rgb(33 150 243 / 10%);
    --bs-warning-light: #fff8dd;
    --bs-danger-light: #fff5f8;
}
.gray-bg{
   background-color: #fff !important;
}

.text-primary ,a {
    color: var(--bs-primary);
}
a:focus, a:hover {
    color: var(--bs-primary-active);
}

/*修改表格border颜色*/
.table-striped .table>thead>tr>th, .table-striped .table>tbody>tr>th,.table-striped table>thead>tr>th, .table-striped table>tbody>tr>th, .table-striped table>tfoot>tr>th, .table-striped table>thead>tr>td, .table-striped table>tbody>tr>td, .table-striped table>tfoot>tr>td{
    border-bottom-color: var(--mud-palette-table-lines) !important;
}
.bootstrap-tree-table .treetable-tbody td{
    border-bottom-color: var(--mud-palette-table-lines) !important;
}
.bs-checkbox label{
    font-size: 0;
    vertical-align: middle;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    line-height: 1.5;
    padding: 1rem;
}
.bootstrap-table .fixed-table-container .table thead th .th-inner{
    padding: 1rem;
    vertical-align: middle;
    line-height: initial;
}
/*皮肤全局配置*/
.text-primary,.btn-primary.btn-outline {
    color: var(--bs-primary);
}

.text-success,.btn-success.btn-outline {
    color: var(--bs-success);
}

.text-info,.btn-info.btn-outline {
    color: var(--bs-info);
}

.text-warning,.btn-warning.btn-outline {
    color: var(--bs-warning);
}

.text-danger,.btn-danger.btn-outline {
    color: var(--bs-danger);
}
a.text-primary:focus, a.text-primary:hover {
    color: var(--bs-primary-active);
}
a.text-success:focus, a.text-success:hover {
    color: var(--bs-success-active);
}
a.text-info:focus, a.text-info:hover {
    color: var(--bs-info-active);
}
a.text-warning:focus, a.text-warning:hover {
    color: var(--bs-warning-active);
}
a.text-danger:focus, a.text-danger:hover {
    color: var(--bs-danger-active);
}
.btn-primary {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-color: var(--bs-primary-active);
    border-color: var(--bs-primary-active);
}

.btn-primary.disabled,.btn-primary.disabled:hover,.btn-primary.disabled:focus,.btn-primary.disabled:active,.btn-primary.disabled.active,.btn-primary[disabled],.btn-primary[disabled]:hover,.btn-primary[disabled]:focus,.btn-primary[disabled]:active,.btn-primary.active[disabled],fieldset[disabled] .btn-primary,fieldset[disabled] .btn-primary:hover,fieldset[disabled] .btn-primary:focus,fieldset[disabled] .btn-primary:active,fieldset[disabled] .btn-primary.active {
    background-color: #1dc5a3;
    border-color: #1dc5a3
}

.btn-success {
    background-color: var(--bs-success);
    border-color: var(--bs-success);
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-color: var(--bs-success-active);
    border-color: var(--bs-success-active);
}

.btn-success.disabled,.btn-success.disabled:hover,.btn-success.disabled:focus,.btn-success.disabled:active,.btn-success.disabled.active,.btn-success[disabled],.btn-success[disabled]:hover,.btn-success[disabled]:focus,.btn-success[disabled]:active,.btn-success.active[disabled],fieldset[disabled] .btn-success,fieldset[disabled] .btn-success:hover,fieldset[disabled] .btn-success:focus,fieldset[disabled] .btn-success:active,fieldset[disabled] .btn-success.active {
    background-color: #1f90d8;
    border-color: #1f90d8
}

.btn-info {
    background-color: var(--bs-info);
    border-color: var(--bs-info);
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-color: var(--bs-info-active);
    border-color: var(--bs-info-active);
}

.btn-info.disabled,.btn-info.disabled:hover,.btn-info.disabled:focus,.btn-info.disabled:active,.btn-info.disabled.active,.btn-info[disabled],.btn-info[disabled]:hover,.btn-info[disabled]:focus,.btn-info[disabled]:active,.btn-info.active[disabled],fieldset[disabled] .btn-info,fieldset[disabled] .btn-info:hover,fieldset[disabled] .btn-info:focus,fieldset[disabled] .btn-info:active,fieldset[disabled] .btn-info.active {
    background-color: #26d7d9;
    border-color: #26d7d9
}

.btn-warning {
    color: #666;
    background-color: var(--bs-warning);
    border-color: var(--bs-warning);
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    color: #666;
    background-color: var(--bs-warning-active);
    border-color: var(--bs-warning-active);
}

.btn-warning.disabled,.btn-warning.disabled:hover,.btn-warning.disabled:focus,.btn-warning.disabled:active,.btn-warning.disabled.active,.btn-warning[disabled],.btn-warning[disabled]:hover,.btn-warning[disabled]:focus,.btn-warning[disabled]:active,.btn-warning.active[disabled],fieldset[disabled] .btn-warning,fieldset[disabled] .btn-warning:hover,fieldset[disabled] .btn-warning:focus,fieldset[disabled] .btn-warning:active,fieldset[disabled] .btn-warning.active {
    background-color: #f9b66d;
    border-color: #f9b66d
}

.btn-danger {
    background-color: var(--bs-danger);
    border-color: var(--bs-danger);
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-color: var(--bs-danger-active);
    border-color: var(--bs-danger-active);
}

.btn-danger.disabled,.btn-danger.disabled:hover,.btn-danger.disabled:focus,.btn-danger.disabled:active,.btn-danger.disabled.active,.btn-danger[disabled],.btn-danger[disabled]:hover,.btn-danger[disabled]:focus,.btn-danger[disabled]:active,.btn-danger.active[disabled],fieldset[disabled] .btn-danger,fieldset[disabled] .btn-danger:hover,fieldset[disabled] .btn-danger:focus,fieldset[disabled] .btn-danger:active,fieldset[disabled] .btn-danger.active {
    background-color: #ef6776;
    border-color: #ef6776
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
    outline: none;
}
.btn-secondary {
    background-color: var(--bs-secondary);
    border-color: var(--bs-secondary);
}
.badge {
    font-size: 12px;
    font-weight: 500;
    padding: 4px 6px;
}
.label-primary,.badge-primary {
    background-color:  var(--bs-primary);
}

.label-success,.badge-success {
    background-color:  var(--bs-success);
}

.label-warning,.badge-warning {
    color: #666;
    background-color:  var(--bs-warning);
}

.label-danger,.badge-danger {
    background-color:  var(--bs-danger);
}

.label-info,.badge-info {
    background-color:  var(--bs-info);
}
.mud-alert-text-info {
    color: var(--mud-palette-info-darken);
    background-color: var(--mud-palette-info-hover);
}
.alert-info {
    color: var(--bs-info-active);
    background-color: var(--bs-info-light);
    border-color: var(--bs-info);
}
.row {
    margin-right: -8px;
    margin-left: -8px;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding-right: 8px;
    padding-left: 8px;
}
#page-wrapper {
    padding: 0 6px;
}
.container-div{
    padding: 12px 18px;
}
.search-collapse, .select-table{
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: var(--mud-elevation-1);
}
.nav>li>a{
    font-weight: normal;
}
.card {
    --bs-card-spacer-y: 1.2rem;
    --bs-card-spacer-x: 1.2rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 0;
    --bs-card-border-color: var(--mud-palette-table-lines);
    --bs-card-border-radius: 0.4rem;
    --bs-card-box-shadow: var(--mud-elevation-1);
    --bs-card-inner-border-radius: 0.4em;
    --bs-card-cap-padding-y: 1rem;
    --bs-card-cap-padding-x: 1.2rem;
    --bs-card-cap-bg: #fff;
    --bs-card-cap-color: inherit;
    --bs-card-height: 100%;
    --bs-card-color: inherit;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 12px;
    word-wrap: break-word;
    background-clip: border-box;
    background-color: var(--bs-card-bg);
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
    display: flex;
    flex-direction: column;
    height: var(--bs-card-height);
    min-width: 0;
    position: relative;
    margin-bottom: var(--bs-card-spacer-y);
}

.card>hr {
    margin-left: 0;
    margin-right: 0
}

.card>.list-group {
    border-bottom: inherit;
    border-top: inherit
}

.card>.list-group:first-child {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius);
    border-top-width: 0
}

.card>.list-group:last-child {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-width: 0
}

.card>.card-header+.list-group,.card>.list-group+.card-footer {
    border-top: 0
}

.card-body {
    color: var(--bs-card-color);
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x)
}

.card-title {
    font-size: 16px;
    margin-bottom: var(--bs-card-title-spacer-y)
}

.card-subtitle {
    margin-top: calc(var(--bs-card-title-spacer-y)*-.5)
}

.card-subtitle,.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: var(--bs-card-spacer-x)
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: var(--bs-card-cap-bg);
    border-bottom: 1px solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    margin-bottom: 0;
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0
}

.card-footer {
    background-color: var(--bs-card-cap-bg);
    border-top: var(--bs-card-border-width) solid var(--bs-card-border-color);
    color: var(--bs-card-cap-color);
    padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x)
}

.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)
}

.card-header-tabs {
    border-bottom: 0;
    margin-bottom: calc(var(--bs-card-cap-padding-y)*-1);
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg)
}

.card-header-pills {
    margin-left: calc(var(--bs-card-cap-padding-x)*-.5);
    margin-right: calc(var(--bs-card-cap-padding-x)*-.5)
}

.card-img-overlay {
    border-radius: var(--bs-card-inner-border-radius);
    bottom: 0;
    left: 0;
    padding: var(--bs-card-img-overlay-padding);
    position: absolute;
    right: 0;
    top: 0
}

.card-img,.card-img-bottom,.card-img-top {
    width: 100%
}

.card-img,.card-img-top {
    border-top-left-radius: var(--bs-card-inner-border-radius);
    border-top-right-radius: var(--bs-card-inner-border-radius)
}

.card-img,.card-img-bottom {
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
    border-bottom-right-radius: var(--bs-card-inner-border-radius)
}

.card-group>.card {
    margin-bottom: var(--bs-card-group-margin)
}

@media(min-width: 576px) {
    .card-group {
        display:flex;
        flex-flow: row wrap
    }

    .card-group>.card {
        flex: 1 0 0%;
        margin-bottom: 0
    }

    .card-group>.card+.card {
        border-left: 0;
        margin-left: 0
    }

    .card-group>.card:not(:last-child) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top {
        border-top-right-radius: 0
    }

    .card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom {
        border-bottom-right-radius: 0
    }

    .card-group>.card:not(:first-child) {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top {
        border-top-left-radius: 0
    }

    .card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom {
        border-bottom-left-radius: 0
    }
}

.star-animation {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

.star-animation0 {
    width: 2px;
    height: 2px;
    overflow: hidden;
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    box-shadow: 1245px 31px rgb(194 215 250 / 60%), 845px 339px rgb(194 215 250 / 60%), 770px 699px rgb(194 215 250 / 60%), 1661px 352px rgb(194 215 250 / 60%), 339px 1355px rgb(194 215 250 / 60%), 163px 1713px rgb(194 215 250 / 60%), 1681px 920px rgb(194 215 250 / 60%), 899px 1695px rgb(194 215 250 / 60%), 1165px 1723px rgb(194 215 250 / 60%), 1109px 196px rgb(194 215 250 / 60%), 489px 1228px rgb(194 215 250 / 60%), 363px 198px rgb(194 215 250 / 60%), 762px 611px rgb(194 215 250 / 60%), 264px 1388px rgb(194 215 250 / 60%), 1401px 553px rgb(194 215 250 / 60%), 1630px 1592px rgb(194 215 250 / 60%), 881px 824px rgb(194 215 250 / 60%), 321px 1683px rgb(194 215 250 / 60%), 314px 1015px rgb(194 215 250 / 60%), 1297px 1477px rgb(194 215 250 / 60%), 1975px 1013px rgb(194 215 250 / 60%), 766px 882px rgb(194 215 250 / 60%), 863px 120px rgb(194 215 250 / 60%), 98px 944px rgb(194 215 250 / 60%), 1192px 891px rgb(194 215 250 / 60%), 1703px 1388px rgb(194 215 250 / 60%), 1173px 172px rgb(194 215 250 / 60%), 39px 526px rgb(194 215 250 / 60%), 1723px 170px rgb(194 215 250 / 60%), 1228px 1022px rgb(194 215 250 / 60%), 378px 165px rgb(194 215 250 / 60%), 1594px 476px rgb(194 215 250 / 60%), 603px 621px rgb(194 215 250 / 60%), 1674px 1922px rgb(194 215 250 / 60%), 1589px 212px rgb(194 215 250 / 60%), 771px 1232px rgb(194 215 250 / 60%), 1723px 444px rgb(194 215 250 / 60%), 793px 1238px rgb(194 215 250 / 60%), 1111px 1464px rgb(194 215 250 / 60%), 1071px 1073px rgb(194 215 250 / 60%), 397px 626px rgb(194 215 250 / 60%), 818px 184px rgb(194 215 250 / 60%), 686px 299px rgb(194 215 250 / 60%), 1179px 1494px rgb(194 215 250 / 60%), 600px 954px rgb(194 215 250 / 60%), 105px 426px rgb(194 215 250 / 60%), 562px 185px rgb(194 215 250 / 60%), 794px 113px rgb(194 215 250 / 60%), 1436px 1780px rgb(194 215 250 / 60%), 1980px 1476px rgb(194 215 250 / 60%), 960px 1314px rgb(194 215 250 / 60%), 1125px 1742px rgb(194 215 250 / 60%), 887px 431px rgb(194 215 250 / 60%), 1078px 1516px rgb(194 215 250 / 60%), 1547px 1383px rgb(194 215 250 / 60%), 1354px 596px rgb(194 215 250 / 60%), 1052px 1775px rgb(194 215 250 / 60%), 1996px 227px rgb(194 215 250 / 60%), 1337px 821px rgb(194 215 250 / 60%), 173px 4px rgb(194 215 250 / 60%), 239px 667px rgb(194 215 250 / 60%), 468px 1813px rgb(194 215 250 / 60%), 9px 303px rgb(194 215 250 / 60%), 1935px 621px rgb(194 215 250 / 60%), 1602px 1959px rgb(194 215 250 / 60%), 290px 912px rgb(194 215 250 / 60%), 906px 1542px rgb(194 215 250 / 60%), 670px 1860px rgb(194 215 250 / 60%), 1742px 479px rgb(194 215 250 / 60%), 1694px 1283px rgb(194 215 250 / 60%), 1986px 427px rgb(194 215 250 / 60%), 1021px 896px rgb(194 215 250 / 60%), 1758px 227px rgb(194 215 250 / 60%), 1493px 279px rgb(194 215 250 / 60%), 839px 734px rgb(194 215 250 / 60%), 1314px 1278px rgb(194 215 250 / 60%), 746px 387px rgb(194 215 250 / 60%), 854px 204px rgb(194 215 250 / 60%), 1366px 1654px rgb(194 215 250 / 60%), 899px 1647px rgb(194 215 250 / 60%), 1307px 570px rgb(194 215 250 / 60%), 748px 1365px rgb(194 215 250 / 60%), 468px 1238px rgb(194 215 250 / 60%), 832px 223px rgb(194 215 250 / 60%), 82px 93px rgb(194 215 250 / 60%), 1751px 289px rgb(194 215 250 / 60%), 1246px 1125px rgb(194 215 250 / 60%), 1140px 1346px rgb(194 215 250 / 60%), 365px 1797px rgb(194 215 250 / 60%), 1912px 1989px rgb(194 215 250 / 60%), 336px 1573px rgb(194 215 250 / 60%), 1018px 29px rgb(194 215 250 / 60%), 303px 1006px rgb(194 215 250 / 60%), 1167px 1655px rgb(194 215 250 / 60%), 1385px 438px rgb(194 215 250 / 60%), 1535px 1430px rgb(194 215 250 / 60%), 620px 736px rgb(194 215 250 / 60%), 836px 342px rgb(194 215 250 / 60%), 970px 1574px rgb(194 215 250 / 60%), 979px 1582px rgb(194 215 250 / 60%), 1454px 389px rgb(194 215 250 / 60%), 614px 463px rgb(194 215 250 / 60%), 706px 916px rgb(194 215 250 / 60%), 1964px 1340px rgb(194 215 250 / 60%), 1811px 194px rgb(194 215 250 / 60%), 1166px 1361px rgb(194 215 250 / 60%), 941px 918px rgb(194 215 250 / 60%), 359px 1715px rgb(194 215 250 / 60%), 316px 1743px rgb(194 215 250 / 60%), 1462px 1124px rgb(194 215 250 / 60%), 493px 712px rgb(194 215 250 / 60%), 1570px 960px rgb(194 215 250 / 60%), 1710px 1876px rgb(194 215 250 / 60%), 1127px 1959px rgb(194 215 250 / 60%), 738px 1033px rgb(194 215 250 / 60%), 1794px 381px rgb(194 215 250 / 60%), 836px 749px rgb(194 215 250 / 60%), 1657px 375px rgb(194 215 250 / 60%), 525px 212px rgb(194 215 250 / 60%), 1303px 842px rgb(194 215 250 / 60%), 897px 608px rgb(194 215 250 / 60%), 657px 887px rgb(194 215 250 / 60%), 1232px 133px rgb(194 215 250 / 60%), 107px 290px rgb(194 215 250 / 60%), 1458px 1751px rgb(194 215 250 / 60%), 128px 1332px rgb(194 215 250 / 60%), 1127px 782px rgb(194 215 250 / 60%), 911px 1554px rgb(194 215 250 / 60%), 1036px 1191px rgb(194 215 250 / 60%), 1684px 1260px rgb(194 215 250 / 60%), 592px 1588px rgb(194 215 250 / 60%), 441px 955px rgb(194 215 250 / 60%), 382px 1871px rgb(194 215 250 / 60%), 1195px 1059px rgb(194 215 250 / 60%), 1677px 325px rgb(194 215 250 / 60%), 884px 104px rgb(194 215 250 / 60%), 648px 836px rgb(194 215 250 / 60%), 1269px 1504px rgb(194 215 250 / 60%), 144px 919px rgb(194 215 250 / 60%), 1256px 1311px rgb(194 215 250 / 60%), 516px 1098px rgb(194 215 250 / 60%), 1367px 1149px rgb(194 215 250 / 60%), 98px 1779px rgb(194 215 250 / 60%), 935px 732px rgb(194 215 250 / 60%), 61px 1011px rgb(194 215 250 / 60%), 1207px 1843px rgb(194 215 250 / 60%), 1931px 1915px rgb(194 215 250 / 60%), 754px 1658px rgb(194 215 250 / 60%), 1734px 1698px rgb(194 215 250 / 60%), 1172px 1547px rgb(194 215 250 / 60%), 962px 584px rgb(194 215 250 / 60%), 152px 1264px rgb(194 215 250 / 60%), 1464px 1931px rgb(194 215 250 / 60%), 473px 894px rgb(194 215 250 / 60%), 174px 224px rgb(194 215 250 / 60%), 979px 301px rgb(194 215 250 / 60%), 1839px 1807px rgb(194 215 250 / 60%), 385px 1479px rgb(194 215 250 / 60%), 167px 49px rgb(194 215 250 / 60%), 64px 434px rgb(194 215 250 / 60%), 1190px 1266px rgb(194 215 250 / 60%), 534px 640px rgb(194 215 250 / 60%), 1888px 1310px rgb(194 215 250 / 60%), 1283px 1375px rgb(194 215 250 / 60%), 1495px 599px rgb(194 215 250 / 60%), 1243px 1331px rgb(194 215 250 / 60%), 1559px 1230px rgb(194 215 250 / 60%), 275px 1426px rgb(194 215 250 / 60%), 1106px 1102px rgb(194 215 250 / 60%), 866px 1421px rgb(194 215 250 / 60%), 1461px 1599px rgb(194 215 250 / 60%), 1327px 1009px rgb(194 215 250 / 60%), 1786px 800px rgb(194 215 250 / 60%), 881px 733px rgb(194 215 250 / 60%), 1208px 784px rgb(194 215 250 / 60%), 857px 900px rgb(194 215 250 / 60%), 1122px 77px rgb(194 215 250 / 60%), 1051px 1352px rgb(194 215 250 / 60%), 1617px 1174px rgb(194 215 250 / 60%), 1988px 1523px rgb(194 215 250 / 60%), 968px 1167px rgb(194 215 250 / 60%), 1447px 902px rgb(194 215 250 / 60%), 1834px 598px rgb(194 215 250 / 60%), 1274px 669px rgb(194 215 250 / 60%), 906px 951px rgb(194 215 250 / 60%), 1457px 1597px rgb(194 215 250 / 60%), 1641px 945px rgb(194 215 250 / 60%), 690px 1052px rgb(194 215 250 / 60%), 1551px 965px rgb(194 215 250 / 60%), 1468px 1282px rgb(194 215 250 / 60%), 802px 745px rgb(194 215 250 / 60%), 1528px 261px rgb(194 215 250 / 60%), 1965px 1239px rgb(194 215 250 / 60%), 542px 1686px rgb(194 215 250 / 60%), 866px 611px rgb(194 215 250 / 60%), 1048px 1938px rgb(194 215 250 / 60%), 710px 63px rgb(194 215 250 / 60%), 1954px 758px rgb(194 215 250 / 60%), 1416px 993px rgb(194 215 250 / 60%), 1590px 1598px rgb(194 215 250 / 60%), 1497px 1951px rgb(194 215 250 / 60%), 166px 720px rgb(194 215 250 / 60%), 733px 88px rgb(194 215 250 / 60%), 576px 549px rgb(194 215 250 / 60%), 284px 1295px rgb(194 215 250 / 60%), 1103px 230px rgb(194 215 250 / 60%), 753px 1653px rgb(194 215 250 / 60%), 470px 960px rgb(194 215 250 / 60%), 580px 1944px rgb(194 215 250 / 60%), 1131px 1873px rgb(194 215 250 / 60%), 182px 1859px rgb(194 215 250 / 60%), 383px 834px rgb(194 215 250 / 60%), 510px 474px rgb(194 215 250 / 60%), 1460px 1471px rgb(194 215 250 / 60%), 1180px 882px rgb(194 215 250 / 60%), 1002px 1471px rgb(194 215 250 / 60%), 1293px 1102px rgb(194 215 250 / 60%), 305px 778px rgb(194 215 250 / 60%), 890px 1327px rgb(194 215 250 / 60%), 1826px 1609px rgb(194 215 250 / 60%), 1614px 1448px rgb(194 215 250 / 60%), 1675px 1850px rgb(194 215 250 / 60%), 1134px 603px rgb(194 215 250 / 60%), 1303px 1988px rgb(194 215 250 / 60%), 1464px 265px rgb(194 215 250 / 60%), 30px 1107px rgb(194 215 250 / 60%), 98px 981px rgb(194 215 250 / 60%), 290px 580px rgb(194 215 250 / 60%), 1674px 819px rgb(194 215 250 / 60%), 1245px 82px rgb(194 215 250 / 60%), 396px 1881px rgb(194 215 250 / 60%), 1150px 1991px rgb(194 215 250 / 60%), 1548px 1584px rgb(194 215 250 / 60%), 1518px 1407px rgb(194 215 250 / 60%), 1161px 1262px rgb(194 215 250 / 60%), 1011px 274px rgb(194 215 250 / 60%), 899px 293px rgb(194 215 250 / 60%), 1834px 1811px rgb(194 215 250 / 60%), 1515px 1658px rgb(194 215 250 / 60%), 1510px 1115px rgb(194 215 250 / 60%), 1376px 1239px rgb(194 215 250 / 60%), 951px 1237px rgb(194 215 250 / 60%), 1369px 1588px rgb(194 215 250 / 60%), 652px 1123px rgb(194 215 250 / 60%), 1481px 536px rgb(194 215 250 / 60%), 167px 358px rgb(194 215 250 / 60%), 1231px 1309px rgb(194 215 250 / 60%), 1602px 437px rgb(194 215 250 / 60%), 1153px 672px rgb(194 215 250 / 60%), 534px 1716px rgb(194 215 250 / 60%), 604px 1687px rgb(194 215 250 / 60%), 1396px 646px rgb(194 215 250 / 60%), 1417px 1923px rgb(194 215 250 / 60%), 139px 488px rgb(194 215 250 / 60%), 1845px 897px rgb(194 215 250 / 60%), 415px 1082px rgb(194 215 250 / 60%), 1421px 1914px rgb(194 215 250 / 60%), 1496px 1337px rgb(194 215 250 / 60%), 254px 1341px rgb(194 215 250 / 60%), 1660px 1416px rgb(194 215 250 / 60%), 732px 1726px rgb(194 215 250 / 60%), 86px 1921px rgb(194 215 250 / 60%), 90px 151px rgb(194 215 250 / 60%), 728px 288px rgb(194 215 250 / 60%), 1351px 1093px rgb(194 215 250 / 60%), 393px 1182px rgb(194 215 250 / 60%), 1986px 496px rgb(194 215 250 / 60%), 667px 110px rgb(194 215 250 / 60%), 682px 643px rgb(194 215 250 / 60%), 77px 1938px rgb(194 215 250 / 60%), 490px 829px rgb(194 215 250 / 60%), 747px 1449px rgb(194 215 250 / 60%), 36px 788px rgb(194 215 250 / 60%), 1612px 1658px rgb(194 215 250 / 60%), 1392px 1191px rgb(194 215 250 / 60%), 723px 1748px rgb(194 215 250 / 60%), 911px 141px rgb(194 215 250 / 60%), 28px 1101px rgb(194 215 250 / 60%), 1360px 665px rgb(194 215 250 / 60%), 1593px 1751px rgb(194 215 250 / 60%), 411px 936px rgb(194 215 250 / 60%), 1140px 123px rgb(194 215 250 / 60%), 815px 517px rgb(194 215 250 / 60%), 1696px 880px rgb(194 215 250 / 60%), 731px 1541px rgb(194 215 250 / 60%), 1958px 792px rgb(194 215 250 / 60%), 52px 1045px rgb(194 215 250 / 60%), 1157px 93px rgb(194 215 250 / 60%), 1230px 1214px rgb(194 215 250 / 60%), 1433px 1465px rgb(194 215 250 / 60%), 1435px 792px rgb(194 215 250 / 60%), 1552px 662px rgb(194 215 250 / 60%), 709px 659px rgb(194 215 250 / 60%), 124px 885px rgb(194 215 250 / 60%), 1351px 535px rgb(194 215 250 / 60%), 1222px 688px rgb(194 215 250 / 60%), 1944px 1453px rgb(194 215 250 / 60%), 1139px 488px rgb(194 215 250 / 60%), 285px 902px rgb(194 215 250 / 60%), 1781px 104px rgb(194 215 250 / 60%), 442px 1103px rgb(194 215 250 / 60%), 58px 60px rgb(194 215 250 / 60%), 775px 1496px rgb(194 215 250 / 60%), 844px 321px rgb(194 215 250 / 60%), 534px 418px rgb(194 215 250 / 60%), 608px 1866px rgb(194 215 250 / 60%), 562px 684px rgb(194 215 250 / 60%), 1194px 366px rgb(194 215 250 / 60%), 1305px 1753px rgb(194 215 250 / 60%), 334px 1186px rgb(194 215 250 / 60%), 285px 966px rgb(194 215 250 / 60%), 1431px 1140px rgb(194 215 250 / 60%), 990px 221px rgb(194 215 250 / 60%), 1720px 347px rgb(194 215 250 / 60%), 159px 1150px rgb(194 215 250 / 60%), 1329px 345px rgb(194 215 250 / 60%), 1288px 1553px rgb(194 215 250 / 60%), 735px 1060px rgb(194 215 250 / 60%), 1157px 168px rgb(194 215 250 / 60%), 61px 902px rgb(194 215 250 / 60%), 1602px 1986px rgb(194 215 250 / 60%), 419px 492px rgb(194 215 250 / 60%), 1797px 1613px rgb(194 215 250 / 60%), 435px 1760px rgb(194 215 250 / 60%), 1769px 1239px rgb(194 215 250 / 60%), 517px 938px rgb(194 215 250 / 60%), 652px 1887px rgb(194 215 250 / 60%), 1744px 1544px rgb(194 215 250 / 60%), 784px 1384px rgb(194 215 250 / 60%), 1582px 435px rgb(194 215 250 / 60%), 1190px 1463px rgb(194 215 250 / 60%), 1497px 577px rgb(194 215 250 / 60%), 571px 297px rgb(194 215 250 / 60%), 342px 249px rgb(194 215 250 / 60%), 1159px 1786px rgb(194 215 250 / 60%), 222px 1809px rgb(194 215 250 / 60%), 80px 318px rgb(194 215 250 / 60%), 985px 1972px rgb(194 215 250 / 60%), 1362px 612px rgb(194 215 250 / 60%), 451px 1760px rgb(194 215 250 / 60%), 1067px 1803px rgb(194 215 250 / 60%), 69px 1556px rgb(194 215 250 / 60%), 1295px 1381px rgb(194 215 250 / 60%), 930px 1640px rgb(194 215 250 / 60%), 265px 424px rgb(194 215 250 / 60%), 324px 1109px rgb(194 215 250 / 60%), 587px 743px rgb(194 215 250 / 60%), 1841px 548px rgb(194 215 250 / 60%), 1215px 1248px rgb(194 215 250 / 60%), 1216px 1791px rgb(194 215 250 / 60%), 698px 1259px rgb(194 215 250 / 60%), 1309px 952px rgb(194 215 250 / 60%), 943px 1624px rgb(194 215 250 / 60%), 1281px 1582px rgb(194 215 250 / 60%), 1627px 107px rgb(194 215 250 / 60%), 78px 1617px rgb(194 215 250 / 60%), 152px 275px rgb(194 215 250 / 60%), 790px 1832px rgb(194 215 250 / 60%), 648px 942px rgb(194 215 250 / 60%), 1471px 1623px rgb(194 215 250 / 60%), 450px 1042px rgb(194 215 250 / 60%), 194px 1199px rgb(194 215 250 / 60%), 1864px 145px rgb(194 215 250 / 60%), 965px 296px rgb(194 215 250 / 60%), 1662px 1395px rgb(194 215 250 / 60%), 1840px 857px rgb(194 215 250 / 60%), 633px 1586px rgb(194 215 250 / 60%), 1007px 1648px rgb(194 215 250 / 60%), 785px 1823px rgb(194 215 250 / 60%), 1333px 489px rgb(194 215 250 / 60%), 1940px 372px rgb(194 215 250 / 60%), 1592px 1532px rgb(194 215 250 / 60%), 676px 614px rgb(194 215 250 / 60%), 736px 217px rgb(194 215 250 / 60%), 968px 1073px rgb(194 215 250 / 60%), 819px 1607px rgb(194 215 250 / 60%), 1017px 1679px rgb(194 215 250 / 60%), 1569px 1747px rgb(194 215 250 / 60%), 1595px 1027px rgb(194 215 250 / 60%), 915px 1481px rgb(194 215 250 / 60%), 1829px 1234px rgb(194 215 250 / 60%), 357px 846px rgb(194 215 250 / 60%), 726px 830px rgb(194 215 250 / 60%), 1487px 1865px rgb(194 215 250 / 60%), 1385px 1417px rgb(194 215 250 / 60%), 1081px 1135px rgb(194 215 250 / 60%), 664px 620px rgb(194 215 250 / 60%), 1809px 599px rgb(194 215 250 / 60%), 660px 1534px rgb(194 215 250 / 60%), 7px 327px rgb(194 215 250 / 60%), 80px 1476px rgb(194 215 250 / 60%), 93px 238px rgb(194 215 250 / 60%), 1864px 40px rgb(194 215 250 / 60%), 1766px 226px rgb(194 215 250 / 60%), 47px 535px rgb(194 215 250 / 60%), 1730px 703px rgb(194 215 250 / 60%), 924px 1387px rgb(194 215 250 / 60%), 191px 1106px rgb(194 215 250 / 60%), 1094px 1859px rgb(194 215 250 / 60%), 429px 943px rgb(194 215 250 / 60%), 4px 1302px rgb(194 215 250 / 60%), 1638px 399px rgb(194 215 250 / 60%), 119px 514px rgb(194 215 250 / 60%), 642px 1005px rgb(194 215 250 / 60%), 1131px 1541px rgb(194 215 250 / 60%), 434px 1283px rgb(194 215 250 / 60%), 822px 1261px rgb(194 215 250 / 60%), 1515px 1316px rgb(194 215 250 / 60%), 989px 359px rgb(194 215 250 / 60%), 1785px 88px rgb(194 215 250 / 60%), 1252px 1252px rgb(194 215 250 / 60%), 1009px 257px rgb(194 215 250 / 60%), 930px 984px rgb(194 215 250 / 60%), 1727px 1569px rgb(194 215 250 / 60%), 924px 994px rgb(194 215 250 / 60%), 1688px 316px rgb(194 215 250 / 60%), 327px 1287px rgb(194 215 250 / 60%), 11px 1183px rgb(194 215 250 / 60%), 457px 984px rgb(194 215 250 / 60%), 1818px 113px rgb(194 215 250 / 60%), 1710px 1428px rgb(194 215 250 / 60%), 1825px 301px rgb(194 215 250 / 60%), 1392px 881px rgb(194 215 250 / 60%), 707px 1040px rgb(194 215 250 / 60%), 1949px 869px rgb(194 215 250 / 60%), 1146px 1040px rgb(194 215 250 / 60%), 986px 1200px rgb(194 215 250 / 60%), 1417px 1153px rgb(194 215 250 / 60%), 1933px 1476px rgb(194 215 250 / 60%), 1939px 1976px rgb(194 215 250 / 60%), 1001px 1662px rgb(194 215 250 / 60%), 1477px 1388px rgb(194 215 250 / 60%), 1425px 1826px rgb(194 215 250 / 60%), 1656px 1191px rgb(194 215 250 / 60%), 1088px 173px rgb(194 215 250 / 60%), 445px 135px rgb(194 215 250 / 60%), 1633px 1096px rgb(194 215 250 / 60%), 227px 1933px rgb(194 215 250 / 60%), 1246px 1093px rgb(194 215 250 / 60%), 1729px 58px rgb(194 215 250 / 60%), 988px 1060px rgb(194 215 250 / 60%), 1758px 1926px rgb(194 215 250 / 60%), 545px 1954px rgb(194 215 250 / 60%), 950px 1305px rgb(194 215 250 / 60%), 1947px 1088px rgb(194 215 250 / 60%), 1661px 1990px rgb(194 215 250 / 60%), 880px 1761px rgb(194 215 250 / 60%), 126px 383px rgb(194 215 250 / 60%), 946px 585px rgb(194 215 250 / 60%), 876px 1339px rgb(194 215 250 / 60%), 176px 1796px rgb(194 215 250 / 60%), 252px 1880px rgb(194 215 250 / 60%), 615px 1620px rgb(194 215 250 / 60%), 243px 1782px rgb(194 215 250 / 60%), 1569px 1015px rgb(194 215 250 / 60%), 525px 10px rgb(194 215 250 / 60%), 1154px 1024px rgb(194 215 250 / 60%), 50px 415px rgb(194 215 250 / 60%), 1993px 510px rgb(194 215 250 / 60%), 515px 601px rgb(194 215 250 / 60%), 1626px 233px rgb(194 215 250 / 60%), 302px 815px rgb(194 215 250 / 60%), 158px 1041px rgb(194 215 250 / 60%), 924px 1171px rgb(194 215 250 / 60%), 1618px 1849px rgb(194 215 250 / 60%), 1476px 817px rgb(194 215 250 / 60%), 22px 481px rgb(194 215 250 / 60%), 573px 657px rgb(194 215 250 / 60%), 773px 1357px rgb(194 215 250 / 60%), 651px 455px rgb(194 215 250 / 60%), 247px 1523px rgb(194 215 250 / 60%), 1184px 109px rgb(194 215 250 / 60%), 353px 87px rgb(194 215 250 / 60%), 1141px 355px rgb(194 215 250 / 60%), 539px 1059px rgb(194 215 250 / 60%), 1307px 1838px rgb(194 215 250 / 60%), 1450px 185px rgb(194 215 250 / 60%), 1173px 1163px rgb(194 215 250 / 60%), 1472px 566px rgb(194 215 250 / 60%), 1415px 1400px rgb(194 215 250 / 60%), 1345px 1701px rgb(194 215 250 / 60%), 947px 709px rgb(194 215 250 / 60%), 835px 1896px rgb(194 215 250 / 60%), 1509px 294px rgb(194 215 250 / 60%), 908px 875px rgb(194 215 250 / 60%), 98px 49px rgb(194 215 250 / 60%), 26px 577px rgb(194 215 250 / 60%), 1615px 1988px rgb(194 215 250 / 60%), 1045px 1259px rgb(194 215 250 / 60%), 1894px 1608px rgb(194 215 250 / 60%), 349px 763px rgb(194 215 250 / 60%), 1081px 1217px rgb(194 215 250 / 60%), 744px 428px rgb(194 215 250 / 60%), 660px 515px rgb(194 215 250 / 60%), 1342px 708px rgb(194 215 250 / 60%), 758px 929px rgb(194 215 250 / 60%), 502px 143px rgb(194 215 250 / 60%), 1855px 1090px rgb(194 215 250 / 60%), 678px 1710px rgb(194 215 250 / 60%), 5px 1272px rgb(194 215 250 / 60%), 885px 268px rgb(194 215 250 / 60%), 1055px 1495px rgb(194 215 250 / 60%), 550px 486px rgb(194 215 250 / 60%), 789px 825px rgb(194 215 250 / 60%), 602px 238px rgb(194 215 250 / 60%), 781px 1388px rgb(194 215 250 / 60%), 1725px 393px rgb(194 215 250 / 60%), 617px 10px rgb(194 215 250 / 60%), 1369px 52px rgb(194 215 250 / 60%), 1774px 1833px rgb(194 215 250 / 60%), 1157px 1144px rgb(194 215 250 / 60%), 983px 1425px rgb(194 215 250 / 60%), 812px 386px rgb(194 215 250 / 60%), 1410px 1308px rgb(194 215 250 / 60%), 640px 1418px rgb(194 215 250 / 60%), 286px 437px rgb(194 215 250 / 60%), 1361px 876px rgb(194 215 250 / 60%), 189px 1462px rgb(194 215 250 / 60%), 1491px 78px rgb(194 215 250 / 60%), 1571px 125px rgb(194 215 250 / 60%), 1491px 896px rgb(194 215 250 / 60%), 1651px 1197px rgb(194 215 250 / 60%), 881px 1685px rgb(194 215 250 / 60%), 1205px 1290px rgb(194 215 250 / 60%), 178px 673px rgb(194 215 250 / 60%), 956px 663px rgb(194 215 250 / 60%), 593px 526px rgb(194 215 250 / 60%), 860px 528px rgb(194 215 250 / 60%), 311px 107px rgb(194 215 250 / 60%), 967px 110px rgb(194 215 250 / 60%), 123px 256px rgb(194 215 250 / 60%), 742px 1370px rgb(194 215 250 / 60%), 865px 1026px rgb(194 215 250 / 60%), 426px 620px rgb(194 215 250 / 60%), 149px 1177px rgb(194 215 250 / 60%), 1625px 875px rgb(194 215 250 / 60%), 1251px 292px rgb(194 215 250 / 60%), 168px 1581px rgb(194 215 250 / 60%), 1080px 1776px rgb(194 215 250 / 60%), 149px 1667px rgb(194 215 250 / 60%), 1585px 1428px rgb(194 215 250 / 60%), 1096px 1507px rgb(194 215 250 / 60%), 1462px 1074px rgb(194 215 250 / 60%), 1486px 606px rgb(194 215 250 / 60%), 716px 326px rgb(194 215 250 / 60%), 922px 1531px rgb(194 215 250 / 60%), 772px 1011px rgb(194 215 250 / 60%), 1013px 1128px rgb(194 215 250 / 60%), 1246px 417px rgb(194 215 250 / 60%), 1698px 991px rgb(194 215 250 / 60%), 527px 1585px rgb(194 215 250 / 60%), 639px 1057px rgb(194 215 250 / 60%), 1009px 1216px rgb(194 215 250 / 60%), 199px 1030px rgb(194 215 250 / 60%), 602px 387px rgb(194 215 250 / 60%), 485px 1099px rgb(194 215 250 / 60%), 201px 1658px rgb(194 215 250 / 60%), 804px 1376px rgb(194 215 250 / 60%), 993px 1879px rgb(194 215 250 / 60%), 1612px 1447px rgb(194 215 250 / 60%), 39px 713px rgb(194 215 250 / 60%), 1915px 99px rgb(194 215 250 / 60%), 15px 99px rgb(194 215 250 / 60%), 1962px 1497px rgb(194 215 250 / 60%), 874px 551px rgb(194 215 250 / 60%), 1575px 1468px rgb(194 215 250 / 60%), 965px 1250px rgb(194 215 250 / 60%), 1153px 1181px rgb(194 215 250 / 60%), 1395px 1929px rgb(194 215 250 / 60%), 461px 1749px rgb(194 215 250 / 60%), 942px 1225px rgb(194 215 250 / 60%), 1498px 281px rgb(194 215 250 / 60%), 808px 1510px rgb(194 215 250 / 60%), 825px 1399px rgb(194 215 250 / 60%), 1097px 1371px rgb(194 215 250 / 60%), 1413px 740px rgb(194 215 250 / 60%), 1293px 1652px rgb(194 215 250 / 60%), 583px 625px rgb(194 215 250 / 60%), 429px 1976px rgb(194 215 250 / 60%), 1832px 351px rgb(194 215 250 / 60%), 1356px 1087px rgb(194 215 250 / 60%), 924px 1666px rgb(194 215 250 / 60%), 1687px 1689px rgb(194 215 250 / 60%), 1546px 1912px rgb(194 215 250 / 60%), 1556px 677px rgb(194 215 250 / 60%), 1979px 1568px rgb(194 215 250 / 60%), 205px 60px rgb(194 215 250 / 60%), 1437px 456px rgb(194 215 250 / 60%), 1688px 1515px rgb(194 215 250 / 60%), 1078px 362px rgb(194 215 250 / 60%), 1054px 1126px rgb(194 215 250 / 60%), 196px 267px rgb(194 215 250 / 60%), 686px 1315px rgb(194 215 250 / 60%), 1314px 202px rgb(194 215 250 / 60%), 1514px 40px rgb(194 215 250 / 60%), 1411px 1553px rgb(194 215 250 / 60%), 11px 1593px rgb(194 215 250 / 60%), 301px 587px rgb(194 215 250 / 60%), 1847px 1206px rgb(194 215 250 / 60%), 414px 833px rgb(194 215 250 / 60%), 1131px 100px rgb(194 215 250 / 60%), 1550px 1187px rgb(194 215 250 / 60%), 1961px 1893px rgb(194 215 250 / 60%), 1460px 624px rgb(194 215 250 / 60%), 1396px 624px rgb(194 215 250 / 60%), 1005px 1065px rgb(194 215 250 / 60%), 1129px 1202px rgb(194 215 250 / 60%), 1887px 676px rgb(194 215 250 / 60%), 1243px 1493px rgb(194 215 250 / 60%), 1877px 1922px rgb(194 215 250 / 60%), 849px 296px rgb(194 215 250 / 60%), 712px 311px rgb(194 215 250 / 60%), 698px 1983px rgb(194 215 250 / 60%), 1642px 59px rgb(194 215 250 / 60%), 268px 1473px rgb(194 215 250 / 60%), 1117px 1577px rgb(194 215 250 / 60%), 561px 1884px rgb(194 215 250 / 60%), 1350px 173px rgb(194 215 250 / 60%), 1407px 1289px rgb(194 215 250 / 60%), 1194px 315px rgb(194 215 250 / 60%), 415px 266px rgb(194 215 250 / 60%), 1074px 1210px rgb(194 215 250 / 60%), 542px 1955px rgb(194 215 250 / 60%), 1692px 1668px rgb(194 215 250 / 60%), 507px 171px rgb(194 215 250 / 60%), 644px 78px rgb(194 215 250 / 60%), 1967px 34px rgb(194 215 250 / 60%), 952px 468px rgb(194 215 250 / 60%), 1259px 1886px rgb(194 215 250 / 60%), 153px 767px rgb(194 215 250 / 60%), 783px 1340px rgb(194 215 250 / 60%), 1812px 251px rgb(194 215 250 / 60%), 1254px 881px rgb(194 215 250 / 60%), 1123px 256px rgb(194 215 250 / 60%), 1351px 342px rgb(194 215 250 / 60%), 1853px 1746px rgb(194 215 250 / 60%), 1672px 12px rgb(194 215 250 / 60%), 1850px 1701px rgb(194 215 250 / 60%), 1674px 478px rgb(194 215 250 / 60%), 1130px 1924px rgb(194 215 250 / 60%), 1440px 717px rgb(194 215 250 / 60%), 108px 24px rgb(194 215 250 / 60%), 1393px 89px rgb(194 215 250 / 60%), 197px 55px rgb(194 215 250 / 60%), 1168px 120px rgb(194 215 250 / 60%), 559px 419px rgb(194 215 250 / 60%), 584px 9px rgb(194 215 250 / 60%), 45px 1728px rgb(194 215 250 / 60%), 1355px 1731px rgb(194 215 250 / 60%), 644px 1912px rgb(194 215 250 / 60%), 1709px 1652px rgb(194 215 250 / 60%), 1701px 152px rgb(194 215 250 / 60%), 329px 402px rgb(194 215 250 / 60%), 1467px 185px rgb(194 215 250 / 60%), 406px 233px rgb(194 215 250 / 60%), 1427px 506px rgb(194 215 250 / 60%), 506px 1537px rgb(194 215 250 / 60%), 1728px 689px rgb(194 215 250 / 60%), 504px 461px rgb(194 215 250 / 60%), 1949px 1019px rgb(194 215 250 / 60%), 628px 1504px rgb(194 215 250 / 60%), 1892px 257px rgb(194 215 250 / 60%), 910px 1445px rgb(194 215 250 / 60%), 1051px 941px rgb(194 215 250 / 60%), 424px 1048px rgb(194 215 250 / 60%), 778px 1433px rgb(194 215 250 / 60%), 109px 1476px rgb(194 215 250 / 60%), 401px 1185px rgb(194 215 250 / 60%), 130px 767px rgb(194 215 250 / 60%), 1568px 267px rgb(194 215 250 / 60%), 1497px 1506px rgb(194 215 250 / 60%), 1626px 730px rgb(194 215 250 / 60%), 229px 1756px rgb(194 215 250 / 60%), 1662px 504px rgb(194 215 250 / 60%), 713px 265px rgb(194 215 250 / 60%), 1784px 1729px rgb(194 215 250 / 60%), 725px 1425px rgb(194 215 250 / 60%), 1331px 1502px rgb(194 215 250 / 60%), 96px 8px rgb(194 215 250 / 60%), 1712px 667px rgb(194 215 250 / 60%), 266px 1960px rgb(194 215 250 / 60%), 391px 651px rgb(194 215 250 / 60%), 729px 1425px rgb(194 215 250 / 60%), 1514px 174px rgb(194 215 250 / 60%), 1252px 504px rgb(194 215 250 / 60%), 524px 1693px rgb(194 215 250 / 60%), 1509px 856px rgb(194 215 250 / 60%), 1791px 613px rgb(194 215 250 / 60%), 1656px 361px rgb(194 215 250 / 60%), 752px 1770px rgb(194 215 250 / 60%), 1237px 937px rgb(194 215 250 / 60%), 350px 482px rgb(194 215 250 / 60%), 793px 1428px rgb(194 215 250 / 60%), 306px 389px rgb(194 215 250 / 60%), 814px 1851px rgb(194 215 250 / 60%), 207px 66px rgb(194 215 250 / 60%), 739px 539px rgb(194 215 250 / 60%), 1475px 901px rgb(194 215 250 / 60%), 994px 1498px rgb(194 215 250 / 60%), 49px 330px rgb(194 215 250 / 60%);
    -webkit-animation: animStar 50s linear infinite;
    animation: animStar 50s linear infinite;
}

.star-animation1, .star-animation2 {
    border-radius: 50%;
    background: transparent;
    opacity: 1;
    -webkit-animation: animStar 100s linear infinite;
    animation: animStar 100s linear infinite;
}

.star-animation1 {
    width: 6px;
    height: 6px;
    box-shadow: 1221px 1713px rgb(194 215 250 / 60%), 1284px 710px rgb(194 215 250 / 60%), 1135px 1773px rgb(194 215 250 / 60%), 923px 55px rgb(194 215 250 / 60%), 988px 1462px rgb(194 215 250 / 60%), 567px 622px rgb(194 215 250 / 60%), 1634px 1569px rgb(194 215 250 / 60%), 812px 588px rgb(194 215 250 / 60%), 492px 1240px rgb(194 215 250 / 60%), 1092px 1902px rgb(194 215 250 / 60%), 536px 933px rgb(194 215 250 / 60%), 256px 66px rgb(194 215 250 / 60%), 86px 735px rgb(194 215 250 / 60%), 1484px 38px rgb(194 215 250 / 60%), 460px 720px rgb(194 215 250 / 60%), 544px 1890px rgb(194 215 250 / 60%), 1524px 746px rgb(194 215 250 / 60%), 1111px 1361px rgb(194 215 250 / 60%), 210px 609px rgb(194 215 250 / 60%), 1782px 1349px rgb(194 215 250 / 60%), 1698px 1848px rgb(194 215 250 / 60%), 35px 1588px rgb(194 215 250 / 60%), 507px 367px rgb(194 215 250 / 60%), 918px 1670px rgb(194 215 250 / 60%), 1564px 1733px rgb(194 215 250 / 60%), 650px 214px rgb(194 215 250 / 60%), 290px 418px rgb(194 215 250 / 60%), 232px 853px rgb(194 215 250 / 60%), 1326px 1430px rgb(194 215 250 / 60%), 1767px 106px rgb(194 215 250 / 60%), 107px 520px rgb(194 215 250 / 60%), 1588px 845px rgb(194 215 250 / 60%), 1989px 1883px rgb(194 215 250 / 60%), 662px 1538px rgb(194 215 250 / 60%), 173px 968px rgb(194 215 250 / 60%), 210px 1697px rgb(194 215 250 / 60%), 698px 847px rgb(194 215 250 / 60%), 92px 118px rgb(194 215 250 / 60%), 925px 254px rgb(194 215 250 / 60%), 649px 1967px rgb(194 215 250 / 60%), 482px 1395px rgb(194 215 250 / 60%), 607px 830px rgb(194 215 250 / 60%), 1795px 423px rgb(194 215 250 / 60%), 809px 1656px rgb(194 215 250 / 60%), 1606px 1527px rgb(194 215 250 / 60%), 541px 485px rgb(194 215 250 / 60%), 1243px 282px rgb(194 215 250 / 60%), 1047px 605px rgb(194 215 250 / 60%), 1771px 1581px rgb(194 215 250 / 60%), 89px 1709px rgb(194 215 250 / 60%), 1106px 776px rgb(194 215 250 / 60%), 1756px 136px rgb(194 215 250 / 60%), 957px 1829px rgb(194 215 250 / 60%), 1092px 529px rgb(194 215 250 / 60%), 1142px 493px rgb(194 215 250 / 60%), 657px 643px rgb(194 215 250 / 60%), 1957px 753px rgb(194 215 250 / 60%), 935px 219px rgb(194 215 250 / 60%), 1197px 1971px rgb(194 215 250 / 60%), 336px 1394px rgb(194 215 250 / 60%), 1451px 215px rgb(194 215 250 / 60%), 899px 541px rgb(194 215 250 / 60%), 190px 1411px rgb(194 215 250 / 60%), 1012px 1121px rgb(194 215 250 / 60%), 1914px 361px rgb(194 215 250 / 60%), 231px 71px rgb(194 215 250 / 60%), 323px 1631px rgb(194 215 250 / 60%), 183px 1377px rgb(194 215 250 / 60%), 98px 765px rgb(194 215 250 / 60%), 1520px 320px rgb(194 215 250 / 60%), 556px 77px rgb(194 215 250 / 60%), 588px 1518px rgb(194 215 250 / 60%), 1177px 1487px rgb(194 215 250 / 60%), 1172px 1426px rgb(194 215 250 / 60%), 243px 520px rgb(194 215 250 / 60%), 25px 296px rgb(194 215 250 / 60%), 1021px 344px rgb(194 215 250 / 60%), 1416px 63px rgb(194 215 250 / 60%), 1624px 1590px rgb(194 215 250 / 60%), 1198px 224px rgb(194 215 250 / 60%), 72px 136px rgb(194 215 250 / 60%), 347px 1099px rgb(194 215 250 / 60%), 1240px 113px rgb(194 215 250 / 60%), 506px 1883px rgb(194 215 250 / 60%), 623px 1889px rgb(194 215 250 / 60%), 507px 139px rgb(194 215 250 / 60%), 531px 96px rgb(194 215 250 / 60%), 436px 398px rgb(194 215 250 / 60%), 1471px 1957px rgb(194 215 250 / 60%), 769px 1696px rgb(194 215 250 / 60%), 774px 973px rgb(194 215 250 / 60%), 698px 1904px rgb(194 215 250 / 60%), 1616px 1098px rgb(194 215 250 / 60%), 1560px 1560px rgb(194 215 250 / 60%), 1282px 1888px rgb(194 215 250 / 60%), 1733px 1275px rgb(194 215 250 / 60%), 1602px 1509px rgb(194 215 250 / 60%), 1579px 220px rgb(194 215 250 / 60%), 1860px 1609px rgb(194 215 250 / 60%), 1157px 1685px rgb(194 215 250 / 60%), 1278px 1172px rgb(194 215 250 / 60%), 758px 277px rgb(194 215 250 / 60%), 1676px 1446px rgb(194 215 250 / 60%), 532px 1445px rgb(194 215 250 / 60%), 1285px 1024px rgb(194 215 250 / 60%), 1013px 576px rgb(194 215 250 / 60%), 635px 1717px rgb(194 215 250 / 60%), 546px 1058px rgb(194 215 250 / 60%), 537px 1261px rgb(194 215 250 / 60%), 548px 1134px rgb(194 215 250 / 60%), 919px 1738px rgb(194 215 250 / 60%), 889px 1641px rgb(194 215 250 / 60%), 944px 1035px rgb(194 215 250 / 60%), 1354px 1298px rgb(194 215 250 / 60%), 1539px 1950px rgb(194 215 250 / 60%), 1157px 1710px rgb(194 215 250 / 60%), 442px 1488px rgb(194 215 250 / 60%), 703px 936px rgb(194 215 250 / 60%), 1395px 226px rgb(194 215 250 / 60%), 1946px 783px rgb(194 215 250 / 60%), 420px 466px rgb(194 215 250 / 60%), 100px 743px rgb(194 215 250 / 60%), 361px 523px rgb(194 215 250 / 60%), 1218px 151px rgb(194 215 250 / 60%), 395px 799px rgb(194 215 250 / 60%), 1977px 1741px rgb(194 215 250 / 60%), 1570px 991px rgb(194 215 250 / 60%), 1124px 375px rgb(194 215 250 / 60%), 1414px 1520px rgb(194 215 250 / 60%), 1535px 884px rgb(194 215 250 / 60%), 1572px 1672px rgb(194 215 250 / 60%), 1828px 325px rgb(194 215 250 / 60%), 650px 128px rgb(194 215 250 / 60%), 1650px 1509px rgb(194 215 250 / 60%), 11px 1725px rgb(194 215 250 / 60%), 383px 1595px rgb(194 215 250 / 60%), 1705px 944px rgb(194 215 250 / 60%), 472px 1684px rgb(194 215 250 / 60%), 1406px 612px rgb(194 215 250 / 60%), 1702px 17px rgb(194 215 250 / 60%), 214px 1801px rgb(194 215 250 / 60%), 1126px 1647px rgb(194 215 250 / 60%), 1454px 1588px rgb(194 215 250 / 60%), 210px 1734px rgb(194 215 250 / 60%), 1937px 685px rgb(194 215 250 / 60%), 1563px 1972px rgb(194 215 250 / 60%), 1830px 216px rgb(194 215 250 / 60%), 965px 1699px rgb(194 215 250 / 60%), 1077px 467px rgb(194 215 250 / 60%), 460px 1225px rgb(194 215 250 / 60%), 953px 45px rgb(194 215 250 / 60%), 1655px 936px rgb(194 215 250 / 60%), 735px 1358px rgb(194 215 250 / 60%), 557px 643px rgb(194 215 250 / 60%), 718px 147px rgb(194 215 250 / 60%), 1607px 1301px rgb(194 215 250 / 60%), 356px 338px rgb(194 215 250 / 60%), 661px 1688px rgb(194 215 250 / 60%), 1222px 1982px rgb(194 215 250 / 60%), 1892px 1851px rgb(194 215 250 / 60%), 1419px 998px rgb(194 215 250 / 60%), 801px 1986px rgb(194 215 250 / 60%), 70px 410px rgb(194 215 250 / 60%), 749px 1282px rgb(194 215 250 / 60%), 1952px 850px rgb(194 215 250 / 60%), 1925px 1px rgb(194 215 250 / 60%), 1478px 1744px rgb(194 215 250 / 60%), 193px 393px rgb(194 215 250 / 60%), 1501px 1712px rgb(194 215 250 / 60%), 1514px 843px rgb(194 215 250 / 60%), 5px 440px rgb(194 215 250 / 60%), 999px 1317px rgb(194 215 250 / 60%), 572px 1005px rgb(194 215 250 / 60%), 1035px 1755px rgb(194 215 250 / 60%), 619px 1703px rgb(194 215 250 / 60%), 664px 1405px rgb(194 215 250 / 60%), 404px 1649px rgb(194 215 250 / 60%), 1247px 1359px rgb(194 215 250 / 60%), 516px 1296px rgb(194 215 250 / 60%), 644px 23px rgb(194 215 250 / 60%), 1683px 1026px rgb(194 215 250 / 60%), 623px 897px rgb(194 215 250 / 60%), 1727px 1580px rgb(194 215 250 / 60%), 1838px 1281px rgb(194 215 250 / 60%), 1065px 85px rgb(194 215 250 / 60%), 1175px 1054px rgb(194 215 250 / 60%), 480px 147px rgb(194 215 250 / 60%), 1778px 865px rgb(194 215 250 / 60%), 489px 1065px rgb(194 215 250 / 60%), 767px 896px rgb(194 215 250 / 60%), 100px 981px rgb(194 215 250 / 60%), 788px 286px rgb(194 215 250 / 60%), 323px 769px rgb(194 215 250 / 60%), 1470px 1743px rgb(194 215 250 / 60%), 289px 910px rgb(194 215 250 / 60%), 1053px 116px rgb(194 215 250 / 60%), 1455px 1242px rgb(194 215 250 / 60%), 1213px 1249px rgb(194 215 250 / 60%), 301px 561px rgb(194 215 250 / 60%), 288px 301px rgb(194 215 250 / 60%);
}

.star-animation2 {
    width: 4px;
    height: 4px;
    box-shadow: 765px 271px rgb(194 215 250 / 60%), 1412px 1921px rgb(194 215 250 / 60%), 1809px 339px rgb(194 215 250 / 60%), 1582px 36px rgb(194 215 250 / 60%), 462px 1589px rgb(194 215 250 / 60%), 1025px 1178px rgb(194 215 250 / 60%), 826px 1714px rgb(194 215 250 / 60%), 1756px 316px rgb(194 215 250 / 60%), 214px 1719px rgb(194 215 250 / 60%), 446px 812px rgb(194 215 250 / 60%), 1094px 908px rgb(194 215 250 / 60%), 1944px 2px rgb(194 215 250 / 60%), 1139px 1913px rgb(194 215 250 / 60%), 499px 2px rgb(194 215 250 / 60%), 112px 1939px rgb(194 215 250 / 60%), 766px 513px rgb(194 215 250 / 60%), 1324px 70px rgb(194 215 250 / 60%), 1850px 650px rgb(194 215 250 / 60%), 392px 320px rgb(194 215 250 / 60%), 834px 1855px rgb(194 215 250 / 60%), 165px 221px rgb(194 215 250 / 60%), 81px 1914px rgb(194 215 250 / 60%), 1911px 237px rgb(194 215 250 / 60%), 1813px 1021px rgb(194 215 250 / 60%), 15px 1572px rgb(194 215 250 / 60%), 1895px 1844px rgb(194 215 250 / 60%), 44px 538px rgb(194 215 250 / 60%), 1226px 1436px rgb(194 215 250 / 60%), 667px 1295px rgb(194 215 250 / 60%), 1906px 1610px rgb(194 215 250 / 60%), 593px 221px rgb(194 215 250 / 60%), 968px 1407px rgb(194 215 250 / 60%), 992px 1538px rgb(194 215 250 / 60%), 726px 248px rgb(194 215 250 / 60%), 1273px 179px rgb(194 215 250 / 60%), 138px 1186px rgb(194 215 250 / 60%), 395px 785px rgb(194 215 250 / 60%), 1644px 780px rgb(194 215 250 / 60%), 31px 1348px rgb(194 215 250 / 60%), 1942px 87px rgb(194 215 250 / 60%), 718px 1015px rgb(194 215 250 / 60%), 1323px 107px rgb(194 215 250 / 60%), 1436px 421px rgb(194 215 250 / 60%), 75px 1863px rgb(194 215 250 / 60%), 1269px 557px rgb(194 215 250 / 60%), 1162px 1036px rgb(194 215 250 / 60%), 257px 669px rgb(194 215 250 / 60%), 827px 1098px rgb(194 215 250 / 60%), 138px 1908px rgb(194 215 250 / 60%), 439px 527px rgb(194 215 250 / 60%), 76px 295px rgb(194 215 250 / 60%), 1266px 248px rgb(194 215 250 / 60%), 1940px 718px rgb(194 215 250 / 60%), 1214px 265px rgb(194 215 250 / 60%), 37px 1486px rgb(194 215 250 / 60%), 1937px 290px rgb(194 215 250 / 60%), 1129px 785px rgb(194 215 250 / 60%), 1261px 1650px rgb(194 215 250 / 60%), 144px 219px rgb(194 215 250 / 60%), 1341px 606px rgb(194 215 250 / 60%), 1317px 872px rgb(194 215 250 / 60%), 1421px 693px rgb(194 215 250 / 60%), 496px 1803px rgb(194 215 250 / 60%), 1055px 1732px rgb(194 215 250 / 60%), 1448px 302px rgb(194 215 250 / 60%), 774px 495px rgb(194 215 250 / 60%), 266px 1037px rgb(194 215 250 / 60%), 941px 792px rgb(194 215 250 / 60%), 779px 1034px rgb(194 215 250 / 60%), 1333px 1194px rgb(194 215 250 / 60%), 1546px 188px rgb(194 215 250 / 60%), 947px 1906px rgb(194 215 250 / 60%), 1769px 1595px rgb(194 215 250 / 60%), 1667px 724px rgb(194 215 250 / 60%), 699px 1979px rgb(194 215 250 / 60%), 194px 213px rgb(194 215 250 / 60%), 1984px 1738px rgb(194 215 250 / 60%), 466px 1754px rgb(194 215 250 / 60%), 1998px 1908px rgb(194 215 250 / 60%), 975px 1413px rgb(194 215 250 / 60%), 1505px 752px rgb(194 215 250 / 60%), 1341px 932px rgb(194 215 250 / 60%), 1260px 812px rgb(194 215 250 / 60%), 1591px 50px rgb(194 215 250 / 60%), 1655px 1730px rgb(194 215 250 / 60%), 1955px 1340px rgb(194 215 250 / 60%), 859px 1742px rgb(194 215 250 / 60%), 1608px 1931px rgb(194 215 250 / 60%), 1431px 1227px rgb(194 215 250 / 60%), 1553px 222px rgb(194 215 250 / 60%), 684px 1866px rgb(194 215 250 / 60%), 371px 59px rgb(194 215 250 / 60%), 1885px 869px rgb(194 215 250 / 60%), 1887px 1795px rgb(194 215 250 / 60%), 1032px 1431px rgb(194 215 250 / 60%), 1085px 1840px rgb(194 215 250 / 60%), 817px 1343px rgb(194 215 250 / 60%), 1260px 1135px rgb(194 215 250 / 60%), 124px 1566px rgb(194 215 250 / 60%), 1975px 1980px rgb(194 215 250 / 60%);
}

@keyframes animStar {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-2000px);
    }
}
.select-list ul:after{
    contain: '';
    display: table;
    clear: both;
    zoom: 1;
}
.select-list li p, .select-list li label:not(.radio-box) {
    width: 75px;
}
.page-list .dropup .btn{
   padding: 0 5px;
}
.page-list .dropup .dropdown-menu{
    min-width: auto;
}
.page-list .dropup .dropdown-menu>.active>a,
.page-list .dropup .dropdown-menu>.active>a:focus,
.page-list .dropup .dropdown-menu>.active>a:hover {
    background-color: var(--bs-primary);
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: white;
}

.zq-ellipsis-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.w-300{
    max-width: 300px;
}
.form-horizontal .control-label{
    padding-top: 5px;
}
.details_p {
    margin: 12px 0;
}
.main-content{
    padding: 12px;
    background: none;
}
.ibox-content {
    padding: 0;
    border: none;
    background-color: transparent;
}
.info_business_tit{
    margin: 0;
    border-color: var(--bs-primary) !important;
}
.table-btn{
    font-size: 0;
}
.table-btn .btn{
    margin: 0 2px;
}
.pt-md{
    padding-top: 15px !important;
}
.pb-md{
    padding-bottom: 15px !important;
}
.ztree li span{
    line-height: 26px !important;
}
.ztree li span.button{

}
.ztree li span.button.switch {
    height: 25px !important;
}
.ztree li a.curSelectedNode {
    color: var(--bs-info-active) !important;
    background-color: var(--bs-info-light) !important;
}
.treetable-table .glyphicon.glyphicon-chevron-down{
    margin-right: 5px;
}
.input-group .form-control{
    height: 34px;
}
.no-records-found{
    height: 50vh;
}
.todo-content-block{
    line-height: 1.5;
}
.border-none{
    border: none;
}
.px-0{
    padding-left: 0;
    padding-right: 0;
}
.py-2{
    padding-top: 8px;
    padding-bottom: 8px;
}

.todo-content{
    list-style: none;
    padding: 0;
    margin: 0;
}
.todo-content-block{

}
.btn-check-a{
    display: block;
    position: relative;
    color: inherit;
    height: 30px;
    line-height: 30px;
}
.btn-check-a:hover{
    color: var(--bs-primary);
}
.btn-check-a .news-info{
    margin-right: 70px;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}
.btn-check-a .news-time{
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
    font-size: smaller;
}
.p-0{
    padding: 0;
}
.ms-1{
    margin-left: 4px;
}
#vertical-timeline{
    margin-top: 1em;
    margin-bottom: 1em;
}
#vertical-timeline::before{
    top: 30px;
}
.vertical-timeline-content h2{
    font-size: 16px;
}
::-webkit-scrollbar {
    width: 6px!important;
    height: 6px!important;
}
::-webkit-scrollbar-thumb{
    background-color: #e1e1e1;
}

/* login登录页 */
.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    justify-content: space-between;
    flex-flow: column;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-color: rgb(0 25 87);
    position: relative;
    background-size: cover;
    height: 100vh;
    background-position: top;
    background-image: url(/img/login/login.jpg);
}

.login__head {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top center;
    background-image: url(/img/login/login-head.png)
}

.login-title {
    text-align: center;
    text-shadow: 5px 3px 9px #000;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.login-title h2 {
    position: relative;
    margin: 0;
    margin-left: -10px;
    display: inline-block;
    font-size: 2vw;
    line-height: 3.65vw;
    font-weight: 600;
    color: #66e9f8;
    letter-spacing: 10px;
    text-shadow: 5px 3px 9px #000;
}

.login-title h2:before {
    content: attr(text);
    position: absolute;
    z-index: 10;
    color: #59a6f5;
    -webkit-mask: linear-gradient(to right, transparent, #59a6f5);
}

.login-date {
    padding: 8px 30px;
    padding-right: 50px;
    display: inline-block;
    color: #00deff;
    background-image: linear-gradient(to right, rgba(0, 84, 166, .45), rgba(0, 84, 166, 0));
}

.login__body {}

.login-box {
    position: relative;
    margin: auto;
    width: 760px;
    max-width: 50vw;
    background: url(/img/login/login-box.png)no-repeat top/100% 100%;
}

.login-box::before,
.login-box:after {
    position: absolute;
    width: 150px;
    height: 15px;
    background: url(/img/login/inside.png) no-repeat top/100% 100%;
    content: "";
}

.login-box::before {
    top: -6px;
    -webkit-animation: rightToLeft 10s ease infinite;
    animation: rightToLeft 10s ease infinite;
}

.login-box:after {
    bottom: -6px;
    -webkit-animation: leftToRight 10s ease infinite;
    animation: leftToRight 10s ease infinite;
}

.login-greet {
    position: relative;
    margin: auto;
    width: 240px;
    text-align: center;
    padding: 8px 0 12px 5px;
    color: #2fd5ff;
    font-size: 22px;
    letter-spacing: 5px;
}

.login__foot {
    line-height: 80px;
    text-align: center;
    color: #ddd;
}

.vertical-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.css3-carousel {
    position: relative;
    width: 15vw;
    height: 15vw;
    max-width: 300px;
    max-height: 300px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.css3-carousel li {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 0;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 12s linear infinite 0s;
    -moz-animation: imageAnimation 12s linear infinite 0s;
    -o-animation: imageAnimation 12s linear infinite 0s;
    -ms-animation: imageAnimation 12s linear infinite 0s;
    animation: imageAnimation 12s linear infinite 0s;
}

.css3-carousel li:nth-child(1) {}

.css3-carousel li:nth-child(2) {
    -webkit-animation-delay: 4s;
    -moz-animation-delay: 4s;
    -o-animation-delay: 4s;
    -ms-animation-delay: 4s;
    animation-delay: 4s;
}

.css3-carousel li:nth-child(3) {
    -webkit-animation-delay: 8s;
    -moz-animation-delay: 8s;
    -o-animation-delay: 8s;
    -ms-animation-delay: 8s;
    animation-delay: 8s;
}
.login-form-box{
    position: relative;
}

.login-form-box:after{
    position: absolute;
    left: 0;
    top: 10%;
    content: '';
    height: 80%;
    width: 1px;
    background-image: linear-gradient(transparent,#0e4cbd,transparent);
}
.login-form-box .form-control{
    color: white !important;
    background: rgb(255 255 255 / 10%) !important;
    border: 1px solid #0d4aba !important;
}

@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }

    8% {
        opacity: 1;
        -webkit-animation-timing-function: ease-out;
    }

    17% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

@keyframes leftToRight {
    0% {
        left: -0px;
    }

    50% {
        left: 50%;
    }

    100% {
        left: 0%;
    }
}

@keyframes rightToLeft {
    0% {
        right: 0px;
    }

    50% {
        right: 50%;
    }

    100% {
        right: 0%;
    }
}

.d-flex{
    display: flex;
    margin: 0 -5px;
}
.flex-item{
    flex: 1;
    padding: 0 5px;
}
.btn-wrap .btn{
width: 100%;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: revert;
}
.fs-lg{
    font-size: 18px;
}

.nodata-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.nodata{
    padding: 1rem;
    text-align: center;
}

.nodata__icon{
    font-size: 30px;
    color: rgb(0 0 0 / 40%);
}
.nodata__text{
    margin-top: 5px;
}
.bootstrap-tree-table .treetable-indent,.bootstrap-tree-table .treetable-expander{
    margin-right: 5px;
}
/*文章*/
.article {
    padding: 15px;
    display: flex;
    flex-flow: column;
    height: 100%;
    max-width: 1000px;
    margin: auto;
}

.article__title {
    margin-top: 0;
    margin-bottom: 24px;
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5;
}

.article__info {
    margin-bottom: 24px;
    padding: 0;
    list-style: none;
    text-align: center;
    color: #666;
    font-size: 16px;
}

.article__info li {
    display: inline-block;
    margin: 0 1rem
}

.article__content {
    height: 100%;
}

.article__content h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px
}

.article__content p {
    line-height: 1.8;
}

.article__content img {
    display: inline-block;
    max-width: 100%;
    margin: 0 auto
}

.article__content table {
    width: 100%;
    display: table;
    border-spacing: 0;
    border-collapse: collapse;
    border: 1px solid;
}

.article__content table * tr {
    color: inherit;
    display: table-row;
    outline: 0;
    vertical-align: middle;
}

.article__content table td, .zq-article__content table th {
    border: 1px solid;
    padding: 5px;
}

.article__content table p {
    margin: 0;
}

.skin-blue .logo,nav .logo{
    width: auto;
    background-color: transparent;
}

/** 全局深色主题 theme-dark **/
.star {
    width: 1px;
    height: 1px;
    background: transparent;
    opacity: .5;
    box-shadow: 518px 828px #fff, 1520px 406px #fff, 1887px 503px #fff, 1218px 625px #fff, 1593px 248px #fff, 643px 811px #fff, 1594px 996px #fff, 226px 186px #fff, 972px 953px #fff, 212px 916px #fff, 1639px 727px #fff, 482px 387px #fff, 142px 529px #fff, 693px 61px #fff, 614px 806px #fff, 799px 860px #fff, 901px 697px #fff, 1865px 906px #fff, 845px 608px #fff, 264px 60px #fff, 1855px 49px #fff, 1534px 583px #fff, 1225px 672px #fff, 463px 293px #fff, 1287px 426px #fff, 1334px 449px #fff, 300px 419px #fff, 500px 91px #fff, 1596px 529px #fff, 160px 80px #fff, 1824px 482px #fff, 518px 614px #fff, 833px 418px #fff, 638px 50px #fff, 843px 79px #fff, 1603px 573px #fff, 40px 613px #fff, 992px 329px #fff, 933px 535px #fff, 1393px 880px #fff, 838px 826px #fff, 1679px 747px #fff, 1031px 89px #fff, 1694px 995px #fff, 1295px 314px #fff, 1874px 653px #fff, 1432px 917px #fff, 106px 951px #fff, 513px 445px #fff, 433px 403px #fff, 538px 145px #fff, 1380px 792px #fff, 191px 8px #fff, 207px 926px #fff, 370px 468px #fff, 1247px 650px #fff, 867px 974px #fff, 1562px 476px #fff, 599px 981px #fff, 1194px 959px #fff, 1648px 743px #fff, 862px 60px #fff, 1191px 557px #fff, 1837px 846px #fff, 1585px 543px #fff, 315px 366px #fff, 1850px 699px #fff, 1726px 685px #fff, 9px 23px #fff, 52px 485px #fff, 251px 402px #fff, 910px 331px #fff, 1594px 66px #fff, 1285px 844px #fff, 324px 510px #fff, 1298px 413px #fff, 1650px 893px #fff, 1184px 963px #fff, 874px 894px #fff, 1288px 824px #fff, 1544px 130px #fff, 1871px 872px #fff, 1273px 202px #fff, 57px 315px #fff, 993px 24px #fff, 1866px 102px #fff, 365px 828px #fff, 690px 27px #fff, 1753px 641px #fff, 1731px 877px #fff, 82px 746px #fff, 1652px 388px #fff, 1230px 739px #fff, 229px 852px #fff, 124px 452px #fff, 1101px 549px #fff, 957px 691px #fff, 1855px 474px #fff, 655px 728px #fff, 1271px 298px #fff, 567px 350px #fff, 1643px 977px #fff, 479px 767px #fff, 1900px 194px #fff, 1161px 327px #fff, 676px 778px #fff, 80px 173px #fff, 104px 643px #fff, 768px 361px #fff, 1500px 120px #fff, 840px 181px #fff, 1507px 198px #fff, 1479px 652px #fff, 576px 787px #fff, 909px 452px #fff, 640px 721px #fff, 1877px 737px #fff, 1808px 899px #fff, 702px 969px #fff, 240px 358px #fff, 468px 604px #fff, 1408px 304px #fff, 135px 213px #fff, 163px 709px #fff, 495px 367px #fff, 102px 878px #fff, 1653px 97px #fff, 1739px 85px #fff, 314px 588px #fff, 605px 247px #fff, 349px 709px #fff, 855px 882px #fff, 1821px 966px #fff, 1310px 467px #fff, 140px 302px #fff, 157px 762px #fff, 280px 591px #fff, 1488px 21px #fff, 655px 720px #fff, 1082px 68px #fff, 1614px 630px #fff, 991px 807px #fff, 1402px 726px #fff, 1493px 599px #fff, 24px 453px #fff, 223px 738px #fff, 12px 790px #fff, 375px 377px #fff, 1465px 702px #fff, 1249px 708px #fff, 585px 456px #fff, 1787px 77px #fff, 997px 686px #fff, 1466px 7px #fff, 1792px 103px #fff, 364px 32px #fff, 1308px 831px #fff, 765px 347px #fff, 321px 707px #fff, 1687px 65px #fff, 324px 386px #fff, 1747px 294px #fff, 63px 836px #fff, 440px 76px #fff, 89px 569px #fff, 199px 704px #fff, 544px 850px #fff, 1619px 794px #fff, 39px 217px #fff, 1889px 833px #fff, 1471px 701px #fff, 699px 659px #fff, 313px 660px #fff, 1740px 335px #fff, 1330px 258px #fff, 812px 330px #fff, 718px 579px #fff, 1051px 274px #fff, 586px 753px #fff, 496px 22px #fff, 1613px 401px #fff, 1492px 410px #fff, 855px 886px #fff, 1293px 741px #fff, 236px 417px #fff, 1551px 554px #fff, 1203px 497px #fff, 349px 667px #fff, 1768px 958px #fff, 1039px 91px #fff, 1378px 197px #fff, 230px 450px #fff, 1098px 498px #fff, 619px 704px #fff, 1898px 165px #fff, 462px 773px #fff, 159px 560px #fff, 547px 266px #fff, 1623px 861px #fff, 1190px 50px #fff, 1224px 96px #fff, 673px 966px #fff, 1841px 170px #fff, 155px 868px #fff, 1310px 394px #fff, 1189px 298px #fff, 375px 770px #fff, 651px 889px #fff, 31px 746px #fff, 1372px 310px #fff, 103px 315px #fff, 503px 803px #fff, 1054px 54px #fff, 1016px 980px #fff, 339px 485px #fff, 1884px 284px #fff, 50px 441px #fff, 39px 143px #fff, 366px 468px #fff, 172px 639px #fff, 1704px 831px #fff, 155px 752px #fff, 869px 349px #fff, 358px 491px #fff, 1165px 304px #fff, 1257px 749px #fff, 714px 476px #fff, 1760px 947px #fff, 183px 563px #fff, 641px 181px #fff, 598px 33px #fff, 1597px 11px #fff, 1146px 67px #fff, 941px 78px #fff, 1661px 664px #fff, 1832px 663px #fff, 191px 490px #fff, 707px 428px #fff, 1567px 758px #fff, 1228px 23px #fff, 1037px 253px #fff, 887px 719px #fff, 241px 737px #fff, 1439px 347px #fff, 949px 527px #fff, 44px 76px #fff, 1256px 133px #fff, 1711px 969px #fff, 870px 260px #fff, 1593px 302px #fff, 981px 537px #fff, 708px 51px #fff, 1054px 883px #fff, 1694px 275px #fff, 1280px 156px #fff, 261px 272px #fff, 448px 511px #fff, 1805px 593px #fff, 1593px 941px #fff, 820px 271px #fff, 745px 456px #fff, 970px 726px #fff, 1263px 651px #fff, 1769px 415px #fff, 68px 968px #fff, 1166px 429px #fff, 1705px 459px #fff, 1579px 345px #fff, 1576px 598px #fff, 719px 470px #fff, 835px 984px #fff, 732px 207px #fff, 1765px 98px #fff, 1569px 301px #fff, 846px 320px #fff, 80px 930px #fff, 741px 381px #fff, 1661px 894px #fff, 1158px 174px #fff, 1114px 293px #fff, 1291px 894px #fff, 157px 681px #fff, 1164px 162px #fff, 591px 50px #fff, 1647px 660px #fff, 123px 427px #fff, 1628px 572px #fff, 1134px 229px #fff, 874px 2px #fff, 420px 795px #fff, 1022px 126px #fff, 1799px 664px #fff, 1060px 363px #fff, 641px 63px #fff, 1629px 652px #fff, 1593px 792px #fff, 1740px 164px #fff, 1837px 431px #fff, 702px 897px #fff, 636px 485px #fff;
}

.fixed-nav #wrapper{
    padding-top: 49px;
}

.fixed-nav #content-main{
    height: calc(100% - 39px);
}

.theme-dark{
    position: relative;
    background-image:radial-gradient(ellipse at bottom, rgb(0 18 71 / 88%) 0%, #001247 95%);
}
.theme-dark:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 0), linear-gradient(90deg, rgb(255 255 255 / 3%) 1px, transparent 0);
    background-size: 18px 18px , 18px 18px;
    pointer-events: none;
}
.theme-dark:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-image: url("/img/login/login-background.jpg");*/
    background-image: url(/img/login/login.jpg);
    pointer-events: none;
    z-index: -1;
    opacity: .5;
 }

.theme-dark .navbar, .theme-dark.skin-blue .navbar {
    background-color: rgb(0 156 255 / 20%);
    background-image: linear-gradient(-45deg, rgb(7 124 201 / 10%) 25%, transparent 0, transparent 50%, rgb(7 124 201 / 10%) 0, rgb(7 124 201 / 10%) 75%, transparent 0);
    background-size: 10px 10px;
}
.theme-dark.skin-blue .navbar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: radial-gradient(ellipse at left, rgb(0 154 255 / 50%) 0%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}
.theme-dark .content-tabs{
    background: rgb(0 156 255 / 30%);
}
.theme-dark.skin-blue .content-tabs{
    border-top: 1px solid rgb(6 106 192 / 90%);
    border-bottom: 1px solid rgb(6 106 192 / 90%);
}
.theme-dark .page-tabs a{
    color:#a3b1cc;
    border-right: 1px solid rgb(6 106 192 / 70%);
}
nav.page-tabs {
    height: 38px;
}
/*.theme-dark nav.page-tabs{*/
/*    margin-top: -1px;*/
/*}*/
.theme-dark .page-tabs a:hover,.theme-dark  .content-tabs .roll-nav:hover{
    background: rgb(0 156 255 / 60%);
    color: rgb(255 255 255 / 70%);
}
.theme-dark .roll-nav{
    background: rgb(0 156 255 / 70%);
    color: rgb(255 255 255 / 80%);
    border-color: rgb(6 106 192 / 70%);
}
.content-tabs .roll-left{

}
.theme-dark .navbar-static-side {
    background-color: rgb(0 156 255 / 20%);
    box-shadow: 2px 0 2px 0 rgba(29,35,41,.05);
}
.theme-dark .nav:not(.navbar-toolbar)>li.active{
    background-color: rgb(0 156 255 / 15%);
}

.theme-dark .navbar-fixed-top{
    background: none;
}
.theme-dark .gray-bg,#wrapper{
    background-color: transparent !important;
}

.skin-blue.theme-dark .logo, .skin-white.theme-dark .logo {
    background-color: transparent;
	color: #fff;
}

.theme-dark .user-panel>.info>p, .theme-dark .user-panel>.info, .theme-dark .user-panel>.info>a{
    color: #a3b1cc
}

.theme-dark .user-panel {
    background-color: rgba(15,41,80,1);
}

.theme-dark .navbar-default .nav>li>a {
    color: #a3b1cc;
}
.theme-dark .page-tabs a.active {
    background: rgb(0 156 255 / 80%);
    color: #ffffff;
}
.body-dark{
    background-color:transparent;
}


.fillet {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.fillet li {
    content: '';
    width: 15px;
    height: 15px;
    border: 0 solid;
    border-color: #82d3e8;
    filter: drop-shadow(0px 0px 3px #d8f1f8);
    display: block;
    position: absolute;
    pointer-events: none;
}

.fillet li:nth-child(1) {
    border-top-width: 2px;
    border-left-width: 2px;
    border-top-left-radius: 5px;
    top: -2px;
    left: -2px;
}

.fillet li:nth-child(2) {
    border-top-width: 2px;
    border-right-width: 2px;
    border-top-right-radius: 5px;
    top: -2px;
    right: -2px;
}

.fillet li:nth-child(3) {
    border-bottom-width: 2px;
    border-left-width: 2px;
    border-bottom-left-radius: 5px;
    bottom: -2px;
    left: -2px;
}

.fillet li:nth-child(4) {
    border-bottom-width: 2px;
    border-right-width: 2px;
    border-bottom-right-radius: 5px;
    bottom: -2px;
    right: -2px;
}
.nbox {
    position: relative;
    margin-bottom: 16px;
    width: 100%;
    color: #f6fffe;
}
.nbox_border1 {
    box-shadow: 0 0 3rem rgba(100, 200, 255, .2) inset;
    box-sizing: border-box;
    border: 1px solid rgb(6 106 192 / 80%);
    border-radius: 5px;
}
.nbox-hd {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 16px;
    height: 46px;
    padding: 0 10px;
}
.nbox-hd .title{
color:#56f3ff;
}
.nbox-hd .caption{
    color: #00b5c8;
}
.nbox-hd .caption small{
    font-size: smaller;
}
.nbox__bd {
    padding: 0 10px 10px;
}
.nbox {
    --mud-palette-table-lines: transparent;
}
.nbox  .table-striped table thead {
    background-color: rgb(0 57 203 / 50%);
}
.nbox .table-hover>tbody>tr:hover {
    background-color: rgb(0 57 203 / 60%);
}

.nbox .tabs-container .nav-tabs{
    border: none;
}
.nbox  .nav-tabs>li{
    background: 0;
    border: 1px solid #003fe1;
}

.nbox  .nav-tabs>li>a{

    display: block;
    margin: 0;
    padding: 6px 16px;
    border-radius: 0;
    border: none;
    color: white;
    background-color: transparent;
}
.nbox .nav-tabs>li.active>a,.nbox .nav-tabs>li.active>a:focus,.nbox .nav-tabs>li>a:hover{
    color: white;
    background-color: #003fe1 !important;
    border: none !important;
}
.body-dark ::-webkit-scrollbar-thumb {
    background-color: rgb(153 169 191 / 30%);
    border: none;
}
.body-dark ::-webkit-scrollbar-track {
    background-color: #082a83;
}
.body-dark .dark-timeline .vertical-timeline-content,
.body-dark .dark-timeline.center-orientation .vertical-timeline-content {
    background: rgb(28 52 120 / 50%);
}
.body-dark  .dark-timeline .vertical-timeline-content:before {
    border-color: transparent rgb(28 52 120 / 50%) transparent transparent;
}
.body-dark .dark-timeline .vertical-timeline-content h2{
color:#00b5c8;
}
.body-dark .dark-timeline .vertical-timeline-content h2 small{
    color:#ccc;
}
.body-dark .dark-timeline  a {
    color: inherit;
}
.body-dark .navy-bg{
    background-color: rgb(23 44 94);
}
.body-dark .vertical-timeline-icon{
    border: 3px solid rgb(0 57 203 / 50%);
}
.body-dark #vertical-timeline::before{
    background: rgb(0 57 203 / 50%);
}
.weight{
    text-align: center;
    width: 100%;
    box-shadow: 0 0 3rem rgba(100, 200, 255, .2) inset;
    box-sizing: border-box;
    border: 1px solid rgb(6 106 192 / 80%);
    border-radius: 5px;
    padding: 16px;
}
.weight h2{
    margin: 0;
    font-size: 36px;
    font-width: 500;
    line-height: 1.5;
}
.weight p{
    margin: 0;
    font-size: 14px;
    color: #a3b1cc;
}
.body-dark .form-control, .body-dark .single-line, .body-dark .input-group-addon{
    background: rgb(255 255 255 / 10%) none;
    border: 1px solid rgb(6 106 192 / 80%);
}

.btn-action-wrap{
    margin-top: 20px;
    padding: 20px;
    text-align: center;
    border-top: 1px solid var(--mud-palette-table-lines);
}
.form-readonly{
    display: inline-block;
    padding-top: 5px;
}
.form-readonly p{
    margin: 0;
    line-height: 1.5;
}
.navbar-header{
    position: absolute;
    left: calc(50% - 240px);
    width: 480px;
}
nav .logo{
    font-size: 26px;
    font-weight: 500;
}