#appHeader{
  background: #546F97;
  width: 100%;
  position: fixed;
  z-index: 3000;
}

.header {
  width: 1200px;
  height: 50px;
  background: #546F97;
  margin:0 auto;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .left img {
  width: 263px;
  height: 40px;
}
.header .left{
  display: flex;
  align-items: center;
}
.header .line {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
.header .el-dropdown{
  margin-left:10px;
}
.header .left .el-dropdown-link {
  cursor: pointer;
  color: #fff;
}
.header .right .el-dropdown-link {
  display: flex;
  cursor: pointer;
  align-items: center;
  color: #fff;
}
.header .el-icon-arrow-down {
  font-size: 12px;
}

.header .right {
  color: #fff;
  display: flex;
  align-items: center;
}
.header .right span.company {
  display: inline-block;
  width: 96px;
  text-align: center;
  height: 30px;
  background: #546F97;
  border-radius: 17px 17px 17px 17px;
  opacity: 1;
  border: 1px solid #2652A0;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 30px;
  margin-left:12px;
  cursor: pointer;
}
.header .right img {
  height:32px;
  width:32px;
  margin:0 8px 0 10px;
  border-radius: 50%;
}
.header .right .message {
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}
.header .right .message span {
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: #FF7474;
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 16px;
  right: -13px;
  top: -7px;
}

.header .menu {
  margin-left:66px;
  color:#fff;
  height: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 50px;
  position: relative;
  display: flex;
}
.header .menu span{
  cursor: pointer;
  margin-right: 40px;
  line-height: 50px;
}
.header .menu span:hover{
  color:#d6b980;
}
.header .menu span.active {
  color:#d6b980;
}
.header .menu span .badge-dot {
  font-size: 12px;
  position: relative;
  left: 7px;
  top: -7px;
  color: #FF7474;
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 10px;
  /*display: inline-block;*/
  /*width: 6px;*/
  /*height: 6px;*/
  /*border-radius: 50%;*/
  /*background-color: #FA6A43;*/
  /*margin-left: 2px;*/
  /*line-height: 40px;*/
  /*vertical-align: text-top;*/
}
.header .menu span .badge-dot:before {
  position: absolute;
  top: -20px;
  left: -4px;
}

.header .menu .pop-menu {
  position: relative;
}
.header .menu .pop-menu:hover .menu-pop {
  display: block;
}
.header .menu .triangle {
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid transparent;
  position: relative;
  margin-left: 5px;
  top: 0;
}
.header .menu .pop-menu:hover .triangle {
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-bottom: 4px solid #fff;
  top: -4px;
}
.header .menu .menu-pop {
  display: none;
  z-index: 2;
  position: absolute;
  top: 50px;
  left: -20px;
}
.header .menu .menu-pop .menu-pop-body {
  display: flex;
  flex-wrap: wrap;
  background: #FFFFFF;
  box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.2);
}
.header .menu .menu-pop .menu-pop-body p {
  width: 70px;
  font-weight: 400;
  font-size: 15px;
  color: rgba(23,35,64,0.85);
  line-height: 39px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
  text-align: center;
}
.header .menu .menu-pop .menu-pop-body p:hover {
  color: #2652A0;
}

/*机构站点*/
/*.header .cs-entry {*/
/*  width: 86px;*/
/*  height: 26px;*/
/*  border-radius: 13px 13px 13px 13px;*/
/*  border: 1px solid rgba(255,255,255,0.4);*/
/*  background-color: rgba(23, 35, 64, 1);*/
/*  margin-left: 7px;*/
/*}*/
/*.header .cs-entry span {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*  color: #fff;*/
/*  font-size: 12px;*/
/*}*/
/*.header .cs-entry i {*/
/*  font-size: 16px;*/
/*}*/
/*.header .cs-entry:hover,*/
/*.header .cs-entry.active {*/
/*  background-color: #fff;*/
/*}*/
/*.header .cs-entry:hover span,*/
/*.header .cs-entry.active span {*/
/*  color: rgba(23, 35, 64, 1);*/
/*}*/
/*.header .cs-entry.active {*/
/*  cursor: default;*/
/*}*/