﻿@media only screen and (min-width: 1680px) {
  .large_screen {
    display: block;
  }
  .small_screen {
    display: none;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    position: relative;
    height: 5.4rem;
    width: 100%;
    background: url(../../img/employ_weal/welfare_banner_01.jpg) no-repeat center center;
  }
  #main .section1 .banner_box {
    padding-top: 15%;
  }
  #main .section1 .banner_box .banner_text {
    width: 2.35rem;
    height: 0.6rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/social_employ/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .section3::before {
    content: "";
    width: 3.55rem;
    height: 2.22rem;
    position: absolute;
    background: url(../../img/recommend/w_logo.png) no-repeat center center / 100% 100%;
    top: 0.8rem;
    left: 4%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab {
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul {
    display: flex;
  }
  #main .section3 .content_box .honor_title .change_tab ul li {
    width: 1.32rem;
    height: 0.4rem;
    position: relative;
    border: 1px solid #c2c2c2;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active {
    background-color: #acb10c;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active a {
    color: #fff;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before,
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    content: "";
    position: absolute;
    background: #000;
    width: 0.16rem;
    height: 0.14rem;
    background: url(../../img/firm_honor/top_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before {
    left: -0.05rem;
    top: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    background-image: url(../../img/firm_honor/botton_icon.png);
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #main .section3 .content_box .employ_content {
    background-color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap {
    display: none;
  }
  #main .section3 .content_box .employ_content .parent_wrap.selected {
    display: block;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group {
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list {
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list ul li {
    color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list ul li a .oper_icon {
    background-image: url(../../img/social_employ/to_up_icon.png);
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group:hover .employ_list {
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group:hover .employ_list ul li {
    color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
    width: 12%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:nth-child(4) {
    width: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:nth-child(5) {
    width: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li a .oper_icon {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../../img/social_employ/to_down_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail {
    padding-top: 0.56rem;
    padding-left: 0.7rem;
    padding-right: 1rem;
    display: none;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name img {
    width: 0.32rem;
    height: 0.34rem;
    margin-right: 0.2rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name .title {
    font-size: 24px;
    color: #333;
    font-weight: bold;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box {
    display: flex;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left {
    flex: 1;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left ul li {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a {
    width: 1.9rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #acb10c;
    font-size: 14px;
    color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a i.icon {
    background: url(../../img/social_employ/resume_icon.png) no-repeat center center / 100% 100%;
    width: 0.17rem;
    height: 0.19rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a:nth-child(2) {
    margin-top: 0.16rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a:nth-child(2) i.icon {
    background: url(../../img/social_employ/chat_icon.png) no-repeat center center / 100% 100%;
    width: 0.2rem;
    height: 0.17rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a.active {
    color: #fff;
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a.active i.icon {
    background-image: url(../../img/social_employ/resume_icon.png);
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box {
    display: flex;
    padding-bottom: 0.32rem;
    border-bottom: 1px solid #ccc;
    padding-top: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status {
    flex: 1;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .detail ul li p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .detail ul li div {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_qual {
    padding-left: 0.52rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process img {
    width: 100%;
    height: 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.22rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title img {
    width: 0.45rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title .title {
    font-size: 24px;
    color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content {
    padding-left: 0.2rem;
    position: relative;
    height: 4.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content img {
    width: 100%;
    position: absolute;
    top: 1.9rem;
    left: 0;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul {
    display: flex;
    height: 4.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) img {
    position: absolute;
    top: 1.65rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .num {
    position: absolute;
    top: 1.3rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .dash_line {
    position: absolute;
    top: 2.2rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .process_desc {
    position: absolute;
    top: 3rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .process_desc {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    width: 2.14rem;
    height: 0.65rem;
    background: url(../../img/social_employ/process_bg.png) no-repeat center center / 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #666;
    position: absolute;
    left: auto;
    top: 0;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .dash_line {
    height: 0.75rem;
    width: 1px;
    border-left: 1px dashed #acb10c;
    position: absolute;
    top: 0.9rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li img {
    width: 0.49rem;
    height: 0.56rem;
    position: absolute;
    top: 1.65rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .num {
    color: #acb10c;
    position: absolute;
    left: auto;
    top: 2.3rem;
  }
  #main .employ_resume .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .employ_resume .cover .resume_form_box {
    width: 12.1rem;
    height: 8rem;
    padding: 0.6rem 0.44rem 0.4rem 0.44rem;
    background: url(../../img/social_employ/form_bg_03.png) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .employ_resume .cover .resume_form_box .form_title {
    text-align: center;
    font-size: 36px;
    color: #acb10c;
    margin-bottom: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box {
    float: left;
    width: 48%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box i.bi-check-circle {
    color: #acb10c;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #acb10c 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box i.bi-x-circle {
    color: #f00;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #f00 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box label {
    width: 1.4rem;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box label .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box input {
    flex: 1;
    border: 1px solid #eee;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box select {
    border: 1px solid #eee;
    height: 0.5rem;
    flex: 1;
    padding-left: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) {
    width: 20%;
    margin-left: 0.3rem;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) label {
    width: 0.3rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) input {
    border: none;
    height: 0.2rem;
    width: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2n + 1) {
    margin-left: 0.3rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:first-child {
    width: 25%;
    margin-left: 0;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:first-child label {
    width: 1.4rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child {
    width: 100%;
    align-items: flex-start;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child label {
    width: 1.4rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child textarea {
    flex: 1;
    border: 1px solid #eee;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .sex i.bi-check-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .sex i.bi-x-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .work_time i.bi-check-circle {
    right: -0.25rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .work_time i.bi-x-circle {
    right: -0.25rem;
  }
  #main .employ_resume .cover .resume_form_box .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 30%;
  }
  #main .employ_resume .cover .resume_form_box .close_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acb10c;
    font-size: 16px;
    border: 1px solid #acb10c;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 52%;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #acb10c;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn a i.icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_01.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .consult_chat .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .consult_chat .cover .resume_form_box {
    width: 12.1rem;
    height: 6rem;
    padding: 0.6rem 0.44rem 0.4rem 0.44rem;
    background: url(../../img/social_employ/form_bg_03.png) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .consult_chat .cover .resume_form_box .form_title {
    text-align: center;
    font-size: 36px;
    color: #acb10c;
    margin-bottom: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box {
    float: left;
    width: 48%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box i.bi-check-circle {
    color: #acb10c;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #acb10c 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box i.bi-x-circle {
    color: #f00;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #f00 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box label {
    width: 1.4rem;
    font-size: 16px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box label .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box input {
    flex: 1;
    border: 1px solid #eee;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box select {
    border: 1px solid #eee;
    height: 0.5rem;
    flex: 1;
    padding-left: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:nth-child(2n) {
    margin-left: 0.3rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child {
    width: 100%;
    align-items: flex-start;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child label {
    width: 1.4rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child textarea {
    flex: 1;
    border: 1px solid #eee;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .sex i.bi-check-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .sex i.bi-x-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .work_time i.bi-check-circle {
    right: -0.25rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .work_time i.bi-x-circle {
    right: -0.25rem;
  }
  #main .consult_chat .cover .resume_form_box .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 30%;
  }
  #main .consult_chat .cover .resume_form_box .close_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acb10c;
    font-size: 16px;
    border: 1px solid #acb10c;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 52%;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #acb10c;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn a i.icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_01.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
}
@media only screen and (max-width: 1680px) {
  .large_screen {
    display: block;
  }
  .small_screen {
    display: none;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    position: relative;
    height: 5.4rem;
    width: 100%;
    background: url(../../img/employ_weal/welfare_banner_01.jpg) no-repeat center center;
  }
  #main .section1 .banner_box {
    padding-top: 15%;
  }
  #main .section1 .banner_box .banner_text {
    width: 2.35rem;
    height: 0.6rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 16px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/social_employ/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .section3::before {
    content: "";
    width: 3.55rem;
    height: 2.22rem;
    position: absolute;
    background: url(../../img/recommend/w_logo.png) no-repeat center center / 100% 100%;
    top: 0.8rem;
    left: 4%;
  }
  #main .section3 .content_box {
    padding-top: 0.9rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab {
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul {
    display: flex;
  }
  #main .section3 .content_box .honor_title .change_tab ul li {
    width: 1.32rem;
    height: 0.4rem;
    position: relative;
    border: 1px solid #c2c2c2;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active {
    background-color: #acb10c;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active a {
    color: #fff;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before,
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    content: "";
    position: absolute;
    background: #000;
    width: 0.16rem;
    height: 0.14rem;
    background: url(../../img/firm_honor/top_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before {
    left: -0.05rem;
    top: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    background-image: url(../../img/firm_honor/botton_icon.png);
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #main .section3 .content_box .employ_content {
    background-color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap {
    display: none;
  }
  #main .section3 .content_box .employ_content .parent_wrap.selected {
    display: block;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group {
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list {
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list ul li {
    color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list ul li a .oper_icon {
    background-image: url(../../img/social_employ/to_up_icon.png);
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group:hover .employ_list {
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group:hover .employ_list ul li {
    color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li {
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #333;
    width: 10%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:nth-child(4) {
    width: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:nth-child(5) {
    width: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li a .oper_icon {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../../img/social_employ/to_down_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail {
    padding-top: 0.56rem;
    padding-left: 0.7rem;
    padding-right: 1rem;
    display: none;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name img {
    width: 0.32rem;
    height: 0.34rem;
    margin-right: 0.2rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box {
    display: flex;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left {
    flex: 1;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left ul li {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a {
    width: 1.9rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #acb10c;
    font-size: 14px;
    color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a i.icon {
    background: url(../../img/social_employ/resume_icon.png) no-repeat center center / 100% 100%;
    width: 0.17rem;
    height: 0.19rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a:nth-child(2) {
    margin-top: 0.16rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a:nth-child(2) i.icon {
    background: url(../../img/social_employ/chat_icon.png) no-repeat center center / 100% 100%;
    width: 0.2rem;
    height: 0.17rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a.active {
    color: #fff;
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a.active i.icon {
    background-image: url(../../img/social_employ/resume_icon.png);
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box {
    display: flex;
    padding-bottom: 0.32rem;
    border-bottom: 1px solid #ccc;
    padding-top: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status {
    flex: 1;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .detail ul li p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .detail ul li div {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_qual {
    padding-left: 0.52rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process img {
    width: 100%;
    height: 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.22rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title img {
    width: 0.45rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title .title {
    font-size: 20px;
    color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content {
    padding-left: 0.2rem;
    position: relative;
    height: 4.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content img {
    width: 100%;
    position: absolute;
    top: 1.9rem;
    left: 0;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul {
    display: flex;
    height: 4.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li {
    flex: 1;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) img {
    position: absolute;
    top: 1.65rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .num {
    position: absolute;
    top: 1.3rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .dash_line {
    position: absolute;
    top: 2.2rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .process_desc {
    position: absolute;
    top: 3rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .process_desc {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    width: 2.5rem;
    height: 0.9rem;
    background: url(../../img/social_employ/process_bg.png) no-repeat center center / 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #666;
    position: absolute;
    left: auto;
    top: 0;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .dash_line {
    height: 0.75rem;
    width: 1px;
    border-left: 1px dashed #acb10c;
    position: absolute;
    top: 0.9rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li img {
    width: 0.49rem;
    height: 0.56rem;
    position: absolute;
    top: 1.65rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .num {
    color: #acb10c;
    position: absolute;
    left: auto;
    top: 2.3rem;
  }
  #main .employ_resume .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .employ_resume .cover .resume_form_box {
    width: 12.1rem;
    height: 8rem;
    padding: 0.6rem 0.44rem 0.4rem 0.44rem;
    background: url(../../img/social_employ/form_bg_03.png) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .employ_resume .cover .resume_form_box .form_title {
    text-align: center;
    font-size: 32px;
    color: #acb10c;
    margin-bottom: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box {
    float: left;
    width: 48%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box i.bi-check-circle {
    color: #acb10c;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #acb10c 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box i.bi-x-circle {
    color: #f00;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #f00 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box label {
    width: 1.4rem;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box label .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box input {
    flex: 1;
    border: 1px solid #eee;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box select {
    border: 1px solid #eee;
    height: 0.5rem;
    flex: 1;
    padding-left: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) {
    width: 17%;
    margin-left: 0.3rem;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) label {
    width: 0.3rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) input {
    border: none;
    height: 0.2rem;
    width: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2n + 1) {
    margin-left: 0.3rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:first-child {
    width: 27%;
    margin-left: 0;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:first-child label {
    width: 1.4rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child {
    width: 100%;
    align-items: flex-start;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child label {
    width: 1.4rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child textarea {
    flex: 1;
    border: 1px solid #eee;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .sex i.bi-check-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .sex i.bi-x-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .work_time i.bi-check-circle {
    right: -0.25rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .work_time i.bi-x-circle {
    right: -0.25rem;
  }
  #main .employ_resume .cover .resume_form_box .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 30%;
  }
  #main .employ_resume .cover .resume_form_box .close_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acb10c;
    font-size: 16px;
    border: 1px solid #acb10c;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 52%;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #acb10c;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn a i.icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_01.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .consult_chat .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .consult_chat .cover .resume_form_box {
    width: 12.1rem;
    height: 7rem;
    padding: 0.6rem 0.44rem 0.4rem 0.44rem;
    background: url(../../img/social_employ/form_bg_03.png) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .consult_chat .cover .resume_form_box .form_title {
    text-align: center;
    font-size: 32px;
    color: #acb10c;
    margin-bottom: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box {
    float: left;
    width: 48%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box i.bi-check-circle {
    color: #acb10c;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #acb10c 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box i.bi-x-circle {
    color: #f00;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #f00 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box label {
    width: 1.4rem;
    font-size: 16px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box label .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box input {
    flex: 1;
    border: 1px solid #eee;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box select {
    border: 1px solid #eee;
    height: 0.5rem;
    flex: 1;
    padding-left: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:nth-child(2n) {
    margin-left: 0.3rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child {
    width: 100%;
    align-items: flex-start;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child label {
    width: 1.4rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child textarea {
    flex: 1;
    border: 1px solid #eee;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .sex i.bi-check-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .sex i.bi-x-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .work_time i.bi-check-circle {
    right: -0.25rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .work_time i.bi-x-circle {
    right: -0.25rem;
  }
  #main .consult_chat .cover .resume_form_box .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 30%;
  }
  #main .consult_chat .cover .resume_form_box .close_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acb10c;
    font-size: 16px;
    border: 1px solid #acb10c;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0.5rem;
    left: 52%;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #acb10c;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn a i.icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_01.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
}
@media only screen and (max-width: 1024px) {
  #main .section3 .content_box {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .my_container {
    width: 100%;
  }
  .large_screen {
    display: none;
  }
  .small_screen {
    display: block;
  }
  #main {
    width: 100%;
    height: auto;
    background: url(../../img/enter_tongdian/page_bg.png) no-repeat center center / 100% 100%;
  }
  #main .section1 {
    position: relative;
    height: 4rem;
    width: 100%;
    padding-top: 0.9rem;
    background: url(../../img/employ_weal/welfare_banner_01.jpg) no-repeat center center / 100 100%;
    background-size: 100% 100%;
  }
  #main .section1 .banner_box {
    padding-top: 15%;
    padding-left: 10%;
  }
  #main .section1 .banner_box .banner_text {
    width: 2.35rem;
    height: 0.6rem;
  }
  #main .section2 {
    background-color: #fff;
  }
  #main .section2 .nav_part {
    height: 0.66rem;
  }
  #main .section2 .nav_part ul {
    height: 100%;
    display: flex;
    align-items: center;
  }
  #main .section2 .nav_part ul .nav_item {
    font-size: 12px;
    margin-right: 0.5rem;
    position: relative;
  }
  #main .section2 .nav_part ul .nav_item a {
    color: #666;
  }
  #main .section2 .nav_part ul .nav_item.active a {
    color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::before {
    content: "";
    position: absolute;
    bottom: -0.15rem;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #acb10c;
  }
  #main .section2 .nav_part ul .nav_item.active a::after {
    content: "";
    position: absolute;
    right: -0.18rem;
    width: 0.22rem;
    height: 0.15rem;
    background: url(../../img/enter_tongdian/w_icon.png) no-repeat center center / 100% 100%;
    bottom: -0.15rem;
  }
  #main .section3 {
    background: url(../../img/social_employ/employ_bg_02.jpg) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .section3::before {
    content: "";
    width: 3.55rem;
    height: 2.22rem;
    position: absolute;
    background: url(../../img/recommend/w_logo.png) no-repeat center center / 100% 100%;
    top: 0.8rem;
    left: 4%;
  }
  #main .section3 .content_box {
    padding-top: 0.3rem;
  }
  #main .section3 .content_box .honor_title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .title {
    width: 2.65rem;
    height: 0.85rem;
    background: url(../../img/social_employ/employ_icon_01.png) no-repeat center center / 100% 100%;
    line-height: 0.85rem;
    text-align: center;
    font-size: 20px;
    color: #333;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .honor_title .change_tab {
    margin-bottom: 0.5rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul {
    display: flex;
  }
  #main .section3 .content_box .honor_title .change_tab ul li {
    width: 1.32rem;
    height: 0.4rem;
    position: relative;
    border: 1px solid #c2c2c2;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active {
    background-color: #acb10c;
  }
  #main .section3 .content_box .honor_title .change_tab ul li.active a {
    color: #fff;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before,
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    content: "";
    position: absolute;
    background: #000;
    width: 0.16rem;
    height: 0.14rem;
    background: url(../../img/firm_honor/top_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::before {
    left: -0.05rem;
    top: -0.05rem;
  }
  #main .section3 .content_box .honor_title .change_tab ul li::after {
    background-image: url(../../img/firm_honor/botton_icon.png);
    bottom: -0.05rem;
    right: -0.05rem;
  }
  #main .section3 .content_box .employ_content {
    background-color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap {
    display: none;
  }
  #main .section3 .content_box .employ_content .parent_wrap.selected {
    display: block;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group {
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list {
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list ul li {
    color: #fff;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group.active .employ_list ul li a .oper_icon {
    background-image: url(../../img/social_employ/to_up_icon.png);
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group:hover .employ_list {
    background-color: transparent;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group:hover .employ_list ul li {
    color: #333;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    flex-wrap: wrap;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li {
    width: 33%;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #333;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:nth-child(4) {
    width: 33%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:nth-child(5) {
    width: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li a {
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center ;
  }
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li a .oper_icon {
    width: 0.32rem;
    height: 0.32rem;
    background: url(../../img/social_employ/to_down_icon.png) no-repeat center center / 100% 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail {
    padding-top: 0.5rem;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    display: none;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 0.2rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name img {
    width: 0.32rem;
    height: 0.34rem;
    margin-right: 0.2rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .job_name .title {
    font-size: 20px;
    color: #333;
    font-weight: bold;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.25rem;
    border-bottom: 1px solid #ccc;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left {
    flex: 1;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left ul li {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .left ul li p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a {
    width: 1.9rem;
    height: 0.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #acb10c;
    font-size: 14px;
    color: #acb10c;
    margin-right: 0.2rem;
    margin-top: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a i.icon {
    background: url(../../img/social_employ/resume_icon.png) no-repeat center center / 100% 100%;
    width: 0.17rem;
    height: 0.19rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a:nth-child(2) {
    margin-top: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a:nth-child(2) i.icon {
    background: url(../../img/social_employ/chat_icon.png) no-repeat center center / 100% 100%;
    width: 0.2rem;
    height: 0.17rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a.active {
    color: #fff;
    background-color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .treatment_info .treatment_box .right a.active i.icon {
    background-image: url(../../img/social_employ/resume_icon.png);
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box {
    display: flex;
    flex-direction: column;
    padding-bottom: 0.32rem;
    border-bottom: 1px solid #ccc;
    padding-top: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status {
    flex: 1;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .title {
    font-size: 18px;
    color: #333;
    margin-bottom: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .detail ul li p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_status .detail ul li div {
    color: #333;
    font-size: 14px;
    line-height: 30px;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .require_box .job_qual {
    padding-left: 0rem;
    margin-top: 0.3rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process {
    padding-top: 0.5rem;
    padding-bottom: 0.8rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process img {
    width: 100%;
    height: 100%;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.35rem;
    padding-bottom: 0.22rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title img {
    width: 0.45rem;
    height: 0.3rem;
    margin-right: 0.1rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_title .title {
    font-size: 20px;
    color: #acb10c;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content {
    padding-left: 0.2rem;
    position: relative;
    height: 4.5rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content img {
    width: 100%;
    position: absolute;
    top: 1.9rem;
    left: 0;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content .small_screen .swiper .swiper-slide {
    width: 30rem !important;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul {
    display: flex;
    height: 4.3rem;
    width: 30rem;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li {
    flex: none;
    width: 3rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) img {
    position: absolute;
    top: 1.65rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .num {
    position: absolute;
    top: 1.3rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .dash_line {
    position: absolute;
    top: 2.2rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li:nth-child(2n) .process_desc {
    position: absolute;
    top: 3rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .process_desc {
    padding-left: 0.1rem;
    padding-right: 0.2rem;
    width: 3rem;
    height: 1.2rem;
    background: url(../../img/social_employ/process_bg.png) no-repeat center center / 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #666;
    position: absolute;
    left: auto;
    top: 0;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .dash_line {
    height: 0.75rem;
    width: 1px;
    border-left: 1px dashed #acb10c;
    position: absolute;
    top: 0.9rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li img {
    width: 0.49rem;
    height: 0.56rem;
    position: absolute;
    top: 1.65rem;
    left: auto;
  }
  #main .section3 .content_box .employ_content .parent_wrap .employ_detail .employ_process .process_content ul li .num {
    color: #acb10c;
    position: absolute;
    left: auto;
    top: 2.3rem;
  }
  #main .employ_resume .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .employ_resume .cover .resume_form_box {
    width: 12.1rem;
    height: 14rem;
    padding: 0.6rem 0.44rem 0.4rem 0.44rem;
    background: url(../../img/social_employ/form_bg_03.png) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .employ_resume .cover .resume_form_box .form_title {
    text-align: center;
    font-size: 24px;
    color: #acb10c;
    margin-bottom: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box {
    float: left;
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box i.bi-check-circle {
    color: #acb10c;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #acb10c 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box i.bi-x-circle {
    color: #f00;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #f00 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box label {
    width: 1.6rem;
    font-size: 14px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box label .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box input {
    flex: 1;
    border: 1px solid #eee;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box select {
    border: 1px solid #eee;
    height: 0.5rem;
    flex: 1;
    padding-left: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) {
    width: 50%;
    margin-left: 0rem;
    font-size: 14px;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) label {
    width: 0.3rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2) input {
    border: none;
    height: 0.2rem;
    width: 0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:nth-child(2n + 1) {
    margin-left: 0rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:first-child {
    width: 100%;
    margin-left: 0;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:first-child label {
    width: 1.6rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child {
    width: 100%;
    align-items: flex-start;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child label {
    width: 1.6rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .input_box:last-child textarea {
    flex: 1;
    border: 1px solid #eee;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .sex i.bi-check-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .sex i.bi-x-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .work_time i.bi-check-circle {
    right: -0.25rem;
  }
  #main .employ_resume .cover .resume_form_box .form_box .work_time i.bi-x-circle {
    right: -0.25rem;
  }
  #main .employ_resume .cover .resume_form_box .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 18%;
  }
  #main .employ_resume .cover .resume_form_box .close_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acb10c;
    font-size: 16px;
    border: 1px solid #acb10c;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 52%;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #acb10c;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  #main .employ_resume .cover .resume_form_box .submit_btn a i.icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_01.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
  #main .consult_chat .cover {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main .consult_chat .cover .resume_form_box {
    width: 12.1rem;
    height: 10rem;
    padding: 0.6rem 0.44rem 0.4rem 0.44rem;
    background: url(../../img/social_employ/form_bg_03.png) no-repeat center center / 100% 100%;
    position: relative;
  }
  #main .consult_chat .cover .resume_form_box .form_title {
    text-align: center;
    font-size: 24px;
    color: #acb10c;
    margin-bottom: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box {
    float: left;
    width: 100%;
    height: 0.5rem;
    display: flex;
    align-items: center;
    margin-bottom: 0.2rem;
    position: relative;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box i.bi-check-circle {
    color: #acb10c;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #acb10c 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 16px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box i.bi-x-circle {
    color: #f00;
    position: absolute;
    right: 0.1rem;
    top: 0.1rem;
    width: 16px;
    height: 16px;
    border: #f00 1px solid;
    border-radius: 8px;
    text-align: center;
    line-height: 14px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box label {
    width: 1.6rem;
    font-size: 14px;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box label .star {
    color: #f00;
    margin-right: 0.1rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box input {
    flex: 1;
    border: 1px solid #eee;
    height: 0.5rem;
    padding-left: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box select {
    border: 1px solid #eee;
    height: 0.5rem;
    flex: 1;
    padding-left: 0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:nth-child(2n) {
    margin-left: 0rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child {
    width: 100%;
    align-items: flex-start;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child label {
    width: 1.6rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .input_box:last-child textarea {
    flex: 1;
    border: 1px solid #eee;
    padding-top: 0.1rem;
    padding-left: 0.1rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .sex i.bi-check-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .sex i.bi-x-circle {
    top: 0.15rem;
    right: -0.2rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .work_time i.bi-check-circle {
    right: -0.25rem;
  }
  #main .consult_chat .cover .resume_form_box .form_box .work_time i.bi-x-circle {
    right: -0.25rem;
  }
  #main .consult_chat .cover .resume_form_box .close_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 18%;
  }
  #main .consult_chat .cover .resume_form_box .close_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #acb10c;
    font-size: 16px;
    border: 1px solid #acb10c;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1rem;
    left: 52%;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn a {
    width: 2.1rem;
    height: 0.5rem;
    background: #acb10c;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
  }
  #main .consult_chat .cover .resume_form_box .submit_btn a i.icon {
    width: 0.25rem;
    height: 0.17rem;
    background: url(../../img/new_book_exp/w_icon_01.png) no-repeat center center / 100% 100%;
    margin-right: 0.1rem;
  }
}
@media only screen and (max-width: 400px) {
  #main .section3 .content_box .employ_content .parent_wrap .menu_group .employ_list ul li:last-child {
    width: 20%;
  }
}
/*# sourceMappingURL=social_employ.css.map */