.img-container { /* width: 100%; */ display: flex; justify-content: center; align-items: center; width: calc(100% - 32rpx); height: 350rpx; background-color: #fff; border-radius: 4rpx; /* margin: -20rpx 32rpx 32rpx 32rpx; */ margin:auto 32rpx; overflow: hidden; }