.home-cate .indexcatelist{display: flex;flex-wrap: wrap;justify-content: space-between;}
.home-cate .indexcatelist .item{position: relative;width: 48%;margin-bottom: 2em;}
.home-cate .indexcatelist .item a{display: block;width: 100%;height: 100%;}
.home-cate .indexcatelist .item img{display: block;width: 100%;height: 100%;aspect-ratio: 2/1;margin-bottom: 1rem;}
.home-cate .indexcatelist .item .info{position: absolute;width: 100%;bottom: 0;padding: 20px;}
.home-cate .indexcatelist .item .img{position: relative;width: 100%;height: 100%;}
.home-cate .indexcatelist .item .img::after{position: absolute;background: #00000033;width: 100%;height: 100%;top: 0;left: 0;display: block;content: '';}
.home-cate .indexcatelist .item .title{font-size: var(--fontsize20);color: #fff;margin-bottom: 20px;}
.home-cate .indexcatelist .item .mroe{background: #fff;border-radius: 26px;padding: 7px 20px;display: inline-block;}
@media (max-width:768px) {
.home-cate .indexcatelist .item{width: 100%;}
    
}