.v2-top1{
  width: 1450px;
  margin: 10px auto;
}

.v2-top1-items-list{
  display: flex;
  background-color: #F8F8F8;
  /* padding-left: 150px; */
  padding: 15px;
}

.v2-top1-items-list-item{
  width: calc(20% - 50px);
  background-color: #FFFFFF;
  padding: 10px 0;
  margin: 0 10px;
}

.v2-top1-items-list-item:hover{
  background-color: #faf2f2;
}

.v2-top1-items-list-item  img{
  width: 100%;
  object-fit: contain;
  height: 200px;
  overflow: hidden;
}

.v2-top1-items-title{
  font-weight: 500;
  font-size: 18px;
  margin: 15px 0;
  line-height: 25px;
  display: flex;
  width: 150px;
}


.v2-top1-items-title img{
  object-fit: contain;
  width: 25px;
  height: 25px;
}
.v2-top1-items-title span{
  padding-left: 5px;
  line-height: 28px;
}

.v2-top1-items-list-lb{
  background-color: rgb(213, 213, 213);
  width: 150px;
  height: 230px;
  
}

.v2-top1-items-list-item  div{
  text-align: center;
  
}