.pagination {
    justify-content: center;
    margin-top: 46px;
}

.text-left {
    text-align: left !important;
}

.index_header {
    background-color: rgba(0, 0, 0, 0);
    position: absolute;
    top: 0;
}

.index_header .navbar-wrap ul li a {
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff !important;
    padding: 18px 23px;
    display: block;
    line-height: 1;
    position: relative;
    z-index: 1;
    opacity: 1;
}

.header_mask_box .light-icon {
    display: none;
}

.index_header .dark-icon {
    display: none;
}

.index_header .light-icon {
    display: inline-block;
}

.menu-area {
    position: relative;
    z-index: 3;
}

.index_header .menu-area .mobile-nav-toggler {
    color: #fff !important;
}

.index_header .header_login_btn {
    border: 1px solid #fff !important;
    height: 46px;
    line-height: 46px !important;
    padding: 0 14px !important;
    border-radius: 2px;
}

.index_header .header_login_btn:hover {
    border: 1px solid #faad14 !important;
}

.index_header .navbar-wrap > ul > li.active > a,
.navbar-wrap > ul > li:hover > a,
.navbar-wrap ul li .submenu li:hover > a,
.navbar-wrap ul li .submenu li.active > a,
.mobile-menu .navigation li.active > a {
    color: #faad14 !important;
    opacity: 1;
}

.mobile-menu-icon {
    display: none;
    font-size: 22px;
}

.btn-primary {
    background-color: #01274e;
    border: none;
}

.btn-primary:hover {
    background-color: #faad14;
}

.navbar-wrap > ul > li .arrow-sub {
    transition: all 0.1s ease;
}

.navbar-wrap > ul > li:hover .arrow-sub {
    transform: rotate(180deg);
}

.banner_box {
    width: 100%;
    height: 610px;
    position: relative;
}

.banner_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_tip_box {
    position: absolute;
    top: 220px;
    color: #fff;
    z-index: 1;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.6);
}

.banner_tip {
    font-size: 57px;
}

.banner_tip1 {
    font-size: 22px;
}

.swiper {
    width: 100%;
    height: 610px;
}

.swiper .swiper-button-next,
.swiper .swiper-button-prev {
    --swiper-theme-color: #f5f5f5;
    opacity: 0.4;
}

.swiper .swiper-button-next {
    padding-right: 38px;
}

.swiper .swiper-button-prev {
    padding-left: 38px;
}

.swiper .swiper-button-next:hover,
.swiper .swiper-button-prev:hover {
    opacity: 1;
}

.index_detail_box {
    background-color: #f6f7f9;
    padding-bottom: 109px;
    position: relative;
    width: 100%;
    z-index: 2;
}

.nav_btn_box {
    height: 122px;
    background-color: #fdfdfd;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 2px;
    margin-top: -61px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
}

.nav_item_divider {
    width: 1px;
    background-color: #f4f4f4;
    height: 100%;
}

.nav_item_btn {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    transition: all 0.2s linear;
    background-color: #ffffff;
    overflow: hidden;
    padding-left: 20px;
}

.nav_item_btn .nav-item-icon {
    position: relative;
    top: -60px;
    width: 200px;
    height: 200px;
    transform: rotate(-20deg);
    transition: all 0.5s ease;
}

.nav_item_btn:hover {
    background-color: transparent;
}

.nav_item_btn:hover .nav-item-icon {
    top: -40px;
    width: 240px;
    height: 240px;
    transform: rotate(-10deg);
}

.nav_item_btn_name {
    font-size: 28px;
    font-weight: bold;
    color: #01274e;
}

.nav_item_btn_tip {
    font-size: 14px;
    color: #666666;
}

.nav_item_btn_text {
    margin-left: 20px;
}

.index_detail_box_title {
    margin-top: 8px;
    font-size: 34px;
    font-weight: bold;
    color: #01274e;
}

.index_detail_box_desc {
    font-size: 16px;
    line-height: 28px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    margin-top: 28px;
    margin-bottom: 60px;
    height: 196px;
}

.index_detail_box_top {
    padding-top: 138px;
}

.index_detail_box_btn_item {
    width: 195px;
    height: 46px;
    background-color: #01274e;
    border-radius: 2px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    display: block;
}

.index_detail_box_btn_item:hover {
    background-color: #faad14;
    color: #fff;
}

.index_detail_box_img {
    width: 600px;
    height: 400px;
}

.right_img_wrapper {
    text-align: right;
}

.service_big_box {
    padding-bottom: 20px;
    background-image: url(../images/service_bj.png);
    object-fit: cover;
}

.service_big_box_tip {
    text-align: center;
    color: #fff;
    font-size: 34px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 46px;
}

.service_big_box .col-lg-4 {
    padding: 0 18px;
}

.service_item_box_new {
    cursor: pointer;
    background-color: #fff;
    border-radius: 2px;
    margin-bottom: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 164px;
    transition: all 0.2s linear;
}

.service_item_box_new:hover {
    transform: translateY(-10px);
}

.service_item_box_new:hover .service_item_img {
    display: none;
}

.service_item_img1 {
    display: none;
}

.service_item_box_new:hover .service_item_img1 {
    display: block;
}

.service_item_box_new:hover .service_item_name_new {
    color: #faad14;
}

.service_item_name_new {
    font-size: 18px;
    color: #01274e;
}

.service_item_box_new img {
    margin-bottom: 10px;
}

.footer_link {
    background-color: #2f3639;
}

.footer_link_row {
    display: flex;
    padding: 17px 0 14px;
}

.footer_link_row .footer_link_label {
    color: #858686;
    margin-right: 60px;
}

.footer_link_row ul {
    flex: 1;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.footer_link_row ul li {
    margin-right: 64px;
}

.footer_link_row ul li a {
    color: rgba(255, 255, 255, 0.6);
}

.footer_link_row ul li:hover a {
    color: #faad14;
}

.footer_box_new {
    /* height: 354px; */
    padding-bottom: 26px;
    background-color: #151c1f;
}

.footer_box_new_row {
    display: flex;
    justify-content: space-between;
    padding-bottom: 24px;
}

.footer_box_new_row .info {
    width: 30%;
}

.footer_box_new_row .connectus {
    width: 30%;
}

.footer_box_heng {
    background-color: #21272a;
    height: 2px;
    margin-top: 24px;
}

.footer_box_tip {
    padding-top: 24px;
    color: #858686;
    display: flex;
    justify-content: space-between;
}

.footer_box_tip a {
    color: #858686;
}

.footer_box_tip a:hover {
    color: #faad14;
}

.footer_item_title {
    font-size: 20px;
    color: #ffffff;
    padding-top: 38px;
    padding-bottom: 28px;
}

.footer_qrcode_wrapper {
    padding-top: 58px;
    display: flex;
    flex-wrap: wrap;
}

.footer_qrcode_wrapper .footer_wx {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 25px;
}

.footer_qrcode_wrapper .footer_wx:last-child {
    margin-right: 0;
}

.footer_qrcode_wrapper .footer_wx span {
    margin-top: 12px;
    color: #858686;
}

.footer_item_desc {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0px;
    color: #858686;
}

.footer_nav_box a {
    font-size: 14px;
    color: #858686;
    display: block;
    line-height: 34px;
}

.footer_nav_box a:hover {
    color: #faad14;
}

.footer_connectus_item {
    color: #858686;
    display: flex;
    margin-bottom: 8px;
    line-height: 19px;
}

.footer_connectus_label {
    width: 38px;
}

.footer_connectus_content {
    flex: 1;
}

.footer_wx img {
    width: 100px;
    height: 100px;
}


.settle_big_box {
    background-color: #f6f7f8;
    padding: 44px 0;
}

.settle_big_box .settle_item_box {
    min-height: 390px;
}

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

.index_title_box_text {
    font-size: 34px;
    font-weight: bold;
    color: #01274e;
    /* padding-left: 16px; */
}

.index_title_box_more {
    font-size: 16px;
    color: #01274e;
    transition: all 0.2s linear;
}

.index_title_box_more:hover {
    transform: translateX(-10px);
}

.index_settle_item_box {
    padding-top: 40px;
}

.settle_item_box {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px 36px;
}

.settle_item {
    transition: all 0.2s linear;
    width: 100%;
    background-color: #fff;
    border-radius: 2px;
    height: 288px;
    margin-bottom: 2%;
    position: relative;
    margin-top: 53px;
}

.settle_logo_box {
    position: absolute;
    left: 50%;
    margin-left: -53px;
    top: -53px;
    width: 106px;
    height: 106px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.settle_logo {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.settle_item_name {
    text-align: center;
    padding-top: 60px;
    font-size: 18px;
    color: #01274e;
    max-width: 80%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 24px;
}

.settle_item_desc {
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    height: 64px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    max-width: 86%;
    margin: 0 auto;
}

.settle_item_btn {
    width: 195px;
    height: 46px;
    border-radius: 2px;
    border: solid 1px #01274e;
    text-align: center;
    line-height: 46px;
    margin: 0 auto;
    margin-top: 36px;
    color: #01274e;
}

.settle_item:hover .settle_item_btn {
    background-color: #faad14;
    border: solid 1px #faad14;
    color: #fff;
}

.settle_item:hover {
    transform: translateY(-10px);
}

.recruitment_item_box {

}

.recruitment_item_box .recruitment_item {
    width: 100%;
    height: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    border-radius: 2px;
    padding: 0 36px;
    box-sizing: border-box;
    transition: all 0.2s linear;
    box-shadow: 0px 3px 38px 0px rgba(0, 0, 0, 0.06);
    margin-bottom: 10px;
}

.recruitment_item_box .recruitment_item:hover {
    transform: translateX(10px);
}

.recruitment_item_box .recruitment_item .job-info {
    display: flex;
    flex-direction: column;
}

.recruitment_item_box .recruitment_item .com-info {
    display: flex;
    align-items: center;
    padding-right: 140px;
}

.recruitment_item_box .recruitment_item .job-info .job-title {
    font-size: 20px;
    color: #141414;
}

.recruitment_item_box .recruitment_item .job-info .job-desc {
    margin-top: 6px;
    font-size: 16px;
    color: #999999;
}

.recruitment_item_box .recruitment_item .job-info .job-desc .salary-num {
    width: 102px;
    height: 26px;
    font-size: 20px;
    color: #faad14;
}

.recruitment_item_box .recruitment_item .job-info .job-desc .salary-text {
    font-size: 14px;
}

.recruitment_item_box .recruitment_item .job-tag-list {
    margin-top: 10px;
    max-width: 300px;
    overflow: hidden;
}

.recruitment_item_box .recruitment_item .job-tag-list .job-tag {
    line-height: 16px;
    font-size: 12px;
    color: #7c7c7c;
    padding: 2px 10px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-right: 8px;
}

.com-info .com-logo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.com-info .com-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.com-info .com-info-text {
    margin-left: 19px;
}

.com-info .com-info-text .com-title {
    font-size: 16px;
    color: #141414;
}

.com-info .com-info-text .com-desc {
    font-size: 14px;
    color: #999999;
    margin-top: 6px;
}

.recruitment_detail_content_box {
    background-color: transparent !important;
    position: relative;
    top: -80px;
}

.job_desc_card {
    padding: 20px 50px;
    background-color: #ffffff;
    border-radius: 2px;
    box-sizing: border-box;
}

.job_desc_card .job_release_date {
    font-size: 14px;
    color: #999999;
}

.job_desc_card .job_title {
    font-size: 24px;
    color: #141414;
    margin-top: 20px;
}

.job_desc_card .job_salary {
    margin-top: 20px;
}

.job_desc_card .job_salary .salary-num {
    color: #FAAD14;
    font-size: 20px;
}

.job_desc_card .job_salary .salary-text {
    color: #999999;
    font-size: 14px;
}

.job_desc_card .job_need {
    color: #666666;
    font-size: 16px;
    margin-top: 20px;
}

.job_desc_card .job-tag-list-wrapper {
    display: flex;
    margin-top: 20px;
}

.job_desc_card .job-tag-list-wrapper .job-tab-lable {
    color: #666666;
    font-size: 16px;
}

.job_desc_card .job-tag-list {
    flex: 1;
}

.job_desc_card .job-tag-list .job-tag {
    line-height: 16px;
    font-size: 12px;
    color: #666666;
    padding: 2px 10px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-right: 8px;
}

.job_details_card {
    margin-top: 14px;
}

.job_details_content_box {
    padding: 20px 50px;
    background-color: #ffffff;
    border-radius: 2px;
}

.job_details_content_box .articel_title {
    font-size: 20px;
    color: #141414;
    line-height: 28px;
}

.job_details_content_box .articel_content {
    margin-top: 20px;
    font-size: 16px;
    color: #083910;
    line-height: 34px;
}

.recruitment_com_box {
    background-color: #ffffff;
    border-radius: 2px;
}

.recruitment_com_box .recruitment_contact {
    padding: 20px 22px;
    border-bottom: 1px solid #f6f7f8;;
}

.recruitment_com_box .recruitment_contact .recruitment_contact_item:last-child {
    margin-top: 30px;
}

.recruitment_com_box .recruitment_contact .recruitment_contact_label {
    font-size: 16px;
    color: #999999;
}

.recruitment_com_box .recruitment_contact .recruitment_contact_value {
    font-size: 18px;
    color: #01274e;
    margin-top: 12px;
}

.recruitment_com_box .recruitment_link {
    padding: 20px 22px;
}

.recruitment_com_box .recruitment_link .com_base_info {
    display: flex;
    align-items: center;
}

.com_base_info .com_logo_wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
}

.com_logo_wrapper img {
    width: 100%;
    height: 100%;
}

.com_base_info .com_title_type {
    margin-left: 9px;
}

.com_title_type .com_title {
    font-size: 16px;
    color: #141414;
}

.com_title_type .com_type {
    font-size: 14px;
    color: #999999;
    margin-top: 8px;
}

.com_nav_link {
    margin-top: 22px;
}

.com_nav_link a {
    display: block;
    width: 250px;
    height: 42px;
    border: 1px solid #01274e;
    color: #01274E;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
}

.com_nav_link:hover a {
    color: #faad14;
    border-color: #faad14;
}

.user_recruit_job_box {
    padding: 0 60px;
}

.user_recruit_job_item {
    border-bottom: 1px solid #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 20px 16px;
    transition: all 0.2s linear;
    position: relative;
}

.user_recruit_job_box a:last-child .user_recruit_job_item {
    border-bottom: 0;
}

.user_recruit_job_item:hover {
    box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.06);
    /* transform: translateX(10px); */
}

.user_recruit_job_item .user_recruit_job_title_info {

}

.user_recruit_job_item .option_bar {
    background-color: #666666;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.user_recruit_job_item:hover .option_bar {
    display: flex;
}

.user_recruit_job_item .option_bar .option_item {
    width: 47px;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.option_item:hover {
    background-color: #404040;
}

.option_item .option_icon {
    width: 18px;
    height: 18px;
}

.user_recruit_job_title_info .user_recruit_job_title {
    font-size: 18px;
    color: #141414;
}

.user_recruit_job_title_info .user_recruit_job_info {
    font-size: 14px;
    margin-top: 12px;
    color: #999999;
}

.user_recruit_job_item .user_recruit_job_status_subdate {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 260px;
}

.user_recruit_job_status_subdate .user_recruit_job_status {
    color: #ffffff;
    line-height: 19px;
    padding: 3px 8px;
    border-radius: 2px;
}

.user_recruit_job_status.success {
    background-color: #2ECC71;
}

.user_recruit_job_status.warnning {
    background-color: #F1C40F;
}

.user_recruit_job_status.error {
    background-color: #E74C3C;
}

.user_recruit_job_status.failed {
    background-color: #BDC3C7;
}

.user_recruit_job_status_subdate .user_recruit_job_subdate {
    color: #999999;
}

.recruitment_details_content_box {
    padding: 34px 62px;
}

.recruitment_status_box {
    width: 100%;
    padding: 26px 36px;
    border: 1px solid;
    border-radius: 2px;
    font-size: 14px;
}

.recruitment_status_box.success {
    border-color: #2ECC71;
    background-color: rgba(46, 204, 113, 0.03);
}

.recruitment_status_box.warnning {
    background-color: rgba(241, 196, 15, 0.03);
    border-color: #f1c40f;
}

.recruitment_status_box.error {
    border-color: #E74C3C;
    background-color: rgba(231, 76, 60, 0.03);
}

.recruitment_status_box.failed {
    border-color: #BDC3C7;
    background-color: rgba(189, 195, 199, 0.03);
    color: #999999;
}

.recruitment_status_box .recruitment_status_label {
    color: #999999;
}

.recruitment_status_box .recruitment_status_value {
    color: #333333;
    margin-left: 30px;
}

.recruitment_status_box.success .recruitment_status_value {
    color: #2ECC71;
}

.recruitment_status_box.warnning .recruitment_status_value {
    color: #f1c40f;
}

.recruitment_status_box.error .recruitment_status_value {
    color: #E74C3C;
}

.recruitment_info_box {
    margin-top: 34px;
    font-size: 14px;
}

.recruitment_info_box .recruitment_info_item {
    margin-bottom: 20px;
    display: flex;
    line-height: 24px;
}

.recruitment_info_item .recruitment_info_item_label {
    color: #A1A8B1;
    width: 58px;
}

.recruitment_info_item .recruitment_info_item_value {
    color: #333333;
    margin-left: 58px;
    flex: 1;
}

.recruitment_info_item .job-tag-list {

}

.recruitment_info_item .job-tag-list .job-tag {
    font-size: 14px;
    color: #7c7c7c;
    padding: 4px 12px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-right: 12px;
    margin-bottom: 4px;
}

.recruitment_info_item .job_details_text {
    color: #083910;
    line-height: 30px;
}

.recruitment_details_content_box .option_bar {
    position: fixed;
    right: 64px;
    top: 300px;
    display: flex;
    flex-direction: column;
    box-shadow: 2px 9px 28px 0px rgba(1, 39, 78, 0.06);
    border-radius: 2px;
}

.recruitment_details_content_box .option_bar .option_item {
    cursor: pointer;
    width: 46px;
    height: 46px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #f8f8f8;
}

.recruitment_details_content_box .option_bar .option_item:last-child {
    border-bottom: unset;
}

.recruitment_details_content_box .option_bar .option_item:hover {
    background-color: #fdfdfd;
}

.recruitment_details_content_box .option_bar .option_item .option_icon {
    width: 16px;
    height: 16px;
}

.edit_recruitment_box {
    font-size: 14px;
    margin-top: 50px;
}

.release_recruitment_item_box {
    margin-bottom: 22px;
}

.release_recruitment_item_fullline {
    display: flex;
    align-items: center;
}

.fullline_radio_gorup {
    display: flex;
    flex-wrap: wrap;
}

.release_recruitment_item_box.align-start {
    align-items: flex-start;
}

.release_recruitment_item_box .main_inp_wrapper {
    display: flex;
    align-items: center;
    padding-right: 0;
}

.release_recruitment_item_left {
    color: #333333;
    width: 100px;
    margin-left: 50px;
    flex-shrink: 0;
}

.release_recruitment_item_left span {
    font-size: 18px;
    color: #ff0000;
    margin-right: 4px;
    margin-top: 4px;
}

.release_recruitment_item_inp {
    flex: 1;
    display: flex;
    align-items: center;
    color: #A1A8B1;
}

.release_recruitment_item_inp input {
    flex: 1;
    width: 100%;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding-left: 10px;
}

.release_recruitment_item_inp input::placeholder {
    color: #A1A8B1;
    font-size: 14px;
}

.release_recruitment_item_inp input[disabled] {
    color: #A1A8B1;
    background-color: #f5f5f5;
    color: rgba(0, 0, 0, .25);
    cursor: not-allowed;
}

.release_recruitment_item_inp select {
    flex: 1;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 98% 46%;
    background-repeat: no-repeat;
}

.release_recruitment_item_inp .imgFile #label_add span {
    border: none;
    background-color: #f7f7f7;
    width: 150px;
    border-radius: 0;
}

.release_recruitment_item_inp .imgFile #label_add span::before,
.release_recruitment_item_inp .imgFile #label_add span::after {
    /* display: none; */
    color: #cacaca;
}

.release_recruitment_item_inp .imgFile #label_add span::before {
    width: 2px;
    height: 40px;
    top: calc(50% - 20px);
}

.release_recruitment_item_inp .imgFile #label_add span::after {
    width: 40px;
    height: 2px;
    left: calc(50% - 20px);
}

.release_recruitment_item_box .additional_info {
    display: flex;
    align-items: center;
    color: #A1A8B1;
}

.additional_info .inp_help {
    margin-right: 66px;
}

.release_recruitment_item_box .additional_radio_wrapper {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: #333333;
}

.additional_radio_wrapper input {
    display: none;
}

.additional_radio_wrapper label {
    cursor: pointer;
    display: flex;
    align-items: center;
}

.additional_radio_wrapper label:before {
    content: ' ';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 8px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-image: url('../images/icon_check.png');
}

.additional_radio_wrapper input:checked + label:before {
    background-image: url('../images/icon_checked.png');
}

.release_recruitment_item_box .editor_wrapper {
    padding: 10px 47px;
}

.release_btn {
    width: 158px;
    height: 52px;
    background-color: #01274e;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    border: none;
    border-radius: 2px;
}

.enterprise_details_recruitment_box {

}

.enterprise_details_recruitment_box .recruitment_item_box {

}

.enterprise_details_recruitment_box .recruitment_item_box .recruitment_item {
    border-bottom: 1px solid #f8f8f8;
    margin-bottom: unset;
    box-shadow: unset;
}

.enterprise_details_recruitment_box .recruitment_item_box .recruitment_item:hover {
    transform: unset;
    box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.06);
}

.enterprise_details_recruitment_box .recruitment_item_box a:last-child .recruitment_item {
    border-bottom: unset;
}

.enterprise_details_recruitment_box .recruitment_item_box .recruitment_item .com-info {
    padding: unset;
    color: #999999;
    font-size: 14px;
}

.index_new_big_box {
    background-color: #ffffff;
    padding: 62px 0;
    padding-bottom: 30px;
}

.index_new_big_box .new_index_child_box {
    padding: unset;
}

.index_new_big_box .new_index_child_box:first-child {
    padding-right: 28px;
}

.index_new_big_box .new_index_child_box:last-child {
    padding-left: 28px;
}

.new_index_box {
    border-radius: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.new_index_box_item {
    background-color: #fff;
    transition: all 0.2s linear;
    height: 132px;
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
    border-bottom: 1px solid #f2f2f2;
    /* padding-left: 16px;
    padding-right: 16px; */
    box-sizing: border-box;
}

/* .new_index_box_item::after {
  content: '';
  position: absolute;
  width: 556px;
  left: 16px;
  bottom: 0;
  border-bottom: 1px solid #f2f2f2;
} */

.new_index_box_item .new_index_box_item_info {
    margin: 0 auto;
    width: 100%;
}

.new_index_box_item_img {
    width: 150px;
    height: 100px;
    border-radius: 2px;
    margin-right: 20px;
}

.new_index_box_item_title {
    font-size: 18px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.new_index_box_item_desc {
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}

.new_index_box_item_time {
    font-size: 14px;
    color: #ccc;
    margin-top: 8px;
}

.new_index_box_item_association {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #2962FF;
    padding: 0 6px;
    margin-left: 22px;

    background: rgba(41, 98, 255, 0.04);
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
}

.new_index_box_item:nth-last-child(1) {
    border-bottom: solid 1px #fff;
}

.new_index_box_item:hover {
    /* box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.06); */
    transform: translateX(10px);
}

.new_index_box_item:hover .new_index_box_item_title {
    color: #01274E;
}

.nav_item_btn:hover .nav_item_btn_name {
    /* color: #faad14; */
}

.nav_item_btn:hover {
    transform: translateX(10px);
}

.settle_top_search_box {
    padding: 24px 0 4px;
    background-color: #ffffff;
    /* border-top: 1px solid #f4f4f4; */
}

.settle_top_business_box {
    padding-top: 20px;
    background-color: #ffffff;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
}


.search_select_box_wrapper {
    flex: 1;
    display: flex;
    justify-content: space-between;
}

.search_item_name {
    font-size: 14px;
    color: #999;
    height: 46px;
    line-height: 46px;
}

.empty {
    width: 370px;
    height: 346px;
    background-image: url("../images/empty.png");
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    position: relative;
}

.empty .help {
    font-size: 14px;
    line-height: 19px;
    color: #bec8d8;
    position: absolute;
    text-align: center;
    bottom: 50px;
    width: 100%;
}

.wyInput {
    width: 300px;
    border-radius: 5px;
    position: relative;
}

.wyInput .wyinput-group {
    width: 100%;
    height: 46px;
    overflow: hidden;
}

.wyinput-btn img {
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-top: 10px;
}

.wyInput .wyinput-group input {
    width: 80%;
    height: 46px;
    line-height: 46px;
    border: 1px solid #f2f2f2;
    background-color: #fcfcfc;
    float: left;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 10px;
    border-right: unset;
}

.wyInput .wyinput-group input::placeholder {
    color: #999999;
}

.wyInput .wyinput-group a {
    float: left;
    padding: 0 13px;
    background-color: #fcfcfc;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border: 1px solid #f2f2f2;
    border-left: unset;
}

.wyInput .wyinput- {
    position: absolute;
    top: 40px;
    z-index: 1000;
    background: #F2F2F2;
    border: 1px solid #EEE4D8;
    border-top-color: transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5px 5px;
}

.wyInput .wyinput- p a {
    text-decoration: none;
    color: #333;
    font-size: 14px;
    width: 100%;
    height: 24px;
    line-height: 24px;
    display: block;
}

.wyInput .wyinput- p a:hover {
    color: #fff;
    background: #35ACC1;
}

.search_select_box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 6px;
    width: 94%;
}

.search_select_item {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
    color: #333333;
    padding: 0 15px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 4px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.search_select_fold_toggle {
    margin-top: 6px;
    cursor: pointer;
    width: 52px;
    height: 34px;
    background-color: #fcfcfc;
    border-radius: 2px;
    color: #01274e;
    line-height: 34px;
    text-align: center;
    font-weight: 600;
    position: relative;
}

.search_select_fold_toggle::after {
    content: '\f106';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.fold .search_select_fold_toggle::after {
    content: '\f107';
}

.fold .search_select_box {
    height: 44px;
    overflow: hidden;
}

.search_select_item:hover {
    background-color: rgba(250, 173, 20, 0.08);
    border: solid 1px #faad14;
    color: #faad14;
}

.search_select_item_active {
    background-color: rgba(250, 173, 20, 0.08);
    border: solid 1px #faad14;
    color: #faad14;
}

.search_item_left {
    width: 10% !important;
}

#yema {
    clear: both;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 30px;
}

#yema .pages a {
    vertical-align: middle;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    width: 66px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #C6C6C6; /* background-color: #c6c6c6; */
    color: #fff;
    display: inline-block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

#yema .pages span {
    vertical-align: middle;
    color: #ffffff;
    width: 76px;
    height: 35px;
    line-height: 35px;
    background-color: #01274e;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
}

#yema .pages a.pages_btn {
    width: 60px
}

#yema .pages a.pages_num {
    width: 60px
}

.settle_detail_top_box {
    height: 184px;
    background-image: url(../images/service_bj.png);
    object-fit: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.settle_detail_top_info {
    display: flex;
    align-items: center;
}

.settle_detail_logo img {
    height: 82px;
    width: 82px;
}

.settle_detail_right_info {
    margin-left: 25px;
}

.settle_detail_right_info .settle_detail_name {
    font-size: 30px;
    color: #fff;
}

.settle_detail_time_box {
    font-size: 14px;
    color: #ffffff;
    opacity: 0.5;
    display: flex;
    align-items: center;
    padding-top: 6px;
}

.settle_detail_time {
    margin-right: 40px;
}

.settle_detail_select_box {
    height: 60px;
    background-color: #ffffff;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);

}

.settle_detail_select_item_box {
    white-space: nowrap;
    overflow-x: auto;
}

.settle_detail_select_item {
    display: inline-block;
    font-size: 14px;
    color: #333;
    padding: 0 14px;
    height: 60px;
    line-height: 60px;
    margin: 0 16px;
    cursor: pointer;
}

.settle_detail_big_box {
    background-color: #f6f7f9;
    padding: 14px 0;
    padding-bottom: 40px;
}

.settle_detail_select_item_active {
    color: #01274e;
    position: relative;
}

.settle_detail_select_item_active::after {
    position: absolute;
    content: '';
    width: 50%;
    height: 4px;
    border-radius: 15px;
    background-color: #01274e;
    left: 25%;
    bottom: 0;
}

.settle_detail_content_box {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 42px 30px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: 16px;
    font-size: 16px;
    line-height: 30px;
}

.settle_detail_content_box img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

#login-modal .modal-dialog {
    width: 452px;
    max-width: none;
    margin-top: 8%;
}
#login-modal .modal-dialog .modal-content {
    height: 100%;
    background-image: url(/static/kejiyuan/images/login-header-bg.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
#login-modal .modal-dialog .modal-content .login-dialog-title {
    font-size: 26px;
    color: #FFFFFF;
    text-align: center;
}
#login-modal .modal-dialog .modal-content .login-dialog-title .btn-close {
    background-image: url(/static/kejiyuan/images/login-close.svg);
    position: absolute;
    right: 20px;
    top: 12px;
}
#login-modal .modal-dialog .modal-content .login-content {
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.login-content .qrcode-wrapper {
    border-radius: 0px 0px 0px 0px;
    padding: 12px;
    box-sizing: border-box;
}
.login-content .qrcode-wrapper img {
    width: 100%;
    height: 100%;
}
.login-content .qrcode-tip {
    margin-top: 36px;
    color: rgba(0,0,0,0.4);
    text-align: center;
}

@media (min-width: 1200px) {
    .settle_detail_content_box_col {
        padding-right: 14px;
    }

    .settle_detail_contact_box_col {
        padding-left: unset;
        padding-right: 6px;
    }
}


.settle_detail_contact_box {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 36px 24px;
    padding-bottom: 20px;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);
}

.settle_detail_contact_item {
    display: flex;
    margin-bottom: 16px;
}

.settle_detail_contact_item_name {
    font-size: 14px;
    color: #999999;
    width: 42px;
    text-align: right;
    flex-shrink: 0;
}

.settle_detail_contact_item_text {
    width: 154px;
    font-size: 14px;
    color: #333;
}

.settle_detail_contact_item_text_no_auth {
    flex: 1;
    font-size: 14px;
    color: #333;
}

.settle_detail_contact_item_edit_icon {
    display: none;
}

.settle_detail_contact_item_text:hover {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff;
}

.settle_detail_contact_item_text:hover .settle_detail_contact_item_edit_icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.settle_desc_edit_box {
    position: absolute;
    top: 0;
    right: 0;
    align-items: center;
    display: none;
    z-index: 990;
}

.settle_desc_edit_box_help {
    color: #cccccc;
    text-align: center;
}

.settle_detail_content_box {
    position: relative;
}

.settle_desc_edit_box1 {
    width: 47px;
    height: 38px;
    border-radius: 0px 0px 0px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.settle_detail_content_box:hover .settle_desc_edit_box {
    display: flex;
}

.settle_detail_contact_btn {
    width: 98%;
    height: 42px;
    line-height: 42px;
    color: #fff;
    background-color: #67c23a;
    border-radius: 2px;
    display: block;
    margin: 0 auto;
    text-align: center;
    transition: all 0.2s linear;
    cursor: pointer;
}

.settle_detail_contact_btn:hover {
    color: #fff;
    background-color: #5AB92A;
}

.settle_detail_contact_btn:focus {
    color: #fff;
}

.park_detail_bj img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.current_page {
    height: 46px;
    line-height: 46px;
    display: flex;
    align-items: center;
}

.select_left_box {
    background-color: #ffffff;
}

.select_left_item {
    height: 80px;
    border-bottom: 1px solid #f3f3f3;
    text-align: center;
    line-height: 80px;
    font-size: 22px;
    color: #2c3e50;
    cursor: pointer;
}

.select_left_item_active {
    color: #faad14;
    position: relative;
}

.select_left_item_active::before {
    content: '';
    width: 5px;
    height: 40px;
    position: absolute;
    left: 0;
    top: 20px;
    background-color: #faad14;
}

.apply_btn {
    height: 52px;
    background-color: #01274e;
    border-radius: 2px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

.park_map_box {
    height: 300px;
    overflow: hidden;
    margin-top: 20px;
}

.notice_list_box {
    background-color: #fff;
    border-radius: 4px;
    padding: 0 16px;
}

.article_detail_box {
    background-color: #fff;
    border-radius: 4px;
    padding: 25px 64px;
}

.article_detail_box img {
    max-width: 100%;
    height: auto;
}

.article_content {
    padding-bottom: 74px;
    font-size: 16px;
    line-height: 30px;
    word-break: break-word;
}

.article_content img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.article_title {
    font-size: 22px;
    color: #2C3E50;
    line-height: 36px;
    text-align: center;
    margin-bottom: 18px;
}

.article_time {
    color: #a1a8b1;
    text-align: center;
    font-size: 12px;
    padding-bottom: 26px;
}

.next_artitle_title {
    font-size: 16px;
    color: #8d8d96;
    padding-bottom: 20px;
    transition: all 0.2s linear;
}

.next_artitle_title:hover {
    color: #01274e;
    transform: translateX(10px);
}

.next_artitle_title:hover a {
    color: #01274e;
}

.next_artitle_title a {
    color: #8d8d96;
}

.hot_article_box {
    background-color: #ffffff;
    border-radius: 4px;
    padding-top: 18px;
    padding-left: 22px;
    padding-right: 22px;
    padding-bottom: 10px;
}

.hot_article_item {
    display: flex;
    align-items: center;
    padding-bottom: 16px;
}

.hot_article_item .hot_article_item_number {
    font-size: 16px;
    color: #333333;
    width: 26px;
}

.hot_article_item:first-child .hot_article_item_number {
    color: #ff0000;
}

.hot_article_item:nth-child(2) .hot_article_item_number {
    color: #ff7700;
}

.hot_article_item:nth-child(3) .hot_article_item_number {
    color: #ffaa00;
}

.hot_article_item_title {
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}

.hot_article_title {
    font-size: 24px;
    color: #01274e;
    padding-bottom: 30px;
}

.settle_case_item_box {
    padding-top: 15px;
    padding-left: 36px;
    background-color: #ffffff;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
}

.settle_case_item {
    width: 30%;
    margin-right: 3%;
    margin-bottom: 2px;
    padding-bottom: 20px;
    cursor: pointer;
    transition: all 0.2s linear;
}

.settle_case_item:hover {
    transform: translateY(-10px);
}

.settle_case_item img {
    width: 100%;
    object-fit: cover;
}

.settle_case_item_name {
    padding-left: 16px;
    font-size: 18px;
    color: #333333;
    padding-top: 13px;
    padding-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.settle_case_item_desc {
    padding-left: 16px;
    font-size: 14px;
    color: #999;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.settle_case_item_time {
    font-size: 14px;
    color: #ccc;
    padding-left: 16px;
}

#mask_edit_box input {
    outline-style: none;
    padding: 7px 0px;
    border: 1px solid #ccc;
    border-radius: 3px;
    width: 60%;
    margin: 0 auto;
    display: block;
    margin-top: 16%;
}

#mask_edit_box button {
    outline-style: none;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 40px;
    width: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #FFf;
    background-color: #01274e;
    border-radius: 4px;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
}

#choiceWindow3 button {
    outline-style: none;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    width: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #FFf;
    background-color: #01274e;
    border-radius: 4px;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
}

#choiceWindow5 button {
    outline-style: none;
    border: none;
    margin: 0 auto;
    display: block;
    width: 50%;
    font-size: 16px;
    color: #FFf;
    background-color: #01274e;
    border-radius: 4px;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
}

#choiceWindow5 #x5 {
    position: absolute;
    top: 8px;
    left: 94%;
    font-size: 25px;
}

#choiceWindow2 button {
    outline-style: none;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    width: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #FFf;
    background-color: #01274e;
    border-radius: 4px;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
}

.mask_case_edit_item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.mask_case_edit_item_text textarea {
    resize: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 10px;
    min-width: 400px;
    min-height: 120px;
    outline: none
}

.mask_case_edit_item_text input {
    width: 384px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 0 10px;
}

.mask_case_edit_item_text select {
    width: 384px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 98% 46%;
    background-repeat: no-repeat;
}


.mask_case_edit_item_text .imgFile #label_add span {
    border: none;
    background-color: #f7f7f7;
    width: 150px;
    border-radius: 0;
}


.mask_case_edit_item_text .imgFile #label_add span::before,
.mask_case_edit_item_text .imgFile #label_add span::after {
    color: #cacaca;
}


.mask_case_edit_item_text .imgFile #label_add span::before {
    width: 2px;
    height: 40px;
    top: calc(50% - 20px);
}


.mask_case_edit_item_text .imgFile #label_add span::after {
    width: 40px;
    height: 2px;
    left: calc(50% - 20px);
}


.mask_case_edit_item_rich {
    width: 600px;
    /* color: #fff; */
}

#choiceWindow4 button {
    outline-style: none;
    border: none;
    margin: 0 auto;
    display: block;
    margin-top: 20px;
    width: 50%;
    padding: 20px 0;
    font-size: 16px;
    color: #FFf;
    background-color: #01274e;
    border-radius: 4px;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
}

#choiceWindow2 {
    display: none;
    position: absolute;
    width: 50%;
    height: fit-content;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 20px;
    /* border:3px solid #ccc; */
    background-color: white;
    z-index: 99999;
    overflow: auto;
    border-radius: 6px;
}

#mask_rich_box {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    z-index: 99999;
}

.w-e-text-container {
    /* z-index:99999 !important; */
}

#choiceWindow3 {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: 70%;
    padding: 20px;
    background-color: white;
    z-index: 9999;
    overflow: auto;
    border-radius: 6px;
}

#choiceWindow4 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: 90%;
    padding: 75px;
    padding-top: 30px;
    background-color: white;
    z-index: 99999;
    overflow: hidden;
    border-radius: 6px;
}

#choiceWindow1 {
    display: none;
    position: absolute;
    top: 25%;
    left: 35%;
    width: 30%;
    height: 40%;
    padding: 20px;
    background-color: white;
    z-index: 99999;
    overflow: auto;
    border-radius: 6px;
}

#backGround1 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=88);
}

#x1:hover {
    cursor: pointer;
    color: #01274e;
}

#backGround2 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=88);
}

#x2:hover {
    cursor: pointer;
    color: #01274e;
}

#backGround3 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 9998;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=88);
}

#x3:hover {
    cursor: pointer;
    color: #01274e;
}

#x5:hover {
    cursor: pointer;
    color: #01274e;
}

#backGround5 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=88);
}

#backGround4 {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=88);
}

#x4:hover {
    cursor: pointer;
    color: #01274e;
}

#choiceWindow5 {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    padding: 40px 80px;
    background-color: white;
    z-index: 99999;
    overflow: auto;
    border-radius: 4px;
}

#choiceWindow5 .connect_us_form {
    width: 585px;
    padding-top: 20px;
}

#choiceWindow,
.choiceWindow {
    display: none;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1000px;
    max-height: 75vh;
    padding: 42px 120px;
    background-color: white;
    z-index: 99999;
    overflow: hidden;
    border-radius: 4px;
}

#backGround {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
    background-color: black;
    z-index: 9999;
    -moz-opacity: 0.7;
    opacity: .70;
    filter: alpha(opacity=88);
}

#x:hover {
    cursor: pointer;
    color: #01274e;
}

.mask_case_title {
    font-size: 22px;
    text-align: center;
    color: #333333;
}

.mask_case_desc {
    margin-top: 28px;
    height: 90%;
    font-size: 16px;
    line-height: 30px;
    overflow-y: auto;
}

#mask_case_box {
    overflow-y: auto;
    height: 95%;
    padding-top: 30px;
}

::-webkit-scrollbar {
    width: 4px;
    height: 20px;
    background-color: #F5F5F5;
}

.mask_case_desc img {
    max-width: 100%;
    margin: 0 auto;
    height: auto;
}

.settle_news_content_box {
    background-color: #fff;
    border-radius: 4px;
    padding: 0 20px;
    margin-bottom: 14px;
}

.mask_case_edit_item_name {
    margin-right: 10px;
    width: 85px;
}

.mask_case_edit_item_name span {
    color: #ff0000;
    margin-right: 4px;
}

#mask_contact_box {
    padding-top: 20px;
}

.imgFile {
    display: flow-root
}

@supports (display:flow-root) {
    .imgFile {
        display: flow-root;
    }
}

.imgFile label input {
    display: none
}

.imgFile label span {
    width: 100px;
    height: 100px;
    display: inline-block;
    border: 1px solid #ccc;
    /* margin:16px; */
    position: relative;
    border-radius: 4px;
    margin-left: 0;
    cursor: pointer;
}

.imgFile label span:after {
    width: 60%;
    height: 1px;
    background: #dbdbdb;
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    left: calc(50% - 30%)
}

.imgFile label span:before {
    width: 1px;
    height: 60%;
    background: #dbdbdb;
    content: "";
    display: inline-block;
    position: absolute;
    left: 50%;
    top: calc(50% - 30%)
}

.imgFile .imgDiv {
    width: 100px;
    height: 100px;
    /*border:1px solid #999999;*/
    /*margin: 16px;*/
    margin-bottom: 5px;
    position: relative;
    float: left
}

.imgFile .imgDiv img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.imgFile .imgDiv span {
    width: 100%;
    height: 20%;
    color: white;
    display: none;
    background: rgba(0, 0, 0, 0.38);
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.imgFile .imgDiv i {
    font-style: inherit;
    float: right;
    cursor: pointer;
    margin-right: 5px;
    line-height: 100%;
    font-size: 20px
}

.imgFile .imgDiv:hover > span {
    display: block
}

.recommendSize {
    color: #cccccc;
    margin-left: 10px;
}

.login_contact_box {
    width: 100%;
    height: 686px;
    object-fit: cover;
    background: url(../images/login_bj.png) no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.login_box {
    width: 508px;
    /*height: 392px;*/
    padding-bottom: 54px;
    background-color: #ffffff;
    box-shadow: 0px 8px 23px 0px rgba(0, 0, 0, 0.06);
    border-radius: 2px;
    margin: 0 auto;
    position: absolute;
    top: 12%;
    left: 50%;
    margin-left: -254px;
}

.login_box .tips {
    width: 78%;
    margin: 0 auto;
}

.login_box_title {
    font-size: 26px;
    color: #2c3e50;
    font-weight: bold;
    padding-top: 40px;
    margin-left: 54px;
    position: relative;
}

.login_box_title::after {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #2c3e50;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 4px;
}

.login_box_title_zhu {
    position: absolute;
    top: 46px;
    right: 70px;
    font-size: 18px;
    color: #faad14;
    font-weight: bold;
    transition: all 0.2s linear;
}

.login_box_title_zhu:hover {
    transform: translateX(-10px);
}

.login_box_heng {
    margin-left: 54px;
    width: 78%;
    height: 2px;
    background-color: #d7dade;
    margin-top: 8px;
    margin-bottom: 30px;
}

.login_inp {
    margin-left: 54px;
    width: 78%;
    height: 52px;
    background-color: #fafbfc;
    margin-bottom: 26px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    border-radius: 4px;
}

.login_btn {
    margin-left: 54px;
    width: 78%;
    height: 52px;
    background-color: #01274e;
    color: #fff;
    text-align: center;
    line-height: 52px;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
    margin-top: -2px;
    cursor: pointer;
    border-radius: 4px;
    font-size: 16px;
}

.login_top_bj_box {
    height: 184px;
}

.login_top_bj_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.register_content_box {
    min-height: 589px;
    background-color: #f6f7f9;
    position: relative;
}

.register_center_box {
    width: 886px;
    /*height: 640px;*/
    padding-bottom: 70px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #f2f2f2;
    position: absolute;
    left: 50%;
    margin-left: -443px;
    top: -100px;
}

.register_center_title {
    text-align: center;
    font-size: 24px;
    color: #01274e;
    font-weight: bold;
    padding: 43px 0;
}

.register_status_box {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 500px;
    justify-content: center;
}

.register_status_box_no {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
    color: #d8d8d8;
    background-color: #efefef;
    border: solid 1px #d8d8d8;
}

.register_status_box_no_active {
    color: #fff;
    background-color: #01274e;
    border: solid 1px #01274e;
}

.register_status_box_heng {
    width: 88px;
    height: 2px;
    background-color: #f0f0f0;
}

.register_status_box_heng_active {
    background-color: #01274e;
}

.register_status_tip_box {
    margin: 0 auto;
    width: 540px;
    display: flex;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 76px;
}

.register_status_tip {
    width: 33.3%;
    color: #999999;
    text-align: center;
}

.register_status_tip1 {
    color: #01274e;
}

.register_center_item_box {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}

.register_center_item_box.align-start {
    align-items: flex-start;
}

.register_center_item_left {
    color: #333333;
    width: 120px;
    margin-left: 188px;
}

.register_center_item_left span {
    font-size: 18px;
    color: #ff0000;
    margin-right: 4px;
    margin-top: 4px;
}

.register_center_item_inp {
    display: flex;
    align-items: center;
}

.register_center_item_inp input {
    width: 384px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 0 10px;
}

.register_center_item_inp select {
    width: 384px;
    height: 42px;
    background-color: #ffffff;
    border-radius: 2px;
    border: solid 1px #dddddd;
    padding: 0 10px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 98% 46%;
    background-repeat: no-repeat;
}

.register_center_item_inp .imgFile #label_add span {
    border: none;
    background-color: #f7f7f7;
    width: 150px;
    border-radius: 0;
}

.register_center_item_inp .imgFile #label_add span::before,
.register_center_item_inp .imgFile #label_add span::after {
    /* display: none; */
    color: #cacaca;
}

.register_center_item_inp .imgFile #label_add span::before {
    width: 2px;
    height: 40px;
    top: calc(50% - 20px);
}

.register_center_item_inp .imgFile #label_add span::after {
    width: 40px;
    height: 2px;
    left: calc(50% - 20px);
}

.register_btn {
    width: 314px;
    height: 52px;
    background-color: #01274e;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    border: none;
    border-radius: 4px;
}

.register_content_box1 {
    /*height: auto;*/
    min-height: 1200px;
}

.register_center_box1 {
    /*height: auto;*/
    min-height: 1200px;
}

.examine_box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.examine_box img {
    width: 112px;
}

.examine_tip {
    font-size: 38px;
    color: #333333;
    padding-top: 22px;
    padding-bottom: 22px;
}

.examine_tip1 {
    color: #999999;
    font-size: 16px;
}

.write_info_tip {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin-bottom: 28px;
}

.write_info_item_box {
    margin: 0 auto;
    width: 450px;
    height: 98px;
    background-color: #ffffff;
    border-radius: 4px;
    border: solid 1px #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.write_info_item_left {
    margin-left: 26px;
}

.write_info_item_name {
    font-size: 18px;
    color: #333333;
}

.write_info_item_desc {
    font-size: 14px;
    color: #999999;
    margin-top: 4px;
    letter-spacing: 1px;
}

.write_item_img1 {
    display: none;
    margin-right: 30px;
}

.write_item_img {
    margin-right: 30px;
}

.write_info_item_box:hover .write_item_img {
    display: none;
}

.write_info_item_box:hover .write_item_img1 {
    display: block;
}

.write_info_item_box:hover {
    border: solid 1px #01274e;
}

.write_info_item_box.write_down {
    opacity: 0.6;
    background-color: #f5f5f5;
}

.write_info_item_box.write_down:hover .write_item_img {
    display: block;
}

.write_info_item_box.write_down:hover .write_item_img1 {
    display: none;
}

.write_info_item_box.write_down:hover {
    border: unset;
}

.write_info_btn {
    width: 314px;
    height: 52px;
    background-color: #01274e;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
    text-align: center;
    line-height: 52px;
    color: #fff;
    margin: 0 auto;
    display: block;
    margin-top: 52px;
    border-radius: 4px;
}

.write_info_btn:hover {
    color: #fff;
}

.register_content_box2 {
    height: 762px;
}

.register_center_box2 {
    height: 796px;
}

.user_big_box {
    background-color: #f6f7f9;
    padding-top: 15px;
    padding-bottom: 55px;
}

.user_left_box {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 40px;
}

.user_right_box {
    background-color: #fff;
    border-radius: 4px;
    padding-top: 30px;
    padding-bottom: 94px;
}

#user_right_box_info .register_btn {
    width: 150px;
    height: 58px;
    margin-left: 170px;
    margin-right: unset;
}

.usser_center_logo img {
    width: 78px;
    height: 78px;
    border-radius: 50%;

}

.user_homepage_box {
    padding-bottom: 60px;
}

.user_homepage_addr_box {
    font-size: 16px;
    color: #a1a8b1;
}

.user_homepage_addr_box .addr_cpoybtn {
    padding: 4px 12px;
    border-radius: 15px;
    border: 1px solid #a1a8b1;
    font-size: 12px;
    line-height: 16px;
    color: #a1a8b1;
    background-color: #ffffff;
    margin-left: 26px;
}

.float_btn {
    width: 314px;
    height: 52px;
    background-color: #01274e;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    display: block;
    position: relative;
    border: none;
    border-radius: 4px;
    bottom: 70px;
}

.float_btn:hover {
    background-color: #faad14;
    box-shadow: 10px 16px 22px 0px rgba(250, 173, 20, 0.18);
}

.perfect_now_btn {
    position: sticky;
    bottom: 18vh;
    left: 50%;
    width: 242px;
}

.perfect_now_btn .arrow-icon {
    position: absolute;
    top: 20px;
    right: 25px;
}

.usser_center_logo_zw {
    height: 32px;
}

.usser_center_logo {
    width: 84px;
    height: 84px;
    box-shadow: 15px 11px 43px 0px rgba(0, 0, 0, 0.06);
    border: solid 6px #ffffff;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 40px;
}

.usser_center_name {
    max-width: 86%;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    padding-top: 40px;
}

.user_slide_status_label {
    display: block;
    width: fit-content;
    margin: 14px auto;
    height: 24px;
    background-color: #ffffff;
    border-radius: 13px;
    border: solid 1px;
    font-size: 12px;
    line-height: 24px;
    padding: 0 12px;
}

.user_slide_status_label.success-label {
    border-color: #52c41a;
    color: #52c41a;
}

.user_slide_status_label.error-label {
    border-color: #f5222d;
    color: #f5222d;
}

.user_slide_status_label.waitting-label {
    border-color: #1abc9c;
    color: #1abc9c;
}

.user_slide_status_label.disable-label {
    border-color: #8c8c8c;
    color: #8c8c8c;
    background-color: #f0f0f0;
}

.user_slide_status_label.notice-label {
    position: relative;
}

.user_slide_status_label.notice-label::after {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff0000;
    right: -8px;
    top: -5px;
}

.slide_nav_box {
    margin-top: 70px;
}

.slide_nav_item_box {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #333;
    border-left: 4px solid #fff;
    display: block;
    position: relative;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.slide_nav_item_box:hover {
    color: #faad14;
    background-color: #fafafa;
    border-left: 4px solid #faad14;
}

.slide_nav_item_box span {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ff0000;
    display: block;
    position: absolute;
    right: 104px;
    top: 12px;
}

.slide_nav_item_active {
    color: #faad14;
    background-color: #fafafa;
    border-left: 4px solid #faad14;
}

.slide_out {
    width: 142px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #999;
    background-color: #fafafa;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 100px;
    cursor: pointer;
    -moz-user-select: none; /*Ã§ÂÂ«Ã§â€¹Â*/
    -webkit-user-select: none; /*webkitÃ¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/
    -ms-user-select: none; /*IE10*/
    -khtml-user-select: none; /*Ã¦â€”Â©Ã¦Å“Å¸Ã¦ÂµÂÃ¨Â§Ë†Ã¥â„¢Â¨*/
    user-select: none;
}

.user_right_box_title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 30px;
}

.user_right_box_title_justify_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 22px;
}

.user_right_box_title_justify_between .title {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-left: 30px;
}

.user_right_box_title_justify_between .add_btn {
    cursor: pointer;
    padding: 12px 28px;
    line-height: 19px;
    border: 1px solid #01274e;
    color: #01274E;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.add_btn:hover {
    border-color: #01274e;
    color: #01274e;
}

.add_btn .add_icon {
    margin-right: 10px;
    width: 13px;
    height: 13px;
}

.user_right_box_content {
    padding: 50px 65px;
    padding-bottom: 35px;
}

.success-toast.show {
    background-color: #28a745;
    margin-left: 12px;
}

.content_richtext_wrapper {
    margin-top: 35px;
}

.user_right_box_heng {
    width: 100%;
    height: 2px;
    background-color: #f9f9f9;
    margin-bottom: 40px;
}

.user_right_select {
    margin-top: 40px;
    padding-left: 50px;
}

.user_center_item_left {
    margin-left: 52px;
}

.user_rich_edit_box {
    width: 90%;
    margin: 0 auto;
}

.edit_pwd_box {
    padding-top: 40px;
}

.mail_item_box {
    height: 92px;
    border-bottom: solid 1px #f2f2f2;
    width: 92%;
    margin: 0 auto;
    transition: all 0.2s linear;
}

.mail_item_title {
    max-width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    padding-top: 22px;
}

.mail_item_time {
    color: #cccccc;
}

.mail_item_box:hover {
    background-color: #fafafa;
    cursor: pointer;
    transform: translateX(10px);
}

.mail_item_box:hover .mail_item_title {
    color: #01274e;

}

.mail_item_unread_box .mail_item_title {
    color: #bbbbbb;
}

.user_new_box {
    width: 92%;
    margin: 0 auto;
    padding-top: 30px;
}

.add_new_box {
    height: 132px;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
}

.add_new_box span {
    color: #01274e;
    font-size: 18px;
}

.add_new_content_box {
    padding-top: 30px;
}

.add_new_edit_box {
    flex-direction: column;
    align-items: flex-start;
}

.add_new_edit_conbox {
    width: 80%;
    /* height: 300px; */
    margin-left: 52px;
    margin-top: 20px;
}

.user_center_new_item_edit_box {
    position: fixed;
    top: 0;
    right: 0;
    align-items: center;
    display: none;
    z-index: 990;
}

.user_center_new_item {
    position: relative;
}

.user_new_item_edit1 {
    width: 47px;
    height: 38px;
    border-radius: 0px 0px 0px 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
}

.user_new_item_edit1:hover {
    background-color: rgba(0, 0, 0, 0.75);
}

.user_center_new_item:hover .user_center_new_item_edit_box {
    display: flex;
}

.user_new_item_edit1 img {
    width: 28px;
    height: 28px;
}

.connect_us_bj img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

.connect_us_form_info {
    padding: 12px 24px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 42px;
}

.connect_us_form_info .connect_us_form {
    width: 585px;
}

.connect_us_form form {
    width: 100%;
}

.connect_us_form form .connect_us_form_item_inp {
    padding-bottom: 31px;
}

.connect_us_form form .connect_us_form_item_inp input,
.connect_us_form form .connect_us_form_item_inp textarea {
    width: 100%;
    border: none;
    background-color: #f2f2f2;
    box-sizing: border-box;
}

.connect_us_form form .connect_us_form_item_inp input {
    height: 48px;
    padding-left: 23px;
}

.connect_us_form form .connect_us_form_item_inp textarea {
    height: 134px;
    padding: 15px 23px;
}

.connect_us_form form .connect_us_form_btn {
    width: 170px;
    height: 49px;
    line-height: 49px;
    background-color: #01274e;
    border: none;
    border-radius: 2px;
    color: #ffffff;
}

.connect_us_info {
    width: 398px;
    padding: 16px;
    box-sizing: border-box;
}

.connect_us_info .info_item {
    margin-bottom: 54px;
}

.connect_us_info .info_item .info_label {
    color: #01274e;
    display: flex;
    align-items: center;
}

.connect_us_info .info_item .info_label .info_label_icon {
    width: 16px;
    height: 16px;
    margin-left: 0;
    margin-right: 12px;
    line-height: 1;
}

.connect_us_info .info_item .info_label .info_label_title {

}

.connect_us_info .info_item .info-content {
    font-size: 14px;
    margin-top: 8px;
    line-height: 19px;
    color: #1f1f1f;
}

.notfound_wrapper {
    padding: 40px 0;
}

.notfound_img_wrapper img {
    max-width: 80%;
    display: block;
    margin: 0 auto;
}

.notfound_navbtn_wrapper .notfound_navbtn {
    width: 180px;
    height: 52px;
    background-color: #01274e;
    box-shadow: 10px 16px 22px 0px rgba(1, 39, 78, 0.18);
    text-align: center;
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 60px;
    display: block;
    border: none;
    border-radius: 4px;
}

/*.mobile-hidden {*/
/*    display: inherit;*/
/*}*/

@media (max-width: 767px) {
    .mobile-hidden {
        display: none !important;
    }

    .mobile-menu-icon {
        display: block;
        margin: 0;
    }

    .mask_case_edit_item_name {
        margin-left: 0px;
        margin-bottom: 10px;
    }

    .add_new_edit_conbox {
        width: 86%;
    }

    .user_left_box {
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
        margin-bottom: 20px;
    }

    .user_right_box {
        box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    }

    .slide_nav_item_box span {
        right: calc(50% - 28px);
    }

    .user_right_box_title {
        padding-left: 20px;
    }

    .user_right_box_content {
        padding: 10px 20px;
    }

    .user_homepage_addr_box .addr_cpoybtn {
        margin-left: unset;
    }

    .add_new_edit_conbox {
        margin-left: 27px;
    }

    .write_info_item_box {
        width: 80%;
    }

    .write_info_tip {
        font-size: 16px;
    }

    .register_center_item_left {
        margin-left: 20px;
        width: 92px;
    }

    .register_status_tip_box {
        width: 340px;
    }

    .register_status_tip_box {
        padding-bottom: 30px;
    }

    .register_center_item_inp input {
        width: 200px;
    }

    .register_center_item_inp select {
        width: 200px;
    }

    .register_center_box {
        width: 90%;
        margin-left: 0;
        left: 5%;
    }

    .register_status_box_heng {
        width: 65px;
    }

    .register_status_box {
        width: 300px;
    }

    .login_box {
        width: 80%;
        margin-left: 0;
        left: 10%;
        top: 10%;
    }

    .login_box .tips {
        width: 88%;
        margin: 0 auto;
    }

    .login_box_title_zhu {
        right: 20px;
    }

    .login_box_title {
        margin-left: 20px;
    }

    .login_btn {
        margin-left: 20px;
        width: 88%;
    }

    .login_contact_box {
        height: calc(100vh - 72px - 108px);
    }

    .login_inp {
        width: 88%;
        margin-left: 20px;
    }

    .login_box_heng {
        width: 88%;
        margin-left: 20px;
    }

    #choiceWindow {
        display: none;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 80vw;
        height: 45vh;
        padding: 20px;
        border: 3px solid #ccc;
        background-color: white;
        z-index: 99999;
        overflow: auto;
    }

    #choiceWindow5 {
        display: none;
        position: fixed;
        width: 80%;
        padding: 20px;
        border: 3px solid #ccc;
        background-color: white;
        z-index: 99999;
        overflow: auto;
    }

    #choiceWindow5 #x5 {
        top: 2px;
        left: 88% !important;
    }

    #choiceWindow5 .connect_us_form {
        width: 100%;
        padding-top: 20px;
    }

    #choiceWindow2 {
        display: none;
        position: absolute;
        width: 80%;
        height: 45%;
        padding: 20px;
        border: 3px solid #ccc;
        background-color: white;
        z-index: 99999;
        overflow: auto;
    }

    #choiceWindow4 {
        display: none;
        width: 80%;
        height: 70%;
        padding: 20px;
        border: 3px solid #ccc;
        background-color: white;
        z-index: 99999;
    }

    #x4 {
        position: absolute;
        top: 5px !important;
        left: 90% !important;
        font-size: 25px;
    }

    #choiceWindow3 {
        display: none;
        position: absolute;
        width: 80%;
        height: 50%;
        padding: 20px;
        border: 3px solid #ccc;
        background-color: white;
        z-index: 99999;
        overflow: auto;
    }

    .mask_case_edit_item_rich {
        margin-top: 10px;
        height: 100%;
        width: 100%;
    }

    .mask_case_edit_item {
        flex-direction: column;
        align-items: flex-start;
    }

    .mask_case_edit_item_text {
        width: 100%;
    }

    .mask_case_edit_item_text input {
        min-width: 50px;
        margin-top: 10px;
    }

    .mask_case_edit_item_text textarea {
        min-width: unset;
        width: 100%;
    }

    #choiceWindow5 button {
        width: 70%;
    }

    #choiceWindow3 button {
        width: 70%;
        padding: 10px 0;
    }

    #choiceWindow2 button {
        width: 70%;
        padding: 10px 0;
    }

    #choiceWindow4 button {
        width: 70%;
        padding: 10px 0;
    }

    #mask_edit_box button {

        margin-top: 40px;
        width: 70%;
        padding: 10px 0;
    }

    #mask_edit_box input {
        margin-top: 60px;
        width: 70%;
        padding: 10px 0;
    }

    #choiceWindow1 {
        display: none;
        position: absolute;
        top: 35%;
        left: 10%;
        width: 80%;
        height: 45%;
        padding: 20px;
        border: 3px solid #ccc;
        background-color: white;
        z-index: 99999;
        overflow: auto;
    }

    .settle_item_box {
        gap: 20px;
    }

    .settle_logo_box {
        left: 50%;
        top: -40px;
        width: 80px;
        height: 80px;
        margin-left: -40px;
    }

    .settle_logo {
        width: 65px;
        height: 65px;
    }

    .settle_case_item_box {
        padding-top: 10px;
        padding-left: 6px;
    }

    .settle_case_item {
        width: 48%;
        margin-right: 2%;
        margin-bottom: 2px;
        padding-bottom: 20px;
    }

    .settle_detail_top_info {
    }

    .settle_detail_select_item {
        font-size: 14px;
        margin: 0 8px;
        padding: 0 10px;
    }

    .article_detail_box {
        margin-top: 20px;
        padding: 24px;
    }

    .hot_article_box {
        margin-top: 20px;
    }

    .apply_btn {
        margin-bottom: 20px;
    }

    .settle_detail_time_box {
        flex-direction: column;
        align-items: flex-start;
        font-size: 12px;
    }

    .settle_detail_right_info .settle_detail_name {
        font-size: 22px;
        color: #fff;
    }

    .index_new_big_box {
        padding: unset;
        padding-bottom: 40px;
    }

    .index_new_big_box .new_index_child_box {
        margin-top: 40px;
        padding: 0 20px;
    }

    .search_item_left {
        width: 50% !important;
    }

    .settle_big_box .settle_item_box {
        padding-top: 20px;
        min-height: 250px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .settle_detail_select_item_box {
        padding-left: unset;
    }

    .recruitment_item_box .recruitment_item {
        padding: 0 20px;
    }

    .recruitment_item_box .recruitment_item .com-info {
        padding-right: 0;
    }

    .recruitment_item_box .recruitment_item .job-info .job-title {
        font-size: 14px;
    }

    .recruitment_item_box .recruitment_item .job-info .job-desc .salary-num {
        font-size: 16px;
    }

    .recruitment_item_box .recruitment_item .job-info .job-desc {
        font-size: 14px;
    }

    .job_desc_card {
        padding: 20px;
    }

    .job_details_content_box {
        padding: 20px;
    }

    .edit_recruitment_box {
        margin-top: 20px;
    }

    .release_recruitment_item_box {
        margin: 0 auto;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 0;
    }

    .release_recruitment_item_box .main_inp_wrapper {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 10px;
        /* padding: 20px 10px; */
    }

    .release_recruitment_item_box .additional_info {
        padding: 0 25px;
    }

    .release_recruitment_item_fullline {
        flex-direction: column;
        align-items: flex-start;
    }

    .release_recruitment_item_left {
        margin-left: 0;
    }

    .release_recruitment_item_inp {
        padding: 10px 0;
        width: 100%;
    }

    .release_recruitment_item_box .editor_wrapper {
        padding: 10px;
    }

    .release_btn {
        margin-top: 20px;
    }

    .settle_detail_contact_box_col {
        margin-top: 20px;
    }

    .user_recruit_job_item {
        flex-direction: column;
    }

    .user_recruit_job_box {
        padding: 0 20px;
    }

    .user_recruit_job_item .user_recruit_job_title_info {
        align-self: flex-start;
    }

    .user_recruit_job_item .user_recruit_job_status_subdate {
        width: 100%;
        margin-top: 20px;
    }

    .recruitment_details_content_box {
        padding: 20px;
    }

    .recruitment_info_box .recruitment_info_item {
        flex-direction: column;
    }

    .recruitment_info_item .recruitment_info_item_value {
        margin-top: 10px;
        margin-left: 0;
    }

    .recruitment_details_content_box .option_bar {
        width: fit-content;
        position: unset;
        flex-direction: row;
    }

    .new_index_box {
        margin-top: 30px;
        margin-bottom: 0;
    }

    .footer_link_row {
        flex-direction: column;
    }

    .footer_link_row ul li {
        margin-right: 10px;
    }

    .footer_box_new {
        height: unset;
    }

    .footer_box_tip {
        padding-bottom: 24px;
    }

    .footer_box_heng {
        margin-top: unset;
    }

    .footer_box_tip,
    .footer_box_tip span {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .settle_big_box {
        padding-top: 40px;
    }

    .settle_item {
        height: 254px;
        margin-top: 40px;
    }

    .settle_item_btn {
        width: 130px;
        margin-top: 15px;
    }

    .service_big_box {
        padding-bottom: 50px;
    }

    .service_big_box_tip {
        padding-top: 190px;
    }

    .banner_box {
        height: 260px;
    }

    .banner_tip_box {
        top: 110px;
    }

    .banner_tip {
        font-size: 32px;
    }

    .banner_tip1 {
        font-size: 14px;
    }

    .index_detail_box_img {
        height: 80%;
        width: 98%;
        margin-top: 40px;
    }

    .right_img_wrapper {
        text-align: center;
    }

    .index_detail_box {
        top: 140px;
        padding-bottom: 20px;
    }

    .index_detail_box .nav_btn_box {
        padding: 0;
        margin-top: -140px;
        position: relative;
    }

    .nav_item_btn_name {
        font-size: 26px;
    }

    .nav_item_btn_tip {
        font-size: 14px;
    }

    .index_detail_box_top {
        padding-top: 40px;
    }

    .index_detail_box_desc {
        height: unset;
        display: block;
        padding-bottom: 28px;
    }

    .connect_us_form_info {
        padding: unset;
        margin: unset;
        flex-direction: column;
        width: 100%;
    }

    .connect_us_form_info .connect_us_form,
    .connect_us_form_info .connect_us_info {
        width: 100%;
    }

    .connect_us_form_info .connect_us_info {
        padding: unset;
        padding-top: 45px;
    }

    .perfect_now_btn {
        position: sticky;
        bottom: 18vh;
        left: calc(50% - 120px);
        width: 242px;
    }

    .search_select_box_wrapper {
        flex: unset;
    }

    .park_detail_bj img {
        height: 88px;
    }

    .empty {
        width: 300px;
        height: 280px;
    }
}
