

.search-box {
    padding-top: 50px;
}

.search-box-hd {
    min-width: 310px;
}

/* ??? */
.search-box-tab {
    width: 660px;
    margin: 0 auto;
    display: flex;
    user-select: none;
    border-left: 2px solid #F99501;
    box-sizing: border-box;
    border-top-left-radius: 3px;
}

    .search-box-tab .tab {
        padding: 5px 20px;
        background: #FFF;
        box-sizing: border-box;
        border: 2px solid #F99501;
        border-left: none;
        border-bottom: none;
        cursor: pointer;
        font-size: 14px;
        position: relative;
    }

        .search-box-tab .tab.active {
            color: #FFF;
            background: #F99501;
            border-color: none;
            cursor: default;
        }

        .search-box-tab .tab:last-child {
            border-top-right-radius: 3px;
        }

.public-test:before {
    content: "??";
    font-size: 10px;
    padding: 0 5px;
    background: #FF0000;
    border-radius: 20px;
    color: #FFF;
    white-space: nowrap;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
    position: absolute;
    top: -10px;
    right: -10px;
    border: 1px solid #FFF;
}

.search-box-bd {
    width: 660px;
    height: 42px;
    background: #ffffff;
    margin: 20px 0 0 40px;
    position: relative;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

    .search-box-bd > form {
        width: 540px;
        float: left;
    }

.page-home .search-box-hd {
    text-align: center;
}

.page-home .search-box-bd {
    margin: 0 auto;
}

.search-box-input {
    width: 100%;
    height: 42px;
    border: 2px solid #F89501;
    overflow: hidden;
    box-sizing: border-box;
    font-size: 18px;
    padding: 0 38px 0 42px;
    float: left;
    text-transform: uppercase;
    background: url(../image/icon-search.png) no-repeat 10px center;
    border-bottom-left-radius: 3px;
}

    .search-box-input::placeholder {
        font-size: 16px;
    }

    .search-box-input.hide-icon-search {
        padding-left: 16px;
        background: none;
    }

    .search-box-input:focus {
        border-bottom-left-radius: 0;
    }

.search-box-btn {
    width: 120px;
    height: 42px;
    background: #F89501;
    border: 1px solid #F89501;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    color: #fff;
    float: left;
    border-radius: 0 3px 3px 0;
}

#search-box-input-clear {
    font-size: 24px;
    font-family: ui-monospace;
    color: #999;
    cursor: pointer;
    position: absolute;
    top: 9px;
    left: 505px;
    display: none;
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.search-box-bd-focus .search-box-suggestions {
    display: block;
}

.header-search-box .search-box-input {
    padding-right: 130px;
}

.header-search-box #search-box-input-clear {
    left: 450px;
}

.search-box-bd:has(.search-box-select) #search-box-input-clear {
    left: 410px;
}

.search-box-select {
    color: #999;
    width: 100px;
    height: 42px;
    font-size: 14px;
    top: 0;
    left: 438px;
    position: absolute;
    user-select: none;
}

.search-type {
    cursor: pointer;
    text-align: center;
    width: 100px;
    height: 21px;
    position: relative;
    border: none;
    border-left: 1px solid #eee;
    margin-top: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}

.search-box-select .layui-edge {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s
}

.search-box-select ul {
    position: absolute;
    width: 102px;
    background: #FFFFFF;
    top: 41px;
    left: 0;
    box-sizing: border-box;
    border: 2px solid #F89501;
    border-top: 0;
    text-align: center;
    display: none;
}

    .search-box-select ul.active {
        display: block;
    }

    .search-box-select ul li {
        cursor: pointer;
        line-height: 28px;
    }

        .search-box-select ul li:hover {
            background-color: #F5F5F5;
        }

.search-box-checkbox {
    position: absolute;
    top: 12px;
    left: 485px;
    cursor: pointer;
    font-size: 13px;
    color: #888;
    user-select: none;
    display: none;
}

    .search-box-checkbox.show {
        display: inline-flex;
        align-items: center;
    }

    .search-box-checkbox span {
        margin-left: 2px;
    }

.search-box-right {
    flex-grow: 1;
    text-align: right;
}

.header-qrcode {
    display: inline-flex;
    float: right;
    margin: 5px 0;
    position: relative;
}

.header-qrcode-img {
    display: inline-flex;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
    background: #eee;
    padding: 5px 10px;
    height: 60px;
    user-select: none;
}

    .header-qrcode-img span {
        writing-mode: vertical-rl;
        width: 18px;
        height: 60px;
        line-height: 1.2;
        text-align: justify;
        text-align-last: justify;
        display: inline-block;
    }

    .header-qrcode-img img {
        width: 60px;
        height: 60px;
        margin-left: 5px;
    }

.header-qrcode-nav {
    position: absolute;
    top: 0;
    left: -170px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #e4e4e4;
    display: none;
}

    .header-qrcode-nav img {
        width: 120px;
        height: 120px;
    }

.header-qrcode-nav-item {
    display: inline-flex;
}

.header-qrcode-nav-img {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 5px;
}

.header-qrcode-nav-right {
    width: 130px;
    color: #888;
    font-size: 14px;
    margin-left: 10px;
}

    .header-qrcode-nav-right h3 {
        color: #333;
        margin-bottom: 5px;
    }

.header-qrcode:hover .header-qrcode-nav {
    display: block;
}

/* ????? */
.header .search-box-bd {
    position: absolute;
    top: 0px;
    left: 310px;
    margin-top: 0;
    z-index: 9999;
}

/* ?? */
.search-hot {
    width: 660px;
    font-size: 13px;
    margin: 10px auto 0 auto;
    display: flex;
}

.search-hot-hd {
    min-width: 70px;
    height: 24px;
    font-weight: bold;
    color: #666;
}

.search-hot-bd {
    width: 580px;
    margin: 0 0 0 5px;
}

.search-hot-bd-item {
    width: 190px;
    display: inline-flex;
    margin-bottom: 5px;
}

    .search-hot-bd-item.stock {
        width: auto;
        margin-right: 10px;
    }

.search-hot-bd a {
    cursor: pointer !important;
    color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .search-hot-bd a:hover, .search-hot-bd .pointer:hover {
        color: #1e67ff;
    }

/* ??? */
.search-box-suggestions {
    position: absolute;
    top: 40px;
    left: 0;
    width: 540px;
    background-color: #fff;
    border: 2px solid #F89501;
    border-top: 0;
    box-sizing: border-box;
    padding-top: 15px;
    text-align: right;
    display: none;
    z-index: 1;
}

    .search-box-suggestions::after {
        content: " ";
        position: absolute;
        top: 0;
        left: 0;
        height: 1px;
        background-color: #F89501;
        width: 100%;
    }

.header-search-box .search-box-suggestions {
    width: 440px;
    top: 41px;
}

.search-box-suggestions li {
    line-height: 28px;
    color: #666666;
    font-size: 14px;
    padding: 0 16px;
    cursor: pointer;
    text-align: left;
}

    .search-box-suggestions li.active {
        color: #1e67ff;
        background-color: #f5f5f5;
    }

        .search-box-suggestions li.active mark {
            color: #1e67ff;
            background-color: #f5f5f5;
        }

        .search-box-suggestions li.active a {
            color: #c00;
        }

    .search-box-suggestions li:hover {
        color: #1e67ff;
        background-color: #f5f5f5;
    }

        .search-box-suggestions li:hover > mark {
            color: #1e67ff;
        }

.search-box-suggestions span, .search-box-suggestions a {
    display: inline-flex;
    width: 100%;
    white-space: nowrap;
}

.search-keyword {
    display: inline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.search-box-suggestions p {
    text-align: right;
    margin: 5px 15px 10px 20px;
    color: #999;
    cursor: pointer;
    display: inline-block;
}

    .search-box-suggestions p:hover {
        color: #1e67ff;
    }

.search-box-suggestions mark {
    background: none;
    color: #FF3131;
}

.search-box-suggestions ev {
    margin-left: 5px;
    font-size: 10px;
    color: #888;
}

.search-box-suggestions .iconfont {
    font-size: 12px;
    margin-right: 1px;
}

.search-box-suggestions eva-rate {
    font-size: 12px;
    margin: 0 5px;
}

    .search-box-suggestions eva-rate .rate-bd {
        margin: 0;
    }

.search-box-suggestions des {
    width: 100%;
    min-width: 100%;
    display: flex;
}

    .search-box-suggestions des:has(+ matchtype) {
        width: calc(100% - 75px);
        min-width: calc(100% - 75px);
        display: flex;
    }

.search-box-suggestions matchtype {
    float: right;
    border-radius: 4px;
    height: 21px;
    margin-top: 3px;
    margin-left: 5px;
    line-height: 21px;
    font-size: 10px;
    padding: 0px 5px;
    background: #f6f6f6;
    color: #999;
}

.supplier-count {
    width: 660px;
    margin: 5px auto 0 auto;
    font-size: 13px;
    font-weight: 500;
    text-align: right;
}

/* ?????? */
.result-search-container {
    width: 1320px;
    display: inline-flex;
    padding-bottom: 30px;
}

.result-list {
    flex-grow: 1;
    width: 1090px;
    box-sizing: border-box;
}

.page-search-result .result-right {
    margin-left: 10px;
}

.page-search-result .result-advert {
    position: relative;
    width: 235px;
    height: 182px;
    border: 1px solid #E6E6E6;
    box-sizing: border-box;
}

.result-advert + .result-advert {
    margin-top: 10px;
}

.page-search-result .result-advert img {
    width: 235px;
    height: 182px;
    background-size: 100%;
}

.result-list-item {
    width: 100%;
    padding: 5px 0;
    border-radius: 4px;
    border: 1px solid #F0A474;
    box-shadow: 4px 4px 5px 0px rgba(255,149,82,0.08);
    background-color: #FFFFFF;
    position: relative;
    font-size: 13px;
    display: inline-block;
    color: #333 !important;
    box-sizing: border-box;
}

.result-list-bd {
    display: flex !important;
    flex-wrap: wrap;
    padding: 0 10px;
}

.result-list-item:hover {
    /*background: rgba(136,199,255,0.15);*/
    transform: scale(1.01);
    border-color: red !important;
}

.result-list-item h3 {
    font-size: 24px;
    color: #333333;
    font-weight: normal;
}

.result-list-item mark {
    background: none;
    color: #FF4135;
}

.result-list-group {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    background: #FDF7F7;
    border: 1px solid #FEECE0;
    border-radius: 4px;
    margin-bottom: 10px;
}

    .result-list-group.vip {
        background: #FDDCDD;
    }

    .result-list-group .result-list-item {
        border-color: #FFFFFF;
        box-shadow: none;
    }

.result-list-group-hd {
    margin-bottom: 5px;
    font-size: 16px;
    position: relative;
}

.result-list-tips {
    padding: 10px;
    height: 30px;
    font-size: 16px;
    background: #FDF7F7;
    border: 1px solid #F0A474;
    margin-bottom: 10px;
}

.result-list-item-line {
    width: 100%;
    margin: 5px 0;
    display: inline-flex;
}

    .result-list-item-line label {
        min-width: 65px;
        white-space: nowrap;
    }

    .result-list-item-line.companyname {
        flex-wrap: wrap;
    }

.bg-vip {
    background: url(../image/bg-vip.png) no-repeat center;
    background-size: 100%;
    display: inline-block;
    padding: 5px 20px;
    color: #FFFFFF;
    font-size: 18px;
    position: absolute;
    top: -5px;
    left: -10px;
}

.icon-edit {
    color: #3E70F1;
    cursor: pointer;
}

    .icon-edit:hover {
        color: #1e67ff;
    }

.icon-custom-tag {
    color: #3E70F1;
    padding: 0 10px;
    border: 1px solid #3E70F1;
}

.icon-belongs:before {
    content: "???";
    padding: 0 10px;
    border: 1px solid #007AFF;
    border-radius: 3px;
    color: #007AFF;
    height: 22px;
    line-height: 21px;
    display: inline-block;
    box-sizing: border-box;
}

.result-list-item-brand {
    display: inline-flex;
    float: left;
    width: 750px;
    max-width: 750px;
    /*overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;*/
}

    .result-list-item-brand ul {
        max-width: calc(100% - 65px);
        display: block;
    }

        .result-list-item-brand ul li {
            float: left;
            padding: 1px 0;
        }

.result-list-item-legal {
    display: inline;
    float: left;
}

.result-list-item-date {
    display: inline;
    float: left;
    margin-left: 20px;
}

.result-list-item-money {
    display: inline;
    float: left;
    margin-left: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.result-list-item-tag {
    display: inline;
    float: left;
    margin-left: 30px;
    width: 300px;
}

.result-list-left {
    width: calc(100% - 300px);
}

.result-list-right {
    width: 300px;
    color: #777777;
}

.result-list-right-line {
    display: flex;
}

    .result-list-right-line span {
        line-height: 24px;
    }

    .result-list-right-line a {
        line-height: 18px;
    }

.result-list-right .statis-num {
    color: #D76E58;
    margin: 0 5px;
}

.result-list-footer {
    display: inline-flex;
    flex-wrap: wrap;
    border-top: 1px solid #eee;
    box-sizing: border-box;
    padding: 5px 10px;
    width: 100%;
}

    .result-list-footer > span {
        white-space: nowrap;
        display: inline-flex;
        align-items: center;
    }

    .result-list-footer .iconfont {
        color: #658CA9;
        margin-right: 3px;
    }

    .result-list-footer:has(.icon-stockadvance) {
        border-top-color: #F89501;
        flex-wrap: unset;
    }

.result-list-group.vip .result-list-footer:has(.icon-stockadvance) {
    border-top-color: #EC808D;
}

.result-list-footer .icon-stockadvance:before {
    content: '????';
    background: #EC808D;
    border-color: #EC808D;
    line-height: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 3px;
}

.result-list-footer .stock-advance-item {
    white-space: nowrap;
    border-right: 1px solid #e6e6e6;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 13px;
    line-height: 24px;
}

.result-list-item-address {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex-grow: 1; /*??????*/
}

.result-list-item .icon-xingxing {
    font-size: 18px;
}

.result-list-companyphoto {
    border-radius: 5px;
    cursor: pointer;
    margin: 3px 0;
}

.auth-limit {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    margin: 0 auto;
    padding: 30px 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 10px;
    background: url(../image/bg-blur-layer.png) no-repeat center;
    display: flex;
}

.auth-limit-content {
    margin: 0 auto;
    display: flex;
}

.auth-limit-left {
    width: 160px;
    height: 160px;
    background: url(../image/bg-tip.png) no-repeat center;
    background-size: 100%;
    margin-right: 10px;
}

.auth-limit-right {
}

.auth-limit-hd {
    height: 30px;
    font-size: 22px;
    margin-top: 10px;
}

    .auth-limit-hd .icon-becareful {
        font-size: 22px;
        color: red;
        margin-right: 5px;
    }

.auth-limit-bd {
    line-height: 2;
    margin-top: 10px;
    font-size: 14px;
    /*display: grid;
    align-items: center;*/
}

.result-qqgroup-tips {
    vertical-align: middle;
    line-height: 30px;
    background: #f8f8f8 url(../image/icon-qqgroup.png) no-repeat 7px center;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #e1e1e1;
    font-size: 12px;
    color: #333;
    padding: 0 10px 0 30px;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
}

    .result-qqgroup-tips b {
        color: #1e67ff;
    }

    .result-qqgroup-tips a,
    .result-qqgroup-tips a:hover {
        color: #333;
    }

.list-item {
    width: 1190px;
    height: 78px;
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-bottom: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    position: relative;
}

    .list-item h2 {
        height: 29px;
        font-size: 20px;
        font-weight: normal;
        color: #000000;
        width: 646px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float: left;
    }

.list-item-phone {
    float: left;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item h2 a {
    color: #000;
}

.list-item mark {
    background: none;
    color: #1e67ff;
}

.list-item-line {
    height: 30px;
    line-height: 30px;
    color: #222;
    font-size: 13px;
    /*overflow: hidden;*/
}

.list-item-line-half {
    width: 50%;
}

.list-item-line-item {
    width: 300px;
}

.list-item-line label {
    color: #888;
    padding-right: 5px;
}

.list-item-line:has(label) > .list-item-content {
    flex-grow: 1;
    max-width: calc(100% - 75px);
}

.list-item-content span {
    display: inline-block;
    line-height: 20px;
}

.list-item-line-legalpostion {
    word-break: break-word;
    width: calc(100% - 60px);
    line-height: normal;
    margin-top: 8px;
}

    .list-item-line-legalpostion a {
        color: blue;
    }

.list-item-line-address {
    word-break: break-word;
    width: calc(100% - 60px);
    line-height: normal;
    margin-top: 8px;
}

.list-item-address {
    display: inline;
    float: left;
    margin-left: 30px;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.list-item-tips {
    height: 15px;
    font-size: 10px;
    font-weight: 400;
    color: #888888;
    position: absolute;
    right: 16px;
    top: 16px;
    transform: scale(0.85);
}

.list-item-even {
    background-color: #f5f8fa;
}

.no-data {
    flex-grow: 1;
    height: 178px;
    padding: 30px 0;
    text-align: center;
}

.no-data-img {
    width: 180px;
    height: 128px;
    margin: 0 auto;
    background: url("../image/no_data.png") center top no-repeat;
}

.search-loading {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: url("../image/search-loading.gif") center top no-repeat;
    background-size: 100%;
}

.list-item .icon-dianhua, .list-item .icon-qq {
    color: #7083AA;
    font-size: 18px;
    margin-right: 5px;
    vertical-align: bottom;
}

.brand-item {
    height: 20px;
    padding: 0 6px;
    border-radius: 2px;
    background: #FFF;
    border: 1px solid #D9D9D9;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
    margin-right: 5px;
    box-sizing: border-box;
}

    .brand-item .percent {
        background: #E6E6E6;
        height: 16px;
        line-height: 1;
        padding: 0 3px;
        border-radius: 2px;
        margin-left: 2px;
        font-size: 10px;
        box-sizing: border-box;
        display: inline-flex;
        align-items: center;
    }

li:has(.brand-item) {
    display: inline-flex;
    align-items: center;
}

.brand-item:has(.brand-type) {
    overflow: unset;
    margin-right: 32px;
}

.brand-item .brand-type {
    position: absolute;
    top: -5px;
    right: -28px;
}

    .brand-item .brand-type.icon-suppliervip-brand:before {
        font-size: 10px;
        height: 12px;
        line-height: 12px;
    }

.brand-item:has(.selfowned) {
    color: #03A7F0;
    border: 1px solid #03A7F0;
    margin-right: 52px;
}

.brand-item:has(.agency) {
    color: #4C7903;
    border: 1px solid #4C7903;
}

.brand-item:has(.advance) {
    color: #D9011C;
    border: 1px solid #D9011C;
}

.brand-item .brand-type.selfowned {
    right: -48px;
}

.icon-comment {
    width: 18px;
    height: 18px;
    background: url("../image/icon-comment.gif") center top no-repeat;
    background-size: 100%;
}

.btn-customtag {
    padding: 0 10px;
    height: 22px;
    line-height: 22px;
    cursor: pointer;
    font-size: 12px;
    color: #1E67FF;
    background: #EDF3FF;
    border: 1px solid #1E67FF;
    user-select: none;
    display: inline-block;
    border-radius: 4px;
}

    .btn-customtag:hover {
        color: #FFFFFF;
        background: #1E67FF;
        border: 1px solid #1E67FF;
    }

/*?????????Start*/
.search-suppliervip {
    width: 235px;
    border: 1px solid #FFECE0;
    border-radius: 3px;
    margin-bottom: 10px;
    box-shadow: 4px 4px 5px 0px rgba(255,149,82,0.08);
    box-sizing: border-box;
}

.search-suppliervip-hd {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #FFECE0;
    display: inline-flex;
    align-items: center;
    background: #FFF1F1;
    position: relative;
}

    .search-suppliervip-hd span {
        font-size: 14px;
        font-weight: bold;
    }

    .search-suppliervip-hd .fr {
        position: absolute;
        right: 10px;
    }

.search-suppliervip-bd {
    width: 100%;
}

.search-suppliervip-item {
    padding: 5px 10px;
    border: 1px solid #FFF;
}

    .search-suppliervip-item label {
        color: #999;
        white-space: nowrap;
    }

    .search-suppliervip-item .brand-item {
        background: #FDE7E7;
        line-height: 16px;
        height: 16px;
        margin-bottom: 1px;
    }

    .search-suppliervip-item + .search-suppliervip-item {
        border-top-color: #FFECE0;
    }

    .search-suppliervip-item .address {
        -webkit-line-clamp: 2;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .search-suppliervip-item .brand-icon {
        border: 1px solid #eee;
        padding: 10px;
        box-sizing: border-box;
        margin: auto;
    }

    .search-suppliervip-item .brand-name {
        text-align: center;
        color: #666;
    }

    .search-suppliervip-item .brand-icon:hover {
        transform: scale(1.05);
        border-color: #F89501;
    }

    .search-suppliervip-item .border-bottom-dashed {
        padding: 5px 0;
    }

    .search-suppliervip-item .icon-tag {
        padding: 0 5px;
        height: 18px;
        line-height: 16px;
    }
/*?????????End*/

/* ??????????Start */
.result-left {
    margin-right: 10px;
}

.search-stock-brand-item {
    width: 200px;
    padding: 20px 10px 10px 10px;
    box-sizing: border-box;
    border-radius: 3px;
    background: #FFF;
    border: 1px solid #F69241;
    font-size: 13px;
    display: block;
    position: relative;
}

    .search-stock-brand-item .top-left-icon {
        position: absolute;
        top: 0;
        left: 0;
        display: flex;
        width: calc(98% - 24px);
        z-index: 2;
    }

        .search-stock-brand-item .top-left-icon .name {
            padding: 0 5px;
            box-sizing: border-box;
            font-size: 12px;
            background: #eee;
            color: #333;
            z-index: 2;
            border-bottom-left-radius: 3px;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            max-width: calc(98% - 24px);
        }

    .search-stock-brand-item .icon-suppliervip-brand:before {
        font-size: 12px;
        line-height: 18px;
        height: 18px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .search-stock-brand-item + .search-stock-brand-item {
        margin-top: 10px;
    }

    .search-stock-brand-item .brand-icon img {
        opacity: 1;
    }

    .search-stock-brand-item .brand {
        width: 120px;
    }

    .search-stock-brand-item .supplier {
        width: 100%;
        /*  overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;*/
        display: inline-block;
    }

    .search-stock-brand-item:hover {
        transform: scale(1.01);
        border-color: red !important;
    }

    .search-stock-brand-item .supplier:hover {
        color: #1E67FF;
    }

    .search-stock-brand-item .icon-advert-tips {
        top: -2px;
        right: -2px;
        left: unset;
        bottom: unset;
        opacity: 0.2;
    }
/* ??????????End */
