@charset "utf-8";

.content {
    background-color: #F5F5F5;
}
.pt50 {
    padding-top: 50px;
}
.join_all {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 30px;
    padding-top: 40px;
    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: 24px;
    background: var(--white-color);
    border-radius: 8px;
    position: relative;
    cursor: pointer;
overflow: hidden;
}

.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: 16px;
    width: 1px;
    background-color:#D9D9D9;
    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: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.join_item3left span {
    color: #666;
    margin-right: 10px;
    font-size: 16px;
    line-height: 28px;
}

.join_itemtop {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #D9D9D9;

}
.join_item3 .join_item3right{
    border-radius: 45px;
background: #F5F5F5;
padding: 10px 20px;
color: var(--main-color);
font-size: 16px;
font-weight: 400;
}
.join_itemtop .release_time {
    display: none;
}

.join_itemtop>div:first-child {
    width: 100%;
}

.join_item {
    transition: .3s;
}

.join_item .yaoqiu,
.join_item .neirong,.join_item .lxfangshi {
    display: none;
}

.join_item:hover .join_item3right {
   background-color: var(--main-color);
   color: var(--white-color);
}
.join_item:hover .join_item1{
    color: var(--main-color);
}




/* 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 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) translateY(100px);
    width: 1000px;
    max-width: 95%;
    padding: 32px;
    border-radius: 8px;
    overflow: hidden;
    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 {
    position: relative;
    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_text .mtk_content3:first-child {
    margin-top: 0;
}
.mtk_content1,
.mtk_content3 {
    margin-top: 43px;

    color: #333;
    font-size: 18px;
    font-weight: 700;
}

.mtk_content2 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.mtk_content3 {
}

.mtk_content4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 10px;
}

.mtk_content5 {
    font-size: 16px;
    margin-top: 10px;
}
.mtk_content5 p {
    font-size: 16px;
}
/* .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: -10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    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:1180px) {
    .join_item {
        width: calc(50% - 24px);
    }
}

@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;
}





.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;
    z-index: 9;
}

.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;
    }

}

/* read more */
.read_more {
    display: flex;
    justify-content: center;
    padding-top: 36px;
    padding-bottom: 60px;
}

.read_more a {
    position: relative;
    padding-top: 34px;
}

.read_more a::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 24px;
    height: 24px;
    background-image: url(../images/honor_icon.svg);
    animation: right-swing 1s ease-out alternate infinite;
}

.read_more a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@keyframes right-swing {
    0% {
        transform: translate(-50%, 0);
    }

    100% {
        transform: translate(-50%, 20%);
    }
}
.border_black a,
.border_grey a {
    border: 1px solid #666;
}

.index_more a {
    display: flex;
    width: 200px;
    height: 60px;
    padding: 20px 24px;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px 0px 8px 8px;
    transition: background-color 0.3s ease-in-out;

}

.border_white a span {
    color: var(--white-color);
}

.border_black a span {
    color: #666;
}

.border_grey a span {
    color: #666;
}

.index_more a span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.index_more a i {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease-in-out;
    z-index: 1;
}

.border_white a i::before {
    background-color: var(--white-color);

}

.border_black a i::before {
    background-color: #666;
}

.border_grey a i::before {
    background-color: #666;
}

.index_more a i::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -1;
}

.index_more a i::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 6px;
    height: 6px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.index_more a i svg {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.4s ease-in-out;

}

.border_white a:hover {
    background-color: var(--white-color);
}

.border_black a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.border_grey a:hover {
    background-color: #666;
}

.border_white a:hover span {
    color: var(--blue);
}

.border_black a:hover span {
    color: var(--white-color);
}

.border_grey a:hover span {
    color: var(--white-color);
}

.index_more a:hover i:before {
    opacity: 0;
}

.border_white a:hover i:after {
    background-color: var(--blue);
}

.border_black a:hover i:after {
    background-color: var(--white-color);
}

.border_grey a:hover i:after {
    background-color: var(--white-color);
}

.index_more a:hover i:after {
    width: 100%;
    height: 100%;
}

.index_more a:hover i svg {
    opacity: 1;
}

.border_black a:hover i svg path {
    stroke: var(--main-color);
}

.border_grey a:hover i svg path {
    stroke: #666;
}

@media (max-width:1280px) {

    .index_more a {
        width: 166px;
        height: 60px;
        padding: 20px 16px;
    }
}

@media (max-width:350px) {
    .pro_in_button .list_ span {
        font-size: 16px;
    }
}