<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header {
    margin-bottom: 15px;
}
.header .header-top {
    background-image: url('../images/bg/bgh.jpg');
    background-repeat:  repeat-x;
}
.header .header-top ul {
    display: flex;
    margin-top: 4px;
}
.header .header-top ul.right {
    justify-content: right;
}
.header .header-top a {
    display: block;
    height: 24px;
    margin-right: 6px;
    border: 1px solid transparent;
    padding: 2px 15px;
}
.header .header-top a.active, .header .header-top a:hover {
    border: 1px solid #ccc;
    border-bottom: none;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #fff;
    color: #fa7116;
}
.header .header-center {
    padding: 15px 0;
}
.header .header-bottom {
    background-image: url('../images/bg/bgh.jpg');
    background-repeat:  repeat-x;
    background-position: bottom;
}
.header .header-bottom ul {
    display: flex;
    
}
.header .header-bottom a {
    display: block;
    margin-right: 6px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
}
.header .header-bottom a.active, .header .header-bottom a:hover {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #fa7116;
    color: #fff;
}</pre></body></html>