
/* 2024-12-24 tao start */
.agent-pc body #headTop #logo img {
  height: 40px !important;
}

.agent-pc body #navWrapper {
  width: auto;
  max-width: none;
}
.agent-pc body #header #search-nav {
  float: left;
}
.agent-pc body #navWrapper .content .nav > .navitem {
  font-size: 18px;
}
body #header.mini #navWrapper .content .nav > .navitem {
  font-size: 18px;
}
.agent-pc body #header {
  background-color: #181818;
}
/* 2024-12-24 tao end */

::-webkit-scrollbar {
  background-color: rgb(220, 88, 42);
}
::-webkit-scrollbar-thumb {
    background-color: rgb(211, 209, 203);
}
::-webkit-scrollbar-thumb:hover {
  background-color: rgb(220, 88, 42);
}
::-webkit-scrollbar-track-piece {
  background-color: #fff;
}
