.date_title {
    border: 0;
}

.head-nav {
    background: #fff;
    margin-bottom: 20px;
}

.head-son {
    height: 20px;
    padding: 20px 0;
    *zoom: 1;
}

    .head-son:after {
        display: table;
        content: '';
        clear: both;
    }

    .head-son > li {
        position: relative;
        float: left;
        margin: 0 40px 0 0;
    }

        .head-son > li > a {
            padding: 20px 0;
            font-size: 16px;
            color: #999ea6;
        }

    .head-son a:hover {
        color: #276bf2;
    }

    .head-son li.active > a {
        color: #276bf2;
        font-weight: bold;
        border-bottom: 2px solid #276bf2;
    }

    .head-son .sub-menu {
        display: none;
        position: absolute;
        top: 30px;
        left: -30px;
        width: 100px;
        padding: 5px 0 5px 0;
        text-align: center;
        background: #fff;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        z-index: 999999;
    }

    .head-son .seach-history {
        display: none;
        padding: 5px 0;
        width: 185px;
        position: absolute;
        top: 35px;
        left: -47px;
        text-align: left;
        background: #fff;
        -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.1);
        box-shadow: 0 1px 2px rgba(0,0,0,.1);
        z-index: 999999;
    }

.seach-history li {
    position: relative;
    height: 35px;
    line-height: 35px;
    padding: 0 15px;
    background: #fff;
    cursor: pointer;
    transition: all .2s;
}

    .seach-history li:hover {
        background: #f4f5f6;
    }

        .seach-history li:hover .delete {
            display: block;
        }

.seach-history span {
    float: left;
    width: 115px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.seach-history .delete {
    display: none;
    position: absolute;
    right: 15px;
    top: 0;
    color: #999ea6;
}

    .seach-history .delete:hover {
        color: #276bf2;
    }

.head-son .dropdown .seach-history {
    display: block;
}

.head-son .sub-menu li a {
    display: block;
    line-height: 25px;
    padding: 5px 0;
}

.head-son .more {
    display: block;
}

    .head-son .more .ellipses {
        /*display: block;*/
        line-height: 28px;
        font-size: 24px;
        cursor: pointer;
    }

    .head-son .more.dropdown .sub-menu {
        display: block;
    }

/*.head-son a.active:after{
	position: absolute;
	left: 50%;
	bottom: -3px;
	content: '';
	width: 22px;
	height: 2px;
	margin-left: -11px;
	background:#276bf2;
	
}*/
.formitm .u-tea {
    width: 500px;
    height: 150px;
}

.add-logo .u-upload-box {
    width: 122px;
    height: 122px;
}

.add-logo .u-upload {
    width: 122px;
    height: 122px;
}

.u-upload-box i {
    font-size: 28px;
}
/*表格通用样式*/
.g-table table {
    width: 100%;
    border-collapse: collapse;
}

.table-thead > tr > th {
    background: #f9fafb;
    transition: background .3s ease;
    text-align: center;
    /*color:#2e3238;*/
    font-weight: 500;
    padding: 15px;
    border-bottom: 1px solid #edeeef;
}

.table-tbody > tr {
    transition: all .3s,border 0s;
    background: #fff;
}

    .table-tbody > tr:hover {
        background: #f0f7ff;
    }

    .table-tbody > tr > td {
        padding: 15px;
        text-align: center;
        border-bottom: 1px solid #edeeef;
    }

        .table-tbody > tr > td.mw-300 {
            max-width: 300px;
            word-wrap: break-word;
        }

/*消息模板*/
.g-msnmodel {
    padding: 20px 25px;
}

    .g-msnmodel .title {
        position: relative;
        font-size: 16px;
        color: #2e3238;
    }
/*.g-msnmodel .title:after{
	position: absolute;
	left: 0;
	bottom: -15px;
	content: '';
	width: 30px;
	height: 2px;
	background: #e2e4e7;
}*/
.model-list {
    margin: 20px 0 45px 0;
}

    .model-list li {
        overflow: hidden;
        margin-bottom: 25px;
    }

        .model-list li p {
            float: left;
            width: 800px;
        }

            .model-list li p .dot {
                color: #e2e4e7;
                margin-right: 5px;
            }

    .model-list .controls a {
        margin: 0 0 0 20px;
        color: #999ea6;
    }

.add-model .u-tea {
    width: 500px;
    height: 100px;
}
/*微招聘*/
.mr-step {
    width: 560px;
    margin: 60px auto 80px;
}

    .mr-step li {
        position: relative;
        float: left;
        height: 1px;
        text-align: center;
        padding-left: 140px;
        border-bottom: 1px solid #edeeef;
    }

        .mr-step li.first {
            margin-right: -10px;
            padding-left: 0;
            border: none;
        }

        .mr-step li.last span {
            margin-left: 0;
        }

        .mr-step li a {
            position: absolute;
            width: 65px;
            right: -17px;
            top: -17px;
        }

            .mr-step li a .status {
                position: absolute;
                top: -20px;
                width: 65px;
                left: 0;
            }

    .mr-step a i {
        display: block;
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0 0 10px 11px;
        font-style: normal;
        border-radius: 35px;
        background: #f5f5f7;
        border: 1px solid #e2e4e7;
    }

    .mr-step li.active {
        border-color: #276bf2;
    }

        .mr-step li.active span {
            color: #276bf2;
        }

        .mr-step li.active i {
            color: #fff;
            background: #276bf2;
            border: 1px solid #276bf2;
        }

.mr-page {
    min-height: 480px;
}

.mr-list {
    position: relative;
    float: left;
    margin: 20px;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
    border-radius: 2px;
    overflow: hidden;
    -webkit-transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.02),0 4px 8px rgba(0,0,0,.02);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 4px 8px rgba(0,0,0,.02);
    -webkit-backface-visibility: hidden;
}

    .mr-list .img-box img {
        display: block;
        width: 230px;
    }

    .mr-list .tit {
        text-align: center;
        height: 40px;
        line-height: 38px;
    }

    .mr-list:hover {
        box-shadow: 0 1px 3px rgba(0,0,0,.02), 0 16px 32px -4px rgba(0,0,0,.17);
        transform: translateY(-1px);
    }

    .mr-list .shade {
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 230px;
        height: 362px;
        overflow: hidden;
        background: #000;
        opacity: .3;
        z-index: 4;
    }

    .mr-list .qrcode {
        position: absolute;
        left: -255px;
        top: 0;
        width: 230px;
        color: #fff;
        text-align: center;
        z-index: 5;
    }

        .mr-list .qrcode img {
            width: 100px;
            height: 100px;
            border: 2px solid #fff;
            border-radius: 2px;
            margin-top: 100px;
        }

    .mr-list .icon_zy {
        position: absolute;
        top: 0;
        right: 0;
    }

.mr-form {
    width: 690px;
    margin: 0 auto;
    padding: 30px 0;
}

    .mr-form .u-ipt {
        width: 400px;
    }

    .mr-form .u-set {
        width: 412px;
    }

    .mr-form .lab {
        line-height: 40px;
    }

.ipt-box .addon {
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 12px;
    background: #f4f5f6;
    border-radius: 0 2px 2px 0;
    border: 1px solid #e2e4e7;
    border-left: none;
}

.welfare {
    position: relative;
    float: left;
    margin: 0 30px 0 0;
}

    .welfare textarea.u-tea {
        width: 200px;
        height: 200px;
    }

.welfare-tips {
    width: 450px;
    padding: 5px 10px;
    font-size: 12px;
    margin-top: -10px;
}

.mr-form .joblist {
    float: left;
    width: 200px;
    height: 200px;
    margin-right: 30px;
    padding-top: 10px;
    border-radius: 2px;
    overflow-y: auto;
    border: 1px solid #e2e4e7;
}

    .mr-form .joblist li {
        padding: 5px 20px 5px 20px;
        cursor: pointer;
    }

        .mr-form .joblist li.job-active,
        .mr-form .joblist li:hover {
            background: #f4f5f6;
        }

.job-choose {
    float: left;
    margin: 30px 30px 0 0;
}

    .job-choose button {
        display: block;
        width: 30px;
        height: 30px;
        margin: 20px 0;
    }

.mr-title {
    padding: 30px 0;
    color: #276bf2;
    text-align: center;
}

.mr-qrcode img {
    width: 135px;
    height: 135px;
    padding: 25px;
    margin-bottom: 20px;
    background: url(../images/res/bg_qrcode.png) no-repeat center;
}

.mr-share {
    width: 690px;
    margin-left: 420px;
}

    .mr-share li {
        margin: 20px 0;
    }

        .mr-share li .right {
            float: left;
            margin-left: 30px;
        }

    .mr-share .u-ipt {
        width: 300px;
    }

    .mr-share button {
        margin-left: -2px;
        border-radius: 0 4px 4px 0;
    }

    .mr-share .share-item {
        font-size: 20px;
        margin-right: 20px;
    }

.mr-show {
    position: relative;
}

    .mr-show span {
        display: none;
        position: absolute;
        left: 12px;
        top: -6px;
        width: 100px;
        text-align: left;
        font-size: 12px;
        color: #f5222d;
    }

    .mr-show:hover span {
        display: block;
    }
/*账号管理*/
.account-page {
    padding: 0 40px 40px 40px;
    background: #fff;
    margin-bottom: 30px;
}

    .account-page table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
    }

        .account-page table td {
            padding: 15px;
            border: 1px solid #edeeef;
        }

    .account-page .btn-account {
        padding: 7px 10px;
        font-size: 12px;
        color: #fff;
        border-radius: 2px;
        background: #276bf2;
    }

    .account-page .rz-book {
        line-height: 25px;
        padding: 15px 0 15px 60px;
    }

        .account-page .rz-book.book1 {
            background: url(../images/res/icon_account2.jpg) no-repeat left center;
        }

        .account-page .rz-book.book2 {
            background: url(../images/res/icon_account1.jpg) no-repeat left center;
        }

.ac-form-catalog .title {
    font-size: 16px;
    color: #2e3238;
    font-weight: 700;
    padding: 30px 0;
}

.ac-form .formitm {
    margin-left: 20px;
}

.ac-form .lab,
.sch-form .lab {
    line-height: 40px;
}

.ac-form .u-ipt {
    width: 320px;
}

    .ac-form .u-ipt.s {
        width: 132px;
    }

.ac-form .u-set {
    width: 332px;
}

.ac-form .remind {
    font-size: 12px;
    color: #c8cbcf;
    margin-left: 10px;
}

.company-photos {
    margin: 0 0 30px 0;
}

    .company-photos li {
        position: relative;
        float: left;
        width: 200px;
        /* height: 150px; */
        margin-right: 10px;
    }

        .company-photos li .add-photo {
            width: 200px;
            height: 150px;
            border: 1px solid #f2f5f7;
        }

        .company-photos li img {
            display: block;
            max-width: 100%;
            max-height: 100%;
            margin: 0 auto;
            vertical-align: middle;
        }

        .company-photos li .auditing {
            padding-top: 10px;
        }

            .company-photos li .auditing i {
                margin-right: 4px;
            }

            .company-photos li .auditing p {
                line-height: 24px;
            }

.add-photo .u-upload-box {
    width: 200px;
    height: 150px;
}

.add-photo .u-upload {
    width: 200px;
    height: 150px;
}

.bailment-form {
    width: 405px;
    margin: 0 auto;
}

    .bailment-form .u-upload {
        width: 400px;
        height: 300px;
    }

    .bailment-form .u-upload-box {
        width: 400px;
        height: 300px;
    }

.identity-form .u-upload {
    width: 200px;
    height: 150px;
}

.identity-form .u-upload-box {
    width: 200px;
    height: 150px;
}

.add-rz img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.ipt-box .get-code {
    position: absolute;
    right: 15px;
    top: 10px;
    color: #276bf2;
}

.ac-rz-catalog {
    float: left;
    width: 450px;
    margin-top: 30px;
}

.license-box {
    border-right: 1px solid #edeeef;
    margin-left: 30px;
}

.accredit-box {
    margin-left: 90px;
}

.ac-rz-catalog .title {
    font-size: 18px;
    color: #2e3238;
}

    .ac-rz-catalog .title img {
        margin-left: 5px;
        vertical-align: -4px;
    }


.rz-tips {
    font-size: 12px;
    color: #999ea6;
}

.accredit-rz .hd {
    width: 185px;
    margin: 15px auto;
}

    .accredit-rz .hd a {
        float: left;
        width: 90px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        border: 1px solid #e2e4e7;
    }

        .accredit-rz .hd a.active {
            color: #276bf2;
            border-color: #276bf2;
            font-weight: bold;
        }

    .accredit-rz .hd .a1 {
        border-radius: 4px 0 0 4px;
    }

    .accredit-rz .hd .a2 {
        border-radius: 0 4px 4px 0;
    }

.ac-rz-catalog .rz-result {
    width: 250px;
    margin-top: 15px;
}

.order-ipt {
    width: 50px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #e2e4e7;
}

.wx-bind {
    padding: 30px 0 40px 0;
    background: #fff;
    text-align: center;
}

.qrcode-box {
    width: 680px;
    height: 160px;
    margin: 30px auto 0;
    padding: 40px 0;
    border: 1px dashed #a5caf2;
    background: #eef3fb;
}

.txt-qrcode {
    float: left;
    font-size: 20px;
    text-align: right;
    color: #2e3238;
    margin: 40px 30px 0 70px;
    font-family: "楷体";
}

.img-qrcode {
    float: left;
    width: 148px;
    height: 148px;
    padding: 6px;
    background: url(../images/res/bg_qrcode.png) no-repeat center;
}

    .img-qrcode img {
        width: 140px;
        margin-top: 3px;
    }
/*首页*/
.search-box {
    height: 44px;
    margin-bottom: 20px;
    border: 1px solid #276bf2;
    border-radius: 2px;
    background: #fff;
}

    .search-box .sch-ipt {
        position: relative;
        width: 425px;
        height: 44px;
        color: #6f757e;
        background: #fff;
        border-radius: 4px;
    }

        .search-box .sch-ipt input {
            width: 415px;
            height: 24px;
            *height: 23px;
            padding: 10px 0 10px 10px;
            border: none;
            border-radius: 4px;
        }

    .search-box .area-select {
        position: relative;
        width: 277px;
        height: 24px;
        line-height: 24px;
        padding: 0 10px;
        margin: 10px;
        border-left: 1px solid #edeeef;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        cursor: pointer;
    }

        .search-box .area-select input {
            width: 295px;
            border: none;
        }

        .search-box .area-select .arrow {
            position: absolute;
            right: 10px;
            top: 0;
            color: #c8cbcf;
            font-size: 12px;
        }

    .search-box .sch-btn {
        float: left;
        width: 115px;
        height: 44px;
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        border: none;
        background: #276bf2;
        /*background-image: -webkit-linear-gradient(left,#1285ff 0,#276bf2 100%);
    background-image: -o-linear-gradient(left,#1285ff 0,#276bf2 100%);
    background-image: linear-gradient(to right,#1285ff 0,#276bf2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1389ff', endColorstr='#276bf2', GradientType=1);*/
        cursor: pointer;
    }

    .search-box .area-select .arrow {
        position: absolute;
        right: 10px;
        top: 0;
        color: #c8cbcf;
        font-size: 12px;
    }

.post-job {
    display: block;
    width: 260px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border: none;
    background-image: -webkit-linear-gradient(left,#1285ff 0,#276bf2 100%);
    background-image: -o-linear-gradient(left,#1285ff 0,#276bf2 100%);
    background-image: linear-gradient(to right,#1285ff 0,#276bf2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1285ff', endColorstr='#276bf2', GradientType=1);
    border-radius: 2px;
}

.windows-links {
    width: 100%;
    margin-bottom: 20px;
    padding: 30px 0;
    background: #fff;
}

    .windows-links li {
        float: left;
        width: 200px;
        height: 190px;
        margin-left: 60px;
        text-align: center;
        border: 1px solid #edeeef;
    }

        .windows-links li .img-box {
            position: relative;
            width: 70px;
            height: 70px;
            margin: 20px auto 0;
        }

            .windows-links li .img-box .dot {
                position: absolute;
                right: -8px;
                top: 1px;
                width: 24px;
                height: 24px;
                line-height: 26px;
                color: #fff;
                font-size: 16px;
                text-align: center;
                background: #ed6f2b;
                border-radius: 100%;
                border: 1px solid #fff;
            }

        .windows-links li .btn {
            padding: 5px 10px;
            background: #276bf2;
            color: #fff;
            border-radius: 2px;
        }

.m-resumes-list .tit {
    height: 51px;
    line-height: 50px;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #f2f5f7;
}

    .m-resumes-list .tit h2 {
        float: left;
        margin-right: 15px;
        font-size: 16px;
        color: #2e3238;
    }

.resume-item {
    padding: 20px;
    margin-bottom: 10px;
    background: #fff;
}

    .resume-item .left {
        float: left;
        width: 75%;
        overflow: hidden;
    }

.resume-unread {
    margin-right: 12px;
    vertical-align: -1px;
    color: #276bf2;
}

.resume-read {
    margin-right: 12px;
    color: #999ea6;
}

.vitae-opus .opus-item {
    display: inline-block;
    width: 115px;
    margin: 0 0 0 20px;
    line-height: 20px;
    *display: inline;
    *zoom: 1;
}

.vitae-opus .opus img {
    width: 115px;
    height: 125px;
    border: 1px solid #edeeef;
}

.resume-item .left .u-avatar-md {
    float: left;
    margin-top: 5px;
}

.resume-item .left a:hover .name {
    color: #276bf2;
}

.resume-item .right {
    float: left;
    width: 25%;
    /*padding-right: 2%;*/
    padding-top: 35px;
    text-align: right;
}

.m-resumes-list .more i,
.m-jobs-list .more i {
    padding: 10px 0;
    font-size: 22px;
    vertical-align: middle;
}

.resume-item .right a,
.job-list-item .wait-item-right a {
    position: relative;
    padding: 5px 15px;
    margin: 0 10px;
    border: 1px solid #edeeef;
    border-radius: 2px;
}

    .resume-item .right a.blue,
    .job-list-item .wait-item-right a.blue {
        color: #276bf2;
        background: #f0f7ff;
        border: 1px solid #f0f7ff;
    }

.m-resumes-list .more:hover .more-list,
.m-jobs-list .more:hover .more-list,
.m-toolbar .more:hover .more-list {
    display: block;
}

.m-resumes-list .more-list,
.m-jobs-list .more-list,
.m-toolbar .more-list {
    display: none;
    position: absolute;
    right: -20px;
    top: 27px;
    z-index: 20;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 1px 2px 2px rgba(0,0,0,.1);
}

.m-resumes-list td.operation .more-list,
.m-jobs-list td.operation .more-list {
    top: 20px;
}

.m-resumes-list th.td1 {
    width: 20px;
}

.m-resumes-list th.name {
    width: 150px;
    text-align: left;
}

.m-resumes-list th.ages {
    width: 50px;
}

.m-resumes-list th.job {
    width: 180px;
}

.m-resumes-list th.exp {
    width: 110px;
}

.m-resumes-list th.study {
    width: 70px;
}

.m-resumes-list th.adres,
.m-resumes-list th.state {
    width: 150px;
}

.m-resumes-list th.date {
    width: 140px;
}

.m-resumes-list th.operation {
    width: 260px;
}

.m-resumes-list th.adres select {
    border: 1px solid #edeeef;
    background: none;
    border-radius: 2px;
}

.m-resumes-list .yx-job,
.m-resumes-list .yx-adres {
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.m-resumes-list .more-list span,
.m-jobs-list .more-list span,
.m-toolbar .more-list span {
    display: block;
    width: 100px;
    padding: 9px 0;
    line-height: 20px;
    background: #fff;
    font-size: 14px;
    /* color: #999ea6;*/
    text-align: center;
    cursor: pointer;
    transition: all .2s;
}

    .m-resumes-list .more-list span:hover,
    .m-jobs-list .more-list span:hover,
    .m-toolbar .more-list span:hover {
        background: #f4f5f6;
        color: #5c636f;
    }

.resume-item .basic-info {
    color: #999ea6;
    margin-bottom: 10px;
    line-height: 20px;
}

    .resume-item .basic-info .lab-check {
        margin-right: 10px;
    }

.resume-item .updated {
    float: right;
    font-size: 12px;
}

.resume-info {
    /*width: 100%;*/
    margin-left: 86px;
    line-height: 30px;
}

    .resume-info .name {
        font-size: 16px;
    }

        .resume-info .name img {
            margin: 0 0 0 5px;
            vertical-align: -2px;
            width: auto;
            height: 16px;
        }

    .resume-info .experience i {
        font-size: 12px;
        color: #c8cbcf;
        margin: 0 5px;
    }

    .resume-info .intention span {
        display: inline-block;
        margin-right: 25px;
    }

.m-resumes-list td.name span {
    float: left;
}

.m-resumes-list td.name .span2 {
    width: 90px;
    margin: 4px 0 0 10px;
}

.m-resumes-list td.name a:hover .span2 {
    color: #276bf2;
}

td.operation a {
    position: relative;
    margin: 0 10px;
    padding: 2px 0;
}

    td.operation a.more-width {
        display: inline-block;
        width: 42px;
    }

.collect-name {
    text-align: left !important;
}

    .collect-name a {
        padding-left: 30px;
        background: url(../images/res/icon_file.png) no-repeat left center;
    }

.company-info,
.consultant,
.fast-visit {
    line-height: 30px;
    padding: 20px;
    background: #fff;
}

.server-evaluate a {
    display: block;
    line-height: 30px;
    padding: 15px 20px;
    background: #fff;
    font-size: 16px;
}

.company-info .company-name {
    font-size: 16px;
    color: #2e3238;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-info .vip {
    color: #ca963b;
}

.company-info .rank img {
    width: 18px;
    height: 18px;
    vertical-align: -4px;
    margin-right: 5px;
}

.company-info .renew {
    padding: 0 7px;
    border: 1px solid #276bf2;
    color: #276bf2;
    font-size: 12px;
    margin-left: 5px;
    border-radius: 2px;
    display: inline-block;
    height: 20px;
    line-height: 22px;
}

.fast-visit h2 {
    font-size: 16px;
}

.visit-list {
    margin-left: -15px;
}

    .visit-list li {
        float: left;
        height: 28px;
        line-height: 28px;
        padding: 0 10px;
        margin: 0 0 15px 15px;
        border-radius: 2px;
        border: 1px solid #edeeef;
    }

    .visit-list label {
        float: left;
        margin: 0 0 10px 20px;
        cursor: pointer;
    }

.m-sortbar {
    padding: 10px 0 10px 20px;
    background: #fff;
    background: rgb(255,255,255,.85);
}

    .m-sortbar li {
        float: left;
        margin: 8px 18px 8px 0;
    }

        .m-sortbar li span {
            margin-right: 15px;
            cursor: pointer;
        }

        .m-sortbar li.ages input {
            width: 50px;
            height: 28px;
            text-align: center;
            border-radius: 2px;
            padding: 0;
            border: 1px solid #edeeef;
        }

        .m-sortbar li select {
            width: 160px;
            height: 30px;
            padding-left: 5px;
            color: #5c636f;
            font-size: 14px;
            border-radius: 2px;
            border: 1px solid #edeeef;
        }

    .m-sortbar .btn-span {
        display: inline-block;
        padding: 0 10px;
        height: 28px;
        line-height: 30px;
        border-radius: 2px;
        border: 1px solid #edeeef;
        cursor: pointer;
    }

    .m-sortbar li .a-post {
        display: block;
        padding: 0 10px;
        height: 28px;
        line-height: 30px;
        color: #fff;
        border-radius: 2px;
        border: 1px solid #276bf2;
        background: #276bf2;
        cursor: pointer;
    }

    .m-sortbar li .sch-box {
        width: 210px;
        height: 28px;
        border-radius: 2px;
        border: 1px solid #edeeef;
    }

        .m-sortbar li .sch-box input {
            float: left;
            width: 170px;
            height: 28px;
            padding: 0 5px 0 5px;
            border: none;
        }

        .m-sortbar li .sch-box button {
            float: left;
            width: 30px;
            height: 28px;
            border: none;
            background: none;
            cursor: pointer;
        }

.m-toolbar.top {
    position: fixed;
    top: 0;
    width: 1140px;
    padding: 10px 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0 1px 2px rgba(0,0,0,.1);
    *border-bottom: 1px solid #f2f4f7;
}

.m-toolbar .functions {
    margin-left: 20px;
}

    .m-toolbar .functions .item {
        position: relative;
        margin-right: 15px;
        cursor: pointer;
    }

    .m-toolbar .functions .more {
        padding-bottom: 20px;
    }

    .m-toolbar .functions select {
        margin-left: 5px;
        border: 1px solid #edeeef;
        background: none;
    }

        .m-toolbar .functions select,
        .m-toolbar .functions select option {
            color: #5c636f;
        }

.m-toolbar .styles span {
    padding: 3px 10px;
    margin: 0 5px;
    border: 1px solid #edeeef;
    border-radius: 2px;
    cursor: pointer;
}

.m-layer .layer-title span {
    margin-right: 20px;
    color: #999ea6;
    cursor: pointer;
}

.m-start .start {
    font-size: 20px;
    color: #c8cbcf;
    line-height: 25px;
    margin: 0 5px;
    cursor: pointer;
}

.start-text {
    float: left;
    margin: 0 5px;
}

.layer-bd li {
    padding: 10px 0;
    line-height: 30px;
    border-top: 1px dashed #edeeef;
}

.layer-bd .p2 span {
    margin-right: 25px;
}

.layer-bd .date {
    float: right;
    color: #999ea6;
    font-size: 12px;
}

.refuse-cause label {
    float: left;
    width: 200px;
    margin: 5px 0;
    cursor: pointer;
}

/*搜索*/
.seach-box {
    padding: 30px;
    background: #fff;
}

    .seach-box .u-ipt {
        width: 400px;
    }

        .seach-box .u-ipt.s {
            width: 177px;
        }

    .seach-box .u-set {
        width: 412px;
    }

.formitm .half {
    float: left;
    width: 492px;
    margin-right: 30px;
}

.sch-form .btn-group button {
    margin: 0 15px;
}

.seach-box .seach-more {
    display: block;
    color: #276bf2;
    margin: 20px 60px 10px 15px;
}

.seach-term a {
    display: inline-block;
    position: relative;
    font-size: 12px;
    margin: 5px 10px;
    padding: 5px 10px;
    border-radius: 2px;
    background: #fff;
}

    .seach-term a .delete {
        font-size: 12px;
        color: #c8cbcf;
        margin-left: 5px;
    }

.seach-result .hd a {
    margin: 0 20px;
    font-size: 16px;
    color: #999ea6;
}

    .seach-result .hd a.active {
        color: #276bf2;
        padding-bottom: 10px;
        border-bottom: 2px solid #276bf2;
    }

.seach-result .m-resumes-list .left a:visited .name,
.seach-result .m-resumes-list .g-table td.name a:visited {
    color: #999;
}

.seach-result .m-resumes-list .left a:hover .name,
.seach-result .m-resumes-list .g-table td.name a:hover {
    color: #276bf2;
}

/*招聘职位*/
.job-list-item {
    line-height: 30px;
    margin-bottom: 10px;
    background: #fff;
}

    .job-list-item .item-box {
        padding: 10px 20px;
        display: block;
    }

    .job-list-item .item-box2 {
        height: 40px;
        line-height: 40px;
        margin: 0 40px 0 50px;
        border-top: solid 1px #f2f5f7;
    }

        .job-list-item .item-box2 a {
            position: relative;
            margin: 0 0 0 25px;
        }

    .job-list-item .item-left {
        float: left;
        width: 60%;
    }

        .job-list-item .item-left .u-checkbox {
            float: left;
            margin-top: 9px;
        }

        .job-list-item .item-left .u-right-box {
            margin-left: 26px;
        }

        .job-list-item .item-left .row2 {
            padding-left: 28px;
        }

    .job-list-item .item-right {
        float: right;
        width: 40%;
        text-align: right;
    }

    .job-list-item .name {
        float: left;
        /* max-width: 176px;*/
    }

        .job-list-item .name a {
            color: #2e3238;
        }

    .job-list-item .salary {
        display: inline-block;
        vertical-align: middle;
        color: #fa6400;
        margin: 0 0 0 10px;
    }

    .job-list-item .advices {
        float: right;
        /*width: 60px;*/
        margin: 20px 30px 0 30px;
        line-height: 25px;
        color: #999ea6;
        font-size: 12px;
        text-align: center;
    }

        .job-list-item .advices .num {
            margin-right: 5px;
            font-family: Arial;
            font-size: 18px;
            color: #2e3238;
            font-weight: normal;
            vertical-align: -2px;
        }

    .job-list-item .item-right .btn-issue {
        padding: 5px 15px;
        margin: 0 10px;
        color: #276bf2;
        background: #e9f0fa;
        border-radius: 2px;
    }

.m-jobs-list .width-limit {
    display: inline-block;
    *display: block;
    max-width: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.welfare-list {
    width: 950px;
}

    .welfare-list span {
        float: left;
        padding: 5px 15px;
        margin: 0 15px 15px 0;
        border: 1px solid #e2e4e7;
        border-radius: 2px;
        height: 18px;
        line-height: 18px;
    }

    .welfare-list .btn-edit {
        float: left;
        width: 50px;
        color: #276bf2;
        margin: 13px 0 0 15px;
    }

.welfare-edit label {
    position: relative;
    float: left;
    padding: 5px 15px;
    margin: 0 15px 15px 0;
    border: 1px solid #e2e4e7;
    border-radius: 2px;
    cursor: pointer;
    height: 18px;
    line-height: 18px;
}

    .welfare-edit label .u-checkbox {
        opacity: 0;
        position: absolute;
    }

    .welfare-edit label.active {
        color: #276bf2;
        background: #f0f7ff;
        border: 1px solid #4e88d9;
    }

.welfare-edit .add {
    float: left;
    width: 420px;
    height: 32px;
    border-radius: 2px;
}

    .welfare-edit .add input {
        float: left;
        width: 200px;
        height: 28px;
        padding-left: 10px;
        border: 1px solid #e2e4e7;
    }

    .welfare-edit .add .btn-add {
        float: left;
        width: 45px;
        height: 32px;
        border: none;
        background: #e2e4e7;
        cursor: pointer;
    }

    .welfare-edit .add .remind {
        font-style: normal;
        font-size: 12px;
        color: #c8cbcf;
        display: inline-block;
        margin: 6px 0 0 10px;
    }

.job-list-item .wait-item-right {
    padding-top: 20px;
}

.m-jobs-list .hover-code {
    display: none;
    position: absolute;
    left: -175px;
    top: 0;
    width: 160px;
    height: 165px;
    padding: 5px;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    text-align: center;
    z-index: 99999;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.1);
    box-shadow: 1px 2px 2px rgba(0,0,0,.1);
}

    .m-jobs-list .hover-code img {
        display: block;
        width: 150px;
        height: 150px;
    }

.m-jobs-list .btn-share:hover .hover-code {
    display: block;
}

.preview-layer,
.upgrade-layer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1010;
}

.preview-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #252830;
    background: rgba(37,40,48,.9);
    z-index: 1002;
}

.preview-con {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1004;
}

.preview-job {
    position: relative;
    width: 1000px;
    height: 100%;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 14px rgba(0,0,0,.11);
    overflow-y: auto;
}

.close-preview {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    line-height: 26px;
    font-size: 18px;
    color: #999;
    text-align: center;
    z-index: 1003;
    cursor: pointer;
    transition: all .2s;
}

    .close-preview:hover {
        color: #666;
        background: #f4f5f6;
    }


.m-job-hd {
    position: relative;
    padding: 30px 0;
    margin: 0 40px;
    margin-bottom: 20px;
    background: #fff;
    border-bottom: 1px solid #edeeef;
}

    .m-job-hd p {
        margin: 10px 0;
    }

    .m-job-hd h1 {
        font-size: 24px;
        color: #2e3238;
    }

    .m-job-hd .job-name {
        font-size: 30px;
    }

.job-name .salary {
    font-size: 26px;
    color: #ed6f2b;
    margin-left: 10px;
}

.m-job-hd .u-company-rz {
    margin-left: 5px;
    vertical-align: -4px;
}

.m-job-hd .weal-rank {
    position: relative;
    width: 94px;
    height: 13px;
    margin-left: 5px;
    background: url(../images/res/icon_store.png) no-repeat left;
}

    .m-job-hd .weal-rank span {
        position: absolute;
        left: 1px;
        top: 0;
        width: 65%;
        height: 13px;
        background: url(../images/res/icon_store2.png) no-repeat left;
    }

        .m-job-hd .weal-rank span.num1 {
            width: 68%;
        }

        .m-job-hd .weal-rank span.num2 {
            width: 71%;
        }

        .m-job-hd .weal-rank span.num3 {
            width: 74%;
        }

        .m-job-hd .weal-rank span.num4 {
            width: 79%;
        }

        .m-job-hd .weal-rank span.num5 {
            width: 90%;
        }

        .m-job-hd .weal-rank span.num6 {
            width: 93%;
        }

        .m-job-hd .weal-rank span.num7 {
            width: 96%;
        }

        .m-job-hd .weal-rank span.num8 {
            width: 100%;
        }

.jobinfo-label li {
    float: left;
    height: 25px;
    line-height: 25px;
    margin: 0 10px 0 0;
    padding: 0 10px;
    border-radius: 2px;
    background: #f0f7ff;
}

.m-job-intro {
    padding: 0 40px;
    line-height: 25px;
}

    .m-job-intro .data-tit {
        height: 35px;
        font-size: 16px;
        color: #2e3238;
        font-weight: 700;
    }

    .m-job-intro p {
        font-size: 14px !important;
        color: #5c636f !important;
        line-height: 26px !important;
        margin: 0 !important;
        padding: 0 !important;
        background-color: transparent !important;
    }



/*职位留言*/

.message-main {
    padding: 20px;
    background: #fff;
}

.message-cont {
    float: left;
    width: 1020px;
    margin-left: 20px;
}

.message-item {
    margin-bottom: 30px;
}

.message-cont .time,
.invite-item .time {
    font-size: 12px;
    color: #999ea6;
    margin-left: 15px;
    font-weight: normal;
}

.message-cont .text {
    font-size: 16px;
    color: #2e3238;
    margin: 5px 0 10px 0;
}

.message-cont .reply {
    position: relative;
    padding: 5px 10px;
    border-radius: 2px;
    background: #f4f5f6;
}

.invitew-detail .reply {
    position: relative;
    padding: 10px 15px;
    margin-top: 15px;
    border-radius: 2px;
    background: #f4f5f6;
}

.invitew-detail .date {
    font-size: 12px;
    color: #999ea6;
    font-weight: normal;
}

.message-cont .reply:before,
.invitew-detail .reply:before {
    position: absolute;
    top: -8px;
    left: 35px;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f4f5f6;
}

.message-cont .edit {
    margin-right: 5px;
    color: #276bf2;
}

.message-cont .oper {
    margin-top: 5px;
}

/*.m-sortbar2 select{
	width: 140px;
	height: 35px;
	padding-left: 10px;
    border: none;
    border-radius: 2px;
    background: #fff;
}
.m-sortbar2 .sch-box{
	width: 220px;
    height: 34px;
    margin-left: 20px;
    background: #fff;
    border-radius: 2px;
   
}
.m-sortbar2 .sch-box input {
    float: left;
    width: 170px;
    height: 34px;
    padding: 0 5px 0 10px;
    border: none;
    border-radius: 2px;
}
.m-sortbar2 .sch-box button {
    float: left;
    width: 34px;
    height: 34px;
    border: none;
    background: none;
    cursor: pointer;
}*/
/*应用中心*/
.ser-banner {
    width: 100%;
    height: 260px;
    color: #fff;
    text-align: center;
    background: url(../images/res/bg_sever.jpg) no-repeat center;
}

    .ser-banner h2 {
        font-size: 40px;
        padding: 60px 0 15px 0;
    }

    .ser-banner p {
        font-size: 24px;
    }

.server-list {
    margin: 20px 0 0 -20px;
}

    .server-list li {
        float: left;
        width: 313px;
        height: 300px;
        padding: 30px 25px 0 25px;
        margin: 20px 0 0 20px;
        text-align: center;
        border: 1px solid #edeeef;
    }

        .server-list li h2 {
            font-size: 16px;
            color: #2e3238;
            padding: 5px 0 15px 0;
        }

        .server-list li a {
            display: block;
            width: 110px;
            height: 40px;
            line-height: 40px;
            margin: 30px auto;
            font-size: 16px;
            color: #276bf2;
            border-radius: 4px;
            border: 1px solid #276bf2;
        }

.qa-banner {
    text-align: center;
    height: 180px;
    background: url(../images/res/bg_qa.png) no-repeat center;
}

    .qa-banner h2 {
        color: #2e3238;
        font-size: 32px;
        padding: 60px 0 15px 0;
    }

.qa-nav {
    text-align: center;
    margin: 30px 0;
}

    .qa-nav a {
        margin: 0 20px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 30px;
    }

        .qa-nav a.active {
            color: #276bf2;
            border-bottom: 2px solid #276bf2;
        }

.qa-list li {
    padding: 20px 0;
    border-bottom: 1px solid #edeeef;
}

.qa-list .question {
    color: #2e3238;
    font-size: 16px;
    cursor: pointer;
}

    .qa-list .question i {
        margin-right: 10px;
        font-size: 20px;
    }

.qa-list .answer {
    display: none;
    margin-top: 15px;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 20px;
    background: #f4f5f6;
}
/*面试邀请模板*/
.add-template {
    display: inline-block;
    padding: 5px 10px;
    margin-left: 20px;
    border-radius: 2px;
    border: 1px solid #edeeef;
    *display: inline;
    *zoom: 1;
    cursor: pointer;
}

.invite-item {
    margin: 20px;
}

    .invite-item .title {
        color: #2e3238;
        padding-left: 25px;
        background: url(../images/res/icon_template.png) no-repeat left center;
    }

    .invite-item .letter {
        padding-bottom: 20px;
        margin-left: 20px;
        border-bottom: 1px solid #edeeef;
    }

        .invite-item .letter .text {
            position: relative;
            padding: 10px 20px;
            margin: 10px 0;
            line-height: 25px;
            border-radius: 2px;
            background: #f4f5f6;
        }

    .invite-item .per span {
        margin: 0 30px 0 0;
        cursor: pointer;
    }

.vip-card {
    position: relative;
    width: 400px;
    height: 206px;
    margin: 60px auto 0;
    color: #fff;
    border-radius: 15px;
    text-align: center;
    z-index: 9999;
}

    .vip-card.vip {
        background: url("https://lib.cfw.cn/www/images/app/ehr/pact_bg_vip@3x.png") no-repeat center;
        background-size: contain;
    }

    .vip-card.general {
        background: url(../images/res/bg_compact2.png) no-repeat center;
    }

    .vip-card h2 {
        font-size: 20px;
        padding: 30px 0 30px 0;
    }

        .vip-card h2 img {
            width: 20px;
            margin-right: 5px;
            vertical-align: -3px;
        }

    .vip-card a {
        font-size: 16px;
        color: #fff;
        padding: 5px 15px;
        border: 1px solid #fff;
        border-radius: 4px;
    }

.compact {
    padding: 170px 0 60px 0;
    margin: -160px 0 30px 0;
    text-align: center;
}

.compact-list {
    padding: 0 80px;
}

    .compact-list li {
        display: inline-block;
        width: 190px;
        height: 140px;
        margin: 30px;
        border-radius: 4px;
        border: 1px solid #edeeef;
        webkit-box-shadow: rgba(0,0,0,.1) 0 0 4px;
        -moz-box-shadow: rgba(0,0,0,.1) 0 0 4px;
        box-shadow: rgba(0,0,0,.1) 0 0 4px;
        *display: inline;
        *zoom: 1;
    }

        .compact-list li b {
            display: block;
            color: #ca963b;
            font-size: 34px;
            padding: 15px 0 2px 0;
        }

.compact-kf h3 {
    height: 25px;
    margin-bottom: 60px;
    border-bottom: 1px solid #edeeef;
}
/*薪酬报告*/
.report-hd {
    position: relative;
    width: 1000px;
    padding: 10px 15px 15px;
    margin: 0 auto;
    background: #fff;
    /**border: 1px solid #edeeef;*/
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#f4f5f6');
    ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=2, Direction=135, Color='#f4f5f6')";
    webkit-box-shadow: rgba(0,0,0,.1) 0 0 2px;
    -moz-box-shadow: rgba(0,0,0,.1) 0 0 2px;
    box-shadow: rgba(0,0,0,.1) 0 0 2px;
    z-index: 9;
}

    .report-hd .left {
        float: left;
        width: 700px;
        line-height: 20px;
    }

    .report-hd .right {
        float: right;
        width: 300px;
        padding-top: 25px;
        color: #ed6f2b;
        text-align: right;
    }

    .report-hd .left .num {
        font-size: 30px;
    }

    .report-hd .right .recharge {
        color: #fff;
        padding: 10px 25px;
        font-size: 16px;
        margin: 0 10px;
        background-image: -webkit-linear-gradient(to right, #ed6f2b, #ff8400);
        background-image: -moz-linear-gradient(to right, #ed6f2b, #ff8400);
        background-image: -o-linear-gradient(to right, #ed6f2b, #ff8400);
        background-image: linear-gradient(to right, #ed6f2b, #ff8400);
        background-color: #ed6f2b;
        box-shadow: 1px 3px 8px #ffd8bb;
        font-weight: 700;
        border-radius: 4px;
    }

.report-form {
    margin-top: -30px;
    padding: 40px 100px;
    background: #fff;
}

    .report-form .formitm {
        margin: 30px 0 0 30px;
    }

        .report-form .formitm .ipt-item {
            position: relative;
            height: 44px;
            margin: 0 20px;
            border: 1px solid #276bf2;
        }

        .report-form .formitm .searchlb {
            float: left;
            width: 70px;
            text-align: center;
            line-height: 44px;
        }

        .report-form .formitm input {
            width: 320px;
            height: 42px;
            line-height: 42px;
            color: #2e3238;
            font-size: 14px;
            border: none;
        }

        .report-form .formitm .arrow {
            position: absolute;
            right: 15px;
            top: 15px;
            color: #c8cbcf;
        }

.sech-record h2 {
    font-size: 16px;
    color: #2e3238;
    margin: 15px 0;
}

.record-list {
    margin-left: -40px;
}

    .record-list li {
        float: left;
        width: 255px;
        height: 135px;
        margin: 20px 0 20px 40px;
        text-align: center;
        border-radius: 4px;
        background: #fff;
    }

        .record-list li .condition {
            padding: 20px 0;
            height: 50px;
            line-height: 25px;
            border-radius: 4px 4px 0 0;
            background: #f7fbff;
        }

        .record-list li .title {
            padding: 0px 15px 5px 0;
            font-size: 16px;
            text-overflow: ellipsis;
            white-space: nowrap;
            overflow: hidden;
        }

        .record-list li .date {
            font-size: 12px;
            color: #999ea6;
        }

.record-login {
    text-align: center;
    margin: 30px 0 60px 0;
    line-height: 30px;
}

.record-login-item a {
    margin: 30px;
}

    .record-login-item a i {
        margin: 0 5px;
    }

.countdown {
    line-height: 40px;
}

.report-title {
    color: #2e3238;
    text-align: center;
    font-size: 24px;
    padding: 30px 0;
}

.report-seach {
    width: 735px;
    margin: 0 auto 30px;
}

    .report-seach input {
        float: left;
        width: 300px;
        padding-left: 20px;
    }

        .report-seach input.ipt-ad {
            border-radius: 4px 0 0 4px;
            border-right: none;
        }

        .report-seach input.ipt-job {
            border-radius: 0;
        }

    .report-seach button {
        border-radius: 0 4px 4px 0;
    }

.report-con {
    width: 960px;
    margin: 0 auto;
}

    .report-con .hd span {
        position: relative;
        float: left;
        font-size: 16px;
        padding: 10px 30px;
        border: 1px solid #edeeef;
        border-bottom: none;
        cursor: pointer;
    }

        .report-con .hd span.s1 {
            border-radius: 4px 0 0 0;
            border-right: none;
        }

        .report-con .hd span.s2 {
            border-radius: 0 4px 0 0;
        }

        .report-con .hd span .hot {
            position: absolute;
            right: 0;
            top: 0;
            font-size: 24px;
            color: #ed6f2b;
        }

        .report-con .hd span.active {
            color: #276bf2;
            border-bottom: 1px solid #fff;
        }

    .report-con .hd .qa {
        float: right;
        margin-top: 20px;
        font-size: 12px;
    }

    .report-con .bd {
        padding: 30px;
        margin-top: -1px;
        border: 1px solid #edeeef;
    }

.report-easy .easy-item {
    margin: 15px 70px;
    display: inline-block;
    text-align: center;
    *display: inline;
    *zoom: 1;
}

.report-detail h3 {
    color: #2e3238;
    margin: 30px 0 20px 0;
    text-align: center;
}

.job-des {
    width: 960px;
    margin: 0 auto;
    padding: 20px 0 30px 0;
    line-height: 25px;
}

    .job-des h3 {
        font-size: 16px;
        color: #2e3238;
        padding-bottom: 10px;
    }

.buy-tips .icon-sz30 {
    font-size: 30px;
}

.report-detail .login-tips a {
    margin: 0 15px;
}

.upgrade-shade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #252830;
    background-color: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 1002;
}

.upgrade-con {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -170px;
    margin-top: -90px;
    width: 340px;
    height: 100px;
    padding: 20px 30px;
    line-height: 30px;
    font-size: 14px;
    background: #fff;
    border-radius: 4px;
    z-index: 1004;
}

    .upgrade-con button {
        margin: 0 10px;
    }


/* 校园招聘 */
.sch-search {
    width: 636px;
    margin-left: 50px;
    margin-top: 12px;
}

.search-box {
    position: relative;
    height: 44px;
    border: 1px solid #276bf2;
    border-radius: 4px;
    background: #fff;
}

.sch-search .sch-ipt {
    position: relative;
    width: 368px;
    height: 40px;
    color: #6f757e;
    background: #fff;
    border-radius: 4px;
}

    .sch-search .sch-ipt input {
        width: 278px;
        height: 24px;
        *height: 23px;
        padding: 8px 0 8px 90px;
        border: none;
        border-radius: 4px;
    }

.sch-search .area-select {
    position: relative;
    width: 155px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 8px 10px;
    border-left: 1px solid #edeeef;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

    .sch-search .area-select .arrow {
        position: absolute;
        right: 10px;
        top: 0;
        color: #c8cbcf;
        font-size: 12px;
    }

.sch-search .time-select {
    position: relative;
    width: 240px;
    height: 24px;
    line-height: 24px;
    padding: 0 10px;
    margin: 10px 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}

    .sch-search .time-select input {
        width: 90%;
        padding: 0;
        height: auto;
        line-height: normal;
        border: none;
    }

    .sch-search .time-select .arrow {
        position: absolute;
        right: 10px;
        top: 0;
        color: #c8cbcf;
        font-size: 12px;
    }

.sch-search .audit-select {
    outline: 0;
    border: 0;
    border-left: 1px solid #edeeef;
    width: 151px;
    height: 24px;
    padding: 0 6px;
    margin: 10px 0;
}

.sch-search .sch-search-btn {
    float: right;
    width: 70px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #276bf2;
    /*background-image: -webkit-linear-gradient(left,#4e88d9 0,#276bf2 100%);
        background-image: -o-linear-gradient(left,#4e88d9 0,#276bf2 100%);
        background-image: linear-gradient(to right,#4e88d9 0,#276bf2 100%);*/
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4e88d9', endColorstr='#276bf2', GradientType=1);
    cursor: pointer;
}

.search-sc {
    width: 100%;
    margin: 0;
}

    .search-sc .search-box {
        width: 984px;
        height: 44px;
    }

    .search-sc .sch-ipt {
        width: 337px;
        height: 44px;
    }

        .search-sc .sch-ipt input {
            width: 315px;
            padding: 10px 0 10px 20px;
        }

    .search-sc .area-select {
        width: 161px;
        margin: 10px;
        border-right: 1px solid #edeeef;
    }

    .search-sc .time-select {
        width: 173px;
        padding: 0 10px 0 0;
    }

    .search-sc .sch-search-btn {
        width: 110px;
        height: 44px;
    }

    .search-sc .add-jobfair {
        width: 135px;
        height: 46px;
        line-height: 46px;
        text-align: center;
        background-color: #2566e8;
        border-radius: 4px;
        font-size: 16px;
        color: #ffffff;
    }

.jobfair-list li:hover {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .05);
}

    .jobfair-list li:hover .content a {
        color: #2566e8 !important;
    }

.student-enlist-list .l img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.student-enlist-list .show-phone {
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #dce7fd;
    border-radius: 4px;
    font-size: 14px;
    letter-spacing: 0px;
    color: #2667e9;
}

.student-enlist-list .content {
    margin-left: 84px;
    margin-right: 230px;
}

.sch-detail-content {
    padding: 40px 30px;
    line-height: 28px;
}

    .sch-detail-content img {
        display: block;
        max-width: 100%;
    }

.head-nav .invite-num {
    position: absolute;
    top: -2px;
    right: -10px;
    padding: 4px;
}

.invite-num {
    background-color: #f5222d;
    padding: 2px 6px;
    border-radius: 11px;
    font-size: 12px;
    color: #ffffff;
}

.mr-show {
    position: relative;
}

    .mr-show span {
        display: none;
        position: absolute;
        left: 12px;
        top: -6px;
        width: 100px;
        text-align: left;
        font-size: 12px;
        color: #f5222d;
    }

    .mr-show:hover span {
        display: block;
    }

.wzp-auditing {
    position: absolute;
    top: 150px;
    right: 10px;
    width: 130px;
    background-color: #fff1f0;
    padding: 15px;
    line-height: 22px;
}
