.header-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background: #18a058;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.content {
    margin-top: 20px;
    padding: 10px;
    min-height: calc(100vh - 60px)
}

#zhuti {
    max-width: 1110px;
    margin: 0 auto;
    text-align: center
}

input {
    caret-color: #213654
}

.row {
    display: flex;
    gap: 1px;
    align-items: center
}
