.appdown {
    max-width: 767px;
    height: 1.92rem;;
    display: flex;
    align-items: center;
    background: url(../images/Bbg.png) center center;
    width: 100%;
    background-size: cover;
}


.appdown.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    display: none; /* 初始隐藏 */
    background: url(../images/Bbg.png) center center no-repeat; /* 相同背景图 */
    background-size: cover; /* 相同背景设置 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 滚动时添加轻微阴影 */
}
/* 滚动时隐藏普通APP条 */
body.scrolled .appdown:not(.fixed) {
    display: none;
}
@media only screen and (min-width: 768px) {
    .appdown,
    .appdown.fixed {
        display: none !important;
    }
}


.appdown .logo {
    width: 1.2rem;
    margin-left: .4933333333rem;
    border-radius: 10px;
}
.appdown .text {
    margin-left: .32rem;
    flex: 1;
}
.appdown .text .text1 {
    color: #ffffff;
    font-size: .403333333rem;
    font-weight: 700;
}
.appdown .text .text2, .appdown .text .text3 {
    color: #ffffff;
    font-size: .4466666667rem;
    margin-top: .0533333333rem;
}
.appdown .text a {
    color: #703e0e;
    text-decoration: none;
}
.appdown .Adown {
    color: #333;
    font-size: .24rem;
    margin-right: 1.1rem;
    margin-top: .1rem;
}
.appdown .Adown .v {
    padding: .08rem 0;
}

.appdown .Adown .link {
    display: inline-block;
    width: 2.0533333333rem;
    height: .6933333333rem;
    border-radius: 5px;
}
.appdown .close {
    width: .32rem;
    height: .32rem;
    position: absolute;
    top: .3333333333rem;
    right: .5333333333rem;
}
@media screen and (min-width:768px){
    .appdown{
        display: none;
    }
}