/* 小程序tabBar */
.tabBox{
    width: 100%;
    background-color: #ffffff;
    padding: 0.15rem 0;box-sizing: border-box;
    display: flex; justify-content: space-around; 
    position: fixed;bottom: 0;z-index: 300;
    border-top: 0.01rem solid #f2f2f2;
}
.tabBox .tabBox-item{display: flex;flex-direction: column;align-items: center;justify-content: space-between;}
.tabBox .tabBox-item .tabBox-item-img{width: 0.41rem;height: 0.41rem;}
.tabBox .tabBox-item .tabBox-item-img img{width: 100%;height: 100%;}
.tabBox .tabBox-item .tabBox-item-title{font-weight: bold;font-size: 0.22rem;color: #78797D;}
.tabBox .tabBox-item .tabBox-item-titleActive{font-weight: bold;font-size: 0.22rem;color: #5888F4;}


/*右侧漂浮*/
.pf_right{position:fixed; bottom: 15%; right: 0;z-index: 9999;}
.pf_right .kfimg img{width:1.09rem; height:1rem;}

.phonegif{position: fixed;right: 0;top: 0;}
.phonegif .gif img{width:0.9rem; height:0.9rem;}

