.content {
    /* width:7.50rem; */

    background-color: #fff;
    background-size: 100% 100%;
    min-height: 100vh;
    overflow: hidden;
}

/* 按钮 */
.btnclass {
    max-width: .3rem 0;
    width: 6rem;
    height: 0.8rem;
    line-height: .8rem;
    margin-left: 50%;
    transform: translateX(-50%);
    border-radius: 0.16rem;
    background-color: rgba(221, 39, 93, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 0.32rem;
    text-align: center;
    font-family: Microsoft Yahei;
}

body::-webkit-scrollbar {
    display: none !important;
}

.content::-webkit-scrollbar {
    display: none;
}

.top {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    height: .9rem;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
  }
  
   .actives {
    box-shadow: 0 1px 2px #eee;
  
  }
  
  .topstate {
    width: 100%;
    height: .88rem;
  }

.nav {
    height: 0.88rem;
    line-height: 0.88rem;
    /* background-color: rgba(255, 255, 255, 1); */
    color: rgba(16, 16, 16, 1);
    font-size: 0.4rem;
    text-align: center;
    font-family: Arial;
}

.search {
    position: absolute;
    height: 0.48rem;
    right: .48rem;
    top: .2rem;
}


.backbtn {
    position: absolute;
    left: .3rem;
    height: .88rem;
}

.backbtn img {
    float: left;
    margin-top: .2rem;
    height: .48rem;
    width: .48rem;
}

.backbtn span {
    float: left;
    color: rgba(16, 16, 16, 1);
    font-size: 0.36rem;
    height: .88rem;
    line-height: .88rem;
    /* margin-left: .08rem; */

}






.listbox {
    margin-top: -0.2rem;
    width: 100%;
    padding: .3rem;
    overflow: hidden;
    background-color: #fff;
}

.list {
    height: 2.56rem;
    width: 100%;
    display: flex;
    margin-bottom: .3rem;
}

.userimg {
    width: 2.2rem;
    height: 2.56rem;
    border-radius: 0.08rem;
}

.userimg img {
    width: 2.2rem;
    object-fit: cover;
}

.infor {
    flex: 1;
    padding-left: .2rem;
}

.username {
    height: 0.56rem;
    line-height: .56rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.4rem;
    text-align: left;
    font-family: PingFangSC-regular;
}

.times {
    height: 0.44rem;
    line-height: .44rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.32rem;
    text-align: left;
    font-family: PingFangSC-regular;
    margin: .2rem 0;
}

.infors {
    height: 0.68rem;
    line-height: .32rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.24rem;
    text-align: left;
    font-family: PingFangSC-regular;
}

.tags {
    width: 100%;
}

.tag {
    float: left;
    width: 1.16rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border-radius: 0.06rem;
    background-color: rgba(253, 245, 233, 1);
    color: rgba(226, 152, 54, 1);
    font-size: 0.24rem;
    text-align: center;
    font-family: Arial;
    border: 0.02rem solid rgba(226, 152, 54, 1);
    margin-right: .2rem;
    margin-top: .1rem;
}
#navigation {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff !important;
    z-index: 999999;
  }