.tp_bg_top {
    margin-bottom: calc((120 / 68) * 1%)
}

.jobs_content {
    margin-bottom: calc((115 / 16) * 1%)
}

.jobs_content .jb_des {
    margin-top: 10px
}

.jobs_content .jb_list .jb_item {
    margin-top: 30px
}

.jobs_content .jb_list strong,
.jobs_content .jb_list strong span,
.jobs_content .jb_list span strong {
    font-size: 22px;
}

.jobs_content .jb_list .tit {
    font-family: Poppins
}

.jobs_content .jb_list .tit,
.jobs_content .jb_list p {
    font-size: 22px
}

.jobs_content .jb_list li {
    margin-top: 15px;
    padding-left: 12px;
    position: relative;

    &::before {
        content: '';
        display: block;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #333;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.jobs_content .z_btns .item {
    padding: 12px 35px;
    width: auto !important
}

.job_window {
    width: calc((778 / 19.2) * 1%);
    background: #ffffff;
    box-shadow: 6px 4px 49px 4px #ccc;
    border-radius: 20px 20px 20px 20px;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    padding: 20px 76px;
    display: none;
    max-height: 90vh;
    overflow: auto
}
.job_window .com_form .names, .job_window .com_form .email, .job_window .com_form .phone, .job_window .com_form .message{     margin-top: 20px !important;  }
.job_window .job_close {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;
    background: url(../images/other/job_close.png) no-repeat center / cover;
    cursor: pointer
}

.job_window .title {
    font-size: 30px;
    color: var(--color-main);
    font-family: Poppins
}

.job_window .desc {
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    /* margin-top: 20px */
}
.job_window .select_box {
    /* margin-top: 30px; */
    display: flex;
    align-items: center
}

.job_window .select_box .txt1 {
    margin-right: 10px
}

.job_window .select_box .z_tp_item {
    width: 100%;
    background: #eef8fd;
    border-radius: 10px 10px 10px 10px;
    position: relative
}

.job_window .select_box .z_tp_item .fir {
    font-family: Poppins;
    color: var(--color-main);
    padding: 0 45px 0 5px;     
    position: relative;
    z-index: 9
}

.job_window .select_box .z_tp_item ul {
    display: none;
    position: absolute;
    background: #eef8fd;
    width: 100%;
    left: 0;
    z-index: 9;
    max-height: 500%;
    overflow-y: auto;
}

.job_window .com_form textarea {
    height: 95px
}



@media screen and (max-width:1360px) {
.job_window {
    width: calc((1155 / 19.2)* 1%) !important; }
}