<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banner {
    width: 100%;
    height: 63vw;
    background: url('../images/banner3_2021_cn_m.jpg?20200814') center 0/100% 100% no-repeat;
}

.main_box {
    width: 100%;
    height: fit-content;
}

.sub_box {
    width: 100%;
    height: fit-content;
}

.sub_box-gray {
    background-color: #F8F8F8;
}

.sub_box_wrap {
    width: 100%;
    height: fit-content;
    position: relative;
    padding: 6px 19px;
    box-sizing: border-box;
}

.sub_box_title {
    font-size: 18px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 25px;
    margin: 14px 0;
}

.sub_box_1_content {
    font-size: 15px;
    font-family: Microsoft YaHei Regular, Microsoft YaHei Regular-Regular;
    font-weight: 400;
    text-align: justify;
    color: #000000;
    line-height: 22px;
}

.sub_box_2_content {
    width: 100%;
    height: fit-content;
    position: relative;
}

#job_type_box_holder {
    position: relative;
    width: 100%;
    height: 57px;
}

#job_type_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: fit-content;
    background-color: white;
    z-index: 2;
}

.job_type_text {
    width: 100%;
    height: 35px;
    font-size: 13px;
    font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
    font-weight: 400;
    color: #000000;
    line-height: 35px;
    margin: 11px 0;
    background-color: #EBEBEB;
    text-align: center;
}

.job_type_arrow {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 4px;
}

.job_type_arrow-down {
    background: url("../images/m_position_btn_up.png?20200814") left 0/100% 100% no-repeat;
}

.job_type_arrow-up {
    background: url("../images/m_position_btn_down.png?20200814") left 0/100% 100% no-repeat;
}

.job_item_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    left: 0;
    top: 46px;
    background-color: white;
}

.job_item_list-hidden {
    display: none !important;
}

.job_item {
    width: 100%;
    height: 35px;
    background: #ffffff;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.job_item_name {
    width: 100%;
    font-size: 15px;
    font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
    font-weight: 400;
    text-align: center;
    color: #000000;
    line-height: 15px;
}

.job_title_box {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    padding: 12px 0;
    box-sizing: border-box;
}

.job_title_icon {
    width: 32px;
    height: 32px;
}

.job_title_icon_1 {
    background: url('../images/profession_icon_1.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_2 {
    background: url('../images/profession_icon_2.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_3 {
    background: url('../images/profession_icon_3.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_4 {
    background: url('../images/profession_icon_4.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_5 {
    background: url('../images/profession_icon_5.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_6 {
    background: url('../images/profession_icon_6.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_7 {
    background: url('../images/profession_icon_7.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_icon_8 {
    background: url('../images/profession_icon_8.png?20200814') left 0/100% 100% no-repeat;
}

.job_title_text {
    font-size: 18px;
    font-family: Source Han Sans CN Medium, Source Han Sans CN Medium-Medium;
    font-weight: 500;
    text-align: left;
    color: #000000;
    line-height: 18px;
    margin-left: 10px;
    flex-grow: 1;
}

.job_title_arrow {
    width: 15px;
    height: 15px;
}

.job_title_arrow-up {
    background: url("../images/m_position_btn_down1.png?20200814") left 0/100% 100% no-repeat;
}

.job_title_arrow-down {
    background: url("../images/m_position_btn_up1.png?20200814") left 0/100% 100% no-repeat;
}

.job_title_line {
    width: 100%;
    height: 1px;
    background: #d8d8d8;
}

.job_desc_box {
    width: 100%;
    height: fit-content;
    border-bottom: solid 1px #d8d8d8;
}

.job_desc_box_hidden {
    display: none !important;
}

.job_desc_item {
    width: 100%;
    height: fit-content;
    margin: 20px 0;
}

.job_desc_item_title {
    font-size: 15px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #000000;
    line-height: 24px;
}

.job_desc_item_content {
    font-size: 15px;
    font-family: Microsoft YaHei Regular;
    font-weight: normal;
    text-align: left;
    color: #000000;
    line-height: 24px;
}

.way_item {
    display: flex;
    align-items: center;
    margin: 23px 0;
}

.way_item_icon {
    margin-right: 18px;
    width: 32px;
    height: 32px;
}

.way_item_icon_1 {
    background: url('../images/m_recruitment_icon_mail.png?20200814') left 0/100% 100% no-repeat;
}

.way_item_icon_2 {
    background: url('../images/m_recruitment_icon_qq.png?20200814') left 0/100% 100% no-repeat;
}

.way_item_icon_3 {
    background: url('../images/m_recruitment_icon_phone.png?20200814') left 0/100% 100% no-repeat;
}

.way_item_icon_4 {
    background: url('../images/m_recruitment_icon_resume.png?20200814') left 0/100% 100% no-repeat;
}

.sub_box_4_content {
    width: 100%;
    height: fit-content;
}

.benefit_box {
    width: 100%;
    height: fit-content;
}

.benefit_item {
    width: 100%;
    height: fit-content;
    padding: 8px 12px;
    box-sizing: border-box;
    margin: 10px 0;
    position: relative;
}

.benefit_item_bg {
    position: absolute;
    right: 20px;
    bottom: 30px;
    width: 90px;
    height: 90px;
}

.benefit_item_bg_1 {
    background: url("../images/m_recruitment_img1.png?20200814") left 0/100% 100% no-repeat;
}

.benefit_item_bg_2 {
    background: url("../images/m_recruitment_img2.png?20200814") left 0/100% 100% no-repeat;
}

.benefit_item_title {
    font-size: 15px;
    font-family: Source Han Sans CN Bold, Source Han Sans CN Bold-Bold;
    font-weight: 700;
    text-align: left;
    color: #816fad;
    line-height: 15px;
    margin: 15px 0;
}

.benefit_item_text {
    font-size: 15px;
    font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
    font-weight: 400;
    text-align: left;
    color: #333333;
    line-height: 35px;
    display: flex;
    align-items: center;
}

.benefit_item_text_dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    box-sizing: border-box;
    background-color: black;
    margin-right: 8px;
}

.pink_background {
    background-color: #EEE6FF !important;
}

.yellow_background {
    background-color: #E9F1C3 !important;
}

.footer {
    background-color: #f8f8f8;
    min-height: 109px;
    height: fit-content;
    width: 100%;
    font-size: 7px;
    color: #999999;
    text-align: center;
    padding: 42px 10px 10px 10px;
    box-sizing: border-box;
}</pre></body></html>