.tabbar-pc {
    position: fixed;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #0a0d1e;
    height: .51rem;
}

.content {
    min-height: 100%;
    background-image: url(../images/AIGirls/bj-D8Bx9WFZ.png);
    background-size: 100% 100%;
    overflow-y: scroll;
    overflow-x: hidden;
}

.tab-item {
    display: flex;
    flex-direction: column;
    margin-top: .04rem;
    gap: .04rem;
    align-items: center;
    color: #7a7e83;
    font-size: 12px;
}

.tab-icon {
    width: 0.192rem;
    height: 0.192rem;
}

uni-image {
    display: inline-block;
    overflow: hidden;
    position: relative;
}

uni-image>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
}

.text_normal {
    font-size: .1rem;
    color: #7d829e;
}

.tab-item.active {
    color: #3cc51f;
}

.text_select {
    font-size: .1rem;
    color: #fff;
}