﻿.home-market{padding:4% 0 0;background: #fff;}
.home-market .market-list{display:flex;flex-wrap:wrap;justify-content: space-between;margin-top:2.5%}
.home-market .market-list .item{position: relative;width:19%;}
.home-market .market-list .item .img{overflow: hidden;}
.home-market .market-list .item img{width:100%;display:block;transition: all .3s;}
.home-market .market-list .item:hover .img img{transform: scale(1.05);}
.home-market .market-list .item p{background:rgb(237 45 48 / 60%);color:#fff;padding:5px 10px;position: absolute;bottom:0;left:0;width:100%;z-index:2;}
@media (max-width:768px){.home-market{padding-top:40px;margin-bottom:20px;}
.home-market .market-list{margin-top:20px;}
.home-market .market-list .item{width:49%;margin:1% 0;}}