.layout__nav__default,
.layout__nav__toggle {
  transition: all 0.3s;
}

.layout__nav__default.hide {
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transition: all 0.3s;
}

.layout__nav__default.hide .slot__mid .nav-item:hover .dropdown-box {
  display: none;
}

.layout__nav__toggle.hide .anchor__slot{
  height: 66px;
  transition: all 0.3s;
}

.layout__nav__default.click {
  transform: translateY(-100%) !important;
  -webkit-transform: translateY(-100%) !important;
  transition: all 0.3s !important;
}

.layout__nav__toggle.click .anchor__slot{
  height: 0 !important;
  transition: all 0.3s !important;
}

.layout__nav__toggle {
  width: 1200px;
  height: 65px;
  position: absolute !important;
  z-index: 1 !important;
  top: 0;
  left: calc(50% - 600px);
  flex-wrap: wrap;
  overflow: hidden;
}

.layout__nav__toggle .component__anchor .layout__left.type-1 div[class^='anchor-item-'] {
  font-size: 16px !important;
}

.layout__nav__toggle .component__anchor .layout__right .collect-btn {
  display: flex;
}

.layout__nav__toggle .component__anchor .layout__right .contact-btn {
  display: block;
}

.layout__nav__toggle .anchor__slot {
  width: 1200px;
  height: 0;
  transition: all 0.3s;
}

.layout__nav__toggle .contact-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.layout__nav__toggle .contact-box .cover,
.layout__nav__toggle .contact-box .cover img {
  width: 44px;
  height: 44px;
  background: var(--bg-light-color);
  border-radius: 4px;
}

.layout__nav__toggle .contact-box .detail-box {
  flex: 1;
  margin: 0 10px;
}

.layout__nav__toggle .contact-box .name {
  height: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  margin-bottom: 5px;
}

.layout__nav__toggle .contact-box .level {
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}

.layout__nav__toggle .contact-box .btn {
  width: 98px;
  height: 34px;
  background: var(--theme-primary-color);
  border-radius: 19px;
  line-height: 34px;
  text-align: center;
  color: var(--bg-default-color);
}
