.banner {
    height: 7.7rem;
    max-height: 100vh;
    position: relative;
    display: flex;
    align-items: center
}

.banner .bannerImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: all .5s ease-out;
    left: 0;
    top: 0
}

.banner .basics-box {
    position: relative
}

.banner .basics-box .box p {
    color: #fff
}

.banner .basics-box .box p.p1 {
    font-size: 52px;
    line-height: 1.2;
    font-weight: bold;
    letter-spacing: 10px;
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p1 {
        font-size: 38px
    }
}

@media only screen and (max-width:1024px) {
    .banner .basics-box .box p.p1 {
        font-size: 34px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p1 {
        font-size: 26px
    }
}

.banner .basics-box .box p.p2 {
    font-size: 22px;
    line-height: 1.7;
    margin-top: .2rem
}

@media only screen and (max-width:1440px) {
    .banner .basics-box .box p.p2 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .banner .basics-box .box p.p2 {
        font-size: 17px
    }
}

.content .nav-box {
    width: 100%;
    height: .6rem;
    min-height: 36px;
    background-color: #f1f1f1;
    position: sticky;
    top: 0;
    z-index: 999
}

.content .nav-box .basics-box {
    height: 100%;
    display: flex
}

.content .nav-box .basics-box .box {
    font-size: 17px;
    color: #333;
    height: 100%;
    width: 50%;
    text-align: center;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:1366px) {
    .content .nav-box .basics-box .box {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content .nav-box .basics-box .box {
        font-size: 14px
    }
}

.content .nav-box .basics-box .box.active {
    color: #fff;
    background-color: #e70012
}

.content .nav-box .basics-box .box:hover {
    color: #fff;
    background-color: #e70012
}

.content .detail {
    padding: .9rem 0 1rem
}

.content .detail .table {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.content .detail .table .tab {
    font-size: 24px;
    color: #999999;
    cursor: pointer;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

@media only screen and (max-width:1440px) {
    .content .detail .table .tab {
        font-size: 20px
    }
}

@media only screen and (max-width:1200px) {
    .content .detail .table .tab {
        font-size: 18px
    }
}

@media only screen and (max-width:1024px) {
    .content .detail .table .tab {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .content .detail .table .tab {
        font-size: 17px
    }
}

.content .detail .table .tab:nth-child(1) {
    position: relative;
    padding-right: .6rem
}

.content .detail .table .tab:nth-child(1)::after {
    content: " ";
    position: absolute;
    top: 10%;
    right: .3rem;
    height: 80%;
    width: 0;
    border-right: 1px dotted #b2b2b2
}

.content .detail .table .tab.active {
    color: #333333
}

.content .detail .table .search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 3.2rem;
    height: .4rem;
    line-height: .4rem;
    background-color: #f1f1f1;
    border-radius: .2rem;
    padding: 0 .2rem;
    border: none;
    font-size: 17px;
    min-height: 40px;
    border-radius: 20px
}

@media only screen and (max-width:1366px) {
    .content .detail .table .search {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content .detail .table .search {
        font-size: 14px
    }
}

.content .detail .table .search input {
    border: none;
    background: none;
    width: 80%;
}

.content .detail .table .search i {
    display: flex;
    justify-content: center;
    align-items: center;
    width: .5rem;
    height: 100%;
    cursor: pointer;
    color: #777
}

.content .detail .form {
    display: block;
    margin-top: .3rem;
    border-top: 4px solid #999999
}

.content .detail .form .row {
    height: .76rem;
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    text-align: center
}

.content .detail .form .row.row-title div {
    font-size: 18px;
    color: #333333;
    font-weight: 600
}

@media only screen and (max-width:1024px) {
    .content .detail .form .row.row-title div {
        font-size: 17px
    }
}

.content .detail .form .row.row-content {
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

.content .detail .form .row.row-content:hover {
    background-color: #f9f2f3;
    border-bottom: 1px solid #f9f2f3
}

.content .detail .form .row.row-content:hover .handle .btn {
    color: #ffffff;
    background-color: #e70012
}

.content .detail .form .row.row-content div {
    font-size: 17px;
    color: #333333
}

@media only screen and (max-width:1366px) {
    .content .detail .form .row.row-content div {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    .content .detail .form .row.row-content div {
        font-size: 14px
    }
}

.content .detail .form .row>div {
    display: flex;
    justify-content: center;
    align-items: center
}

.content .detail .form .row .job {
    width: 15%
}

.content .detail .form .row .education {
    width: 20%
}

.content .detail .form .row .pay {
    width: 10%
}

.content .detail .form .row .experience {
    width: 25%
}

.content .detail .form .row .date {
    width: 15%
}

.content .detail .form .row .handle {
    width: 15%
}

.content .detail .form .row .handle .btn {
    font-size: 14px;
    color: #333333;
    display: inline-block;
    padding: .1rem .16rem;
    background-color: #f1f1f1;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s
}

@media only screen and (max-width:767px) {
    .content .detail .form .row .handle .btn {
        font-size: 12px
    }
}

.content .detail .card {
    display: none;
    margin-top: .5rem
}

.content .detail .card li {
    background-color: #f7f7f7;
    margin-bottom: .4rem
}

.content .detail .card li a {
    display: block;
    padding: .4rem
}

.content .detail .card li .top {
    display: flex;
    justify-content: space-between;
    margin-bottom: .3rem
}

.content .detail .card li .top .left {
    font-size: 18px;
    color: #333
}

@media only screen and (max-width:1024px) {
    .content .detail .card li .top .left {
        font-size: 17px
    }
}

.content .detail .card li .top .right {
    color: #e70012
}

.content .detail .card li .bottom {
    display: flex;
    justify-content: space-between
}

.content .detail .card li .bottom .left {
    display: flex;
    align-items: center
}

.content .detail .card li .bottom .left span {
    line-height: .8;
    height: 12px;
    display: inline-block;
    font-size: 14px;
    color: #777;
    margin-right: 5px;
    padding-right: 5px;
    border-right: 1px solid #777
}

@media only screen and (max-width:767px) {
    .content .detail .card li .bottom .left span {
        font-size: 12px
    }
}

.content .detail .card li .bottom .left span:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none
}

.content .detail .card li .bottom .right {
    font-size: 14px;
    color: #777
}

@media only screen and (max-width:767px) {
    .content .detail .card li .bottom .right {
        font-size: 12px
    }
}

@media screen and (max-width:768px) {
    .content .nav-box {
        top: 1rem;
    }

    .content .detail .table {
        flex-direction: column
    }

    .content .detail .table .search {
        width: 100%;
        margin-top: .5rem
    }

    .content .detail .form {
        display: none
    }

    .content .detail .card {
        display: block
    }

    .content .text.one {
        width: 100%
    }

    .content .text.two {
        width: 100%
    }

    .content .text.three {
        width: 100%
    }

    .content .text.four {
        width: 100%
    }

    .content .box {
        flex-direction: column
    }

    .content .box .chunk {
        width: 100%
    }

    .content .box .chunk:nth-child(2n - 1) {
        margin-right: 0
    }

    .content .box .chunk .decribe {
        width: 90%
    }
}

/*# sourceMappingURL=./recruitment.css.map */