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

    background: #F8F8F8;
    background-size: 100% 100%;
    /* 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; */

}


.productbox {
    padding: .3rem;
}

.spacebox {
    /* background-color: red; */
    height: 2.64rem;
    display: flex;
}

.spaceleft {
    flex: 1;
}

.bigtitle {
    height: 0.68rem;
    line-height: .68rem;
    font-size: .48rem;
    margin-top: .5rem;
    color: rgba(16, 16, 16, 1);
}

.smalltitle {
    margin-top: .3rem;
    height: 0.44rem;
    line-height: .44rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.32rem;
    font-family: PingFangSC-medium;
}

.spaceright {
    width: 3.14rem;
}

.spaceright img {
    width: 3.14rem;
}

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

}

.list {
    overflow: hidden;
    box-shadow: 0 5px 8px #eee !important;
    margin-bottom: .4rem;
    padding-bottom: .3rem;
    border-radius: 0.16rem;
}

.list-img {
    width: 6.9rem;
    height: 2.96rem;
    overflow: hidden;
    border-radius: 0.16rem 0.16rem 0rem 0rem;
}

.list-img img {
    width: 100%;
    object-fit: cover;
}

.list-introduce .introduce-top {
    color: rgba(16, 16, 16, 1);
    font-size: 0.36rem;
   overflow: hidden;
    padding: .2rem;
}

.list-introduce .introduce-top .ico {
    float: left;
    width: 0.6rem;
    height: 0.4rem;
    margin-top: .20rem;
    line-height: .4rem;
    border-radius: 0.04rem;
    background-color: rgba(221, 39, 93, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 0.28rem;
    text-align: center;
    font-family: Microsoft Yahei;
    margin-right: .1rem;

}
.list-introduce .introduce-top .types {
    float: left;
  
    height: 0.8rem;
    line-height: 0.8rem;
   
    color: rgba(16, 16, 16, 1);
    font-size: 0.36rem;
    color: rgba(16, 16, 16, 1);
    font-size: 0.36rem;
    text-align: left;
    font-family: PingFangSC-regular;
 

}
.introduce-bottom{
    color: rgba(154, 154, 154, 1);
    font-size: 0.28rem;
    text-align: left;
    font-family: PingFangSC-regular;
    padding: 0 .2rem;

}
#navigation {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: #fff !important;
    z-index: 999999;
  }