* {
    box-sizing: border-box;
}
.refer-yy {
    position: absolute;
    top: -20px;
    width: 46px;
    height: 46px;
    background-color: #ccc;
    border-radius: 25px;
}
.tabbar{
    bottom: 0;
    width: 100%;
    position: fixed;
    display: flex;
    z-index: 99999999;
    height: 49px;
    background-color: #fff;
    box-shadow: 0px 3px 10px #a7a7a7;
    justify-content: space-around;
}
/* .menuActive{
    color: #009FB5 !important;
} */
.tabbar-item{
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
}

.tabbar-item span{
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #666666;
    margin-top: 4px;
}
.tabbar-item-center-item{
    position: relative;
}
.tabbar-item-radius {
    position: absolute;
    width: 46px;
    height: 46px;
    top: -20px;
    background-color: #009FB5;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 7px;
    padding-bottom: 5px;
}
.tabbar-item-center-item img{
    /* width: 1.5rem !important;
    height: 1.5rem !important; */
    width: 25px;
    height: 25px;
}
.tabbar-item img{
    /* width: 1.38rem;
    height: 1.38rem; */
    top: 11px !important;
    left: 15px !important;
    width: 21px;
    height: 21px !important;
    margin-top: 4px;
}
#LRfloater0{
        opacity: 0.9;
        width: 75px;
        height: 60px;
}
#LRfloater0 {
		top: 55% !important;
		z-index: 2000 !important;
	}
.backtop{
    width: 3.55rem;
    height: 3.55rem;
    background: linear-gradient(180deg, #F3F5F6 0%, #E1EEF4 100%);
    border-radius: 10px;
    z-index: 2147483647;
    position: fixed;
    right: 0px;
    top:70%;
    text-align: center;
    opacity: 0.9;
}
.backtop img{
    width: 1.56rem;
    height: 1.56rem;
    margin-top: 0.44rem;
    margin-bottom: 0.34rem;
}
.backtop span{
    font-size: 10px;
    font-weight: 500;
    color: #666666;
}
