.welcome {
  .search {
    position: absolute;
    top: 7px;
    left: 120px;
    width: 530px;
  }

  .apptab {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 578px;
    margin-left: -178px;
    img {
      width: 100%;
    }
    span {
      position: absolute;
      bottom: 0;
      left: 68px;
      width: 134px;
      height: 74px;
      cursor: pointer;
    }
  }

  .subscribe {
    position: absolute;
    top: 334px;
    left: 11px;
    width: 568px;
  }

  .menu {
    position: absolute;
    bottom: 30px;
    left: 11px;
    width: 688px;
    img {
      width: 100%;
    }
    span {
      position: absolute;
      top: 95px;
      left: 248px;
      width: 160px;
      height: 76px;
      cursor: pointer;
    }
  }
}