/* 123 */
#appHeader {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  backdrop-filter: saturate(100%) blur(6px);
  /* background: rgba(255, 255, 255, 0.01); */
  background-color: #384baf;
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

#appHeader.ontrue {
  background: #384baf !important;
}

.header-nav-con {
  height: 120px;
  line-height: 0;
}

.header-logo {
  cursor: pointer;
  flex-shrink: 0;
  margin-right: 30px;
}

.header-logo img {
  height: 40px;
}

.header-nav-list-li {
  margin-right: 30px;
  position: relative;
}

.header-nav-list-li:last-child {
  margin-right: 0;
}

.header-nav-list-li a {
  font-size: 16px;
  font-family: 'OPPOSans';
  color: #ffffff;
  line-height: 24px;
  display: block;
  padding: 2px 10px;
  position: relative;
}

.header-nav-list-li.ontrue a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.header-nav-list-li:hover a {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.header-search {
  position: relative;
  width: 284px;
  height: 36px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  cursor: pointer;
  padding-left: 20px;
}

.header-search .iconfont {
  color: #ffffff;
  font-size: 24px;
}

.header-search:hover .header-search-record {
  display: block;
}

.header-search-record {
  position: absolute;
  width: 100%;
  left: 0;
  top: 36px;
  padding-top: 12px;
  display: none;
}

.header-search-record-con {
  width: 100%;
  /* height: 282px; */
  background: #ffffff;
  border-radius: 2px;
  box-shadow: 0px 0px 25px 0px rgb(0 0 0 / 20%);
  padding: 15px;
}

.search-title {
  font-size: 14px;
  font-family: 'OPPOSans';
  text-align: LEFT;
  color: #000000;
  line-height: 22px;
}

.header-hot-list {
  margin-top: 10px;
}

.header-hot-item {
  padding: 5px 10px;
  font-size: 12px;
  font-family: 'OPPOSans';
  text-align: center;
  color: #333333;
  line-height: 18px;
  background: #f2f2f2;
  border-radius: 2px;
  margin-right: 10px;
}

.header-hot-item:hover {
  background: #384baf;
  color: #fff;
}

.header-hot-item:last-child {
  margin-right: 0;
}

.header-history-search {
  margin-top: 15px;
}

.history-search-list {
  margin-top: 10px;
  max-height: 150px;
  overflow-y: scroll;
}

.history-search-list::-webkit-scrollbar {
  display: none;
}

.history-search-top .iconfont {
  font-size: 14px;
  color: #888888;
}

.history-search-top .iconfont:hover {
  color: #ff2e2e;
}

.history-search-item {
  font-size: 14px;
  font-family: 'OPPOSans';
  text-align: LEFT;
  color: #8a8a8a;
  line-height: 20px;
  padding: 5px 0;
}

.history-search-item:hover {
  color: #384baf;
}

/* .header-search:hover .iconfont,.header-search:hover .header-search-text{
color: #384baf;
} */
/* .header-search.ensure{
border: unset;
background: unset;
} */
/* .header-search.ensure .iconfont,.header-search.ensure .header-search-text{
color: #fff;
} */
.header-search-text {
  font-size: 14px;
  font-family: 'OPPOSansM';
  color: #ffffff;
  line-height: 20px;
  margin-left: 10px;
  background: unset;
  border: unset;
  padding: unset;
}

.history-default-seach-text {
  font-size: 12px;
  color: #888888;
  text-align: center;
  font-family: 'OPPOSans';
  margin-top: 15px;
  margin-bottom: 15px;
}

.header-search-text::placeholder {
  font-size: 14px;
  font-family: 'OPPOSansM';
  color: #ffffff;
  line-height: 20px;
}

.search-key-swiper {
  width: 200px;
  margin-left: 10px;
}

.search-loop-text {
  font-size: 14px;
  font-family: 'OPPOSansM';
  color: #ffffff;
  line-height: 20px;
}

.entrance-btn-box a {
  display: block;
}

.login a {
  font-size: 14px;
  font-family: 'OPPOSans';
  text-align: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.1);
  width: 88px;
  height: 36px;
  border-radius: 2px;
  line-height: 36px;
}

.login {
  margin-right: 10px;
}

.login:last-child {
  margin-right: 0;
}

.login a:hover {
  color: #fff;
  background: #384baf;
}

.header-login-logo {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #ffffff;
  border-radius: 50%;
  /* margin-right: 15px; */
  overflow: hidden;
}

.header-login-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-login-logo.unimg {
  margin-right: 0;
  background: #fff;
  border: unset;
  font-family: 'OPPOSansM';
  color: #384baf;
}

.header-login-user {
  position: relative;
}

.header-login-name {
  font-size: 14px;
  font-family: 'OPPOSans';
  color: #ffffff;
  text-align: right;
  line-height: 18px;
}

.header-login-status {
  position: relative;
  gap: 15px;
}

.header-login-user-type {
  padding: 0 4px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  font-size: 12px;
  font-family: 'OPPOSans';
  text-align: CENTER;
  color: #ffffff;
  line-height: 18px;
}

.login-out-pos-hover {
  display: none;
  padding-top: 10px;
  position: absolute;
  right: 0;
  top: 36px;
  z-index: 4;
}
.header-login-status:hover .login-out-pos-hover {
  display: block;
}

.login-out-pos {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  overflow: hidden;
}

.login-out-box:hover a {
  color: #384baf;
}

.login-out-box a {
  border-top: 1px solid #eee;
  display: block;
  width: 116px;
  height: 40px;
  background: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  font-family: 'OPPOSansBold';
  color: #8a8a8a;
}

.login-out-box:nth-child(1) a {
  border: none;
}

.header-nav-bottom {
  margin-top: 16px;
}
