.layui-menu li div[data-disabled="false"]{
	color: #000;
}
/* block区域 */
input::-webkit-input-placeholder {
    color: #ccc;
}

input::-moz-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-o-input-placeholder {
    color: #ccc;
}

.layui-table-view .layui-form-radioed {
    background: url(../images/home/ZY-xuanzhong.png) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 15px;
}

.layui-border-box {
    margin-top: 0px;
}

/* 去掉margin值 */

.tableSelect .layui-table-view .layui-table td {
    border-right: 0;
}

.layui-elem-quote {
    border: 0;
    background: #FFF;
    margin-bottom: 0;
    padding: 15px 10px 0 10px;
}

.layui-form-pane .layui-form-label {
    border: 0;

    background: #fff;

}

.spanLine {
    position: absolute;
    top: 7px;
    left: 92px;
}

#searchForm .layui-form-item {
    margin-bottom: 0px;
}

.layui-form-pane .layui-form-item {
    /* background: rgb(242, 242, 242); */
    padding: 0 0 8px 0;
}

#searchBtn {
    background: #3e82f7;
    border-radius: 5px;
    color: rgb(255, 255, 255);
}

/* .layui-btn+.layui-btn {
    background:#3e82f7 ;
    color:#FFF ;
    border-radius: 5px;
  
} */

.tableSelect .tableSelectBar .layui-btn {
    border-radius: 5px;
    text-align: center;
    background-color: #3e82f7;
    margin-right: 10px;
}

.tableSelect .tableSelectBar .layui-btn-primary {
    background: url(/images/home/ZY-ss.png) no-repeat center center;
    width: 41px;
    height: 30px;
    border: 0;
    /* background-size: 60% 76%; */
    /* background-color: #000 !important; */
    /* border-bottom: 0; */
    /* border-top: 0; */
}

.layui-icon-search:before {
    content: "";
} 
/* .layui-icon-search{
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/home/ZY-ss.png) no-repeat center center;
    background-size: 100% 72%;
} */
/* .tableSelect .tableSelectBar .layui-btn-primary {
    border-radius: 0px 5px 5px 0px;
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
    width: 41px;
    border-bottom:0;
	border-top:0;  
} */

.layui-form-select dl dd.layui-this {
    background-color: #3e82f7;
}

/* .tableSelect .layui-table-view .layui-form-radioed {
    background: url(../images/) no-repeat center center;
    background-size: 100% 100%;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 4px;
    left: 14px;
} */
/* 去掉划过显示的尖角 */
.tableSelect .layui-table-grid-down {
    opacity: 0;
}

.layui-table-grid-down {
    opacity: 0;
}

/* .layui-anim-scaleSpring {
    position: absolute;
    left: 99999px;
}  */

/* .layui-table-box .layui-table-main .layui-anim-scaleSpring {
    position: absolute;
    left: 99999px;
} */

/* 产生绿色勾 */
.tableSelect .layui-table-view .layui-form-radioed .layui-anim-scaleSpring {
    position: absolute;
    left: 99999px;
}

.tableSelect .layui-table-click {
    color: #3e82f7;
}

.layui-laydate .layui-this {
    background-color: #3e82f7 !important;
}


.tableSelect .layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #3e82f7;
}

/* 表格 */
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background: #3e82f7;
}

.layui-table-header {
    border-bottom: 1px solid #3e82f7;
    background: #FFF;
}

.layui-table {
    color: black;

}

.layui-table thead tr {
    background: #fff !important;

}

.layui-table-box .layui-table-header thead tr:first-child>th {
    /* font-size: 16px; */
    font-size: 14px;
    font-weight: bold;
}

.layui-table-view .layui-table th {
    border-right: 1px solid #fff;
}

.layui-laypage input:focus,
.layui-laypage select:focus {
    border-color: #3e82f7 !important;
}

.layui-table-box tbody .layui-btn+.layui-btn-danger {
    color: rgb(229, 0, 0);
}

.layui-btn-primary:hover {

    border-color: #3e82f7;
}

/* 添加弹窗 */
/* .layui-btn{
   
     background:#3e82f7 ;
    color:#FFF ;
    border-radius: 5px;
} */
.layui-table-box tbody .layui-btn-xs {
    border: none;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    border-radius: 5px;
}

.layui-table-box tbody .layui-btn-xs:first-child {
    background: #3e82f7;
    color: #FFF;
    border-radius: 5px;
}

.layui-layer-btn .layui-layer-btn0 {
    border: none;
    background-color: #3e82f7 ;
    text-align: center;
    box-sizing: border-box;
    border-radius: 5px;
}

.layui-layer-btn .layui-layer-btn1 {
    border-radius: 5px;
    border: 1px solid #3e82f7;
    color: #3e82f7;
    box-sizing: border-box;
    text-align: center;
}

.layui-layer-title {
    font-weight: bold;
    color: #3e82f7 !important;
    background: #fff !important;
}
.input-pointer{
	cursor: pointer;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb{
    background-color: #999;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}
::-webkit-scrollbar-thumb:vertical:hover{
    background-color: #666;
}
::-webkit-scrollbar-thumb:vertical:active{
    background-color: #333;
}
::-webkit-scrollbar-button{
    display: none;
}
::-webkit-scrollbar-track{
    background-color: #f1f1f1;
}
.layui-table-tool{
    background-color:#fff;
}


/* 增加 */
.layui-disabled{
    color: #999999 !important;
} 

/*灰头表格，加在父容器class*/
body .gray_table_thead_div thead th{
    background-color: #ebebeb !important;
    margin-left: 2px !important;
}
body .gray_table_thead_div .layui-table-header{
    border-bottom: none;
}
/* 选中变圆框tab */
.radius-tab-li li{
    border-radius: 21px;
    font-size: 16px;
    margin-right: 10px;
    border: 1px solid #E6E6E6;
    padding: 0 18px;
    min-width: 50px !important;
}
.radius-tab-li .layui-tab-title{
    border: 0px !important;
    margin-bottom: 10px;
}
.radius-tab-li>.layui-tab-title .layui-this:after {
    border-radius: 21px;
    border-bottom: 1px solid #3e82f7;
}
.radius-tab-li .layui-this{
    border-bottom:0px !important;
    background-color: #edf3fc;
    font-size: 18px;
    font-weight: bold;
    color: #3e82f7;
    border: 1px solid #3e82f7;
}
/*圆框灰底tab，选中变绿色*/
.gray_green_tab li{
    background-color: #f6f6f6;
    margin-right: 10px !important;
    height: 42px !important;
    line-height: 42px;
    font-size: 15px !important;
    border-radius: 42px;
}
.gray_green_tab .layui-tab-title{
    height: 52px !important;
}
.gray_green_tab .layui-this{
    font-size: 18px !important;
    font-weight: bold !important;
    background-color: #edf3fc;
    color: #3e82f7 !important;
}
.gray_green_tab>.layui-tab-title .layui-this:after {
    border-radius: 0;
    border: 1px solid #3e82f7 !important;
    height: 42px !important;
    border-radius: 42px;
}
/* 元素涉及页面过多，全局处理 */
#questionView {
    height: 0;
    overflow: hidden;
}
.xm-label .xm-label-block{
    background-color:#3E82F7 !important;
}
.xm-body .scroll-body .xm-option i:not(.xm-tree-icon),.xm-select-demo xm-select[style*="border-color"]{
    border-color:#3E82F7 !important;
}
.xm-body .scroll-body .selected i:not(.xm-tree-icon){
    color: #3E82F7 !important;
    border: none !important;
}
#side-item .hide-side-content{
    padding-top:0;
}
