.header{
    height:.3rem;
}
.header ul{
   margin-top: .2rem;
   margin-left:.2rem;
   display: flex;
}
.header li{
   width: .6rem;
   font-size: .3rem;
   padding: 0 .2rem;
}
.header li:first-child{
   
   border-right: 1px solid gainsboro;
}
 .list{
   margin-top: .4rem;
 }
 .list li .onePic{
    display: flex;
    justify-content: space-between;
 }
 .list li{
    padding: 0 0.2rem 0.18rem;
 }
 .onePic div{
    width: 4.8rem;
 }
.onePic img {
    margin-left: 0.15rem;
    width: 2.4rem;
    min-width: 2.4rem;
    height: 1.4rem;
}
.bigPic img{
   margin-top: .2rem;
   width:7.1rem;
   height: 3.5rem;
}

.list  li h2{
   color: #000;
   font-weight: normal;
   font-size: .28rem;
   line-height:.4rem;
   letter-spacing: .01rem;
}
.list li p{
  font-size: .24rem;
  color: #9fa0a0;
}
.onePic p{
 margin-top: .22rem;
}
.bigPic p,.threePic p{
   margin-top: .1rem;
}
.threePic .pics{
   margin-top: .2rem;
   display: flex;
   justify-content: space-between;
}
.threePic .pics img{
  
   width: 2.3rem;
   height:1.6rem;
}

