/* header */

.header {
    height: 35px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}

.navigation_box, .navigation_box a {
    color: #6c6c6c;
    font-size: 13px;
}

.app_text {
    display: inline-block;
    color: #6c6c6c;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.city_wrap {
    line-height: 35px;
    float: left;
    margin-left: 20px;
}

.city_wrap .city {
    color: #f3573f;
    font-size: 15px;
}

.channel_box {
    line-height: 35px;
    float: right;
    margin-right: 15px;
}

.channel_box a {
    margin: 0 10px;
    position: relative;
}

.channel_box .user_name {
    color: #f32e00;
}

.channel_box .new:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 4px;
    height: 4px;
    background-color: #f00;
    border-radius: 2px;
}

.navigation_box .download_code {
    display: none;
    position: absolute;
    width: 144px;
    height: 144px;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    border-radius: 5px;
}

.header {
    height: 35px;
    background-color: #f5f5f5;
    border-bottom: 1px solid #e3e3e3;
}

.navigation_box, .navigation_box a {
    color: #6c6c6c;
    font-size: 13px;
}

.app_text {
    display: inline-block;
    color: #6c6c6c;
    font-size: 13px;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}

.city_wrap {
    line-height: 35px;
    float: left;
    margin-left: 20px;
}

.city_wrap .city {
    color: #f3573f;
    font-size: 15px;
}

.channel_box {
    line-height: 35px;
    float: right;
    margin-right: 15px;
}

.channel_box a {
    margin: 0 10px;
    position: relative;
}

.channel_box .user_name {
    color: #f32e00;
}

.channel_box .new:after {
    content: '';
    position: absolute;
    right: -5px;
    top: 0;
    width: 4px;
    height: 4px;
    background-color: #f00;
    border-radius: 2px;
}

.navigation_box .download_code {
    display: none;
    position: absolute;
    width: 144px;
    height: 144px;
    z-index: 11;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    border-radius: 5px;
}

/* header-end */

.logo_box {
    padding: 20px 20px;
    padding-right: 0;
}

.logo_box .left {
    float: left;
}

.logo_box .right {
    float: right;
}

.logo_box .search_wrap {
    margin-top: 6px;
    margin-left: 20px;
}

.logo_box .search {
    width: 300px;
    height: 30px;
    border: 1px solid #d1cecf;
    border-right: 0px solid;
    padding: 0 10px;
    outline: none;
}

.logo_box .user_search {
    padding-top: 5px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
    line-height: 12px;
}

.logo_box .user_search a {
    color: rgba(153, 153, 153, 1);
    margin: 0 5px;
}

.logo_box .submit {
    width: 75px;
    height: 32px;
    border: 1px solid #f39800;
    outline: none;
    background-color: #f39800;
    color: #fff;
    cursor: pointer;
    vertical-align: top;
}

.logo_box .submit {
    transition: background-color 0.2s, border-color 0.2s;
    -moz-transition: background-color 0.2s, border-color 0.2s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.2s, border-color 0.2s;
    /* Safari 和 Chrome */
    -o-transition: background-color 0.2s, border-color 0.2s;
    /* Opera */
}

.logo_box .submit:hover {
    background-color: #fd711c;
    border-color: #fd711c;
}

.logo_box .public {
    background-color: #fd711c;
    color: #fff;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 8px;
}

.logo_box .public {
    transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    /* Firefox 4 */
    -webkit-transition: background-color 0.2s;
    /* Safari 和 Chrome */
    -o-transition: background-color 0.2s;
    /* Opera */
}

.logo_box .public:hover {
    text-decoration: none;
    background-color: #f39800;
}

.logo_box .u-kjjz_btn {
    background-color: #65b015;
    margin-right: 10px;
}

.logo_box .u-kjjz_btn:hover {
    text-decoration: none;
    background-color: #518d11;
}

.logo_box .u-mrw_btn {
    background-color: #f39800;
    margin-right: 10px;
}

.logo_box .u-mrw_btn:hover {
    text-decoration: none;
    background-color: #db8a02;
}

.banner_box {
    position: relative;
    height: 108px;
    overflow: hidden;
}

.banner_box_imgs {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.banner_box_imgs a {
    float: left;
    display: block;
}

.banner_box_imgs img {
    height: 108px;
    width: 1000px;
    display: block;
}

.banner_box_btns {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 10px;
    margin-right: 15px;
}

.banner_box_btns a {
    display: block;
    width: 10px;
    height: 10px;
    float: right;
    margin: auto 5px;
    background-color: #ccc;
    border-radius: 5px;
    cursor: pointer;
}

.banner_box_btns a.selected {
    background-color: #fff;
    box-shadow: 0 0 5px #1541DD;
}

.bread-crumb_box h1,
.bread-crumb_box h3 {
    font-size: 14px;
    padding: 10px 0;
    color: #333;
    display: inline-block;
    font-weight: normal;
}

.bread-crumb_box a {
    color: #2674d1;
}

.option_box {
    border: 1px solid #dddddd;
}

.option_box .tabs {
    background-color: #f7f7f7;
    border-bottom: 1px solid #dddddd;
}

.option_box .tabs a {
    background-color: #fff;
    border-right: 1px solid #dddddd;
    float: left;
    padding: 10px 55px;
}

.option_box .cnts {
    padding: 20px 20px;
    line-height: 28px;
}

.option_box .cnts .box {
    position: relative;
}

.option_box .cnts span {
    color: #333333;
}

.option_box .cnts .item_wrap {
    display: inline-block;
    width: 90%;
    vertical-align: top;
    word-break: keep-all;
}

.option_box .cnts a {
    color: #2B80F3;
    padding: 0 5px;
    font-size: 14px;
}

.option_box .cnts a span.new {
    font-size: 12px;
    margin-left: 5px;
    color: #FF001F;
}

.option_box .cnts a.selected {
    background-color: #f39800;
    color: #fff;
}

.content_ad_pic img {
    display: block;
    margin-bottom: 10px;
}

.content_box {
    margin-top: 10px;
    border-bottom: 2px solid #fd8100;
    padding-bottom: 20px;
}

.content_list_box {
    float: left;
    width: 700px;
}

.content_list_wrap {
    border: 1px solid #dddddd;
    border-bottom: 0px solid;
    color: #8e8e8e;
}

.content_list_wrap li {
    border-bottom: 1px solid #dddddd;
    padding: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 400;
    position: relative;
    cursor: pointer;
}

.content_list_wrap li .item {
    text-decoration: none;
}

.content_list_wrap li:hover {
    background-color: #f5f5f5;
}

.content_list_wrap .left {
    float: left;
    height: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_list_wrap .title_wrap {
    font-size: 16px;
    font-weight: 600;
}

.content_list_wrap .title_wrap .title {
    width: 430px;
    display: inline-block;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.content_list_wrap .title_wrap .salary {
    color: rgba(255, 145, 59, 1);
    line-height: 16px;
}

.content_list_wrap .info_wrap {
    height: 20px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 20px;
    margin-top: 10px;
    width: 520px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.content_list_wrap .desc {
    width: 520px;
    font-size: 14px;
    color: rgba(102, 102, 102, 1);
    line-height: 21px;
    max-height: 65px;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.content_list_box .no_recom_data_wrap .no_data {
    text-align: center;
    padding: 80px 0;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
}

.content_list_box .no_recom_data_wrap .maybe {
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    line-height: 26px;
    padding: 10px 0;
}

.right_wrap {
    float: right;
    width: 290px;
}

.right_job_wrap {
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: normal;
    border: 1px solid rgba(221, 221, 221, 1);
}

.right_job_wrap .title {
    height: 50px;
    background: rgba(255, 247, 236, 1);
    line-height: 50px;
    color: rgba(255, 145, 59, 1);
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
}

.right_job_wrap .title .more {
    font-weight: 400;
    color: rgba(102, 102, 102, 1);
    float: right;
}

.right_job_wrap .right_job_item li {
    margin: 0 15px;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.right_job_wrap .right_job_item a {
    text-decoration-color: #333333;
}

.right_job_wrap .right_job_item li:last-of-type {
    border-bottom: none;
}

.right_job_wrap .right_job_item .job_title {
    font-size: 16px;
    font-weight: 500;
    color: rgba(51, 51, 51, 1);
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
}

.right_job_wrap .right_job_item .job_info {
    font-size: 14px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
    line-height: 14px;
    margin-top: 10px;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.container_footer .column_wrap {
    padding: 20px 0 10px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 1px solid #ccc;
}

.container_footer .column_wrap .col_title {
    display: inline-block;
    vertical-align: top;
    color: #333;
    font-weight: 600;
}

.container_footer .column_wrap .ul_item {
    display: inline-block;
    vertical-align: top;
    width: 92%;
    color: #666;
}

.container_footer .column_wrap .ul_item a {
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    padding: 0 5px 10px;
    word-break: keep-all;
}

.download-code_box {
    width: 130px;
    position: fixed;
    top: 20%;
    margin-left: 1010px;
    padding-top: 69px;
}

.download-code_box .cartoon {
    height: 75px;
    width: 130px;
    background: url(../../img/download-code_bg.png) no-repeat 10px 0;
    position: absolute;
    top: 0;
    left: 0;
}

.download-code_box .wrap {
    border: 2px solid #e1a243;
    border-radius: 10px;
    padding-top: 6px;
}

.download-code_box .code {
    border-bottom: 1px solid #dddddd;
    text-align: center;
    line-height: 28px;
    padding: 5px 0;
    color: #5b5b5b;
}

.download-code_box .code a {
    display: block;
}

.download-code_box .code img {
    width: 86%;
    display: block;
    margin: auto;
}

.download-code_box .customer-service {
    text-align: center;
    padding: 10px 0;
}

.content_list_wrap .apply_job {
    width: 100px;
    height: 40px;
    background: rgba(255, 145, 59, 1);
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 16px;
}

.content_list_wrap .apply_job:hover {
    background: #ff7d2b;
}

.apply_mask {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.apply_wrap {
    position: absolute;
    top: 60px;
    right: 0px;
    text-align: center;
    width: 150px;
}

.apply_wrap .tle {
    width: 120px;
    height: 38px;
    line-height: 38px;
    background: #ff681f;
    color: #fff;
    text-align: center;
    float: right;
}

.apply_wrap .apply_box {
    display: none;
    width: 245px;
    height: 242px;
    position: relative;
    float: right;
    border: 1px solid #ff681f;
    background: #fff;
    text-align: center;
}

.apply_wrap.current {
    z-index: 100;
}

.apply_wrap.current .apply_box {
    display: block;
}

.apply_wrap .apply_box p {
    margin: 10px 50px;
    font-size: 15px;
    color: #3e3e3e;
    line-height: 1.5;
}

.apply_wrap .apply_box .qrcode {
    width: 142px;
    height: 142px;
    text-align: center;
    margin: 0 50px;
    background: #eeeeee;
}

.apply_wrap .apy_bottom {
    cursor: pointer;
    width: 100%;
    height: 50px;
    color: #3a89e2;
    border-top: 1px solid #eeeeee;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.apply_wrap_end {
    width: 245px;
    height: 340px;
    position: absolute;
    right: 20px;
    top: 29px;
    z-index: 100;
}

.apply_wrap_end .btn_theme, .apply_wrap_end .btn_disable {
    width: 132px;
    text-align: center;
    padding: 0;
}

.apply_wrap_end .btn_theme {
    margin-bottom: 10px;
}

.apply_wrap_end .btn_disable {
    background: #CCCCCC;
}

/*  footer  */

.footer {
    text-align: left;
    padding: 0 0 40px 0;
    color: #333;
    font-size: 12px;
}

.channel a {
    color: #333;
    padding: 0 24px;
    line-height: 40px;
}

.channel a.qq {
    position: relative;
    display: inline-block;
    width: 10px;
    padding: 0 65px 0 15px;
}

.channel a.qq img {
    position: absolute;
    top: -15px;
}

.red {
    color: #f00;
}

.m-setpass {
    padding: 15px;
    padding-left: 120px;
    font-family: "微软雅黑";
    line-height: 34px;
}

.m-setpass .tit {
    font-size: 18px;
    color: #333333;
    margin-bottom: 25px;
}

.m-setpass .tit .ye {
    padding-left: 30px;
    color: #ff3600;
}

.m-setpass label {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #666666;
    margin-bottom: 15px;
}

.m-setpass input {
    font-size: 14px;
    font-family: "微软雅黑";
    color: #333;
    margin-bottom: 15px;
    padding: 0 10px;
    width: 180px;
    line-height: 16px;
}

.m-setpass .btn {
    display: block;
    width: 120px;
    height: 36px;
    border-radius: 3px;
    background: #f39800;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.m-setpass .btn:hover {
    background: #db8900;
    text-decoration: none;
}

.m-zhifuts {
    width: 600px;
    margin: 100px auto;
    text-align: center;
    font-family: "微软雅黑";
}

.m-zhifuts .tit {
    font-size: 25px;
    line-height: 50px;
    color: #666;
}

.m-zhifuts .ms {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}

.m-zhifuts span.u-fcf04c1c {
    color: #f04c1c;
}

.m-zhifuts .btn {
    display: block;
    margin: 30px auto;
    width: 195px;
    height: 40px;
    line-height: 40px;
    background: #f39800;
    color: #fff;
    font-size: 18px;
}

.m-zhifuts .btn:hover {
    background: #cd8102;
    text-decoration: none;
}

.m-zhifuts .btn2 {
    display: block;
    margin: 30px auto;
    width: 195px;
    height: 40px;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f39800;
    color: #f39800;
    font-size: 18px;
    box-sizing: border-box;
}

.content_box .app_wrap {
    display: block;
    position: relative;
    width: 290px;
    height: 120px;
    margin-bottom: 10px;
    background: #fff url(../../img/longtailad.jpg) no-repeat center center;
    background-size: contain;
    cursor: pointer;
}

.content_box .app_upload {
    position: relative;
    width: 290px;
    height: 160px;
    margin-bottom: 10px;
    background: #fff url(../../img/qrcord_app_download.png) no-repeat center;
    background-size: contain;
}

.content_box .app_wrap .btn_theme {
    line-height: 38px;
    padding: 0 18px;
    font-size: 16px;
    border-radius: 4px;
    position: absolute;
    top: 65px;
    right: 20px;
}

.btn_theme, .btn_disable {
    display: inline-block;
    background: #ff923a;
    border-bottom: 3px solid #ff7d2b;
    color: #fff;
    padding: 0 30px;
    line-height: 40px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 3px;
}