body,
div,
section,
article,
header,
nav,
footer,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
img,
form,
fieldset,
legend,
input,
textarea,
blockquote,
th,
td,
menu,
figure,
dir {
  margin: 0 auto;
  padding: 0
}

body {
  -webkit-text-size-adjust: none
}

body,
button,
input,
select,
textarea {
  font: 1rem/1.65 \5fae\8f6f\96c5\9ed1, \5b8b\4f53, Arial, Verdana
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  font-size: 100%;
  font-weight: normal
}

q:before,
q:after {
  content: ''
}

address,
cite,
dfn,
em,
var {
  font-style: normal
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace
}

small {
  font-size: 11px
}

sup {
  vertical-align: text-top
}

sub {
  vertical-align: text-bottom
}

legend {
  color: #000;
  display: none
}

img {
  border: 0
}

input,
button,
textarea,
select {
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit
}

button {
  cursor: pointer
}

textarea {
  overflow: auto
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
  content: "";
  display: table
}

.clearfix:after,
.container:after {
  clear: both
}

.clearfix,
.container {
  *zoom: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

.pa {
  position: absolute
}

.tal {
  text-align: left
}

.tar {
  text-align: right
}

.tac {
  text-align: center
}

.pr {
  position: relative
}

.hide {
  display: none
}

:focus {
  outline: 0 none
}

a,
.hand {
  cursor: pointer
}

.vam {
  vertical-align: middle
}

.vat {
  vertical-align: middle
}

html {
  -webkit-text-size-adjust: none
}

html {
  font-size: 12px;
  height: 100%
}

.wrap {
  min-height: 100vh;
  background-color: #fff;
  background: linear-gradient(to bottom right, rgb(255, 139, 254), rgb(255, 177, 177)) no-repeat left top/100% 100%;
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

.container{
  width:1200px;
  color:#fff;
}

a {
  color: #fff;
}

.logo{
  padding:5rem 0 3rem;text-align:center;
  margin-bottom: 5rem;
}
.logo img{
  display:block;
  margin:auto;
  max-width: 100%;
}
.ai{position:fixed;top:5%;right:6%}
.ai img{
  animation:Anai 1s infinite;
}
@keyframes Anai {
  0% {transform:scale(0.8,0.8);}
  25% {transform:scale(1,1);}
  100% {transform:scale(0.8,0.8);}
}
.goapp{
  padding:15rem 0 3rem;
  text-align:center;
}
.goapp a{
  display:inline-block;
  width:20rem;
  line-height:5rem;
  margin:auto .5rem;
  text-align:center;
  background:linear-gradient(-30deg,rgba(119,19,203,1),rgba(54,115,255,1));
  border-radius:4rem;
  font-size:1.8rem;
  color:#fff;
}
.goapp a::before{
  display:inline-block;
  vertical-align: middle;
  margin-right:.3rem;
  width:2.3rem;
  height:2.3rem;
  background:50%/cover no-repeat;
  content:''
}
.goapp em{display: inline-block;vertical-align: middle}
a.android::before{background-image:url(../img/icon_Android.png)}
a.ios::before{background-image:url(../img/icon_ios.png)}
a.googleplay::before{background-image:url(../img/icon_google.png)}
footer{
  padding:2rem 0;
  text-align: center;
  opacity: 0.6;
  color: #fff;
}

.swiper-container {
  margin:2rem auto;
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  padding-bottom:1rem;
  /* Center slide text vertically */
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; */
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; */
  transition: 300ms;
  filter: blur(3px);
  font-size:1.6rem;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{bottom:-5px}
.swiper-slide img{display:block;margin-bottom:.5rem}
.swiper-slide-active{
  filter: blur(0px);
  position:relative;
  z-index:10;
}
.swiper-slide:not(.swiper-slide-active){
  transform: scale(0.8);
}

.swiper-slide img {
  width: 100%;
}

@media screen and (min-width:320px) and (max-width:1024px) {
  .container{
    width:auto;
  }
  .logo{
    padding:5rem 9.5rem 1rem;
  }
  .ai{right:2%}
  .ai img{width:7rem}
  .goapp{padding:1rem 0}
  .goapp a{
    display:block;
    margin:.6rem auto;
    width:14rem;
    line-height:3.2rem;
    font-size:1.3rem;
  }
  .swiper-slide{font-size:1rem}
  footer{
    padding:1rem 0;
  }
}

@media screen and (min-width:1025px) and (max-width:1200px) {
  html {
    font-size: 13px
  }
}

@media screen and (min-width:1201px) and (max-width:1300px) {
  html {
    font-size: 14px
  }
}

@media screen and (min-width:1441px) {
  html {
    font-size: 15px
  }
}

