.navbar {
  width: 100%;
  background-color: #fff;
  margin-bottom: 8px;
}
.navbar .navbar-search-wrapper {
  width: 100%;
  box-shadow: 0 0 4px 0 #cbd6f3;
}
.navbar .navbar-search-wrapper .navbar-search-content {
  position: relative;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 0 166px 0 158px;
  box-sizing: border-box;
}
.navbar .navbar-logo {
  width: 208px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 56px 24px 28px 0;
}
.navbar .navbar-logo-img {
  width: 100%;
}
.navbar .navbar-search {
  margin: 30px 0;
}
.navbar .navbar-search .navbar-search-select {
  display: flex;
  margin-left: 16px;
}
.navbar .navbar-search .navbar-search-select li {
  height: 32px;
  line-height: 32px;
  padding: 0 16px;
  color: rgba(0, 0, 0, 0.38);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.navbar .navbar-search .navbar-search-select .dealer {
  color: #00adb5;
}
.navbar .navbar-search .navbar-search-select .active {
  background-color: #00adb5;
  color: #fff;
  font-weight: bold;
}
.navbar .navbar-search .navbar-search-input {
  position: relative;
  width: 540px;
  height: 48px;
  border: solid 2px #00adb5;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  box-sizing: border-box;
}
.navbar .navbar-search .navbar-search-input input {
  height: 100%;
  width: 90%;
  padding: 13px 0 13px 0;
  margin-left: 16px;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}
.navbar .navbar-search .navbar-search-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.38);
}
.navbar .navbar-search .navbar-search-input .navber-input-img {
  position: absolute;
  top: 36%;
  right: 14px;
  width: 14px;
  height: 14px;
  display: none;
}
.navbar .navbar-search .navbar-search-history {
  display: none;
  z-index: 999;
  position: absolute;
  top: 50px;
  width: 100%;
  box-shadow: 0 0 6px 0 #ababab;
  border-radius: 4px;
  background-color: #fff;
}
.navbar .navbar-search .navbar-search-history .history-li {
  width: 100%;
  height: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
}
.navbar .navbar-search .navbar-search-history .history-li:hover {
  background-color: #efefef;
  cursor: pointer;
}
.navbar .navbar-search .navbar-search-history .history-li .li-text {
  color: rgba(0, 0, 0, 0.38);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-right: 10px;
}
.navbar .navbar-search .navbar-search-history .history-li .li-delete {
  width: 12px;
  height: 12px;
}
.navbar .navbar-search .navbar-search-history .history-clear {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-left: 6px;
  margin: 0 10px;
  box-sizing: border-box;
  border-top: 1px solid #ececec;
}
.navbar .navbar-search .navbar-search-history .history-clear span {
  color: #00adb5;
}
.navbar .navbar-btn {
  height: 48px;
  margin-top: 62px;
  border: 2px solid #00adb5;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  background-color: #00adb5;
  box-sizing: border-box;
}
.navbar .navbar-btn button {
  width: 116px;
  height: 100%;
  background: #00adb5;
  border: 0;
  box-sizing: border-box;
  outline: 0;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
}
.navbar .navbar-lang {
  position: absolute;
  top: 20px;
  width: 90px;
  height: 24px;
  border-radius: 2px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
.navbar .navbar-lang option {
  font-family: Microsoft YaHei;
  font-size: 12px;
  line-height: 1.67;
  text-align: center;
  color: rgba(0, 0, 0, 0.54);
}
.navbar select {
  appearance: none;
  padding-left: 26px;
  border: solid 1px rgba(0, 0, 0, 0.16);
  background: url("../avatar/select_arrow.png") no-repeat 10px 9px;
}
.lang-layer {
  position: absolute;
  top: 30px;
  left: 158px;
}
.lang-layer .lang-select {
  width: 95px;
  height: 24px;
  border-radius: 8px;
  border: solid 1px #e7e7e7;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.lang-layer .lang-select .select-item {
  position: relative;
  height: 100%;
  cursor: pointer;
}
.lang-layer .lang-select .select-item .select-text {
  padding: 0 17px 0 0;
  text-align: center;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
}
.lang-layer .lang-select .select-item .select-img {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
}
.lang-layer .lang-select .select-item .select-ul-layer {
  display: none;
  position: absolute;
  top: 5px;
  width: 95px;
  padding-top: 24px;
  z-index: 999;
}
.lang-layer .lang-select .select-item .select-ul-layer ul {
  list-style: none;
  border: solid 1px #e4e4e4;
  background-color: #ffffff;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 #d2ddeb;
  padding: 5px 0;
}
.lang-layer .lang-select .select-item .select-ul-layer ul li {
  font-size: 14px;
  padding-left: 15%;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.54);
  box-sizing: border-box;
}
.lang-layer .lang-select .select-item .select-ul-layer ul li:hover {
  color: #00adb5;
}
.lang-layer .lang-select:hover {
  border: solid 1px #00adb5;
  color: #00adb5;
}
.lang-layer .lang-select:hover .select-ul-layer {
  display: block;
}
