.head {
    position: relative;
    height: 160px;
    background: url(../images/head.png) center bottom no-repeat;
    background-size: 1922px 163px;
}

.head h1 {
    font-size: 30px;
    text-align: center;
    line-height: 140px;
    color: #daf9ff;
    position: absolute;
    left: 0;
    right: 0;
    top: -40px;
}

.head .h2Left {
    position: absolute;
    text-align: center;
    line-height: 54px;
    background: url(../images/head_left.png) center bottom no-repeat;
    background-size: 100% 100%;
    top: 45px;
    left: 25.4%;
    height: 54px;
    width: 192px
}

.head .h2Right {
    position: absolute;
    text-align: center;
    line-height: 54px;
    background: url(../images/head_right.png) center bottom no-repeat;
    background-size: 100% 100%;
    top: 45px;
    right: 25.4%;
    height: 54px;
    width: 192px
}

.head .time {
    position: absolute;
    left: 40px;
    line-height: 40px;
    top: 0;
    opacity: .7
}

.head .name {
    position: absolute;
    line-height: 40px;
    opacity: .7;
    left: 70px;
    /** 文本1 */
    font-size: 26px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    display: flex;
}

.head .name .sub {
    font-size: 16px;
    margin-left: 20px;
}

.yk-flex {
    display: flex;
}

.yk-rows {
    display: flex;
    flex-direction: row;
}

.yk-columns {
    display: flex;
    flex-direction: column;
}

.yk-wrap {
    display: flex;
    flex-wrap: wrap;
}

.yk-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.yk-space-between {
    display: flex;
    justify-content: space-between;
}

.yk-space-around {
    display: flex;
    justify-content: space-around;
}

.yk-flex-center {
    justify-content: center;
}

.yk-flex-vtop {
    align-items: flex-start;
}

.yk-flex-vcenter {
    align-items: center;
}

.yk-flex-vbottom {
    align-items: flex-end;
}

.yk-center-view {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.yk-relative {
    position: relative;
}

.yk-img-in {
    font-size: 0;
}

.yk-absolute-lt {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
}

.yk-absolute-rt {
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
}

.yk-absolute-lb {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
}

.yk-absolute-rb {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
}

.mt20 {
    margin-bottom: 20px;
}

.mr20 {
    margin-right: 20px;
}

@font-face {
    font-family: electronicFont;
    src: url(../font/DS-DIGIT.TTF)
}

.yk-flex-warp {
    display: flex;
    flex-wrap: wrap;
}

/* 弹出框 */
.modal-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9001;
}

.modal-layer .modal {
    background-color: rgba(3, 30, 70, 0.87);
    z-index: 102;
    border-radius: 0.2rem;
    width: 40%;
    border: 2px solid rgb(30, 92, 149);
}

.modal .header {
    width: 100%;
    height: 48px;
    color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(30, 92, 149);
    display: flex;
    align-items: center;
    padding: 0 1.2rem 0 1.2rem;
    justify-content: space-between;
}

.modal .title {
    font-weight: bold;
    font-size: 20px;
}

.modal .close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal .content {
    padding: 1.2rem;
}

.modal .content .image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .content img {
    width: 90px;
    height: 90px;
}

.modal .content .icon {
    background: url(../images/iconbg_2.png);
    width: 90px;
    height: 90px;
    background-size: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.modal .content .icon img {
    width: 72px;
    height: 56px;
}

.modal-confirm-content {
    padding: 0px 20px;
}

.modal-confirm-content .find_input {
    margin-right: 0px !important;
    margin-bottom: 10px !important;
    width: calc(100% - 10px) !important
}

.modal-confirm-content .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.modal-confirm-content .checkbox-input {
    height: 25px;
    width: 25px;
    margin-right: 10px;
}

.modal-confirm-content .checkbox-label {
    color: #FFFFFF;
}

.model-textarea {
    width: calc(100% - 10px);
    height: 100px;
    background-color: rgba(0, 255, 255, .1);
    border: 1px solid #0ff;
    color: #0ff;
    font-size: 16px;
    padding: 5px;
}

/*flex 样式*/
.flex-center {
    display: flex;
    align-items: center;
}


/*间距样式*/
.mb5 {
    margin-bottom: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

/*底部导航栏样式*/
.foot-nav-box {
    width: 1544px;
    height: 85px;
    position: fixed;
    bottom: 5px;
    left: 50px;
    z-index: 2999;
}

.foot-nav {
    width: 1344px;
    height: 85px;
    background-image: url(../images/foot_nav_bg.png);
    position: fixed;
    z-index: 2999;
    background-size: 100% 100%;
    bottom: 0px;
    left: calc(50% - 672px);
    display: flex;
    justify-content: center;
}

.font-btn-box {
    width: 430px;
    position: absolute;
    top: 5px;
}

.sub-foot .font-btn-box {
    width: 430px;
    position: absolute;
    top: -2px !important;
}

.font-btn {
    background-image: url(../images/foot_btn.png);
    background-size: 100% 100%;
    height: 60px;
    width: 125px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.44px;
    color: rgba(255, 255, 255, 1);
    vertical-align: top;
    cursor: pointer;
}

.sub-foot .font-btn {
    height: 75px;
    width: 190px;
    line-height: 50px;
}

.font-btn-active {
    background-image: url(../images/foot_btn_active.png) !important;
    background-size: 100% 100%;
    height: 60px;
    width: 135px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.44px;
    color: rgba(0, 255, 192, 1);
    vertical-align: top;
}


/*首页导航栏*/
.fixed-index-foot {
    width: 100%;
    position: fixed;
    z-index: 9;
    left: 0;
    bottom: 0;
    height: 180px;
    display: flex;
    justify-content: center;
}

.box-a {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    margin-right: 8px;
    margin-left: 8px;
    width: 86.4px;
    height: 62.77px;
    opacity: 1;
    border-radius: 8.86px;
    border: 1.48px solid rgba(112, 112, 112, 1);
    background: linear-gradient(180deg, rgba(19, 43, 76, 1) 0%, rgba(19, 43, 76, 1) 38.38%, rgba(19, 43, 76, 0) 100%);
}

.box-a-select {
    width: 99.69px !important;
    height: 72.37px !important;
}

.foot-content {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 50px
}

.box-a-image {
    position: absolute;
    bottom: 10px;
    width: initial;
    height: 60px;
}

.box-a-image-index {
    position: absolute;
    bottom: 25px;
    width: initial;
    height: 30px;
}

.box-a-text {
    position: absolute;
    bottom: 5px;
    opacity: 1;
    background: linear-gradient(180deg, rgba(118, 182, 255, 1) 0%, rgba(66, 173, 241, 1) 99.63%, rgba(66, 173, 241, 1) 100.63%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 12.49px;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 18.09px;
    color: rgba(97, 167, 211, 1);
    text-align: left;
    vertical-align: top;
}

.box-a-image-select {
    position: absolute;
    bottom: 10px;
    width: initial;
    height: 70px;
}


.box-a-image-select-index {
    position: absolute;
    bottom: 25px;
    width: initial;
    height: 40px;
}


.box-shadow {
    position: absolute;
    top: 65px;
    width: 86.4px;
    height: 35px;
    opacity: 0.4;
    border-radius: 8.86px;
    /*background: linear-gradient(180deg, rgba(19, 43, 76, 0) 0%, rgba(19, 43, 76, 1) 38.38%, rgba(19, 43, 76, 1) 100%);*/
    /*box-shadow: inset 0px 0px 20px 1px rgba(0, 205, 255, 0.5);*/
    background-color: #133160;
}

.box-shadow-select {
    position: absolute;
    top: 75px;
    width: 99.69px !important;
    height: 35px;
    opacity: 0.4;
    border-radius: 8.86px;
    /*background: linear-gradient(180deg, rgba(19, 43, 76, 0) 0%, rgba(19, 43, 76, 1) 38.38%, rgba(19, 43, 76, 1) 100%);*/
    /*box-shadow: inset 0px 0px 20px 1px rgba(0, 205, 255, 0.5);*/
    background-color: #133160;
}

.index-left-image {
    cursor: pointer;
    width: initial;
    height: 60px;
    margin-right: 64px;
}


.index-right-image {
    cursor: pointer;
    width: initial;
    height: 60px;
    margin-left: 64px;
}

.foot-index {
    position: relative;
    width: inherit;
    height: 180px;
    background-image: url("../images/foot-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.head .menuBar {
    position: absolute;
    line-height: 40px;
    opacity: .7;
    right: 70px;
    /** 文本1 */
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: left;
    vertical-align: top;
    display: flex;
    z-index: 999999;
}

.menu_btn {
    height: 30px;
    min-width: 60px;
    cursor: pointer;
    line-height: 1;
    background-color: rgba(0, 255, 255, .1);
    color: #00CCFF;
    font-size: 15px;
    font-weight: bold;
    border: solid 1px #00CCFF;
}

.logout_btn {
    padding: 0 10px;
    cursor: pointer;
    line-height: 1;
    background-color: rgba(0, 255, 255, .1);
    color: #00CCFF;
    font-size: 18px;
    border: solid 1px #00CCFF;
    margin-left: 30px;
}

.yk-btn {
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    color: #00CCFF;
    background-color: rgba(0, 255, 255, .1);
    border-color: #00CCFF;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.btn-primary {
    color: #00CCFF;
    background-color: rgba(0, 255, 255, .1);
    border-color: #00CCFF;
}

.btn-danger {
    color: #F56C6C !important;
    background-color: rgba(0, 255, 255, .1) !important;
    border-color: #F56C6C !important;
}

.yk-tag {
    color: #00CCFF;
    border: 1px solid #00CCFF;
    min-width: 100px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    padding: 0 10px;
    line-height: 40px;
    font-size: 16px;
    background-color: rgba(0, 255, 255, .1);
}

.tag-primary {
    background-color: rgba(2, 180, 225, .6);
    color: #FFFFFF;
    border: 1px solid #00CCFF;
}

.menu-image {
    cursor: pointer;
    border: 0px;
    padding: 0px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-full-image {
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-left: 30px;
}

.menu-full-login-image {
    cursor: pointer;
    width: 36px;
    height: 36px;
    margin-right: 10px;
    margin-left: 30px;
    position: absolute;
    top: 55px;
    right: 25px;
}


.menu-full-close-image {
    cursor: pointer;
    width: 44px;
    height: 44px;
    margin-right: 10px;
    display: none;
}

/* 公共弹窗样式 */
/* 弹出框 */
.modal-layer {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 9001;
}

.modal-layer .modal {
    background-color: rgba(3, 30, 70, 0.87);
    z-index: 102;
    border-radius: 0.2rem;
    width: 40%;
    border: 2px solid rgb(30, 92, 149);
}

.modal .header {
    width: 100%;
    height: 48px;
    color: #ffffff;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px solid rgb(30, 92, 149);
    display: flex;
    align-items: center;
    padding: 0 1.2rem 0 1.2rem;
    justify-content: space-between;
}

.modal .title {

}

.modal .close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.modal .content {
    padding: 1.2rem;
    color: #FFFFFF;
}

.modal .content .image {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .content img {
    width: 90px;
    height: 90px;
}

.modal .content .icon {
    background: url(images/iconbg_2.png);
    width: 90px;
    height: 90px;
    background-size: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}

.modal .content .icon img {
    width: 72px;
    height: 56px;
}

.modal .content .row {
    display: flex;
    width: 100%;
}

.modal .content .col-half {
    width: calc(50% - 10px);
}

.modal .content .col-half:first-child {
    width: calc(50% - 10px);
    margin-right: 20px;
}

.model-textarea {
    width: calc(100% - 10px);
    height: 100px;
    background-color: rgba(0, 255, 255, .1);
    border: 1px solid #00CCFF;
    color: #00CCFF;
    font-size: 16px;
    padding: 5px;
}

.form-row {
    width: 100%;
    display: flex;
}

.form-item {
    width: 50%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.form-label {
    width: 20%;
    text-align: right;
    margin-right: 10px;
}

.form-prop {
    width: 80%;
    display: flex;
    align-items: center;
}

.form-input {
    height: 47px;
    width: 90%;
    background: rgba(1, 17, 27, 0.5);
    border: 1px solid rgba(0, 204, 255, 1);
    color: #00CCFF;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

.form-append {
    margin-left: 10px;
}

.form-select {
    width: 90%;
    height: 47px;
    background: rgba(1, 17, 27, 0.5);
    border: 1px solid rgba(0, 204, 255, 1);
    color: #00CCFF;
    border-radius: 4px;
    padding: 5px;
    font-size: 16px;
}

.btn-list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.close-btn {
    height: 40px;
    line-height: 40px;
    width: 80px;
    cursor: pointer;
    background-color: rgba(0, 255, 255, .1);
    color: #00CCFF;
    font-size: 15px;
    font-weight: bold;
    border: solid 1px #00CCFF;
    text-align: center;
    margin-right: 15px;
}

/* 头像边框 */
.head-border {
    border-radius: 50%;
    border: 2px solid #2D6AE8;
}


/*loading*/
.loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
}

.sk-chase {
    width: 40px;
    height: 40px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2.0s infinite ease-in-out both;
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -0.6s;
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s;
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1.0s;
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -0.9s;
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -0.8s;
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -0.7s;
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -0.6s;
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot {
    80%, 100% {
        transform: rotate(360deg);
    }
}

@keyframes sk-chase-dot-before {
    50% {
        transform: scale(0.4);
    }
    100%, 0% {
        transform: scale(1.0);
    }
}

.yk-divider--horizontal {
    margin: 20px 0 !important;
}

.yk-divider--horizontal {
    margin: 12px 0 !important;
}

.yk-divider--horizontal {
    display: block;
    height: 1px;
    width: 100%;
    margin: 24px 0;
}

.yk-divider {
    background-color: rgba(0, 204, 255, 1);
    position: relative;
    margin-bottom: 35px !important;
}

.yk-divider__text.is-left {
    left: 20px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.yk-divider__text {
    position: absolute;
    background-color: rgba(3, 30, 70, 0.87);
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.yk-divider__text, .el-link {
    font-weight: 500;
    font-size: 22px;
}

.yk-divider__text button {
    margin-left: 20px;
}

.empty-data {
    width: 100%;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 0px;
    height: 100%;
}

.empty-image {
    width: 60px;
    height: 60px;
}

.empty-data .desc {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 1.8px;
    line-height: 26.06px;
    text-align: right;
    vertical-align: top;
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(180deg, rgba(164, 212, 235, 1) 0%, rgba(251, 251, 255, 1) 100%);
    margin-top: 20px;
}

/* 菜单列表样式 */
.ul-list {
    width: 180px;
    background-color: rgba(0, 6, 62, 1);
    position: absolute;
    right: 0;
    top: 100%;
    border: solid 1.25px #1fc6ff;
    list-style: none;
    padding-left: 0;
    z-index: 9000;
    overflow: visible;
    display: none;
    flex-direction: column;
}

.li-list {
    padding: 10px 12px;
}

.menu-text {
    width: 180px;
    height: 20px;
    color: #FFFFFF;
    font-size: 16px;
}

/* 菜单列表样式 */


/* 表格 */


.yk-table {
    overflow: hidden;
    display: block;
    width: 100%;
    /*height: 250px*/
    height: calc(100vh - 650px);
}

.yk-table thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    background: rgba(2, 21, 43, 0.5);
    min-height: 44px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    line-height: 44px;
    color: #FFFFFF;
    padding: 0px;
    text-align: center;
    opacity: 0.8;
}

.yk-table tbody {
    overflow: auto;
    display: block;
    text-align: center;
    height: 100%;
    color: #FFFFFF;
}

.yk-table tbody tr {
    line-height: 44px;
    min-height: 44px;
}

.yk-table th {
    padding: 10px 0px;
    line-height: 1.5;
}


.yk-table tbody td {
    word-break: break-all;
    line-height: 1.5;
    padding: 15px 0px;
}


.yk-table tbody tr:nth-child(odd) {
    background: rgba(1, 51, 87, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
}

.yk-table tbody tr:nth-child(even) {
    background: rgba(0, 41, 71, 1);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.9px;
    color: rgba(255, 255, 255, 1);
    opacity: 0.8;
}


.yk-table td {
    text-overflow: ellipsis;
    overflow: hidden;
}

.yk-table tr:last-child td {
    border: none;
}

.yk-table tr td:last-child button {
    margin: 0 10px;
}


.empty-table-tr {
    display: grid !important;
    height: 100% !important;
    align-items: center !important;
}

.empty-table-tr td {
    width: 100% !important;
    height: 100% !important;
    border-bottom: 0px !important;
}

.table-checkbox {
    height: 30px;
    width: 30px;
}


.text-overflow {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 搜索宽样式 */
.find_select {
    width: 100%;
    height: 47px;
    background: rgba(1, 17, 27, 0.5);
    border: 1px solid rgba(0, 204, 255, 1);
    color: #00CCFF;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    margin-left: 0px;
}

input::-webkit-input-placeholder {
    color: #bdbdbd;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #bdbdbd;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #bdbdbd;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bdbdbd;
}

.find_input {
    width: 100%;
    height: 47px;
    background: rgba(1, 17, 27, 0.5);
    border: 1px solid rgba(0, 204, 255, 1);
    color: #00CCFF;
    border-radius: 4px;
    margin-right: 10px;
    padding: 5px;
    font-size: 16px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 0px;
}

.find_select option {
    background-color: #fff;
    color: #000000;
    font-weight: bold;
    padding-top: 200px;
    padding-bottom: 200px;
    line-height: 50px;
}

.placeholderColor {
    color: #bdbdbd;
}

.search-box .check_btn {
    height: 35px;
    border: none;
    margin-left: 20px;
    width: 35px;
    border-radius: 35px;
    background-image: url(../images/search.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: transparent;
    margin-bottom: 10px;
}

.search-box .clear {
    height: 35px;
    border: none;
    margin-left: 10px;
    width: 35px;
    border-radius: 35px;
    background-color: transparent;
    background-image: url(../images/clear.png);
    background-size: 35px 35px;
    background-repeat: no-repeat;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
}

.avatar-uploader {
    width: 120px !important;
    height: 120px !important;
    position: relative;
    z-index: 99;
}

.avatar-uploader input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    -ms-filter: alpha(opacity=0);
    z-index: 99;
    width: 120px !important;
    height: 120px !important;
}

.avatar-uploader-image {
    width: 120px !important;
    height: 120px !important;
}


#preview-img {
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .3);
    top: 0;
    display: block;
    z-index: 99999999;
}

#preview-img img {
    width: 30vw;
    margin: auto;
    position: fixed;
    left: 0;
    right: 0;
    top: 12%;
    cursor: pointer;
}

.m-style {
    position: absolute !important;
    bottom: 10px;
    right: 10px;
}

/* 日期输入框样式 */
input[type="date"], input[type="datetime-local"] {
    position: relative;
}

input[type="date"]::-webkit-calendar-picker-indicator, input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translate(50%, -50%);
    width: 25px;
    height: 25px;
    background-color: #00CCFF;
}

/*滚动条颜色*/
tbody::-webkit-scrollbar {
    width: 4px;
}

tbody::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #61ddb1;
    opacity: 0.2;
    background: fade(@primary-color, 60%);
}

tbody::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(85, 195, 158, 0.6);
    border-radius: 0;
    background: fade(@primary-color, 30%);
}

/*滚动条颜色*/
div::-webkit-scrollbar {
    width: 4px;
}

div::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px #61ddb1;
    opacity: 0.2;
    background: fade(@primary-color, 60%);
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(85, 195, 158, 0.6);
    border-radius: 0;
    background: fade(@primary-color, 30%);
}

.pointer {
    cursor: pointer;
}

a:link {
    text-decoration: none;
}

.beian-gov {
    position: absolute;
    bottom: 50px;
    right: 60px;
    font-size: .175rem;
}

.beian-gov a {
    color: #5477A8 !important;
}

.card-hidden-height {
    height: calc(100vh - 200px) !important;
}
