
.blue-line {
    margin: 20px 0;
    border-top: 1px solid #9bcaf6;
}

/*只读输入框背景*/
.read-ipt {
    background: #eeeeee;
}

/*列表标题*/
.info-title {
    color: #1E9FFF;
}

.info-title:hover {
    color: #f95447;
}

/*文本超出显示省略号*/
.text-of {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.layui-table td, .layui-table th {
    padding: 9px 5px;
}

/*图片撑满*/
.img {
    width: 100%;
    height: 100%;
}

/*无数据*/
.no-data {
    padding: 50px 0;
    text-align: center;
    font-size: 30px;
    color: #C2C2C2;
}

/*下拉搜索*/

.layui-form.toolbar .sear-select ~ .layui-form-select .layui-input {
    cursor: text;
}

.layui-form.toolbar .sear-select ~ div i, .item-slt ~ div i {
    display: none;
}

/*数据验证错误信息*/
.miic-error {
    border-radius: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.miic-error-tips {
    background: 0 0;
    box-shadow: none;
    border: none
}

.miic-error-anim {
    -webkit-animation-name: layer-bounceIn;
    animation-name: layer-bounceIn
}

.miic-error-tips .miic-error-content {
    position: relative;
    line-height: 22px;
    min-width: 12px;
    padding: 5px 10px;
    font-size: 12px;
    _float: left;
    border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #FF3333;
    color: #fff
}

.miic-error-tips .miic-error-close {
    right: -2px;
    top: -1px
}

.miic-error-tips i.miic-error-TipsG {
    position: absolute;
    width: 0;
    height: 0;
    border-width: 8px;
    border-color: transparent;
    border-style: dashed;
    *overflow: hidden
}

.miic-error-tips i.miic-error-TipsB, .miic-error-tips i.miic-error-TipsT {
    left: 5px;
    border-right-style: solid;
    border-right-color: #FF3333
}

.miic-error-tips i.miic-error-TipsT {
    bottom: -8px
}

.miic-error-tips i.miic-error-TipsB {
    top: -8px
}

.miic-error-tips i.miic-error-TipsL, .miic-error-tips i.miic-error-TipsR {
    top: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FF3333
}

.miic-error-tips i.miic-error-TipsR {
    left: -8px
}

.miic-error-tips i.miic-error-TipsL {
    right: -8px
}

/*=====multi_page.html=====*/
.multi-page-out {
    margin-top: 15px;
    font-size: 0.875em;
    white-space: nowrap;
}

.multi-page-show {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
    margin-left: 5px;
}

.but-hide {
    display: none;
}

.multi-page-show-2 {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}

.multi-page-show-1 {
    padding: 5px 10px;
    border-radius: 2px;
    cursor: pointer;
}

.multi_page_button_new {
    background-color: #f1eff0;
    color: #5d7a9e;
}

.multi_page_button_new a {
    color: #5d7a9e;
}

.multi-page-m {
    color: #5d7a9e;
}

.multi-page-b {
    background-color: #f1eff0;
    color: #5d7a9e;
}

.multi-page-now {
    background-color: #f95447 !important;
    color: #fff;
}

.multi-page-font {
    color: #5d7a9e;
    margin-left: 15px;
}

.multi-page-font input[type="text"] {
    width: 40px;
    height: 26px;
    line-height: 26px;
    margin: 0 5px;
    padding: 0 5px;
    border: 1px solid #5d7a9e;
}

.multi-page-go {
    border: 1px solid #5d7a9e;
    color: #5d7a9e;
    margin-left: 5px;
}

.record-total-span {
    margin-right: 20px;
}

.prevPage {
    width: 20px;
    background: url("../../../assets/images/page/prevpage.png") no-repeat 2px 6px;
}

.firstPage {
    width: 20px;
    background: url("../../../assets/images/page/firstpage.png") no-repeat 2px 6px;
}

.endPage {
    width: 20px;
    background: url("../../../assets/images/page/endpage.png") no-repeat 2px 6px;
}

.nextPage {
    width: 20px;
    background: url("../../../assets/images/page/nextpage.png") no-repeat 2px 6px;
}

.right {
    float: right;
}
/*左浮动*/
.left-float {
    float: left;
}

/*右浮动*/
.right-float {
    float: right;
}

/*清除浮动*/
.clear-float:after {
    content: " ";
    height: 0;
    display: table;
    visibility: hidden;
    clear: both;
}
/*end page*/
