<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.header-wrap {
    width: 100%;
    background: #fff;
    position: relative;
}

.header-top-box {
    width: 100%;
    height: 30px;
    background: linear-gradient(90deg, #E5000B 0%, #B7040D 100%, #000000 100%, #000000 100%);
}
.header-wrap::after{
    content: '';
    width: 100%;
    height: 0.04rem;
    position: absolute;
    background: linear-gradient(90deg, #E5000B 0%, #B7040D 100%, #000000 100%, #000000 100%);
    bottom: 0;
    left: 0;
}
.header-top {
    /* width: 17.5rem; */
    width: 16rem;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-top a {
    font-size: 0.14rem;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: rgba(255, 255, 255, .8);
    margin-left: 0.61rem;
}

.header-box {
    /* width: 17.5rem; */
    width: 16rem;
    height: 1rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
//    width: 5.8rem;
}

.header-logo img {
    width: 100%;
    max-height: 0.58rem;
}

.header-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1;
}

.header-nav a {
    height: 100%;
    display: flex;
    align-items: center;
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #202020;
    margin-left: 0.4rem;
    position: relative;
}

.header-nav a:hover {
    font-weight: bold;
    color: #E5000B;
}

/* .header-nav a::after {
    content: '';
    width: 0;
    height: 0.06rem;
    background: #E5000B;
    position: absolute;
    left: 0;
    bottom: 0.06rem;
    opacity: 0;
} */

/* .header-nav a:hover::after {
    content: '';
    width: 100%;
    height: 0.06rem;
    background: #E5000B;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0.06rem;
    opacity: 1;
    transition: all .365s;
} */

.header-nav .active {
    font-weight: bold;
    color: #E5000B;
}

/* .header-nav .active::before {
    content: '';
    width: 100%;
    height: 0.06rem;
    background: #E5000B;
    position: absolute;
    left: 0;
    bottom: 0.06rem;
} */
</pre></body></html>