/* 公用（补充） */
.clearfix:after {
    content: ".";
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    clear: both;
}

/*.uc_info {
    width: 100%;
}

.uc_info .img {
    margin-top: 10%;
    margin-left: 30%;
}

.uc_info p {
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: center;
}

.uc_delBtn {
    position: absolute;
    right: 0;
    top: 0;
}

.delIcon {
    position: absolute;
    top: 4px;
    right: 10px;
}

.layui-table-cell {
    height: auto;
}

.uc_head_nav li a {
    font-size: 18px;
    font-weight: revert;
}

.uc_logo {
    position: relative;
    top: 5px;
}*/

/*.uc_search {
    background-color: #5e8ffa;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 100%;
    height: 100%;
    background-color: #5e8ffa;
}

.layui-laypage a:hover {
    color: #5e8ffa
}

.layui-nav-tree .layui-nav-child dd.layui-this, .layui-nav-tree .layui-nav-child dd.layui-this a, .layui-nav-tree .layui-this, .layui-nav-tree .layui-this > a, .layui-nav-tree .layui-this > a:hover {
    background-color: #417cf3;
    color: #fff;
}*/


/*.layui-elem-quote {
    padding: 5px;
    line-height: 2px;
}*/
body {
    line-height: 24px;
    font: 14px \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif
}

.uc_search {
    /*width:92px;*/
    /*height:34px;*/
    /*background:rgba(45,111,255,1);*/
    /*border-radius:3px;*/
    /*line-height:34px;*/
    /*padding: 0 20px !important;*/
}


.layui-form-checked[lay-skin=primary] i {
    border-color: #00B150!important;
    background-color: #00B150;
    color: #fff;
}

/*th .layui-table-cell span{*/
/*	color:#333;*/
/*	*/
/*}*/
a:hover {
    color: #ff0000;
}

.layui-btn {
    background-color: #00B150;
    padding: 0 8px;
    color: #ffffff;
}

.layui-btn-warm {
    background-color: #FF9C32 !important;
}

.layui-btn-normal {
    background-color: #00b150;
    height: 38px;
    line-height: 38px;
}

.layui-btn-danger {
    background-color: #FF4343 !important;
}

.layui-btn-safe {
    background-color: #00b150 !important;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #00B150;
}

.layui-btn.closeMark,
.layui-btn.closeRemark,
.layui-btn.closeDesc {
    background: #FFF;
    color: #333;
    border: 1px solid #DDD;
}

input:focus {
    box-shadow: 0 0 3px #6a9aff;
    border: 1px solid #00B150;
}

.layui-table-cell {
    /*   min-height: 28px; */
    /*  height: auto !important; */
    /*     overflow: visible; */
    /*  white-space: normal; */
}

.layui-input:hover, .layui-textarea:hover {
    border-color: #00B150 !important;
}

.layui-table-page {
    text-align: right;
}

.layui-layer-dialog .layui-layer-btn .layui-layer-btn0 {
    border-color: #00B150;
    background-color: #00B150;
    color: #fff;
}

.layui-input, .layui-textarea {
    padding-left: 10px;
    padding-right: 10px;
}

table {
    width: 100%;
}

.pay_blue {
    color: #00B150;
}

.pay_blue:hover {
    color: #00B150;
}

.pay_red {
    background: #FF4343;
}

/* .table_box{
	min-height:600px;
} */

/*生成标签*/
.settag_box {
    line-height: 38px;
    border: 1px solid #ddd;
    border-radius: 4px;
    position: relative;
    display: block; /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-block; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tag_button {
    padding: 4px 20px 4px 4px;
    border: 1px solid #e5f7ed;
    background: #e5f7ed;
    color: #00B150;
    /*height: 30px;*/
    line-height: normal;
    margin: 5px 5px 5px;
    display: block;
    float: left;
    border-radius: 4px;
    position: relative;
}

.tag_button i {
    font-size: 20px;
    font-style: normal;
    cursor: pointer;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}

.settag_box input {
    line-height: 38px;
    min-height: 38px;
    box-sizing: border-box;
    padding-left: 5px;
    flex: 1;
    min-width: 120px;
    border: none;
    outline: none;
    border-radius: 4px;
    width: 100%;
}

.settag_box input:focus {
    box-shadow: none;
    border: none;
}

/*.settag_box input:focus+.taglist{*/
/*    display: block;*/
/*}*/
.taglist_box {
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0px;
    background: #fff;
    border: 1px solid #ddd;
    padding: 5px;
    line-height: 2;
    box-sizing: border-box;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 6%);
    border-radius: 4px;
    /*min-height: 100px;*/
    max-height: 300px;
    overflow: auto;
    /*display: none;*/
    text-align: center;
    font-size: 16px;
    color: #666;
    z-index: 100;
}

.settag_boxtop .taglist_box {
    bottom: 100%;
    top: auto;
}

.taglist_box li {
    cursor: pointer;
    text-align: left;
    color: #333;
}

.taglist_box li.activetag {
    background: #e5f7ed;
    color: #00B150;
}

.taglist_box li:hover {
    color: #00B150;
}

.one_ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 新增 */
.cancel_btn {
    /* 取消按钮 */
    background:  #FFF !important;
}

/* 实底多色按钮 */
.button_bgcolor_hong {
    background: #F66262 !important;
}

.button_bgcolor_qianlv {
    background: #13C2C2 !important;
}

.button_bgcolor_danger {
    background: #FF4343 !important;
}

.button_bgcolor_lan {
    background: #40A9FF !important;
}

.button_bgcolor_zi {
    background: #9A63E7 !important;
}

.button_bgcolor_lianglv {
    background: #52C41A !important;
}

.button_bgcolor_shenhui {
    background: #6C757D !important;
}

.button_bgcolor_wheat {
    background: #FFA07A !important;
}

.button_bgcolor_green {
    background: #00b150 !important;
}
.button_bgcolor_cheng {
    background: #E17B0D !important;
}
.button_bgcolor_hui {
    background: #F8F9FA !important;
    border: 1px solid #DDDDDD !important;
}
