
.header {
    height: 4rem;
    line-height: 4rem;
    background: #ff7c1d;
    position: relative;
    z-index: 1000;
    top: 0rem;
}

    .header .inner {
        position: relative;
        height: 4rem;
        line-height: 4rem;
    }

    .header .return {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        height: 4rem;
        line-height: 4rem;
        display: block;
        text-align: left;
        background: url(../images/back.png) no-repeat center;
        background-size: 1.8rem 1.8rem;
        width: 4.3rem;
        font-size: 1.3rem;
        color: #fff;
        text-indent: -999em;
    }


.tjBar {
    height: 42px;
    line-height: 42px;
    background: #E8E8E8;
    text-align: center;
    font-size: 12px;
    clear: both;
    padding-bottom: 5px;
}

    .tjBar .text {
        width: 32%;
        border: 1px solid #ddd;
        height: 28px;
        font-size: 11px;
        margin-right: 3px;
        background: #fff url(../images/down.png) no-repeat right center;
        background-size: 14px 7px;
        padding-left: 2%;
        border-radius: 4px
    }

    .tjBar .button {
        height: 28px;
        line-height: 28px;
        border: none;
        background: #5db75d;
        width: 14%;
        color: #fff;
        border-radius: 4px;
    }

.search-wrapperv2 {
    height: 3.5rem;
    line-height: 3.5rem;
    position: relative;
    margin: 0.5rem 1rem;
    margin-bottom: 1rem;
    padding-right: 5rem;
}

.search-inputv2 {
    width: 100%;
    border: 1px solid #eee;
    background: #f6f6f7;
    height: 1.45rem;
    border-radius: 0.7rem;
    color: #666;
    line-height: 1.45rem;
    padding: 1rem 0;
    text-indent: 1rem;
    font-size: 1.2rem;
}

.search-btnv2 {
    border-radius: 0.3rem;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.8rem;
    height: 3.5rem;
    line-height: 3.5rem;
    border: none;
    overflow: hidden;
    text-indent: 9999px;
    background: #039fe9 url(../images/img3_search.png) no-repeat center center;
    background-size: 1.35rem 1.35rem;
    border: none;
    border-radius: 0.7rem;
}
.tab-list-fenge {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 1.2rem 0;
    font-size: 1.4rem;
    background: #fff;
}

    .tab-list-fenge .tab-fenge {
        padding: 0 0.8rem 1rem;
    }

        .tab-list-fenge .tab-fenge.active {
            color: #329dfd;
            position: relative;
            border-bottom: 2px solid #329dfd;
        }

.header01 {
    background: #ffffff;
}

    .header01 h2 {
        color: #333;
    }

    .header01 .return {
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        text-align: center;
        height: 4rem;
        line-height: 4rem;
        display: block;
        text-align: left;
        background: url(../images/back01.png) no-repeat center;
        background-size: 1.8rem 1.8rem;
        width: 4.3rem;
        font-size: 1.3rem;
        color: #fff;
        text-indent: -999em;
    }