.top-header-container .header-box {
  width: 100%;

  height: 164px;
  background-image: url('/assets/images/header-bg.png');
  background-size: cover;
}
.top-header-container .flex-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.top-header-container .header-box .main-body {
  margin: 0 auto;
  width: 1200px;
  height: 164px;
  border: none !important;
}

.top-header-container .logo-box {
  display: flex;
}
.logo-div-line {
  height: 35px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  margin-left:20px;
}
.top-header-container .logo-box-2 {
  display: flex;

}
.bubble-content {
  width: 288px;
  height: 96px;
  visibility: visible;
  position: absolute;
  z-index: 1;
  width: 280px;
  background-color: white;
  color: #333;
  text-align: left;
  border-radius: 8px;
  padding: 12px 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  top: 80%;
  left: 100%;
  transform: translateY(-50%);
  margin-left: 10px;
  opacity: 1;
  transition: opacity 0.3s, visibility 0.3s;
}
.bubble-content-name {
  font-weight: 600;
  font-size: 16px;
  color: #1d2129;
}
.bubble-content-title {
  font-size: 14px;
  font-weight: 400;
  color: #4e5969;
  margin-top: 14px;
}
.bubble-content.hidden {
  visibility: hidden;
  opacity: 0;
}

.bubble-content::after {
  content: '';
  position: absolute;
  left: 0;
  top: 25%;
  transform: translateY(-50%) translateX(-100%);
  border-width: 10px;
  border-style: solid;
  border-color: transparent white transparent transparent;
}

.bubble-content-close-btn {
  position: absolute;
  top: 15px;
  right: 19px;
  cursor: pointer;
  color: #9ca3af;
  transition: color 0.2s;
  /* color: #4e5969; */
}

.top-header-container .logo-image {
  width: 84px;
  height: 84px;
}
.top-header-container .logo-image-two {
  width: 160px;
  height: 84px;
}
.tooltip {
  position: relative;
  display: inline-block;
}

.tooltip-text {
  visibility: hidden;
  width: 160px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 8px 12px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
  white-space: nowrap;
}

.tooltip-text::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #333 transparent; /* 向上的箭头 */
}

.tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}

.top-header-container .logo-text {
  height: 84px;
  margin-left: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: Alibaba PuHuiTi, Alibaba PuHuiTi;
}

.top-header-container .logo-text-1 {
  overflow-wrap: break-word;
  font-size: 34px;
  color: #000000;
  font-weight: bold;
  text-align: left;
  white-space: nowrap;
}

.top-header-container .logo-text-2 {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  white-space: nowrap;
  color: #000000;
}

.top-header-container .logo-text-1:hover {
  cursor: pointer;
  color: #106fff;
}

.top-header-container .header-search {
  height: 40px;
  line-height: 40px;
  
}
.header-search {
    height: 40px;
    line-height: 40px;
    
  }

.top-header-container .header-search-main {
  width: 480px;
  height: 40px;
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top-header-container .header-search-icon {
  width: 16px;
  height: 16px;
  margin-left: 12px;
}

.top-header-container .header-search-input {
  border: none;
  /* 移除边框 */
  outline: none;
  /* 移除点击时的轮廓 */
  width: 600px;
  margin: 10px;
  color: #000;
  font-size: 14px;
  flex: 1;
}

.top-header-container .header-search-btn {
  color: white;
  border: none;
  width: 80px;
  height: 40px;
  border-radius: 0 8px 8px 0;
  background: #005ba3;
  font-size: 16px;
  cursor: pointer;
}

.top-header-container .logined-box-new {
  width: 144px;
  height: 40px;
  color: #005ba3;
  font-size: 14px;
  line-height: 40px;

  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

.top-header-container .login-box-new {
  float: left;
  width: 64px;
  height: 40px;
  border-radius: 4px;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  /* margin: 22px auto; */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  /* font-weight: 400; */
  font-weight: bold;
  /* color: #333333; */
  color: #005ba3;
  line-height: 40px;
  text-align: center;
}
.top-header-container .register-box-new {
  float: left;
  width: 64px;
  height: 40px;
  border-radius: 4px;
  /* border: 1px solid rgba(0, 0, 0, 0.15); */
  /* margin: 22px auto; */
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  /* font-weight: 400; */
  font-weight: bold;
  color: #333333;
  /* color: #106FFF; */
  line-height: 40px;
  text-align: center;
}
.top-header-container .loginout-box-new {
  width: 64px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);

  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.top-header-container .rightbox {
  display: flex;
  margin-left: 15px !important;
  height: 40px;
  min-width: 100px !important;
  justify-content: space-between;
  align-items: center;
}

.top-header-container .rightbox a {
  text-decoration: none;
}

.top-header-container .logined-box {
  width: 144px;
  height: 40px;
  color: #0c4ea1;
  font-size: 14px;
  line-height: 40px;
  margin: 22px 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}

.top-header-container .loginout-box {
  width: 64px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 22px 40px 22px 42px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.top-header-container .login-box {
  width: 64px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  margin: 22px 0px 22px 42px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.top-header-container .register-box {
  width: 64px;
  height: 40px;
  background: #0c4ea1;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
  margin: 22px auto 22px 20px;
}
