[v-cloak] {
  display: none;
}
.erp-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100px;
  background-color: #FFF;
  text-align: center;
}
.erp-header-cont {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  width: 1200px;
  margin: 0 auto;
}
.erp-header-left, .erp-header-center {
  display: flex;
}
.erp-header-right {
  display: flex;
  flex: 1;
}
.erp-header-center {
  justify-content: center;
}
.erp-header-right {
  display: flex;
  justify-content: flex-end;
}
.erp-header-logo {
  display: flex;
  align-items: center;
  float: left;
  width: 224px;
  height: 100%;
}
.erp-header-logo img {
  width: 258px;
  height: 64px;
}
.erp-header-category {
  display: flex;
  float: left;
  width: 100px;
  height: 100%;
  line-height: 28px;
  margin: 0 20px;
  padding-top: 25px;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.erp-header-category a {
  color: #262626;
}
.erp-header-category a:hover {
  color: #6d97f5;
}
.erp-header-category img {
  width: 34px;
  height: 28px;
  margin-right: 18px;
}
.erp-header-search {
  display: flex;
  align-items: center;
  float: left;
  width: 480px;
  height: 100%;
}
.erp-header-search-box {
  position: relative;
  width: 100%;
  height: 46px;
  border: 1px solid #6d97f5;
  padding-left: 20px;
}
.erp-header-search-box input {
  float: left;
  width: 345px;
  height: 97%;
  padding-left: 25px;
  font-size: 16px;
  color: #595959;
  border: none;
  position: relative;
  top: 1px;
}
.erp-header-search-box .erp-header-search-btn {
  position: absolute;
  right: 0;
  display: block;
  width: 73px;
  height: 100%;
  line-height: 44px;
  background: #6d97f5;
  font-size: 16px;
  color: #FFF;
  text-align: center;
}
.erp-header-search-box .erp-header-search-btn:hover {
  background-color: #477BC9;
}
.erp-header-search-box .erp-header-search-icon {
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  width: 21px;
  height: 21px;
  margin: auto;
  z-index: 1
}
.erp-header-cart-box {
  position: relative;
  float: left;
  height: 100%;
  /* margin-left: 48px; */
  margin-left: 20px;
  padding-right: 11px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #6d97f5;
  font-weight: bold;
}
.erp-header-cart {
  width: 48px;
  height: 48px;
}
.erp-header-cart-box:after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -9px;
  content: '';
  display: block;
  width: 1px;
  height: 40px;
  background: #D9D9D9;
  margin: auto;
}
.erp-header-menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  float: left;
  width: 240px;
  height: 100%;
}
.erp-header-menu > a {
  margin-left: 48px;
  font-size: 16px;
  color: #262626;
  font-weight: bold;
}
.erp-header-menu > a:hover {
  color: #6d97f5
}
.erp-header-category-dropdown {
  display: none;
  position: absolute;
  z-index: 99;
  top: 70px;
  width: 100%;
  background: #FFF;
  padding: 28px 0 33px;
  border: 1px solid #6d97f5;
  border-radius: 4px;
}
.erp-header-category-dropdown:after {
  position: absolute;
  top: -6px;
  left: 260px;
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  background: #FFF;
  border-left: 1px solid #6d97f5;
  border-top: 1px solid #6d97f5;
  transform: rotate(45deg);
}
.erp-category-first-level {
  width: auto;
  padding-right: 16px;
  border-right: 1px solid #D9D9D9;
}
.erp-category-first-level li {
  height: 26px;
  line-height: 26px;
  background: #FFF;
  margin: 2px 0;
  padding: 0 16px;
  font-size: 16px;
  color: #6d97f5;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.erp-category-first-level li.active, .erp-category-first-level li:hover {
  background: #6d97f5;
  color: #FFF;
}
.erp-category-second-level {
  width: auto;
  height: 100%;
  padding-right: 41px;
}
.erp-category-second-level li {
  line-height: 20px;
  margin: 6px 0;
  padding: 0 0 0 30px;
  font-size: 14px;
  color: #595959;
  text-align: left;
  cursor: pointer;
}
.erp-category-second-level li span {
  float: right;
  margin-left: 10px;
  color: #595959;
}
.erp-category-second-level li:hover {
  color: #6d97f5;
}
.erp-category-second-level li:hover span {
  color: #6d97f5;
}
.erp-category-third-level {
  flex: 1;
  padding: 6px 0;
}
.erp-category-third-level li {
  float: left;
  height: 20px;
  line-height: 20px;
  margin: 0 42px 6px 0;
  font-size: 14px;
  color: #8C8C8C;
  cursor: pointer;
}
#auto {
  position: absolute;
  top: 45px!important;
  left: 0px!important;
  width: 85%!important;
  z-index: 999;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .1);
}

#auto .keyitem {
  height: 37px;
  line-height: 37px;
  background: #FFF;
  padding-left: 10px;
  font-size: 14px;
  color: rgba(0, 0, 0, .45);
  text-align: left;
}
