<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iPages {
    margin-top: 50px;
}

.job_index {
    width: 100%;
}

.job_index .job_index_navbar {
    width: 100%;
    height: 56px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job_index_navbar .job_index_navbar_piclink {
    width: auto;
    height: 25px;
}

.job_index_ad {
    color: #000;
    margin-left: 15px;
}

.job_index_navbar_search {
    flex: 1;
    height: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 0 20px;
}

.job_index_navbar_search input {
    width: 50%;
    height: 100%;
    text-indent: 5px;
    font-size: 10px;
}

.job_index_navbar_search .job_top_search_btn {
    width: 70px;
    height: 30px;
    background: #EE4341;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    color: #FFFFFF;
}

.job_index_navbar .job_index_navbar_menu {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center
}

.job_index_navbar .job_index_navbar_menu .menu_item {
    font-size: 16px;
    height: 100%;
    font-weight: 400;
    color: #222222;
    margin-left: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.job_index_navbar .job_index_navbar_menu .menu_item_active {
    font-size: 16px;
    font-weight: 500;
    color: #EE4341;
    border-bottom: 2px solid #EE4341;
}

.job_index_slide {
    width: 100%;
    position: relative;

}

.job_index_slide&gt;.container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.job_index_slide_content {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-end;

}

.job_index_online_title {
    font-size: 40px;
    font-family: Milky Han Mono CN-Bold Italic, Milky Han Mono CN;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
    /* font-style: italic; */
    letter-spacing: 5px;
    line-height: 40px;
    /* margin-left: 50px; */
}

@media (max-width: 1680px) {
    .job_index_online_title {
        display: none;
        font-size: 36px;
    }
}

@media (max-width: 1440px) {
    .job_index_online_title {
        display: none;
    }
}

@media (max-width: 1024px) {}

.job_index_slide_content_left {
    flex: 1;
    padding: 25px 25px 15px 25px;
    background-color: rgba(0, 0, 0, 0.5);
}

.job_index_slide_content_left .job_index_slide_content_left_search {
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.job_index_slide_content_left .job_index_slide_content_left_search input {
    flex: 1;
    height: 100%;
    text-indent: 20px;
}

.job_index_slide_content_left .job_index_slide_content_left_search .job_top_search_btn {
    width: 167px;
    height: 40px;
    background: #EE4341;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}

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

.job_index_slide_content_left_ad a {
    width: 49%;
}

.job_index_slide_content_left_ad img {
    /* height: 27px; */
    /* width: 48%; */
    width: 100%;
    margin-bottom: 10px;
    margin-right: 10px;
}

.job_index_slide_hot_job {
    /* display: flex; */
    /* flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center; */
    padding: 0 0 15px 0;
}

.job_index_slide_hot_job span,
.job_index_slide_hot_job a {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    /* padding: 15px 0; */
    margin-right: 30px;
}

.job_index_slide .job_index_slide_title {
    font-size: 65px;
    font-family: Milky Han Mono CN-Bold Italic, Milky Han Mono CN;
    font-weight: normal;
    color: #FFFFFF;
}

.job_index_slide_content_right {
    width: 235px;
    background-color: #ffffff;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 23px 0 10px 0;
}

.job_index_slide_content_right&gt;div:nth-of-type(1) {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}

.job_index_slide_content_right&gt;img {
    width: 50%;
    margin: 10px 0;
}

.job_index_slide_content_right&gt;div:nth-of-type(2) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.job_index_slide_content_right&gt;div:nth-of-type(2)&gt;img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}

.job_index_slide_content_right&gt;div:nth-of-type(2)&gt;div&gt;p {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0;
}

.job_index_content {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.job_content_left {
    flex: 1;
}

.job_content_left_hot {
    padding: 15px;
    border: 1px solid rgba(112, 112, 112, 0.15);
}

.job_content_left_hot .hot_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.job_content_left_hot .hot_title&gt;span:nth-of-type(1) {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.job_content_left_hot .hot_title&gt;span:nth-of-type(1)::after {
    width: 3px;
    height: 18px;
    background: #EE4341;
    position: absolute;
    left: -15px;
    top: 5px;
    content: " ";
}

.job_content_left_hot .hot_title&gt;a {
    font-size: 12px;
    font-weight: 400;
    color: #EE4341;
}

.job_content_left_hot .hot_label {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.job_content_left_hot .hot_label&gt;a {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    height: 30px;
    background: #EE4341;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
    margin-right: 15px;
    padding: 0 40px;
    cursor: pointer;

}

.job_content_left_hot .hot_label&gt;a:hover {
    color: #333;
}

.job_content_left_job {}

.job_content_item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding: 35px 0;
    border-bottom: 1px solid #f3f3f3;
}
.job_content_item &gt;a{
    display: flex;
    justify-content: center;
    align-items: center;
}
.job_content_item_title_top {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    color: #fff;
    background-color: #ee4341;
    padding: 0 5px 0 8px;
    border-bottom-left-radius: 11px;
    overflow: hidden;
}

.flash-across {
    position: absolute;
    animation: flashAcross 1.5s ease 0s;
    top: 0;
    width: 30%;
    height: 100%;
    content: "";
    background: linear-gradient(to right,
            rgba(255, 255, 255, 0) 0,
            rgba(255, 255, 255, 0.4) 50%,
            rgba(255, 255, 255, 0) 100%);
    transform: skewX(-45deg);
    animation-iteration-count: infinite;
}

@keyframes flashAcross {
    from {
        left: 0%;
    }

    100% {
        left: 100%;
    }
}

.job_content_item :last-of-type {
    border-bottom: none;
}

.job_content_item .job_content_item_piclink {
    width: 102px;
    height: 86px;
    object-fit: cover;
    background-color: #f3f3f3;
}
.job_content_item_center{
    flex: 1;

}
.job_content_item_center_footer{
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.job_content_item_title {
    flex: 1;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
}

.job_content_item_title&gt;a {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
}

.job_content_item_title&gt;p {
    font-size: 18px;
    font-weight: 500;
    color: #EE4341;
    margin: 5px 0;
}

.job_content_item_label {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.job_content_item_label&gt;span {
    font-size: 12px;
    font-weight: 400;
    color: #6C95BA;
    background: #F8F8F8;
    padding: 0 3px;
    margin-right: 10px;
    margin-bottom: 5px;
}

.job_content_item_supplier {
    /* flex: 1; */
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.job_content_item_supplier&gt;div {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.5rem
}

.job_content_item_supplier&gt;div:nth-of-type(1)&gt;p {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-right: 10px;
    /* line-height: 3; */
}

.job_content_item_supplier&gt;div:nth-of-type(1)&gt;img {
    width: 40px;
    height: 14px;
    object-fit: cover;
}

.job_content_item_supplier&gt;div:nth-of-type(2)&gt;span {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    padding: 0 10px;
    line-height: 1;
    border-right: 1px solid #999999;
}

.job_content_item_supplier&gt;div:nth-of-type(3) {
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}

.job_content_item_supplier&gt;div:nth-of-type(2)&gt;span:first-of-type {
    padding-left: 0;
}

.job_content_item_supplier&gt;div:nth-of-type(2)&gt;span:last-of-type {
    border-right: none;
}

.job_content_item_button {
    width: 80px;
    height: 25px;
    background: #EE4341;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
}

.job_content_item_button:hover {
    color: #000;
}

.job_content_right {
    width: 235px;

    margin-left: 25px;
}

.job_content_right_part {
    width: 100%;
    border: 1px solid #f3f3f3;

}

.right_part_piclink {
    width: 100%;
    position: relative;

}

.right_part_piclink img {
    width: 100%;
}

.right_part_piclink&gt;span {
    height: 37px;
    background: rgba(0, 0, 0, 0.55);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.right_part_title {
    font-size: 16px;
    line-height: 3;
    font-weight: bold;
    color: #EE4341;
    border-bottom: 1px solid #EE4341;
}

.right_part_content {
    padding: 0 0 25px 15px;
}

.right_part_content_arrow {
    color: #EE4341;
    transform: rotate(270deg);
}

.right_part_content .right_part_item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    padding-top: 16px;
}

.right_part_content .right_part_item&gt;div {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.ad_index {
    width: 100%;
}

.ad_index .ad_index_top {
    width: 100%;
}

.ad_index .ad_index_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0;
}



.ad_index_title_form {
    height: 31px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    border: 1px solid #f3f3f3
}

.ad_index_title_form input {
    width: 162px;
    height: 100%;
    text-indent: 10px;
    border: 1px solid #f3f3f3;
}

.ad_index_title_form .ad_index_title_form_btn {
    width: 56px;
    height: 28px;
    background: #EE4341;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}

.ad_index_online {}

.ad_index_online span {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-right: 60px;
}

.ad_index_online a {
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #3845F2;
    margin-right: 20px;
}

.ad_index_body {
    width: 100%;
}

.ad_body_part {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}

.ad_body_part_icon {
    width: 30px;
    height: 30px;
    background: #C1C1C1;
    border-radius: 3px;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}

.ad_body_part_address {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.ad_body_part_address a {
    font-size: 14px;
    font-weight: 400;
    color: #3845F2;
    margin-right: 20px;
    line-height: 30px;
    margin-bottom: 10px;
}


.job_info {
    background: #F9F9F9;
    padding-bottom: 100px;
}

.job_detail {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}

.job_detail_left {
    flex: 1;
    margin-right: 25px;

}

.job_detail_info {
    padding: 30px 25px;
    background: #FFFFFF;
}

.job_detail_info_time {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.job_detail_info_time span {
    font-size: 12px;
    font-weight: 400;
    color: #979A9E;
    margin-right: 15px;
}

.job_detail_info_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 2;
    padding: 30px 0;
    border-bottom: 1px solid #f3f3f3;
}

.job_detail_info_title&gt;div:nth-of-type(1) {
    width: 100%;
}

.job_detail_info_title&gt;div:nth-of-type(2) {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
}

.job_detail_info_title_sub {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.job_detail_info_cell {
    margin: 33px 0;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.job_detail_info_cell&gt;span {
    margin-right: 10px;
    padding-right: 10px;
    position: relative;
}

.job_detail_info_cell&gt;span:not(:last-of-type)::after {
    width: 1px;
    height: 12px;
    background-color: #999999;
    position: absolute;
    right: 0px;
    top: 4px;
    content: " ";
}

.job_detail_info_cell,
.job_detail_info_bottom {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.job_detail_info_btn {
    width: 280px;
    height: 54px;
    background: #EE4341;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.job_detail_info_btn span {
    font-size: 14px;
    background-color: #fff;
    color: #000;
    border-radius: 25px;
    padding: 5px 10px;
    margin-left: 10px;
}

.job_detail_info_chat {
    width: 80px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.job_detail_info_chat&gt;img {
    width: 20px;
    height: 19px;
    object-fit: cover;
}

.job_detail_info_chat&gt;span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}

.job_detail_info_label {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;

}

.job_detail_tip {
    font-size: 14px;
    font-weight: 400;
    color: #FF6C32;
    background: #FFFAEA;
    padding: 12px 25px;

}

.job_detail_info_label span {
    font-size: 12px;
    font-weight: 400;
    color: #6C95BA;
    background: #F8F8F8;
    padding: 0 3px;
    margin-right: 10px;
}

.job_detail_desc {
    background: #FFFFFF;
    padding: 30px 25px;
    margin-top: 20px;
}

.job_detail_desc .desc_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.job_detail_desc .desc_title&gt;div:nth-of-type(1) {
    width: 125px;
    height: 40px;
    background: rgba(238, 67, 65, 0.26);
    position: relative;
    margin-right: 30px;
}

.job_detail_desc .desc_title&gt;div:nth-of-type(1)&gt;div {
    width: 125px;
    height: 40px;
    background: #EE4341;
    font-size: 20px;
    font-weight: bold;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 6px;
    bottom: 6px;
}

.job_detail_desc .desc_title&gt;div:nth-of-type(2) {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 2px solid #EE4341;
}

.job_detail_desc .desc_title&gt;div:nth-of-type(2)&gt;span:nth-of-type(1) {
    font-size: 16px;
    font-weight: bold;
    color: #EE4341;
}

.job_detail_desc .desc_title&gt;div:nth-of-type(2)&gt;span:nth-of-type(2) {
    font-size: 22px;
    font-weight: bold;
    color: #EE4341;
}

.job_detail_desc .desc_content {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.job_detail_company {
    background: #FFFFFF;
    padding: 30px 25px;
    margin-top: 20px;
}

.job_detail_company .company_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.job_detail_company .company_content {
    min-height: 140px
}

.job_detail_company .company_content&gt;img {
    width: 140px;
    float: left;
    margin-right: 20px;
}

.job_detail_company .company_content .company_content_p {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 2.5;
    text-indent: 30px;
}

.job_detail_recommend {
    background: #FFFFFF;
    padding: 30px 25px;
    margin-top: 20px;
}

.job_detail_recommend .recommend_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.job_detail_right {
    width: 25%;

}

.job_detail_right .famous_top {
    width: 100%;
    height: 78px;
    background: linear-gradient(180deg, #FFF1D6 0%, #FFFBF3 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.job_detail_right .famous_top&gt;span {
    font-size: 20px;
    font-weight: 400;
    color: #CF8947;
    margin: 0 10px;
}

.job_detail_right .famous_top&gt;div:nth-of-type(1) {
    width: 60px;
    height: 2px;
    background: linear-gradient(270deg, #CF8947 0%, #FFF5E2 100%);
}

.job_detail_right .famous_top&gt;div:nth-of-type(2) {
    width: 60px;
    height: 2px;
    background: linear-gradient(270deg, #FFF5E2 0%, #CF8947 100%);
}

.famous_company {
    padding: 25px;
    background: #FFFFFF;
}

.famous_company .famous_title {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

.famous_company .famous_title img {
    height: 15px;
}

.famous_people {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 15px 0;
    line-height: 2;
}

.famous_approve {
    font-size: 12px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #EA8225;
    background: rgba(234, 130, 37, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 30px;
}

.famous_approve_label {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.famous_approve_label&gt;div {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.famous_approve_label&gt;div&gt;img {
    width: 18px;
    height: 18px;
    object-fit: cover;
}

.famous_approve_label&gt;div&gt;span {
    font-size: 12px;
    font-weight: 400;
    color: #333333;
}

.famous_approve_percent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0;
    border-top: 1px solid #f3f3f3;

}

.famous_approve_percent .percent_item {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}

.famous_approve_percent .percent_item&gt;div:nth-of-type(1) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.famous_approve_percent .percent_item&gt;div:nth-of-type(1)&gt;div:nth-of-type(1) {
    font-size: 24px;
    font-weight: 400;
    color: #333333;
}

.famous_approve_percent .percent_item&gt;div:nth-of-type(1)&gt;div:nth-of-type(2) {
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}

.famous_approve_percent .percent_item&gt;div:nth-of-type(2) {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
}

.famous_approve_button {
    font-size: 16px;
    font-weight: 400;
    color: #FF552E;
    border: 1px solid #FF552E;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;

    margin-top: 20px;
}

.job_detail_right_recommend {
    margin-top: 20px;
    background-color: #fff;
    padding: 25px 25px 1px 25px;
}

.job_detail_right_recommend_title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.job_detail_right_recommend_content {}

.job_detail_right_recommend_content&gt;a {
    margin: 30px 0;
    display: flex;
    flex-flow: column;
}

.famous_people {}



.contact_us {
    width: 100%;
    margin-top: 40px;
}

.contact_us_close {
    width: 30px;
    margin-left: auto;
    position: absolute;
    top: 20px;
    right: 20px;
}

.contact_us_tel {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_us_tel&gt;div:nth-of-type(1) {
    width: 50%;
    height: 60px;
    background-color: #ff5338;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 28px;
    margin-right: 50px;
}

.contact_us_tel&gt;div:nth-of-type(1)&gt;div:nth-of-type(1) {
    width: 60px;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact_us_tel&gt;div:nth-of-type(1)&gt;span {
    flex: 1;
    text-align: center;
    color: #fff;
}

.contact_us_tel&gt;div:nth-of-type(2) {
    flex: 1;
    height: 60px;

    background-color: #fbfafa;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}

.contact_us_tel&gt;div:nth-of-type(2) span {
    color: #ff5338;
}

.contact_us_qrcode {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 30px 0;

}

.contact_us_qrcode_title1 {
    font-size: 16px;
    color: #333333;
}

.contact_us_qrcode_title2 {
    font-size: 16px;
    color: #999;
    line-height: 3;
}

.contact_us_qrcode_piclink {
    width: 50%;
    margin-top: 30px;
}

.job_index_left_ad {
    width: 100px;
    position: fixed;
    top: 40%;
    z-index: 999;
    left: 10px;
}

.job_index_right_ad {
    width: 100px;
    position: fixed;
    top: 40%;
    z-index: 999;
    right: 10px;
}

.job_index_right_ad_pagination {
    display: flex;
}

.job_index_right_ad_pagination .swiper-pagination-bullet-active {
    background: #CA1621;
}


.job_index_left_ad_piclink {
    width: 150px;
    left: 30px;
    position: fixed;
    top: 45%;
    z-index: 99;
}

.job_index_right_ad_piclink {
    width: 150px;
    right: 30px;
    position: fixed;
    top: 45%;
    z-index: 99;
}


@media (max-width: 1440px) {
    .job_index_left_ad_piclink {
        width: 100px;
        left: 10px;
    }

    .job_index_right_ad_piclink {
        width: 100px;
        right: 10px;
    }
}

@media (max-width: 1680px) {
    .job_index_left_ad_piclink {
        left: 10px;
    }

    .job_index_right_ad_piclink {
        right: 10px;
    }
}

@media (max-width: 1024px) {
    .job_index_left_ad_piclink {
        display: none;

    }

    .job_index_right_ad_piclink {
        display: none;
    }
}

/* @media (min-width: 992px) {
    .job_index_left_ad_piclink {
       display: none;

    }

    .job_index_right_ad_piclink {
        display: none;
    }
}

@media (min-width: 1200px) {
    .job_index_left_ad_piclink {
        width: 170px;
        left: 20px;
        display: block;

    }

    .job_index_right_ad_piclink {
        width: 170px;
        right: 20px;
        display: block;
    }
}

@media (min-width: 1600px) {
    .job_index_left_ad_piclink {
        width: 200px;
        left: 30px;
        display: block;

    }

    .job_index_right_ad_piclink {
        width: 200px;
        right: 30px;
        display: block;
    }
} */

.job_index_navbar_my {
    margin-left: 30px;
}

.job_index_navbar_my a {
    color: #EE4341;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    padding-left: 5px;
}

.job_index_navbar_my a:not(:last-of-type)::after {
    width: 1px;
    height: 10px;
    background-color: #EE4341;
    position: absolute;
    top: 5px;
    right: 0;
    content: " ";
}


.recruit_form {
    border: 1px solid #EE4341;
    padding: 0 50px;
    border-radius: 15px;
    margin-bottom: 50px;
}

.recruit_form_title {
    width: 100%;
    font-size: 28px;
    color: #EE4341;
    text-align: center;
    padding: 30px 0;
}

.recruit_form form&gt;div {
    margin-bottom: 20px;
}

.recruit_form form&gt;div .input-group-addon:nth-of-type(1) {
    width: 150px;
}

.recruit_form_button {
    width: 100%;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recruit_form_button_text {
    width: 50%;
    height: 55px;
    background: #CA1621;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}</pre></body></html>