/**
 * 发布信息 step1 V2
 */
body.fabu-v2-page {
    background: #f5f5f5;
    padding-bottom: 72px;
}

.fabu-v2-main {
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-top: -14px;
    padding: 18px 14px 28px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
    min-height: calc(100vh - 120px);
}

.fabu-v2-main__title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 16px 2px;
    line-height: 1.3;
}

.fabu-v2-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 12px 10px;
}

.fabu-v2-grid__item {
    width: calc(50% - 5px);
    box-sizing: border-box;
    background: #fff;
    border-radius: 14px;
    padding: 22px 10px 18px;
    text-align: center;
    box-shadow: 0 2px 14px rgba(255, 102, 0, 0.1);
    border: 1px solid rgba(255, 102, 0, 0.06);
    color: var(--idx-v2-orange, #ff6600);
}

.fabu-v2-grid__icon {
    width: 44px;
    height: 44px;
    margin: 0 auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fabu-v2-grid__icon .tciconfont {
    font-size: 30px;
    line-height: 1;
    color: var(--idx-v2-orange, #ff6600);
}

.fabu-v2-grid__title {
    font-size: 14px;
    line-height: 1.35;
    color: var(--idx-v2-orange, #ff6600);
    font-weight: 500;
}

.fabu-v2-warning {
    margin: 0 14px 10px;
    padding: 10px 12px;
    background: #fff8f0;
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.5;
    color: #f8a543;
}

.fabu-v2-page .footer-v2 .footer-v2__fabu > div:last-child {
    color: var(--idx-v2-orange, #ff6600);
}
