.fontxie {
    font-style: italic;
}
.dataTables_paginate{margin-top: -25px !important;}
a {
    text-decoration: none !important;
    color: #0d6efd;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #003266;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.navhover:hover {
    color: #fff !important;
    background-color: #003266 !important;
}

.bg-gradient-primary {
    background-image: linear-gradient(195deg, #505050 0%, #505050 100%);
}

.shadow-primary {
    box-shadow: 0 4px 20px 0 rgb(0 0 0 / 14%), 0 7px 10px -5px rgb(0 0 0 / 40%) !important;
}

.show {
    display: block;
}

.hidden {
    display: none;
}

.dataTables_processing {
    margin-top: 0 !important;
}

.tabHead {
    font-weight: 600
}

.colorfont {
    color: #e83874;
}

.active {
    background-color: hsla(0, 0%, 100%, .2);
    transition: background-color .3s .2s;
    border-radius: 5px;
    font-weight: 600;
}

.my_browse {
    font-size: smaller;
    font-weight: normal;
}

td {
    font-size: smaller;
    font-weight: normal;
    white-space: normal !important;
}

th {
    padding: 0.5rem 0.5rem !important;
    padding-right: 1.5rem !important;
}

.form-select-sm {
    border-radius: .375rem !important;
}

.form-control-sm {
    border: 1px solid #d2d6da !important;
    border-radius: .375rem !important;
}

.my_bg {
    background-color: #003266 !important;
}

.my_nav > li > a {
    color: #f5f5f5 !important;
    font-size: 20px !important;
    font-weight: 500 !important;
}

.my_nav > li > a:hover {
    color: #e91e63 !important;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #c8c8c8;
}

.right {
    text-align: right;
    margin: 20px;
}

.border_top {
    border-top: solid 2px #0d6efd;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px;
}

.col_left {
    border-right: 1px solid #b9b9b9;
}

/*.card-header {
    background-color: #3156c7;
    color: #fff;
}*/

.card-body {
    font-size: 16px;
    /*height: 680px;*/
}

.tab-content > .tab-pane {
    padding-top: 15px;
}

/* 等待动画 */

.position_judge_1, .position_judge_2, .position_judge_3, .position_judge_4, .position_judge_5, .position_judge_6, .position_judge_7,
.position_judge_11, .position_judge_22, .position_judge_33, .position_judge_44, .position_judge_55, .position_judge_66, .position_judge_77 {
    position: relative;
}

#ups_downs_squares_1, #ups_downs_squares_2, #ups_downs_squares_3, #ups_downs_squares_4, #ups_downs_squares_5, #ups_downs_squares_6, #ups_downs_squares_7,
#ups_downs_squares_11, #ups_downs_squares_22, #ups_downs_squares_33, #ups_downs_squares_44, #ups_downs_squares_55, #ups_downs_squares_66, #ups_downs_squares_77 {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: rgba(176, 176, 176, 0.2);
}

#ups_downs_squares_1 > div, #ups_downs_squares_2 > div, #ups_downs_squares_3 > div, #ups_downs_squares_4 > div, #ups_downs_squares_5 > div, #ups_downs_squares_6 > div, #ups_downs_squares_7 > div,
#ups_downs_squares_11 > div, #ups_downs_squares_22 > div, #ups_downs_squares_33 > div, #ups_downs_squares_44 > div, #ups_downs_squares_55 > div, #ups_downs_squares_66 > div, #ups_downs_squares_77 > div {
    position: relative;
    width: 2em;
    height: 2em;
    border: 3px solid rgb(0, 207, 241);
    overflow: hidden;
    animation: spin 3s ease infinite;
}

#ups_downs_squares_1 > div::before, #ups_downs_squares_2 > div::before, #ups_downs_squares_3 > div::before, #ups_downs_squares_4 > div::before,
#ups_downs_squares_5 > div::before, #ups_downs_squares_6 > div::before, #ups_downs_squares_7 > div::before {
    content: '';
    position: absolute;
    top: -3px;
    left: -3px;
    width: 2em;
    height: 2em;
    background-color: rgb(4, 176, 204);
    transform-origin: center bottom;
    transform: scaleY(1);
    animation: fill 3s linear infinite;
}

@keyframes spin {
    50%,
    100% {
        transform: rotate(360deg);
    }
}

@keyframes fill {
    25%,
    50% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}
