/*110rpx 140rpx*/
.group_bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 2.75rem;
    border-top: #EEEEEE 1px solid;
    z-index: 9;
    background-color: #FFFFFF;
    align-items: center;
    justify-content: space-between;
}
.group_bottom_a{
    display: flex;
    flex-direction: column;
    /*width: 6rem;*/
    flex: 1 1 6rem;
    height: 2.75rem;
    align-items: center;
    justify-content: center;
}
.group_bottom_img{
    width: 1.05rem;
    height: 1.05rem;
}
.group_bottom_title{
    height: 0.55rem;
    line-height: 0.55rem;
    font-size: 0.55rem;
    color: #000000;
    margin-top: 0.3rem;
}
.group_bottom_title.active{
    color: #176BEA;
}