.navheader {
    width: 1192px;
    height: 80px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
  }

  .navleft {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
  }

  .navlogo {
    width: 32px;
    height: 32px;
  }

  .navname {
    height: 24px;
    font-weight: 100;
    font-size: 24px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    margin-left: 10px;
  }

  .navsearchBtn {
    position: relative;
    display: flex;
    align-items: center;
    width: 515px;
    height: 36px;
    padding-right: 94px;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(231, 231, 231, 0.5);
    border-radius: 18px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    color: #959595;
  }

  .navsearchBtn span {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 36px;
    background: linear-gradient(146deg, #D8F367 0%, #F5FDA6 100%);
    border-radius: 18px;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
  }

  .navSearchImg {
    width: 24px;
    height: 24px;
    margin: 0 10px;
  }

  .loginBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
    color: #303030;
    font-style: normal;
    cursor: pointer;
    width: 72px;
    height: 36px;
    border-radius: 17px;
    border: 1px solid #96B32B;
  }