.wm-head-simple {
  width: 100vw;
  height: 216px;
  background: linear-gradient(
    90deg,
    rgba(255, 132, 0, 1) 0%,
    rgba(255, 77, 0, 1) 100%
  );
  border-radius: 0 0 36px 36px;
  margin-bottom: -120px;

  .search {
    display: flex;
    height: 64px;
    border-radius: 32px;
    background-color: #fff;
    padding: 0 32px;
    flex-direction: row;
    align-items: center;
    z-index: 99;
    margin: 24px 24px 0;

    .img {
      margin: 0 16px 0 0;
      width: 32px;
      height: 32px;
    }

    .text {
      font-size: 24px;
      color: #999;
    }
  }
}
