.header-navbar {
  height: 50px;
}

.container {
  margin: 0 20px;
}

.logo-container {
  float: left;
  padding-top: 10px;
}

.logo-container img {
  max-height: 30px;
  max-width: 100px;
}

.menu-container {
  float: right;
}

.menu-container ul {
  list-style-type: none;
  margin: 4px 0;
  padding: 0;
  overflow: hidden;
}

.menu-container ul>li {
  float: left;
}

.menu-container ul>li>a {
  display: block;
  padding: 14px 16px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.menu-container ul>li:last-child>a {
  padding-right: 0;
}

.menu-container .compact-menu {
  display: none;
  padding: 10px 0;
  font-size: 18px;
  font-weight: 600;
  right: 0;
}

/*
@media screen and (max-width: 600px) {
  .menu-container ul {
    display: none;
  }
  .menu-container .compact-menu {
    float: right;
    display: block;
  }
  .menu-container {
    z-index: 999;
  }
}

@media screen and (max-width: 600px) {
  .menu-container.responsive {
    position: absolute;
    right: 20px;
  }
  .menu-container.responsive .compact-menu {
    float: right;
    display: block;
    height: 50px;
  }
  .menu-container.responsive ul {
    float: none;
    display: contents;
    text-align: left;
  }
  .menu-container.responsive ul>li {
    border: 1px solid #efebeb;
    width: 100%;
  }
  .menu-container.responsive ul>li>a {
    float: left;
    font-size: 11px;
    text-align: left;
  }
  .menu-container.responsive ul>li:last-child>a {
    float: left;
    padding: 14px 16px;
  }
}
*/
/* 新顶部语言菜单样式 */
.menu-container ul {
  margin: 0;
}

.menu-container ul>li>a,
.menu-container ul>li>span {
  display: block;
  padding: 18px 16px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
}

.menu-group {
  position: relative;
  cursor: pointer;
}

.menu-group .menu-ul-title {
  display: block;
  padding: 16px 24px;
  font-family: "Poppins", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  width: 100%;
  position: relative;
  line-height: 18px;
}

.menu-group .menu-ul-title .arrow {
  display: block;
  position: absolute;
  right: 5px;
  top: 50%;
  width: 8px;
  height: 8px;
  transform: rotateZ(-45deg) translateY(-8px);
}

.menu-group .menu-ul-title .arrow::before {
  display: block;
  content: "";
  width: 2px;
  height: inherit;
  background-color: #333;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}

.menu-group .menu-ul-title .arrow::after {
  display: block;
  content: "";
  width: inherit;
  height: 2px;
  background-color: #333;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
}

.menu-group .menu-ul {
  display: none;
  position: absolute;
  right: 0;
  top: 50px;
  z-index: 1000;
  width: 200px;
}

.menu-group:hover .menu-ul {
  display: block;
}

.menu-container ul {
  overflow: inherit;
}

.menu-container ul::after {
  display: block;
  content: "";
  clear: both;
}

.menu-group .menu-ul {
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .08);
  border-radius: 6px;
  overflow: hidden;
}

.menu-group .menu-ul>.menu-ul-item {
  display: block;
  float: none;
  text-align: center;
  border-bottom: 1px solid #f1f1f1;
}

.menu-group .menu-ul>.menu-ul-item:last-child {
  border-bottom: none;
}

.menu-group .menu-ul>.menu-ul-item a,
.menu-group .menu-ul>.menu-ul-item span {
  padding: 12px 0;
  transition: all .2s ease;
}

.menu-group .menu-ul>.menu-ul-item a:hover,
.menu-group .menu-ul>.menu-ul-item span:hover {
  background-color: rgba(57, 83, 230, 0.2);
}

.menu-group .menu-ul>.menu-ul-item.active a,
.menu-group .menu-ul>.menu-ul-item.active span {
  background-color: rgba(57, 83, 230, 0.6);
}
.menu-drawer,.toggle-drawer{
  position:fixed;
  transition: left 250ms ease;
  border: none;
  z-index:4;
  display:inline-block;
}
.articles{
  padding-left:0px !important;
}
.articles li{
  text-indent:12px !important;
}
.active{
  background-color:#EAF3FF !important;
}
.active a{
  color:#3954e6 !important;
}
/* 新顶部语言菜单样式 */
@media screen and (min-width: 600px){
  .menu-drawer{
    width:38px;
    height:38px;
    border-radius:100%;
    left: 278px;
    top: 78px;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.04);
    background: #FFFFFF url('./drawer-icon.png')center no-repeat;
    background-size:45%;
  }
  .toggle-drawer{
    width:38px;
    height:38px;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
    left:0px;
    top: 78px;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.04);
    background: #FFFFFF url('./drawer-open.png')center no-repeat;
    background-size:45%;
  }
}
@media screen and (max-width: 600px){
  .menu-drawer{
    width:38px;
    height:30px;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
    left:0px;
    top:80px;
    box-shadow: 0px 1px 8px 1px rgba(0,0,0,0.08);
    background: #FFFFFF url('./drawer-open.png')center no-repeat;
    background-size:45%;
  }
  .toggle-drawer{
    width:38px;
    height:30px;
    border-top-right-radius:50px;
    border-bottom-right-radius:50px;
    left:calc(100% - 25%);
    top: 78px;
    box-shadow: 0px 1px 4px 1px rgba(0,0,0,0.04);
    background: #FFFFFF url('./drawer-icon.png')center no-repeat;
    background-size:45%;
  }
  .book:has(.toggle-drawer) .bg-cover{
    width:100%;
    height:calc(100% - 50px);
    background:rgba(0,0,0,.6);
    position:absolute;
    left:0px;
    right:0px;
    top:50px;
    bottom:0px;
    z-index:3;
    backdrop-filter: blur(3px);
  }
}
.menu-container ul{
  position:relative;
  top:-1px;
}
#anchorNavigationExGoTop{
  z-index:2 !important;
}