@charset "utf-8";
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-y: scroll;
    min-height:100%;
}

html.hfixed, body.hfixed {
    height: 100% !important;
    overflow: hidden !important;
}

html.hfixed, body {
    height: 100% !important;
    overflow: hidden !important;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

body {
    overflow: hidden;
    min-height:100%;
}

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, select, textarea, th, td, div {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 1rem 'Microsoft Yahei', Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

address, cite, dfn, em, var, caption, code, dfn, th {
    font-style: normal;
    font-weight: 400;
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace;
}

i {
    font-style: normal;
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    color: #424242;
}

/* a:hover {
    text-decoration: underline;
    color: #404040;
} */

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline: 0;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

fieldset, img {
    border: 0;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

q:before, q:after {
    content: '';
}

b, strong {
    font-weight: bold;
}

body {
    font: 0.8rem 'Microsoft Yahei', Arial, Verdana, Helvetica, sans-serif;
    line-height: 1.5; /*text-align:center;*/
    color: #444;
    background: #fff;
    word-wrap: break-word;
    word-break: break-all;
    word-break: normal;
}

textarea {
    resize: none;
}

textarea:focus, input:focus {
    outline: none;
}

/*CSS reset*/
.clear {
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
    font-size: 0;
}

.none {
    display: none;
}

.block {
    display: block;
}

.inlBlk {
    display: inline-block;
}

.textLft {
    text-align: left;
}

.textRgt {
    text-align: right;
}

.textCent {
    text-align: center;
}

.red, a.red:link, a.red:visited {
    color: #D66564;
}

a.red:hover {
    color: #d10000;
}

.gray {
    color: #a6a6a6;
}

.orange, a.orange:link, a.orange:visited {
    color: #db5800;
}

a.orange:hover {
    color: #ff7e00;
}

.green, a.green:link, a.green:visited {
    color: #27b6a6;
}

a.green:hover {
    color: #2fb238;
}

.blue, a.blue:link, a.blue:visited {
    color: #2094D1;
}

a.blue:hover {
    color: #16a6f2;
}

.black, a.black:link, a.black:visited {
    color: #333;
}

a.black:hover {
    color: #585858;
}

.yellow, a.yellow:link, a.yellow:visited {
    color: #e1a811;
}

a.yellow:hover {
    color: #df9b07;
}

.strong {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.through {
    text-decoration: line-through;
}

a:hover {
    text-decoration: none;
}

a:active, a:focus {
    outline: none;
}

/*web-kit滚动条样式*/
/*::-webkit-scrollbar {width: 10px;}*/

/* Track */
::-webkit-scrollbar-track {
    background: #dcdcdc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c3c3c3;
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #c3c3c3;
}

.is-ios .view-all {
    position: absolute;
    right: 0;
    top: auto;
}

.is-ios .view-all:after {
    background: #fff;
    box-shadow: -7px 0px 8px #fff;
    padding: 3px 4px;
}

.view-all {
    float: right;
    width: 76px;
    padding: 0;
    text-align: right;
    /* position: relative; */
    height: 96px;
    /*height: 720px;*/
    -webkit-shape-outside: polygon(calc(100% - 76px) calc(100% - 20px), 100% calc(100% - 20px), 100% 100%, calc(100% - 76px) 100%);
    shape-outside: polygon(calc(100% - 76px) calc(100% - 20px), 100% calc(100% - 20px), 100% 100%, calc(100% - 76px) 100%);
}

.view-all:after {
    content: '查看更多';
    color: #F4243E;
    border-radius: 6px;
    font-size: 14px;
    line-height: 1;
    height: 14px;
    padding: 3px 6px;
    /* color: #fff; */
    cursor: pointer;
    position: relative;
    top: 74px;
    /*top: 698px;*/
    display: inline-block;
    display: inline-block;
}

.hiddClamp4 {
    position: relative;
    height: 96px;
    /*height: 720px;*/
    line-height: 24px;
}

.txt_more_box {
    font-size: 16px;
}

.action-sheet {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10010;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: visibility 300ms cubic-bezier(.36, .66, .04, 1);
    transition: visibility 300ms cubic-bezier(.36, .66, .04, 1);
}

.action-sheet__overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}

.action-sheet__container {
    position: absolute;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    bottom: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform 300ms cubic-bezier(.36, .66, .04, 1);
    transition: transform 300ms cubic-bezier(.36, .66, .04, 1);
    transition: transform 300ms cubic-bezier(.36, .66, .04, 1), -webkit-transform 300ms cubic-bezier(.36, .66, .04, 1);
}

.action-sheet__header {
    padding: .8em;
    color: #b2b2b2;
    font-size: 1em;
    text-align: center;
    line-height: 1.5;
    position: relative;
}

.action-sheet__body {
    text-align: center;
}

.action-sheet__item {
    padding: .8em;
    font-size: 1.28571em;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.action-sheet__footer {
    padding: .8em;
    font-size: 1.28571em;
    border-top: 3px solid rgba(197, 217, 232, .3);
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.action-sheet--active {
    visibility: visible;
}

.action-sheet--active .action-sheet__overlay {
    opacity: 1;
}

.action-sheet--active .action-sheet__container {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.bd1px,
.action-sheet__header:after,
.action-sheet__item:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    box-sizing: border-box;
    pointer-events: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    border-bottom: 1PX solid #d6e4ef;
}

.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10010;
    font-size: 14px;
    visibility: hidden;
    -webkit-transition: visibility 300ms cubic-bezier(.36, .66, .04, 1);
    transition: visibility 300ms cubic-bezier(.36, .66, .04, 1);
}

.modal__overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, .3);
    opacity: 0;
    -webkit-transition: opacity 300ms ease-in;
    transition: opacity 300ms ease-in;
}

.modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    max-width: 480px;
    padding: .3em;
    background: #fff;
    border-radius: 5px;
    opacity: 0;
    -webkit-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
    transition: all .3s;
}

.modal__header {
    padding: .8em 1em;
    font-size: 1.2em;
    text-align: center;
}

.modal__icon {
    margin-right: 5px;
    font-size: 1.1em;
}

.modal__body {
    padding: 1.5em 1em;
    font-size: 1.21428em;
    text-align: center;
    position: relative;
}

.modal__body:after {
    content: "";
    position: absolute;
    -webkit-transform-origin: center;
    transform-origin: center;
    box-sizing: border-box;
    pointer-events: none;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
    border-bottom: 1PX solid #d6e4ef;
}

.modal__footer {
    padding: .8em .8em;
    font-size: 1.42857em;
    display: flex;
    text-align: center;
}

.modal__confirm,
.modal__cancel {
    flex: 1;
}

.modal__confirm {
    color: #F4243D;
}

.modal--active {
    visibility: visible;
}

.modal--active .modal__overlay {
    opacity: 1;
}

.modal--active .modal__container {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*公共样式*/
.floatbox:after {
    content: '';
    display: block;
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.header {
    height: 45px;
    border-bottom: 1px solid #F5F5F6;
}

.tipi {
    background: #FFEEEE;
    padding: 1px 4px;
    color: #F4243D;
    font-style: normal;
    border-radius: 3px;
    margin-left: 4px;
    font-size: 14px;
}

.tipj {
    display: inline-block;
    background: #F5F5F6;
    padding: 1px 4px;
    color: #6E6E6E;
    font-style: normal;
    border-radius: 3px;
    margin: 4px 0;
    margin-left: 4px;
    font-size: 13px;

}

.tipj:first-child {
    margin-left: 0;
}

.spliter:after {
    color: rgba(0, 0, 0, .05);
    /*color: #000;*/
    content: '|';
    padding: 0 6px;
    font-style: normal;

}

.mcolor {
    color: #F4243D;
}

.fcolor {
    color: #A6A6A6;
}

.ecolor {
    color: #D4D4D4;
}

.line {
    /*height: 32px;*/
    padding: 6px 0;
    line-height: 20px;
}

.line0 {
    /*height: 32px;*/
    padding: 10px 0;
    line-height: 20px;
}

.fontb {
    font-weight: bold;
}

.fontb4 {
    font-weight: 400;
}

.fontb8 {
    font-weight: 800;
}

.font19 {
    font-size: 19px;
}

.font16 {
    font-size: 15px;
}

.font15 {
    font-size: 15px;
}

.font14 {
    font-size: 14px;
}

.font17 {
    font-size: 16px;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.part {
    padding: 14px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.lbtn {
    color: #91959A;
    width: 24px;
    height: 100%;
    text-align: right;
}

.lbl {
    color: #91959A;
    width: 50px;
    height: 100%;
    text-align: right;
    background: none !important;
}

.ib {
    display: inline-block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.txtl {
    text-align: left;
}

.txtif10 {
    text-indent: -10px;
}

.anc {
    display: block;
    border-left: 5px solid #F4243E;
    padding-left: 10px;
}

.anc1 {
    display: block;
    padding-left: 24px;
    background: url("../images/anc1_597.png") no-repeat left center;
    background-size: 16px 14px;
}

.anc1_597 {
    background-image: url("../images/anc1_597.png");
}

.anc1_fl {
    background-image: url("../images/anc1_fl.png");
}

.anc1_jy {
    background-image: url("../images/anc1_jy.png");
}

.anc1_xl {
    background-image: url("../images/anc1_xl.png");
}

.anc1_hy {
    background-image: url("../images/anc1_hy.png");
}

.anc1_gm {
    background-image: url("../images/anc1_gm.png");
}

.anc1_xz {
    background-image: url("../images/anc1_xz.png");
}

.anc1_rz {
    background-image: url("../images/anc1_rz.png");
}

.bgfcolor {
    background: #F5F5F6;
}

.map_tip {
    background: url("../images/map_tip.png") no-repeat left center;
    background-size: 11px 14px;
    padding-left: 16px;
}

/*距离当前*/
.distancer {
    font-size: 14px;
    color: #A6A6A6;
    padding-left: 14px;
}

.distancer.left {
    width: 76px;
}

.distancer .right {
    width: calc(100% - 80px);
}

.distancer label {
    padding: 5px;
}

.distancer .tagrido {
    color: #A6A6A6;
    display: inline-block;
}

.distancer input[type="radio"] {
    /*display: none;*/
    width: 0;
    height: 0;
}

.distancer input[type="radio"]:checked + .tagrido {
    color: #F4243E;
}

/*超出折叠组件*/
.hiddClamp4 {
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    /*-webkit-line-clamp: 30;*/
    line-clamp: 4;
    /*line-clamp: 30;*/
    overflow: hidden;
}

.txt_more_box {
    margin: 6px 0;
    vertical-align: middle;
}

.tag_more_box {
    overflow-y: hidden;
    transition: height .5s;
}

.tag_more_btn {
    width: 24px;
    height: 20px;
    background: url("../images/arrow_down_f0.png") no-repeat center center;
    background-size: 13px 8px;
}

.arrow_down_f0 {
    background: url("../images/arrow_down_f0.png") no-repeat center center;
    background-size: 13px 8px;
}

.arrow_up_f0 {
    background: url("../images/arrow_up_f0.png") no-repeat center center;
    background-size: 13px 8px;
}

.txt_more_btn {
    height: 20px !important;
    background: url("../images/arrow_down_f0.png") no-repeat center center;
    background-size: 13px 8px;
}

.txt_more_btn.txt_more_ext {
    background-image: url("../images/arrow_up_f0.png");
}

.line_more_btn {
    height: 30px;
    background: url("../images/arrow_down_f0.png") no-repeat center center;
    background-size: 13px 8px;
}

.line_more_btn.line_more_ext {
    background-image: url("../images/arrow_up_f0.png");
}

/*滚动折叠*/
.floatstart {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
}

/*漏斗*/
.funnel {
    background: url("../images/funnel.png") no-repeat center center;
    background-size: 11px 13px;
}

/*上下三角箭头*/
.arrow, .arrow_down_f, .arrow_up_f, .arrow_down_m, .arrow_up_m {
    display: inline-block;
    width: 8px;
    height: 6px;
    background: url("../images/arrow_down_f.png") no-repeat center center;
    background-size: 8px 6px;
}

.arrow_down_f {
    background-image: url("../images/arrow_down_f.png");
}

.arrow_up_f {
    background-image: url("../images/arrow_up_f.png");
}

.arrow_down_m {
    background-image: url("../images/arrow_down_m.png");
}

.arrow_up_m {
    background-image: url("../images/arrow_up_m.png");
}
/*.back_top{
    position:fixed;
    bottom:80px;
    right: 14px;
    width: 62px;
    height: 62px;
    !*background-color: red;*!
    background-image: url("../images/back_top.png");
    background-size: 36px;
    display: none;
    cursor:pointer;
    background-repeat: no-repeat;
    background-color: rgba(0,0,0,0.6);
    border-radius: 50%;
    background-position: 13px;
    z-index:9999999;
}*/
.back_top,.nav_top,.history_top {
    position:fixed;
    bottom:80px;
    right: 14px;
    width: 52px;
    height: 52px;
    /*background-color: red;*/
    background-image: url("../images/back_top1.png");
    background-size: 52px;
    /*display: none;*/
    cursor:pointer;
    background-repeat: no-repeat;
    background-position: 0!important;
    border-radius: 50%;
    z-index:9999999;
}
.back_top{display: none;}

.nav_top{
    background-image: url("../images/nav_top.png");
    bottom:222px;
}
.history_top {
    /*bottom:80px;*/
    bottom:150px;
    background-image: url("../images/history_top.png");
}

.block {
    display: block !important;
}

/*分页*/
/*.paging_nav {
    font-size: 0;
    text-align: center;
    padding: 14px 20px;
}

.paging_nav .paging_prev, .paging_nav .paging_next {
    width: 122px;
    height: 40px;
    border: 1px solid #e1e1e2;
    display: inline-block;
    color: #A6A6A6;
    line-height: 40px;
}

.paging_nav .paging_prev.disabled, .paging_nav .paging_next.disabled {
    color: #E5E5E5;

}

.paging_nav .paging_num {
    width: 46px;
    height: 40px;
    display: inline-block;
    color: #6E6E6E;
    line-height: 40px;
    vertical-align: middle;
}

.paging_nav .paging_num_btn {
    width: 16px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/arrow_up_f0.png) no-repeat 0 9px;
    background-size: 76px 28px;
}*/

/*分页0*/
.paging_nav {
    font-size: 0;
    text-align: center;
    padding: 14px 20px;

}

.paging_nav a, .paging_nav span {
    /*width: 122px;*/
    width: calc(50% - 66px);
    height: 40px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    color: #6E6E6E;
    line-height: 40px;
    background: #F5F5F6;
    font-size: 14px;
    vertical-align: middle;
}

.paging_nav span {
    color: #E5E5E5;
}

.paging_nav select {
    /*width: 46px;*/
    height: 42px;
    display: inline-block;
    color: #6E6E6E;
    line-height: 40px;
    vertical-align: middle;
    /*background: #F5F5F6;*/
    /*border: 1px solid #e1e1e2;*/
    background: none;
    border: none;
    font-size: 14px;
    color: #A6A6A6;
    margin: 0 10px;
    background-image: url("../images/arrow_down_f0.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 8px 6px;
    padding-right: 10px;

    /*去掉箭头*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

/*块*/
.section {
    background: #fff;
    margin-bottom: 10px;
    padding: 20px 0;
}

.section .part.job_ana {
    border-bottom: none;
}

.container.section1 {
    padding-bottom: 16px !important;
    background: #fff;
    border: 0;
}

/*按钮*/

/*头部公共*/
.header {
    padding: 0 20px;
    background: #fff;
    /*border-bottom: 10px solid rgba(242, 242, 242, 0.87);*/
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
}

.header .logo {
    width: 31%;
    width: 31%;
    height: 45px;
    background: url(../images/597logo.jpg) no-repeat center center;
    background-size: 100% auto;
    /* -webkit-background-size: 80px 15px; */
    float: left;
    font-size: 0;
}

.header .logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
}

.header .on {
    color: #F4243D;
}

.header_btn {
    padding-top: 11px;
    width: 20px;
    margin: 0 8px;
    height: 22px;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    vertical-align: top;
}

.header_btn {
    background-position: 0 14px;
    background-repeat: no-repeat;
    background-size: contain;
}

.area_btn {
    /*width: 50px;*/
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    color: rgba(29, 29, 29, 1);
    margin-left: 2%;
    display: inline-block;
}

.area_btn .arrow_down_f {
    /*margin-left: 8px;*/
    display: inline-block;
    vertical-align: middle;
}

.area_btn .area_btn_txt {
    display: inline-block;
    max-width: 55px;
    min-width: 40px;
    vertical-align: middle;
}

.user_status {
    height: 45px;
    line-height: 45px;
    /*padding-right: 37px;*/
    /*background: url("../images/deuser_photo.png") no-repeat right center;*/
    background-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.user_status img {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    margin-left: 7px;
    border-radius: 50%;
}

.user_status_txt {
    vertical-align: middle;
}

#btn_fav {
    background-image: url("../images/icon_sc_1.png");
}

#btn_fav.on {
    background-image: url("../images/icon_sc_2.png");
}

#btn_help {
    background-image: url("../images/icon_jb.png");
}

#btn_share {
    background-image: url("../images/icon_fx.png");
}

.container {
    margin-top: 4px;
    padding: 14px 20px 50px;
}

/*职位公司搜索功能*/
.search_box .header {
    padding: 0;
}

.search_box_wrapper {
    min-height: 100%;
}

.search_input_wrapper {
    position: relative;
    /* width: calc(100% - 132px); */ /*131*/
    width: calc(100% - 120px); /*131*/
    margin: 6px 0 6px 0px;
}

.search_input {
    display: block;
    width: calc(100% - 12px);
    /*height: 100%;*/
    margin-top:1px;
    height: 19px;
    line-height: 19px;
    padding: 6px;
    /*去除原始样式*/
    outline-color: invert;
    outline-style: none;
    outline-width: 0px;
    border: none;
    border-style: none;
    text-shadow: none;
    -webkit-appearance: none;
    -webkit-user-select: text;
    outline-color: transparent;
    box-shadow: none;
    background: #F5F5F6;
    border-radius: 6px;
}

.search_close {
    width: 15px;
    height: 45px;
    padding: 0 10px;
    background: url("../images/search_close.png") no-repeat center center;
    background-size: 15px;
}
.search_box_wrapper .search_close {
    /* width: 15px; */
    /* width: 75px; */
	/* line-height: 45px; */
	 width: 58px;
	margin:7px 10px 8px 10px;
	line-height: 31px;
	border-radius: 4px;
	color:#ffffff;
    /* height: 45px; */
    height: 31px;
    padding: 0 10px;
    background:none;
    background-size: 13px;
	font-size:14px;
	background-color: rgb(164, 173, 179);
}

.search_confirm {
    width: 15px;
    height: 45px;
    padding: 0 10px;
    background: url("../images/search_confirm.png") no-repeat center center;
    background-size: 13px;
    display: none;
}

/* .has_word .search_close {
    display: none;
} */

.has_word .search_confirm {
    display: inline-block;
}

.search_nav {
    position: relative;
    margin-top: 16px;
    background: url("../images/search_hot_tip.png") no-repeat 23px top;
    background-size: 17px 20px;
    padding: 37px 18px 0;
}

.search_history {
    position: relative;
    background-image: url("../images/search_history_tip.png");
    background-size: 18px;
}

.search_history_clear {
    position: absolute;
    top: 0;
    right: 16px;
    width: 16px;
    height: 17px;
    background-image: url("../images/search_history_clear.png");
    background-size: 16px 17px;
}

.area_selecter {
    display: none;
    background: #fff;
    position: absolute;
    top: 46px;
    left: 0;
    width: 100%;
    z-index: 999999;
    border-bottom: 1px solid #E5E5E5;
}

.tab_context .area_selecter {
    display: block;
    top: 0;
}

.area_selecter > .tab_items {
    width: 212px;
    height: 31px;
    background: rgba(245, 245, 246, 1) !important;
    border-radius: 16px;
    margin: 10px auto;
    line-height: 31px !important;
    font-size: 0 !important;
}

.area_selecter .tab_items .tab_item {
    width: 50%;
    height: 100%;
    font-size: 15px;
    font-weight: 400;
    color: #1D1D1D;
    border-radius: 16px;
}

.area_selecter .tab_items .tab_item.tab_active {
    background: #F4243E;
    color: #fff;
}

.areas_num {
    background: #F5F5F6;
    height: 15px;
    width: 15px;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    line-height: 15px;
    text-align: center;
    margin-left: 6px;
    margin-bottom: 2px;
    font-size: 12px;
}

/*板块公共*/

/*职位信息*/
.struct_left_photo {
    width: 40px;
    height: 40px;
}

.struct_left_photo img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.struct_left_info {
    /*max-width: 250px;*/
    max-width: 75%;
    height: 40px;
}

.struct_left_info {
    padding-left: 10px;
}

.struct_left_name {
    /*color: #1D1D1D;*/
    color: rgba(29, 29, 29, 1);;
    height: 17px;
    line-height: 17px;
    /*max-width: 250px;*/
    font-weight: bold;
}

.struct_left_date {
    color: #A6A6A6;
    height: 14px;
    line-height: 14px;
    margin-top: 10px;
}

.struct_left_btn {
    line-height: 40px;
    height: 40px;
    background: url("../images/left-btn.png") no-repeat right center;
    background-size: 8px;
}

.job_anas {
    padding-top: 28px;
}

.job_anas .job_info {
    padding-top: 17px;
    padding-bottom: 0;
}

.job_anas .job_name {
    font-size: 19px;
    font-weight: normal;
    color: #1D1D1D;
    line-height: 19px;
    /*max-width: calc(100% - 100px); cny布局统一改了，薪资另起一行*/
    max-width: 100%;
}

.job_anas .job_salary {
    font-size: 18px;
    /*max-width: 100px; cny布局统一改了，薪资另起一行*/
}

.job_anas .struct_left_name {
    /*color: #1D1D1D;*/
    color: rgba(29, 29, 29, 1);;
    height: 16px;
    line-height: 16px;
    /*max-width: 250px;*/
    font-weight: bold;
}

.job_anas .job_fuli {
    max-width: calc(100% - 84px);
    overflow: hidden;
    height: 30px;
}

.job_info {
    padding-bottom: 22px;

}

.job_info_title {
    padding-bottom: 14px;
}

.job_anas .line {
    padding: 5px 0;
    line-height: 20px;

}

.job_anas .struct_left_date {
    margin-top: 5px;
}

.job_anas .struct_left_photo {
    width: 33px;
    height: 33px;
}

.job_anas .lbtn {
    background: none;
}

.job_anas .struct_left_info {
    height: 33px;
}

.job_anas .part {
    padding: 6px 0;
}

.job_anas .job_info {
    position: relative;
}

.job_anas .job_info > a.link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 55px);
}

.job_anas .job_info > a.link label {
    width: 100%;
    height: 100%;
    display: block;
}

.job_anas .job_info > .job_ana {
    position: relative;
}

.job_anas .job_info > .job_ana > a.link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.job_anas .job_info .job_name a:visited {
    color: gray !important;
}

.job_anas .job_info .job_name a:active {
    color: gray !important;
}

.job_anas .struct_left_photo {
    border-radius: 50%;
    overflow: hidden;
}

.job_anas .struct_left_photo img {
    text-align: center;
    line-height: 33px;
    vertical-align: middle;
}

/*重新调整.job_ana样式*/
.job_ana_total {
    padding-top: 0;
}

.job_ana_total .struct_left_photo {
    width: 47px;
    height: 47px;
}

.job_ana_total .struct_left_name {
    height: 19px;
    line-height: 19px;
}

.job_ana_total .struct_left_date {
    margin-top: 14px;
}

.job_anas_list .struct_left_info {
    line-height: 33px;
}

.job_anas_list .struct_left_btn {
    height: 33px;
    line-height: 33px;
}

/*.job_are,job_edu ,.job_info .spliter,.job_tips{
    height: 16px;
}*/
.job_request {
    max-width: 212px;
}

.job_publisher {
    padding: 21px 0;
}

.footer {
    padding: 10px 0;
}

.job_dete, .job_nav {
    text-align: center;
    padding: 4px 0;
    font-size: 12px;
}

.txtc {
    text-align: center;
}

/*tab页签*/
/* .tab {
} */

.tab_items {
    text-align: center;
}

.tab_item {
    display: inline-block;
    color: #A6A6A6;
}

.tab_item.tab_active, .tab_item.tab_item_selected {
    color: #F4243D;
}

.tab_item.tab_active .arrow {
    background-image: url("../images/arrow_up_m.png");
}

.tab_contexts {
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.tab_context {
    display: none;
}

.tab_context.tab_active {
    display: block;
}

.com_desc .tab_item {
    width: 40%;
    padding-bottom: 12px;
}

.com_desc .tab_item.tab_active {
    font-size: 19px !important;
    background: url("../images/tab_line.png") no-repeat center bottom;
    background-size: 18px 4px;
}

/*tag标签项目*/
.tag {
    display: inline-block;
    margin: 5px;
    padding: 8px;
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    font-size: 14px;
}

.tag.selected {
    border: 1px solid #F4243D;
    color: #F4243D;
}

/*footer下的导航页签*/
.footer .tab {
    margin-top: 22px;
}

.footer .tab_item {
    width: 24%;
    padding-bottom: 4px;
}

.footer .tab_item.tab_active {
    color: #1D1D1D;
    background: url("../images/tab_line1.png") no-repeat center bottom;
    background-size: 20px 2px;
}

.footer .tab_contexts {
    background: #F5F5F6;
}

.swiper-slide img {
    width: 100%;
}

/*搜索窗口*/

/*搜索窗口*/

/*热门职位*/

/*翻页*/

/*输入表单*/

/*底部*/

.footer .tab_context {
    padding: 12px 0;
}

.footer #footer_nav .tipj {
    margin-left: 14px;
    font-size: 14px;
}

.user_nav {
    text-align: center;
    font-size: 0;
}

.user_nav_item {
    display: inline-block;
    padding: 39px 0 0;
    width: 20%;
    background: url("../images/user_nav_return.png") no-repeat center top;
    background-size: 32px;
}

.user_nav_login {
    background-image: url("../images/user_nav_login.png");
}

.user_nav_hotcom {
     background-image: url("../images/user_nav_hotcom.png");
 }
.user_nav_switchpc {
    background-image: url("../images/user_nav_switchpc.png");
}

.user_nav_app {
    background-image: url("../images/user_nav_app.png");
}

.user_nav_jobs {
    background-image: url("../images/user_nav_jobs.png");
}

.user_nav_return {
    background-image: url("../images/user_nav_return.png");
}

/*搜索触发按钮*/
.search_trigger_btn {
    height: 33px;
    background: #F5F5F6;
    border-radius: 6px;
    line-height: 33px;
    text-align: center;
}

.search_txt {
    padding-left: 18px;
    background: url("../images/glass.png") no-repeat left center;
    background-size: 14px;
    font-size: 14px;
    color: #1D1D1D;
    line-height: 33px;
}

/*搜索帮助*/
.word_help {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    padding: 10px 10px 0;
    background: #fff;
    /* width: 100%; */
    z-index: 9999999999;
    height: 100%;
}

.word_help_history_item {
    padding: 7px 8px;
    font-size: 16px;
    transition: background .5s;
}

.word_help_history_item:active {
    background: #f1f1f1;
}

.header .tSchJobText_clear {
    display: none;
    /*position: absolute;
    top: 7px;
    right: 42px;*/
    /*float:right;*/
    /*margin-left:-38px;*/
    /*margin-top:7px;*/
    position: absolute;
    right: 6px;
    top: 0;
    width: 26px;
    height: 30px;
    background: url("../images/tschjobtext_clear.png") no-repeat center center;
    background-size: 16px;

}

.search_box {
    position: fixed;
    right: -100%;
    top: 0;
    background: #fff;
    transition: right 0.5s;
    width: 100%;
    height: 100%;
    z-index: 999999;
    overflow-y: auto;
    overflow-x: hidden;
}

.search_box.active {
    right: 0;
}

/*搜索导航*/
.search_conditions {
    position: relative;
}

.search_conditions .tab_items {
    text-align: center;
    font-size: 0;
    line-height: 48px;
    background: #fff;
    /*margin-top:1px;*/
    background: #fff;
}

.search_conditions .tab_item_txt {
    vertical-align: middle;
}

.search_conditions .tab_item_txt.ellipsis {
    display: inline-block;
    max-width: calc(100% - 16px);
}

.search_conditions .arrow {
    margin-left: 8px;
    vertical-align: middle;
    /*height:48px;*/
    /*margin-top:-2px;*/
}

.search_conditions .funnel {
    width: 16px;
    height: 13px;
    display: inline-block;
    vertical-align: middle;
}

.search_conditions *[for="#search_nav"] > span {
    display: inline-block;
    width: 25%;
    height: 48px;
    font-size: 15px;
}

.search_conditions .tab_context_absolute {
    position: absolute;
    top: 52px;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
}

.search_conditions .tab_context_absolute_bg {
    position: absolute;
    z-index: 8888;
    width: 100%;
    height: 3000px;
    background: rgba(0, 0, 0, 0.5);
}

/*月薪选择器*/
.salarySelector .scroller {
    width: 50%;
    height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0;
}

.salarySelector .salary_item {
    /*width: 100px;*/
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #A6A6A6;
    text-align: center;
}

.salarySelector .salary_item:first-child {
    margin-top: 50px;
}

.salarySelector .salary_item:last-child {
    margin-bottom: 44px;
}

.salarySelector .salary_item.selected {
    font-size: 20px;
    color: #F4243D;
}

.salarySelector .salary_item.disabled {
    visibility: hidden;
}

.tool_btns {
    background: #fff;
    width: 100%;
    border-top: 1px solid #E5E5E5;
}

.tool_btn_clear {
    width: 38%;
    height: 50px;
    background: url("../images/reset.png") no-repeat center center;
    background-size: 23px 20px;
}

.tool_btn_comfirm {
    width: 62%;
    height: 50px;
    background: #F4243E url("../images/tick_0.png") no-repeat center center;
    background-size: 26px 17px;
}

/*距离选择器*/
.distanceSelector .scroller {
    width: 100%;
    height: 112px;
    overflow-y: auto;
    overflow-x: hidden;
    font-size: 0;
}

.distanceSelector .distance_item {
    /*width: 100px;*/
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    color: #A6A6A6;
    text-align: center;
}

.distanceSelector .distance_item:first-child {
    margin-top: 42px;
}

.distanceSelector .distance_item:last-child {
    margin-bottom: 42px;
}

.distanceSelector .distance_item.selected {
    font-size: 20px;
    color: #F4243D;
}

/*性质选择器*/
.naturebox_wrapper {
    padding: 0 14px 20px;
    text-align: center;

}

.naturebox_wrapper .tag {
    padding: 5px 10px;
}

/*其它搜索条件*/
.otherbox, .tab_context_area {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}

.otherbox_bg {
    width: calc(100% - 305px);
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.otherbox_content {
    width: 305px;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    position: relative;
}

.otherbox_content_con {
    padding: 0 10px;
    height: calc(100% - 50px);
    overflow-y: auto;
    padding-bottom: 50px;
}

.otherbox_content_con .anc1 {
    margin-left: 5px;
    width: calc(100% - 60px);
}

.otherbox_content .tool_btns {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*地区选择*/
.tab_context_area {
    background: #fff;
}

.tab_context_area_header {
    padding: 0 20px;
    background: #fff;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    font-weight: bold;
    /* border-bottom: 10px solid rgba(242, 242, 242, 0.87); */
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);

}

.tab_context_area_close {
    width: 15px;
    height: 45px;
    padding: 0 10px;
    background: url(../images/search_close.png) no-repeat center center;
    background-size: 15px;
}

.regionselector_trigger {
    font-size: 16px;
    font-weight: normal;
}

.tab_context_area_con .area_parent {
    color: #F4243D;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
}

.tab_context_area_con {
    padding: 0 30px;
    height: calc(100% - 96px);
}
.area_childs{
    height: calc(100% - 46px);
    overflow-y: auto;
}
.tab_context_area_con .area_child {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    color: #A6A6A6;
}

.area_child_checkbox {
    display: none;
}

.area_child_label {
    display: block;
}

.area_child_checkbox:checked ~ label {
    color: #F4243D;
    background: url(../images/tick.png) no-repeat right center;
    background-size: 18px 12px;
}

.salary_tags {
    padding: 0 20px;
}

.salary_tips {
    padding: 2px 8px;
    font-size:14px;
}

.salary_item_checkbox {
    display: none;
}

.salary_items {
    /*padding: 0 21px;*/
    text-align: center;
    font-size: 0;
}

.salary_item {
    display: inline-block;
    width: calc(33% - 14px);
    margin: 0 7px;
}

.salary_item_label {
    display: inline-block;
    margin-left: 0;
    margin-right: 0;
    width: calc(100% - 16px);
}

.salary_item_checkbox:checked ~ label {
    border: 1px solid #F4243D;
    color: #F4243D;
}

.salary_scope {
    margin: 10px 20px;
    font-size: 0;
}

.salary_item_minmax_spliter, .salary_item_inp {
    display: inline-block;
    width: 20px;
    font-size: 14px;
    text-align: center;
    color: #E5E5E5;
}

.salary_item_inp {
    width: calc(50% - 40px);
    margin: 8px;
    border: 1px solid #E5E5E5;
    padding: 6px;
    border-radius: 6px;
    color: #444;
    text-align: center;
}
.salary_item_inp::placeholder {
    color: #b4b4b4;
}

/*.salary_item_min_inp{
    margin:8px;
}
.salary_item_max_inp{
    margin-:8px;
}*/
/*职位分类页面*/
.search_types {
    margin-top: 20px;
}

.search_types {
    font-size: 0;
    text-align: left;
}

.search_type {
    padding: 15px 0;
    width: 33%;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    color: #1D1D1D;
    text-align: center;
    vertical-align: middle;
}

.search_types_title {
    padding: 0 20px 17px;

}

.bottom_line {
    margin: 0 auto;
    width: calc(100% - 40px);
    height: 1px;
    background: #F5F5F6;
}

.ellipsis_comUser {
    max-width: 46px;
}

.ellipsis_cname {
    max-width: calc(100% - 160px);
}

/*---------------表单-----------------*/

/*---------------登录-----------------*/

/*---------------注册-----------------*/

/*---------------404-----------------*/

/*筛选弹窗*/

/* 单选 */

/* 绑定微信 */

/*第三方登录*/

/*资讯*/

/*左边返回*/

.order_box {
    padding: 2px 24px 5px;
}

.order_item {
    height: 45px;
    line-height: 45px;
    color: #1D1D1D;
    font-size: 16px;
}

.order_item.selected {
    background: url(../images/tick.png) no-repeat right center;
    background-size: 18px 12px;
    color: #F4243E;
}

.distance_box {
    padding: 2px 24px 5px;
}

.distance_box .distance_item {
    height: 45px;
    line-height: 45px;
    color: #1D1D1D;
    font-size: 16px;
}

.distance_box .distance_item.selected {
    background: url(../images/tick.png) no-repeat right center;
    background-size: 18px 12px;
    color: #F4243E;
}

#allmap .label_span {
    background-image: url("../images/icon_dh_1.png");
    background-position: right 14px;
    background-size: 14px;
    background-repeat: no-repeat;
}
