body {
    margin-top: 72px;
}

header::before {
    background: #fff;
    border-bottom: 1px solid #DFE0EB;
    height: 72px;
}

header .info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 50px;
    max-width: 1460px;
    width: 100%;
    height: 72px;
    display: flex;
    align-items: center;
    z-index: 102;
}

header #logo {
    position: initial;
    transform: none;
}

header #logo img {
    height: 24px;
    display: block;
    background: transparent
}

#swagger-ui.api-platform .info .title {
    color:#4C6FFF;
    font-size: 22px;
}
