.recruit-banner{
    padding-left: 0!important;
    padding-right: 0!important;
}
.top-contents{
    width: 1000px;
    border-bottom: 1px solid #dddddd;
    text-align: center;
    margin: 75px auto 80px auto;
}
.top-contents>h2{
    font-weight: bold;
}
.top-contents > h4{
    width: 800px;
    height: 100%;
    margin: 30px auto;
    line-height: 2.5rem;
}
.top-contents .connection{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    justify-content: space-around;
    margin: 35px 0;
}
/*=================================================================================================*/
.mid-contents{
    margin-top: 180px;
    background-image: url("../imgs/recruitment/recruitment_20220315.png");
    background-repeat:no-repeat;
    background-position: center center;
    background-size: contain;
    width: 100%;
    height: 2400px;
    margin: 0 auto;
    /*border: 1px solid black;*/
    margin-bottom: 40px;
}
.mid-contents .job-introduction{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}
.mid-contents-left{
    width: 500px;
    margin-right: 26px;
}
.mid-contents-right{
    width: 500px;
    margin-left: 26px;
}

.description-style{
    padding: 36px 30px;
    position: relative;
    background-color: #F2F6FF;
    border-radius: 8px;
}
.description1{
    margin-top: 45px;
}
.description2{
    margin-top: 295px;
}
.description3{
    margin-top: 180px;
}
.description4{
    margin-top: 300px;
}
.description1::after,.description3::after{
    position: absolute;
    content: '';
    right: -32px;
    top: 50px;
    width: 0;
    height: 0;
    border-top:22px solid transparent;
    border-bottom:22px solid transparent;
    border-left:32px solid #F2F6FF;
}

.description2::before,.description4::before {
    position: absolute;
    content: '';
    left: -32px;
    top: 50px;
    width: 0;
    height: 0;
    border-top:22px solid transparent;
    border-bottom:22px solid transparent;
    border-right:32px solid #F2F6FF;
}
.description4 div{
    font-size: 1.625rem;
    margin: 24px 0;
}
.mid-dash{
    width: 1px;
    height: 1990px;
    border: 1px dashed;
    border-image: -webkit-linear-gradient(red, purple) 20 20;

    border-image: -moz-linear-gradient(red, purple) 20 20;

    border-image: -o-linear-gradient(red, purple) 20 20;

    border-image: linear-gradient(red, purple) 20 20;

    margin: 0 20px;

    position: relative;
}

.mid-dash .circle{
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: 0;
    width: 22px;
    height: 22px;
    background: -webkit-linear-gradient(right top, red , purple); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(bottom left, red, purple); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(bottom left, red, purple); /* Firefox 3.6 - 15 */
    background: linear-gradient(to bottom left, red , purple); /* 标准的语法 */
    border-radius: 50%;
    overflow: hidden;
}
.mid-dash .c1{
    top: 105px;
}
.mid-dash .c2{
    top: 354px;
}
.mid-dash .c3{
    top: 1162px;
}
.mid-dash .c4{
    top: 1488px;
}

.mid-dash .job-title{
    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    /*width: 480px;*/
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.mid-dash .job-icon{
    /*display: inline-block;*/
    width: 70px;
    height: 70px;
}

.mid-dash .job-text{
    /*display: inline-block;*/
    background-color: #d93b3d;
    padding: 10px 20px;
    font-size: 2rem;
    color: #fff;
    border-radius: 10px;
}

.mid-dash .j1{
    width: 470px;
    top: -78px;
    right: -40px;
    z-index: 66;
}
.mid-dash .j2{
    width: 310px;
    top: 170px;
    left: -20px;
    flex-direction: row-reverse;
    z-index: 66;
}
.mid-dash .j3{
    width: 436px;
    top: 1000px;
    right: -20px;
    z-index: 66;
}
.mid-dash .j4{
    width: 310px;
    top: 1320px;
    left: -20px;
    flex-direction: row-reverse;
    z-index: 66;
}
.mid-dash .j1 .job-text,.mid-dash .j3 .job-text{
    margin-left: 20px;
}
.mid-dash .j2 .job-text,.mid-dash .j4 .job-text{
    margin-right: 20px;
}

.treatment{
    padding: 36px 30px;
    position: relative;
    background-color: #F2F6FF;
    border-radius: 8px;
    margin-top: 35px;

    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
}
.treatment::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: -32px;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-bottom:32px solid #F2F6FF;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
}

.treatment-left{
    width: 30%;
    text-align: center;
    padding: 18px;
}
.treatment-icon{
    margin-bottom: 16px;
}
.description5{
    width: 70%;
    padding: 18px 24px;
}
.description5 h4{
    line-height: 1.6;
}

/*=======================================================================================*/
.bottom-contents{
    padding: 5px;
    margin-top: 70px;
    margin-bottom: 130px;
}
.bottom-contents div{
    font-size: 3rem;
    font-weight: bold;
    color: #d93b3d;
    text-align: center;
    letter-spacing: 5px;
}


/*==================================================mobile=========================================================*/
@media only screen and (max-width: 768px){
    .recruit-banner{
        margin-top: 60px;
        /*padding-top: 60px;*/
    }

    .top-contents{
        width: 100%;
        border-bottom: 1px solid #dddddd;
        text-align: center;
        margin: 45px auto 55px auto;
        padding: 0 15px;
    }
    .top-contents>h4{
        width: 100%;
        height: 100%;
        margin: 15px auto;
        line-height: 2.5rem;
        text-align: center;
        font-size: 1rem;
    }
    .top-contents .connection,h4{
        font-size: 1rem;
        display: flex;
        flex-direction: column;
    }
    /*=================================================================================================*/
    .mid-contents{
        background-image: url("../imgs/recruitment/pic_zhaopinneirong.png");
        background-repeat:no-repeat;
        background-position: center center;
        background-size: contain;
        width: 100%;
        height: 2400px;
        margin: 0 auto;
        /*border: 1px solid black;*/
	    margin-bottom: 100px;
    }
    .mid-contents >.m1,.m2,.m3,.m4,.m5,.bottom-contents{
        display: none;
    }
    .mid-contents-left,.mid-contents-right,.mid-dash,.treatment{
        display: none;
    }


}

