.desktop {
  display: none;
}

.mobile {
  display: block;
  height: 100%;
}

a {
  display: block;
  text-decoration: none;
}

img {
  vertical-align: middle;
}

body {
  background-repeat: no-repeat;
  height: 100vh;
  margin: 0;
  background-size: cover;
  background-color: black;
}

.wrap-body {
  max-width: 750px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}

.top-btn {
  width: 100%;
}



.logo-header {
  height: auto;
}

.btn-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.8rem 0.6rem;
  gap: 4vw;
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #000000;
  border-radius: 16px 0 0 16px;
  border: 1px solid #97d432;
}

.btn-list img {
  height: 11vw;
}

.btnimg {
  z-index: 40;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: 15px;
}

.icon-img {
  height: 3.3rem;
}

.txt-img {
  /* width: 100%; */
  height: 12px;
}

.btnimg span {
  font-size: 11px;
  color: rgb(255, 255, 255);
}

.device-area,
.device-app {
  display: flex;
  justify-content: center;
  align-items: center;
}

.device-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.device-app div {
  width: 50%;
}

.device-area a img,
.device-app a img {
  width: 100%;
}

.main-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

.device-area,
.recommend,
.device-app {
  max-width: 750px;
}

.ios-btn img,
.device-area img,
.device-app img,
.recommend img,
.andriod-btn img {
  width: 100%;
}

.recommend {
  position: relative;
  flex: 1;
  overflow: auto;
  padding-bottom: 2vw;
}

.title-img {
  margin-top: -5vw;
  text-align: center;
}

.title-img img {
  width: 100%;
  margin: 0 auto;
}

.footer-area {
  max-width: 750px;
  height: 25vw;
  flex-shrink: 0;
}

.tip-title {
  text-align: center;
  display: flex;
  flex-direction: column;
  margin-top: 2vw;
}

.tip-title img {
  height: 5vw;
  object-fit: contain;
}

.tip img {
  width: 60%;
}

@media screen and (max-width: 480px) {
  .logo-header {
    width: 100%;
  }

  .icon-img {
    height: 2.8rem;
  }

  .footer-area {
    max-width: 750px;
    bottom: 0;
    background: #000;
    padding: 0.6rem 0.4rem 0.5rem;
  }

  .btnimg {
    margin-left: 10px;
  }

  .btnimg span {
    font-size: 10px;
  }

  .txt-img {
    height: 10px;
  }
}

@media screen and (max-width: 375px) {
  .logo-header {
    height: auto;
  }

  .btnimg {
    margin-left: 5px;
  }

  .icon-img {
    height: 2rem;
  }

  .title-img img {
    width: 93%;
  }
}

.tabs {
  padding: 0 2vw;
}

.tabs-nav {
  display: flex;
  margin-bottom: 2vw;
  position: sticky;
  top: 0;
  background-color: #000;
  z-index: 9;
}

.tabs-nav-item {
  flex: 1;
}

.is-active .tabs-nav-img {
  display: none;
}

.tabs-nav-active-img {
  display: none;
}

.is-active .tabs-nav-active-img {
  display: block;
}

.tabs-content-item {
  display: none;
}

.tabs-content-item.is-active {
  display: block;
}

.tabs-content-item.is-active.rc-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1vw;
}

.tabs-content-item {
  display: none;
}
