.headerBox {
  position: fixed;
  top: 0;
  width: 7.02rem;
  background-color: #FFFFFF;
  /*padding: .26rem .24rem .17rem;*/
  padding: 0 .24rem 0;
  box-shadow: 0rem .02rem .1rem 0rem rgba(0,0,0,0.28);
}
.headerBox .logo {
  display: block;
  width: 100%;
  /* height: .75rem; */
  object-fit: contain;
}

.headerBox_empty {
  width: 7.5rem;
  height: 1rem;
}
.dropdown-menu {
  z-index: 9999 !important;
  position: absolute;
}