.rt {
    float: right;
}

.content1_wrapper {
    background: #fff;
    padding: 28px 0 20px;
    border-bottom: none;
    position: relative;
}

.content1_wrapper .invalid_job {
    position: absolute;
    right: 0;
    top: 0;
    width: 369px;
    height: 100%;
    z-index: 999;
    background: linear-gradient(to left, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.content1_wrapper .invalid_job img {
    display: block;
    width: 111px;
    height: 66px;
    float: right;
    margin: 34px 42px 0 0;
}

.post_name {
    font-size: 24px;
    color: #333333;
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: start;
}

.post_name img {
    display: inline-block;
    width: 30px;
    margin-right: 5px;
}

.post_name .job_title {
    display: inline-block;
    max-width: 73%;
    font-size: 26px;
    margin: 0 20px 0 0;
}

.post_name .job_salary {
    color: #FF552E;
    font-size: 24px;
}

.dialog-footer .qrcode {
    width: 183px;
    height: 184px;
}

.customClass {
    width: 240px;
    height: 260px;
    background: #FFFFFF;
    border-radius: 8px;
}

.customClass .qrcode {
    width: 184px;
    height: 184px;
    margin: 0 auto;
}

.customClass .qrcode img {
    width: 100%;
    height: 100%;
}

.customClass .el-dialog__header {
    font-weight: bold;
    padding-top: 24px;
}

.customClass .el-dialog__headerbtn {
    top: 10px;
}

.customClass .el-dialog__body {
    padding: 0;
}

.know {
    width: 220px;
    height: 38px;
    background: #FF6600;
    border-radius: 2px;
    border-color: #FF6600;
}

.know:hover {
    background: #FF6600;
    border-color: #FF6600;
    color: #fff;
}

.centerDialogVisible {
    width: 373px;
    height: 200px;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 20px;
    font-weight: 500;
    color: #282828;
}

.centerDialogVisible .el-dialog__header {
    font-weight: bold;
    font-size: 20px;
    color: #282828;
}

.centerDialogVisible .txt p {
    line-height: 24px;
}

.centerDialogVisible .el-dialog__header {
    padding-bottom: 15px;
}

.centerDialogVisible .el-dialog__footer {
    padding: 0;
}

.centerDialogVisible .el-dialog__body {
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    padding: 0 30px 18px;
}

.riskClass {
    border-radius: 8px;
}

.riskClass .el-dialog__header {
    color: #282828;
    font-size: 20px;
    font-weight: bold;
}

.riskClass .el-dialog__body {
    padding-bottom: 0;
    padding-right: 21px;
}

.riskClass .el-dialog__footer {
    padding: 0;
    padding-bottom: 24px;
    padding-top: 27px;
}

.risk_box {
    height: 443px;
    overflow-y: auto;
    padding-right: 10px;
}

.risk_box .p1 {
    color: #3C3C3C;
    font-size: 14px;
    line-height: 26px;
    font-weight: bold;
}

.risk_box .p2 {
    color: #727272;
    font-size: 14px;
    line-height: 26px;
}

.salary {
    color: #ff6600;
    font-size: 22px;
    padding: 12px 0 16px;
    font-weight: bold;
}

.salary span {
    font-size: 16px;
    font-weight: normal;
    margin-left: 5px;
}

.see_num p {
    display: inline-block;
    margin-right: 15px;
    color: #999;
    font-size: 12px;
}

.content1_btn {
    float: right;
    /* padding-top: 26px; */
}

.content1_btn .btn {
    cursor: pointer;
    display: inline-block;
    background: #1787FB;
    color: #fff;
    padding: 10px 53px;
    font-size: 16px;
    border-radius: 5px;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.content1_btn .btn:hover {
    background: #177ae0;
}

.operate {
    text-align: center;
    /* margin-top: 20px; */
}

.operate span {
    /* padding-left: 17px; */
    color: #666;
    font-size: 12px;
}

.operate .collect,
.operate .share {
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #E5E5E5;
    padding: 5px 10px;
    border-radius: 2px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.operate .collect img.share_imgIcon,
.operate .collect img.likeIcon,
.operate .share img.share_imgIcon {
    display: inline-block;
    width: 12px;
    height: 12px;
}

.operate .collect.has {
    background: url("../images/collect_icon_has.png") no-repeat;
    background-size: 12px;
}

.authenticationIcon {
    display: grid;
    place-items: center;
    height: 25px;
    background: #DBECFF;
    width: 60px;
    box-sizing: border-box;
    text-align: center;
    float: left;
    margin-right: 10px;
}

.title_item1 {
    /* background: url("../images/border-bg.png") 0 bottom no-repeat; */
    /* background-size: 100% 3px; */
    padding-bottom: 1px;
    position: relative;
    padding-left: 12px;
}

.title_item1::before {
    content: '';
    display: block;
    width: 3px;
    height: 16px;
    background: #00C48A;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
}

.content {
    padding-top: 0;
}

.content2 {
    margin-top: 10px;
}

.left_sidebar {
    width: 920px;
    margin-right: 10px;
    float: left;
}


.right_sidebar {
    width: 270px;
    float: left;
}

.right_sidebar .resume_stick {
    cursor: pointer;
}


.company_wrapper {
    padding: 20px 20px 15px 20px;
    background: #fff;
    position: relative;
    background: url('../images/com_bg.png') center center no-repeat;
    background-size: 100% 100%;
}

.qyrzIcon {
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
}

.company_name {
    text-align: left;
    padding: 0 0 10px 0;
    position: relative;
}

.company_name .cn {
    font-size: 0;
    color: #333333;
    font-weight: bold;
    line-height: 20px;
    width: 100%;
    white-space: normal;
}

.company_name .ic1 {
    display: inline-block;
    width: 19px;
    height: 20px;
    background: url("../images/details_icon_1.png") 0 center no-repeat;
    margin-left: 5px;
    position: absolute;
}

.company_name .ic2 {
    float: right;
    width: 15px;
    height: 20px;
    padding-top: 3px;
}

.company_name .ic2 img {
    width: 15px;
    height: 14px;
    border: 0;
}

.company_name .cn .setmealIcon {
    display: inline-block;
    width: 24px;
    vertical-align: middle;
}

.company_name .cn .name {
    display: inline-block;
    max-width: 85%;
    font-size: 16px;
    vertical-align: middle;
    margin-right: 3px;
}

.company_data {
    background-color: #F8F9FA;
    text-align: center;
    padding: 12px 0;
    margin: 0 0 26px;
    position: relative;
}

.company_data div {
    width: 79px;
    font-size: 12px;
}

.company_data .color {
    color: #167EFF;
}

.company_data .border,
.company_data .border2 {
    background: url("../images/x.png") 0 0 no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 8px;
    left: 84px;
    width: 2px;
    display: inline-block;
    height: 40px;
}

.company_data .border2 {
    position: absolute;
    top: 8px;
    left: 153px;
}

.company_homepage {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #00C48A;
    border-radius: 4px;
    color: #00C48A;
}

.company_homepage:hover {
    background: #00C48A;
    color: #fff;
}

.text2 {
    color: #999999;
    font-size: 12px;
    margin-top: 5px;
}

.img_box {
    width: 96px;
    height: 96px;
    border: 1px solid #efefef;
    margin: 0 auto;
    border-radius: 6px;
}

.img_box img {
    width: 94px;
    height: 94px;
    border-radius: 6px;
}

.company_type_text {
    color: #999;
    font-size: 12px;
    padding: 2px 0 0;
    line-height: 22px;
}

.company_type_text p:last-child span {
    position: relative;
    padding-right: 10px;
}

.company_type {
    padding: 0px 0px 6px 0;
    margin-top: 14px;
    font-size: 13px;
}

.company_type div {
    color: #595959;
    margin-bottom: 14px;
}

.company_type div span {
    color: #999999;
}

.bottom_title {
    color: #999;
    font-size: 12px;
    padding: 10px 20px;
    background: #fbfcfe;
    margin: 0 -15px;
}

.bottom_title span {
    float: right;
    color: #1787fb;
    cursor: pointer;
}

.carousel_wrapper {
    height: 90px;
    position: relative;
}

.carousel_con {
    width: 200px;
    height: 70px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.carousel_con2 {
    width: 250px;
    height: 70px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.carousel_con2 div {
    width: 70px;
    height: 70px;
    margin-right: 5px;
}

.carousel_con2 div img {
    width: 100%;
    height: 100%;
}

.carousel_pre,
.carousel_next {
    width: 15px;
    height: 100%;
    line-height: 70px;
    color: #bdbdbd;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    font-size: 22px;
}

.carousel_pre {
    text-align: left;
    left: 0;
}

.carousel_next {
    right: 0;
    text-align: right;
}

.codeImg_box {
    margin-top: 10px;
    background: #fff;
    padding: 12px 18px;
    background: url('../images/saoma_bg.png') center center no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: flex;
}

.codeImg_box img {
    width: 77px;
    height: 77px;
    margin-right: 20px;
}

.code_text {
    font-size: 14px;
    color: #C74716;
    padding-top: 12px;
}

.code_text .code_text1 {
    margin-bottom: 6px;
}

.company_list {
    background: #fff;
    margin-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;
}


.company_title {
    padding: 17px 20px 10px;
    font-size: 16px;
    color: #333333;
    position: relative;
    font-weight: bold;
    border-radius: 10px;
}

.company_title span {
    width: 3px;
    height: 14px;
    background: #FF6600;
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 12px;
    border-radius: 3px;
}

.company_title a {
    float: right;
    color: #999;
    font-size: 12px;
    padding: 2px 0;
    font-weight: initial;
}

.post_wrapper {
    background: #fff;
    border-radius: 10px 10px 0 0;
}

.post_wrapper>div {
    border-bottom: none;
}

.post_wrapper>div.post_box2 {
    padding: 30px 0 0;
    position: relative;
}

.post_wrapper>div.post_box2 .fav_box {
    position: absolute;
    right: 18px;
    top: 30px;
}

.post_wrapper>div.post_box2 .fav_box .like {
    background: url('../images/icon_5.png') left center no-repeat;
    background-size: 13px 13px;
    box-sizing: border-box;
    padding-left: 17px;
    margin-right: 20px;
    cursor: pointer;
}

.post_wrapper>div.post_box2 .fav_box .like.like_act {
    background: url('../images/fav_checked.png') left center no-repeat;
    background-size: 13px 13px;
    background-position: left top;
}

.post_wrapper>div.post_box2 .fav_box .poster {
    background: url('../images/icon_6.png') left center no-repeat;
    background-size: 13px 13px;
    box-sizing: border-box;
    padding-left: 17px;
    cursor: pointer;
    background-position: left top;
}

.post_wrapper>div.post_box2 .fav_box .poster:hover {
    color: #00C48A;
}

.title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}
.title .resume_diagnosis{
    cursor: pointer;
    position: absolute;
    top:20px;
    right: 31px;
    height: 26px;
    line-height: 26px;
    border-radius: 13px;
    overflow: hidden;
    display: flex;
}
.title .resume_diagnosis .left{
    font-size: 12px;
    color: #1E93FF;
    background: #E5F2FE;
    padding: 0 10px 0 13px;
    text-align: center;
    flex-shrink: 0;
}
.title .resume_diagnosis .right{
    font-size: 12px;
    color: #F7F9FC;
    font-style: italic;
    background: linear-gradient(-42deg, #3DBCFF, #3B9CFF);
    padding: 0 11px 0 8px;
    flex-shrink: 0;
}
.post_title_margin {
    padding: 20px 0 30px;
}

.post_box1 {
    width: 790px;
    box-sizing: border-box;
    padding: 0 34px;
}

.post_box1_font {
    color: #999;
    font-size: 14px;
    margin-right: 10px;
    width: 60px;
    display: inline-block;
    text-align: right;
}

.post_box1_font2 {
    width: 245px;
    color: #333;
    font-size: 14px;
    margin-right: 17px;
    margin-bottom: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.post_box1_font3 {
    color: #333;
    font-size: 14px;
    margin-right: 17px;
    margin-bottom: 18px;
}

.post_box1_local {
    color: #333;
    font-size: 14px;
    margin-top: 24px;
    margin-bottom: 46px;
}

.post_route {
    color: #1787fb;
    font-size: 14px;
    padding-left: 19px;
    background: url("../images/route_icon.png") 0 1px no-repeat;
    margin-left: 10px;
    cursor: pointer;
}

.post_box2_btn {
    padding: 10px 0 14px;
}

.box2_title_padding {
    padding-bottom: 27px;
}

.boss_btns .contact_btn2,
.boss_btns .nav_btn1,
.show_nav_btn .contact_btn1,
.show_nav_btn .contact_btn2,
.show_nav_btn .nav_btn1 {
    cursor: pointer;
    display: inline-block;
    color: #ffffff;
    border-radius: 5px;
    background: #ffffff;
    font-size: 16px;
    margin-right: 20px;
    position: relative;
    width: 140px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    padding-left: 0;
    box-sizing: border-box;
    /* border: 1px solid #00C48A; */
    color: #00C48A;
}

.show_nav_btn .contact_btn2,
.boss_btns .contact_btn2 {
    border: 1px solid #00C48A;
}

.boss_btns .contact_btn2:hover {
    border: none;
    background: rgba(0, 196, 138, 0.16);
}

.boss_btns .nav_btn1 {
    margin-right: 0;
}

.show_nav_btn .contact_btn2 img,
.show_nav_btn .nav_btn1 img {
    display: inline-block;
    position: absolute;
    width: 15px;
    height: 15px;
    left: 17px;
    top: 13px;
}

.contact_item {
    color: #666666;
    font-size: 14px;
    margin-top: 0;
}

.contact_item>p {
    width: 40%;
    float: left;
    margin-bottom: 10px;
}

.contact_width {
    display: inline-block;
    width: 70px;
    text-align: left;
    font-size: 14px;
    color: #666666;
}

.welfare_padding {
    padding: 34px 0 29px;
}

.box3_welfare {
    padding-bottom: 10px;
    padding-right: 300px;
    width: 1200px;
    margin: 0 auto;
}

.box3_welfare span {
    display: inline-block;
    padding: 4px 8px;
    font-size: 12px;
    color: #00C48A;
    background: #fff;
    margin-right: 8px;
    border-radius: 31px;
    border: 1px solid #00C48A;
    margin-bottom: 10px;
}

.post_box4 .bottom_more {
    text-align: center;
    padding: 0 0 36px;
    color: #999;
    font-size: 14px;
    cursor: pointer;
}

.post_box4 .bottom_more .cte {
    display: inline-block;
    padding-right: 18px;
    background: url("../images/arrow_down_icon.png") right center no-repeat;
}

.post_box4 .bottom_more .cte.up {
    display: inline-block;
    padding-right: 18px;
    background: url("../images/arrow_up_icon.png") right center no-repeat;
}

.post_box4 .title_padding {
    padding-bottom: 24px;
}

.post_box4 .describe {
    color: #666;
    font-size: 14px;
    word-break: break-all;
    max-height: 205px;
    overflow: hidden;
    margin-bottom: 5px;
    line-height: 34px;
}

.post_box4 .describe.all {
    max-height: max-content;
}

.post_box4 .describe span {
    white-space: pre-line;
}

.post_box4 .describe_title {
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
}

.tips {
    position: relative;
    background: #f9f9f9;
    padding: 30px;
}

.post_box4 {
    padding: 0 0 10px 4px;
}

.job_content_title {
    color: #999999;
    margin-bottom: 5px;
}

.left_title_icon {
    background: url("../images/tips_icon.png") 0 center no-repeat;
    padding-left: 23px;
    color: #ff7251;
    font-size: 14px;
    margin-bottom: 18px;
    background-size: 14px;
}

.tips_item {
    color: #666;
    font-size: 13px;
    margin-bottom: 11px;
}

.s_tip_h {
    line-height: 38px;
    margin-bottom: 5px;
    font-size: 15px;
}

.right_tips {
    position: absolute;
    text-align: center;
    right: 25px;
    top: 5px;
}

.tips_code {
    width: 94px;
    height: 94px;
    background: #fff;
    margin: 10px auto 0;
}

.tips_code img {
    width: 84px;
    height: 84px;
    margin: 5px;
}

.right_tips p {
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}

.similar_wrapper {
    background: #fff;
    margin-top: 10px;
    border-radius: 10px;
}

.right_text {
    float: right;
    color: #999999;
    font-size: 12px;
    padding: 4px 0;
    font-weight: normal;
}

.border_bottom {
    border-bottom: 1px solid #F3F3F3;
}

.similar_title {
    padding: 20px 18px 0 0;
}

.similar_title .title_item1::before {
    display: none;
}

.similar_list {
    padding: 26px 20px;
}

.similar_list div {
    width: 280px;
    background: #fff;
    margin-right: 20px;
    float: left;
    padding: 18px 14px 18px;
    margin-bottom: 14px;
    transition: linear all .2s;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid #F8F8F9;
    border-radius: 10px;
    position: relative;
}

.similar_list div:hover {
    box-shadow: none;
    transform: none;
    z-index: 9;
    border-color: #CEFCEE;
}

.similar_list div:hover .similar_post_name a {
    color: #00C48A;
    text-decoration: none;
}

.similar_list div:nth-child(3n) {
    margin-right: 0;
}

.similar_list .similar_btn {
    position: absolute;
    top: 37px;
    right: 14px;
    cursor: pointer;
    display: inline-block;
    width: 50px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 14px;
    color: #00C48A;
    border: 1px solid #00C48A;
    border-radius: 12px;
}

.similar_list div:hover .similar_btn {
    color: #ffffff;
    background: #00C48A;
    border: 1px solid #00C48A;
}

.similar_post_name {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.similar_post_name .similar_left_text {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
}

.similar_right_text {
    color: #999;
    font-size: 12px;
    float: right;
    line-height: 21px;
    font-weight: normal;
}

.similar_font {
    font-size: 14px;
    color: #FF4200;
}

.similar_text {
    font-size: 12px;
    color: #999999;
    position: relative;
    margin-right: 10px;
}

.similar_border::after {
    content: "";
    position: absolute;
    left: -7px;
    top: 1px;
    width: 1px;
    height: 12px;
    background-color: #efefef;
}

.similar_border:first-child::after {
    display: none;
}

.company_name_sim {
    background: url('../images/com_avator.png') left center no-repeat;
    padding-left: 18px;
    margin-top: 10px;
    color: #666666;
    font-size: 14px;
    background-size: 14px 14px;
}

.employer_wrapper {
    background: #fff;
    margin-top: 10px;
    padding-bottom: 30px;
}

.employer_title {
    padding: 0 20px;
}

.employer_list {
    width: 184px;
    height: 150px;
}

.employer_list .img {
    display: block;
    width: 96px;
    height: 96px;
    border: 1px solid #e4e4e4;
    margin: 25px auto 15px;
    border-radius: 1px;
}

.employer_list .img img {
    width: 94px;
    height: 94px;
    border-radius: 1px;
}

.employer_list {
    text-align: center;
}

.employer_list a {
    font-size: 12px;
    color: #666666;
}

.employer_list .c_name {
    display: block;
    width: 160px;
    height: 16px;
    margin: 0 auto;
}

.employer_list:last-child {
    border: none;
}

.employer_list p {
    padding: 0 20px 18px 0;
    font-size: 12px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}


/* 各种联系方式 */
.resume_contact .details_wrapper .contact_details_title,
.introduce_title {
    color: #333333;
    font-size: 20px;
    font-weight: bold;
    /* margin-bottom: 26px; */
}

.resume_contact .details_wrapper .contact_details {
    width: calc(100% - 68px);
    text-align: left;
    color: #FF6B08;
    font-size: 14px;
    border-radius: 4px;
    margin: 20px 34px 10px;
    background: #F7F9FC;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.resume_contact .details_wrapper .contact_details.contact_warn_txt {
    margin-top: 0;
}

.resume_contact .details_wrapper .contact_details .box_text {
    font-size: 14px;
    color: #FF552E;
    margin: 0 34px;
    float: left;
}

.resume_contact .details_wrapper .contact_details .box_text .txt2 {
    color: #999999;
    margin-top: 6px;
}

.resume_contact .details_wrapper .contact_details .box_text2 {
    padding-top: 44px;
    padding-bottom: 6px;
}

.resume_contact .details_wrapper .contact_details .contact_btn {
    cursor: pointer;
    display: inline-block;
    background: #00C48A;
    color: #fff;
    width: 75px;
    text-align: center;
    font-size: 12px;
    border-radius: 13px;
    height: 26px;
    line-height: 26px;
    margin-right: 25px;
}

.resume_contact .details_wrapper .contact_details .contact_btn:hover {
    background: #00AE7A;
}

.resume_contact .details_wrapper .contact_margin {
    margin-bottom: 48px;
}

.boss_info {
    box-sizing: border-box;
    padding: 28px 34px 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boss_info .com_info_new {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.boss_info .com_info_new .txt2 {
    margin-left: 60px;
}

.boss_info .com_info_new .txt1 .line1 {
    color: #333333;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.boss_info .com_info_new .txt1 .line2 {
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.resume_contact .details_wrapper .contact_list,
.contact_list {
    box-sizing: border-box;
    padding: 20px 34px 10px;
    background: #F7F9FC;
    width: calc(100% - 68px);
    margin: 20px auto 0;
}

/*滑动出现*/
.show_nav {
    width: 100%;
    background: #fbfcfe;
    display: none;
    border-bottom: 1px solid #e3e3e3;
    transition: all 1s;
}

.show_nav.beFixed {
    display: block;
    position: fixed;
    left: 0;
    top: 0px;
    background: #fff;
    box-shadow: 0 3px 4px rgb(0 0 0 / 10%);
    padding-bottom: 25px;
}

.show_nav_box {
    width: 1200px;
    margin: auto;
    padding: 18px 0 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show_nav_box .nav_text {
    color: #333;
    font-size: 18px;
    max-width: 620px;
    margin: 0 10px 0 0;
    text-align: justify;
    font-size: 26px;
}

.show_nav_box .price {
    color: #FF552E;
    font-size: 24px;
    font-weight: bold;
}

.show_nav_box .price span {
    font-weight: normal;
    font-size: 12px;
}

.show_nav_btn .nav_btn1 {
    background: #00C48A;
    color: #fff;
    margin-right: 0;
}

.show_nav_btn .nav_btn1:hover {
    background: #00AE7A;
    border: 1px solid #00AE7A;
    color: #fff;
}

.show_nav_btn .contact_btn2:hover {
    border: 1px solid rgba(0, 196, 138, 0.16);
    background: rgba(0, 196, 138, 0.16);
}

.show_nav_btn .nav_btn2 {
    display: inline-block;
    padding: 10px 42px 10px 45px;
    border: 1px solid #1787fb;
    font-size: 16px;
    color: #1787fb;
    margin-left: 15px;
    cursor: pointer;
}

.J_tipoff {
    color: #1787fb;
}

/*职位详情页，右侧企业风采*/
.nrtBanner {
    width: 240px;
    overflow: hidden;
    height: 66px;
    margin: 0 0 20px 0
}

.infopicBg {
    width: 240px;
    height: 66px;
    position: relative;
    margin: 0 auto;
    overflow: hidden
}

.infopic {
    width: 178px;
    height: 66px;
    position: relative;
    overflow: hidden;
    margin-left: 31px
}

.piclist {
    height: 66px;
    position: absolute;
    top: 0;
    left: 0
}

.piclist li {
    height: 66px;
    float: left;
    overflow: hidden
}

.piclist li img {
    width: 84px;
    height: 66px;
    margin-right: 10px;
    margin-right: 5px
}

.pic_prev,
.pic_next {
    width: 21px;
    height: 66px;
    position: absolute;
    top: 0;
    cursor: pointer
}

.pic_prev {
    background: url("../images/newjoball.png") -273px -36px no-repeat;
    left: 0
}

.pic_next {
    background: url("../images/newjoball.png") -315px -36px no-repeat;
    right: 0
}

.pic_prev:hover {
    background: url("../images/newjoball.png") -294px -36px no-repeat;
    left: 0
}

.pic_next:hover {
    background: url("../images/newjoball.png") -336px -36px no-repeat;
    right: 0
}

.code_pro {
    background: url("../images/code_pro_bg.jpg");
    width: 860px;
    height: 140px;
    font-family: "Microsoft YaHei", Arial, "PingFang SC", "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;
    font-size: 0px;
}

.code_pro .scan_code {
    width: 270px;
    height: 80px;
    float: right;
    margin-right: 60px;
    margin-top: 30px;
    cursor: pointer;
    box-shadow: 0 2px 10px 0 rgba(0, 97, 67, 0.2)
}

.code_pro .scan_code .scan_code_min_wrap {
    width: 60px;
    height: 60px;
    background: #169f62;
    display: inline-block;
}

.code_pro .scan_code .scan_code_min_wrap div {
    background: url("../images/ewm_ico.png");
    width: 26px;
    height: 26px;
    margin: 17px;
}

.code_pro .scan_code .scan_code_note {
    height: 60px;
    width: 210px;
    background: #22ba76;
    color: #FFF;
    line-height: 60px;
    font-size: 20px;
    float: right;
    text-align: center;
    font-weight: bold;
}

.code_pro .scan_code .scan_code_show {
    width: 100%;
    position: relative;
    z-index: 5;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(0, 97, 67, 0.2);
}

.code_pro .scan_code .scan_code_show .scan_code_tip {
    width: 100%;
    height: 20px;
    text-align: center;
    background: #FFF;
    color: #999;
    font-size: 12px;
    line-height: 20px;
}

.code_pro .scan_code .scan_code_show .code {
    width: 100%;
    height: 250px;
    padding: 30px 40px;
}

.code_pro .scan_code .scan_code_show .code .loading {
    width: 50px;
    height: 50px;
    margin: 70px;
    background: #FFF;
}

.code_pro .scan_code .scan_code_show .code .qrcode {
    width: 100%;
    height: 100%;
    margin: 0;
    background: #FFF;
}

.common_arrow_gray_up {
    width: 13px;
    height: 9px;
    background: url("../images/arrow_ico.png") no-repeat;
    display: inline-block;
    transform: rotate(180deg);
    position: relative;
    left: 34px;
}

.common_arrow_gray_down {
    background: url("../images/arrow_ico.png") no-repeat;
    width: 13px;
    height: 9px;
    position: relative;
    left: 46px;
    display: inline-block;
}

.famous_list {
    display: flex;
    justify-content: space-around;
}

.periphery_title {
    border-top: none;
    padding: 20px 30px 20px 12px;
}

.periphery {
    border-radius: 10px;
}

.right_box5 {
    margin-top: 10px;
    padding: 20px;
    background: #ffffff;
}

.right_box5 p.warning {
    text-align: left;
    font-size: 12px;
    color: #9FA19F;
}

.right_box5 p.warning_title {
    color: #4B4B4B;
    font-size: 16px;
    margin-bottom: 8px;
}

.right_box5 p.warning_item {
    color: #9FA19F;
    height: 22px;
    line-height: 22px;
}

.right_box5 p.warning_item span.warning_btn {
    color: #FF6600;
    margin-left: 2px;
}

.boss_avator {
    width: 50px;
    height: 50px;
    border-radius: 10px;
    float: left;
}

.boss_avator img {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 10px;
}

.boss_name_work {
    font-size: 16px;
    color: #333333;
    padding: 5px 0 6px 64px;
    box-sizing: border-box;
}

.boss_name_work .contact_status {
    color: #5AC75C;
    background: #EBF7EC;
    padding: 3px 7px;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 10px;
}

.boss_active_time {
    font-size: 12px;
    color: #34BA86;
    margin-left: 10px;
}

.boss_company_name {
    color: #999999;
    padding-left: 64px;
    box-sizing: border-box;
    margin-top: 2px;
    display: block;
}

.boss_post_wrapper {
    position: relative;
}

.boss_post_wrapper .boss_info {
    padding: 30px;
}


.boss_post_wrapper .boss_btns {
    border-bottom: none;
    position: absolute;
    top: 45px;
}

.boss_btns {
    position: initial;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: end;
}

.boss_btns .contact_btn2 img,
.boss_btns .nav_btn1 img {
    width: 15px;
    top: 13px;
    position: absolute;
    left: 14px;
}

.boss_btns .nav_btn1 {
    background: #00C48A;
    color: #fff;
    border: 1px solid #00C48A;
}

.boss_btns .nav_btn1:hover {
    background: #00AE7A;
    border: 1px solid #00AE7A;
    color: #fff;
}

.address_con {
    padding: 0 0 30px;
    background: #ffffff;
    border-radius: 0 0 10px 10px;
}

.address_bg {
    width: 100%;
    position: relative;
}

.address_bg .img_bg {
    display: block;
    width: 100%;
}

.adress_detail {
    position: absolute;
    background: url("../images/tac.png") no-repeat;
    top: 25px;
    left: 180px;
    width: 460px;
    height: 150px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 52px;
    cursor: pointer;
}

.adress_detail p {
    text-align: left;
    box-sizing: border-box;
    padding-left: 110px;
    font-weight: bold;
    width: 80%;
}

.adress_detail p:nth-child(2) {
    font-size: 12px;
    font-weight: normal;
    margin-top: 5px;
}

.address_title {
    font-size: 14px;
    color: #333333;
    margin: 26px 0 0;
    box-sizing: border-box;
    padding: 0 34px;
}

.address_title img {
    vertical-align: -2px;
    display: inline-block;
    width: 14px;
    margin-right: 3px;
}

.address_title span.address_link {
    color: #00C48A;
    cursor: pointer;
    margin-left: 5px;
}

.address_bg .rt_btn {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 80px;
    right: 255px;
    text-align: center;
    vertical-align: middle;
    box-sizing: border-box;
    padding-top: 8px;
    cursor: pointer;
}

.map {
    height: 300px;
    margin: 20px 0;
}

.periphery_title span.active {
    position: relative;
}

.periphery_title span.active::before {
    content: '';
    display: block;
    width: 80%;
    height: 2px;
    background: #00C48A;
    position: absolute;
    bottom: -22px;
    left: 10%;
}

.right_box2_text .box2_text3 {
    font-size: 14px;
    color: #ff6600;
    padding-top: 8px;
    padding-bottom: 0;
}

.right_box2_text {
    padding: 0 20px 9px;
}

.job_wrapper_head {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding-bottom: 30px;
    border-top: 1px solid #F3F3F2;
}

.job_wrapper_head .content1_wrapper {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 20px 0 12px;
}

.job_wrapper_head .content1_wrapper .content1_text {
    width: 70%;
}

.job_wrapper_head .content1_wrapper .content1_btn {
    width: 30%;
}

.job_district_info {
    width: 1200px;
    margin: 0 auto;
    color: #666;
}

.job_district_info .addr_box {
    background: url('../images/icon_1.png') left center no-repeat;
    background-size: 16px 16px;
    box-sizing: border-box;
    padding-left: 18px;
    margin-right: 20px;
}

.job_district_info .exper_box {
    background: url('../images/icon_2.png') left center no-repeat;
    background-size: 16px 16px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-right: 20px;
}

.job_district_info .edu_box {
    background: url('../images/icon_3.png') left center no-repeat;
    background-size: 16px 16px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-right: 20px;
}

.job_district_info .pernum_box {
    background: url('../images/icon_4.png') left center no-repeat;
    background-size: 16px 16px;
    box-sizing: border-box;
    padding-left: 20px;
    margin-right: 20px;
}

.job_district_info .clickNum_box {
    color: #C2C2C2;
    font-size: 12px;
    margin-top: 2px;
}

.job_district_info .refreshtime_box {
    color: #C2C2C2;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 2px;
}

.float_left {
    display: flex;
    align-items: baseline;
}

.float_left img {
    display: block;
    width: 30px;
}

.right_box2_text .box2_text1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.right_box2_text .box2_text1 .txt1 {
    display: inline-block;
    width: 50%;
    color: #333;
}

.right_box2_text .box2_text1 .txt2 {
    color: #FF4200;
}

.right_box2_text .box2_text2 {
    color: #666;
}

.right_box2_text:hover .box2_text1 .txt1 {
    color: #00C48A;
}

.periphery_list {
    padding: 0 !important;
    border-top: 1px solid #f3f3f3;
    margin: 0 16px;
}

.list_box {
    padding: 20px 0 10px 0 !important;
}

.list_box .list_box_item {
    max-width: 100px !important;
    margin-right: 18px;
}

.contact_login_btn {
    color: #00C48A;
    text-decoration: underline;
    margin: 0 3px;
    cursor: pointer;
}

.contact_dsc {
    color: #999999;
}

.contact_details.contact_warn_newstyle {
    padding: 0 0 20px !important;
}

.resume_contact .details_wrapper .contact_list.contact_list_newstyle,
.contact_list.contact_list_newstyle {
    padding-bottom: 0 !important;
}

.indexFooter_wrapper {
    background: #fff;
    padding-bottom: 115px;
}

.nav_text_img {
    margin-right: 5px;
}

.wx_dialog {
    border-radius: 15px;
}

.wx_dialog .el-dialog__header {
    border-radius: 15px;
}

.wx_dialog .el-dialog__body {
    padding: 0;
}
