.title {
    line-height: 45px;
    font-size: 32px;
    color: #000000;
    font-weight: 600;
}

.recruit-banner {
    position: relative;
    margin-top: 65px;
    background: url("/assets/img/companyRecruit/njoin-banner.png") center;
}

.recruit-banner-con {
    height: 500px;
}

.recruit-banner-con .container {
    padding-top: 107px;
}

.recruit-banner-text {
    margin-top: 27px;
    display: flex;
    align-items: center;
    margin-left: 14px;
}

.recruit-banner-text a {
    width: 120px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    background: #1CA5C2;
    border-radius: 4px;
    display: block;
    text-align: center;
    transition: 0.3s;
}

.recruit-banner-text a:last-of-type {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: transparent;
    margin-left: 30px;
    cursor: pointer;
}

.recruit-banner-text a:last-of-type:hover {
    color: #FFF;
    background-color: #33AEC8;
    border-color: #33AEC8;
}

.recruit-banner-text a:hover {
    color: #FFFFFF;
    background: #33AEC8;
}

.recruit-banner-text__con {
    margin-left: 35.5px;
    font-size: 14px;
    line-height: 20px;
}

.recruit-banner-text__con p {
    color: #fff;
}

.recruit-banner-text__con p:last-of-type {
    margin-top: 6px;
}

.recruit-market {
    padding: 0 0 80px;
}

.recruit-market-con {
    display: flex;
    justify-content: space-between;
}

.recruit-market-list {
    background: #FFFFFF;
    box-shadow: 0px 12px 30px 0px rgba(191, 216, 224, 0.4);
    border-radius: 4px;
    width: 384px;
    margin-top: 60px;
}

.recruit-market-list img {
    width: 100%;
    height: 180px;
}

.recruit-market-list__con {
    padding: 30px;
}

.recruit-market-list__con h2 {
    font-size: 20px;
    color: #333333;
    line-height: 26px;
    position: relative;
    text-align: left;
    padding-left: 18px;
}

.recruit-market-list__con h2:before {
    content: '';
    position: absolute;
    left: 0;
    top: 3px;
    height: 20px;
    width: 4px;
    background: #1CA5C2;
    border-radius: 1px;
}

.recruit-market-list__con ul {
    margin-top: 16px;
    font-size: 16px;
    color: #6E6E70;
    list-style: none;
}

.recruit-market-list__con li {
    margin-top: 16px;
}

.recruit-product {
    padding: 0 0 80px;
    background: #F5F8FA;
}

.recruit-product-con {
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}

.recruit-product-card {
    width: 384px;
    border-top: 4px solid #1CA5C2;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px 0px rgba(191, 216, 224, 0.2);
    border-radius: 4px;
    text-align: center;
    padding: 30px;
}


.recruit-product-card h2 {
    font-size: 20px;
    color: #333333;
    margin-top: 16px;
    line-height: 28px;
}

.recruit-product-card img {
    width: 58px;
    height: 58px;
}

.recruit-product-card > p {
    font-size: 16px;
    color: #6E6E70;
    line-height: 22px;
    text-align: center;
    margin-top: 8px;
}

.recruit-matrix {
    padding-bottom: 80px;
}

.recruit-matrix-con {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.recruit-matrix-con {
    display: flex;
    justify-content: space-between;
}

.recruit-matrix-con__card {
    padding: 30px;
    width: 282px;
    background: #FFFFFF;
    box-shadow: 0px 12px 30px 0px rgba(191, 216, 224, 0.37);
    border-radius: 4px;
    border-top: 4px solid #1CA5C2;
}

.recruit-matrix-con__card-title {
    display: flex;
    line-height: 26px;
    align-items: center;
    padding-bottom: 20px;
}

.recruit-matrix-con__card-title img {
    width: 26px;
    height: 26px;
}

.recruit-matrix-con__card-title h2 {
    font-size: 20px;
    color: #333333;
    margin-left: 14px;
}

.recruit-matrix-con__card p {
    font-size: 16px;
    color: #6E6E70;
    line-height: 22px;
    padding-top: 20px;
    border-top: 1px solid #F0F0F0;
}

.recruit-saas {
    padding: 0 0 80px;
    background: #F5F8FA;
    text-align: center;
}

.recruit-saas-con {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.recruit-saas-con > img {
    width: 32px;
}

.recruit-saas-list {
    width: 240px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    box-shadow: 0px 12px 20px 0px rgba(191, 216, 224, 0.2);
    border-radius: 4px;
}

.recruit-saas-list > img {
    width: 34px;
    margin-right: 12px;
}

.recruit-saas-list h2 {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.recruit-saas-list p {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
}

.recruit-saas-btn {
    background: #1CA5C2;
    border-radius: 2px;
    padding: 11px 26px;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    margin-top: 60px;
    display: inline-block;
    transition: 0.3s;

}

.recruit-saas-btn:hover {
    background: #ffffff;
    color: #1CA5C2;
    box-shadow: 0px 12px 20px 0px rgba(191, 216, 224, 0.2);
}

/*弹窗 */
.recruit-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 999;
}

#recruit-dialog {
    width: 50%;
    min-width: 460px;
    margin: auto;
    padding: 24px;
    background-color: #fff;
    border-radius: 4px;
    position: relative;
    position: relative;
}

.recruit-dialog__close {
    position: absolute;
    top: -3px;
    right: 5px;
    font-size: 25px;
    cursor: pointer;
}

.toolbar-tabs {
    display: none;
}

.recruit-qrcode {
    position: fixed;
    right: 32px;
    top: 50%;
    margin-top: -123px;
    display: block;
    z-index: 999;
}

.recruit-qrcode.hide {
    display: none;
}

.recruit-qrcode-close {
    text-align: right;
}

.recruit-qrcode-close p {
    border-radius: 100%;
    border: 1px solid #696767;
    color: #696767;
    line-height: 14px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    margin-right: -12px;
}

.recruit-qrcode-con {
    background: #FFF;
    border-radius: 10px;
    padding: 16px;
    text-align: center;
    box-shadow: 0px 0px 4px 4px #d6d6d663;
}

.recruit-qrcode-con img {
    width: 136px;
    margin-top: 8px;
}

.recruit-qrcode-title {
    font-size: 16px;
    line-height: 20px;
    color: #000000;
}

.recruit-qrcode-phone {
    font-size: 14px;
    margin-top: 8px;
    line-height: 20px;
    color: #000000;
}

.footer-input-common {
    display: none;
}

.footer-input-partner {
    display: block !important;
}

.footer-input-partner .result {
    display: none;
    margin-top: 20px;
    text-align: center;
    color: #333333;
    font-size: 18px;
}

@media screen and (max-width: 993px) {
    .recruit-banner-con {
        height: auto;
    }

    .recruit-banner-con .container {
        padding-top: 30px;
    }

    .recruit-banner-text {
        padding-bottom: 30px;
    }

    .recruit-market-con {
        flex-wrap: wrap;
    }

    .recruit-market-list {
        width: 100%;
        margin-top: 20px;
    }

    .recruit-market-list__con h2 {
        font-size: 18px;
    }

    .recruit-market-list__con {
        padding: 12px;
    }

    .recruit-market-list__con ul {
        margin-top: 0;
    }

    .recruit-product-card{
        width: 30%;
        max-width: 384px;
        padding: 10px;
    }
    .recruit-product-card img{
        height: auto;
        width: 40px;
    }
    .recruit-product-card h2{
        font-size: 17px;
        line-height: 24px;
    }
    .recruit-product-card > p{
        font-size: 14px;
    }
    .recruit-product-con{
        margin-top: 24px;
    }
    .recruit-matrix-con{
        flex-wrap: wrap;
    }
    .recruit-matrix-con__card{
        max-width: 282px;
        width: 48%;
        padding: 12px;
    }
    .recruit-matrix-con__card-title{
        padding-bottom: 12px;
    }
    .recruit-matrix-con__card p{
        padding-top: 12px;
    }

    .recruit-saas-con,.recruit-saas-btn{
        margin-top: 30px;
    }

    .recruit-saas-list{
        flex-direction: column;
    }
    .recruit-saas-list > img{
        margin-right: 0;
    }
    .recruit-saas-list p{
        font-size: 12px;
        line-height: 22px;
    }
    .recruit-saas-list p br{
        display: none;
    }
    .recruit-qrcode{
        display: none;
    }
}

