.top-header {
    width: 100%;
    height: .1823rem;
    background-color: #91070a;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 999;
    font-family: 'Courier New', Courier, monospace;
}

.t-h-container {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .1042rem;
    color: white;
    font-size: .0781rem;
}

.t-h-container a {
    color: white;
}

.header {
    width: 100%;
    height: .625rem;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 .1563rem #00000026;
    position: fixed;
    top: .1823rem;
    z-index: 999;
}

.h-container {
    width: 80%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.h-left {
    width: auto;
    height: 100%;
    align-items: center;
    display: flex;
}

.h-left img {
    height: 65%;
    width: auto;
    margin-right: .0521rem;
}

.web-name {
    font-size: .25rem;
    font-family: "Noto Serif SC", "SimSun", serif;
}

.h-right {
    width: auto;
    height: 100%;
    display: flex;
    border-right: .0052rem solid #00000026;

}

.h-r-item {
    width: .2865rem;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    writing-mode: vertical-lr;
    font-size: .1042rem;
    font-family: "Noto Serif SC", serif;
    font-weight: bold;
    border-left: .0052rem solid #00000026;
}


.h-r-item:hover {
    background-color: #91070a;

}

.h-r-item:hover a {
    transition: all 0.3s ease;
}

.h-r-item:hover a {
    color: white;
    transition: color 0.3s ease;
    transform: scale(1.05);
}