body,html {
    width: 100%;
    font-family: PingFangTC-Regular;
}
nav {
    position: fixed;
    left: 0;
    right: 0;
    /*top: 0;*/
    height: 2.2rem;
    z-index: 5000;

}

nav.navWhiteBg{
    background-color: #ffffff;
}

.navBack {
    width: 8%;
    max-width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 0.35rem;
    left: 0.35rem;
    background: url("../../image/nav/back.png") center center no-repeat;
    background-size: cover;
}
.navTitle {
    width: 80%;
    height: 2.2rem;
    line-height: 2.2rem;
    position: absolute;
    left: 9%;
    text-align: center;
    font-size: 0.85rem;
    color: #030303;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.navStrHide{
    display:none;
}

.navQuickEntry {
    width: 6%;
    max-width: 1.5rem;
    height: 1rem;
    position: absolute;
    top: 0.6rem;
    right: 0.35rem;
    background: url("../../image/nav/entry.png") center center no-repeat;
    background-size: cover;
    cursor:pointer;
}

/*收藏分享弹窗*/
.navPop {
    display: none;
    padding-top:2.2rem;
}
.navLayer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.40);
}
.navPopDetail {
    position: fixed;
    /*top: 2.5rem;*/
    right: 0.5rem;
    width: 6rem;
    /*height: 4.3rem;*/
    font-size: 0.8rem;
    color: #333333;
    padding: 0 0.45rem;
    /*background: #ffffff;*/
    background: url("../../image/market/popBackground.png")  no-repeat;
    background-size: cover;
    z-index: 5010;
}


.navCollect, .navShare{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-align-items: center;
}
.navCollectIcon,.navCollectedIcon, .navShareIcon {
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.35rem;
}
.navCollectWord, .navShareWord {
    height: 2rem;
    line-height: 2rem;
}

.navCollect {
    margin-top: 0.28rem;
    border-bottom: 0.025rem solid #e4e4e4;
    cursor:pointer;
}
/*收藏*/
.navCollectIcon {
    background: url("../../image/nav/collect.png") center center no-repeat;
    background-size: cover;
}
/*已收藏*/
.navCollectedIcon {
    background: url("../../image/nav/collected.png") center center no-repeat;
    background-size: cover;
}
.navShareIcon {
    background: url("../../image/nav/share.png") center center no-repeat;
    background-size: cover;
}