.weui-cell{
    background-color: #fff;
}
.tab2{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.weui-navbar__item{
    height: 60px;
    line-height: 60px;
    font-size: 13px;
    padding: 0 ;
}
.weui-tabbar__item .weui-bar__item_on .weui-tabbar__label{
    color: #125F8B!important;
}
.weui-tabbar__item.weui-bar__item_on .weui-tabbar__label{
    color: #125F8B!important;
}
.weui-navbar__item .weui-bar__item_on, .weui-navbar__item:active{
    background-color: #fff;
    color: #125F8B;
    border-bottom: 1px solid #125F8B;

}
.weui-cell__bd{
    color: #333;
}
.weui-tab.tab3{
    position: fixed;
    top: 0;
    width: 100%;
}
.toast{
    position: fixed;
    z-index: 5000;
    width: 120px;
    height: 120px;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    border-radius: 5px;
    color: hsla(0,0%,100%,.9);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    background-color: #4c4c4c;
    background-color: var(--weui-BG-4);
}

.ybtn div {
  position: fixed;
top: 80%;
left: 85%;
}

.ybtn div img {
height: 40px;
width: 40px;
}
/* .weui-navbar__item.weui-bar__item_on, .weui-navbar__item:after{
    border-bottom: 1px solid #125F8B;
    content: " ";
    position: absolute;
    left: 0;
    width: 30%;
    bottom: 0;
    color: rgba(0,0,0,.1);
    color: var(--weui-FG-3);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
} */