@charset "UTF-8";
html, body {
    height: 100%;
}

body {
    background: #eee;
}

.bgWhite {
    background: #fff;
}

.bgGray {
    background: #f5f5f5 !important;
}

.bgOrange {
    background: #FF5722 !important;
}

.bgDarkGray {
    background: #ccc !important;
}

.bold {
    font-weight: bold;
}

.content {
    background: #fff;
    position: relative;
    margin: 0;
    padding: 0 15px 5px 15px;
    border-radius: 2px;
    /*min-height: 650px;*/
}

.content .text {
    margin: 150px;
    text-align: center;
    font-size: 40px;
}

.content.content-height-mid {
    min-height: 432px;
}

.content.all-height {
    height: 100%;
    padding-bottom: 0;
    min-height: 0;
}

.content.windows {
    padding-top: 15px;
    min-height: 416px;
}

.listPage {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
}

.listPage .pagination {
    display: inline-block;
}

.listPage .pagination li {
    display: inline-block;
    height: 30px;
    border: 1px solid #ddd;
    margin: 0 -1px 5px 0;
    float: left;
}

.listPage .pagination li a, .listPage .pagination li span {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    font-size: 13px;
    *display: inline;
}

.listPage .pagination li.active span {
    color: #fff;
    background-color: #009688;
    border-radius: 3;
    height: 32px;
    line-height: 32px;
    margin-top: -1px;
}

.listPage .pagination li.disabled span {
    color: #999;
}

.listPage .pagination li.disabled span:hover {
    cursor: not-allowed !important;
}

.listPage .pagination li a:hover {
    color: #009688;
}

.listPage .pagination > li:first-child {
    border-radius: 3px 0 0 3px;
}

.listPage .pagination > li:last-child {
    border-radius: 0 3px 3px 0;
}

.content .content_top {
    height: 35px;
    padding-top: 6px; /* border-bottom: 1px solid #ddd; */
    padding-bottom: 6px;
    position: relative;
}

.content > .content_top > a {
    margin: 5px 15px 0 1px;
    position: relative;
    display: inline-block;
    font-size: 14px;
}

.content > .content_top > a.hover {
    line-height: 26px;
    padding-bottom: 4px;
    font-weight: bold;
}

.content > .content_top > a.hover:after {
    content: '';
    border-bottom: 2px solid;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
}

.content .content_top .operationBtn {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    line-height: 43px;
}

.content .content_top .operationBtn a {
    margin-left: 2px;
}

.content .content_top .operationBtn a.add {
}

.content .content_top .operationBtn a.del {
    background-color: #e22;
}

.content .content_top i, .content .posfixed i {
    color: #fff;
    font-size: 14px;
}

.content .content_search { /* margin: 6px 0 0 0; */
}

.content_search .layui-form-label {
    padding: 9px 8px 9px 0;
    text-align: left;
    width: auto !important;
}

.content_search .layui-inline {
    margin-right: 0;
    float: left;
}

.content_search .layui-input-inline.lg {
    width: 390px;
}

.content_search .layui-input-btn {
    float: left;
    position: relative;
}

.content_search .layui-input-btn.no-float {
    margin-bottom: 15px;
    float: none;
}

.content_search .layui-input-btn i {
    color: #fff;
    font-size: 14px;
}

.content_search .layui-input-btn .reset_btn {
    background-color: #FFB800;
}


.content_search .layui-input-inline .input-bar {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0 5px;
}

.content_search .layui-input-inline.auto-width {
    width: auto;
}

.content_search .layui-input-inline.no-margin {
    margin: 0;
}

.content_search .layui-input-inline .title-span {
    display: inline-block;
    width: auto;
}

.content_search .layui-form-item {
    margin: 0;
}
.content_search .content_type.inline {
    margin-bottom: 15px;
}
.content_search .layui-form-item .layui-input-inline, .content_search .layui-input-btn{
    margin-bottom: 15px;
}

.wauto {
    width: auto !important;
}
.w80 {
    width: 80px !important;
}
.w90 {
    width: 90px !important;
}
.w100 {
    width: 100px !important;
}

.w110 {
    width: 110px !important;
}
.w130 {
    width: 130px !important;
}
.w140 {
    width: 140px !important;
}
.w150 {
    width: 150px !important;
}
.w170 {
    width: 170px !important;
}
.w180 {
    width: 180px !important;
}
.w200 {
    width: 200px !important;
}
.w230 {
    width: 230px !important;
}
.w240 {
    width: 240px !important;
}
.w250 {
    width: 250px !important;
}
.w300 {
    width: 300px !important;
}
.w340 {
    width: 340px !important;
}
.w350 {
    width: 350px !important;
}
.w365 {
    width: 365px !important;
}
.w455 {
    width: 455px !important;
}
.w490 {
    width: 490px !important;
}
.w540 {
    width: 540px !important;
}
.w700 {
    width: 700px !important;
}
.content_search .layui-input-inline .time-input {
	display: inline-block;
	width: 182.5px;
	outline: none; 
}

.content_search .layui-input-inline .radio-item {
    height: 33px;
    line-height: 31px;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    padding: 0 0 0 10px;
}

.content_search .layui-input-inline .radio-item .item-label{

    display: inline-block;font-size: 15px;vertical-align: middle;padding-right: 10px;border-right: 1px solid #e6e6e6;margin-right: 10px;}

.content_search .layui-input-inline .radio-item .layui-form-radio {

    margin-top: 0;
    padding-right: 0;}

.content_search .layui-input-inline .checkbox-item {
    height: 35px;
    line-height: 30px;
}

.content_search .layui-input-inline .checkbox-item .layui-form-checkbox {
    margin-top: 0;
}

.content_search .layui-input-inline .min-input {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: 100px;
    display: inline-block;
}

.content_search .layui-input-inline .min-input .layui-input {
    border: none;
    height: 32px;
}

.content_search .layui-input-inline .min-icon-input .layui-input {
    border: none;
    padding-left: 25px;
    height: 32px;
}

.content_search .layui-input-inline .min-icon-input {
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 2px;
    width: 100px;
    display: inline-block;
}


.content_search .layui-input-inline .min-icon-input .icon {
    position: absolute;
    font-style: normal;
    color: #999;
    top: 6px;
    left: 7px;
}

.content_search .layui-input-inline .min-icon-input .layui-input {
    border: none;
    padding-left: 25px;
    height: 32px;
}


.content .content_search_sm {
}

.content_search_sm .layui-form-label {
    padding: 9px 8px 9px 0;
    text-align: left;
    width: auto !important;
}

.content_search_sm .layui-inline {
    margin-right: 0;
    float: left;
}

.content_search_sm .layui-input, .content_search_sm .layui-select {
    height: 31px;
    font-size: 14px;
}

.content_search_sm .layui-input-btn {
    display: inline-block;
    position: relative;
    float: left;
}

.content_search_sm .layui-input-btn .reset_btn {
    background-color: #FFB800;
}

/* 搜索栏选项卡 */
.content_type {
    margin: 0 0 17px;
    font-size: 0;}

.content_type.inline{
    margin: 0 10px 0 0;
    float: left;
}

.content_type a.layui-btn {
    border-radius: 0;
    margin: 0 1px 0 0;
    border: 1px solid #03c5ff;
}

.content_type a.layui-btn-primary {
    background: #F2F2F2;
    border: 1px solid #F2F2F2;
}

.content_type .chaType {
    background-color: #03c5ff;
    border: 1px solid #03c5ff;
}

.content_type .layui-btn-primary:hover {
    background: #dddddd;
    color: #333;
}


.table_submit {
    text-align: right;
    margin-top: 10px;
}
.table-input{
    display: block;
    width: 100%;
    border: 1px solid #e6e6e6;
    height: 100%;
    box-sizing: border-box;
    text-indent: 5px;
    font-size: 14px;
    border-radius:2px;
}

.content_add {
    margin: 20px 0;
}

.content_add.windows {
    margin-top: 0;
    padding-top: 20px;
}

.content_add.minWin {
    margin: 0;
    padding: 20px;
}

.content_add .layui-input-inline {
    width: 350px;
}

.content_add .layui-form-mid {
    font-size: 13px;
}

.content_add.content_add_label .layui-form-label {
    width: 100px;
}

.content_add.content_add_label .layui-input-block {
    margin-left: 130px;
}

.content_add.content_add_label_lg .layui-form-label {
    width: 140px;
}

.content_add.content_add_label_lg .layui-input-block {
    margin-left: 170px;
}

.content_add.content_detail .layui-form-item {
    margin-bottom: 5px;
}

.content_list {
	display: block;
}

.content_list .layui-icon {
    cursor: pointer;
}

.content_list .next_nav {
    padding-left: 30px !important;
}

.content_list .last_nav {
    padding-left: 65px !important;
}

.content_edit_page {
    min-height: 445px;
    margin: 0;
}

.submit_btn {
    margin-top: 40px;
}

.top-right-btn {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 30;
}

.red {
    color: #f54f4f;
}

.gray {
    color: #bbb;
}

.green {
    color: green;
}
.blue{ color: #03c5ff;}

.a_line{text-decoration: underline;}

.content_edit_page .content_list {
    margin-bottom: 70px;
}

.content_edit_page .posfixed {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #fff;
    height: 50px;
    width: 90%;
    text-align: right;
    box-shadow: 0px -1px 7px #bbb;
    padding: 0 5%;
}

.content_edit_page .posfixed .layui-btn {
    margin: 6px 0;
}

.content_edit_page .right_bottom {
    display: none;
}


.page_error {
    background: #fff;
    margin: 10% auto 0 auto;
    border-radius: 5px;
    width: 40%;
    min-width: 450px;
    padding: 80px 0;
}

.page_error .error_icon {
    width: 100%;
    height: 100px;
    text-align: center;
}

.page_error .error_icon i {
    font-size: 100px;
    color: #bbb;
}

.page_error .error_text {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #888;
}

.right_bottom {
    width: 25px;
    position: fixed;
    right: 0;
    bottom: 21px;
    z-index: 1002;
}

.right_bottom a {
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    background: rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
    border-radius: 45px;
    float: left;
}

.right_bottom a i {
    color: #fff;
    font-size: 17px;
}

#layui-layer1 {
    width: 64px;
}

.info_box {
    padding: 0 2%;
}

.info_box .info_line {
    color: #999;
    border-bottom: 1px dashed #ddd;
    line-height: 26px;
    padding: 7px 0;
    font-size: 13px;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    word-wrap: break-word;
    word-break: normal;
}

.info_box .info_line .fl_text {
    color: #333;
    font-size: 13px;
    width: 110px;
    float: left;
    text-align: left;
}

.info_box .info_line .fr_text {
    color: #333;
    font-size: 13px;
    margin-left: 110px;
}

.info_box .info_line .fr_text img {
    width: 80px;
}

.title-items {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding: 0 18px;
    font-size: 18px;
    color: #555;
}

.title-items:before {
    position: absolute;
    top: 14px;
    left: 7px;
    content: '';
    width: 5px;
    height: 18px;
    background: #5FB878;
}

/* 带有图片的表格 */
.img-table tbody .layui-table-cell {
    height: 60px;
    line-height: 60px;
}

.img-table tbody .layui-table-cell .table-image {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.img-table tbody .layui-table-cell .td-rows-text {
    line-height: 20px;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    transform: translateY(-50%);
    overflow: hidden;
}

.img-table tbody .layui-table-cell .td-rows-text font {
    font-size: 13px;
}

.img-table .layui-table-view .layui-table[lay-size=sm] tbody .layui-table-cell {
    height: 40px;
    line-height: 40px;
}

/* 用于弹窗的input */
.layer-window-input {
    border: 1px solid #e6e6e6;
    width: 99%;
    height: 30px;
    line-height: 30px;
    text-indent: 8px;
    color: #666;
    border-radius: 3px;
}

/* 上下左右居中 */
.position-center {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.layui-layer-explainwin, .layui-layer-explainwin iframe {
    background-color: transparent !important; /*背景透明*/
    box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important; /*前景无阴影*/
}

/* 列表页面中的更多按钮 */
.table-mb-box {
    display: inline-block;
    position: relative;
    margin-left: 12px;
}

.table-mb-list {
    display: none;
    position: absolute;
    right: calc(100% + 8px);
    background: #fff;
    top: -2px;
    font-size: 0;
    padding: 1px 8px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 0 10px #999;
}

.table-mb-list:before {
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: -11px;
    padding: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #FFFFFF;
    border-right: 6px solid transparent;
    display: block;
    content: '';
    z-index: 12;
}

.table-mb-list:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 9px;
    right: -13px;
    padding: 0;
    border-bottom: 6px solid transparent;
    border-top: 6px solid transparent;
    border-left: 6px solid #ddd;
    border-right: 6px solid transparent;
    display: block;
    content: '';
    z-index: 10;
}

/* 页面全路径标题 */
.full-path-list {
    height: 36px;
    line-height: 36px;
}

.full-path-list .full-path {
    display: inline-block;
}

.full-path-list .item {
    position: relative;
    padding-right: 20px;
}

.full-path-list .item:not(:last-child) {
    color: #999;
}

.full-path-list .item:last-child {
    padding-right: 0;
}

.full-path-list .item:not(:last-child):after {
    content: '/';
    position: absolute;
    right: 5px;
    color: #ccc;
    font-size: 12px;
    top: -8px;
    transform: scale(0.8);
    font-weight: bold;
}

.full-path-list .full-path-btn {
    font-weight: bold;
    font-size: 17px;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.full-path-list .full-path-btn:hover {
    color: var(--mh_hover_color);
}


.layui-btn-xs .layui-icon {
    position: relative;
    top: 1px;
    margin-left: 2px;
    transform: scale(0.8);
    display: inline-block;
}

.more-op-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 160px;
    box-shadow: -2px 2px 5px #999;
    border-radius: 2px;
    border: 1px solid #ccc;
    z-index:101;
}

.more-op-box.on {
    display: block;
}

.more-op-box .split-line {

    height: 20px;
    line-height: 20px;
    padding-left: 30px;
    color: #999;
}

.more-op-box .item {
    display: block;
    height: 38px;
    line-height: 38px;

    white-space: nowrap;
    overflow: hidden;
    color: #666;
    text-overflow: ellipsis;
    padding: 0 30px;
}

.more-op-box .item:hover {
    background: #f5f5f5;
}

.tool-custom-text {
}

.tool-custom-text i {
    font-style: normal;
}

/* 分页行按钮 */
.page-custom-btn {
    position: absolute;
}

.page-custom-btn .btn {
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    border: 1px solid #e6e6e6;
    color: #666;
    padding: 0 10px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 2px;
}

.page-custom-btn .btn:hover {
    background: #f5f5f5;
}

.page-custom-btn .btn .iconfont {
    vertical-align: middle;
    font-size: 14px;
    margin-right: 3px;
    position: relative;
    top: -1px;
}

.page-custom-btn .btn .iconfont.right-icon {
    margin-left: 3px;
    margin-right: 0;
}

.nms-btn {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    font-size: 14px;
    text-decoration: underline;
    margin-left: 10px;
    color: #666;
}


/* 公共提示 */
.txtBox-tips, .txtBox-warn {
    background: #eee;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.txtBox-tips i, .txtBox-warn i {
    font-weight: bold;
    margin-right: 7px;
    float: left;
    position: relative;
    top: 3px;
}

.txtBox-tips .key, .txtBox-warn .key {
    text-decoration: underline;
    font-size: 16px;
}

.txtBox-tips .con, .txtBox-warn .con {
    width: calc(100% - 50px);
    display: inline-block;
}

.txtBox-tips {
    background: #D5E7FF;
    color: #0082D1;
}

.txtBox-tips i {
    color: #0D76FF;
}

.txtBox-warn {
    background: #FBE0E0;
    color: #A81F85;
}

.txtBox-warn i {
    color: #E54545;
}


/*搜索 时间/范围选择*/
.time-input-box{border: 1px solid #e6e6e6;height: 33px;}
.time-input-box .time-input{
	width: 100px !important;
    float: left;
    border: none;
    height: 33px;
    line-height: 33px;    margin: 0;
    padding: 0;text-align:center;}
.time-input-box .layui-form-mid{padding: 6px 0 !important;margin: 0 2px;}
.time-input-box .iconfont{float:left;line-height: 33px;}


/* 多选下拉一行显示 */
.mulSelect .xm-select-title {height:36px!important;overflow:hidden;}
.mulSelect .xm-select {padding:6px 33px 5px 10px;height:36px!important;}
.mulSelect .xm-select-label {left:0;height:30px;overflow:hidden;top: -2px;position: relative;}
.mulSelect .xm-select-parent .xm-select {padding-right:30px;}
.mulSelect .xm-select-parent .xm-select-title div.xm-select-label > span {display:inline;line-height:28px;}
.mulSelect .xm-select-parent .xm-select-title div.xm-select-label>span i {line-height:28px;}

/* 切换时间范围类型 */
.layui-form-label-select {width:103px;display:inline-block;background:#fbfbfb;border:0;float:left;}
.layui-form-label-select input {background:#fbfbfb;height:35px;border:1px solid #e6e6e6;border-right: 0;}

/* 项目选择 */
.project_select #project-type {position:absolute;left:0;top:39px;z-index:900;width:158px!important;display:none;}
.project_select .layui-panel {position:relative;border-width:1px;border-style:solid;border-radius:2px;box-shadow:1px 1px 4px rgb(0 0 0 / 8%);background-color:#fff;color:#666;border-color:#eee;}
.project_select .layui-menu {position:relative;margin:5px 0;background-color:#fff;box-sizing:border-box;}
.project_select .layui-menu li {position:relative;margin:1px 0;width:calc(100% );line-height:26px;color:rgba(0,0,0,.8);font-size:14px;white-space:nowrap;cursor:pointer;transition:all .3s;}
.project_select .layui-menu li:hover {background-color:#f6f6f6;}
.project_select .layui-menu li,.layui-menu-body-title a {padding:5px 15px;}
.project_select .layui-menu * {box-sizing:border-box;}
.project_select .layui-menu-body-title {position:relative;overflow:hidden;text-overflow:ellipsis;}
.project_select .layui-menu .layui-menu-item-divider {margin:5px 0;padding:0;height:0;line-height:0;border-bottom:1px solid #eee;overflow:hidden;}
.project_select .layui-menu-item-group .layui-menu-body-title,.layui-menu-item-parent .layui-menu-body-title {padding-right:25px;}
.project_select .layui-menu-body-title>.layui-icon-right {right:-1px;}
.project_select .layui-menu-body-title>.layui-icon {position:absolute;right:0;top:0;font-size:14px;}
.project_select .layui-menu-body-panel {display:none;position:absolute;top:-7px;left:98%;z-index:1000;padding:5px 0;width:200px;}

.project_select .layui-menu-body-panel-ul{position: relative;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    box-shadow: rgb(0 0 0 / 8%) 1px 1px 4px;
    background-color: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    border-color: rgb(238, 238, 238);
	max-height: 200px;
    overflow-y: auto;overflow-x: hidden;margin-left:5px;}
.project_select .layui-menu-item-parent:hover>.layui-menu-body-panel {display:block;animation-name:layui-fadein;animation-duration:.3s;animation-fill-mode:both;animation-delay:.2s;}
.project_select .layui-menu-body-panel:before {content:"";position:absolute;width:15px;left:-13px;top:0;bottom:0;}
/* 设置滚动条的样式 */
.layui-menu-body-panel-ul::-webkit-scrollbar {
width:11px;
}
/* 滚动槽 */
.layui-menu-body-panel-ul::-webkit-scrollbar-track {
-webkit-box-shadow:inset006pxrgba(0,0,0,0.3);
border-radius:10px;
}
/* 滚动条滑块 */
.layui-menu-body-panel-ul::-webkit-scrollbar-thumb {
border-radius:10px;
background:rgba(0,0,0,0.1);
-webkit-box-shadow:inset006pxrgba(0,0,0,0.5);
}
.layui-menu-body-panel-ul::-webkit-scrollbar-thumb:window-inactive {
background:rgba(255,0,0,0.4);
}

.w365 .time-input{width: 165px !important;}

.tableStatic{
	max-height:480px;
	/*overflow-y: scroll;*/
	overflow-y: auto;
	border: 1px solid #e6e6e6;
	margin-bottom: 8px;
}
.tableStatic  .layui-table{
	margin-bottom: 0;
}
.tableStatic .layui-table thead{
	position: sticky;
    top: 0;
    z-index: 2;
}

.tableStatic .layui-table th:after,
.tableStatic .layui-table th:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
}
.tableStatic .layui-table th{
    border-top: 0;
    position: sticky;
    top: 0;
    border-left: 0;
    z-index: 2;
    box-sizing: border-box;
}
.tableStatic .layui-table th:before {
    top: -1px;
    border-top: 1px solid rgb(230, 230, 230);
}
.tableStatic .layui-table th:after {
    bottom: -1px;
    border-bottom: 1px solid rgb(230, 230, 230);
}


body::-webkit-scrollbar{
	width : 10px;
	height: 16px;
}
body::-webkit-scrollbar-track-piece {
     background-color: unset;
    -webkit-border-radius: 0;
}
body::-webkit-scrollbar-thumb{
    outline: 2px solid #EEEEEE;
    -webkit-border-radius:0;
}
body::-webkit-scrollbar-thumb:hover {
    background-color: #A8A8A8;
    -webkit-border-radius: 0;
}



.layerCurrentOpen{
	overflow:hidden !important;
}
.layerCurrentOpen .layui-layer-title{
	padding-right: 50px;
}
.layerCurrentOpen .newBlank{
	width:30px;
}


.rbkfOpen{
	width: 280px;
	height: 90px;
	padding: 15px;
}
.rbkfOpen .fl{
	width: 180px;
	height: 80px;
	padding: 5px 0;
}
.rbkfOpen .fl h2{
	font-size: 28px;
	line-height: 40px;
}
.rbkfOpen .fl p{
	font-size: 22px;
	color: #555;
	line-height: 40px;
}
.rbkfOpen .fr{
	width:90px;
	height:90px;
}
.rbkfOpen .fr img{
	width:100%;
}


