@charset "utf-8";
/*
Plugin Name: relyx-utility
*/
.rlx_header_note {
    flex-basis: 100%;
    color: silver;
    background-color: #101010;
    position: relative;
    top: 0;
    padding: 0.37em 0; /*黄金比like*/
}
.rlx_header_note::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1000px;
    width: 1000px;
    background: #101010;
}
.rlx_header_note::after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -1000px;
    width: 1000px;
    background: #101010;
}
.rlx_header_note h1 {
    margin: 5px 0;
    font-size: 0.9rem;
    font-weight: 400;
}
.rlx_header_note p {
    margin: 0.33rem 0;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1em;
}
.rlx_header_note .note-sage{
    color: #666;
}
