.navbar {
    width: 100%;
    position: relative;
}
.navbox {
    width: 100%;
    display: flex;
    align-content: center;
    background-image: url("../images/top_bg.png");
    background-size: 100% 100%;
}
.navbox .logoContent {
    width: 50%;
}
.navContentList li a {
    text-decoration: none;
}
ul li {
    list-style: none;
}
ul {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 100%;
    align-items: center;
}
.navContent ul {
    width: fit-content;
    min-width: 10px;
}
.userMessage {
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0px 20px 0px 20px;
    width: fit-content;
}
.userMessage a{
    color: #94232E;
    width: max-content;
}
a {
    text-decoration: none;
}
.logoContent ul li {
    height: 90%;
}
.logoContent ul li img {
    width: 100%;
}
.logoContent ul li:first-child {
    margin-left: 11.66vw;
    width: 6vw;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoContent ul li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logoContent ul li:last-child img {
    height: 20%;
}
.navContent {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
}
.navContent #w1 {
    min-width: 10px;
    height: 100% !important;
    display: flex;
    align-items: center;
}
.navContent ul li {
    padding: 0px 20px 0px 20px;
}
.navContent ul li span {
    font-size: 18px;
    font-family: Source Han Sans CN-Bold, Source Han Sans CN;
    font-weight: bold;
    color: #94232E;
    line-height: 0px;
}
.wp_paging {
    font-size: 16px;
    display: flex;
    justify-content: end;
    margin-top: 15px;
}
