.jy-header {
  background-color: #EFEFF6;
  display: flex;
  flex-direction: row;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.jy-header .section-left {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.jy-header .section-left .logo {
  border-radius: 5px;
  width: 50px;
}
.jy-header .section-left .item-title {
  margin: 0 10px;
}
.jy-header .section-left .item-title .title {
  color: #666666;
  font-size: 25px;
  font-weight: 500;
}
.jy-header .section-right {
  font-size: 16px;
}
.jy-header .section-right .icon {
  font-size: 16px;
}
