.headers {
  width: 100%;
  height: 50px;
  padding: 0px;
  line-height: 50px;
  background: #fff;
}

.nav-head {
  height: 50px;
  padding: 0px;
  background: #282b33;
}

.nav-left {
  flex: 1;
  overflow: hidden;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.nav-menu-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
  background: #282b33;
  cursor: pointer;
}

.nav-menu-btn:hover {
  background: #464c59;
}

.nav-menu-btn img {
  width: 22px;
  height: 22px;
  display: block;
  border: none;
  margin: 0px auto;
}

.nav-logo {
  width: auto;
  height: 21px;
  color: #fff;
  font-size: 16px;
  line-height: 21px;
  user-select: none;
}

.nav-logo img {
  width: auto;
  height: 100%;
  display: block;
  border: none;
  user-select: none;
}

.nav-right {
  display: flex;
}

.nav-right .ant-input-affix-wrapper,
.nav-right .ant-input-affix-wrapper input {
  background: #464c59;
  color: #adb0b8 !important;
  outline: none !important;
  border: 0;
}

.nav-right .ant-input:focus {
  border: none;
  box-shadow: none;
}

.nav-btn {
  font-size: 13px;
  color: #adb0b8;
}

.nav-btn:hover {
  color: #fff;
}

.nav-warp .ant-drawer {
  height: auto;
  position: absolute;
  inset: 50px 1px 1px;
  overflow: hidden;
}

.nav-warp .ant-drawer-content-wrapper {
  min-width: 120px !important;
  width: auto !important;
  z-index: 99;
}

.nav-warp .ant-drawer.ant-drawer-open .ant-drawer-mask {
  z-index: 10;
}

.personal {
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.personal img {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
}

.personal:hover {
  background: #464c59;
}

.menu-auto-list {
  width: 260px;
  height: 100%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #e9e9e9;
  transition: all 0.25s ease-in-out 0s;
}

.divs {
  overflow: hidden;
  height: 100%;
  background-color: #fff;
  transition: width 0.2s;
}

.hide {
  width: 0px;
}

.show {
  width: 800px;
}

.service-list-btn {
  width: 100%;
  height: 45px;
  user-select: none;
  padding: 0px 10px;
  color: #333;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e9e9e9;
}

.menu-auto-box {
  flex: 1;
  overflow: hidden;
}

.menu-box {
  width: 100%;
  height: 100%;
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow-y: auto;
}

.menu-box li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  padding: 0px 10px;
  cursor: pointer;
}

.menu-box li:hover {
  background-color: #fff2e3;
}

// .menu-box li:hover{
//     color: #ff6f00;
//     background-color: #F2F5FC;
// }

.auto_box_list {
  width: 800px;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
}

.auto_box_list::-webkit-scrollbar {
  width: 3px;
  background-color: rgb(64, 64, 64);
}
.auto_box_list::-webkit-scrollbar-thumb {
  background-color: rgb(64, 64, 64, 0.3);
}
.auto_box_list::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgb(64, 64, 64, 0.3);
  background-color: #fafafa;
}

.box-wrapper {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 10px 10px;
  -moz-column-gap: 10px 10px;
  -webkit-column-gap: 10px 10px;
}

.box-item {
  height: auto;
  page-break-inside: avoid;
  -moz-page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  display: flex;
  flex-direction: column;
}

.auto_item_btn {
  width: 100%;
  display: block;
  padding: 5px 10px;
  color: #333;
  outline: medium;
  // pointer-events: none;
}

.auto_item_btn:hover {
  background-color: #fafafa;
}

.auto_item_btn div:hover {
  color: #ff8a00;
}

.target_search {
  width: 400px;
  height: 250px;
  z-index: 10;
  background: #fff;
  color: #fff;
  position: absolute;
  display: none;
  opacity: 0;
  top: 55px;
  right: 0px;
  padding: 10px;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 4px #bdbdbd;
  -webkit-box-shadow: 0px 2px 4px #bdbdbd;
  box-shadow: 0px 2px 4px #bdbdbd;
  overflow-y: auto;
  overflow-x: hidden;
}
.move {
  display: block;
  top: 40px;
  opacity: 1;
  z-index: 9999;
}

.search-wrapper {
  -moz-column-count: 2;
  /* Firefox */
  -webkit-column-count: 2;
  /* Safari 和 Chrome */
  column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  column-gap: 10px;
}

.target_search::-webkit-scrollbar {
  width: 3px;
  background-color: rgb(64, 64, 64);
}
.target_search::-webkit-scrollbar-thumb {
  background-color: rgb(64, 64, 64, 0.3);
}
.target_search::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgb(64, 64, 64, 0.3);
  background-color: #fafafa;
}
