.join-content {
    width: 100%;
    height: 100%;
}

.w100 {
    width: 100%;
}

.text-center {
    font-size: 1vw;
    text-align: center;
}

.flex-def {
    display: flex;
}

.cursor-pointer {
    cursor: pointer;
}


/* slogan */

.join-slogan {
    height: 27.34vw;
    background: url("https://files.yidatec.com/img/pc/join/join-header.png") no-repeat;
    background-size: 100% 100%;
}

.join-slogan-text {
    position: relative;
    left: 18.23vw;
    top: 5.916vw;
}

.join-slogan-title {
    font-size: 2.1875vw;
    /* font-family: FZLTzhonghei; */
    font-weight: 400;
    color: #fff;
}

.join-slogan-txt {
    font-size: 1.5vw;
    /* font-family: FZLTcuhei; */
    font-weight: 400;
    color: #fff;
    margin-top: 1.7vw;
    margin-bottom: 4vw;
}

.join-slogan-btn {
    width: 9.541vw;
    height: 3.06vw;
    background-color: #fff;
    font-size: 1.2vw;
    /* font-family: FZLTxihei; */
    font-weight: 400;
    line-height: 3.06vw;
    color: #000;
    border-radius: 1.5vw;
}


/* invite */

.invite-tab {
    height: 5vw;
    padding: 0 18.23vw;
    display: flex;
    position: relative;
}

.invite-tab-fake-border {
    width: 6.718vw;
    height: 5px;
    background-color: #3261F5;
    position: absolute;
    position: absolute;
    left: 18.23vw;
    top: calc(4.875vw - 5px);
}

.invite-tab-item {
    width: 7.2vw;
    font-size: 1.66vw;
    /* font-family: FZLTxihei; */
    font-weight: 400;
    line-height: 5vw;
}

.invite-tab .invite-tab-item:first-child {
    margin-right: 5.781vw;
}

.invite-content {
    background: url("https://files.yidatec.com/img/pc/join/invite-bg.png") no-repeat;
    background-size: 100% 100%;
    height: 35.67vw;
    position: relative;
}

.invite-content-btn {
    width: 4.6875vw;
    height: 4.6875vw;
    position: absolute;
    top: 50%;
    margin-top: -2.45vw;
}

.handle-left {
    background: url("https://files.yidatec.com/img/pc/join/invite-btn-left.png") no-repeat;
    background-size: 100% 100%;
    left: 7.16vw;
}

.handle-right {
    background: url("https://files.yidatec.com/img/pc/join/invite-btn-right.png") no-repeat;
    background-size: 100% 100%;
    right: 7.16vw;
}


/* 校招/社招/轮播内容 */

.invite-content-detail {
    width: 66.54vw;
    height: 100%;
    margin: 0 auto;
}

.invite-content-detail .detail-block {
    position: absolute;
    box-sizing: border-box;
}

.detail-left {
    width: 43.95vw;
    height: 21.04vw;
    background: url("https://files.yidatec.com/img/pc/join/invite-school.png") no-repeat;
    background-size: 100% 100%;
    top: 5.989vw;
    left: 1.8vw;
    padding: 3.562vw 2.5vw;
}

.detail-block-sh {
    background: url("https://files.yidatec.com/img/pc/join/invite-com.png") no-repeat;
    background-size: 100% 100%;
}

.detail-right {
    width: 38.33vw;
    height:auto;
    background-color: #fff;
    top: 7.5vw;
    right: 1.8vw;
    padding: 2.229vw 2.656vw;
}

.detail-left-title {
    font-size: 1.875vw;
    /* font-family: FZLTcuhei; */
    font-weight: 400;
    color: #fff;
}

.detail-left-txt {
    font-size: 1.25vw;
    /* font-family: FZLTxihei; */
    font-weight: 400;
    color: #fff;
    margin: 2.187vw 0;
    width: 50%;
}

.detail-indicate {
    width: 2vw;
    height: 19px;
    background: url("https://files.yidatec.com/img/pc/join/invite-indicate.png") no-repeat;
    background-size: 100% 100%;
}

.work-title {
    font-size: 1.5625vw;
    /* font-family: FZLTzhonghei; */
}

.sub-work-title {
    font-size: 1.04vw;
    /* font-family: FZLTxihei; */
    margin-top: 1vw;
    margin-bottom: 1.8vw;
}

.work-place-header {
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


/* 职位内容 */

.work-place-body {
    color: #235371FF;
    font-size: 1.04vw;
    /* font-family: FZLTxihei; */
    /* padding-top: 1.8vw; */
    flex-wrap: wrap;
}

.work-place-body-school {
    width: 25vw;
}

.work-place-body-work {
    width: 22vw;
}

.work-item {
    flex-basis: 33%;
    flex-grow: 1;
    margin-top: 1vw;
}


/* 福利 */

.join-other {
    position: relative;
}

.join-other-topimg {
    width: 8.052vw;
    height: 10.708vw;
    position: absolute;
    top: 8.5vw;
    left: 56%;
}

.benefit {
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 18.23vw;
}

.benefit-detail {
    box-sizing: border-box;
    padding-top: 3.645vw;
    /* padding-left: 18.23vw; */
    padding-right: 6.4vw;
}

.benefit-title {
    font-size: 2.08vw;
    font-weight: 550;
}

.benefit-subtitle {
    font-size: 2.08vw;
    margin: 1.08vw 0 2vw 0;
}

.benefitfake-border {
    width: 100px;
    height: 6px;
    background-color: #3580FF;
    margin-bottom: 4.6875vw;
}

.benefit-group-img {
    width: 19.79vw;
    height: 26.5625vw;
    margin-top: 19.71vw;
}

.benefit-detail-list-item {
    align-items: center;
    margin: 1.4vw 0;
}
.list-content{
    font-size: 1.25vw;
}
.list-content p:nth-child(1) {
    font-size: 1.25vw;
    margin-bottom: 0.5vw;
}

.list-content p:nth-child(2) {
    display: inline;
    font-size: 0.93vw;
    color: #5D5D5D;
    line-height: 1.875vw;
}

.list-img {
    width: 3.3vw;
    height: 3.3vw;
    margin-right: 2.08vw;
}

.asap-join-btn {
    height: 2.91vw;
    padding:0 1.5vw;
    margin-top: 3.608vw;
    font-size: 1vw;
    color: #fff;
    line-height: 2.91vw;
    border-radius: 0.7vw;
    background-color: #313b47;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
}
.asap-join-btn img{
    width: 2vw;
    height: 2vw;
    margin-left: 1vw;
}

/* 发展 */

.develop-tab-wrap {
    position: relative;
}

.develop-tab-img {
    width: 30.591vw;
    height: 37vw;
    position: absolute;
    top: -37vw;
    left: 0;
    z-index: -1;
}

.develop {
    margin-top: 5.729vw;
    height: 12vw;
}

.develop-header {
    width: 30vw;
    padding: 0 1.781vw 0 18.23vw;
}

.develop-header p:first-child {
    font-size: 2.08vw;
    font-weight: 600;
    /* font-family: FZLTcuhei; */
}

.develop-header p:nth-child(2) {
    font-size: 2.08vw;
    /* font-family: FZLTxihei; */
    margin: 1.08vw 0 2vw 0;
}

.develop-tab {
    padding-right: 5.781vw;
    flex: 1;
    justify-content: space-evenly;
    padding-top: 4.2vw;
    font-size: 1.3vw;
    /* font-family: FZLTxihei; */
    position: relative;
}

.develop-tab-border {
    width: 3.541vw;
    height: 7px;
    background-color: #313B47;
    border-radius: 3.5px;
    position: absolute;
    top: 8.73vw;
    left: 5vw
}

.dev-img {
    flex: 1;
    height: 28.125vw;
}

.develop-tab-content {
    box-sizing: border-box;
    flex: 1;
    padding: 4.16vw 4.68vw;
    height: 28.125vw;
    background-color: #F5F2FE;
    flex-direction: column;
    justify-content: space-between;
}

.develop-tab-content p:first-child {
    /* font-family: FZLTcuhei; */
    font-size: 1.458vw;
    font-weight: 600;
}

.develop-tab-content p:nth-child(2) {
    /* font-family: FZLTxihei; */
    font-size: 1.875vw;
    margin-top: 1.5vw;
}

.develop-tab-content-detail {
    justify-content: space-between;
    /* padding: 0 3vw; */
}

.bottom-tab-img {
    width: 6.458vw;
    height: 6.458vw;
    margin-top: 5vw;
    margin-bottom: 1.77vw;
}


/* modal */

.job-dialog {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: #000;
    z-index: 999;
    display: none;
}

.job-content {
    width: 50.572vw;
    height: 75vw;
    margin: 0 auto;
    margin-top: 5%;
}

.job-content-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
    z-index: 1000;
    display: none;
}

.close-job {
    width: 1.354vw;
    height: 1.354vw;
}

.errorbox {
    font-size: 1.04vw;
    font-weight: normal;
    color: #b03d3d;
    display: inline-block;
    margin-left: 12vw;
    margin-top: -2vw;
}

.job-content-header {
    width: 100%;
    height: 5.6vw;
    line-height: 5.6vw;
    justify-content: space-between;
    align-items: center;
    background: url("https://files.yidatec.com/img/pc/join/job-header.png") no-repeat;
    background-size: 100% 100%;
    padding: 0 3vw;
    box-sizing: border-box;
}

.job-content-header p {
    /* font-family: FZLTcuhei; */
    font-size: 1.97vw;
    color: #fff;
}

.job-content-wrap::-webkit-scrollbar {
    display: none;
    /* Chrome Safari */
}

.job-content-body {
    background-color: #fff;
    padding: 2.5vw 3vw;
    padding-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}


/*  表单相关  */

.job-form {
    font-size: medium;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.form-item {
    margin-bottom: 2vw;
}

.form-item i {
    width: .5vw;
    color: #f56c6c;
    margin-right: .5vw;
}

.form-item-label {
    width: 25%;
    align-items: center;
    font-size: 1.5vw;
    word-wrap: break-word 
}

.form-input {
    width: 60%;
    height: 2vw;
    line-height: normal;
    background-color: #f3f3f5;
    border: none;
    border-radius: 0.26vw;
    padding: .6vw 1vw;
    font-size: 1.2vw;
}

.handle-file-img {
    width: 3.385vw;
    height: 2.552vw;
    margin: 0 auto;
}

.handle-file {
    width: 60%;
    height: 10vw;
    padding: 1.5vw 1vw;
    background-color: #f3f3f5;
    text-align: center;
}

.handle-file p:nth-child(2) {
    font-size: 1vw;
    margin: .5vw;
    color: #939393;
}
.handle-file p:nth-child(3) {
    font-size: 1vw;
    margin: .5vw;
    color: #939393;
}
.file-name {
    display: none;
    width: 22vw;
    /* margin: auto; */
    text-align: left;
    font-size: 1.2vw;
    /* margin-top: -1vw;
    margin-bottom: 2vw; */
    color: #939393;
}

.chose-file-btn {
    width: 8vw;
    height: 2.5vw;
    background-color: #3260f5b0;
    color: #fff;
    border-radius: 5px;
    font-size: 1vw;
    line-height: 2.5vw;
    text-align: center;
    margin: 0 auto;
}

.spec-form-item {
    align-items: flex-start;
}

#file {
    display: none;
}

.submit-btn {
    width: 12vw;
    height: 2.5vw;
    background-color: #23211E;
    color: #fff;
    border-radius: 5px;
    font-size: 1.2vw;
    line-height: 2.5vw;
    text-align: center;
    margin-bottom: .5vw;
}

.form-foot-text {
    padding: 2vw 0;
    /* font-family: FZLTxihei; */
    font-size: 1.5vw;
}

.form-foot-text span:last-child {
    margin-left: 6px;
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.develop-tab-item {
    cursor: pointer;
}

#dtb2 {
    display: none;
}

#dtb3 {
    display: none;
}


/* 消息弹窗 */

.showMessage {
    font-size: 1.5625vw;
    padding: 2vw;
    border-radius: 0.5vw;
    position: fixed;
    top: 50%;
    left: 50%;
    color: #ffffff;
    z-index: 999;
    transform: translate(-50%, -50%);
    display: block;
    background-color: #7daaaf;
}

.showMessage.showMessageSuccess {
    background-color: #f0f9eb;
    border: 1px solid #e1f3d8;
    color: #67c23a;
}

.showMessage.showMessageError {
    background-color: #fef0f0;
    border: 1px solid #fde2e2;
    color: #f76c6c;
}