@charset "UTF-8";
#app {
  display: flex;
  justify-content: center;
  min-height: 100vh;
  background: #000;
}
.header {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 1.2rem;
  padding: 0 0.2rem;
}
.header .brand-title-logo {
  cursor: pointer;
  display: flex;
  align-content: center;
  height: 0.56rem;
}
.header .headerRight {
  display: flex;
}
.header .headerRight img {
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 0.25rem;
}
.header img {
  height: 0.38rem;
}
.mobile {
  position: relative;
  overflow: hidden;
  width: 7.5rem;
  height: 100%;
  box-sizing: border-box;
  padding-top: 1.2rem;
}
.mobile #bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  filter: blur(8px);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.mobile .contentWrap {
  padding-top: 1.2rem;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.mobile .contentWrap::-webkit-scrollbar {
  display: none;
}
.mobile .swiper-container {
  width: 100%;
  height: 6rem;
  overflow: hidden;
}
.mobile .swiper-container .swiper-slide {
  width: 5.86rem !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.mobile .swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
  border-radius: 0.1rem;
}
.mobile .swiper-container .swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
.mobile .swiper-container .swiper-slide-prev {
  transform: scale(0.8);
  transform-origin: right center;
  opacity: 0.7;
}
.mobile .swiper-container .swiper-slide-next {
  transform: scale(0.8);
  transform-origin: left center;
  opacity: 0.7;
}
.mobile .slideWrap {
  height: 8rem;
}
.mobile .slideWrap .newWorks {
  width: 100%;
  padding: 0 0.24rem 0.1rem;
}
.mobile .slideWrap .newWorks .titleImg {
  display: block;
  width: 1.07rem;
  height: 0.35rem;
}
.mobile .slideWrap .newWorks .workSwiper {
  width: 100%;
  height: 2.1rem;
  overflow: hidden;
}
.mobile .slideWrap .newWorks .workSwiper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
  animation: move-41e1645b 30s linear infinite;
}
.mobile .slideWrap .newWorks .workSwiper .swiper-slide {
  flex-shrink: 0;
  width: 3.3rem;
  height: 100%;
  padding: 0.1rem 0.12rem 0 0;
  background-size: 100% 100%;
}
.mobile .slideWrap .newWorks .workSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 0.08rem;
}
@keyframes move-41e1645b {
  to {
    transform: translate(0);
  }
  0% {
    transform: translate(-33rem);
  }
}
.mobile .slideWrap .newActivity {
  width: 100%;
  padding: 0 0.24rem;
}
.mobile .slideWrap .newActivity .titleImg {
  display: block;
  width: 1.07rem;
  height: 0.35rem;
}
.mobile .slideWrap .newActivity .activitySwiper {
  width: 100%;
  height: 1.5rem;
  overflow: hidden;
}
.mobile .slideWrap .newActivity .activitySwiper ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  height: 100%;
  animation: move2-41e1645b 20s linear infinite;
}
.mobile .slideWrap .newActivity .activitySwiper .swiper-slide {
  flex-shrink: 0;
  width: 3.2rem;
  height: 100%;
  padding: 0.1rem 0.1rem 0 0;
  background-size: 100% 100%;
}
.mobile
  .slideWrap
  .newActivity
  .activitySwiper
  .swiper-slide
  img {
  width: 100%;
  height: 100%;
  border-radius: 0.06rem;
}
@keyframes move2-41e1645b {
  0% {
    transform: translate(0);
  }
  to {
    transform: translate(-25.6rem);
  }
}
.mobile .slideWrap .fontBottom {
  padding-top: 0.2rem;
  text-align: center;
}
.mobile .slideWrap .fontBottom img {
  width: 3.4rem;
  height: 0.24rem;
}
.mobile .footer-wrap {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 7.5rem;
  height: 1.15rem;
}
.mobile .footer-wrap .btnWrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mobile .footer-wrap .btnWrap .by {
  width: 3.12rem;
  height: 0.59rem;
}
.mobile .footer-wrap .btnWrap .andOrios {
  width: 3.67rem;
  height: 0.59rem;
}

.mobile .install-doc-entry {
  position: fixed;
  left: 50%;
  bottom: 1.28rem;
  z-index: 11;
  display: none;
  width: 4.62rem;
  padding: 0.14rem 0.2rem;
  border: 1px solid rgba(255, 191, 83, 0.6);
  border-radius: 999px;
  background: rgba(15, 15, 15, 0.88);
  color: #ffcf70;
  font-size: 0.28rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  box-shadow: 0 0.12rem 0.28rem rgba(0, 0, 0, 0.28);
  transform: translateX(-50%);
}

.mobile .install-doc-entry:active {
  opacity: 0.92;
}
