
/*导航栏*/
.navWrapper{
    position: relative;
    display: flex;
    background: #3b3b3b;
    /*background: white;*/
    justify-content: center;
    height: 32px;
    align-items: center;
    margin: 0 auto 50px auto;
    min-width: 850px;
}
.nav{
    font-size: 14px;
    position: relative;
    display: flex;
    width: 850px;
    justify-content: space-between;
    align-items: center;
    font-family: "sans-serif thinner";
    color: lightgray;
    /*display: none;*/
}
.widthLimited{
    min-width: 850px;
}
.nav .statics{
    width: 270px;
    margin-right: 30px;
}
.zlogo svg{
    width: 20px;
    height: 20px;
    object-fit: cover;
}
.zlogo{
    padding-left: 0 !important;
}
.zlogo:hover{
    background: none !important;
}
.nav .guide{
    width: 270px;
}
/*.msgIcon{*/
/*    display: none;*/
/*}*/
.account{
    width: 100px;
    text-align: center;
    /*padding-top: 4px;*/
}
.svgWrapper{
    display: none;
    height: 22px;
}
.navWrapper .moreWrapper img,.svgWrapper svg{
    width: 22px;
    height: 22px;
    object-fit: cover;
    opacity: 60%;
    border-radius: 11px;
}
.navWrapper .moreWrapper img:hover,.svgWrapper:hover{
    cursor: pointer;
    opacity: 100%;
}
.moreWrapper{
    position: relative;
    transition: all 1s;
    height: 22px;
}
td{
    width: 100%;
    white-space: nowrap;
    border-collapse: collapse;
}
tr,td{
    margin: 0;
    padding:0;
}
.accountMore{
    font-size: 14px;
    background: #3b3b3b;
    width: 100px;
    position: absolute;
    top:35px;
    text-align: center;
    padding:5px 5px 5px 5px;
    line-height: 24px;
    display: none;
    font-family: "sans-serif thinner";
    z-index: 203;
}
.accountMore a{
    display: block;
}
.MoreActive{
    display: inline-table;
    position: absolute;
    left: 0;
}
#mineBtn,#logoutBtn{
    display: none;
}
.nav .search{
    justify-content: start;
}

.nav input{
    width: 153.5px;
    background: #222222;
    /*background: none;*/
    border: none;
    outline: none;
    /*border-bottom: 1px dotted gray;*/
    border-radius: 15px;
    /*border-bottom: 1px solid white;*/
    color: gray;
    font-style: oblique;
    font-size: 13px;
    padding: 0  0 0 12px;
    /*margin: 3px 0 3px 0;*/
    /*text-align: center;*/
    height: 20px;
}
.nav input::placeholder{
    color: gray;
}
.nav input:focus{
    color: lightgray;
    font-style: normal;
}
.nav a,.account a{
    padding: 0 10px 0 10px;
}
.nav a:hover,.account a:hover{
    color: #222222;
}
.nav span{
    display: flex;
}
/*.nav img{*/
/*    display: inline-block;*/
/*    height: 35px;*/
/*    margin-right: 10px;*/
/*}*/