/*!****************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./public/static/css/web/talent.css ***!
  \****************************************************************************************************************/
.swiper-big {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
}
.swiper-big-body {
    padding-top: 40px;
    padding-bottom: 40px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.swiper-big-close {
    position: absolute;
    cursor: pointer;
    font-size: 24px;
    width: 24px;
    height: 24px;
    right: 12px;
    top: 10px;
    z-index: 10;
    color: #fff;
  }
  .swiper-big img {
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
         transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
  }
.bg-container {
    background: #F8F8F8;
}
.talent-container .page-banner {
    background-image: url(/static/dist/assets/dev-banner_7b0345.jpg);
}
.news-box {
    padding-top: 0;
    margin: 0;
}
.news-box h2.title {
    padding: 72px 0;
}
.cultivation.wrapper {
    max-width: initial;
}
.develop-box ul {
    margin-right: -1.6%;
    font-size: 0;
    white-space: nowrap;
}
.develop-box li {
    font-size: 100px;
    width: 25%;
    padding-right: 1.6%;
    display: inline-block;
    transition: width .5s ease;
    overflow: hidden;
}
.develop-box .dev-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: inherit;
}
.inyield-img {
    width: 100%;
    height: 4.8em;
    position: relative;
    text-align: center;
    border-radius: 24px;
    overflow: hidden;
}
.inyield-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.inyield-img .title {
    font-size: 24px;
    margin-bottom: 14px;
    font-weight: 500;
}
.inyield-img .dev-info {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    color: #fff;
    padding: 0 32px;
    font-size: 16px;
    white-space: normal;
    width: 100%;
}
.inyield-img:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transition: all .4s ease;
    z-index: -1;
}
.inyield-img .des {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 66px;
    font-size: 16px;
    line-height: 1.375;
}
.inyield-img .imgbox {
    overflow: hidden;
    height: 600px;
}
.inyield-img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #000000 100%);
    z-index: 1;
}
.internal-img {
    position: relative;
}
.internal-img:hover .img-search {
    top: 50%;
    opacity: 1;
}
.treatment {
    max-width: 1160px;
    margin: 0 auto;
}
@media (min-width: 769px) {
    .develop-box li.active {
        width: 34%;
    }
    .develop-box li.activenom {
        width: 22%;
    }
}
.treatment ul {
    font-size: 0;
}
.treatment li {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 6);
    text-align: center;
    margin-bottom: 52px;
}
.treatment li i {
    font-size: 60px;
    color: #FF6A00;
} 
.treatment li p {
    font-size: 14px;
    margin-top: 12px;
    min-height: 40px;
}  
.recruit ul {
   width: 100%;
   display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
.recruit li {
    width: 50%;
    margin-bottom: 20px;
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */  
    display: -moz-box; /* Firefox 17- */  
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */  
    display: -moz-flex; /* Firefox 18+ */  
    display: -ms-flexbox; /* IE 10 */  
    display: flex; /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}
@media (min-width: 1025px) {
    .recruit li:first-child {
        padding-right: 10px;
    }
    .recruit li:last-child {
        padding-left: 10px;
    }
}
.recruit-list {
    width: 100%;
    padding: 24px;
    background: #fff;
    height: 100%;
    border-radius: 12px;
}
.recruit-list .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.1;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: calc(100% - 64px);
}

.recruit-head {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.recruit-head:after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    transition: all .4s ease-in;
    background: #FF6B00;
    position: absolute;
    bottom: -1px;
}
.recruit-list:hover .recruit-head:after {
    width: 100%;
}
.recruit-list .cate-tag {
    /* margin-top: 2px; */
    vertical-align: middle;
}
.recruit-list .title i {
    color: #aaa;
    margin-right: 8px;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    margin-top: -4px;
}
.recruit-detail {
    padding-top: 20px;
    font-size: 14px;
    color: #666;
}
.recruit-detail img {
    display: block;
    max-width: 100%;
}
.recruit-detail p {
    font-size: 14px;
    color: #666;
}
.learn-more {
    margin-top: 16px;
}
.recruit-notice {
    background-color: #F0F0F0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 268px;
    text-align: center;
    position: relative;
    border-radius: 12px;
}
.notice-cons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 590px;
}
.recruit-notice .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
}
.recruit-notice .des {
    padding: 0 12px;
    line-height: 1.8;
}

.school-recruit {
    padding-bottom: 72px;
}
.internal-referral h2.title {
    padding-bottom: 48px;
}
.internal-referral .title .descrip {
    font-size: 16px;
    max-width: 740px;
    margin: 0 auto;
    margin-top: 24px;
    line-height: 1.4;
    font-weight: 400;
}
.internal-referral ul {
    margin-right: -20px;
    display: flex;
}
.internal-referral li {
    width: 50%;
    padding-right: 20px;
    margin-bottom: 20px;
    float: left;
}
.refer-box {
    border-radius: 24px;
    border: 4px solid #ff9600;
    overflow: hidden;
    height: 100%;;
}
.internal-referral li:last-child .refer-box  {
    border: 4px solid #FF9D00;
}
.internal-img > img {
    display: block;
    width: 100%;
}
.internal-img > img.mobile {
    display: none!important;
}
.referral-progress {
    background: #F8F8F8;
    border-radius: 24px;
    border: 4px solid #E6E6E6;
    padding: 26px 46px 48px;
    text-align: center;
}
.refer-head {
    background: linear-gradient(90deg, #FFA100 0%, #FF6A00 100%);
    padding: 22px 0;
}
.refer-head p {
    font-size: 28px;
    text-align: center;
    color: #fff;
}
.refer-cons {
    background: rgba(255, 106, 0, 0.3);
    padding: 12px 32px 32px;
    height: calc(100% - 86px);
}
.refer-cons p {
    font-size: 16px;
}
.refer-cons p span {
    font-size: 18px;
    font-weight: 500;
}
.refer-cons2 {
    background: rgba(255, 161, 0, 0.3);
    position: relative;
}
.refer-cons2 p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - 32px);
    text-align: center;
    line-height: 48px;
}
.refer-cons2 p span {
    font-size: 24px;
    font-weight: 500;
}
.referral-progress .title {
    font-size: 28px;
    margin-bottom: 24px;
}
.referral-progress .des {
    font-size: 16px;
}
.refer-item {
    margin-bottom: 20px;
}
.refer-item:last-child {
    margin-bottom: 0;
}
.refer-item .title {
    font-weight: 500;
    margin-bottom: 12px;
}
.talent-container .swiper-big img {
    width: auto;
    max-width: 90%;
}
.icon-arrow-short:before {
    margin-left: -2px;
}
@media (max-width: 1440px) {
    .develop-box li {
        font-size: 80px;
    }
    .inyield-img .dev-info {
        padding: 0 16px;
    }
    .inyield-img {
        height: 4.2em;
    }
}
@media (max-width: 1024px) {
    .develop-box li {
        font-size: 70px;
    }
    .recruit ul {
        display: block;
    }
    .recruit li {
        display: block;
        width: 100%;
    }
    .internal-referral ul {
        display: block;
    }
    .internal-referral li {
        width: 100%;
    }
    .refer-cons2 {
        min-height: 500px;
    }
    .learn-more {
        margin-top: 36px;
    }
}
@media (max-width: 768px) {
    .news-box h2.title {
        padding: 56px 0;
    }
    .develop-box ul {
        white-space: normal;
        margin-right: -20px;
    }
    .develop-box li {
        width: 50%;
        padding-right: 20px;
        margin-bottom: 16px;
    }
    .treatment li {
        width: 25%;
    }
    .internal-referral li {
        width: 100%;
    }
    .school-recruit {
        padding-bottom: 56px;
    }
}
@media (max-width: 767px) {
    .inyield-img .dev-info {
        bottom: 30px;
    }
    .news-box h2.title {
        font-size: 24px;
        padding: 32px 0 24px;
    }
    .develop-box {
        padding-top: 8px;
    }
    .develop-box li {
        width: 100%;
    }
    .develop-box li {
        margin-bottom: 12px;
    }
    .develop-box li:last-child {
        margin-bottom: 0;
    }
    .treatment li i {
        font-size: 40px;
    }
    .treatment li {
        margin-bottom: 24px;
    }
    .social-recruit {
        margin-top: -12px;
    }
    .recruit-list .title {
        font-size: 18px;
    }
    .recruit-list .title i {
        font-size: 16px;
    }
    .learn-more {
        margin-top: 24px;
        padding-bottom: 4px;
    }
    .school-recruit h2.title {
        padding-top: 36px;
    }
    .recruit-notice {
        height: 292px;;
    }
    .recruit-notice .title {
        font-size: 18px;
    }
    .recruit-notice .des {
        font-size: 14px;
    }
    .referral-progress {
        padding: 24px 12px 30px;
    }
    .referral-progress .title {
        font-size: 20px;
        margin-bottom: 12px;
    }
    .refer-head {
        padding: 18px 0;
    }
    .refer-head p {
        font-size: 20px;
    }
    .internal-referral li {
        margin-bottom: 12px;
    }
    .refer-cons {
        padding: 12px;
    }
    .refer-cons2 {
        min-height: 412px;
    }
    .school-recruit {
        padding-bottom: 36px;
    }
    .refer-cons2 p span {
        font-size: 20px;
    }
    .internal-img > img.pc {
        display: none!important;
    }
    .internal-img > img.mobile {
        display: block!important;
    }
}
