﻿@charset "utf-8";

.job_top {
    position: relative;
    width: 100%;
    height: calc(100vh - 92px);
    overflow: hidden;
    z-index: 1;
}

.job_top .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1 !important;
    z-index: -1;
}

.job_top .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@keyframes pulse {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.bg.aos-animate img {
    animation: pulse 2.6s  ease;
}

.job_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.job_top_cont {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 1;
}

.job_top_cont .title {
    color: var(--white-color);
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
}

.job_top_cont .text {
    padding-top: 16px;
    max-width: 820px;
    margin: 0 auto;
    text-align: center;


}

.job_top_cont .text p {
    color: rgba(255, 255, 255, 0.80);

    line-height: 26px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.job_more {
    padding-top: 148px;
    justify-content: center;
}
@media (max-height:800px) {
    .job_more {
        padding-top: 80px;
    }
}
@media (max-height:750px) {
    .job_more {
        padding-top:60px;
    }
}
@media (max-width:1440px) {
    .job_more {
        padding-top: 80px;
    }
}
@media (max-width:1366px) {
    .job_more {
        padding-top: 60px;
    }

}
@media (max-width:767px) {



}
.job_bottom {
    position: relative;
    padding-top: 60px;
    width: 100%;
    min-height: 500px;
    overflow: hidden;
    z-index: 1;
}
.job_bottom .bg {
    position: absolute;
    right: 0;
    top: 48px;
    width: 8%;
    max-width: 152px;
    z-index: -1;
}
.job_title {
    color: var(--dark-color);
text-align: center;
font-weight: 700;
line-height: 1.5;
}
.job_b_list {
padding-top: 40px;
}
.job_b_list ul li {
    padding-bottom: 32px;
}
.job_b_list>ul>li>a{
    position: relative;
    padding-bottom: 32px;
}
.job_b_list>ul>li>a:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}
.job_b_list>ul>li>a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width .6s ease;
}
.job_b_list ul li a:hover:after {
    width: 100%;
}
.job_b_list a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.job_b_list .job_b_list_l {
    width: calc(100% - 150px);
    max-width: 960px;
}
.position_n {
    color: var(--dark-color);
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 1.5;
}
.job_b_list_r {
    display: flex;
    position: relative;
padding: 8px;
align-items: center;
justify-content: flex-end;
    border: 1px solid rgba(0, 0, 0, 0.20);
    transition: all 0.3s ease;
}
.job_b_list_r em {
    position: absolute;
    right: 32px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width: max-content;
    opacity: 0;
    
    transition: opacity 0.4s ease;
}
.job_b_list_r i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../images/job_jt.svg);
    background-repeat: no-repeat;
}
.job_b_list a:hover .job_b_list_r {
border-color: var(--main-color);
background-color: var(--main-color);
}
.job_b_list a:hover .job_b_list_r i {
background-image: url(../images/job_jt2.svg);
}

.job_b_list_r_t {
    padding-top: 24px;
}
.job_b_list_r_t_l {
display: flex;
align-items: center;
}
.job_b_list_r_t_l span{
display: flex;
align-items: center;
position: relative;
padding-right: 24px;
margin-right: 24px;
    font-size: 16px;
font-style: normal;
font-weight: 400;
}
.job_b_list_r_t_l span img {
    width: 24px;
height: 24px;
    margin-right: 8px;
}
.job_b_list_r_t_l span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.10);
}
.job_b_list_r_t_l span:last-child:after {
    display: none;
}
.job_b_list_r_t_r {
font-size: 16px;
font-style: normal;
font-weight: 400;
}
@media (min-width:768px) {
    .job_b_list a:hover .job_b_list_r {
        padding-left: 80px;
        }
    .job_b_list a:hover .job_b_list_r em {
        opacity: 1;
    }

}
@media (max-width:767px) {
    .job_top {
        height: 100vh;
    }
.job_top_cont>.container {
    padding-top: 80px;
}
.job_b_list ul li:last-child {
    padding-bottom: 0;
}
.job_b_list>ul>li>a {
    padding-bottom: 20px;
}
.job_b_list .job_b_list_l {
    width: calc(100% - 50px);
}
.job_b_list_r {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.job_b_list_r_t_l span {
    padding-right:7px;
    margin-right: 5px;
    font-size: 14px;
}
.job_b_list_r_t_r {
    display: none;
}
.position_n {
    font-size: 20px;
}
.job_b_list_r_t {
    padding-top: 16px;
}

}
@media (max-width:359px) {

    .job_top_cont .title {
        font-size: 22px;
    }
    .job_b_list_r_t_l span::after {
        display: none;
    }
    .job_top_cont .text p:nth-child(2) {
        display: none;
    }
}

/* job detail */
.job_detail_cont {
    padding-top: 150px;
    background-color: var(--white-color);
}
.job_xq_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 32px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}
.job_xq_top .job_b_list_l {
    flex: 1;
    max-width: 960px;
    margin-right: 200px;
}
.job_xq_top .zhiwei {
    color: var(--dark-color);
font-style: normal;
font-weight: 700;
line-height: 1.5;
}
.job_xq_top .job_xq_more {
    display: inline-block;
    padding: 16px 48px;
    background: var(--main-color);
    color: var(--white-color);
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.job_xq_cont {
    padding-bottom: 55px;
}
.job_xq_cont .title{
    padding-top: 32px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2; 
}
.job_xq_cont .text {
padding-top: 16px;
color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.job_xq_cont .text p {
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.job_detail_position {
    padding-top: 56px;
    padding-bottom: 50px;
    background: #FAFAFA;
}

@media (max-width:991px) {
    .job_xq_top .job_b_list_l {
        margin-right: 100px;
    }
    .job_b_list_r_t_l span:last-child {
        margin-right: 0;
    } 
    .job_xq_top .job_b_list_r_t_l span {
        padding-right: 16px;
        margin-right: 16px;
    }

}
@media (max-width:767px) {
    .job_xq_top {
        flex-wrap: wrap;
    }
    .job_xq_top .job_b_list_l {
        margin-right:0;
        flex: inherit;
        width: 100%;
        padding-bottom: 30px;
    }
    .job_xq_top .job_xq_more {
        padding: 10px 30px;
        font-size: 16px;
    }
}

/* job form */
.job_form {
    position: relative;
    padding-top: 150px;
    z-index: 1;
}
.job_form::before {
    content: '';
    position: absolute;
    top: 0;
    height: 30%;
    width: 100%;
    background-color: #F5F5F7;
    z-index: -1;
}
.job_form::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 70%;
    width: 100%;
    background-color: #FFFFFF;
    z-index: -1;
}
.job_form_top {

}
.job_form_top .s_t {
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
.job_form_top .b_t {
    color: var(--dark-color);
font-weight: 700;
line-height: 1.5; 
}
.job_form_top .right a {
    display: flex;
padding: 16px 33px;
align-items: center;
    border: 1px solid #D2D2D2;
}
.job_form_top .right span {
padding-left: 32px;
    font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 28px;
background-image: url(../images/arrow-left.svg);
background-size: 24px 24px;
background-repeat: no-repeat;
background-position: left;
}
.job_form_top .right a:hover {
    background-color: var(--main-color);
}
.job_form_top .right a:hover span{
    color: var(--white-color);
background-image: url(../images/arrow-left2.svg);

}
.job_form_cont {
    margin-top: 40px;
    padding: 56px;

    background: var(--white-color);
    overflow: hidden;
}
.job_form_cont .job_form_item {
    display: flex;
padding-bottom: 40px;
margin-bottom: 40px;
border-bottom: 1px solid rgba(0, 0, 0, 0.10);;
}
.job_form_cont .job_form_item .item_left {
width: 30%;
    color: var(--dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}
.job_form_cont .job_form_item .item_right {
    width: 70%;
}
.item_right {
    margin-left: -12px;
    margin-right: -12px;
}
.item_right .col {
    width: 50%;
    padding:16px 12px;
    float: left;
}
.item_right .colw100 {
    width: 100%;
    padding:16px 12px;
}
.item_right .col_z>span {display: block;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}
.item_right .col_z>span>em {
    margin-left: 8px;
    color: var(--main-color);
font-size: 18px;
font-weight: 400;
font-style: normal;
}
.item_right .input-container {
    margin-top: 16px;
    position: relative;
    background: #FAFAFA;
}
.item_right .input-container input {
    outline: none;
    z-index: 1;
    padding: 12px 20px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Microsoft YaHei';
    text-align: left;
}
.item_right .input-container input[type="date"] {
    -webkit-appearance: none;
    text-align: left; 
}
.input_select_box .icon {
   width: 24px;
    height: 24px;
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_select_box .drop_down_ {
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    background: #FAFAFA;
    border: 1px solid rgba(255, 255, 255, 0.30);
    border-top: none;
    padding-bottom: 10px;
    z-index: 9;
}

.input_select_box .drop_down_ p {
    padding: 8px 20px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}
.item_right .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 20px;
    line-height: 26px;
    border: 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: "Microsoft YaHei";
}

.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

.job_form_item .input-container input::-webkit-input-placeholder,
.job_form_item textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.job_form_item .input-container input::-moz-placeholder,
.job_form_item textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

.job_form_item .input-container input::-ms-input-placeholder,
.job_form_item textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}



.item_right .yanz {
    padding-top: 16px;
}
.item_right .yanz .input-container {
    margin-top: 0;
}
.item_right .message_code {
    margin-left: 16px;
}
.item_right .message_code img {
    width: 128px;
height: 56px;
}
.item_right .index_more {
    padding: 16px 8px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
height: 58px;
font-family: "Microsoft YaHei";
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
cursor: pointer;
}
.item_right .border_grey {
    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: var(--dark-color);
}
.item_right .border_black {
    border: 1px solid var(--main-color);
background: var(--main-color);
backdrop-filter: blur(4px);
color: #FAFAFA;

}
.item_right .pt0 {
    padding-top: 0;
}
@media (max-width:991px) {
    .job_form_cont {
        padding: 50px 40px;
    }

}
@media (max-width:767px) {
    .job_form_cont {
        padding: 40px 20px;
    }
    .job_form_cont .job_form_item {
        flex-wrap: wrap;
    }
    .job_form_cont .job_form_item .item_left  {
        width: 100%;
    }
    .job_form_cont .job_form_item .item_right {
        width: 100%;
        padding-top: 20px;
    }
    .job_form_cont .job_form_item .item_right>.col:first-child {
        padding-bottom: 32px;

    }
    .job_form_cont .job_form_item.job_form_last .item_right {
        padding-top: 0;
    }
    .item_right {
        margin: 0;
    }
    .item_right .col,.item_right .colw100 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }
    .item_right .yanz {
        flex-wrap: wrap;
    }
    .item_right .yanz .input-container {
        width: 100%;
    }
    .item_right .message_code {
        margin-left: 0;
        margin-top: 20px;
    }
    .job_form_top .right a {
    padding: 10px 20px;
    }
    .job_form_top .right span {
        font-size: 16px;
        background-size: 20px 20px;
    }
    .job_form_cont .job_form_item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .last_button {
        justify-content: space-between;
    }
    .item_right .index_more {
        width: calc(50% - 10px);
        margin-right: 0;
        padding: 10px 8px;
    }

}