.navbar {
    padding: 0 !important;
}
.navbar ul {
    width: 7.5rem;
    height: 0.9rem;
    background: #F04040;
    padding-left: 0.3rem;
}

.content {
    padding: 0 .15rem;
}
.nav {
    position: relative;
    width: 100%;
    margin-top: .4rem;
    
}

.navImg {
    width: 100%;
    height: 2.6rem;
}
.navImg img {
    width: 100%;
    height: 2.6rem;
    border-radius: 0;
}
.title {
    position: absolute;
    bottom:0;
    left: 0;
    justify-content: space-between;
    width: 100%;
    height: 0.6rem;
    background: rgba(0, 0, 0, 0.34);
    margin-top: .15rem;
    padding-left: 0.3rem;
    padding-right: 0.2rem;
}
 .title p:nth-child(1) {
    width: 3rem;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}
.title p:nth-child(2) a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.28rem;
    height: 0.46rem;
    background: #F04040;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.34rem;
    color: #FFFFFF;
    border-radius: 0.3rem;   
}
.navListAll {
    width: 100%;
    margin-top: .15rem;
    overflow-x: scroll;
    padding-left: 0.2rem;
}
.navListAll::-webkit-scrollbar {
    display: none;
}
.navList {
    margin-right: .3rem;
}

.navList img {
    width: 1.4rem;
    height: 1.4rem;
    border-radius: .1rem;
}
.navList .text {
    width: 1.4rem;
    height: 0.34rem; 
    line-height: 0.34rem;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin-top: .1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    
}


























