*{margin:0;padding:0;list-style: none;}
#home-splash{position:fixed; top:0;left:0;width:100%;height:100%;z-index:120;background:linear-gradient( 0deg, #fff 0%, #E5C8FF 100%);display: flex; align-items: center;justify-content: center;display: flex;}
#home-splash.hide{display:none}
#home-splash img{height: 40px; animation: splashANi 2s infinite; display: block;transform-origin: center bottom;}


@keyframes splashANi {
  0%{transform: translateY(0) scale(1,1);}
  30%{transform: translateY(0) scale(1.025, .975);}
  60%{transform: translateY(-10px) scale(.975, 1.025);}
  80%{transform: translateY(0px) scale(1, 1);}
}

#home-landpage{
  font-size:14px;
  font-family: 'Avenir Next', Helvetica, Arial, sans-serif;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100;
  background:#fff
}

#home-landpage .in-mc{
  max-width: 1100px;
  margin:0 auto;
  width:100%;
}

#home-landpage .site-header{
  width:100%;
  max-width: 1100px;
  margin:0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:100px;
}
#home-landpage .site-header .btn-menu svg{
  display: none;
}
#home-landpage .site-header .logo h1{
  font-size: 0;
}
#home-landpage .site-header .logo  img{
  display: block;
  width:212px;
}
#home-landpage .site-header .nav {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
#home-landpage .site-header .nav .onav{
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  color:#000;
  margin:0 15px;
}
#home-landpage .site-header .nav .onav.cur{
  font-weight:bold;
  font-size: 16px;
  position:relative;
}
#home-landpage .site-header .nav .onav.cur::after{
  content: '';
  position: absolute;
  left:0;
  right:0;
  bottom: 2px;
  height: 3px;
  background:#CA92FF;
  filter: blur(3px);
}

#home-landpage .site-header .nav .btn-login{
  display: flex;
  align-items: center;
  justify-content: center;
  height:50px;
  padding:0 20px;
  background:#000;
  color:#fff;
  font-size:14px;
  min-width: 60px;
  border-radius: 10px;
}

#home-landpage .first-screen{
  background:#FAF3FF url(/images/home/bn-bg.png) bottom -10px right calc(50% - 250px) no-repeat;
  background-size: 755px auto;
}

#home-landpage .first-screen .in-mc{
  display: flex;
  align-items: center;
  min-height: 740px
}

#home-landpage .first-screen .in-mc{
  max-width: 1000px;
}
#home-landpage .first-screen .the-txt{
  width:50%;
  padding: 80px 0 160px;
}

#home-landpage .first-screen .the-img {
  position:relative;
  height: 740px;
  flex:1;
}
#home-landpage .first-screen .the-img img{
  position:absolute;
  width: 70%;
  top: 0;
  left: 15%;
  transition: all .3s ease-in-out;
  transform: translateY(40px);
  opacity: 0;
  cursor: pointer;
}
#home-landpage .first-screen .the-img img.cur{
  opacity: 1;
  transform: translateY(0);
}


#home-landpage .first-screen .solgn h1{
  font-size:46px;
  margin: 30px 0;
  line-height: 1;
}
#home-landpage .first-screen .solgn img{
  display: block;
  height: 50px
}
#home-landpage .first-screen .sub-txt{
  font-size: 20px;
  padding: 24px 0 50px;
}

#home-landpage .first-screen .the-act {
  display: inline-flex;
  flex-direction: column;
  gap:13px;
}
#home-landpage .first-screen .the-act > * {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  min-width: 304px;
  padding:0 10px;
  color:#fff;
  font-size: 20px;
  background:#000;
  border-radius: 16px;;
  text-decoration: none;
  cursor: pointer;
}
#home-landpage .first-screen .the-act #startTwo {
  background:#000;
}
#home-landpage .first-screen .the-act .btn-start{
  background:#B669FF
}

#home-landpage .two-screen{
  background: #B669FF;
  color:#fff;
}
#home-landpage .two-screen .in-mc{
  display: flex;
  align-items: center;
  justify-content: space-between;
  height:100px;
  font-size:24px;
}
#home-landpage .two-screen img{
  display: block;
  height:52px;
}


#home-landpage .three-screen{
  background:#faf3ff
}
#home-landpage .three-screen .in-mc{
  display: flex;
  align-items: center;
  gap:30px;
  justify-content: space-between;
}
#home-landpage .three-screen .the-img{
  width: 40%;
  flex:none;
}
#home-landpage .three-screen .the-img img{
  display: block;
  width:100%;
}
#home-landpage .three-screen .the-txt{
  padding: 70px 0;
}
#home-landpage .three-screen .the-txt h2{
  font-size: 36px;
  margin-bottom: 60px;
}
#home-landpage .three-screen  .the-txt li{
  display: flex;
  width:100%;
  align-items: center;
  justify-content: space-between;
  gap:20px;
  font-size:16px;
  padding: 20px;
  box-sizing: border-box;
}
#home-landpage .three-screen  .the-txt li .idx{
  background:#F5E7FF;
  display: flex;
  width: 88px;
  height: 88px;
  border-radius: 18px;
  color:#B669FF;
  font-size: 38px;
  flex:none;
  align-items: center;
  justify-content: center;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
#home-landpage .three-screen  .the-txt li h3{
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

#home-landpage .four-screen {
  background: #B669FF url(/images/home/bg2.jpg) center no-repeat;
  background-size: 100% auto;
  color:#fff;
  text-align: center;
  padding: 100px 0;
}

#home-landpage .four-screen  h2{
  font-size: 52px;

}
#home-landpage .four-screen .sub-txt{
  font-size: 20px;
  padding: 20px 50px 50px;
}
#home-landpage .four-screen .the-list{
  display: flex;
  align-items: center;
  gap:25px;
}
#home-landpage .four-screen .olist{
  flex:1;
  position:relative
}
#home-landpage .four-screen .olist img{
  display: block;
  width:100%;
}
#home-landpage .four-screen .olist h3{
  position: absolute;
  top: 60%;
  width:100%;
  box-sizing: border-box;
  padding: 0 40px;
  font-size: 32px;
}
#home-landpage .four-screen .olist p{
  position: absolute;
  top: 72%;
  width:100%;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 12px;
}

#home-landpage .five-screen{
  text-align: center;
  padding: 80px 0;
}

#home-landpage .five-screen h2{
  font-size: 36px;
}
#home-landpage .five-screen .sub-txt{
  font-size: 16px;
  padding: 30px 50px 40px;
}
#home-landpage .five-screen .txt-img{
  position:relative;
}

#home-landpage .five-screen .txt-img img{
  margin:0 auto;
  width: 380px;
}
#home-landpage .five-screen .txt-img .f-list{
  position: absolute;
  width: 100%;
  height:100%;
  left:0;
  top:0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap:30px;
}

#home-landpage .five-screen .txt-img  .ocell{
  display: flex;
  width:100%;
  align-items: center;
  justify-content: space-between;
}

#home-landpage .five-screen .txt-img  .ocell .of{
  display: flex;
  align-items: center;
  justify-content: center;
  width:320px;
  height:90px;
  font-size: 24px;
  padding:0 20px;
  box-sizing: border-box;
  border: solid 1px #B669FF;
  border-radius: 100px;
  font-weight: 300;
}
#home-landpage .five-screen .txt-img  .ocell:nth-child(odd) .of{
  background:#B669FF;
  color:#fff;
}


#home-landpage .six-screen{
  text-align: center;
  padding: 20px 0 80px;
}

#home-landpage .six-screen h2{
  font-size: 36px;
}
#home-landpage .six-screen .sub-txt{
  font-size: 16px;
  padding: 30px 50px 40px;
}

#home-landpage .six-screen .the-list{
  display: flex;
  width: 100%;
  gap:0px;
  align-items: center;
  justify-content: space-between;
}
#home-landpage .six-screen .ol{
  position:relative;
  flex:1;
}
#home-landpage .six-screen .ol img{
  display: block;
  width:100%;
}
#home-landpage .six-screen .ol strong,
#home-landpage .six-screen .ol p{
  position:absolute;
  width:100%;
  left:0;
  box-sizing: border-box;
}
#home-landpage .six-screen .ol strong {
  top: 40%;
  font-size:16px;
}
#home-landpage .six-screen .ol p{
  top: 50%;
  font-size:12px;
  padding:0 18%;
  line-height: 1.5;
}

#home-landpage .site-footer{
  background: #F8F0FF;
  padding: 220px 0 0px;
  margin-top:-250px;
}
#home-landpage .site-footer .dl-link{
  display: flex;
  align-items: center;
  justify-content: center;
  gap:100px;
}
#home-landpage .site-footer .dl-link img{
  display: block;
  height:86px;
}
#home-landpage .site-footer .ft-link{
  padding-top:50px;
  text-align: center;
}
#home-landpage .site-footer .ft-link a{
  text-decoration: none;
  color:#000;
  font-size:16px;
  margin:0 20px;
}
#home-landpage .site-footer .copy-right{
  background:#000;
  color:#fff;
  text-align: center;
  font-size:12px;
  padding:30px 0;
  line-height:1.5;
  margin-top: 30px;
}


#home-landpage .drop-menu{
  position:fixed;
  left:0;
  top:0;
  width: 100%;
  height:100%;
  background:#00000080;
  display: none;
}
#home-landpage .drop-menu.show{
  display: block;
}
#home-landpage .drop-menu .inc{
  position:absolute;
  bottom:0;
  left:0;
  width: 100%;
  padding: .6rem;
  background:#fff;
  border-radius: 20px 20px 0 0;
  box-sizing: border-box;
}
#home-landpage .drop-menu .inc a{
  display: block;
  padding:.2rem 0;
  border-bottom:dotted 1px #00000010;
  text-decoration: none;
  font-size: .4rem;
  margin: .3rem 0;
  color:#000;
}




@media screen and (max-width: 680px) {
  #home-landpage{
    font-size:12px;
  }
  #home-landpage .in-mc{
    max-width: 100%;
    box-sizing: border-box;
    padding:0 .3rem;
  }
  #home-landpage .site-header{
    max-width: 100%;
    height:70px;
    box-sizing: border-box;
    padding: 0 .3rem;
  }
    #home-landpage .site-header .logo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: .4rem;
    }
  #home-landpage .site-header .btn-menu svg{
    display: block;
    width: .5rem;
    height:.5rem;
  }
  #home-landpage .site-header .logo  img{
    width:auto;
    height:30px;
  }
  #home-landpage .site-header .nav .onav{
    display: none
  }
  #home-landpage .site-header .nav .btn-login{
    height:38px;
    padding:0 20px;
    font-size:15px;
    min-width: 60px;
    border-radius: 10px;
  }

  #home-landpage .first-screen{
    background-size: 150% auto;
    background-position: center 40px ;
  }

  #home-landpage .first-screen .in-mc{
    align-items: flex-start;
    min-height: auto;
    flex-direction: column-reverse;
  }
  #home-landpage .first-screen .the-img{
    width: 100%;
    flex: auto;
    height: 13.2rem;
  }
  #home-landpage .first-screen .the-txt{
    width:100%;
    box-sizing: border-box;
    padding: 0 10px 0;
    text-align: center;
  }
  #home-landpage .first-screen .solgn h1{
    font-size:36px;
  }
  #home-landpage .first-screen .solgn img{
    height: 32px;
    display: none;

  }
  #home-landpage .first-screen .sub-txt{
    font-size: 16px;
    padding: 14px 0 26px;
    display: none;
  }
  #home-landpage .first-screen .the-act {
    gap:6px;
    width:194px;
    margin:0 auto;
    display: flex;
    padding-bottom: 40px;
  }
  #home-landpage .first-screen .the-act > * {
    width: 194px;
    min-width: auto;
    height: 42px;
    padding:0 10px;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 10px;
    flex: none;
  }


  #home-landpage .two-screen .in-mc{
    flex-direction: column;
    font-size:16px;
    height: auto;
    padding: 30px 0 20px;
    gap:20px;
    text-align: center;
  }
  #home-landpage .two-screen img{
    display: block;
    height:52px;
  }
  #home-landpage .two-screen .face-1{
    display: none;
  }

  #home-landpage .three-screen {
    background:#fff;
  }
  #home-landpage .three-screen .in-mc{
    flex-direction: column-reverse;
    gap:20px;
  }
  #home-landpage .three-screen .the-txt{
    padding: 30px 0 0;
  }
  #home-landpage .three-screen .the-txt h2{
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
  }
  #home-landpage .three-screen  .the-txt li{
    font-size:12px;
  }
  #home-landpage .three-screen  .the-txt li .idx{
    width: 54px;
    height: 54px;
    font-size: 30px;
  }
  #home-landpage .three-screen  .the-txt li h3{
    font-size: 15px;
  }
  #home-landpage .three-screen .the-img{
    padding-bottom:30px;
    width: 100%;
  }
  #home-landpage .four-screen {
    background-size: 100% auto;
    padding: 40px 0;
  }
  #home-landpage .four-screen  h2{
    font-size: 24px;
  }
  #home-landpage .four-screen .sub-txt{
    font-size: 14px;
    padding: 20px 0 30px;
  }
  #home-landpage .four-screen .the-list{
    flex-direction: column;
  }
  #home-landpage .five-screen{
    padding: 60px 0;
  }
  #home-landpage .five-screen h2{
    font-size: 24px;
  }
  #home-landpage .five-screen .sub-txt{
    font-size: 14px;
    padding: 30px 10px 40px;
    line-height: 1.5;
  }

  #home-landpage .five-screen .txt-img img{
    width: 80%;
  }
  #home-landpage .five-screen .txt-img .f-list{
    position: initial;
    width: 100%;
    height:auto;
    gap:20px;
    padding-top: 20px;
  }
  #home-landpage .five-screen .txt-img  .ocell{
    gap:12px;
  }

  #home-landpage .five-screen .txt-img  .ocell .of{
    flex:1;
    height:54px;
    font-size: 14px;
  }

  #home-landpage .six-screen{
    padding: 0px 0 50px;
  }

  #home-landpage .six-screen h2{
    font-size: 24px;
  }
  #home-landpage .six-screen .sub-txt{
    font-size: 14px;
    padding: 30px 10px 20px;
  }
  #home-landpage .six-screen .the-list{
    flex-direction: column;
  }
  #home-landpage .site-footer .dl-link{
    flex-direction: column;
    gap:30px;
  }
  #home-landpage .site-footer .dl-link img{
    height:56px;
  }
  #home-landpage .site-footer .ft-link{
    padding-top:10px;
  }
  #home-landpage .site-footer .ft-link a{

    margin:20px 0px;
    display: block;
  }

  #home-landpage .site-footer .copy-right{
    font-size:10px;
  }


}