#header {
  height: 80px;
  background: #ffffff;
  display: flex;
  align-items: center;
  box-shadow: 5px 0 5px #e0e0e0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }
  #header .nav {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    #header .nav .logo img {
      margin-right: 5px;
      height: 50px;
      width: 50px; }
    #header .nav .change {
      display: flex;
      align-items: center; }
      #header .nav .change .badge {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        border-radius: 50%; }
      #header .nav .change .school {
        font-size: 15px;
        color: #202020;
        margin-bottom: 5px;
        font-weight: 300; }
      #header .nav .change .choose {
        font-size: 12px;
        color: #409eff;
        cursor: pointer;
        font-weight: 300;
        position: relative;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none; }
        #header .nav .change .choose .list {
          position: absolute;
          display: none;
          left: -50%;
          top: 20px;
          background: #ffffff;
          border-radius: 5px;
          border: 1px solid #DCDFE6;
          color: #333333;
          width: 150%; }
          #header .nav .change .choose .list .item {
            color: #333;
            font-weight: bold;
            text-decoration: none;
            display: flex;
            align-items: center;
            line-height: 50px;
            font-size: 12px;
            border-bottom: 1px solid #DCDFE6; }
            #header .nav .change .choose .list .item:last-child {
              border-bottom: none; }
            #header .nav .change .choose .list .item div {
              width: 90px;
              white-space: nowrap;
              overflow: hidden;
              text-overflow: ellipsis; }
            #header .nav .change .choose .list .item img {
              height: 20px;
              width: 20px;
              margin: 0 10px; }

/*# sourceMappingURL=header.css.map */