<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guanwangNews-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: #050505;
    backdrop-filter: blur(7px);
    z-index: 9999;
}

.guanwangNews-header .guanwangNews-header-main {
    width: 1339px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guanwangNews-header .guanwangNews-header-main .guanwangNews-header-left {
    display: flex;
    align-items: center;
}

.guanwangNews-header .guanwangNews-header-main .guanwangNews-header-left a {
    position: relative;
}

.guanwangNews-header .guanwangNews-header-main .guanwangNews-header-left a::after {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    display: inline-block;
    content: "";
    width: 1px;
    height: 28px;
    background: #B6B6B6;
}


.guanwangNews-header .guanwangNews-header-main .guanwangNews-header-left p {
    color: #FFF;
    text-align: center;
    font-size: 23px;
    font-style: normal;
    font-weight: 380;
    line-height: normal;
    margin-left: 40px;
    margin-block-start: 0em;
    margin-block-end: 0em;
}


.guanwangNews-header .guanwangNews-header-main .guanwangNews-header-btn {
    width: 150px;
    height: 40px;
    border-radius: 6px;
    background-image: url('/gaming/img/guanwangNews-header-btn.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    padding: 0px 16px 0px 52px;
    box-sizing: border-box;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;
    line-height: 40px;
    cursor: pointer;
}

.guanwangNews-header .guanwangNews-header-main .guanwangNews-header-btn:hover {
    width: 150px;
    height: 40px;
    border-radius: 6px;
    background-image: url('../img/guanwangNews-header-btn-hover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
}</pre></body></html>