/*欢迎页*/
.intro {
    padding: 45px;
    height: 100%;
    border-bottom: 1px solid #eee;
    background-image: url("../img/introBg.jpg");
    background-position: right bottom;
    background-size: 100% 100%;
}

.intro h1 {
    color: #333;
}

.intro h3 {
    color: #aaa;
    font-weight: normal;
}

.introButtonGroup {
    height: 100%;
    padding: 20px;
    border-right: 1px solid #eee;
}

.ibgList {
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.ibgList li {
    list-style: none;
    width: 23%;
    margin: 20px 1%;
    /*height:calc(50% - 40px);*/
    float: left;
    display: table;
}

.ibgList .ibgBox {
    background-color: #f90;
    height: 100%;
    padding: 22px 22px;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

.ibgBox .iconfont {
    font-size: 36px;
    padding-bottom: 10px;
}

.ibgBox .iconfont img {
    width: 80px;
}

.ibgBox .ibgName {
    padding-left: 10px;
}

@media only screen and (max-width: 1200px) {

}

@media only screen and (max-width: 1366px) {
    .ibgList li {
        height: 40%;
    }

    .ibgList .ibgBox {
        padding: 15px 10px;
        font-size: 14px;
        vertical-align: top;
    }

    .ibgBox .iconfont {
        font-size: 32px;
        padding-bottom: 5px;
    }

    .ibgBox .iconfont img {
        width: 60px;
    }

    .ibgBox .ibgName {
        padding-left: 5px;
    }
}

/*登录首页个性化定制*/
.loginBox .loginLeft li {
    list-style: none;
}

.loginBox .loginLeft li a span {
    color: #b4cef9;
    margin-right: 5px;
}

.loginBox .loginLeft li a {
    display: block;
    width: 660px;
    color: #fff;
    clear: both;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
}

.loginBox .loginLeft ol {
    padding-left: 0px;
}


/*首页样式*/

.itemList li .menuico {
    margin-right: 10px;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
}

.itemList li .menuico img {
    margin-top: 6px;
    width: 28px;
    height: 28px;
}

.itemList li .secficon {
    margin-right: 10px;
    display: block;
    float: left;
    height: 40px;
    overflow: hidden;
    width: 28px;
    font-size: 25px;
}

.itemList li .secficon:before {
    color: #1787b5;
    margin-left: -1px;
}

/********** 自定义css start********************************************************************/

.grid_row_red .x-grid-cell {
    background-color: #ff0000;
}

.grid_row_pink .x-grid-cell {
    background-color: #ffc3c3;
}

.grid_row_green .x-grid-cell {
    background-color: #c1ffc1;
}

.grid_row_yellow .x-grid-cell {
    background-color: #fff89e;
}

.grid_row_blue .x-grid-cell {
    background-color: #ADD8E6;
}

.grid_row_orange .x-grid-cell {
    background-color: #ff8000;
}

.grid_row_purple .x-grid-cell {
    background-color: #cc99ff;
}

.grid_row_white .x-grid-cell {
    background-color: #ffffff;
}


.grid_row_fontsize11 .x-grid-cell {
    font-size: 11px;
}


.grid_approval_cls {
    background-color: #8c8c8c;
    text-align: center;
    white-space: nowrap;
    padding: 2px 10px;
    color: #fff;
    font-weight: 550;
    border-radius: 4px
}
.grid_normal_cls {
    background-color: #8c8c8c;
    text-align: center;
    white-space: nowrap;
    padding: 2px 10px;
    color: #fff;
    font-weight: 550;
    border-radius: 4px
}


.checkboxAll {
    background-color: #f9f9f9;
    border: 1px solid #888;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    padding: 0px 5px 2px 5px;
}

/*自定义*/
.edit-temp-table {
    padding: 12px 20px 12px 20px;
    background-color: white;
}

.edit-temp-table .edit-temp-block {
    border: 1px solid #dadada;
    padding: 0px;
}

.edit-temp-table .edit-temp-block .temp-block-top {
    margin: 10px 20px 0px 20px;
    line-height: 17px;
}

.edit-temp-table .edit-temp-block .temp-block-top .temp-block-bold {
    font-weight: bold;
}

.edit-temp-table .edit-temp-block .temp-block-top .temp-block-focus {
    font-weight: bold;
    color: #1787b5;
}

.edit-temp-table .edit-temp-block .temp-block-top .temp-block-error {
    float: left;
    margin-left: 18px;
}

.edit-temp-table .edit-temp-block .temp-block-top .temp-logic-error {
    color: red !important;
    float: left;
    margin-left: 6px;
}

.edit-temp-table .edit-temp-block .edit-temp-lines {
    margin: 10px 40px 10px 40px;
}

.edit-temp-table .edit-temp-block .edit-temp-lines .edit-temp-line + .edit-temp-line {
    margin-top: 6px;
}

.edit-temp-table .edit-temp-block + .edit-temp-block {
    margin-top: 10px;
}

.link {
    outline: none;
    cursor: pointer;
    text-decoration: none;
    color: #3385ff;
    line-height: 20px;
}


.float-clear {
    display: block;
    clear: both;
}

.float-l {
    float: left;
}


.ml-10 {
    margin-left: 10px;
}

.float-r {
    float: right;
}

.grid_row_check_hide .x-grid-row-checker {
    height: 0px;
    width: 15px;
    line-height: 15px;
}

.pzlist {
    clear: both;
    background-color: #f3f3f3;
    border: 1px solid #dadada;
    margin: 12px 20px 0px 20px;
    padding: 5px 18px;
    font-weight: bold;
}

.pzlist li {
    float: left;
    list-style: none;
    width: 25%;
    padding: 0px;
}

.pzlist .w40 span {
    /*padding-left: 13px;*/
    display: block;
}

.w10 {
    width: 10% !important;
}

.w15 {
    width: 15% !important;
}

.w20 {
    width: 20% !important;
}

.w25 {
    width: 25% !important;
}

.w30 {
    width: 30% !important;
}

.w35 {
    width: 35% !important;
}

.w45 {
    width: 45% !important;
}

.w40 {
    width: 40% !important;
}

.edit-temp-table {
    clear: both;
}

.pzlist2 {
    margin: 3px 0px;
    padding: 0px;
}

.pzrow {
    clear: both;
    margin: 0px 10px 0px 10px;
    padding: 5px 10px;
    border-bottom: 1px dotted #eae9e9;
}

.pzrow li {
    float: left;
    list-style: none;
    width: 25%;
    line-height: 20px;
}

.lzbigTit .temp-block-top {
    border-bottom: 1px solid #dadada;
    margin: 0px !important;
    padding: 5px 20px 5px 20px !important;;
}

.pickerHeightFix {
    height: 280px !important;
}



/*组织结构新创建的button样式*/
.message-btn {
    border: 1px solid rgba(204, 204, 204, 0);
    background-color: rgba(204, 204, 204, 0);
    background-image: none !important;
}

.message-btn .x-btn-inner {
    color: #222 !important;
    font-weight: normal;
}

.message-btn:hover {
    background-color: #efefef !important;
    border: 1px solid rgba(204, 204, 204, 0);
}

/* 通知列表 */
.ant-spin-container {
    position: relative;
    transition: opacity .3s;
}

.ant-list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ant-list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    color: rgba(0, 0, 0, .85);
    padding-right: 24px;
    padding-left: 24px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s;
    border-bottom: 1px solid #f0f0f0;
}

.ant-list-item.read {
    opacity: .5;
}

.ant-list-item-meta {
    display: flex;
    flex: 1;
    align-items: flex-start;
    max-width: 100%;
    width: 100%;
}

.ant-list-item-meta-content {
    flex: 1 0;
    width: 0;
    color: rgba(0, 0, 0, .85);
}

.ant-list-item:hover .ant-list-item-meta-title,.ant-list-item:hover .ant-list-item-meta-description{
    white-space: normal;
}

.ant-list-item-meta-title {
    margin-bottom: 4px;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    line-height: 1.5715;
    white-space: nowrap; /* 限制为一行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分使用省略号截断 */
}

.ant-list-item-meta-description {
    color: rgba(0, 0, 0, .45);
    font-size: 14px;
    line-height: 1.5715;
    white-space: nowrap; /* 限制为一行 */
    overflow: hidden;
    text-overflow: ellipsis; /* 超出部分使用省略号截断 */
}

.ant-list-item-meta-datetime {
    color: rgba(0, 0, 0, .45);
    margin-top: 4px;
    font-size: 12px;
    line-height: 1.5715;
}

.ant-list-item-meta-avatar {
    margin-right: 16px;
}

.ant-list-item .avatar {
    margin-top: 4px;
    background: #fff;
}

.ant-avatar {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, .85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
    background: #ccc;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 50%;
}

.ant-avatar-image {
    background: transparent
}

/* 通知弹窗 */
.notification-title {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    white-space: nowrap;
    text-shadow: 1px 1px 1px #ccc;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification-content {
    font-size: 16px;
    color: #555;
    margin: 0;
    line-height: 20px;
    max-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.notification {
    width: 300px; /* 固定宽度 */
    height: 100px; /* 固定高度 */
    background-color: #fff3b4;
    /*background-color: #007bff;
    color: #fff;*/
    border: 1px solid #cccccc;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 10px;
    position: relative;
    /*opacity: 1;
    transition: opacity 0.5s ease-in-out;*/
    opacity: 0; /* 初始透明度为 0 */
    bottom: -100px; /* 初始位置在底部外部 */
    transition: opacity 0.3s ease, bottom 0.3s, transform 0.2s; /* 过渡动画效果 */
}

/* 悬浮效果 */
.notification:hover {
    transform: translateX(-5px);
    background-color: #cdfbff;

}

.notification:active {
    transform: translateY(0);
}

.notification.show {
    bottom: 2px; /* 显示时将bottom属性调整为实际位置 */
    opacity: 1; /* 透明度调整为1 */
}

.notification-close {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: transparent;
    border: none;
    font-size: 24px;
    color: #cccccc;
    cursor: pointer;
}

/* 全屏覆盖的浮窗 */
.parent1 {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    top: 0;
    left: 0;
    display: none;
    align-items: center;
}

.parent2 {
    width: 100%;
    height: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0);
}

.child {
    width: 50%;
    height: 50%;
    position: absolute;
    background: white;
    margin-top: 5%;
    margin-left: 25%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden; /* 隐藏超出部分 */
}

.title_msg {
    width: 100%;
    height: 20%;
    font-size: 2vw;
    /* 内部文字居中 */
    display: flex; /* 将容器设置为 flex 布局 */
    align-items: center; /* 垂直居中 */
    justify-content: center; /* 水平居中 */

}

.content_msg {
    width: 100%;
    height: 80%;
    font-size: 1vw;
    text-align: left;
    box-sizing: border-box;
    padding: 1% 3% 1% 3%;
}



/* 消息的图标和角标 */
.ant-badge {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: white;
    font-size: 23px;
    list-style: none;
    position: relative;
    display: inline-block;
    line-height: 1;
}

.ant-badge-icon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    padding: 4px;
    vertical-align: middle;
}

.ant-badge-count {
    z-index: auto;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    color: #fff;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    white-space: nowrap;
    text-align: center;
    background: #ff4d4f;
    border-radius: 10px;
    box-shadow: 0 0 0 1px #fff;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%,-50%);
    /*transform-origin: 100% 0;*/
}

.ant-badge-multiple-words {
    padding: 0 8px;
}

.bounceIn {
    animation-name: bounceIn;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    transform-origin: 50% 50%; /* 将 transform-origin 设置为原始位置 */
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: translate(50%,-50%) scale(0.3); /* 添加一个初始位置偏移量 */
    }
    50% {
        opacity: 1;
        transform: translate(50%,-50%) scale(1.05); /* 添加一个中间位置偏移量 */
    }
    70% {
        transform: translate(50%,-50%) scale(0.9); /* 添加一个中间位置偏移量 */
    }
    100% {
        transform: translate(50%,-50%) scale(1); /* 添加一个最终位置偏移量 */
    }
}


.editable-row {
    background-color: #ffffcc; /* 设置可编辑行的背景色 */
    font-weight: bold; /* 设置可编辑行的文字加粗 */
}