.szid {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.szid_a {
    width: 100%;
    height: 240px;
    background: var(--ys02);
    border-bottom: var(--xt01);
    display: flex;
    align-content: flex-end;
    justify-content: center;
    align-items: flex-end;
    padding: 80px 0 40px 0;
    position: relative;
}
.szid_a::before {
    content: '';
    background: linear-gradient(180deg, rgba(245, 158, 11, .06) 0%, transparent 100%);
}
.szid_a::before {
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(180deg, rgba(245, 158, 11, .06) 0%, transparent 100%);
    position: absolute;
    top: 0;
}
.szid_aa {
    width: 1280px;
    display: flex;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    z-index: 1;
}
.szid_aaa {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 7px;
}
.szid_aaaa {
    font-size: 25px;
    line-height: 1;
    font-weight: 600;
    background: linear-gradient(135deg, var(--ys05), var(--ys06), var(--ys18));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
}
.szid_aaab {
    font-size: 16px;
    line-height: 1;
    color: var(--ys12);
}
.szid_aab {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 7px;
}
.szid_aaba {
    font-size: 14px;
    line-height: 1;
    color: var(--ys12);
}
.szid_aabb {
    font-size: 14px;
    color: var(--ys12);
    margin-top: 8px;
}
.szid-aabb-info {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
}
.szid-aabb-item {
    display: flex;
    align-items: center;
    gap: 5px;
}
.szid-aabb-label {
    color: var(--ys09);
}
.szid-aabb-value {
    color: #02C39A;
    font-weight: bold;
}
.szid-aabb-address {
    margin-top: 8px;
    padding: 8px 12px;
    background: rgba(2, 195, 154, 0.1);
    border-radius: 6px;
    border-left: 3px solid #02C39A;
    font-size: 13px;
    color: var(--ys04);
    line-height: 1.6;
}