.pro {
  background: #F8F8F9;
}

.prolist {
  padding-bottom: 1.25rem;
}

.proSort {
  padding-top: .8rem;
}

.an {
  position: relative;
  top: -1.7rem;
}

.proSortTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.28rem;
  color: #333333;
  padding-bottom: .25rem;
  border-bottom: 0.01rem solid #DCDCDC;
  margin-bottom: .25rem;
}

.sortTop {
  display: flex;
  flex-wrap: wrap;
}

.proItem {
  width: 3.64rem;
  height: 3.78rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #E1E1E1;
  box-sizing: border-box;
  margin-right: .28rem;
  margin-bottom: .3rem;
  padding: .2rem;
  transition: all .3s;
}

.proItem:hover{
  background: #004F9F;
}

.proItem:nth-child(4n) {
  margin-right: 0;
}

.proImg{
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
  margin-bottom: .2rem;
}

.proText{
  width: 100%;
  display: flex;
  align-items: center;
  padding-top: .15rem;
  border-top: 0.01rem solid #C9C9C9;
}

.proItem:hover .proText{
  border-top: 0.01rem solid #F2F2F2;
}

.proText p{
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  width: 100%;
}

.proItem:hover .proText p{
  color: #FFFFFF;
}

.proText img{
  filter: brightness(.3);
  width: .14rem;
  flex-shrink: 0;
}

.proItem:hover .proText img{
  filter: brightness(0) invert(1);
}

.lookMore {
  width: 8.2rem;
  height: 0.6rem;
  background: linear-gradient(90deg, rgba(230, 243, 255, 0) 0%, rgba(230, 243, 255, 0.78) 35%, #E6F3FF 50%, rgba(230, 243, 255, 0.78) 68%, rgba(230, 243, 255, 0) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.18rem;
  color: #333333;
  margin: .26rem auto 0;
  cursor: pointer;
}

.lookMore img{
  width: .16rem;
  height: .16rem;
  margin-left: .1rem;
  flex-shrink: 0;
}

.sortBottom{
  display: none;
}


@media only screen and (max-width: 768px) {
    .proItem{
        flex: 0 0 45%;
        margin-right: 0rem;
    }
    .sortTop{
            justify-content: space-between;
    }
    .prolist.main {
    width: 94%!important;
}
}