<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.overflow_hidden {
    overflow: hidden
}
.float_left {
    float: left
}

.float_right {
    float: right
}

.display_flex {
    display: flex;
}


.xuan_name {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    vertical-align: middle;
    color: #394043;
    width: 110px;
    cursor: pointer;
}
.xuan_name:hover {
    color: #0079fe;
}


    .xuan_name .iconfont {
        color: #dee3e8;
    }
    .xuan_name .icon-xuanzhong {
        color: #0079fe;
    }

.bizcircle-item .iconfont {
    vertical-align: bottom;
    color: #dee3e8;
}
.bizcircle-item .icon-xuanzhong {
    color: #0079fe;
}

.icon-xuanzhong {
    color: #0079fe;
}


.list_shai_ico {
    vertical-align: bottom;
}
.check-box i {
    vertical-align: bottom;
    color: #dee3e8;
}
.qr-img-wrapper img {
    width: 120px;
    height: 120px;
}
.BaLiao {
    background: #dde9f9;
    color: #4285f4;
    border-radius: 2px;
    padding: 4px 8px;
    margin-left: 5px;
}

    .AgentImg  {
        width: 30px;
        height: 30px;
        border-radius: 50%;
    }

.main-nav .main-left-wrapper .search-wrapper .search-result-wrapper.show {
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
}

.main-nav .main-left-wrapper .search-wrapper .search-result-wrapper {
    visibility: hidden;
    position: absolute;
    width: 556px;
    left: -1px;
    top: 46px;
    z-index: 100;
    box-shadow: 0 1px 2px -1px rgba(0,0,0,.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    transition: all .3s ease;
    opacity: 0;
    overflow: hidden;
    background: #fff;
}
.main-nav  .Member_header .main-nav-item {
    font-size: 14px;
}

.main-nav .main-left-wrapper .Member_search {
    width: 315px;
}
.baike-search-button {
    position: absolute;
    width: 50px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    top: 0;
    right: 0;
    padding: 0;
    margin: 0;
}
</pre></body></html>