.orientation-bottom {
  position: fixed;
  bottom: 1.5rem;
  right: 0.3rem;
  z-index: 10;
  width: 1rem;
  height: 2.5rem;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  .homePageImg,
  .addImg {
    width: 0.5rem;
    height: 0.5rem;
  }
  .homePage,
  .add {
    height: 1.25rem;
    line-height: 1.25rem;
    width: 100%;
    align-items: center;
    text-align: center;
  }
  .homePage {
    border-bottom: 1px solid #5e5e5e;
  }
}

.orientation-bottom-1 {
  position: fixed;
  bottom: 1.5rem;
  right: 0.3rem;
  z-index: 10;
  width: 1rem;
  height: 1rem;
  border: 1px solid transparent;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #000000;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  .homePageImg,
  .addImg {
    width: 0.5rem;
    height: 0.5rem;
  }
  .homePage,
  .add {
    height: 1.25rem;
    line-height: 1.25rem;
    width: 100%;
    align-items: center;
    text-align: center;
  }
}
