* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

image {
    display: block;
}

.B2408291100 {
    width: 100vw;
    position: sticky;
    top: 0;
}

.B2408291102 {
    width: 100vw;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px;
}

.B2408291104 {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .08);
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}

.B2408291104 img {
    width: 100%;
    height: auto;
    object-fit: inherit;
}

.B2408291618 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    font-weight: bold;
    background-color: rgba(0, 0, 0, .1);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(20px);
    color: white;
}

.layui-flow-more {
    width: 100%;
}