@import '../../mixins/app.less';
.liner-wrapper {
    position: relative;
    overflow: hidden;
    .group {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 2;
        background: rgba(255, 255, 255, 0);
        &-item {
            .flex-wrap();
            margin-bottom: 14px;
        }
    }
}