.appdown {
    max-width: 767px;
    height: 1.92rem;;
    display: flex;
    align-items: center;
    background: #fff;

}
/* 滚动时 - 固定APP条 */
.appdown.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    width: 100%;
    max-width: 767px;
    margin: 0 auto;
    display: none; /* 初始隐藏 */
    background-size: cover; /* 相同背景设置 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 滚动时添加轻微阴影 */
}
/* 滚动时隐藏普通APP条 */
body.scrolled .appdown:not(.fixed) {
    display: none;
}
/* 在 PC/平板（宽度 > 767px）隐藏 */
@media only screen and (min-width: 768px) {
    .appdown,
    .appdown.fixed {
        display: none !important;
    }
}
.appdown .logo {
    width: 1.2rem;
    margin-left: .4933333333rem;
}
.appdown .text {
    margin-left: .32rem;
    flex: 1;
}
.appdown .text .text1 {
    color: #333;
    font-size: .403333333rem;
    font-weight: 700;
}
.appdown .text .text2, .appdown .text .text3 {
    color: #666;
    font-size: .2666666667rem;
    margin-top: .0533333333rem;
}
.appdown .text a {
    color: #703e0e;
    text-decoration: none;
}
.appdown .Adown {
    color: #333;
    font-size: .24rem;
    margin-right: 1.2rem;
    margin-top: .1rem;
}
.appdown .Adown .v {
    padding: .08rem 0;
}

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

.apps {
  width: 100%;
  position: relative;
  font-size: 0.26rem;
  color: #1176d0;
}
.apps span {
  padding: 0 0.26rem 0 0.36rem;
  position: relative;
	float: left;
}
.apps span.jerror {
  position: relative;
  width: 0.92rem;
  height: 0.4rem;
  color: #fff;
  background: rgba(82, 171, 1, 0.9);
  padding: 0 0 0 0.28rem;
  text-align: center;
  border-radius: 0.08rem;
  display: inline-block;
  line-height: 0.4rem;
	font-size: 0.24rem;
  letter-spacing: 0.024rem;
  margin-top: -0.02rem;
}
.apps span.jerror::before {
  content: "";
  position: absolute;
  width: 0.24rem;
  height: 0.24rem;
  left: 0.14rem;
  top: 0.17rem;
  margin-top: -0.1rem;
  background: url(../images/apps.png) no-repeat;
  background-size: 0.24rem;
}
.apps span::after {
  content: "";
  position: absolute;
  width: 0.28rem;
  height: 0.28rem;
  left: 0;
  top: 0.23rem;
  margin-top: -0.1rem;
  background: url(../images/apps.png) no-repeat;
  background-size: 0.28rem;
}
.apps span.jerror::after {
  content:none;
  background: none;
}
