/* 头部 */
.header-app{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100vw;
}
.header-advertising{
    width: 408px;
    position: absolute;
    left: 50%;
    top:10px;
    font-size: 14px;
    background-color: #fef7ed;
    padding: 10px 12px 10px;
    border: 1px solid #fae0b5;
    color:#666666;
    transform: translateX(-50%);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08);
    display: flex;
    align-items: center;
}
.header-app .ap-bar{
    display: flex;
    justify-content: space-between;
    height: 10px;
    align-items: center;
    height: 6vh;
    padding: 0 16px;
    background-color: #fff;
}
.header-app .header-app-icon{
    cursor: pointer;
}

.down-list{
    height: 94vh;
    background-color: rgba(0, 0, 0, .2);
}
.down-active{
    color: var(--red-theme);
}
.down-list>.down-item{
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    font-size: 12px;
    font-weight: 500;
    border-bottom: 2px solid var(--border-color);
}

.down-list>.down-item:nth-child(1){
    border-top: 2px solid var(--border-color);
}
footer .footer-bottom-a{
    display: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    padding-top: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

footer .footer-bottom-a .h-normal{
    margin-bottom: 15px;
}
.app-logo{
    cursor: pointer;
    width: 86px;
    height: 36px;
}
.app-logo >img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.app-logo{
    font-size: initial;
}