@import '../../common/style/index.css';
.layout-wrap .content .label-name {
    color: #000;
}

.margin-border {
    margin: 0 var(--h-spacing-md, 51px);
}

.table {
    display: flex;
    line-height: 1;
    height: 2.8rem;
    overflow: hidden;
    position: relative;
}

.left,
.left-cont {
    height: 2.85rem;
}

.tab {
    width: 84.541rpx;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-image: linear-gradient(270deg, #fff 30%, rgba(255, 255, 255, 0) 100%);
}

.left-text {
    width: .8rem;
    height: .475rem;
    margin-left: var(--h-spacing-md, 51px);
    margin-right: .1rem;
    line-height: var(--font-size-sm, 48px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.left-cont {
    box-shadow: 0 0 5px rgba(0, 0, 0, .18);
}

.table-scroll-wrap {
    height: 2.85rem;
    width: calc(100vw - 177.536rpx);
    overflow: hidden;
    margin-right: var(--h-spacing-md, 51px);
    background-image: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.left-text,
.text-gray {
    color: #666;
    font-size: var(--font-size-sm, 48px);
    box-sizing: content-box;
}

.row-text {
    display: flex;
    box-sizing: content-box;
}

.text-item {
    width: 1.1rem;
    height: .475rem;
    font-size: var(--font-size-sm, 48px);
    padding: 28.986rpx 0;
    padding-left: var(--h-spacing-md, 51px);
    display: inline-block;
    flex-shrink: 0;
    box-sizing: border-box;
}