
#jm .section1 {
    position: relative;
    margin-top: -2.14rem;
}
#jm .banner {
    padding-top: 2rem;
    background: url("../img/big_bg2.png");
    background-size: .16rem .16rem;
    height: 7rem;
}
.banner-box {
    height: 5.4rem;
    margin: .8rem 1.6rem;
    position: relative;
    background: url("../img/chance_banner.png") no-repeat right center;
    background-size: 8.4rem 5.45rem;
}
.banner-info {
    margin-right: 8.4rem;
    height: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.banner-text {
    margin-right: 0;
}
.banner-text h1 {
    font-size: 1rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height: 1.06rem;
    line-height: 1.06rem;
    margin-bottom: .3rem;
    color: #fff;
}
.banner-text p {
    font-size: .36rem;
    color: #999;
}
/*第一屏*/
.content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    margin: .6rem 1.6rem;
}
.content-left {
    width: 19.2rem;
    margin-right: .8rem;
}
.content-right {
    width: 8.8rem;
}

/*表单*/
#form {
    font-size: .36rem;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 15px rgba(2,2,2,.1);
    -moz-box-shadow:  3px 3px 15px rgba(2,2,2,.1);
    box-shadow:  3px 3px 15px rgba(2,2,2,.1);
    padding: 1rem;
    color: #18191C;
}
#form label {
    display: block;
}
.inputTxt {
    width: 100%;
    display: block;
    height: 1.2rem;
    background-color: #f7f7f7;
    border: 0;
    margin: .3rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 1em;
    font-size: .36rem;
}
.input-g {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    flex-basis: .7rem;
    justify-content: space-between;
}
.input-g .inputTxt {
    margin-right: .35rem;
}
.input-g .inputTxt:last-child {
    margin-right: 0;
}
textarea {
    width: 100%;
    height: 3rem;
    display: block;
    margin: .3rem 0;
    resize:none;
    border: 0;
    background-color: #f7f7f7;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
    font-size: .36rem;
}
.upFile {
    width: 100%;
    display: block;
    height: 1.2rem;
    background-color: #f7f7f7;
    border: 0;
    margin: .3rem 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.16rem;
}
#showFileName {
    background-color: transparent;
    border: none;
    font-size: .36rem;
}
.fileBtn {
    background-color: #ffd800;
    color: #000;
    font-size: .36rem;
    margin-right: .12rem;
    width: 2.2rem;
    height: .88rem;
    line-height: .88rem;
    text-align: center;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.fileBtn:hover {
    background-color: #FFC110;
}
.btn-b-black {
    margin-top: .6rem;
}
/*推荐机会*/
.chance-item {
    background-color: #fff;
    margin-bottom: .4rem;
    padding: .8rem;
    -webkit-box-shadow: 3px 3px 15px #ddd;
    -moz-box-shadow:  3px 3px 15px #ddd;
    box-shadow:  3px 3px 15px #ddd;
}
.business-logo {
    text-align: center;
}
.business-logo img {
    display: inline-block;
    width: 2rem;
    margin: 0 .4rem;
}
.info h1 {
    font-size: .6rem;
    /* overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap; */
    text-align: center;
    height: .66rem;
    line-height: .66rem;
    height: 100%;
}
.h {
    width: 100%;
    height: 0;
    margin: .5rem 0;
    border-bottom: 1px solid #eee;
}
.info .tag {
    font-size: .36rem;
    line-height: .36rem;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
.tag strong {
    height: .6rem;
    line-height: .6rem;
    padding: 0 .2rem 0 .7rem;
    border-right: 1px solid #ffc110;
    margin-top: 3px;
    position: relative;
    float: left;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.tag strong img {
    width: .56rem;
    height: .56rem;
    display: block;
    position: absolute;
    left: 0;
}
.tag-item {
    width: 1.8rem;
    height: .6rem;
    line-height: .6rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0 .15rem .15rem .15rem;
    padding: 2px 4px;
    margin-left: .2rem;
}

.footer {
    padding-top: 2rem;
}
@media (max-width: 1080px) {
    #jm .section1 {
        position: relative;
        margin-top: 0;
    }
    #jm .banner {
        height: 4.4rem;
    }
    .banner-box {
        height: 3rem;
        margin: 0 .7rem;
        padding: .7rem 0;
        background-size: 50%;
        background-position: center right;
    }
    .banner-info {
        width: 100%;
        justify-content: center;
    }
    .banner-text h1 {
        font-size: .6rem;
        font-weight: normal;
        margin-bottom: .2rem;
    }
    .content {
        margin: 0;
    }
    .content-right {
        display: none;
    }

    .content-left {
        margin-right: 0;
        width: 100%;
    }
    #form {
        border-radius: 0;
        padding: .6rem;
    }
    .input-g {
        flex-direction: column;
        padding-bottom: .3rem;
    }
    .input-g .inputTxt {
        margin-right: 0;
        margin-top: .3rem;
        margin-bottom: 0;
    }
}
