@charset "utf-8";

body {
    background: #f5f5f5;
}


.browse-step {
    font-size: 12px;
    color: #85858c;
    width: 1200px;
    margin: 25px auto 15px;
}

.browse-step>a {
    color: #85858c;
}

#zhengshurenzheng li {
    /* color: #f46119 !important;
    border: 1px solid #f46119 !important; */
    width: 120px;
    height: 120px;
}

#zhengshurenzheng li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#master {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    height: 120px;
    /* height: 100px; */
    padding: 26px 0 24px;
}

#master .items-img {
    float: left;
    width: 99px;
    height: 99px;
    position: relative;
    margin-left: 10px;
}

#master .items-img.goldbox {
    background: url(/public/images/tech/goldbox.png) no-repeat;
}

#master .items-img #workerHeadImg {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    padding: 8px;
}

#master .items-img a img {
    width: 100%;
}

#master .items-info {
    float: left;
    padding-left: 15px;

    width: 530px;
    height: 120px;

}

#master .items-info .i-name .name {
    font-size: 18px;
    color: #292f38;
    font-weight: bold;
}

#master .items-info .i-name .cheak {
    background: url(/public/images/tech/cheak.png);
    width: 16px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
    display: inline-block;
}

#master .items-info .i-name .qualification {
    background: url(/public/images/tech/ren.png)center center no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
    display: inline-block;
}

#master .items-info .i-name .qualification1 {
    background: url(/public/images/tech/axqe.png)center center no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
    display: inline-block;
}

#master .items-info .i-name .cash {
    background: url(/public/images/tech/bao.png) no-repeat;
    width: 70px;
    height: 19px;
    line-height: 19px;
    display: inline-block;
    vertical-align: bottom;
    font-size: 12px;
    text-align: center;
    color: #fea505;
    padding-top: 3px;
    padding-left: 5px;
}

#master .items-info .i-name .scroe {
    font-size: 16px;
    color: #ff4700;
    font-weight: bold;
}

#master .items-info .i-name .medal {
    background: url(../../resource/website/worker/info_05.png) no-repeat;
    width: 24px;
    height: 24px;

    vertical-align: bottom;
    margin-right: 5px;
}

#master .items-info .i-star {
    margin-top: 8px;
}







#master .items-info .i-nums {
    margin: 7px 0;
}

#master .items-info .i-nums .mainadept {
    height: 20px;
    line-height: 20px;
    border: 1px solid #26b5fc;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 2px;
    padding-right: 12px;
    margin-right: 14px;
    display: none;
}

#master .items-info .i-nums .mainadept text {
    background-color: #26b5fc;
    color: #fff;
    padding: 2px 4px;
    margin-right: 6px;
}

#master .items-info .i-nums .minoradept {
    height: 20px;
    line-height: 20px;
    border: 1px solid #e2e4e5;
    vertical-align: middle;
    font-size: 12px;
    border-radius: 2px;
    padding-right: 12px;

    display: none;
    max-width: 320px;
    overflow: hidden;
}

#master .items-info .i-nums .minoradept text {
    background-color: #e2e4e5;
    color: #85858c;
    padding: 2px 4px;
    margin-right: 6px;
}

#master .items-info .self {
    font-size: 14px;
    color: #85858c;
}

#master .data {
    float: left;

    padding-left: 30px;
    width: 380px;
    color: #85858c;
    margin-top: 10px;
}

#master .data .data-hd .hd-left {
    display: inline-block;
    padding-right: 46px;
    vertical-align: top;
}

#master .data .data-hd .hd-right {
    display: inline-block;
    padding-left: 38px;
    border-left: 2px solid #e5e5e5;
}

#master .data .synthesis {
    display: inline-block;
    padding-left: 40px;
}

#master .data .data-hd .totalnums {

    color: #292f38;
}

.totalnums>i {
    font-size: 24px;
}

.totallevel {
    color: #f46119;
    border: 1px solid #f7c9b2;
    border-radius: 10px;
    margin-top: 4px;
    padding: 1px 8px;
    cursor: pointer;
}

.tab-hd .totalEvalua {
    color: #1979b1;
}

#master .data .data-hd .totaltxt {
    font-size: 14px;
    margin-top: 6px;
}

#master .data-bd {
    margin-top: 10px;
    font-size: 12px;
}

#master .data-bd>span .comfirmicon {
    background: url(/public/images/tech/pms.png) no-repeat;
    width: 15px;
    height: 13px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}

#master .btn-hire {
    float: left;
    background-color: #ff4700;
    color: #fff;
    font-size: 14px;
    height: 36px;
    width: 108px;
    text-align: center;
    line-height: 36px;
    border-radius: 6px;
    margin-top: 30px;
    cursor: pointer;
}

#message {
    width: 1200px;
    margin: 25px auto 83px;
    min-height: 926px;
}

#message .message-left {
    width: 850px;
    float: left;
    margin-right: 30px;
}

#message .message-left .tab {


    padding-bottom: 40px;

}

#message .message-left .tab .tab-hd {
    width: 850px;
    border-bottom: 1px solid #e5e5e5;

    line-height: 40px;
    background-color: #fff;
}

#message .message-left .tab .tab-hd span {
    font-size: 16px;
    padding: 10px 20px;
    color: #3d464d;
    cursor: pointer;
}


#message .message-left .tab .tab-hd span.current,
#message .message-left .tab .tab-hd span.current .totalEvalua {
    background-color: #ff4700;
    color: #fff;
    font-weight: bold;
    border-bottom: 2px solid #ff4700;
}

#message .message-left .tab .tab-bd .box {
    display: none;
    padding: 10px 91px 30px 30px;
    background-color: #fff;
    margin-bottom: 20px;
}

#message .message-left .tab .tab-bd #pjlb {
    display: block;
}


#message .message-left .tab .tab-bd .box .items {
    margin-top: 20px;
}

#message .message-left .tab .tab-bd .box .items>span {
    font-size: 15px;
    color: #858585;
    vertical-align: top;
}

#message .message-left .tab .tab-bd .box .items .content {
    display: inline-block;
    font-size: 16px;
    width: 650px;
}

#message .message-left .tab .tab-bd .box .items .tips ul {
    width: 650px;
}

#message .message-left .tab .tab-bd .box .items .tips ul>li {
    float: left;
    padding: 4px 8px;
    /* border: 1px solid #e7e7e7; */
    color: #7e7e7e;
    margin: 0 10px 8px 0;
    border-radius: 3px;
}

#message .message-left .tab .tab-bd .box .items .tips ul>li.active {
    border: 1px solid #0e8ed8;
    color: #0e8ed8;
}

#message .message-left .tab .tab-bd .box .items .car ul {
    width: 650px;
}

#message .message-left .tab .tab-bd .box .items .car ul li {
    float: left;
    margin: 0 16px 8px 0;
}

#message .message-left .tab .tab-bd .box .items .car ul li img {
    border-radius: 5px;
}

#message .message-left .tab .tab-bd .box .items .car .photo-item {
    width: 140px;
    height: 140px;
    position: relative;
    border-radius: 5px;
}

#message .message-left .tab .tab-bd .box .items .car .txt-con {
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 14px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#message .message-left .tab .tab-bd .box .items .car .txt-con .p-name {
    padding-left: 10px;
}

#message .message-left .tab .tab-bd .box .items .car .txt-con .p-num {
    float: right;
    padding-right: 10px;
}

#message .message-left .tab .tab-bd .box .pics {
    padding-bottom: 30px;

    overflow: hidden;
    border-bottom: 1px solid #e5e5e5;
    width: 740px;
}

#message .message-left .tab .tab-bd .box .pics .piclists {
    float: left;
    margin-top: 20px;
    position: relative;
}

#message .message-left .tab .tab-bd .box .pics .piclists:nth-child(3n+2) {
    margin: 20px 45px 0;
}

#message .message-left .tab .tab-bd .box .pics .piclists img {
    width: 200px;
    height: 200px;
    border-radius: 10px;
}

#message .message-left .tab .tab-bd .box .pics .piclists .p-name {
    font-size: 16px;
    color: #292f38;
    text-align: center;
}

#message .message-left .tab .tab-bd .box .pics .piclists .p-num {
    position: absolute;
    bottom: 40px;
    left: 10px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 18px;
    width: 28px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 6px;
}

#message .message-left .tab .tab-bd .box .grade {
    margin: 20px 0;
}

#message .message-left .tab .tab-bd .box .grade .grade-left {
    width: 215px;
    height: 140px;
    border-right: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
}

#message .message-left .tab .tab-bd .box .grade .grade-left .score {
    font-size: 54px;
    font-weight: bold;
    color: #ff4700;
}

#message .message-left .tab .tab-bd .box .grade .grade-left .star {
    margin: 10px 60px;
}

#message .message-left .tab .tab-bd .box .grade .grade-left .star>li {
    float: left;
    margin-right: 2px;
}

#message .message-left .tab .tab-bd .box .grade .grade-left .people {
    font-size: 14px;
}

#message .message-left .tab .tab-bd .box .grade .grade-left .people>span {
    color: #ff4700;
}

#message .message-left .tab .tab-bd .box .grade .grder-right {
    display: inline-block;
    margin-left: 82px;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service {
    width: 430px;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar {
    display: inline-block;
    margin-bottom: 12px;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .bgbox {
    display: inline-block;
    height: 20px;
    width: 300px;
    background-color: #f4f4f4;
    vertical-align: middle;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .bgbox .qualityprogress {
    height: 20px;
    width: 90%;
    display: inline-block;
    background-color: #ffc000;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .bgbox .attitudeprogress {
    height: 20px;
    width: 60%;
    display: inline-block;
    background-color: #ffc000;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .bgbox .speedprogress {
    height: 20px;
    width: 90%;
    display: inline-block;
    background-color: #ffc000;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .bgbox .fenshu {
    height: 20px;
    width: 300px;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .bgbox .fenshu span {
    float: left;
    width: 60px;
    height: 20px;
    color: #fff;
    text-align: center;
    line-height: 1.5;
}

#message .message-left .tab .tab-bd .box .grade .grder-right .service .bar .rank {
    margin-left: 10px;
    color: #ff4700;
}

#message .message-left .tab .tab-bd .box .appraise {
    width: 800px;
}


#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-hd {
    background-color: #f5f5f5;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-hd>a {
    margin-right: 30px;
    font-size: 14px;
    padding: 10px 2px;
    color: #3d464d;
    cursor: pointer;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-hd>a.current,
#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-hd>a.current .totalEvalua {
    color: #ff4700;
    font-weight: bold;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd {
    margin-top: 20px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list {
    display: none;


}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .currents {
    display: block;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 18px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info {
    padding: 8px 0;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info .info-left {
    float: left;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info .info-left>img {
    width: 44px;
    height: 44px;
    vertical-align: middle;
    margin-right: 5px;
    border-radius: 50%;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info .info-left .i-names {
    font-size: 16px;
    color: #343545;
}

.i-evaluatetype {
    color: #0099cc;
    border: 1px solid #0099cc;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 8px;
}

.bscolor {
    color: #008000;
    border: 1px solid #d3e9d3;
    border-radius: 4px;
    margin-left: 8px;
    padding: 2px 8px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info .info-rtght {
    float: right;
    line-height: 40px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info .info-rtght>img {
    width: 20px;
    height: 20px;
    vertical-align: sub;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .e-info .info-rtght .judges {
    font-size: 14px;
    color: #ff4700;
    margin-left: 5px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .time {
    font-size: 14px;
    color: #afafb2;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .evaluatearea {
    font-size: 14px;
    margin-top: 18px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .printscreen {
    margin-top: 10px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .printscreen>img {
    width: 160px;
    height: 160px;
    margin-right: 40px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .tag {
    margin-top: 16px;
}

#message .message-left .tab .tab-bd .box .appraise .listbox .listbox-bd .list-evaluate .tag>span {
    padding: 4px 10px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    color: #343544;
    margin-right: 10px;
    border-radius: 2px;
}

#message .message-left .tab .tab-bd .currents {
    display: inline-block;
}

#message .message-right {
    width: 320px;
    float: left;
}

#message .message-right .recommend {
    /* height: 1300px; */
    overflow: hidden;
    background-color: #fff;
    padding: 20px 20px 20px;
}

#message .message-right .recommend h3 {
    display: flex;
    justify-content: space-between;
}

#message .message-right .recommend h3>b {
    font-weight: 700;
    font-size: 16px;
    color: #3d464d;
}

#message .message-right .recommend h3>span {
    color: #9b9fa2;
}

#message .message-right .recommend ul {
    /* border-bottom: 1px solid #e5e5e5; */
    padding-bottom: 26px;
}

#message .message-right .recommend ul>li {
    margin-top: 15px;
    overflow: hidden;
}

#message .message-right .recommend ul>li .r-img {
    width: 70px;
    height: 70px;
    float: left;
}

#message .message-right .recommend ul>li .r-img img {
    width: 100%;
}

#message .message-right .recommend ul>li .r-info {
    float: left;
    margin-left: 8px;
    color: #9b9fa2;
    font-size: 12px;
}

#message .message-right .recommend ul>li .r-info .r-name {
    font-size: 14px;
    color: #3d464d;
    margin-bottom: 9px;
    vertical-align: baseline;
}

#message .message-right .recommend ul>li .r-info .r-name img {
    height: 14px;
    position: relative;
    top: 1px;
}

#message .message-right .recommend ul>li .r-info .r-name .cheak {
    background: url(../../resource/website/img/news/cheak.png) no-repeat;
    width: 16px;
    height: 20px;
    display: inline-block;
    vertical-align: bottom;
    margin-right: 5px;
}












#message .message-right .recommend ul>li .r-info .r-type {
    margin-bottom: 5px;
    width: 200px;
}

#message .message-right .recommend ul>li .r-info .r-nums {
    margin-bottom: 5px;
}

#message .message-right .recommend .news {
    padding-top: 20px;
}

#message .message-right .recommend .news ul>li {
    margin-top: 10px;
}

#message .message-right .recommend .qrcode {
    color: #3d464d;
    text-align: center;
}

#message .message-right .recommend .qrcode .wx {
    font-size: 16px;
    margin-top: 26px;
    text-align: left;
}

#message .message-right .recommend .qrcode img {
    width: 99px;
    height: 99px;
    margin-top: 10px;
}

#message .message-right .recommend .qrcode .scan {
    font-size: 10px;
    margin-top: 10px;
}

#message .message-right .recommend .qrcode .everytime {
    font-size: 12px;
    margin-top: 10px;
}



.lb-pagination {
    color: #333;
    display: inline-block;
}

.lb-pagination a {
    display: block;
    float: left;
    border: 1px solid #ddd;
    margin-left: -1px;
    font-family: Arial;
    padding: 0 12px;
    line-height: 30px;
    height: 30px;
    font-size: 12px;
    color: #ff4700;
    position: relative;
    cursor: pointer;
}

.lb-pagination li {
    float: left;
}

.lb-pagination-first a {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.lb-pagination-last a {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.lb-pagination-first a,
.lb-pagination-last a {
    color: #ff4700;
    border: 1px solid #ddd;
}

.lb-pagination .current a {
    background-color: #ff4700;
    border-color: #ff4700;
    color: #FFF;
}

.lb-pagination .omit {
    width: 20px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
}

.lb-pagination-first.default a,
.lb-pagination-last.default a,
.lb-pagination-prev.default a,
.lb-pagination-next.default a {
    color: #bbb;
    cursor: text;
    border-color: #e7e7e7;
}


