.demandHallPage {
    padding: 10px 0;
    box-sizing: border-box;
}
.active {
    color: #ff6a00;
    font-weight: bold;
}
.child .label {
    color: #888;
    padding-right: 0;
    box-sizing: border-box;
}
.filters-box {
    /*border: 1px solid #efefef;*/
    background: rgba(255,255,255,1);
    padding: 15px 20px 20px;
    box-sizing: border-box;
    /*border-radius: 5px;*/
    font-size: 12px;
    width: 1144px;
    margin: 0 auto;
}

.filters-item {
    display: inline-block;
    width: 100%;
    padding-bottom: 8px;
    margin-top: 8px;
    position: relative;
}
.filters-item:last-child {
    padding-bottom: 0;
}
.filters-item .label {
    /*width: 88px;*/
    width: 68px;
    float: left;
    font-weight: bold;
}
.filters-item .item-content {
    /*margin-left: 88px;*/
    margin-left: 0;
}
.filters-item .item-content a {
    padding-right: 0;
    float: left;
    /*min-width: 88px;*/
}
.filters-item .item-category {
    margin-left: 68px;
}
.all {
    box-sizing: border-box;
}
.filters-bar {
    /*width: 100%;*/
    height: 50px;
    background: #fff;
    /*border: 1px solid #efefef;*/
    padding: 10px;
    box-sizing: border-box;
    /*border-radius: 5px;*/
    font-size: 12px;
    line-height: 30px;
    border-top: 1px solid #f5f5fa;
    width: 1144px;
    margin: 0 auto;
}
.filters-bar span {
    min-width: 120px;
    padding: 0 20px;
}
.filters-bar .iconfont {
    font-size: 12px;
}
.filters-bar input[type="text"] {
    width: 80px;
    height: 28px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    top: -2px;
    outline: none;
    border: 1px solid #ddd;
}
.filters-bar input[type="button"] {
    width: 60px;
    height: 28px;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    top: -2px;
    outline: none;
    line-height: 18px;
    border: 1px solid #ddd;
    background: #efefef;
    cursor: pointer;
}
.filters-bar input:hover {
    border-color: #ff6a00;
}
.filters-bar span:hover {
    color: #ff6a00;
    cursor: pointer;
}
.demand-list {
    margin-top: 2.5px;
}
.demand-list .item{
    width: 98%;
    height: auto;
    box-sizing: border-box;
    background: #fff;
    margin: 2.5px auto 5px;
    box-shadow: 0 3px 2px rgba(0,0,0,.03);
}
.demand-list .item .tips {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-bottom: 1px solid #f5f5fa;
    font-size: 12px;
    color: #aaa;
}
.demand-list .item .foo {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    border-top: 1px solid #f5f5fa;
    font-size: 12px;
    color: #aaa;
    background: #fffbf8;
}
.demand-list .item .content .name {
    width: 70%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.demand-list .item .content .price {
    font-size: 16px;
    color: #ff6a00;
    line-height: 30px;
    position: relative;
    font-weight: 700;
}
.demand-list .item .content .price span{
    font-size: 12px;
    padding-left: 5px;
    position: absolute;
    line-height: 1;
    top: 10px;
    font-weight: 400;
}
.demand-list .item .content .brief {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.demand-list .item .content .brief a {
    color: #aaa;
}
.demand-list .item .foo .btn {
    float: right;
    color: #ff6a00;
    border: 1px solid #ff6a00;
    line-height: 1;
    padding: 6px 12px;
    margin-top: 6px;
}
.demand-list .item .foo .iconfont {
    font-size: 12px;
    font-weight: bold;
}
.demand-list .item .foo .btn:hover {
    background: #ff6a00;
    color: #fff;
}
.demand-list .item .tips span:last-child {
    float: right;
    color: #666;
}
.demand-list .ui-col:first-child .item {
    /*float: left;*/
}
.demand-list .ui-col:nth-child(5n) .item{

}
.demand-list .ui-col:nth-child(4n) .item {
    /*float: right;*/
}
.demand-list .ui-col .item .content {
    padding: 15px;
}


/*需求详情*/
.demandHallPageDetail {
    padding: 10px 0 30px;
}
.demand-detail .infomation {
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    width: 95%;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}
.demand-detail .com_infomation {
    padding: 30px;
    margin-top: 10px;
    background: #fff;
}
.demand-detail .infomation h1 {
    font-size: 18px;
    padding-bottom: 14px;
    line-height: 1.2;
}
.demand-detail .infomation h5 {
    font-size: 14px;
    color: #999;
    padding-bottom: 10px;
}
.demand-detail .infomation .ui-col {
    padding-bottom: 5px;
}
.demand-detail .infomation .label {
    color: #999;
}
.demand-detail .infomation .hot {
    color: #ff6a00;
}
.demand-detail .infomation .actions {
    padding-top: 15px;
}
.demand-detail .infomation .btn {
    width: 120px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 16px;
    float: left;
    text-align: center;
    margin-right: 20px;
}
.demand-detail .infomation .btn.hot {
    background: #ff6a00;
    color: #fff;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
}
.demand-detail .infomation .btn:hover.hot {
    background: #ff8800;
}
.demand-detail .infomation .btn.disabled {
    background: #ccc;
    color: #fff;
    border-radius: 3px;
}
.com_infomation .com-logo img {
    width: 100px;
    height: 100px;
    background: #fafafa;
    border-radius: 200px;
    overflow: hidden;
    margin: 30px 0 15px;
}
.com_infomation .com-name {
    line-height: 1.5;
}
.com_infomation .com-tag {
    padding: 10px 0;
    display: inline-block;
}
.com_infomation .com-tag a {
    background: #fff;
    border: 1px solid #ff6a00;
    color: #ff6a00;
    font-size: 12px;
    padding: 3px 10px;
    line-height: 1;
    border-radius: 2px;
    margin: 2px 5px;
    display: inline-block;
}
.demand-detail .details {
    box-sizing: border-box;
    background: #fff;
    width: 95%;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}
.demand-detail .ui-tab-title {
    line-height: 3;
}
.demand-detail .ui-tab-content {
    padding: 30px;
}
.enroll-list {
    width: 100%;
}
.enroll-list .ui-row {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.enroll-list .ui-row:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.enroll-list .headimg .img{
    width: 60px;
    height: 60px;
    overflow: hidden;
    border-radius: 60px;
    background: #fafafa;
    line-height: 60px;
}
.enroll-list .headimg .img img {
    width: 100%;
    vertical-align: middle;
}
.enroll-list .info {
    color: #555;
    line-height: 2;
    font-size: 12px;
}
.enroll-list .name {
    line-height: 3;
    font-weight: 600;
    font-size: 13px;
}
.enroll-list .tag {
    line-height: 1;
    padding: 2px 5px;
    color: yellow;
    margin-left: 5px;
    background-color: #ff0000;
    background-image: linear-gradient(to bottom right, #a52522 , #ff0000);
}
.enroll-list .addr .iconfont {
    font-size: 12px;
}
.enroll-list .resume {
    color: #999;
    padding-top: 5px;
    line-height: 1.4;
}
.enroll-list .ctime {
    line-height: 3;
    border-top: 1px dotted #f5f5fa;
    margin-top: 8px;
}
.enroll-list .check .yes {
    color: #fff;
    background: #ff6a00;
    border: 1px solid #ff6a00;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
}
.enroll-list .check .no {
    color: #fff;
    background: #ccc;
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
}
/*明星列表详情页*/
.personnel-list{
    margin-top: 40px;
}
.personnel-list .ui-row{
    overflow: hidden;
}
.ui-col-pre{
    width: 370px;
    height: 187px;
    border-radius: 6px;
    padding: 0 3px;
    position: relative;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.ui-col-pre:nth-of-type(3n){
    margin-right: 0;
}
.personnel-item{
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    position: relative;
    transition: all .5s;
    overflow: hidden;
    padding: 20px 20px 10px;
    box-sizing: border-box;
}
.personnel-item:hover{
    transition: all .5s;
    box-shadow: 0px 0px 20px #ddd;
}
.per-c{
    width: 100%;
    height: 100%;
    position: relative;
}
.per-top{
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.per-top .user{
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.per-top .user .user-img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
}
.per-top .user .user-info .user-name{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-right: 10px;
}
.per-top .user .user-info .user-addr{
    font-size: 13px;
    color: #999;
}
.per-top .user .user-info .user-info-b{
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}
.per-bot{
    margin-top: 13px;
}
.per-bot>span{
    margin-right: 20px;
    color: #333;
    font-size: 13px;
}
.per-bot>span>span{
    color: #ff6a00;
}
.personnel-item .look{
    position: absolute;
    z-index: 9;
    right: -50px;
    top: 0;
    width: 45px;
    height: 93px;
    line-height: 45px;
    text-align: center;
    writing-mode: tb-rl;
    background-color: #ff6a00;
    color: #fff;
    transition: all .5s;
    font-size: 16px;
}
.personnel-item .chat{
    position: absolute;
    z-index: 9;
    right: -50px;
    bottom: 0;
    width: 45px;
    height: 93px;
    line-height: 45px;
    text-align: center;
    writing-mode: tb-rl;
    background-color: #ff6a00;
    color: #fff;
    transition: all .5s;
    font-size: 16px;
}
.look a, .chat a{
    color: #fff;
}
.personnel-item:hover .look, .personnel-item:hover .chat{
    transition: all .5s;
    right: 0px;
}
.perDetail{
    /*position: relative;*/
}
.perdetail-bg{
    position: absolute;
    left: 0;
    top: 61px;
    width: 100%;
    height: 300px;
    min-width: 1200px;
    background: url("http://www.xindele.com.cn/public/images/d6/4f/81/75931c0f818a37ccf2a16e84ade54b7be340b249.png?1597733489#w") no-repeat;
    background-size: 100% 100%;
}
.perd-c{
    margin: 270px auto 0;
    position: relative;
    width: 1200px;
    overflow: hidden;
}
.perd-left{
    width: 890px;
    float: left;
}
.perd-title{
    width: 100%;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
}
.perd-img{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin-right: 40px;
}
.perd-title .perd-name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.perd-title .perd-name .authentication{
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.perd-title .perd-name p{
    margin: 0;
}
.perd-title .perd-post{
    font-weight: 600;
    margin-bottom: 10px;
}
.perd-tab{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 200px;
    margin-bottom: 30px;
}
.perd-tab-ul{
    display: flex;
}
.perd-tab-ul>li{
    flex: 1;
    text-align: center;
}
.perd-tab-ul>li a{
    height: 50px;
    line-height: 50px;
    display: inline-block;

}
.perd-tab-ul>li a.active{
    border-bottom: 2px solid #ff6a00;
}
.perd-section{
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.perd-s-title{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    padding-top: 65px;
    margin-top: -65px;
}
.perd-s-body{
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 6px;
    padding: 30px;
}
.perd-right{
    width: 270px;
    float: right;
}
.perd-right-info{
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 10px #eee;
    border-radius: 6px;
    box-sizing: border-box;
    /*display: flex;*/
    /*align-items: center;*/
    font-size: 16px;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
}
.perd-rit{
    box-sizing: border-box;
    padding: 30px 20px;
    width: 100%;
    border-bottom: 1px dashed #e6e6e6;
}
.perd-rit .perd-name{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.perd-rit .perd-name .authentication{
    width: 20px;
    height: 20px;
    margin-left: 3px;
}
.perd-rit .perd-name p{
    margin: 0;
}
.perd-rit .perd-post{
    margin-bottom: 10px;
}
.perd-rit .perd-addr{
    font-size: 14px;
}
.perd-rib{
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.perd-rib-item{
    flex: 1;
    font-size: 14px;
}
.perd-rib-item>p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
.perd-rib-item>p span{
    color: #ff6a00;
}
.perd-rib>i{
    height: 40px;
    width: 1px;
    background-color: #eee;
}