.general-header-component {
  width: 100%;
  border-bottom: 1px solid #e7e7e7;
}
.general-header-component .top-section {
  width: 100%;
  height: 30px;
  padding: 8px;
  background-color: #106ac7;
  display: flex;
  justify-content: center;
}
.general-header-component .top-section .top-main-content {
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.general-header-component .top-section .top-main-content .left-content {
  height: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 12px;
}
.general-header-component .top-section .top-main-content .left-content .lang-btn {
  cursor: pointer;
}
.general-header-component .top-section .top-main-content .right-content {
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
}
.general-header-component .top-section .top-main-content .right-content .hot-line-section {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-right: 57px;
}
.general-header-component .top-section .top-main-content .right-content .contact-number-section {
  margin-right: 10px;
  cursor: pointer;
}
.general-header-component .top-section .top-main-content .right-content .contact-number-section svg {
  width: 14px;
}
.general-header-component .top-section .top-main-content .right-content .login-register .login {
  cursor: pointer;
}
.general-header-component .top-section .top-main-content .right-content .login-register .register {
  cursor: pointer;
}
.general-header-component .top-section .top-main-content .right-content .user-data .user-name {
  margin-right: 10px;
}
.general-header-component .top-section .top-main-content .right-content .user-data .management-center {
  cursor: pointer;
}
.general-header-component .top-section .top-main-content .right-content .user-data .management-center i {
  display: inline-block;
  transition: all 0.3s;
}
.general-header-component .top-section .top-main-content .right-content .user-data .management-center svg {
  width: 16px;
  display: inline;
  transition: all 0.3s;
}
.general-header-component .top-section .top-main-content .right-content .user-data .management-center:hover i {
  transform: rotateX(180deg);
}
.general-header-component .top-section .top-main-content .right-content .user-data .management-center:hover svg {
  transform: rotateX(180deg);
}
.general-header-component .navbar-section {
  width: 100%;
  padding: 0 8px;
  display: flex;
  justify-content: center;
}
.general-header-component .navbar-section .navbar-main-content-section {
  width: 100%;
  max-width: 1200px;
  display: flex;
}
.general-header-component .navbar-section .navbar-main-content-section .logo {
  width: 247px;
  overflow: hidden;
  margin-right: 28px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.general-header-component .navbar-section .navbar-main-content-section .logo img {
  width: 100%;
}
@media (max-width: 1536px) {
  .general-header-component .navbar-section .navbar-main-content-section .logo {
    width: 220px;
  }
}
@media (max-width: 1280px) {
  .general-header-component .navbar-section .navbar-main-content-section .logo {
    width: 200px;
  }
}
@media (max-width: 1024px) {
  .general-header-component .navbar-section .navbar-main-content-section .logo {
    width: 180px;
  }
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content {
  width: calc(100% - 291px);
  position: relative;
  transition: all 0.3s;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content {
  width: 100%;
  overflow-x: auto;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list {
  display: flex;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item {
  min-width: 110px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item::after {
  content: "";
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #106ac7;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item:hover::after {
  opacity: 1;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item a {
  width: 100%;
  height: 100%;
  padding: 24px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item a .navbar-text {
  text-align: center;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item a .navbar-icon svg {
  width: 16px;
  fill: #888;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item-have-children::after {
  opacity: 0 !important;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-item-current-navbar-active::after {
  opacity: 1 !important;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block {
  top: 60px;
  width: 181px !important;
  display: block;
  height: auto;
  position: absolute;
  opacity: 1;
  transition: all 0.3s;
  background-color: transparent;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block::before {
  background: #fff;
  z-index: 2;
  border-radius: 3px;
  content: "";
  width: 16px;
  height: 16px;
  left: 82.5px;
  position: absolute;
  top: -7px;
  transform: rotate(-45deg);
  box-shadow: 0 1px 10px #003CBE1F;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border-radius: 9px;
  overflow: hidden;
  box-shadow: 0 1px 10px #003CBE1F;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content .navbar-children-block-content {
  padding: 10px 0;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content .navbar-children-block-content .navbar-children-item {
  position: relative;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content .navbar-children-block-content .navbar-children-item a {
  width: 100%;
  height: 46px;
  color: #555555;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 10px 4px 10px 4px;
  transition: all 0.2s;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content .navbar-children-block-content .navbar-children-item a:hover {
  color: #106AC7;
  background: #F6F9FD;
  opacity: 1;
  transition-property: background, color;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content .navbar-children-block-content .navbar-children-item::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0px;
  background-color: #106AC7;
  transition: all 0.2s;
  opacity: 0;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list .navbar-children-block .navbar-children-block-main-content .navbar-children-block-content .navbar-children-item:hover::before {
  opacity: 1;
}
.general-header-component .navbar-section .navbar-main-content-section .navbar-main-content .navbar-content .navbar-list:hover .navbar-children-block {
  width: 300px;
  opacity: 1;
}
@media (max-width: 1536px) {
  .general-header-component .navbar-section .navbar-main-content-section .navbar-main-content {
    width: calc(100% - 264px);
  }
}
@media (max-width: 1280px) {
  .general-header-component .navbar-section .navbar-main-content-section .navbar-main-content {
    width: calc(100% - 244px);
  }
}
@media (max-width: 1024px) {
  .general-header-component .navbar-section .navbar-main-content-section .navbar-main-content {
    width: calc(100% - 234px);
  }
}
.general-header-component .mobile-top-section {
  width: 100%;
  height: 64px;
  padding: 0 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.general-header-component .mobile-top-section .left-content {
  height: 100%;
}
.general-header-component .mobile-top-section .left-content .mobile-logo {
  display: flex;
  align-items: center;
  height: 100%;
}
.general-header-component .mobile-top-section .left-content .mobile-logo img {
  width: 120px;
}
.general-header-component .mobile-top-section .right-content {
  display: flex;
  align-items: center;
}
.general-header-component .mobile-top-section .right-content .navbar-menu .navbar-menu-btn {
  cursor: pointer;
}
.general-header-component .mobile-top-section .right-content .navbar-menu .navbar-menu-btn i {
  font-size: 24px;
}
.general-header-component .mobile-top-section .right-content .navbar-menu .navbar-menu-btn svg {
  width: 24px;
}
.mobile-navbar-section {
  position: relative;
  width: 100%;
  height: 68px;
  background-color: #8c8f94;
}
.mobile-navbar-dialog {
  width: calc(100% - 24px);
  max-width: 408px;
  height: auto;
  background-color: #fff;
  position: absolute;
  right: 12px;
  top: 12px;
  border-radius: 9px;
  box-shadow: 0px 1px 6px 0px rgba(0, 70, 161, 0.1);
  z-index: 99999;
}
.mobile-navbar-dialog .header-section {
  padding: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-navbar-dialog .header-section .left-content {
  padding: 3px 6px;
}
.mobile-navbar-dialog .header-section .left-content .start-from-here {
  color: #646970;
  font-size: 12px;
}
.mobile-navbar-dialog .header-section .right-content .close-button svg {
  width: 20px;
  cursor: pointer;
  color: #8c8f94;
}
.mobile-navbar-dialog .menu-list {
  padding: 12px;
  border-top: 1px solid hsla(240, 3%, 87%, 0.85);
}
.mobile-navbar-dialog .menu-list .menu-list-title {
  color: #555;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  padding: 3px 6px;
  position: relative;
}
.mobile-navbar-dialog .menu-list .menu-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.mobile-navbar-dialog .menu-list .menu-grid .menu-grid-item .menuitem {
  color: #333;
  display: block;
  font-size: 14px;
  line-height: inherit;
  padding: 6px 6px 3px;
  transition: all 0.3s;
}
.mobile-navbar-dialog .menu-list .menu-grid .menu-grid-item .menuitem:hover {
  color: #106ac7;
}
.mask-layer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  animation: fadeIn 0.3s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.general-header-management-center-popover .management-center-popover .management-center-btn {
  margin-bottom: 10px;
}
