.wrap2[data-v-5ff59cb7] {
  border-bottom: 1px solid #eeeeee;
  background: white;
  position: sticky;
  top: 0;
  z-index: 100;
}
.wrap2 .top[data-v-5ff59cb7] {
  background: #2E2828;
}
.wrap2 .top .content[data-v-5ff59cb7] {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  padding: 8px 0;
}
.wrap2 .top .content a[data-v-5ff59cb7] {
  font-size: 14px;
  color: #ffffff;
  line-height: 20px;
  margin-right: 32px;
}
.wrap2 .top .content .content_left[data-v-5ff59cb7] {
  display: flex;
  align-items: center;
}
.wrap2 .top .content .content_left .qrcode-container[data-v-5ff59cb7] {
  position: relative;
}
.wrap2 .top .content .content_left .qrcode-container .qrcode[data-v-5ff59cb7] {
  width: 152px;
  height: 176px;
  position: absolute;
  left: -42px;
  bottom: -192px;
  display: none;
  box-shadow: 0px 2px 8px 0px rgba(7, 44, 119, 0.08);
}
.wrap2 .top .content .content_left .qrcode-container:hover .qrcode[data-v-5ff59cb7] {
  display: block;
}
.wrap2 .top .content img[data-v-5ff59cb7] {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin-right: 8px;
}
.wrap2 .header_box[data-v-5ff59cb7] {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0 20px;
  font-size: 16px;
  background: white;
  color: #282828;
}
.wrap2 .left_box[data-v-5ff59cb7] {
  display: flex;
  align-items: center;
}
.wrap2 .left_box a[data-v-5ff59cb7] {
  display: block;
  margin-right: 40px;
  color: #282828;
}
.wrap2 .left_box a[data-v-5ff59cb7]:hover {
  color: #2F6AFF;
  /* 修改为您想要的颜色 */
}
.wrap2 .left_box .active[data-v-5ff59cb7] {
  color: #2F6AFF;
  font-weight: bold;
  /* 或者你想要的任何其他样式 */
}
.wrap2 .left_box .logo[data-v-5ff59cb7] {
  width: 151px;
  height: 40px;
}
.wrap2 .right_box[data-v-5ff59cb7] {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #282828;
}
.wrap2 .right_box .user-mask[data-v-5ff59cb7] {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 8px;
}
.wrap2 .right_box .close-icon[data-v-5ff59cb7] {
  width: 14px;
  height: 14px;
  margin-left: 8px;
}
.wrap2 .right_box .nav_box[data-v-5ff59cb7] {
  background-color: white;
  right: 0;
  top: 32px;
  position: absolute;
  z-index: 100;
  display: none;
  padding-top: 8px;
}
.wrap2 .right_box .nav_list[data-v-5ff59cb7] {
  padding: 8px 0 0;
  box-shadow: 0px 2px 8px 0px rgba(7, 44, 119, 0.08);
  border-radius: 4px;
}
.wrap2 .right_box .nav_list .nav_list_item[data-v-5ff59cb7] {
  width: 168px;
  height: 36px;
}
.wrap2 .right_box .nav_list .nav_list_item a[data-v-5ff59cb7] {
  line-height: 36px;
  display: block;
  font-size: 14px;
  color: #a0a0a0;
  text-align: center;
}
.wrap2 .right_box .nav_list .nav_list_item a[data-v-5ff59cb7]:hover {
  color: #2F6AFF;
  font-weight: bold;
}
.wrap2 .right_box .logout[data-v-5ff59cb7] {
  width: 168px;
  height: 52px;
  line-height: 52px;
  background: #ffffff;
  border-radius: 6px;
  font-size: 14px;
  color: #a0a0a0;
  line-height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #f0f0f0;
  margin-top: 8px;
}
.wrap2 .right_box .logout img[data-v-5ff59cb7] {
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.wrap2 .right_box:hover .nav_box[data-v-5ff59cb7] {
  display: block;
}
.wrap2 .nav_box[data-v-5ff59cb7]:hover {
  display: block;
  /* 确保在悬停 logout 时仍然显示 */
}

