/* 用于需要后台进行权限检测的元素 */
.powerCheck {
    display: none;
    display: inline-block
}


/*!*按钮样式*!
.form .btn{
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    transition: 0.1s;
    color: #404040;
    padding: 0px 15px;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    border-radius: 2px;
}
.form .btn + .btn {
    margin-left: 10px;
}
.form .btn:hover {
    border-color: #9299a1;
}

.form .btn_info {
    color: #fff;
    background: #3b86e0;
    border-color: #3b86e0;
}
.form .btn_info:hover {
    color: #fff;
    background: #2377dc;
    border-color: #206cc8;
}

.form .btn_success{
    color: #fff;
    background: #04be5b;
    border-color: #04be5b;
}
.form .btn_success:hover{
    color: #fff;
    background: #03a34e;
    border-color: #038c43;
}

.form .btn_warning{
    color: #fff;
    background: #ff9948;
    border-color: #ff9948;
}
.form .btn_warning:hover{
    color: #fff;
    background: #ff892c;
    border-color: #ff7d15;
}

.form .btn_error{
    color: #fff;
    background: #ff4064;
    border-color: #ff4064;
}
.form .btn_error:hover{
    color: #fff;
    background: #ff244d;
    border-color: #ff0d3b;
}*/

/*input样式*/

.form .input,
.select {
    display: inline-block;
    /* width: 300px; */
    height: 30px;
    line-height: 30px;
    padding: 0 20px 0 15px;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    vertical-align: middle;
}

.form .input + .btn {
    margin-left: 10px;
}

.form .small_input,
.small_select {
    width: fit-content;
}

.form .input:hover,
.input:focus {
    background-color: #fff;
    border-color: #3b86e0;
    outline: 0;
}

.form .input:hover {
    border-color: #9299a1 !important;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.form .input:focus {
    border-color: #9299a1 !important;
}

/*checkbox*/
.form input[type="checkbox"] {
    width: 14px;
    height: 14px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    line-height: 14px;
}

.form input[type="checkbox"] + label {
    vertical-align: middle;
    margin-right: 10px;
}

.form input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.form input[type="checkbox"]:checked::before {
    content: "\2713";
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 1px solid #111111;
    border-radius: 4px;
    color: #111111;
    font-size: 14px;
    font-weight: bold;
}


/*复选框*/
.form .checkbox_label {
    line-height: 1;
}

/*表单 操作栏*/
.form {
    position: relative;
    padding: 10px;
    margin: 0;
    height: 100%;

}

.form .action_bar {
    line-height: 36px;
    padding: 10px 0;
    display: flex;
}

/*操作栏 左右两边*/
.form .action_bar .left,
.form .action_bar .right {
    height: 100%;
    flex: 1;
    padding: 0 10px;
}

.form .action_bar .right {
    text-align: right;
    flex: 3;
}

/*表格*/

/* 表格第一列添加背景色 */
.dformLabel {
    background-color: #f7f9fc;
}

/**
 按钮输入框同一行
 */
.inline-btn {
    display: flex;
    align-items: center;
}

.tCommon td:not(:first-child) {
    text-align: left;
}

.table_header table tr th,
.table_header table tr td,
.table_content table tr th,
.table_content table tr td,
.tCommon tr th,
.tCommon tr td {
    white-space: nowrap;
    vertical-align: middle;
    font-weight: normal;
    font-size: 14px;
    color: #404040;
    text-align: center;
    position: relative;
    height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
    padding: 5px 4px;
}

.table_header table tr th,
.table_content table tr th,
.tCommon tr th {
    border-right: 1px solid #dfdfdf;
}


.table_header table tr td,
.table_content table tr td,
.tCommon tr td {
    height: 40px;
}

.table_header table,
.table_content table,
.tCommon {
    border-collapse: collapse;
    width: 100%;
    border: none;
    border-color: #dfe2e7;

    text-align: center;
    /*table-layout: fixed;*/
    /*word-break: break-all;*/
}

.table_header table th,
.table_content table th,
.tCommon th {
    background-color: #f0f0f0;
}

.table_header table tr:hover,
.table_content table tr:hover {
    background-color: #EBEEF0;
}

.table_header table tr .tblist-select,
.table_content table tr .tblist-select {
    background-color: #ebeef0;
}


.table_wrap {
    position: relative;
    margin-top: 5px;
}

.table_wrap .table_header {
    overflow: hidden;
}

.table_wrap .fixed_wrap {
    position: relative;
}

.table_wrap .table_content {
    overflow: auto;
    position: relative;
    /*padding-bottom: 30px;*/
    box-sizing: border-box;
}

.table_wrap .table_paging {
    position: absolute;
    left: 0;
    /* bottom: -38px; */
    z-index: 1;
    background-color: #f0f0f0;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    line-height: 36px;
    width: 100%;
}

.custom-wrap {
    display: flex;
    justify-content: space-between;
}

.table_wrap .table_paging .search_time {
    display: inline-block;
    /*width: 30%;*/
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.table_wrap .table_paging .search_time span {
    color: #FF0000;
}

.table_wrap .table_paging .paging {
    display: inline-block;
    /*width: 70%;*/
    text-align: right;
    padding: 0 20px 0 0;
    box-sizing: border-box;
}

.table_wrap .table_paging .paging a {
    text-decoration: none;
    color: #3b86e0;
}

.table_wrap .table_paging .paging span {
    color: #FF0000;
}

.table_wrap .table_paging .paging input {
    display: inline-block;
    /* width: 300px; */
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    transition: all 0.2s ease-in-out;
    box-sizing: border-box;
    vertical-align: middle;
    width: 60px;
    margin: 0 4px;
    text-align: center;
}

.CanSortHeader {
    background: transparent url(../Images/TableList/table-sort.png) center right no-repeat;
    background-size: 20px 18px;
}

.table_header table th.CanSortHeaderActive,
.table_content table th,
.tCommon th.CanSortHeaderActive {
    color: #fff;
    /*background-color: #aeacac;*/
    background-color: #acabab;
    opacity: 0.6;
}

.SortAsc,
.SortDesc {
    float: right;
    width: 18px;
    height: 18px;
}

.SortAsc {
    background: transparent url(../Images/TableList/table-asc.png) center center no-repeat;
    background-size: 100% 100%;
}

.SortDesc {
    background: transparent url(../Images/TableList/table-desc.png) center center no-repeat;
    background-size: 100% 100%;
}

.admin_menu {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: transparent;
    /* min-height: 50px; */

}

.admin_menu .menu {
    width: 10px;
    overflow: hidden;
    background-color: transparent;
    transition: width 0.3s;
    border: none;
    position: relative;
}

.admin_menu .menu:hover {
    width: 160px;
    box-shadow: 0 0 8px #404040;
    border-radius: 4px;
    background-color: #f0f0f0;
}

.admin_menu .menu:hover .img {
    display: none;
}

.admin_menu .menu .img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.admin_menu .menu .img img {
    width: 100%;
    height: 100%;
}

.admin_menu .menu_li {
    height: 30px;
    line-height: 26px;
    padding: 2px 10px;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s;

}

.admin_menu .menu_li:hover {
    background-color: #dfdfdf;

}

.admin_menu a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #404040;
}


/*easyui部分样式重置*/
.panel-body {
    overflow: auto;
    border: none;
}

.easyui-layout .panel-body-noheader {
    overflow: hidden;
}

.easyui-layout .layout-split-west {
    border-right: 5px solid #f0f0f0;
}

.easyui-layout .panel-header {
    border: none;
}

.easyui-layout .panel-title {
    font-size: 14px;
    height: 24px;
    line-height: 24px;

}

/*easyui-tabs*/
.easyui-tabs .tabs {
    border: none;
    height: 40px !important;
    padding: 10px 10px 0 10px;
}

.easyui-tabs .tabs-panels {
    border: none;
}

.easyui-tabs .tabs-header {
    border: none;
    padding-top: 0;
}

.easyui-tabs .tabs a {
    height: 40px !important;
    line-height: 40px !important;
}

.easyui-tabs .tabs .tabs-title {
    font-size: 14px;
}

.easyui-tabs .tabs li a.tabs-inner {
    background: none;
    background-color: #eff5fa !important;
    border: none;
    padding: 0 20px;
    color: #41474c;
    border-radius: 0;
    min-width: 60px;
}

.easyui-tabs .tabs .tabs-selected a.tabs-inner {
    background-color: #fff !important;
}

.easyui-tabs .tabs-header,
.tabs-tool {
    background-color: #e9ecf0;
}

/*easyui-window*/
.panel.window {
    width: 100%;
    /* height: 100%; */
    background: rgba(0, 0, 0, 0);
    border: none;
}

.window-shadow {
    height: auto !important;
}

.easyui-window {
    width: 100%;
    height: 100%;
}


/*swiper箭头*/
.swiper-button-prev,
.swiper-container-rtl,
.swiper-button-next {
    background-color: rgb(102, 168, 255);
    border-radius: 20%;
    padding: 10px;
    box-sizing: border-box;
}

.swiper-button-prev:after,
.swiper-container-rtl:after,
.swiper-button-next:after {
    font-size: 12px;
}

/*搜索框*/
.search {
    position: relative;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.search .input {
    width: 100%;
    padding-right: 34px;
}

.search .search_icon {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 34px;
    width: 34px;
    z-index: 1;
    cursor: pointer;
}

.search .search_icon img {
    position: absolute;
    top: 56%;
    right: 50%;
    transform: translate(50%, -50%);
    width: 60%;
    height: 60%;
}

.list-filter-tag {
    color: #58575C;
    /*background-color: #3B3E47;*/
    /*box-shadow: 3px 3px 7px white;*/
    padding: 5px;
    margin-left: 8px;
    border-radius: 4px;
    /*border: 3px solid white;*/
    font-size: 12px;
}

.list-filter-tag:hover {
    color: white;
    background-color: #C6C6C6;
    transform: scale(2);
}

.list-filter-tag:hover .list-filter-icon {
    color: red
}


/**
loading动画
 */
.loading-spinner {
    position: absolute;
    top: calc(50% - 50px);
    left: calc(50% - 100px);
    width: 200px;
    height: 100px;
    text-align: center;
    font-size: 10px;
}

.loading-spinner > div {
    background-color: #6e9dbd; /*#D3D3D3;*/
    height: 100px;
    width: 6px;
    display: inline-block;
    margin: 1px;
    -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
    animation: stretchdelay 1.2s infinite ease-in-out;
}

.loading-spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.loading-spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.loading-spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.loading-spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1.0);
        -webkit-transform: scaleY(1.0);
    }
}

.table_template .table_template_heard {
    color: #666666 !important;
}

.time-select-green {
    border-right: unset !important;
    border-left: unset !important;
    color: #04be5b !important;
}

.time-select-td {
    border-right: unset !important;
    border-left: unset !important;
    color: #666666 !important;
    cursor: pointer;

}
.table_template tr td:last-child {
    border-right: 1px solid #dee2e6!important;
}
.table_template tr td:first-child {
    border-left: 1px solid #dee2e6!important;
}

.table_template tr td{
    min-width: 100px;
}



.time-select-td:hover {
    background: #f5f7f9;
}

.table_template td {
    transition: 0.2s all;
}

.table_template .active {
    font-weight: bold !important;
    background: #f0faff;
    color: #007bff !important;
}

.time-select-input {
    border-radius: unset !important;
    width: 300px;
    cursor: pointer;
}


/* 选择树结构css */
#select_Tree {
    height: 100%;
    min-height: 400px;
    background-color: #efefef;
    display: flex;
}

#select_Tree #tree {
    flex: 1;
    background: #fff;
    padding: 10px 5px;
    font-size: 14px;
}

#select_Tree .rightSelect {
    flex: 3;
}

#select_Tree #tree .treeItem_Body {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

#select_Tree #tree .treeItem_Body .checkstate {
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 0 5px;
    background-size: 100% 100%;
    background-position: center center;
    box-sizing: border-box;
}

#select_Tree #tree .treeItem_Body .openselect {
    font-size: 12px;
    display: none;
    cursor: pointer;
}

#select_Tree #tree .treeItem_Body .closeselect {
    font-size: 12px;
    cursor: pointer;
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    /* IE 9 */
    -moz-transform: rotate(-90deg);
    /* Firefox */
    -webkit-transform: rotate(-90deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(-90deg);
    /* Opera */
}

#select_Tree #tree .treeItem_Body .treeText {
    cursor: default;
}

#select_Tree #tree .treeItem_Children {
    padding: 0 5px;
    display: none;
}

#select_Tree .rightSelect {
    display: flex;
    flex-direction: column;
}

#select_Tree .rightSelect .selectTop {
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#select_Tree .rightSelect .selectTop .selectBtns {
    display: flex;
}

#select_Tree .rightSelect .selectTop .selectBtns .btn {
    text-align: center;
    line-height: 20px;
    border: 1px solid #ccc;
    margin: 0 3px;
    background-color: #fff;
    cursor: pointer;
    border-radius: 3px;
}

#select_Tree .rightSelect .selectTop .searchBtn {
    display: inline-block;
    width: 50px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #1891ff;
}

#select_Tree .rightSelect .selectTop #selectInput {
    border: 1px solid #ccc;
    outline: none;
    background: #fff;
}

#select_Tree .rightSelect .selectBody {
    flex: 1;
    background: #fff;
    box-sizing: border-box;
    margin: 10px;
}

#select_Tree .rightSelect .selectBody .selectItem {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    align-items: center;
    margin: 10px;
    height: 20px;
}

#select_Tree .rightSelect .selectBody .checkSelect {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    cursor: pointer;
    margin: 0 5px;
    background-size: 100% 100%;
    background-position: center center;
    box-sizing: border-box;
    background-image: url(../Images/checked.png);
}

#select_Tree .rightSelect .selectBtns {
    margin-left: 10px;
}

#select_Tree .rightSelect .selectBtns .selectBtn {
    width: 45px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 3px;
    cursor: pointer;
}

#select_Tree .rightSelect .selectBtns .getSelect_DATA {
    background: #1891ff;
    color: #fff;
}

#select_Tree .rightSelect .selectBtns .getSelect_AllData {
    border: 1px solid #ccc;
}

#select_Tree .rightSelect .selectBtns .clearSelect_DATA {
    background: #ff4c4e;
    color: #fff;
}