:root {
	--base-font-size: calc(0px + (30 - 10) * ((100vw - 0px) / (375 - 0)));
}

@media (min-width: 375px) and (max-width: 750px) {
  :root {
    --base-font-size: calc(20px + (12 - 10) * ((100vw - 375px) / (750 - 375)));
  }
}

@media (min-width: 750px) and (max-width: 960px) {
	:root {
		--base-font-size: calc(40px + (12 - 10) * ((100vw - 750px) / (960 - 750)));
	}
}

@media (min-width: 960px) and (max-width: 1200px) {
	:root {
		--base-font-size: calc(28px + (12 - 10) * ((100vw - 960px) / (1200 - 960)));
	}
}

@media (min-width: 1200px) {
	:root {
		--base-font-size: 28px;
	}
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  margin: 0;
  box-sizing: border-box;
}

html {
  font-size: var(--base-font-size);
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.52;
  background-color: rgb(0 0 0);
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}

 
.defaultimg,
div:has(> img:not([src])),
div:has(> img.loading),
a:has(> img:not([src])),
a:has(> img.loading) {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

img {
   width: 100%;
   height: 100%;
   vertical-align: initial;
}


img:not([src]),
img.loading {
    content: url("../images/holder@3x.png");
    width: 14.6rem !important;
    /* width: 14.6rem; */
    height: 11.0rem;
    max-width: 80%;
    max-height: 80%;
    margin: 0 auto;
    -o-object-fit: contain;
    object-fit: contain;
    background-size: contain;
    background-position: center;
}

img[src]:not(.loading) {
    content: unset;
    -o-object-fit: cover;
    object-fit: cover;
}

.container {
  width: 18.75rem;
  max-width: 18.75rem;
}

.content-area {
  max-width: 18.75rem;
  z-index: 500;
  /* padding-top: 3rem; */
}

.photo {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 100%;
  aspect-ratio: 375 / 420;
}

.layout {
  width: 100%;
  height: calc(100%);
  padding: 4.6rem 0 0 0;
  background-color: rgb(0 0 0);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}

.top {
  max-width: 18.75rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.top-btn {
  padding: 0.65rem 0;
  width: 100%;
  width: 100%;
  position: fixed;
  z-index: 2;
}

.top-head {
  width: 18.75rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgb(0 0 0);
  padding: 0 0.425rem;
  position: relative;
  z-index: 200;
}

.logo-header {
  width: 5.2rem;
  height: 2rem;
}

.logo-header > img[src]:not(.loading){
  object-fit: contain;
}

.sc > img[src]:not(.loading){
  object-fit: contain;
}

.btn-list {
  width: 7.0rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btnimg {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.btnimg>div {
  color: rgb(255 255 255);
  font-size: 0.5rem;
}

.icon-img {
  width: 1.3rem;
  height: 1.3rem;
}

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

.title-img {
  width: 100%;
}

.contact-device {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 18.75rem;
  bottom: 1.1rem;
  z-index: 600;
  flex-direction: column;
}

.contact-device a {
  width: 6.515rem;
  height: 1.7rem;
}

.contact-device a img {
  width: 100%;
}


.set-up-tip0 {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  font-size: 0.6rem;
  margin: 0 0 0.425rem 0;
}

.set-up-tip {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 0.455rem;
}

.download-btn {
  flex: 1;
  max-width: 60%;
  height: 50px;
  border: #99ffff solid 1px;
  border-radius: 20px;
  margin: 0 10px;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}


.mask {
  z-index: 700;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  max-width: 18.75rem;
}

.mask img {
  width: 100%;
  height: 300px;
}

.question {
  z-index: 600;
  background-color: rgba(250, 250, 250, 1);
  position: absolute;
  width: 100%;
  height: 100vh;
  max-width: 18.75rem;
  display: none;
}

.question-list {
  width: 100%;
  padding-top: 72px;
  display: flex;
  flex-direction: column;

}

.question-list-item {
  width: 100%;
  max-width: 18.75rem;
  display: flex;
  flex-direction: column;
  background-color: rgba(250, 250, 250, 1);
  justify-content: space-between;
}

.question-list-item-title-content {
  display: none;
  padding: 16px;
  background-color: rgb(255, 255, 255);
  font-size: 14px;
  color: rgb(27, 28, 29);
}

.question-list-item-title-content a {
  font-size: 14px;
  color: rgb(61, 121, 252);
}

a:hover {
  font-size: 14px !important;
  color: rgb(61, 121, 252) !important;
}

.question-list-item-title {
  width: 100%;
  height: 54px;
  max-width: 18.75rem;
  padding: 0 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: rgba(0, 0, 0, 0.05) solid 1px;
}

.question-list-item-title p {
  font-size: 16px;
  color: rgb(27, 28, 29);
}

.question-list-item-title p span {
  font-size: 16px;
  color: rgb(97, 120, 155);
}

.question-list-item-title img {
  width: 30px;
  height: 30px;
}

.address {
  width: 90%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: rgb(255 255 255);
  border-radius: 15px;
  padding-top: .9rem;
  padding-bottom: .9rem;
}

.addresstitle {
  color: #000;
  font-size: 21px;
  line-height: 70px;
  text-align: center;
}

.address-item {
  text-align: center;

}

.address-item img {
  width: 100% !important;
  height: unset;
  padding: .5rem;
}

.nav {
  max-width: 18.75rem;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 10px;
  position: fixed;
  top: 0;
  border-left: 1px solid rgb(0 0 0 / 22%);
  border-right: 1px solid rgb(0 0 0 / 22%);
}

.nav img {
  height: 40px !important;
  width: 40px !important;
}

.nav p {
  color: rgba(51, 51, 51, 1);
  font-size: 18px;
}


#img {
  display: flex;
  flex-wrap: wrap;
}

.btn {
  padding: 20px 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn button {
  width: 335px;
  height: 50px;
  border-radius: 25px;
  background-color: rgba(0, 0, 0, 1);
  border: none;
  color: #fff;
  font-size: 18px;
}

.btnn {
  font-size: .9rem;
  color: #ffffff;
  padding: 10px;
}

.background {
  background-color: #F79000;
  padding: 8px;
  border-radius: 5px;
  text-align: center;
}

.tutorial,
.setting-disable {
  z-index: 101;
  max-width: 18.75rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  width: 100%;
  display: none;
  background-color: rgb(0, 0, 0);
  margin-top: 5rem;
  padding-top: 1rem;
  padding-bottom: 2rem;
  text-align: center;
}

.tutorial img {
  width: 100%;
}

.setting-disable img {
  width: 90%;
}

.download-bg,
.download-android-bg {
  z-index: 600;
  max-width: 18.75rem;
  position: absolute;
  top: 0;
  width: 100%;
  height: auto !important;
  min-height: 100%;
  flex-direction: column;
  background: rgba(250, 250, 250, 1);
  background-color: rgb(0 0 0);
}

.logo {
  height: 46px;
}

.back {
  height: 40px;
  width: 40px;
}

.back_ {
  height: 40px;
  width: 40px;
  opacity: 0;
}

a:hover {
  font-size: 14px !important;
  color: rgb(61, 121, 252) !important;
}


.model {
  max-width: 18.75rem;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 999;
}

.btn_ {
  margin: 16px 0;
}

.model p {
  padding: 10px 40px;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
}

.email-txt {
  font-size: 13px !important;
}

pre {
  white-space: pre-line !important;
}

.download-bg,
.download-android-bg {
  max-width: 18.75rem;
  width: 100%;
}

.download-bg img,
.download-android-bg img {
  width: 100%;
}

.description {
  margin-top: 5rem;
  padding: 2.5rem;
}

.description-android {
  margin-top: 5rem;
}

.device-list {
  flex: 1;
  overflow-y: scroll;
  padding: .8rem 1.5rem 1rem 1.5rem;
  box-sizing: border-box;
  padding-bottom: 5rem;
}

.device-list .item {
  width: 100%;
  padding-top: 1rem;
  display: flex;
}

.device-list .item img {
  width: 100%;
}

.tip-1 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ios-img-title,
.android-img-title,
.setting-img-title {
  text-align: center;
}

.ios-img-title img,
.android-img-title img,
.setting-img-title img {
  width: 100% !important;
  height: 1.4rem !important;
}


.logo-scroller {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}

.logo-scroller-items {
  margin: -58px 0;
  overflow: hidden;
  cursor: default;
}

.logo-scroller-row {
  display: flex;
  position: relative;
  white-space: nowrap;
  justify-content: space-around;
  gap: 40px;
}

.logo-scroller-item {
  position: relative;
  flex: 1 1 auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.logo-scroller-item span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

/* Default logo size */
.logo-scroller-item span img {
  object-fit: contain;
  display: block;
  height: 6.5rem;
}

.auto_slider_container {
  width: 18.75rem;
  display: flex;
  margin: -1rem 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 100;
}

.auto_slider {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: rotation 70s linear infinite;
}

.auto_slider li {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18.75rem;
  width: 18.75rem;
  height: 9.0rem;
}

.swiper.mySwiper2 {

}

.swiper-backface-hidden .swiper-slide {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}


.btn-1, .btn-2, .hint, .tip-1 {
  display: flex;
}

@keyframes rotation {
  0% {
    transform: translateX(0)
  }

  100% {
    transform: translateX(-100%)
  }
}

@media (min-width: 750px) {
  .container {
    width: 18.75rem;
  }
}
