.toast-mask {
    opacity:0;
    width:100%;
    height:100%;
    overflow:hidden;
    position:fixed;
    top:0;
    left:0;
    z-index:8888;
}
.toast-box {
    display:none;
    top:0;
    width:100%;
    height:100%;
    justify-content:center;
    align-items:center;
    position:fixed;
    z-index:9999;
}
.toast-content {
    padding:0.45rem 0.75rem;
    background:rgba(0,0,0,0.6);
    border-radius:4px;
}
.toast-content-text {
    height:100%;
    width:100%;
    color:#fff;
    font-size:0.65rem;
    text-align:center;
}

.loading {
    display: none;
    position: fixed;
    top: 9rem;
    width: 100%;
    z-index: 9999;
}
.loading img {
    display: block;
    width: 2rem;
    height: 2rem;
    margin: 0 auto;
}

.loadmore,.allloaded{
    display: none;
    padding: 5px 0 10px;
    color: #7D7D7D;
    text-align: center;
    font-size: 12px;
}
.loginTip{
    padding: 50px 0;
    font-size: 14px;
    color: #7D7D7D;
    text-align: center;
    line-height: 1.5;
}
.loginTip a{
    font-size: 16px;
}

.footer{
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    border-top: 1px solid #e7e7e7;
    background-color: #fff;
    padding: 0;
    z-index: 9999;
}
.footer .tab-item{
    padding-top: 5px;
    flex: 1;
    height: 2.5rem;
    color: #929292;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #929292;
    font-size: 0;
    box-sizing: border-box;
}

.footer .tab-item.active,
.footer .tab-item:active {
    color: #0894ec;
}
.footer .tab-item .iconfont {
    height: 1.2rem;
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding-top: 0;
    padding-bottom: 0
}

.footer .tab-item .iconfont~.tab-text {
    display: block;
    font-size: 0.6rem;
    position: relative;
    top: 0.15rem;
}