.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{
    display: none;
    clear: both;
    width: 100%;
    height:60px;
    position: fixed;
    top:0;
    z-index: 9997;
    background: #fff;
}
nav{
    width: calc(100% - 160px);
    min-width: 1200px;
    height: 60px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}
.main-header .logo{
    height: 60px!important;
    line-height: 60px!important;
    padding: 0 0!important;
    width: 136px!important;
}
.logo {
    display: inline-block;
    width: auto;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
}
.logo img {
    /*margin-top: 10px;*/
    width: 136px;
    height: auto;
}
.default-nav-box{
    display: inline-block;
    float: left;
    margin-left: 205px;
}
@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: inline-block;
    max-width: 1200px;
    width: auto;
    /*margin: 0 auto;*/
    float: left;
    height: 60px;
    position: relative;
}
.nav-list ul{
    display: inline-block;
    height: auto;
    float: left;
}
.nav-list li{
    float: left;
    width: auto;
    height: 60px;
    line-height: 60px;
}
.nav-list li a {
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
    padding: 0 25px;
    text-align: center;
    white-space: nowrap;
    color: #333;
}
.nav-list li a:hover,
.nav-list li a.active-index-nav {
    color: #ff003c
}
.nav-list ul li a:hover{
    transform: scale(1.05);
}
.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;
}

.nav-search {
    padding: 10px 0;
    box-sizing: border-box;
    margin-left: 50px;
}
.nav-search .search-input-box {
    padding: 2px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.nav-search .search-input {
    flex: 1;
    padding: 10px 15px;
    width: 300px;
    height: 36px;
    border: none;
    outline: none;
    border-radius: 20px;
    box-sizing: border-box;
    float: left;
}
.nav-search .search-btn {
    width: 20px;
    height: 20px;
    background: url(./../../icon/ico.svg) no-repeat 2px -45px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}
.main-header {
    background-color: unset;
}

.user-center{
    display: inline-block;
    width: auto;
    height: 60px;
    float: right;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
}
.user-center .user-news,
.user-center .user-info
{
    width: 32px;
    height:60px;
    float: left;
    margin-left: 40px;
    text-align: center;
    position: relative;
}
/*.user-center .user-news{*/
/*    margin-left: 65px!important;*/
/*}*/

.nav-box-manage{
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    float: right;
    position: relative;
}

/*最新消息*/
.news-info{
    width:32px;
    height:32px;
    margin-top: 14px;
    cursor: pointer;
}
.active-news{
    border-radius: 50%;
    background: #000;
}
.news-info i.default-news{
    width: 20px;
    height: 16px;
    display: inline-block;
    margin: 8px 6px;
    background-position: -27px -47px;
}
.news-info i.show-news{
    background-position: -58px -47px;
}
.user-news span.news-number {
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 50%;
    background-color: red;
    position: absolute;
    top: 8px;
    left: 23px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.user-news span.hide{
    display: none;
}

/*头像*/
.user-info .user-avatar{
    width:32px;
    height:32px;
    margin-top: 14px;
    cursor: pointer;
    border-radius: 50%;
}
.user-info .user-avatar img{
    width:32px;
    height:32px;
    border-radius: 50%;
}
.user-info-list,
.user-news-list
{
    display: none;
    width: 128px;
    height: auto;
    border-radius: 4px;
    position: absolute;
    top: 53px;
    right: 0;
    background-color: #ffffff;
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, 0.3);
    z-index: 100001;
}
.user-info-list ul,
.user-news-list ul
{
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    padding: 10px 0;
}
.user-info-list ul li,
.user-news-list ul li
{
    width: 84%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    text-indent: 0.5em;
    margin: 0 auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.user-info-list ul li:hover,
.user-news-list ul li:hover
{
    height: 40px;
    background:rgba(0,0,0,0.1);
    border-bottom:none;
}
.user-info-list ul li:last-child,
.user-news-list ul li:last-child
{
    border-bottom:none;
}
.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%;
    height: 40px;
    line-height: 40px;
    float: left;
    color: #333;
}
.user-news-list ul li a em{
    margin-left: 5px;
    color:#ff003c
}
.user-info-list i.index-ico-triangle,
.user-news-list i.index-ico-triangle
{
    width: 19px;
    height: 8px;
    background: url(./../../icon/triangle-top.png)no-repeat;
    position: absolute;
    top: -8px;
    right: 6px;
}
.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{
    margin-right: 10px;
    margin-left: 50px;
}
.wait-login-register a.go-login,
.wait-login-register a.go-register{
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    float: left;
    color:#333;
    font-size: 16px;
    padding: 0 10px;
}
.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: #333;
    float: left;
    margin: 24px 20px;
}

.nav-discover-list {
    display: none;
    position: absolute;
    left: 212px;
    top: 60px;
    width: 400px;
    height: auto;
    overflow: hidden;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 12px 0 rgb(0 0 0 / 30%);
    box-sizing: border-box;
    padding: 20px 40px 15px 40px;
}
.nav-discover-list h2{
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 10px;
}
.nav-discover-list-box{
    width: 100%;
    height: auto;
    display: grid;
    column-gap: 20px;
    grid-template-columns: repeat(4, 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: #f4f4f4;
    border-radius: 8px;
}
.nav-discover-list-item:hover em{
    font-weight: bold;
    line-height: 22px;
}
.nav-discover-list-item a{
    display: inline-block;
    width: 100%;
    height: auto;
    color: #333;
}
.nav-discover-list-item a:hover{
    color: #333;
}
.nav-discover-list-item span{
    display: block;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    border-radius: 50%;
}
.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{
    display: inline-block;
    width: 28px;
    height: 28px;
    margin: 6px;
}
.nav-discover-list-item em{
    display: inline-block;
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 5px;
    overflow: hidden;
    font-size: 15px;
}
.header-upload-expo,
.header-cart,
.header-seller-center{
    display: inline-block;
    width: auto;
    height: 60px;
    line-height: 60px;
    float: right;
    font-size: 15px;
    cursor: pointer;
}
.header-upload-expo a,
.header-cart a,
.header-seller-center a{
    color: #333;
}
.header-upload-expo:hover,
.header-cart:hover,
.header-seller-center:hover{
    color: #ff003c;
    transform: scale(1.05);
}
.header-upload-expo:hover a,
.header-cart:hover a,
.header-seller-center:hover a{
    color: #ff003c;
}
.header-cart i.icon-header-cart{
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 22px 3px 0 0;
    background: url(../../icon/icon-header.svg) no-repeat -39px 0;
}
.header-cart:hover i.icon-header-cart{
    background: url(../../icon/ico-market.svg) no-repeat -99px 2px;
}
.header-seller-center i.icon-seller-center{
    display: inline-block;
    width: 18px;
    height: 18px;
    float: left;
    margin: 22px 3px 0 0;
    background: url(../../icon/icon-header.svg) no-repeat  0 0;
}
.header-seller-center:hover i.icon-seller-center{
    background: url(../../icon/ico-market.svg) no-repeat -247px -60px;
}
.header-upload-expo i.icon-header-upload{
    width: 22px;
    height: 18px;
    display: inline-block;
    margin: 21px 3px 0 0;
    float: left;
    background: url(./../../icon/icon-upload-default.svg) no-repeat;
    background-size: 100% auto;
}
.header-upload-expo:hover i.icon-header-upload{
    background: url(./../../icon/icon-upload-hover.svg) no-repeat;
    background-size: 100% auto;
}

.header-seller-list{
    position: absolute;
    top:60px;
    left:-29px;
    width:140px;
    height:auto;
    background: #fff;
    box-shadow: 0px 1px 12px 0px rgba(0, 0, 0, 0.3);
    padding: 15px 10px;
    display: none;
    z-index: 99;
    border-radius: 0 0 4px 4px;
    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: 14px;
}
.header-seller-list ul li a{
    display: inline-block;
    width:140px;
    height:34px;
    line-height: 34px;
    color:#333;
    font-size: 14px;
    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: 14px;
    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 {
    width: 100%;
    height: 260px;
    background: #333;
    overflow: hidden;
}
.footer-box {
    width: calc(100% - 160px);
    min-width: 1200px;
    height: 120px;
    margin: 60px auto 80px auto;
}
.footer-box-top {
    width: auto;
    height: auto;
    padding: 30px 10px;
    overflow: hidden;
}
.footer-box-bottom {
    width: auto;
    height: auto;
    padding: 30px 10px;
    overflow: hidden;
}
.footer-box-top img {
    float: left;
    /* width: 86px; */
    height: auto;
}
.footer-box-top em {
    display: inline-block;
    color: #b5b5b5;
    float: left;
    width: 1px;
    height: 30px;
    background: #666;
    margin: 0 40px 0 40px;
}
.footer-box-top ul {
    margin-top: 5px;
    float: right;
    width: auto;
}
.footer-box-top ul li {
    float: left;
    width: auto;
    color: #b3b3b3;
    margin-left: 60px;
    font-size: 14px;
}
.footer-box-bottom span {
    color: #b3b3b3;
    font-size: 12px;
}
.footer-box-top ul li a {
    display: inline-block;
    width: auto;
    height: auto;
    color: #b3b3b3;
    font-size: 14px;
}