/* 新游推荐区域样式 */
.新游推荐区域 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    width: 1200px;
    box-sizing: border-box;
    gap: 15px;
}

/* 推荐箭头 */
.推荐箭头 {
    display: flex;
    align-items: center;
}

/* 箭头图片 */
.推荐箭头 img {
    width: auto;
    height: auto;
    max-height: 20px;
    object-fit: contain;
}

/* 推荐标题 */
.推荐标题 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    white-space: nowrap;
}