
#jm .section1 {
    background-color: #f7f7f7;
    padding-top: 2rem;
}
#jm .section2 {
    background: #212126;
}
/*第一屏*/
.content {
    margin: .6rem 1.6rem;
}
.content-left {
    width: 19.6rem;
    margin-right: .4rem;
}
.content-right {
    width: 8.8rem;
}

.filter-tab {
    font-size: .46rem;
    overflow: hidden;
    border-bottom: 1px solid #fff3cf;
}
.filter-tab a {
    display: inline-block;
    color: #999;
    padding-bottom: .3rem;
    margin-right: 1rem;
}
.filter-tab a:last-child {
    margin-right: 0;
}
.filter-tab a.active,.filter-tab a:hover {
    color: #212126;
    background: url("../img/text_bg1.png") repeat-x bottom left;
    background-size: .5rem .1rem;
}
.param-filter {
    width: 100%;
    overflow: hidden;
    padding: .6rem 0 0 .8rem;
}
.filter-type {
    font-size: .46rem;
    line-height: .8rem;
    padding: .4rem 0;
    color: rgba(24, 25, 28, 1);
    border-bottom: 1px solid rgba(33, 33, 38, .2);
}
.param-value-list {
    flex: 1;
    font-size: .36rem;
    padding: .4rem 0;
    border-bottom: 1px solid #eee;
}
.filter-item:last-child .param-value-list {
    border: none;
    overflow: hidden;
}
.param-value-list a {
    min-width: 1.8rem;
    height: .8rem;
    line-height: .8rem;
    float: left;
    padding: 0 .2rem;
    border-radius: .4rem;
    color: #999;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.param-value-list a.active {
    background-color: #ffc51b;
    color: #212126;
}
.industry-type .param-value-list a.active {
    background-color: #212126;
    color: #fff;
}

/*business list*/
.business-list {
    width: 100%;
}
.business-item {
    background-color: #fff;
    margin-bottom: .4rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.border-left-bg {
    width: .14rem;
    height: 100%;
    background: #212126;
    position: absolute;
    display: none;
}
.business-logo {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 .56rem;
    padding-top: .8rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.business-logo img {
    display: block;
    width: 100%;
}
.info {
    flex: 1;
    margin-right: 1.59rem;
    overflow: hidden;
}
.info h1 {
    font-size: .6rem;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    height: .66rem;
    line-height: .66rem;
    position: relative;
    padding-right: 1.2rem;
    padding-top: .8rem;
}
.info h1 img {
    width: .66rem;
    height: .66rem;
    position: absolute;
    right: 0;
    display: none;
}
.h {
    width: 100%;
    height: 0;
    margin: .4rem 0;
    border-bottom: 1px solid #eee;
}
.info p {
    font-size: .36rem;
    color: rgba(153, 153, 153, 1);
}
.info .chance-num {
    height: .52rem;
    line-height: .52rem;
    font-size: .42rem;
    position: relative;
    margin: 1.32rem 0;
}
.info .chance-num:before {
    width: 0;
    height: .4rem;
    border-top: .12rem solid transparent;
    border-left: .15rem solid rgba(255, 193, 16, 1);
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -.3rem;
}
.info .chance-num span {
    color: rgba(254, 74, 74, 1);
    padding: 0 .5em 0 1em;
}
.business-item:hover .border-left-bg {
    display: block;
}
.business-item:hover .info h1 img {
    display: block;
}

.footer {
    padding-top: 2rem;
}
@media (max-width: 1080px) {
    .content {
        margin: .3rem 0;
    }
    .content-right {
        display: none;
    }

    .content-left {
        margin-right: 0;
        width: 100%;
    }
    .param-filter {
        width: auto;
        padding: .2rem .8rem 0;
    }
    .filter-type {
        border-bottom: none;
        padding-bottom: 0;
    }
    .param-value-list a {
        height: .5rem;
        line-height: .5rem;
        padding: 0 .2rem;
        margin: .1rem auto;
    }
    .border-top-bg {
        display: none;
    }
    .business-list {
        margin: 0;
    }
    .business-item {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 0 .3rem;
        padding: .8rem .8rem 0 0;
    }
    .business-logo {
        width: 1.8rem;
        height: 1.8rem;
        padding-top: 0;
        margin: 0 .2rem 0;
        align-items: flex-start;
    }
    .business-logo img {
        display: block;
        width: 80%;
        margin: 0 auto;
    }
    .info h1 {
        width: 100%;
        padding-top: 0;
        font-size: .46rem;
        white-space: normal;
        overflow: auto;
        height: auto;
        line-height: 1.2em;
    }
    .info {
        width: 100%;
        margin: 0;
    }
}

