@CHARSET "UTF-8";
/**----------------------平台通用 字体css-------------------**/

/**特大字体 一般用于监控项目名称**/
.hjh0{
	font-family: 'MicrosoftYaHei', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 20px;
    line-height: 36px;
}

/**主标题 一般用于：对话框标题、页签标题**/
.hjh1{
	font-family: 'MicrosoftYaHei', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
}
.hjh2{
    font-family: 'MicrosoftYaHei', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.hjh3{
    font-family: 'MicrosoftYaHei', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

/* 正文*/
.hjh4{
	font-family: 'MicrosoftYaHei', sans-serif;
    font-style: normal;
    font-size: 14px;
    color: #333333;
    line-height: 26px;
}

/* 辅助文字*/
.hjf1{
	font-family: 'MicrosoftYaHei', sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #999999;
    line-height: 26px;
}
.hjf2{
	font-family: 'MicrosoftYaHei', sans-serif;
    font-size: 12px;
    font-style: normal;
    color: #999999;
    line-height: 22px;
}

/*------------状态文本------------*/
/*失效*/
.hjinvalid{
   color: #CCCCCC;
}
/*链接*/
.hjlink{
   color: #0079FE;
}
/*错误*/
.hjerror{
   color: #FF3B30;
}
/*成功*/
.hjsuccess{
   color: #4BD863;
}
/*预警*/
.hjwarn{
	color: #FE9400;
}

/**----------------------平台通用 按钮css-------------------**/
.hjbtn{
	font-family: 'MicrosoftYaHei', sans-serif;
	border-radius: 4px;
    background-color: #409EFF;
    border: solid 1px #409EFF;
    line-height: normal;
    font-size: 12px;
    padding: 5px 12px;
    color: #ffffff;
    margin-right: 5px;
}

.hjbtn:hover{
    background-color: #63b1ff;
    border-color: #63b1ff;
}
.hjbtn:focus{
	outline: 0px;
	outline: none;
}

.sec{
    background-color: #ffffff;
    color: #333333;
    border: solid 1px #DCDFE6;
}

.sec:hover{
    border: solid 1px #409EFF;
    background-color: #ffffff;
    color: #409EFF;
}

.gen{
	background-color: #ffffff;
	border-color: #dedede;
    color: #999999;
}

.gen:hover{
	background-color: #f2f2f2;
	border-color: #dedede;
	color: #333333;
}

.gen1{
    background-color: #ffffff;
    border-color: #dedede;
    color: #333333;
}

.gen1:hover{
    background-color: #f2f2f2;
    border-color: #dedede;
    color: #333333;
}

.hjbtn-danger{
	background-color: #ffffff;
	color: #f95e5a;
	border-color: #f95e5a;
}

.hjbtn-danger:hover{
	background-color: #f95e5a;
	color: #ffffff;
	border-color: #f95e5a;
}

.hjbtn-warn{
	background-color: #ffffff;
	color: #fe9400;
	border-color: #fe9400;
}

.hjbtn-warn:hover{
	background-color: #fe9400;
	color: #ffffff;
	border-color: #fe9400;
}

.hjbtn i{
	font-style: normal;
    margin-right: 2px;
    font-size: 13px;
}
.pic-btn{
	width: 32px;
	height: 32px;
	border-radius: 2px;
	border: solid 1px #2283c5;
	padding: unset;
	font-size: 18px;
	background-color: #2283c5;
	color: #ffffff;
	margin-right: 3px;
}

.pic-btn i{
	font-size: 18px;
}

.pic-btn:hover{
	background-color: #286090;
	border-color: #286090;
}

button[disabled]{
	background-color: #f2f2f2;
	border-color: #dedede;
	color: #cccccc;
}
button[disabled]:hover{
	background-color: #f2f2f2;
	border-color: #dedede;
	color: #cccccc;
}
/**----------------------平台通用 弹窗css-------------------**/

/**----------------------平台通用 表单元素css-------------------**/

/**----------------------平台通用 表格css-------------------**/

/**----------------------平台通用 提示框-------------------**/
/**提示框样式使用方式示例：layindex.jsp 内 id为rap-modal-logout2的提示框**/

div.hjtip{
   /*  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 450px !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    bottom: auto;
    display: block;
    margin: 90px auto; */
}

div.hjtip0{
	 position: fixed;
     top: 0;
     left: 0;
     right: 0;
     z-index: 1050;
     width: 450px !important;
     background-color: #ffffff !important;
     border-radius: 6px !important;
     bottom: auto;
     display: none;
     margin: 90px auto;
}

.hjtip .modal-header{
    border-bottom: 1px solid #dedede;
    height: 50px;
    padding: 10px 15px;
}
.hjtip .modal-header .close{
    font-size: 24px;
    float: right;
    color: #bbbaba;
    opacity: 3;
}
.hjtip .modal-header h3 {
    margin: 0;
    line-height: 30px;
}
.hjtip .modal-body {
    position: relative;
    max-height: 500px;
    padding: 15px;
    overflow-y: auto;
}
.hjtip .modal-body img.ticon{
	width: 50px;
	top: 7px;
    position: absolute;
    border: none;
    content:url(/assets/images/tips/warn.png);
}
.hjtip .modal-body i.ticon{
	width: 50px;
	top: 7px;
    position: absolute;
    border: none;
    content:url(/assets/images/tips/warn.png);
}
.hjtip .modal-body .tip-text{
	font-size: 15px;
    width: 360px;
    position: relative;
    min-height: 30px;
    margin-top: 5px;
    margin-left: 55px;
}
.hjtip .modal-footer{
	height: 50px;
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
}
.hjtip .modal-footer a{
    color: #333;
    text-decoration: none;
}
.hjtip-exit .modal-body img.ticon{
	content:url(/assets/images/tips/exit.png);
}
.hjtip-delete .modal-body img.ticon{
	content:url(/assets/images/tips/delete.png);
}
.hjtip-warn .modal-body img.ticon{
	content:url(/assets/images/tips/warn.png);
}
.hjtip-error .modal-body img.ticon{
	content:url(/assets/images/tips/error.png);
}
.hjtip-success .modal-body img.ticon{
	content:url(/assets/images/tips/success.png);
}
.hjtip-help .modal-body img.ticon{
	content:url(/assets/images/tips/help.png);
}

/**----------------------平台通用 弹框-------------------**/
/** 弹框样式使用方式示例：views/mzpro/mzobject/object_selector.jsp 内 id为object-selector的弹框 **/
div.hjdialog{
    /* position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 450px !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    bottom: auto;
    margin: 90px auto; */
}
.hjdialog .modal-header{
    border-bottom: 1px solid #dedede;
    height: 50px;
    padding: 10px 15px;
}
.hjdialog .modal-header .close{
    font-size: 24px;
    float: right;
    color: #bbbaba;
    opacity: 3;
}
.hjdialog .modal-header h4 {
    margin: 0;
    line-height: 30px;
}
.hjdialog .modal-body {
    position: relative;
    max-height: 500px;
    padding: 15px;
    overflow-y: auto;
}

.hjdialog .modal-body .tip-text{
	font-size: 15px;
    width: 360px;
    position: relative;
    min-height: 30px;
    margin-top: 5px;
    margin-left: 55px;
}
.hjdialog .modal-footer{
	height: 50px;
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
}
.hjdialog .modal-footer a{
    color: #333;
    text-decoration: none;
}

/**  弹框页面代码如下：
<div class="modal hjwin" id="object-selector" style="display: none;">
    <div class="modal-dialog">
        <div class="modal-content">
            <div class="modal-header">
                <h4 class="hjh1">我是标题</h4>
                <a class="close btn-cancel" href="javascript:void(0);">&times;</a>
            </div>
            <div class="modal-body">我是内容</div>
            <div class="modal-footer">
                <div class="">
                    <button class="hjbtn btn-ok">确定</button>
                    <button class="hjbtn sec btn-cancel">取消</button>
                </div>
            </div>
        </div>
    </div>
</div>  **/
/* .btn-ok{
	border-color: #4898d5;
    background-color: #2e8ded;
}
.btn-cancel{
    background-color: white !important;
    border-color: rgb(220, 223, 230);
    color: #333;
} */
div.hjwin{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1050;
    width: 700px;
    padding-left: 0px !important;
    background-color: #ffffff !important;
    border-radius: 6px !important;
    bottom: auto;
    margin: 90px auto;
}
.hjwin .modal-dialog{
    margin: 0px;
    width: 100%;
}
.hjwin .modal-header{
    border-bottom: 1px solid #dedede;
    height: 50px;
    padding: 10px 15px;
}
.hjwin .modal-header .close{
    font-size: 24px;
    float: right;
    color: #bbbaba;
    opacity: 3;
}
.hjwin .modal-header h4 {
    margin: 0;
    line-height: 30px;
    display: inline;
}
.hjwin .modal-body {
    position: relative;
    max-height: 500px;
    padding: 15px;
    overflow-y: auto;
    height: 460px;
    padding: 0px;
}

.hjwin .modal-body .tip-text{
	font-size: 15px;
    width: 360px;
    position: relative;
    min-height: 30px;
    margin-top: 5px;
    margin-left: 55px;
}
.hjwin .modal-footer{
	height: 50px;
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
}
.hjwin .modal-footer a{
    color: #333;
    text-decoration: none;
}
/**----------------------------------**/

/**----------------------平台通用 弹框（重写layui弹窗）-------------------**/
/* div.layui-layer{
	border-radius: 6px;
}
div.layui-layer span.layui-layer-setwin a.layui-layer-close{
	opacity: 0.6;
}
div.layui-layer-title{
    background-color: #ffffff;
    border-bottom: 1px solid #dedede;
    height: 50px;
    min-height: 50px;
    padding: 10px 15px;
    font-family: 'MicrosoftYaHei', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    border-radius: 6px 6px 0 0;
}
div.layui-layer-btn{
    height: 50px;
    padding: 10px 15px;
    text-align: right;
    border-top: 1px solid #dedede;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #ffffff;
    border-radius: 0 0 6px 6px;
}

div.layui-layer-btn a[class^=layui-layer-btn]{
    font-family: 'MicrosoftYaHei', sans-serif;
	border-radius: 4px;
	background-color: #2283c5;
    border: solid 1px #2283c5;
    line-height: normal;
    font-size: 12px;
    padding: 5px 12px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
}

div.layui-layer-btn a[class^=layui-layer-btn]:hover{
	background-color: #286090;
	border-color: #2283c5;
}

div.layui-layer-btn a[class^=layui-layer-btn]:last-child{
	background-color: #ffffff;
    color: #2283c5;
}
div.layui-layer-btn a[class^=layui-layer-btn]:last-child:hover{
	background-color: #ffffff;
	border-color: #286090;
	color: #286090;
} */

.layui-layer-shade{
	opacity: 0.9 !important;
}
.layui-layer-iframe {
	border-radius: 8px;
}
.layui-layer{
	border-radius: 8px;	
}
.layui-layer-content{
	border-radius: 8px !important;
}
.layui-layer-title{
	border-radius: 8px 8px 0 0 !important;	
}
#layui-layer1{
	border-radius: 8px !important;
}

div.layui-layer-title{
	padding-left: 8px;
    background-color: #f1efef;
    border-radius: 8px 8px 0px 0px;
}
div.layui-layer-btn{
	background-color: #e5e5e6;
	border-radius: 0px 0px 8px 8px;
    padding: 5px 10px 5px;
}
div.layui-layer-iframe{
    border-radius: 8px 8px 8px 8px;
}
div.layui-layer-dialog{
	border-radius: 8px 8px 8px 8px;
}


/**----------------------平台通用css(旧)-------------------**/
/* Override bottom*/

html {
    background-image: url(about: blank); /*用浏览器空白页面作为背景*/
    background-attachment: fixed; /*确保滚动条滚动时，元素不闪动*/
}

.main_container{
	margin-top: 10px !important;
	padding-top:0px !important;
}

.ztree * {
	font-size: 15px;
	padding-top: 1px;
}

body{
	font-family: 微软雅黑;
	font-size: 14px;
}

 .nux_tip_txt {  
   	padding-top: 5px;
   	padding-bottom: 5px;
   	padding-left:5px;
   	padding-right:5px;
   	color: rgb(27, 147, 55);
   	font-size: 13px;
   	text-align: center;
   		
} 
/*.nux_tip_txt {  
	padding-top: 5px;
   	padding-bottom: 5px;
   	padding-left:5px;
   	padding-right:5px;
   	color: rgb(27, 147, 55);
   	font-size: 13px;
   	text-align: center;
   	position: fixed;
   	background-color: #DFF7DB; 
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:3px;
}*/

/* .nux_tip{
	width: 150px;  
	margin: 0 auto;
	height:40px;
	height:auto; 
	overflow:hidden;
    z-index: 99999;  
    margin-top: 10px;
	margin-left:40%;
	border:1px solid rgb(199, 221, 204);
}*/

.nux_tip{
	width: 150px;  
	margin: 0 auto;
	height:40px;
	height:auto; 
	overflow:hidden;
    z-index: 10000;  
    visibility: visible;  
    background-color: #DFF7DB; 
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius:3px;
	/* opacity: 0.6; */
	position: fixed;
	margin-left:40%;
	border:1px solid rgb(199, 221, 204);
}

.btn-secondary {
	border-color:#EEE9E9 !important;
	background-color: #EEE9E9 !important;
	color:#757575 !important;
}

.loading {
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	background: white;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9000;
	background-color: #666666;
}

.ui-layout-center{
	left:auto !important;
}

.clear{
	clear: both;
}
	
.img_loading{
	width: 40px; 
	height: 40px;
}

.title_top{
	margin-top: 10px;
	font-size:16px;
	font-weight: bold;
}

.title_img{
	width: 25px; 
	height: 25px;
	margin-bottom: 3px;
}

.ptip{
	font-size: 14px;
	width: 150px;
}

#cboxContent {
    background-color: #FFFFFF;
    border: 5px solid #333333;
    padding: 7px;
}


.xh_help {  
    width: 25px;  
    height:50px;
    z-index: 10000;  
    right: 0px;  
    visibility: visible;  
    position:absolute; 
    bottom: 80px;  
    background-color: #63B8FF; 
    cursor: pointer;
    border-top-left-radius: 5px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius:5px;
}

.wx_kf {
    width: 25px;
    height:50px;
    z-index: 10000;
    right: 0px;
    visibility: visible;
    position:absolute;
    bottom: 130px;
    background-color: #0dbc00;
    cursor: pointer;
    border-top-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius:5px;
}

.xh_help_txt{
	padding: 5px;
	color: white;
}

.divbordertest{
	border:1px solid #F00;
}

.navbar-inner>.container-fluid {
	padding-right: 0px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
	border-top-left-radius: 0px;
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
	border-top-right-radius: 0px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
	border-bottom-left-radius: 0px;
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
	border-bottom-right-radius: 0px;
}

.ui-tabs .ui-tabs-nav li a {
	font-size: 14px;
}

.font-size1{
	font-size:18px;
}

.pannel {
	border: 1px solid #BAAEAE;
	margin: 0 auto;
	width: 50%;
	color: #333;
	margin-bottom: 20px;
	-moz-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090; 
	-webkit-box-shadow: 2px 2px 10px #909090; 
	margin-top: 50px;
	font-size: 15px;
	min-height: 350px;
}

label {
	font-size: 15px;
}

.input-append, .input-prepend {
    margin-bottom: 1px;
}

.div-center{
	margin: 0 auto;
}

img.staffphoto {
	width: 48px;
	height: 48px;
	padding-bottom: 0px;
}

.line-div{
	width:100%;
	height:1px;
	border-top:solid #EEEED1 1px;
	margin-top: 20px;
}

.myline{
	width:100%;
	height:1px;
	border-top:solid #C9C9C9 1px;
	padding-bottom: 10px;
}

.btn-marginleft{
	margin-left: 3px;
}

.btn-margintop{
	margin-top: 5px;
}

.btn-marginbottom{
	margin-bottom: 5px;
}

.btn-marginright{
	margin-right: 5px;
}

/* orverride ace.css */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  color: #666666;
  background-color: #ffffff;
  margin-bottom: 2px;
  min-width : 80px;
  border-radius: 4px !important; 
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  color: #333333;
  border-color: #66AFE9;/* 边框的颜色（蓝色 ） */
   -moz-box-shadow:0 0 1px 1px #66AFE9;
    -webkit-box-shadow:0 0 1px 1px #66AFE9;
    box-shadow:0 0 1px 1px #66AFE9;
}
input[type="search"]:focus{
  color: #333333;
  border-color: #66AFE9;/* 边框的颜色（蓝色 ） */
  -moz-box-shadow:0 0 1px 1px #66AFE9;
  -webkit-box-shadow:0 0 1px 1px #66AFE9;
  box-shadow:0 0 1px 1px #66AFE9;
}
select:focus{
	color: #333333;
    border-color: #66AFE9;/* 边框的颜色（蓝色 ） */
   -moz-box-shadow:0 0 1px 1px #66AFE9;
    -webkit-box-shadow:0 0 1px 1px #66AFE9;
    box-shadow:0 0 1px 1px #66AFE9;
}
#checkbox:focus{
	border-color: #66AFE9;/* 边框的颜色（蓝色 ） */
   -moz-box-shadow:0 0 1px 1px #66AFE9;
    -webkit-box-shadow:0 0 1px 1px #66AFE9;
    box-shadow:0 0 1px 1px #66AFE9;
}
input[disabled],select[disabled],textarea[disabled],input[readonly],select[readonly],textarea[readonly]
	{
	background: none repeat scroll 0 0 #F9F9F9 !important;
	color: #666666;
	cursor: default;
}

.rap-form-labb{
	font-size: 18px;
	font-weight: bold;
}
/*  下拉列表的样式*/
select{
	font-size: 14px;
	margin-bottom: 2px;
	    border-radius: 5px;
}
/* override jquery theme*/
#func_tabs .ui-widget-header {
    background: none repeat scroll 0 0 #F5F5F5;
    border:none;
    border-bottom: 1px solid #E5E5E5;
    
}

/* RAP */
.rap-main-container {
	padding: 0 10px 10px;
}

.rap-edit-control{
	margin-bottom: 0px;
}

.rap-leftpanel {
	/*
	padding: 10px;
	background-color: #F5F5F5;
	*/
	margin-top: 5px;
}

.rap-accordion-qry-slt {
	margin-bottom: 0px;
}

.rap-toolbar {
	background-color: #F5F5F5;
	padding: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.rap-form{
	margin: 20px
}

.rap-form legend {
	margin-top: 10px
}
.rap-form table{
	width: 100%;
}

.rap-form legend:first-child {
	margin-top: -10px
}

.rap-form .input-append input {
	margin-right: 0;
}

.rap-form th, .rap-form td {
	padding: 3px;
	border-top: none;
	vertical-align: middle;
}

.rap-form-container{
	margin: 0px;
}

.rap-form-lable{
	text-align:right;
	width: 78px;
	margin-right: 10px;
}

.rap-form-input{
	text-align:left;
}

.rap-btn-ref>i {
	cursor: pointer;
}

input.rap-validate-error{
	
}

input.error, select.error, textarea.error  {
    border-color: #F09784;
    box-shadow: none;
    color: #D68273;
}

span.error{
	color: #D16E6C;
	padding-left: 3px;
}
/*一号标题  */
.classA{
	font-size:16px;
	font-weight:bolder;/* 加粗 */
}
/*二号标题  */
.classB{
	font-size:14px;
	font-weight:bolder;/* 加粗 */
}
/* 页面上的button按钮的样式 */
.btn{
padding: 5px 10px !important;
font-size: 12px;
line-height: 1.5;
border-radius: 0px;
}
/*加减字体的大小  */
.big-icon{
	font-size: 26px;
}
.btn-primary{
	background-color: #2283c5 ;
}
.dataTables_filter label{
	margin-bottom: 0px;
}

/* bootstrap 2/3统一 */
.modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.4286px;
    padding: 15px;
}

.modal-footer {
    background-color: white;
    border-top-color: #e5e5e5;
    box-shadow: none;
}

.modal-header .close {
    font-size: 24px;
    float: right;
    color: #bbbaba;
    opacity: 3;
}

.s_left table tr td:nth-child(1),.s_right table tr td:nth-child(1){
    width: 15% !important;
    text-align: right !important;
}

.modal-body {
    max-height: 500px;
}

/* 弹框遮罩 */
.modal-backdrop, .modal-backdrop.fade.in, .modal-backdrop.in {
    opacity: 0.75;
}
.modal-backdrop {
    background-color: #000000;
}

.btn-success {
  background-color: #409EFF !important;
  border-color:#409EFF;
  padding-left: 15px !important;
  padding-top: 4px !important;
  padding-right: 15px !important;
  padding-bottom: 4px !important;
}
.btn-success:hover {
    background-color: #63b1ff !important;
    border-color: #63b1ff;
}
.modal-footer {
  border-top-color: #e4e9ee;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color:#ffffff;
  border-radius: 0 0 8px 8px;
}

 .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    overflow: hidden;
    outline: 0;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    background: none;
    width: auto;
    margin-left: -30px;
} 
 .old-modal{
 	margin-left: 0px;
 }
.modal-dialog {
    width: 570px;
    margin: 30px auto;
    margin-top: 0px;
}
.modal-dialog-original {
    position: relative;
    width: auto;
    margin: 10px;
}

table.dataTable thead .sorting:after {
    opacity: 0.9 !important;
    content: "" !important;
    display: inline-block;
    color: rgb(85, 85, 85);
    font-family: FontAwesome !important;
    font-size: 13px;
    font-weight: normal;
    float: right;
    margin-right: 4px;
}
table.dataTable thead .sorting_asc:after {
	    content: "\f0de" !important;
	    font-family: FontAwesome !important;
}
table.dataTable thead .sorting_desc:after {
	opacity: 0.9 !important;
    content: "\f0dd" !important;
    font-family: FontAwesome !important;
     
} 
table.dataTable tbody td {
	vertical-align: middle;
}
.top {
    margin-bottom: 3px !important;
    }
/* table thead th{
	height: 35px;
} */
 .input-group-addonlyl {
    padding: 9px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 4px 4px 0px;
        margin-left: -6px;
}
.changenumberlyl{
    background-color: #e5e5e5;
    border: 1px solid #cccccc;
    padding: 3px 13px;
    border-radius: 4px
}
.table th{
	padding-top: 3px;
    padding-bottom: 3px;
}

i[class*='add-'] {
    color: rgb(52, 136, 220);
}
i[class*='edit-'] {
    color: rgb(52, 136, 220);
}
i[class*='del-']{
	color: red;
}
i[class*='show-']{
	color: rgb(212, 136, 18);
}
i[class*='-btn'] {
	cursor: pointer;
}
i[class*='-btn']:hover {
    text-shadow: 0px 0px 2px;
}
/* ------------------面包屑导航---------------- */
.bcs-breadcrumbs{
	width:fit-content;
	width:-webkit-fit-content;
	width:-moz-fit-content;
    font-size: 16px;
    margin: 5px 0px 0px 10px;
    font-family: 微软雅黑;
}

/*面包屑导航配置样式-隐藏面包屑导航*/
.bcs-hide{
	display: none;
}
.bcs-breadcrumbs .la{
	height:100%;
	text-decoration: none;
	display: inline-block;
    cursor: pointer;
    padding: 0px 4px 0px 4px;
    border-bottom: solid 2px #FFFFFF00;
    color: #999999;
}

.bcs-breadcrumbs .la:hover{
	color: #FF7C35;
	animation: bcs_bttom 300ms ease-out;
	-moz-animation: bcs_bttom 300ms ease-out;	/* Firefox */
	-webkit-animation: bcs_bttom 300ms ease-out;	/* Safari 和 Chrome */
	-o-animation: bcs_bttom 300ms ease-out;
	animation-fill-mode: forwards;
}

@keyframes bcs_bttom
{
	0%   {border-bottom: solid 2px #FFFFFF00;}
	100% {border-bottom: solid 2px #FF7C35;}
}

.bcs-breadcrumbs .next{
	font-size: 18px !important;
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: -10%;
    -webkit-font-smoothing: antialiased;
    margin: 0px 4px 0px 4px;
    cursor: default;
    color: #999999;
    position: relative;
    top: -1px;
}
.bcs-breadcrumbs .next:before {
    content: "\f105";
}
.bcs-breadcrumbs .tag{
	text-decoration: none;
	height:100%;
	display: inline-block;
    padding: 0px 5px;
    color: #333333;
    cursor: default;
}

.sub-pause{
	background-color: #000000;
}
.content-head{
	width: 100%;
	padding: 6px 0px;
	border-bottom: solid 1px #dedede;
	margin-bottom: 30px;
	background-color: #ffffff;
}
.content-body{
	position: absolute;
    top: 42px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/* ---------------simpleFLow CSS------------------ */

.flow{
	display: inline-block;
	white-space: nowrap;
	word-break:keep-all;
	padding: 20px 25px 35px;
	float: left;
	position: relative;
}
.flow i{
	color: #2f9fe2;
}
.flow>div{
	position: relative;
}
.arrow{
	background-color: #2f9fe2;
	height: 2px;
	width: 27px;
	float: left;
    margin-right: 5px;
}
.arrow-head{
	margin-top: -4px;
    margin-right: -5px;
    float: right;
    width: 0px;
    height: 0px;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #2f9fe2;
    font-size: 0px;
    line-height: 0px;
}
.flow-line{
    background-color: #2f9fe2;
	height: 2px;
	width: 35px;
	float: left;
}
.flow-node{
    float: left;
    cursor: pointer;
    width: 40px;
}
.flow-node:hover img{
	/* transform: scale(1.1,1.1); */
}
.flow-node:hover span{
    padding: 0px 2px;
    white-space: normal;
    word-break: break-all;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 0px 1px #b1d8f9;
    border-radius: 5px;
    z-index: 10;
}
.flow-muti{
    
}
div.first-multi{
	border-left: none;
}
.node-wrapper{
	float: left;
	border-left: solid 0px #2d9fe6;
    border-right: solid 0px #2d9fe6;
}
.node-wrapper i.fw-border{
	width: 2px;
    height: 100%;
    cursor: default;
    background-color: #2d9fe6;
    position: absolute;
}
.node-wrapper i.fw-left{
	left: 0px;
}
.node-wrapper i.fw-right{
	top: 0px;
	right: 0px;
}

.node-wrapper i.flow-line,.node-wrapper i.arrow{
	width: 30px;
}
.node-item{
	display: block;
	height: 63px;
}

.node-item>div{
	margin-top: -20px;
    position: relative;
}

.flow-icon{
	width: 40px;
	height: 40px;
	padding: 2px;
	/* border-radius: 50%; */
}

.flow-text{
	position: relative;
    height: 25px;
    font-size: 15px;
    font-family: 微软雅黑;
}
.f-span{
	position: absolute;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80px;
    margin-left: -21px;
    text-align: center;
}
.f-oper-panel{
	position: absolute;
    top: 0px;
    right: 0px;
    cursor:pointer;
    display: none;
}
.flow-node .f-oper-panel{
	margin: -16px -2px;
}
.node-wrapper .f-oper-panel{
	margin: -17px 0px;
}
.fnode:hover .f-oper-panel{
	display: block;
}

.f-remove{
	color: red;
	cursor: pointer;
}
.f-add{
    float: left;
    left: 20px;
}
.f-add i{
	color: #2d9fe6;
    cursor: pointer;
}
.f-edit{
	color: #4060d8;
	cursor: pointer;
	margin-left: 3px;
}
.f-add:hover i{
	text-shadow: 0px 0px 6px;
}
.f-oper-panel div:hover{
	text-shadow: 0px 0px 3px;
}
.flow-sms{
	display: block;
	width: 90px;
    font-size: 14px;
    text-align: left;
    list-style: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    position: absolute;
    background-color: #ffffff;
    padding: 0px 0px;
    top: 100%;
    z-index: 10000;
}

.flow-sms>li{
	display: block;
    padding: 3px 10px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
    border-radius: inherit;
}

.flow-sms>li:hover{
	background-color: #c8ddf5;
}

/*----------------branch flow css-----------------*/
.bflow{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: auto;
	border: solid 0px;
}

.bflow .bnode{
	position: absolute;
    width: 40px;
    text-align: center;
    cursor: pointer;
}
.bnode img{
    width: 35px;
    height: 35px;
}
.bnode .btext{
	position: absolute;
    width: 80px;
    left: -20px;
    border-radius: 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0px 2px;
    border: solid 1px transparent;
    z-index: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    line-height:1.1;
}

.bn-ele:hover .btext{
	z-index: 2;
    word-break: break-word;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 2px 2px #b1d8f9;
    white-space: unset;
}

.bflow .bline{
	position: absolute;
    width: 50px;
    height: 2px;
    background-color: #2f9fe2;
}

.cl{
    width: 78px !important;
}

.cl .ctext{
	position: absolute;
	left: 2px;
    bottom: 4px;
    font-style: normal;
    padding: 0px 2px;
    width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-radius: 4px;
    cursor: default;
}
.cl .ctext:hover{
	z-index: 2;
    word-break: break-word;
    white-space: normal;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0px 0px 0px 1px #b1d8f9;
}
.cl .nhoverCtext:hover{
    text-wrap: nowrap !important;
    box-shadow: none !important;
    cursor: pointer;
}
.cl .edit-btn{
    display: none;
}
.cl:hover .edit-btn{
    display: block;
}
#updateCondition{
    height: auto !important;
    border-bottom:1px solid #F0F0F0;
    border-top:1px solid #F0F0F0;
}
#updateCondition input{
    height:38px;
    width:250px;
    box-shadow:none;
    outline: none;
}
.barrow{
	
}
.barrow .ba-head{
    height: 0px;
    width: 0px;
    line-height: 0px;
    position: absolute;
    right: -5px;
    top: -4px;
    border: solid 5px transparent;
    border-left-color: #2f9fe2;
}

.bhline{
	position: absolute;
    width: 2px;
    height: 70px;
    background-color: #2f9fe2;
}

.bflow .b-multi{
	background-color: inherit;
	width: 90px;
}
.bflow .b-multi .bhline{
	top: 0px;
	height: 100%;
}
.b-multi .l{
	left: 0px;
}
.b-multi .r{
	right: 0px;
}
.bflow .b-multi .bitem{
	height: 80px;
}
.bflow .b-multi .bitem .bline{
	position: static;
    float: left;
    width: 25px;
}
.bflow .b-multi .bitem .bnode{
    position: relative;
    float: left;
    margin-top: -20px;
}

.bf-add{
	position: absolute;
}

.bf-oper-panel{
    position: absolute;
    min-width: 100%;
    top: -20px;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 3px #ffffff;
    border-radius: 4px;
    padding: 0px 0px 0px 2px;
    z-index: 3;
    display: none;
}

.bnode:hover .bf-oper-panel{
	display: block;
}

.bf-oper-panel i{
	margin-right: 3px;
    display: inline;
}
.bflow .bvnode{
	cursor: default;
}


/* custom select */
._select_wrapper{
	position: relative;
}
._select_crt{
	
}
._select_crt label{
	cursor: pointer;
	margin: 0px 5px 0px 0px;
}
._select_crt i{
	color: #428ba9;
}
._select {
	position: absolute;
	z-index: 100;
    top: 100%;
	min-width: 100px;
    display: none;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    background-color: #fff;
    padding: 0px 0px;
}
._select li{
	cursor: pointer;
	list-style: none;
	padding: 4px 15px;
}

._select li:hover{
	background-color: #c8ddf5;
}


/* 高度随内容自适应文本框 */
.text-area{
	width: 400px;
	font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 5px;
    border: 1px solid #bbc1c1;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 2px;
}

/** 添加按钮 下拉*/
.drop-menu{
	position: relative;
}
.drop-menu .drop-trigger{
	cursor: pointer;
}
.drop-menu ul{
	position: absolute;
	display: none;
	top: 100%;
	left: 0px;
    padding: 0px;
    background-color: #ffffff;
    border: solid 1px #b2b3b5;
    border-radius: 4px;
    min-width: 90px;
    margin-bottom: 0px;
    box-shadow: 2px 2px 6px 0px #adadad;
    z-index: 10;
}
.drop-menu ul.drop-up{
	top: unset;
    bottom: 100%;
}
.drop-menu ul li{
    list-style: none;
    cursor: pointer;
    width: 100%;
    padding: 3px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-radius: inherit;
}
.drop-menu ul li:hover{
	background-color: #c2e0ed;
}

.chk-label{
	padding: 0px 3px 2px;
    cursor: pointer;
    margin: 0px;
}

label.chk-label>input[type=radio],label.chk-label>input[type=checkbox] {
    position: relative;
    top: 1px;
    cursor: pointer;
    margin-right: 3px;
}

.inner-loading-body{
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: #ffffff;
	opacity: 0.4;
    z-index: 100;
}

.loading-locate{
	position: absolute;
	left: 0px;
	right: 0px;
}
.loading-wrap{
    border-radius: 8px;
    min-width: 90px;
    max-width: 350px;
    width: auto;
	width: fit-content;
    box-shadow: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(211, 212, 211);
    border-image: initial;
    text-align: left;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: auto;
    z-index: 1;
}
.loading-wrap i{
    position: relative;
    top: 3px;
    padding-left: 10px;
    font-size: 16px;
    font-style: normal;
    width: 60px;
}

.text-omit{
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/* 新icon图标样式 -- 适用于bootstrap2 */
.icon-pc-btn{
	padding: 0px !important;
    width: 34px;
    height: 32px;
}

/* 新icon图标样式 -- 适用于bootstrap3 */
.icon-pc-btn3 {
	padding: 8px 8px 7px 8px !important;
}
.icon-more-add {
	font-size: 12px !important;
}

/* ------------通用穿梭框------------ */
.csk-wrap .lw{
	position: relative;
	height: 100%;
	width: 42%;
	float: left;
	font-size: 14px;
	border: solid 1px #e6e6e6;
    border-radius: 3px;
}
.csk-wrap .lw .wn{
	border-bottom: solid 1px #e6e6e6;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 16px;
}
.csk-wrap .item-wrap{
    overflow-y: auto;
	position: absolute;
	top:40px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
.csk-wrap .opera{
	position: relative;
	width: 15%;
	border: none;
}
.csk-wrap .opera-layout{
    width: 75%;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    margin: auto;
}

.csk-wrap .opera i{
    display: block;
    background-color: #3aa3ea;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding: 5px;
    border-radius: 2px;
    margin-bottom: 5px;
}
.csk-wrap .opera i:hover{
	opacity: .8;
}

.csk-wrap .opera i:active{
	opacity: 1;
}

.csk-wrap .item-wrap .sitem{
	padding: 5px 5px 5px 15px;
	cursor: pointer;
	position: relative;
	-moz-user-select:none; /*火狐*/
    -webkit-user-select:none; /*webkit浏览器*/
    -ms-user-select:none; /*IE10*/
    -khtml-user-select:none; /*早期浏览器*/
    user-select:none;
}

.csk-wrap .item-wrap .sitem:hover{
	background-color: #d9ecff;
}

.csk-wrap .item-wrap .checked{
	background-color: #C6E2FF;
}
.csk-wrap i.udmv{
	position: absolute;
    right: 10px;
    transform: rotate(90deg);
}
.csk-wrap div.item-wrap div.dragging{
	background-color: rgb(58, 163, 234);
}
.csk-wrap div.item-wrap div.dragging:hover{
	background-color: rgb(58, 163, 234);
}
input::-webkit-input-safebox-button{
    display: none;/*去掉搜狗浏览器密码软盘*/
}
input[type="password"]::-ms-reveal{
    display:none
}
#wx_kf .kfTip{
    position: absolute;
    right: 35px;
    top: -10px;
}

#wx_kf .sanjiao {
    width: 10px;
    height: 10px;
    position: absolute;
    border: 10px solid;
    top: 15px;
    right: -19px;
    border-color: transparent transparent #dbdbdb;
    transform: rotate(90deg);
}
#wx_kf .sanjiao::after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    top: -8px;
    left: -9px;
    border-width: 9px;
    border-style: solid;
    border-image: initial;
    border-color: transparent transparent white;
}
#wx_kf img{
    width: 100px;
}
#wx_kf .border{
    background-color: white;
    padding: 10px;
    border: solid 1px #dbdbdb;
    border-radius: 6px;
    box-shadow: 0px 0px 20px #dbdbdb;
}
#wx_kf .border div{
    text-align: center;
    margin-bottom: -5px;
    color: #898989;
}
.huwangSel{
    width: 65px !important;
}
.condition_name_css{
    color:indianred;
    min-width:50px;
    max-width:200px;
    overflow: hidden;
    text-wrap: nowrap;
    margin-bottom: -4px;
    display:inline-block;
}
.condition_name_save_css{
    text-overflow: ellipsis;
}
.condition_name_edit_css{
    text-overflow: inherit;
}
/*分支条件人才标签tree样式*/
.tagTreeDemo{
    padding: 0px !important;
    background-color: #fff !important;
}
.tagTreeDemo * {
    font-size: 14px;
    font-family: "microsoft yahei";
}
.tagTreeDemo li a {
    display: block !important;
    padding-right: 18px !important;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    color: #fff;
    border: 1px #ffffff solid;
    padding-top: 0px !important;
    vertical-align: middle !important;
    font-size: 14px !important;
    text-decoration: none !important;
}
.tagTreeDemo li a:hover {
    background: #EBF5FFFF;
    border: 1px #EBF5FFFF solid;
    text-decoration: none;
}
.tagTreeDemo span, .tagTreeDemo li ul.line {
    background: none;
}
.tagTreeDemo li a.curSelectedNode {
    padding-top: 4px;
    color: black;
    background-color: #EBF5FFFF !important;
    border: 1px #EBF5FFFF solid !important;
}
.tagTreeDemo li ul {
    padding: 0px !important;
}
.tagTreeDemo > li > a {
    padding-left: 25px !important;
}
.tagTreeDemo > li > ul > li > a {
    padding-left: 40px !important;
}
.tagTreeDemo > li > ul > li > ul > li > a {
    padding-left: 58px !important;
}
.tagTreeDemo li a span.ico_open, .tagTreeDemo li a span.ico_close, .tagTreeDemo li a span.ico_docu {
    background: none;
}
.tagTreeDemo li a span.ico_open::after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #000000FF;
    content: "";
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 14px;
    transform: rotate(90deg);
}
.tagTreeDemo li a span.ico_close::after {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-left: 4px solid #000000FF;
    content: "";
    margin: 0;
    cursor: pointer;
    display: inline-block;
    position: relative;
    left: -10px;
    top: 12px;
    transform: rotate(0deg);
}
.tagTreeDemo .switch {
    display: none !important;
}
.tagTreeDemo li a {
    height: 40px !important;
    line-height: 40px !important;
}

/**layer*/
.only-btn-success .layui-layer-btn0{
	background-color: #409EFF !important;
    border-color: #409EFF !important;
}
.two-btn .layui-layer-btn0{
	background-color: #409EFF !important;
    border-color: #409EFF !important;
}

.layer-sel-padding{
    padding-left: 5px !important;
    padding-right: 5px !important;
}

#c_b_box .btn-primary{
	background-color: #409EFF;
    border-color: #409EFF;
}

#c_b_box .btn-primary:hover {
    background-color: #63b1ff;
    border-color: #63b1ff;
}
.custom-layer-class .layui-layer-btn{
    height: 60px;
}
.custom-layer-class .layui-layer-btn .layui-layer-btn1,
.custom-layer-class .layui-layer-btn .layui-layer-btn2 {
    font-family: 'MicrosoftYaHei', sans-serif;
    border-radius: 4px;
    background-color: #409EFF;
    border: solid 1px #409EFF;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0px 10px;
    color: #ffffff;
    cursor: pointer;
    min-width: 60px;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 16px;
}
.custom-layer-class .layui-layer-btn .layui-layer-btn1:hover,
.custom-layer-class .layui-layer-btn .layui-layer-btn2:hover {
    background-color: #63b1ff;
    border-color: #63b1ff;
}
.custom-layer-class .layui-layer-btn .layui-layer-btn0 {
    font-family: 'MicrosoftYaHei', sans-serif;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    min-width: 60px;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    border: solid 1px #DCDFE6;
    background-color: #ffffff;
    color: #333333;
    padding-bottom: 16px;
}
.custom-layer-class .layui-layer-btn .layui-layer-btn0:hover {
    border: solid 1px #409EFF;
    background-color: #ffffff;
    color: #409EFF;
}


.unique-layer-class .layui-layer-btn{
    height: 60px;
}
.unique-layer-class .layui-layer-btn .layui-layer-btn2 {
    font-family: 'MicrosoftYaHei', sans-serif;
    border-radius: 4px;
    background-color: #409EFF;
    border: solid 1px #409EFF;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0px 10px;
    color: #ffffff;
    cursor: pointer;
    min-width: 60px;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    padding-bottom: 16px;
}
.unique-layer-class .layui-layer-btn .layui-layer-btn2:hover {
    background-color: #63b1ff;
    border-color: #63b1ff;
}
.unique-layer-class .layui-layer-btn .layui-layer-btn0,
.unique-layer-class .layui-layer-btn .layui-layer-btn1{
    font-family: 'MicrosoftYaHei', sans-serif;
    border-radius: 4px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    min-width: 60px;
    display: inline-block;
    margin-right: 0px;
    text-align: center;
    border: solid 1px #DCDFE6;
    background-color: #ffffff;
    color: #333333;
    padding-bottom: 16px;
}
.unique-layer-class .layui-layer-btn .layui-layer-btn0:hover,
.unique-layer-class .layui-layer-btn .layui-layer-btn1:hover{
    border: solid 1px #409EFF;
    background-color: #ffffff;
    color: #409EFF;
}

