.PC {
    display: block;
}

.PC .contact-box {
    width: 12rem;
    margin: auto;
}

.PC .contact-box .statement {
    font-size: 0.16rem;
    color: #808080;
    margin-bottom: 0.42rem;
}

.PC .contact-box .contact-info-box {
    margin-bottom: 0.82rem;
}

.PC .contact-box .contact-info-box .row-box .title {
    font-size: 0.16rem;
    color: #000000;
}

.PC .contact-box .contact-info-box .row-box .row {
    text-align: left;
    color: #333333;
    font-size: 0.16rem;
}

.PC .contact-box .job-list-box .job-item {
    /*min-width: 1.73rem;*/
    padding: 0.3rem;
    border: 1px solid #DEDEDE;
    color: #333333;
    margin-bottom: 0.2rem;
}

.PC .contact-box .job-list-box .job-item .name {
    /*font-size: 0.2rem;*/
    font-weight: bold;
    margin-bottom: 0.18rem;
}

.PC .contact-box .job-list-box .job-item .des {
    margin-bottom: 0.24rem;
}

.PC .contact-box .job-list-box .job-item .des .des-item {
    /*font-size: 0.14rem;*/
    margin-right: .5rem;
}

.PC .contact-box .job-list-box .job-item .btn-list .btn {
    display: inline-block;
    text-align: center;
    height: 0.36rem;
    line-height: 0.36rem;
    border: 1px solid #B72024;
    font-size: 0.14rem;
    padding-left: 0.22rem;
    padding-right: 0.22rem;
    margin-right: 5px;
    cursor: pointer;
}

.PC .contact-box .job-list-box .job-item .btn-list .btn.red {
    background-color: #B72024;
    color: #fff;
}

.PC .contact-box .job-list-box .job-item .btn-list .btn.default {
    background-color: #fff;
    color: #B72024;
}

.PC .contact-box .job-list-box .job-item .job-detail {
    display: none;
    margin-top: 0.5rem;
}

.PC .contact-box .job-footer .row {
    color: #666666;
    font-size: 0.2rem;
    text-align: center;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.PC .contact-box .job-footer .open-all-job {
    height: 0.8rem;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.8rem;
    color: #fff;
    background-color: #B72024;
    margin-bottom: 1.5rem;
    cursor: pointer;
}

.Iphone {
    display: none;
}

@media screen and (max-width: 750px) {
    .PC {
        display: none;
    }

    .Iphone {
        display: block;
    }

    .Iphone .contact-box {
        width: 100%;
        padding: 0.3rem;
    }

    .Iphone .contact-box .statement {
        font-size: 16px;
        color: #808080;
        margin-bottom: 0.42rem;
    }

    .Iphone .contact-box .contact-info-box {
        margin-bottom: 0.82rem;
    }

    .Iphone .contact-box .contact-info-box .row-box .title {
        font-size: 0.16rem;
        color: #000000;
    }

    .Iphone .contact-box .contact-info-box .row-box .row {
        text-align: left;
        color: #333333;
        font-size: 0.16rem;
    }

    .Iphone .contact-box .job-list-box .job-item {
        min-width: 1.73rem;
        padding: 0.3rem;
        border: 1px solid #DEDEDE;
        color: #333333;
        margin-bottom: 0.2rem;
    }

    .Iphone .contact-box .job-list-box .job-item .row1 .job-name {
        /*font-size: 0.28rem;*/
        color: #000;
        font-weight: bold;
    }

    .Iphone .contact-box .job-list-box .job-item .row1 .job-address {
        max-width: 4.26rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        color: #333;
        font-size: 0.2rem;
    }

    .Iphone .contact-box .job-list-box .job-item .row1 .look-detail {
        width: 1.8rem;
        height: 0.64rem;
        line-height: 0.64rem;
        text-align: center;
        font-size: 0.24rem;
        color: #B72024;
        border: 1px solid #B72024;
        white-space: nowrap;
    }

    .Iphone .contact-box .job-list-box .job-item .row2 {
        margin-top: 0.3rem;
    }

    .Iphone .contact-box .job-list-box .job-item .row2 .fl {
        font-size: 0.28rem;
        color: #C89401;
        font-weight: bold;
    }

    .Iphone .contact-box .job-list-box .job-item .row2 .money {
        border-right: 1px solid #EDEDED;
        padding-right: 0.3rem;
    }

    .Iphone .contact-box .job-list-box .job-item .row2 .mun {
        padding-left: 0.3rem;
    }

    .Iphone .contact-box .job-list-box .job-item .row2 .timer {
        color: #666666;
        font-size: 0.18rem;
    }

    .Iphone .contact-box .job-footer .row {
        text-align: center;
        margin-top: 0.4rem;
        margin-bottom: 0.4rem;
        font-size: 0.28rem;
        color: #C89401;
    }

    .Iphone .contact-box .job-footer .btn-more {
        display: inline-block;
        width: 0.24rem;
        height: 0.24rem;
        background-image: url("./../../assets/images/investor/more.png");
        background-repeat: no-repeat;
        background-size: 100% 100%;
        vertical-align: middle;
    }
}

.iphone-job-detail {
    display: none;
    padding: 0.3rem 0.5rem;
}

.iphone-job-detail .row1 {
    color: #666666;
    font-size: 0.2rem;
    margin-bottom: 0.3rem;
}

.iphone-job-detail .row2 {
    margin-bottom: 0.2rem;
}

.iphone-job-detail .row2 .fl {
    color: #000000;
    font-weight: bold;
    font-size: 0.36rem;
}

.iphone-job-detail .row2 .fr {
    font-weight: bold;
    font-size: 0.36rem;
    color: #C89401;
}

.iphone-job-detail .row2 .fr .money {
    padding-right: 0.3rem;
    border-right: 1px solid #DDDDDD;
}

.iphone-job-detail .row2 .fr .mun {
    padding-left: 0.3rem;
}

.iphone-job-detail .row3 {
    margin-bottom: 0.48rem;
}

.iphone-job-detail .row3.address {
    font-size: 0.24rem;
    color: #333333;
}

.iphone-job-detail .btn-apply {
    height: 0.98rem;
    line-height: 0.98rem;
    color: #B60005;
    font-size: 0.36rem;
    text-align: center;
    border: 1px solid #B60005;
}

.iphone-job-detail .line {
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    margin: 0.64rem 0;
}

.iphone-job-detail .job-require {
    font-size: 0.28rem;
}

strong {
    font-weight: bold;
}

i,
em {
    font-style: italic;
}

/*# sourceMappingURL=contact-job.css.map */
