﻿@charset "utf-8";

.job_top {
    position: relative;
    padding: 60px 0 70px 0;
    background-color: var(--white-color);
    overflow: hidden;
    z-index: 1;
}
.job_bg01 {
    position: absolute;
    right: -5%;
    top:-30px;
    width:30%;
    z-index: -1;
}

.job_bg02 {
    position: absolute;
    right: 15%;
    bottom: 30px;
    width: 30%;
    max-width: 534px;
    z-index: -1;
}
.sanime__mask {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    position: absolute;
    top: -100%;
    transition: top 1.2s ease;
    z-index: 2;
}
.sanime__mask2 {
    display: block;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    position: absolute;
    top: -100%;
    transition: top 1.2s ease;
    opacity: 0.2;
    z-index: 2;
}
.job_top_img.animated .sanime__mask {
    top: 100%;
    opacity: 1;
    animation-duration: .8s;
}
.job_top_text.animated .sanime__mask2 {
    top: 100%;
    opacity: 1;
    animation-duration: .8s;
}
.job_top_text.animated .job_s_title,.job_top_text.animated .job_s_text{
    opacity: 1;
}
.job_title {
    color: var(--dark);

    font-weight: 700;
    line-height: 1.2;
}

.job_text {
    padding-top: 24px;
    max-width: 640px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.job_top_loop {
    padding-top: 24px;
    display: flex;
    justify-content: space-between;
}

.job_t_loop_item {
    width: calc(50% - 40px);
}

.job_top_loop .job_t_loop_item:first-child .job_top_img{
    margin-top: 90px;
}

.job_t_loop_item .job_top_img {
    position: relative;
    overflow: hidden;
}

.job_t_loop_item .job_top_img .job_icon {
    position: absolute;
    right: 32px;
    top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #FFF;
    border-radius: 50%;
}

.job_top_text {
    position: relative;
    padding-top: 24px;
    

    overflow: hidden;
    
}

.job_top_text .job_s_title {
    color: var(--dark);
    font-weight: 700;
    line-height: 32px;
    opacity: 0;
    transition: opacity 4s ease;
}

.job_top_text .job_s_text {
    padding-top: 16px;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0;
    transition: opacity 4s ease;
}

.job_bottom_bg {
    padding: 84px 0 0 0;
    background: #F1F8FD;
}
.job_bottom_bg .read_more {
    padding-bottom: 48px;
}
@media (max-width:991px) {

.job_t_loop_item {
    width: calc(50% - 20px);
}
.job_t_loop_item .job_top_img .job_icon {
    right: 20px;
    top: 20px;
    width: 60px;
    height: 60px;
    padding: 10px;
}


}
@media (max-width:767px) {
    .job_top {
        padding: 50px 0 40px 0;
    }
    .job_top_loop {
        padding-top: 0;
        flex-wrap: wrap;
    }
    .job_t_loop_item {
        width:100%;
        margin-top: 30px;
    }
    .job_top_loop .job_t_loop_item:first-child .job_top_img {
        margin-top: 20px;
    }

}

/*joblist*/
.join_title {
    text-align: center;
}

.join_title .big_t {
    color: #FFF;
    font-weight: 400;
    line-height: 1.2;
}

.join_title .des {
    padding-top: 15px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.join_all {
    display: flex;
    flex-wrap: wrap;
    padding-top: 45px;
    margin-left: -12px;
    margin-right: -12px;
}

.join_allbox {
    background: #050505;
    padding: 75px 0 80px;
}

.join_item {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
    width: calc(33.33% - 24px);
    padding: 32px;
    background: var(--white-color);
    position: relative;
    cursor: pointer;
}

.join_item1 {
    color: var(--dark);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 16px;
}

.join_itemtop .join_item2_item {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-right: 16px;
    padding-left: 16px;
    position: relative;
}

.join_itemtop .join_item2_item span {
    display: none;
}
.join_itemtop .join_item2 .join_item2_item:nth-child(1) {
    margin-right: 16px;
}
.join_itemtop .join_item2 .join_item2_item:nth-child(2) {
    margin-right: 16px;
    padding-left: 0;
}
.join_itemtop .join_item2 .join_item2_item:last-child {
    padding-right: 0;
    padding-left: 0;
}

.join_itemtop .join_item2_item::after {
    content: '';
    position: absolute;
    height: 14px;
    width: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.join_itemtop .join_item2_item:last-child::after {
    display: none;
}

.join_itemtop .join_item2_item:nth-child(1) {
    padding-left: 0;
}

.join_itemtop .join_item2 {
    padding-bottom: 20px;
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    width: 100%;
}


.join_item3 {
    padding-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    opacity: 0.4;
}

.join_item3left span {
    color: #666;
    margin-right: 10px;
    font-family: Rubik;
    font-size: 16px;
    line-height: 28px;
}

.join_itemtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}
.join_itemtop .release_time {
display: none;
}
.join_itemtop>div:first-child {
    width: 100%;
}

.join_item {
    transition: .3s;
}

.join_item .yaoqiu,
.join_item .neirong {
    display: none;
}

.join_item:hover {
    background: linear-gradient(270deg, #0083CD 0%, #01A0E2 100%);
}

.join_item:hover .join_item1 {
    color: #FFF;
}

.join_item:hover .join_item2_item {
    color: rgba(255, 255, 255, 0.60);
}

.join_item:hover .join_item3left span {
    color: var(--white-color);
}

.join_item:hover .join_item3right svg path {
    stroke: var(--white-color);
}

.join_item:hover .join_itemtop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.join_item:hover .join_itemtop .join_item2_item::after {
    
    background-color: rgba(255, 255, 255, 0.20);
    
}



/* mtk */
.mtk_text {
    max-height:270px;
    overflow-y: auto;
}

body.m_fix {
    overflow: hidden;
    padding-right: 4px;
}

.mtk {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: -999;
    opacity: 0;
}

.mtk.active {
    z-index: 1200;
    opacity: 1;
}

.mtk_box {
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    width: 1000px;
    max-width: 95%;
    padding: 32px;
    opacity: 0;
    transition: transform .6s;
    z-index: 10;
}

.mtk_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(32px);
    z-index: -1;
    opacity: 0;
}

.mtk_title {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);

}

.mtk_title .close {
    cursor: pointer;
}


.mtk_title1 {
    color: #333;
    font-size: 22px;
    font-weight: 400;
}

.mtk_des {
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;

}

.mtk_des .join_item2 {
    display: flex;
    align-items: center;
}
.mtk_des .join_item2 .join_item2_item {
    margin-right: 27px;
font-size: 16px;
font-weight: 400;
display: flex;
align-items: center;
}
.mtk_des .join_item2 .join_item2_item span {
    margin-right: 6px;
}
.mtk_des .release_time {
    color:#999;

font-size: 16px;
font-weight: 400;
line-height: 28px; 
}

.mtk_content {
    padding: 30px 0;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.mtk_content1,
.mtk_content3 {
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.mtk_content2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.mtk_content3 {
    margin-top: 43px;
}

.mtk_content4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.mtk_content5 {
    margin-top: 57px;
    cursor: pointer;
    padding-left: 45px;
}

.mtk_content5 a {
    display: inline-flex;
    padding: 6px 2px 6px 20px;
    align-items: center;
    gap: 15px;
    border-radius: 40px;
    background: #EDEDED;
    transition: .3s;
}

.mtk_content5 a span:nth-child(1) {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.box_butcur {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box_butcur2 {
    display: block;
}

.box_butcur1 {
    display: none;
}

.mtk_content5 a:hover {
    background-color: var(--main-color);
    transition: .3s;
}

.mtk_content5 a:hover .box_butcur1 {
    display: block;
}

.mtk_content5 a:hover .box_butcur2 {
    display: none;
}

.mtk_content5 a:hover .box_butcur {
    background-color: var(--white-color);
    transition: .3s;
}

.mtk_content5 a:hover span:nth-child(1) {
    color: #fff;
    transition: .3s;
}

.mtk.active .mtk_box {
    opacity: 1;
    transform: translate(-50%, -50%) translateY(0px);
}

.mtk.active .mtk_box:before {
    opacity: 1;
}

.mtk_box .md-close {
    position: absolute;
    right: 0;
    top: -48px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-color);
    cursor: pointer;
}


.mtk_box .md-close:hover img {
    animation: spin 1s ease;
}
@media (max-height:700px) {
    .mtk_text {
        max-height: 148px;
    }

}
@media (max-width:1280px) {
    .join_itemtop .join_item2_item:nth-child(2):after {
        display: none;
    }

    .join_itemtop .join_item2 .join_item2_item:last-child {
        padding-left: 0;
        width: 100%;
    }
}

@media (max-width:991px) {
    .join_item {
        padding: 32px 20px;
    }

    .join_item {
        width: calc(50% - 24px);
    }

    .join_item1 {
        font-size: 20px;
    }
}

@media (max-width:767px) {
    .job_bottom_bg {
        padding: 50px 0 0 0;
    }
    .join_item {
        width: calc(100% - 24px);
    }

    .join_item1 {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .mtk_box {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) translateY(100px);
        width: 1000px;
        max-width: 95%;
        max-height: calc(100vh - 100px);
        padding: 32px 20px;
    }
    .mtk_title {
        padding-bottom: 10px;
    }
    .mtk_des {
        flex-wrap: wrap;
    }
    .join_item2 {
        flex-wrap: wrap;
    }
    .mtk_des .join_item2 .join_item2_item {
        margin-right: 16px;
        font-size: 14px;
        margin-bottom: 10px;
    }
    .mtk_des .join_item2 .join_item2_item span {
        width: 20px;
    }
    .mtk_des .release_time {
        font-size: 14px;
        line-height: 24px;
    }
    .mtk_text {
        max-height: 22vh;
    }

}

@media (max-width:359px) {

    .mtk_text {
        max-height: 20vh;
    }

}

/*yingpin*/
.pt100 {
    padding-top: 100px;
}
.job_ypbg {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F1F8FD;
}

.job_ypbg .mess_form {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    padding: 30px 50px;
    border-radius: 16px
}

.job_ypbg .contform {
   
}

.input_select_box .icon {
    border-color: #999 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    right: 8px;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
    cursor: pointer;
}

.input_select_box .drop_down_ {
    position: absolute;
    left: -1px;
    top: 56px;
    width: calc(100% + 2px);
    background: #F5F6F8;
    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;
}

.mess_left h3 {
    color: #FFF;
    font-weight: 400;
    line-height: 1.4;
}

.mess_left p {
    padding-top: 14px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

.messform {
    margin-left: -12px;
    margin-right: -12px;
    overflow: hidden;
    margin-top: -10px;
}

.messform .col {
    width: 50%;
    padding: 12px;
    float: left;
}

.messform .input-container {
    position: relative;
    border: 1px solid #F5F6F8;
}

.messform .input-container input {
    outline: none;
    z-index: 1;
    padding: 15px 16px;
    padding-left: 62px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}

.messform .input-container span {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
    width: 74px;
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.messform .text-area span {
    top: 18px;
    transform: inherit;
}

.messform .text-area span em {
    color: var(--main-color);
    font-style: normal;
}

.messform .colw100 {
    width: 100%;
    padding: 12px;
    float: left;
}

.messform .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 15px 16px;
    padding-left: 95px;
    line-height: 26px;
    border: 0;
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: "Microsoft YaHei";
}

.messform .reset, .messform .submit {
    width: 160px;
    height: 60px;
    background: transparent;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    border-radius: 0;
    cursor: pointer;
}

.messform .reset {
    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.30);
}

.messform .submit {
    margin-left: 16px;
    background-color: var(--main-color);
    display: flex;
    align-items: center;
    justify-content: center;
}

.messform .submit img {
    margin-left: 5px;
}

.messform .yanz {
    width: 252px;
}

.messform .yanz input {
    padding-left: 80px;
}
.messform  .yz {
    margin-left: 16px;
}
.messform  .yz img {
    height: 56px;
}

.messform .last_button .index_more:first-child {
    margin-right: 16px;
}
.messform  .last_button button {
    background-color: transparent;
    cursor: pointer;
    border: none;
}
.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

.messform .job_radio div {
    padding-left: 90px;
    height: 58px;
    width: 192px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

.messform .job_radio input {
    width: 16px;
    height: 16px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    padding: 0;
}
.ser_agreement {
    display: none !important;
}
@media (max-width:767px) {
    .job_ypbg {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .messform .col {
        width: 100%;
    }

    .messform .yanz {
        width: 200px;
    }

    .messform .reset, .messform .submit {
        width: 46%;
        height: 48px;
        font-size: 16px;
    }

    .top_list .ul .li:last-child .text {
        font-size: 16px;
    }

    .messform .last_button {
        justify-content: space-between;
    }
    .job_ypbg .mess_form {
    padding: 30px 20px;
}
.messform .job_radio {
    display: block;
}
.messform .job_radio div {
    padding-left:70px;
    height: 56px;
}
.messform .job_radio input{
    float: left;
}

}