<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-suppliervip {
    background-color: #F5F5F5;
}

    .page-suppliervip .main {
        padding: 0;
    }

/*搜索框 Start*/
.search-box {
    padding: 10px 5px;
    margin: 0 auto;
    position: relative;
    display: inline-flex;
    width: calc(100% - 10px);
}

.search-box-input {
    width: calc(100% - 100px);
    padding: 5px 10px 5px 30px;
    border-radius: 5px 0 0 5px;
    border: 2px solid #1E66FF;
    text-transform: uppercase;
}

    .search-box-input::placeholder {
        font-size: 12px;
    }

.search-box .layui-icon-close-fill {
    position: absolute;
    top: 13px;
    left: calc(100% - 100px);
    color: #999;
}

.search-box .icon-search {
    position: absolute;
    top: 13px;
    left: 15px;
    color: #1E66FF;
    font-weight: bold;
}

.search-box-btn {
    width: 70px;
    padding: 5px 10px;
    border-radius: 0 5px 5px 0;
    border: 2px solid #1E66FF;
    color: #FFFFFF;
    background: #1E66FF;
    margin-left: -5px;
    text-align: center;
}
/*搜索框 End*/


.top {
    position: relative;
}

    .top::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 1px;
        background: linear-gradient(to bottom right, #FFFFFF, #FFFFFF, #81D3F880);
    }

.origin-list {
    padding: 0 10px 10px 10px;
    border-bottom: 2px solid #F5F5F5;
    position: relative;
}

.origin-item {
    font-size: 13px;
    padding: 0 10px;
    position: relative;
}

    .origin-item.active {
        color: #1E67FF;
        font-weight: bold;
    }

        .origin-item.active::after {
            content: ' ';
            display: inline-block;
            background: #1E67FF;
            height: 3px;
            width: 24px;
            position: absolute;
            bottom: -12px;
            left: calc(50% - 12px);
        }

#resultList {
    display: flex;
    padding-bottom: 60px;
    height: calc(100vh - 120px);
    box-sizing: border-box;
}

.brand-list {
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    font-size: 10px;
    width: calc(26vw);
    min-width: calc(26vw);
    height: calc(100% - 5px);
    overflow: scroll;
}

.brand-list-item {
    color: #666;
    padding: 5px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    text-align: center;
}

    .brand-list-item.active {
        color: #1E67FF;
        background: #F5F5F5;
    }

.brand-icon {
    width: 60%;
    height: calc(13vw*0.6);
    background-size: 100%;
}

.result-list {
    flex-grow: 1;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: scroll;
}

.brand-item {
    margin-bottom: 0;
}

.result-list-item {
    width: 100%;
    background: #FFFFFF;
    /* border-radius: 5px; */
    padding: 5px;
    box-sizing: border-box;
    font-size: 12px;
    display: inline-block;
    position: relative;
}

    .result-list-item .line {
        padding: 0;
        border: none;
        line-height: 1.3;
        margin-top: 5px;
    }

    .result-list-item .line-label {
        min-width: auto;
        margin: 0;
    }

.nodata {
    background: #FFFFFF;
    width: calc(100vw);
    height: calc(100vh - 86px);
    text-align: center;
    padding-top: 100px;
    box-sizing: border-box;
}

.service-introduce {
    position: absolute;
    top: 3px;
    right: 0;
    background: #1E67FF;
    color: #FFFFFF;
    font-size: 12px;
    border-radius: 10px 0 0 10px;
    padding: 0 5px 0 10px;
}

    .service-introduce .icon-gt:before {
        color: #FFF;
        font-size: 12px;
    }

#layoutApply .apply-img {
    width: 100%;
    height: calc((90vw - 40px) * 0.4);
    background-size: 100%;
}

#layoutApply .apply-des {
    text-indent: 2em;
    margin-bottom: 5px;
    display: inline-block;
}

.img-newcomer {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url('/res/zxpm/global/img/img-newcomer.png') center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
</pre></body></html>