.nav-list .figure i {
    display: inline-block;
    width: .785rem;
    height: .785rem;
    background-size: 100%;
    margin-bottom: .1rem;
}
.nav-list .figure i.icon-tuijian_ball {
    width: 1.8666666667rem;
    height: 1.8666666667rem;
    margin-bottom: 0;
}
.icon-tuijian_ball {
    background-image: url(../images/tab/home.png);
}
.active .icon-tuijian_ball {
    background-image: url(../images/tab/home_1.png);
}
.icon-manhuaquan {
    background-image: url(../images/tab/manhua.png);
}
.active .icon-manhuaquan {
    background-image: url(../images/tab/manhua_1.png);
}
.icon-gengxin {
    background-image: url(../images/tab/update.png);
}
.active .icon-gengxin_choice {
    background-image: url(../images/tab/update_1.png);
}
.icon-shujia {
    background-image: url(../images/tab/shujia.png);
}
.active .icon-shujia_choice {
    background-image: url(../images/tab/shujia_1.png);
}
.icon-myself {
    background-image: url(../images/tab/user.png);
}
.active .icon-myself_choice {
    background-image: url(../images/tab/user_1.png);
}

.one-pic-box {
    display: flex;
    flex-direction: column;
    gap: 0.2rem 0;
    justify-content: space-between;
}
.one-pic-box img {
    width: 100%;
    height: auto;
}

.app-title {
    margin-top: .3rem;
    margin-bottom: .3rem;
}

.app-title span {
    font-size: .5rem;
    font-weight: bold;
    position: relative;
    padding-left: .3rem;
}
.app-title span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 100%;
    background-color: rgb(254, 107, 102);
    border-radius: 2px;
}

.app-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.app-box a {
    flex: 1 1 calc(20% - 15px);
    max-width: calc(20% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
    text-align: center;
}
.app-box a:nth-child(5n) {
    margin-right: 0;
}
.app-box img {
    width: 100%;
    object-fit: contain;
    border-radius: .2rem;
    margin-bottom: .2rem;
}
.app-box span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: .35rem;
    color: #333;
    font-weight: 400;
}