.public-header {
  width: 100%;
  position: fixed;
  top: 0;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 16px 0px rgba(183, 194, 219, 0.3);
  height: 91px;
  z-index: 10;
  left: 0;
  box-sizing: border-box;
}
.public-header.xr-header{
  height: 57px;
}
.public-header .sub-header{
  height: 34px; border-bottom: 1px solid #dddddd;
}
.public-header .sub-header.xr-sub-header{
  height: 0px;
border-bottom:0px;

}
.public-header .nav-contain {
  display: flex;
}
.public-header .el-menu--horizontal:not(.origin)>.el-menu-item,.public-header  .el-menu--horizontal:not(.origin)>.el-submenu .el-submenu__title{
  font-size: 14px;
}
.public-header .el-menu.el-menu--horizontal{
  border: 0;
  display: flex;
}
.public-header .el-menu.el-menu--horizontal>.el-menu-item>a{
  color: #28282b;
}
.public-header .el-menu.el-menu--horizontal>.el-menu-item:hover>a{
  color: #1180ff;
}
.el-menu--horizontal .el-menu--popup .el-menu-item>a{
  color: #28282b;
}
.el-menu--horizontal .el-menu--popup .el-menu-item:hover>a{
  color: #1180ff;
}
.public-header .el-submenu.is-opened>.el-submenu__title .el-submenu__icon-arrow{
  color: #1180ff;
}
/* .public-header .el-submenu{
  padding: 0 20px;
} */
.public-header .home-logo {
  margin-right: 20px;
  width: 123px;
  height: 21px;
  margin-top: 17px;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/static/assets/img/logo-text.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: center;
}
.public-header .home-logo.xr{
  width: 123px;
  height: 40px;
  margin-top: 10px;
  background-image: url(/static/assets/img/sun_logo.svg);
}

.public-header .header-toollist{
  display: flex;
  position: relative;
  flex-shrink: 0;
}
.public-header .menu-link{
  display: block;
}
.el-icon-arrow-up{
  position: relative;
}
.el-icon-arrow-up:before{
  position: absolute;
  content: ''!important;
  width: 17px !important;
  height: 17px !important;
  background-image: url(/static/assets/img/icon-down.svg);
  left: 50%;
  margin-left: -9px;
  top: 50%;
  margin-top: -8px;
  color: transparent;
}
.el-icon-arrow-up.is-reverse:before{
  background-image: url(/static/assets/img/icon-down-resort.svg);
}
.el-select .el-input .el-select__caret.el-icon-arrow-up{
  transform:rotateZ(0deg);
}