.nav-list li i.ico-show-search,
.news-info i.default-news,
.user-upload a i.ico-upload,
.close-search i.ico-close-search,
.submit-search i.ico-submit-search
{
    background: url(./../../icon/ico.svg)no-repeat;
}
header{
    clear: both;
    width: 13%;
    min-width: 200px;
    padding: 24px 18px;
    box-sizing: border-box;
    background: #000;
    height: 100vh;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    display: flex !important;
    flex-direction: column;
    gap: 30px;
    z-index: 99;
}
nav{
    margin: 0 auto;
    position: relative;
}
.main-header {
    height: 100%;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
}
.header .logo{
    padding-left: 10px;
    height: 60px!important;
    line-height: 60px!important;
}
.logo {
    display: inline-block;
    width: auto;
    height: 60px;
}
.logo img {
    /*margin-top: 10px;*/
    width: 136px;
    height: auto;
}
.default-nav-box{
    width: 100%;
    display: flex;
    flex-direction: column;
}
/*@media screen and (min-width: 1561px) {*/
/*    nav{*/
/*        width: calc(100% - 160px);*/
/*    }*/
/*}*/
/*@media screen and (max-width: 1560px) {*/
/*    nav{*/
/*        width: calc(100% - 30px);*/
/*    }*/
/*    .main-header .logo{*/
/*        width: 122px!important;*/
/*    }*/
/*    .logo img {*/
/*        width: 122px;*/
/*    }*/
/*    .default-nav-box{*/
/*        margin-left: 186px;*/
/*    }*/
/*}*/

/*.logo img.logo-slogan{*/
/*    height: 14px;*/
/*    width: auto;*/
/*    margin-top: 23px;*/
/*}*/
/*.logo span{*/
/*    display: none;*/
/*    width: auto;*/
/*    height: 60px;*/
/*    line-height: 60px;*/
/*    float: right;*/
/*    font-size: 10px;*/
/*    margin-left: 10px;*/
/*    color: #666;*/
/*    letter-spacing: 2px;*/
/*}*/
.nav-list {
    display: flex;
    flex-direction: column;
}
.nav-list ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.nav-list .menuFocus a {
    color: #50d3ff;
}
.nav-list .menuFocus {
    background-color: #2C3138;
}
.nav-list li{
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #000;
    border-radius: 20px;
}
.nav-list li a {
    font-size: 15px;
    display: flex;
    align-items: center;
    text-align: left;
    white-space: nowrap;
    color: #fff;
    transition: all 0.05s;
}
.nav-list ul li:hover{
    background-color: #2C3138;
}
.nav-list li a.active-index-nav{
    font-weight: bold;
}
.nav-list li i.ico-show-search {
    display: inline-block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    margin-left: 25px;
    margin-top: 18px;
    background-position: 4px -43px;
}


.main-header {
    background-color: unset;
}
.bottom {
    display: flex;
    flex-direction: column;
}
.user-center{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.user-center .user-news{
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    border-radius: 20px;
    position: relative;
}
.user-center .user-info {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #000;
    border-radius: 26px;
    position: relative;
}
.user-center .user-info:hover,
.user-center .user-news:hover{
    background-color: #2C3138;
}


/*最新消息*/
.news-info{
    width:100%;
    cursor: pointer;
}
.news-info a{
    color: #fff;
    font-size: 15px;
}
.user-news span.news-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 11px;
    left: 88px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.user-news span.news-number-list {
    left: 72px;
}
.user-news span.hide{
    display: none;
}

/*头像*/
.user-info .user-avatar{
    cursor: pointer;
}
.user-info .user-avatar a{
    color: #fff;
    font-size: 14px;
}
.user-info .user-avatar img{
    width:32px;
    height:32px;
    border-radius: 50%;
    position: relative;
    left: -4%;
}
.user-info-list,
.user-news-list
{
    display: none;
    width: 100%;
    height: auto;
    border-radius: 20px;
    position: absolute;
    bottom: 103%;
    left: 0;
    padding: 10px;
    background-color: #2C3138;
    z-index: 1000;
}
.user-news-list {
    bottom: unset !important;
    top: 103% !important;
}
.user-info-list ul,
.user-news-list ul
{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.user-info-list ul li,
.user-news-list ul li
{
    background-color: #2C3138;
    border-radius: 20px;
    position: relative;
}
.user-info-list ul li:hover,
.user-news-list ul li:hover
{
    background:#000;
}
.user-info-list ul li.user-info-name a{
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.user-info-list ul li a,
.user-news-list ul li a
{
    display: inline-block;
    width: 100%;
    color: #fff;
    padding: 10px;
}
.user-news-list ul li a em{
    margin-left: 5px;
    color:#ff003c
}
.user-info-list ul li a{
    position: relative;
}
.user-info-list ul li a span.tips-red-dot{
    width: 5px;
    height: 5px;
    position: absolute;
    right: 38px;
    top: 12px;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    border-radius: 50%;
    line-height: 16px;
    text-align: center;
    background: #ff003c;
}

/*未登录*/
.wait-login-register {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 71px;
    background-color: #2C3138;
    border-radius: 20px;
    margin: 20px 0;
    cursor: pointer;
}
.wait-login-register:hover{
    background-color: #2C3138;
}
.wait-login-register a.go-login,
.wait-login-register a.go-register{
    width: auto;
    height: 40px;
    color:#fff;
    font-size: 14px;
}
.wait-login-register a.go-login:hover,
.wait-login-register a.go-register:hover{
    text-decoration: underline;
}
.wait-login-register em.split-line{
    display: inline-block;
    width: 1px;
    height: 12px;
    background: rgba(0, 180, 255, .2);
    float: left;
    margin: 24px 20px;
}

.nav-discover-list {
    display: none;
    position: absolute;
    left: 0;
    top: 103%;
    width: 100%;
    background: #2C3138;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px 5px;
    transition: all 0.2s;
    z-index: 888;
}
.nav-discover-list h2{
    width: 100%;
    font-size: 2rem;
    margin-left: 1rem;
    margin-bottom: 3rem;
    color: #fff;
    font-weight: bold;
}
.nav-discover-list-box{
    width: 100%;
    height: auto;
    display: grid;
    row-gap: 15px;
    grid-template-columns: repeat(3, 1fr);
}
.nav-discover-list-item{
    overflow: hidden;
    /*margin-bottom: 20px;*/
    text-align: center;
    box-sizing: border-box;
    padding: 10px 0;
}
.nav-discover-list-item:hover{
    background: #000;
    border-radius: 8px;
}
.nav-discover-list-item a{
    width: 100%;
    height: auto;
    text-align: center !important;
    flex-direction: column;
}
.nav-discover-list-item span{
    display: block;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 50%;
    display: grid;
    place-items: center;
}
.nav-discover-list-item span.bg-shangyezhan{
    background: #f406fd;
}
.nav-discover-list-item span.bg-qichezhan{
    background: #f14c75;
}
.nav-discover-list-item span.bg-kejizhan{
    background: #ee9102;
}
.nav-discover-list-item span.bg-zhubaozhan{
    background: #bc3de9;
}
.nav-discover-list-item span.bg-fuzhuangzhan{
    background: #8276df;
}
.nav-discover-list-item span.bg-dongmanzhan{
    background: #5f98d9;
}
.nav-discover-list-item span.bg-jiajuzhan{
    background: #30c6d0;
}
.nav-discover-list-item span.bg-pinpaizhan{
    background: #bb28fc;
}
.nav-discover-list-item span.bg-hangyezhan{
    background: #23dcc9;
}
.nav-discover-list-item span.bg-wenhuayishuzhan{
    background: #109df5;
}
.nav-discover-list-item span.bg-qita{
    background: #f54c74;
}
.nav-discover-list-item span img{
    width: 2.4rem;
    height: 2.4rem;
}
.nav-discover-list-item em{
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    font-size: 1.3rem;
    color: #50D3FF;
}
.header-upload-expo{
    width: 100%;
    font-size: 15px;
    cursor: pointer;
    box-sizing: border-box;
    border: 1px dashed #434952;
}
.header-upload-expo {
    border-radius: 20px;
    background-color: #22262c;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.header-upload-expo a{
    color: #fff;
    transition: all 0.2s;
    border-radius: 10px;
    cursor: pointer;
}

.header-upload-expo a:hover{
    color: #50d3ff;
}
.header-cart {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #000;
    border-radius: 20px;
    cursor: pointer;
}
.header-cart a{
    color: #fff;
    font-size: 15px;
}
.header-cart:hover{
    background-color: #2C3138;
}
.header-cart a:hover{
    color: #fff;
}
.header-seller-list{
    position: absolute;
    top:60px;
    left:-29px;
    width:140px;
    height:auto;
    background: #3a4048;
    padding: 15px 10px;
    display: none;
    z-index: 99;
    border-radius: 20px;
    box-sizing: unset;
}
.header-seller-list ul{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.header-seller-list ul li{
    width:140px;
    height:34px;
    line-height: 34px;
    text-align: left;
    font-size: 15px;
}
.header-seller-list ul li a{
    display: inline-block;
    width:140px;
    height:34px;
    line-height: 34px;
    color:#333;
    font-size: 15px;
    text-indent: 18px;
    padding:0;
    text-align: left;
}
.header-seller-list ul li a.product-upload{
    text-indent:5px;
}
.header-seller-list ul li a:hover{
    background: #ff003c;
    color:#fff !important;
    font-size: 15px;
    transform: scale(1);
}
.header-seller-list ul li a i.seller-product-upload{
    display: inline-block;
    width:16px;
    height:12px;
    float: left;
    background: url(../../icon/ico-market.svg) no-repeat -164px -60px;
    margin: 11px 0 0 18px;
}
.header-seller-list ul li a i.seller-product-admin{
    display: inline-block;
    width:46px;
    line-height: 20px;
    height:20px;
    text-align: center;
    font-size: 12px;
    color:#fff;
    text-indent: 0;
    float: right;
    border-radius: 8px;
    background: #ff003c;
    margin: 7px 10px 0 0;
}
.header-seller-list ul li a i.seller-product-order,
.header-seller-list ul li a i.seller-refund-order{
    display: inline-block;
    width:30px;
    line-height: 22px;
    height:20px;
    text-align: center;
    font-size: 12px;
    color:#fff;
    text-indent: 0;
    float: right;
    border-radius: 8px;
    background: #ff003c;
    margin: 7px 26px 0 0;
}


/*footer*/
.footer {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 15px;
    background-color: #000;
    border-radius: 20px;
    margin: 50px 0 20px 0;
    cursor: pointer;
    position: relative;
}
.footer a {
    color: #49525d;
}
.footer:hover {
    background-color: #2C3138;
}
.footer:hover .footer-box {
    display: block;
}
.footer-box {
    display: none;
    width: 260px;
    background-color: #2C3138;
    border-radius: 20px;
    position: absolute;
    left: 100%;
    bottom: 0;
    padding: 10px;
    box-sizing: border-box;
}
.footer-box>div {
    font-size: 14px;
    padding: 15px 10px;
    border-radius: 12px;
    color: #fff;
}
.footer-box .xieyi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-box .xieyi:hover {
    background-color: #000;
}
.footer-box .xieyi:hover .xieyi-list {
    display: block;
}

.footer-box .xieyi .xieyi-list {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    background-color: #2C3138;
    border-radius: 20px;
    padding: 10px;
}
.footer-box .xieyi-list a {
    display: block;
    padding: 15px;
    font-size: 14px;
    color: #fff;
    border-radius: 12px;
}
.footer-box .xieyi-list a:hover {
    background-color: #000;
}

.footer-box ul {
    width: 100%;
}
.footer-box li {
    display: block;
    border-radius: 10px;
    color: #798696;
    font-size: 12px;
    padding: 5px 10px;
}
.footer-box li a{
    color: #798696;
    font-size: 12px;
}
.footer-box li:hover a,
.footer-box li:hover span{
    color: #fff;
}












