.main {
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.10) inset;
  background-color: #fff;
}

.gameCards {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 30rpx;
}

.gameCards-time {
  height: 90rpx;
  width: 680rpx;
  font-size: 36rpx;
  color: #333;
  font-weight: 700;
  display: flex;
  padding-left: 10rpx;
  align-items: center;
  letter-spacing: 0.77rpx;
}

.gameCards-item {
  width: 680rpx;
  background: #fff;
  box-shadow: 0 8rpx 14rpx 0 rgba(0, 0, 0, 0.20);
  border-radius: 23rpx;
  margin-bottom: 30rpx;
  overflow: hidden;
}

.gameCards-img {
  position: relative;
  height: 674rpx;
}

.gameCards-img image {
  width: 100%;
  height: 100%;
}

.gameCards-img .title {
  position: absolute;
  left: 32rpx;
  font-size: 54rpx;
  bottom: 32rpx;
  color: #fff;
  font-weight: 700;
}

.gameCards-game {
  height: 165rpx;
  display: flex;
  padding-left: 32rpx;
  padding-right: 40rpx;
  align-items: center;
  justify-content: space-between;
}

.gameCards-game .info {
  display: flex;
  align-items: center;
}

.gameCards-game .info .icon {
  height: 108rpx;
  width: 108rpx;
  border-radius: 24rpx;
  margin-right: 20rpx;
}

.gameCards-game .info .gi {
  height: 90rpx;
  width: 320rpx;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.gameCards-game .info .name {
  font-size: 32rpx;
  font-weight: 700;
  line-height: 45rpx;
  color: #333;
  letter-spacing: 0.69rpx;
  margin-bottom: 10rpx;
}

.gameCards-game .info .award {
  color: #f00;
  font-size: 26rpx;
  font-weight: bold;
}