.cell_34_ .app_logo_box{display: flex;align-items: center;}
.cell_34_ .app_logo{width: 0.32rem;margin: 0 0.05rem;}
.cell_34_ .app_name{font-size: 0.16rem; font-weight: 500;}
.cell_34_ .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;
}

.search-icon{
    width: 0.16rem;
    height: 0.16rem;
    background: ;
    background-size: 100%;
    margin-left: -0.04rem;
}

.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;
}

.search-box{
    padding: 0 0.16rem;
    width: 3.1rem;
    height: 0.34rem;
    background: #ffffff;
    border-radius: 0.18rem;
    background: #ffffff;
    border: 0.01rem solid #5cbcff;
    margin-top: 0.15rem;
    display: flex;
    align-items: center;
    display: none;
}

.pre-suffix{
    width: 0.18rem;
    height: 0.18rem;
    background: ;
    background-size: 100%;
}
.input{
    flex: 1;
    margin-left: 0.04rem;
    border: none;
    outline: none; 
    font-size: 0.14rem; 
    color: #333333;
}

.input::placeholder {
    color: #CCCCCC; 
    font-size: 0.14rem;
}
.input:-ms-input-placeholder {
    color: #CCCCCC;
    font-size: 0.14rem;
}
.input::-ms-input-placeholder {
    color: #CCCCCC;
    font-size: 0.14rem;
}
.input::-webkit-input-placeholder {
    color: #CCCCCC;
    font-size: 0.14rem;
}

.input:focus {
    caret-color: #5CBCFF;
}

.after-suffix {
    margin-left: 0.02rem;
    font-size: 0.14rem;
    color: #333333;
    cursor: pointer;
}

.after-suffix{
    font-size: 0.14rem;
    color: #999999;
}

.cancle-btn{
   display: none; 
}

.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;
}
