.dinbu {
    width: 100%;
    height: 72px;
    background: #ffffff;
    border-radius: 0px 0px 32px 32px;
    box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.10000000149011612);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 43px;
    padding-right: 43px;
    box-sizing: border-box;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
  }
  .wuliu {
    width: 225px;
    height: 72px;
  }
  .touxian{
      display: flex;
      align-items: center;
  }
  .tou-img{
      display: flex;
      align-items: center;
      cursor: pointer;
      color: #606266;
  }
  .name:hover{
    color: royalblue;
  }
  .tuichus:hover{
    color: royalblue;
    cursor: pointer;
  }
  .touxina{
      width: 23px;
      height: 24px;
  }
  .name{
      font-size: 16px;
      color: #606266;
      margin-left: 11px;
  }
  .you-img{
      width: 24px;
      height: 24px;
      cursor: pointer;
  }
  .yous{
      position: relative;
      margin-left: 32px;
  }
  .dian{
    width: 11px;
    height: 11px;
    background: #f56c6c; 
    position: absolute;
    right: -5px;
    top: -5px;
    border-radius: 50%;
  }
  .tuichus{
      font-size: 15px;
      color: #909399;
      margin-left: 32px;
  }
  .yunshu{
      width: 30%;
      display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .yun{
      font-size: 16px;
      color: #606266;
      position: relative;
      cursor: pointer;
      font-weight: 600;
  }
  .yun:hover{
    color: #2F54EB;
  }
  .active{
    font-size: 16px;
    color: #2F54EB;
    position: relative;
    cursor: pointer;
    font-weight: 600;
}
  .gexian{
    width: 37px;
    height: 5px;
    background: #2F54EB;
    border-radius: 3px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%,-50%);
    box-shadow: 0px 3px 16px 0px rgba(0,0,0,0.10000000149011612); 
  }