/* 自适应css */
/* 加入我们css */

/* 响应式 */

.join-content .join-up {
    width: 100%;
    height: 400px;
    background: url("../images/tk_join-1.jpg") center no-repeat;
    background-size: cover;
}

/* 屏幕小于425用小图 */
@media screen and (max-width: 425px) {
    .join-content .join-up {
        background: url("../images/j-t.jpg") center center no-repeat;
        background-size: cover;
        /*height: 59%;*/
        height: 200px;
        width: 100%;
    }
}

/* 更改一些插件自带样式 */
.col-md-4 .nav-tabs {
    border: 0;
}

/* 中部内容招人详细 */
.join-content .join-middle .join-middle-bottom {
    margin: 4% 0;
    width: 1200px;
}

.join-content .join-middle .join-middle-bottom-l {
    border: 0;
}

.row .col-md-3 {
    text-align: right;
}

@media screen and (max-width: 768px) {
    .row .col-md-3 {
        text-align: center;
    }
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media screen and (max-width: 992px) {
    .row .col-md-4 {
        text-align: center;
    }

    .row .col-md-8 {
        text-align: center;
    }
}

.join-middle .join-middle-bottom .join-middle-bottom-l {
    display: inline-block;
    font-size: 18px;
}

.join-middle-bottom-l ul li span i {
    color: white;
    font-size: 20px;
}

.join-middle .join-middle-bottom .tab-content {
    font-size: 14px;
    /*background-color: rgba(247, 249, 250, 1);*/
    width: 100%;
}

.join-middle-bottom .join-middle-bottom-r .work-header-job {
    line-height: 50px;
    padding: 6px 15px;
    font-size: 18px;
    color: rgba(51, 153, 255, 1);
    background-color: #fafafa;
}

#web_qianduan ul,
#wz_programmer ul,
#ui_develop ul,
#fz_product ul,
#now_kefu ul,
#attract_investment ul,
#wx_operation ul {
    padding-left: 35px;
}

.join-middle .join-middle-bottom .join-middle-bottom-r ul li {
    padding: 5px 0;
}

.join-middle .join-middle-bottom .join-middle-bottom-r .require {
    font-size: 18px;
}

.join-middle .join-middle-bottom .join-middle-bottom-l ul li {
    text-align: left;
    padding: 10px 20px 10px 20px;
}

.join-middle .join-middle-bottom .join-middle-bottom-l ul li a {
    color: rgba(77, 77, 77, 1);
    text-decoration: none;
    font-weight: 400;
    font-size: 17px;
}

.col-md-4 .join-middle-bottom-l ul li a:hover {
    color: rgb(51, 153, 255);
}

.work-nav ul li.active a {
    color: #3399ff !important;
}

.all-header {
    /*background: linear-gradient(-30deg, rgb(75, 160, 245) 0, rgb(85, 171, 250) 0, rgb(95, 181, 254) 0, rgb(69, 187, 251) 50%, rgb(44, 193, 248) 100%);*/
    background-color: #088eff;
    border-radius: 2px;
    padding: 25px 20px !important;
}

.all-header a {
    color: #fff !important;
}

@media screen and (max-width: 425px) {
    .join-middle .join-middle-bottom .tab-content {
        box-shadow: 0 0 1px 1px #f3e8e8;
    }
}

/* 新版页面样式 */

/* 工作理念 */
.header_content,
#work-header,
#work-body,
#work-footer {
    text-align: center;
}

#work-header {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
    flex-grow: 1;
}

.work-idea-1,
.work-idea-2 {
    border-right: 1px solid #797979;
    padding: 0 46px;
}

.work-idea-3 {
    padding: 0 46px;
}

.work-idea-header-1,
.work-idea-header-2,
.work-idea-header-3 {
    color: #303133;
    font-size: 18px;
    font-weight: 400;
}

.content-box-1,
.content-box-2,
.content-box-3 {
    width: 238px;
    height: 100px;
}

/* 员工福利 */
.welfare-div,
.staff-img {
    width: 305px;
    height: 135px;
}

#work-body .work-body-header {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

#work-body,
#work-footer {
    margin-top: 10%;
}

/* 颜色公用样式 */
.header_content,
.work-idea-header-1,
.work-idea-header-2,
.work-idea-header-3 {
    color: #303133;
    font-weight: 400;
}

/* 职位详情 */
.work-nav li:nth-child(n+3) {
    background-color: #fafafa;
}

.work-nav li:nth-child(n+3) a:hover {
    color: #3399ff !important;
}

.li-header {
    font-size: 18px;
}

.job_details ul li {
    padding: 10px 0 !important;
}

.zhaopin {
    color: #333 !important;
}

/* 员工福利九宫格 */

.welfare-div {
    margin: .7% 0 .7% 1%;
    background-color: #fafafa;
}

.welfare-div .payment-welfare {
    font-size: 26px;
    color: #088eff;
    font-weight: 400;
    text-align: left;
    padding: 25px 0 0 25px;

}

.welfare-div .payment-welfare-content span {
    display: inline-block;
    width: 210px;
    padding-left: -16px;
    margin-right: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 图片容器(脚部) */
.img-box {
    position: relative;
    margin-top: 5%;
    padding-bottom: 1%;
}

.small-img-box img {
    position: absolute;
    width: 71px;
    height: 71px;
}

.si-1 {
    top: -40%;
    left: 1.3%;
}

.si-2 {
    top: -39%;
    left: 66%;
}

.si-3 {
    top: 52%;
    left: 1.3%;
}

.si-4 {
    top: 52%;
    left: 66%;
}

.small-img-box .ci-1,
.ci-2, .ci-3, .ci-4, .ci-5 {
    position: absolute;
}

.ci-1 {
    top: -40%;
    text-align: left;
    left: 10%;
}

.ci-2 {
    top: -40%;
    text-align: left;
    left: 75%;
}

.ci-3 {
    top: 52%;
    text-align: left;
    left: 10%;
}

.ci-4 {
    top: 52%;
    text-align: left;
    left: 75%;
}

.ci-5 {
    top: 19%;
    left: 46%;
    font-size: 40px;
    color: white;
    font-weight: 400;
}

.ci-1 .ci-1-1,
.ci-2-1, .ci-3-1,
.ci-4-1 {
    color: #303133;
    font-size: 18px;
    font-weight: 400;
}

/* 标签页的切换图片大小 */
img.job-img {
    width: 40px;
    height: 40px;
}

.all-content-box {
    position: absolute;
    width: 316px;
    height: 293px;
    color: white;
    display: none;
    background-color: #088eff;
    text-align: left;
}

.all-content-box .all-content-box-header {
    font-size: 26px;
    font-weight: 400;
    padding: 10% 0 0 10%;
}

.all-content-box .all-content-box-content {
    width: 67%;
    padding: 0 0 0 10%;
}

.all-content-box-2 {

    left: 63.8%;
}

.all-content-box-3 {
    top: 43%;
    left: 32.7%;
}

.all-content-box-4 {
    bottom: 0;
}

.all-content-box-5 {
    bottom: 0;
}

.w-h-content span {
    font-weight: 500;
    color: #088eff;
}

/* 十字图形 */

.add_sign, .add_sign_2, .add_sign_3,
.add_sign_4, .add_sign_5 {
    position: absolute;
    left: 28%;
    top: 39%;
    width: 30px !important;
    height: 1px;
    background-color: #088eff;
    overflow: visible !important;
}

.add_sign {
    left: 28%;
    top: 39.5%;
}

.add_sign_2 {
    left: 89%;
    top: 39.5%;
}

.add_sign_3 {
    left: 59%;
    top: 49.5%;
}

.add_sign_4 {
    left: 86%;
    top: 77%;
}

.add_sign_5 {
    left: 89%;
    top: 77%;
}

.add_sign:after, .add_sign_2:after,
.add_sign_3:after, .add_sign_4:after,
.add_sign_5:after {
    position: absolute;
    content: '';
    width: 29px !important;
    left: 0;
    height: 1px;
    transform: rotate(90deg);
    background-color: #088eff;
}