﻿.blank{height:0;overflow:hidden;font-size:1px;clear:both;}
.blank2{height:2px;overflow:hidden;font-size:1px;clear:both;}
.blank4{height:4px;overflow:hidden;font-size:1px;clear:both;}
.blank8{height:8px;overflow:hidden;font-size:1px;clear:both;}
.blank10{height:10px;overflow:hidden;font-size:1px;clear:both;}
.blank20{height:20px;overflow:hidden;font-size:1px;clear:both;}
.fLeft{float:left;}
.fRight{float:right;}
.tLeft{text-align:left;}
.tCenter{text-align:center;}
.tRight{text-align:right;}
.hg2{height:2px;}
.hg4{height:4px;}
.hg10{height:10px;}
.hg20{height:20px;}
.f16{font-size:16px;}
.f14{font-size:14px;}
.f12{font-size:12px;}
.f11{font-size:11px;}
.f10{font-size:10px;}
.cBlue{color:#06f;}
.cYellow{color:#f90;}
.cRed{color:red;}
.cGray{color:#666;}
.cWhite{color:#fff;}
.cGreen{color:#090;}
.cBlack{color:#000;}
.cOrange{color:#ff4e00;}
.cPink{color:#ff4690;}

a {color: #337ab7;text-decoration:none;}
a:hover {color: #136be6;text-decoration: underline;cursor: pointer;}
/*粉色*/
.cAzure {
    color: #37A2DF;
}
/*天蓝色*/
.cPurple {
    color: #8134E2;
}
/*紫色*/
.cPred {
    color: #AF0C6B;
}
/*紫红*/
.cStrongRed {
    color: #d80000;
}
/*鲜红*/
.cBurgundyRed {
    color: #900020;
}
/*勃艮第酒红*/
.b {
    font-weight: bold;
}
/*加粗*/
.cursor {
    cursor: pointer;
}
/*详情*/
.table_span {
    width: 100%;
    height: auto;
    float: left;
    border: 1px solid #f0f0f0;
    margin-bottom: 10px;
}

    .table_span .table_detail {
        width: 100%;
        border: 0px solid #e4e4e4;
    }

    .table_span .tdLeft {
        background-color: #f0f0f0;
        color: gray;
        font-weight: bold;
        width: 20%;
        height: 28px;
        padding-right: 10px;
        text-align: right;
    }

    .table_span .tdRight {
        width: 80%;
        padding-left: 10px;
    }





/*表单上下间隔*/
.layui-form-item {
    margin-bottom: 5px;
    clear: both;
    *zoom: 1;
}
/*表单鼠标移上去效果*/
.layui-input:hover, .layui-textarea:hover {
    border-color: #1c93e9 !important;
}
/*分页在layui table中居中显示*/
.layui-table-page {
    text-align: center;
}

.layui-table-click {
    background-color: #e5e5e5;
    color: #000;
}
/*table单元格链接*/
.layui-table-cell .layui-table-link {
    color: #325bae;
}

    .layui-table-cell .layui-table-link:hover {
        color: #136be6;
        text-decoration: underline;
        cursor: pointer;
    }
/*layui table 行高自动适应*/
/*.layui-table-cell {
    max-height: auto;
    overflow: visible;
    text-overflow: inherit;
    white-space: normal;
}*/
/*表单必填项加星号*/
.layui-form-label.layui-required:after {
    content: "*";
    color: red;
    font-family: Arial;
    font-size: 18px;
    padding: 5px 0px 0px 2px;
    position: absolute;
}

.layui-search-ajiao-jiange > * {
    margin-bottom: 5px;
}
/*蓝*/
.layui-btn-secondary {
    background-color: #3bb4f2
}
/*绿*/
.layui-btn-success {
    background-color: green
}
/*橙*/
.layui-btn-warning {
    background-color: #f37b1d
}
/*红*/
.layui-btn-danger {
    background-color: #dd514c
}
.layui-bg-red2 {
    background-color: #ff0000 !important;
}
.layui-bg-green2 {
    background-color: #449D44 !important;
}
.layui-field-box {
    padding: 5px;
}
.layui-elem-field {
    font-size: 12px;
}
.layui-elem-field legend {
        font-size: 12px;
}
.table-tr-selected-bg {
    background-color: Ivory !important;
    /*color: #FFF;*/
}