.wrap { width: 100%; display: flex; flex-direction: column; } .swiper-box { width: 100%; position: relative; } .swiper { width: 100%; height: 434rpx; } .banner-img { width: 100%; height: 434rpx; } .module { width: 100%; border-radius: 32rpx 32rpx 0 0; background: linear-gradient(180deg, #FFFFFF, #F2F2F2); margin-top: -20rpx; z-index: 10; display: flex; flex-wrap: wrap; justify-content: space-between; padding: 20rpx 24rpx 4rpx; box-sizing: border-box; margin-bottom: 30rpx; } .top-module-item { width: calc(50% - 11rpx); height: fit-content; display: flex; flex-direction: column; background-color: #FFFFFF; border-radius: 16rpx; margin-bottom: 20rpx; padding: 0 22rpx 24rpx; box-sizing: border-box; } .top-module-item-name { width: 100%; height: 82rpx; display: flex; align-items: center; color: #202020; font-size: 32rpx; } .top-module-item-img { width: 100%; height: 234rpx; border-radius: 8rpx; }