html {
    --bg-color-1: #fff;
    --bg-color-2: #17171a;
    --bg-color-3: #f9f9f9;
    --bg-color-4: #f6f6f6;
    --bg-color-5: #eee;
    --color-primary: #ffd21a;
    --color-error: #ea6527;
    --color-footer: #f6f6f6;
    --text-color-markedness: #ea6527;
    --text-color-1: #222;
    --text-color-2: #999;
    --text-color-3: #ccc;
    --text-color-4: #eee;
    --text-color-6: #666;
    --text-color-7: #fff;
    --text-color-8: #333;
    --text-color-9: #949494;
    --text-color-10: #17171a;
    --radius-8: 8px;
    --radius-12: 12px;
    --btn-border-common: 1px solid #ccc;
    --btn-border-eee: 1px solid #eee;
    --btn-border-222: 1px solid #222;
    --btn-border-ccc: 1px solid #ccc;
    --width-center: 1200px
}

.header-wrap {
    height: 78px
}

.header-logo {
    text-align: center;
    width: 130px
}

.header-nav {
    font-size: 18px;
    font-weight: 400;
    height: 78px;
    line-height: 24px;
    width: 116px
}

.nav-text {
    line-height: 78px;
    margin-left: 40px
}

.header-nav + .header-nav {
    margin-left: -18px
}

.header-nav > a {
    color: #222
}

.header-nav > a:hover {
    background-image: url(/pc-assets/images/e8d043a30f0853fdede6.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    color: #ffd21a;
    font-weight: 700
}

.header-nav.act {
    background-image: url(/pc-assets/images/e8d043a30f0853fdede6.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.header-nav.act a {
    color: #ffd21a;
    font-weight: 700
}

.header-nav-act {
    color: #ffd21a
}

.header-search-input {
    box-sizing: border-box;
    height: 36px;
    margin-right: 12px;
    padding: 0 9px;
    width: 204px
}

.header-search-icon {
    height: 20px;
    margin-top: 8px;
    width: 20px
}

.search-ipt {
    height: 36px;
    width: 150px
}

.hearder-f-ls .icon-a, .hearder-f-ls img, .to-top {
    height: 40px;
    width: 40px
}

.to-top {
    position: fixed;
    right: 6%;
    top: 60%
}

#login.mask {
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 102
}

.login-modal {
    width: 460px
}

.login-close {
    background-image: url(/pc-assets/images/aa26cc1e6d80729913b2.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 30px;
    right: 10px;
    top: 10px;
    width: 30px
}

.user-info:hover .login-out {
    display: block
}

.login-out {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0,0,0,.1);
    cursor: pointer;
    display: none;
    position: absolute;
    right: -5px;
    top: 45px;
    width: 84px;
    z-index: 10087;
}

.login-out-wrap:hover a {
    color: #222
}

.header-center {
    background-image: url(/pc-assets/images/4c82ce81de279e22c0db.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 0 0 0 0;
    height: 80px
}

.text-edit img {
    height: 20px;
    width: 20px
}

.my-header-btn {
    border: 1px solid #ccc;
    border-radius: 16px;
    color: #949494;
    height: 32px;
    line-height: 32px;
    text-align: center;
    width: 128px
}

.my-header-btn.act {
    background-color: #ffd21a;
    border: 0;
    color: #17171a
}

.my-header-btn img {
    height: 20px;
    width: 20px
}

.fuzzy-search-list {
    width: 204px;
    height: 328px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px 0px rgba(0,0,0,0.2);
    border-radius: 8px;
    padding: 4px;
    top: 43px;
    left: 2px;
    overflow: hidden;
    display:none
}

.fuzzy-search-list .new-search-list-item {
    display:block;
    width: 196px;
    height: 32px;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
    cursor: pointer
}
.fuzzy-search-list .left {
    display:inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.fuzzy-search-list .red {
    color:red;
}
.fuzzy-search-list .new-search-list-item .new-search-list-content {
    color: #222222
}
.fuzzy-search-list .new-search-list-item .new-search-list-right {

    float: right;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.fuzzy-search-list .new-search-list-item.act {
    width: 196px;
    height: 32px;
    background: #EEEEEE;
    border-radius: 4px;
    padding: 8px 12px;
    font-size: 12px;
}