@import '../../common/styles/index.css';
.item-text {
    height: 144.927rpx;
    display: flex;
    padding: var(--v-spacing-md, 60px) 0;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    align-items: flex-end;
}

.content .smt-feed .wrap-container {
    min-height: calc(100vh - 197.464rpx);
    padding-bottom: 182.971rpx;
    background: #fff;
}

.info-content {
    height: 92vh;
    background: #fff;
}

.tab {
    background: #fff;
    font-size: var(--font-size-sm, 48px);
}

.no-content {
    font-size: var(--font-size-md);
    color: #999;
}

.smt-feed {
    display: block;
    height: calc(100vh - 86.957rpx);
}

.smt-custom-spin {
    padding-bottom: 0;
    font-size: var(--font-size-xs, 42px);
}

.has-bottom {
    border-bottom: 18.116rpx solid #f5f5f5;
}

.arrow-down,
.arrow-up {
    display: flex;
    align-self: center;
}

.right {
    display: flex;
}

.arrow-down {
    margin-top: -3.019rpx;
    transition: transform .2s ease-in-out;
}

.arrow-up {
    margin-top: 6.038rpx;
    transform: rotate(180deg);
}

.content-text-access {
    font-weight: 700;
    line-height: 1;
    font-size: var(--font-size-md, 54px);
}

.content-desc {
    margin-top: 9.831rpx;
    font-size: var(--font-size-xs, 42px);
    color: #999;
}

.gov-label-access {
    font-size: var(--font-size-md, 54px);
    width: 225rpx;
}