
a, .btn-link {
    color: #01AAED;
    cursor: pointer;
}
.clear{
    clear: both;
}
.bg-write{
    background-color: #FFFFFF;
}
.color-red {
    color: red !important;
}
.color-greed,.color-green{
    color: green;
}
.color-orange{
    color:#FFB800;
}

.width-80 {
    width: 70px !important;
}

.width-100 {
    width: 100px !important;
}

.width-120 {
    width: 120px !important;
}


.width-200 {
    width: 190px !important;
}

.f-l{
    float: left !important;
}
.f-r{
    float: right !important;
}
.no-margin{
    margin: 0;
}
.no-border{
    border: none;
}
.margin-top-15{
    margin-top: 15px;
}
.margin-bottom-submit{
    margin-bottom: 200px;
}

.zhihe-show tbody th{
    background-color: #f2f2f2;
}

.candidate_img{ width: 80px;margin-right:5px;  font-size:12px; text-align: center;  line-height: 20px; float:left; }
.candidate_img .textOf{ color: #333;  line-height:20px; }
.candidate_img img{ width: 38px; height: 38px; border-radius:38px;  border: 1px solid #ccc;}
.candidate_img span{ color: #999;  }
.candidate_img span.font_green{ color: #4caf50 }

.line_cand {
    float: left;
    font-size: 18px;
    /*color: #9fa4ab;*/
    line-height: 40px;
}

.layui-form-label{
    width: 120px;
}
.layui-input-block{
    margin-left: 150px;
}


