/* // 头部 */
#herder {
  position: fixed;
  top: 0;
  height: 88px;
  width: 100%;
  background: rgba(25, 56, 97, 0.3) ;
  z-index: 999;
}

.box-active {
  /*position: fixed;*/
  background: rgba(25, 56, 97, 1) !important;
  top: 0;
}

#left img {
  margin: 29px 0 0 100px;
  width: 168px;
  height: 40.53px;
  opacity: 1;
  margin-left: 200px;
}

#herder #right {
  margin-top: -48px;
  float: right;
  width: 636px;
  height: 47px;
  line-height: 47px;
  padding-right: 100px;
}

#title {
  float: left;
  width: 106px;
  height: 47px;
  opacity: 1;
  background-color: rgba(25, 56, 97, 1, 0.3);
  text-align: center;
  line-height: 47px;
}

#right #title a {
  left: 1219px;
  top: 20px;
  width: 36px;
  height: 27px;
  opacity: 1;
  /** 文本1 */
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: center;
  color: #fff;
}

#right #title a:hover {
  color: rgba(3, 228, 240, 1);

}

.el-dropdown-link {
  cursor: pointer;
  color: pink;
}

.el-icon-arrow-down {
  font-size: 12px;
}

.el-dropdown-link:hover {
  color: rgba(3, 228, 240, 1);
}


.under {
  width: 184px;
  height: 188px;

}

.under .item {
  width: 100%;
  height: 47px;
  background: rgba(25, 56, 97, 1);
  border-bottom: 1px solid rgba(69, 104, 150, 1);

}

.newDrop {
  width: 220px;
  background: rgba(25, 56, 97, 1) !important;
  border: none !important;

}

.newItem {
  width: 100% !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
  text-align: center !important;
  color: #fff !important;
  padding: 6px 0 !important;
  background: rgba(25, 56, 97, 1) !important;
}

.newItem a:hover {
  color: rgba(3, 228, 240, 1) !important;

}

.newItem:hover {
  color: rgba(3, 228, 240, 1) !important;

}