.cell_29_ .app_logo_box{display: flex;align-items: center;}
.cell_29_ .app_logo{width: 0.32rem;margin: 0 0.05rem;}
.cell_29_ .app_name{font-size: 0.16rem; font-weight: 500;}
.cell_29_ .open_app_img {
    height: 0.3rem;
}
.fixed-box{
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0.15rem;
    right: 0.15rem;
    background-color: #ffffff;
    padding-top: 0.15rem;
}

img {
    width: 100%;
    height: 100%;
}

.logo {
    width: 0.99rem;
    height: 0.34rem;
}

.line {
    width: 0.01rem;
    height: 0.15rem;
    background: #999999;
}

.h5-name {
    font-size: 0.14rem;
    color: #999999;
    display: flex;
    align-items: center;
}

.to-web {
    width: 0.68rem;
    height: 0.24rem;
    background: linear-gradient(90deg, #77e8ff, #07adfd);
    border-radius: 0.12rem;
    text-align: center;
    line-height: 0.24rem;
}

.to-web a {
    color: #ffffff;
    font-size: 0.14rem;
}

.nav-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin: 0.22rem 0 0.1rem 0;
}

.nav-container::-webkit-scrollbar {
    display: none;
}

.nav-list {
    display: inline-flex;
    white-space: nowrap;
    /*transition: transform 0.3s ease;*/
}

.nav-item {
    padding: 0 0.07rem;
    opacity: 0.8;
    font-size: 0.16rem;
    color: #333333;
    flex-shrink: 0;
    cursor: pointer;
    transition: all 0.3s ease;
    padding-bottom: 0.1rem;
}

.nav-item:last-child {
    margin-right: 0;
}

.nav-item.active {
    opacity: 1;
    color: #000;
    font-weight: 500;
}
.nav-item.active{
    background: url(https://www.ijjnews.com/t/icon/202512/202512011543428967.png) no-repeat left top transparent;
    background-size: 0.15rem 0.06rem;
    background-position: center bottom;
}
.footer{
    padding: 20px 0;
    text-align: center;
    font-size: 0.14rem;
    color: #333333;
    background-color: #f3f3f3;
}
.fixed_bottom{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
