﻿body {
    --hander-height: 50px !important;
    --hander-line-height: 50px !important;
}

#headerBar {
    display: flex;
    align-items: center;
}

#headerBar .header-modules {
    overflow-y: hidden;
    overflow-x: auto;
    width: 1000px;
    display: flex;
}

.cy-menu {
    line-height: 36px;
    padding: 0 20px;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
    outline: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .cy-menu:hover {
        background-color: #ecf5ff !important;
        color: #66b1ff !important;
    }

.cy-module {
    font-size: 14px;
    padding: 0 20px;
    height: var(--hander-height);
    line-height: var(--hander-line-height);
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    color: white;
    border-bottom-color: white;
    background-color: rgb(30, 159, 255);
    border-bottom: 2px solid transparent;
    display: inline-block;
}

    .cy-module i {
        line-height: var(--hander-line-height);
    }

    .cy-module:hover {
        background-color: rgb(24, 127, 204);
    }

    .cy-module.is-active {
        border-bottom: 2px solid white;
        color: white;
        background-color: rgb(24, 127, 204);
    }

.header-tool {
    padding: 0 12px;
    cursor: pointer;
}

    .header-tool > i {
        height: var(--hander-height);
        line-height: var(--hander-line-height);
        font-size: 18px;
    }

    .header-tool:hover {
        background-color: rgb(24, 127, 204);
    }

.cy-nav {
    font-size: 16px;
    height: var(--hander-height);
    line-height: var(--hander-line-height);
    color: white;
    display: inline-block;
    cursor: pointer;
}

.el-card__body, .el-main {
    padding: 0px;
}

#contentMain  .el-tabs__item {
    height: 30px;
    line-height: 30px;
}
#contentMain .el-tabs__item {
    padding: 0 10px;
    height: 30px;
}

#contentMain .el-tabs__header {
    margin: 0;
}
.el-tabs__nav-next, .el-tabs__nav-prev {
    position: absolute;
    cursor: pointer;
    line-height: 31px;
    font-size: 16px;
    color: #909399;
}
.el-tabs__nav-wrap.is-scrollable {
    padding: 0 30px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-tabs__nav-prev {
    left: 7px;
}
.el-tabs__nav-next {
    right: 7px;
}
.layui-col-space10 .cy-card-box {
    padding: 5px;
}
.layui-col-space5 .cy-card-box {
    padding: 2.5px;
}

.cy-nav-item {
    padding: 0 20px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    border-bottom: 1px solid transparent;
    border-left: 1px solid #E4E7ED;
}

.layui-anim-rotate {
    -webkit-animation-duration: 1s;
    animation-duration:1s;
}

@keyframes moveTop {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
#topTabs div[anim=true] {
    animation: moveTop 1s;
    -webkit-animation: moveTop 1s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

.layui-layout-admin .layui-body {
    padding-bottom: 0px !important;
}

.icon-item a i {
    font-size: 20px !important;
}

.icon-item a {
    padding: 0 10px !important;
}

.my-message a {
    padding: 0 30px 0px 10px !important
}

.layui-layer-demo {
    position: fixed;
    top: 72% !important;
    left: 80% !important;
}

ul.fm-ul .fm-ul-component .fm-li-content {
    background-color: #ea0000;
    border-radius: var(--fm-border-radius);
}

    ul.fm-ul .fm-ul-component .fm-li-content:hover {
        background-color: rgb(255 0 0);
    }

.jq-toast-wrap.bottom-right {
    overflow: auto;
    /*border: 1px solid;*/
    height: 97%;
    bottom: 20px;
    right: 8px !important;
    display: flex;
    flex-direction: column-reverse;
}

.jq-toast-single {
    width: 70% !important;
    font-size: 10px !important;
}


    .jq-toast-single.jq-has-icon.jq-icon-info,
    .jq-toast-single.jq-has-icon.jq-icon-warning,
    .jq-toast-single.jq-has-icon.jq-icon-error {
        right: -100px;
        background: white;
        color: black;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border: solid 1px #d1d1d1;
        /*padding: 10px 10px 10px 15px;*/
        padding: 0px 0px 0px 0px;
    }

.jq-toast-wrap.bottom-right {
    width: 370px;
}

.ReadClass {
    font-size: 10px;
    background: #ffffff;
    display: inline-block;
    width: 40px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #00000033;
    -webkit-user-select: none; /*webkit浏览器*/
    -moz-user-select: none; /*火狐*/
    -ms-user-select: none; /*IE10*/
    user-select: none;
}

.ReadDiv {
    text-align: right;
    margin-top: 1px !important;
    margin-right: 2px !important;
}

.MoreDiv {
    text-align: center;
}

.MoreClass {
    background: #ffffff;
    text-align: center;
    height: 25px;
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    width: 89%;
}

.jq-toast-single a.aClass {
    display: block;
    padding: 4px 4px 4px 4px;
    cursor: pointer;
    font-size: 10px;
    color: #565676;
    /* color: black; */
    border-bottom: 1px solid #dadada;
    background: #F6F6F7;
    padding-left: 13px;
    padding-right: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.layui-nav .layui-nav-item a {
    padding: 0 10px;
}

span.close-jq-toast-single {
    position: absolute;
    top: 5px;
    right: 7px;
    font-size: 22px;
    cursor: pointer;
    color: #565656;
    z-index: 1000;
}

.Content2Class {
    padding: 0px 12px !important;
    height: 64px;
}

.TextClass2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.TextClass {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

span.ReadClass {
    border: none;
    color: #479CD7;
}

.NotOverdue {
    color: darkred;
}

.Overdue {
    color: red;
}

.jq-toast-single h2 {
    margin: 0px 0px 1px !important
}

.el-tabs__nav-wrap::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #5AA4AE;
    z-index: 1;
}