/* 招聘岗位 */
.job-main{
    padding: 20px 0;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.text-muted {
    color: #656b78 !important;
}
h6.text-muted {
    line-height: 20px;
    font-size: 16px;
}
.ft-bold {
    font-weight: 600;
}

h2.ft-bold {
    line-height: 36px;
    font-size: 24px;
}
.job_grid {
    position: relative;
    margin-bottom: 30px;
    background: #ffffff;
}
.job_grid_thumb img{
    width: 70px;
    height: 70px;
}

.rounded {
    border-radius: 0.25rem!important;
}
.border {
    border: 1px solid #e9ecef!important;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}
.text-center {
    text-align: center!important;
}

.m-auto {
    margin: auto!important;
}
.d-block {
    display: block!important;
}
.pt-5 {
    padding-top: 3rem!important;
}
.px-3 {
    padding-right: 1rem!important;
    padding-left: 1rem!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mb-5 {
    margin-bottom: 3rem!important;
}
.p-0 {
    padding: 0!important;
}
.pb-3 {
    padding-bottom: 1rem!important;
}
.pb-4 {
    padding-bottom: 1.5rem!important;
}

.ft-medium {
    font-weight: 500;
}

.medium {
    font-size: 90%;
}
.mb-0 {
    margin-bottom: 0!important;
}
.text-dark {
    color: #172228!important;
}
.fs-md {
    font-size: 16px !important;
}
.mr-1 {
    margin-right: 0.25rem!important;
}
.skills_tag li {
    display: inline-flex;
    padding: 4px 2px;
}
.px-2 {
    padding-right: 0.5rem!important;
    padding-left: 0.5rem!important;
}

.py-1 {
    padding-top: 0.25rem!important;
    padding-bottom: 0.25rem!important;
}
.text-dark {
    color: #172228!important;
}

.medium {
    font-size: 90%;
}
.skill-bg {
    background: #f1f3f5;
}
.text-light {
    color: #ffffff !important;
}
.theme-bg {
    background: #28b661 !important;
}
.position-relative {
    position: relative;
}
.btn.btn-md {
    padding: 14px 30px;
}
.position-relative .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    font-size: 16px;
    cursor: pointer;
    transition: 0.5s;
}
.theme-cl {
    color: var(--theme-blue) !important;
}
.theme-bg-light {
    background: rgba(13, 110, 253, 0.11) !important;
}
.hover-theme:hover,.hover-theme:focus{
	background:var(--theme-blue) !important;
	color:#ffffff !important;
}
.position-relative span,
.df-1 span{
    font-size: 18px;
    margin-left: 10px;
    display: inline-block;
    color: inherit;
    flex-shrink: 0;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
}
.job-more{
    display: flex;
    justify-content: center;
    align-items: center;
}
.text-dark {
    color: #172228!important;
}

.ft-medium {
    font-weight: 500;
}
.text-dark {
    color: #343a40!important;
}
.mt-3 {
    margin-top: 1rem!important;
}
.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.apply-btn {
    font-weight: 500;
    color: #6f7587;
    font-size: 14px;
}

.df-1 .btn {
    padding: 12px 25px;
    cursor: pointer;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
}
.df-1 .gray {
    background: #f4f5f7!important;
}
.full-width {
    width: 100%;
}

/* 招聘详情 */
.py-4 {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.px-3 {
    padding-right: 20px!important;
    padding-left: 20px!important;
}
.mb-4 {
    margin-bottom: 20px!important;
}
.ft-medium {
    font-weight: 500;
    line-height: 25px;
}

.fs-md {
    font-size: 16px !important;
}
.bg-white {
    background-color: #fff!important;
}
.detail-main{
    background-color: #F7F7F7;
    padding: 20px 0;
}
.detail-title{
    font-size: 16px;
    font-weight: bold;
    color: #0A78E2;
}
.job-color{
    color: var(--theme-blue);
    text-decoration:underline;
}
.jbd-details p{
    line-height: 30px;
}
.detail-date{
    color: #666;
    font-size: 12px;
}
.detail-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.detail-bottom strong{
    line-height: 30px;
}

.team-main{
    background-color: #1b1b1b;
}
.team-card-wrap2{
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 100%;
   
}
.team-img-wrap2{
    
}
.team-img-wrap2::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.37);
    top: 0;
    left: 0;
    z-index: 2;
    transition: 1000ms;
}
.team-img2{
    position: relative;
    z-index: 1;
    min-height: 297px;
    background-size: cover;
    background-position: 50%;
    transition: all 1000ms;

}
.team-desc-wrap2{
    position: absolute;
    z-index: 10;
    bottom: 0;
    left: 25px;
    padding-right: 30px;
    opacity: 0;
    -webkit-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
        transform: translateX(-100px);
    transition: 650ms;
    
}
.team-card-wrap2:hover .team-img2{
    transform: scale(1.2) translateX(8%);
    -webkit-transform: scale(1.2) translateX(8%);
    -ms-transform: scale(1.2) translateX(8%);
}
.team-card-wrap2:hover .team-desc-wrap2{
    opacity: 1;
    transform: translateY(0) translateX(0);
    -webkit-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
}
.team-card-wrap2:hover .team-img-wrap2::before{
    background-color: rgba(0, 0, 0, 0.55);
}
.column-33 {
    width: 33.33%;   
}
.team-list-wrap2, .team-list-wrap2 .column-33 {
    padding-left: 0;
    padding-right: 0;
}
.columns {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.column-22 {
    width: 50%;
}
.columns {
    display: inline-block;
    float: left;
}
.clearfix {
    zoom: 1;
}
.team-list-wrap2 {
    width: 100%;
}



.team-text-wrap2{
    background-color: #1b1b1b;
    position: relative;
    padding: 80px 30px 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.title-wrap2 {
    width: 100%;
}
h2.the-title2 {
    color: #ffffff;
    font-size: 40px;
    margin-bottom: 20px;
    line-height: 80px;
}
h4.team-name2 {
    font-size: 25px;
    color: #fff;
    margin: 0;
    line-height: 24px;
}
p.team-role2 {
    color: #bfbfbf;
    font-weight: 300;
}
span.divider-separator2 {
    width: 8%;
    height: 3px;
}
.the-desc2 {
    color: #aaa;
    margin-top: 20px;
}
.opacity1 {
    transition: 0.4s;
}
.divider-separator2 {
    width: 15%;
    height: 4px;
    background: var(--theme-blue);
    display: block;
}
.job-wechat{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media  screen and  (max-width: 375px){
    .w100{
        position: static;
        width: 100%;
    }
    .column-33 {
        width: 100%;   
    }

}
@media  screen and  (max-width: 760px){
    .w100{
        position: static;
        width: 100%;
    }
    .column-33 {
        width: 50%;   
    }

}
@media screen and (max-width: 1024px){
    .w100{
        position: static;
        width: 100%;
    }
    .column-33 {
        width: 33.33%;   
    }
    h2.the-title2 {
        font-size: 30px!important;
    }
    h4.team-name2 {
        font-size: 20px!important;
    }
    p.team-role2 {

        font-size: 16px!important;
    }
    span.divider-separator2 {
        width: 15%!important;
        height: 2px!important;
    }
    .team-text-wrap2{
        width: 100%;
    }
    .title-wrap2 {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .divider-separator2 {
        margin: auto;
    }

}
@media screen and (min-width:1200px){
    .team-text-wrap2{
        position: absolute;
        top: 50%;
        transform: translate(0,25%);
    }
} 