[v-cloak] {display: none;}
.layui-form-select dl dd.layui-this{
    background-color: #1e77bd;
}
.table thead{
    background-color: #f5f5f5;
}


.van-grid-item__content{padding: 12px 8px;}
.van-grid{margin-bottom: 10px;}
.jobList .jobItem{
    background-color: #ffffff;
    margin: 0 3% 20px 3%;
    line-height: 24px;
    border-radius: 10px;
    box-shadow: 0 2px 7px 3px rgb(0 0 0 / 5%);
    padding-bottom: 15px;
}
.jobList .jobItem .flex_item{
    display: flex;
    justify-content: space-between;
    padding: 2px 5%;
    font-size: 14px;
}
.jobList .jobItem .title{
    background-color: #4186e7;
    color: #ffffff;
    padding: 10px 5%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}
.jobList .jobItem .title a{
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.jobList .jobItem .title span{
    font-size: 12px;
}
.jobList .jobItem .flex_item a{
    position: relative;
    padding-left: 15px;
}
.jobList .jobItem .flex_item a i{
    width: 8px;
    height: 8px;
    background-color: #4186e7;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}