.home-scoll{
  position: absolute;
  right: 2.25rem;
  bottom: 0;
  width: 2rem;
  /* height: 14.875rem; */
}
.home-tai{
  position: absolute;
  bottom: 3%;
  left: 42%;
  width: 32.1875rem;
}
.home-logo{
  position: absolute;
  bottom: 18.5rem;
  left: 7%;
  height: 16.9375rem;
  width: 41.6875rem;
}
.home-zhuang{
  position: absolute;
  height: 100%;
  left: 2%;
}
.home-di{
  position: relative;
  background-size: 100%;
  width: 37.875rem;
  height: 13.5625rem;
  position: absolute;
  bottom: 17rem;
  left: 40rem;
}
.home-di .slg{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  pointer-events: none;
}
.home-quan{
  position: absolute;
  width: 4.875rem;
  height: 4.875rem;
  left: 35rem;
  top:8.5rem;
  cursor: pointer;
}
.home-quan::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/head/quan.png") no-repeat center;
  background-size: 100%;
  animation:changeRotateReverse infinite 10s linear;
  z-index: 100;
}
.home-san{
  width: 1.5rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%,-50%);
}
.email{
      display: none;
}
.email-bg{
  width: 43.75rem;
  height: 31.25rem;
  margin: auto;
  margin-top: 10rem;
  /* background: url("../img/email/f.png") no-repeat center; */
  position: relative;
  background-size: 100%;
}
.email-bg .bg-img{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.email-i{
  position: relative;
 margin: 1.3125rem auto;
 display: block;
  width: 29.75rem;
  height: 3.125rem;
  background: url("../img/email/i.png") no-repeat center;
  background-size: 100%;
  border: none;
  padding-left: 4rem;
  box-sizing: border-box;
  font-size: 1.5rem;
  color:rgba(191, 177, 167, 1); ;
  font-family: "stxihei";
}
.code-i{
  position: relative;
  width: 18.4375rem;
  height: 3.5rem;
  background: url("../img/email/code-i.png") no-repeat center;
  background-size: 100%;
  border: none;
  padding-left: 4rem;
  box-sizing: border-box;
  font-size: 1.375rem;
  color:rgba(191, 177, 167, 1); ;
  font-family: "stxihei";
}
.code-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 29.5rem;
  margin: 0 auto;
}
.send-code{
  position: relative;
  width: 10.125rem;
  height: 3.5rem;
  color: #000;
  background-color: #c66033;
  border-radius: 4px;
  font-size: 1.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.send-code.sended{
  pointer-events: none;
  background-color: #717171 ;
}
.agree-box{
  position: relative;
  color: #c2b4aa;
  font-size: 1.125rem;
  text-align: center;
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-content: center;
}
.agree-box .point{
  width: 1.4375rem;
  height: 1.4375rem;
  border: 1px solid #c3c1c1;
  box-sizing: border-box;
  margin-right: .625rem;
}

.agree-box .point.on{
  border: 1px solid #b55829;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agree-box .point.on::before{
  content: '';
  display: block;
  background-color: #b55829;
  width: 0.8rem;
  height: 0.8rem;
}
input:focus { outline: none; }

.email-str{
  position: absolute;
  top: 19rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.0625rem;
  color: rgba(191, 177, 167, 1);
   white-space: nowrap;
}
.email-p{
  color: rgba(244, 116, 55, 1);
  display: inline-block;
  text-decoration: none;
   white-space: nowrap;
}
.email-s{
  width: 43.75rem;
  height: 31.25rem;
  margin: auto;
  margin-top: 10rem;
  background: url("../img/email/s.png") no-repeat center;
  position: relative;
  background-size: 100%;
  font-family: "pingfang";
}
.emails-icon{
  height: 3rem;
  width: 27.625rem;
  /* background: firebrick; */
  position: absolute;
  top: 23rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-between;
}

.emails-icon .link {
  width: 3rem;
  /* margin: 0 1rem; */
}

.emails-icon .email-t {
  background: url(../img/statement/tw.png) left no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-t:hover {
  background: url(../img/statement/-h-Twitter.png) center no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-fa {
  background: url(../img/statement/fb.png) left no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-fa:hover {
  background: url(../img/statement/-h-Facebook.png) center no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-yt {
  background: url(../img/statement/YouTube.png) left no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-yt:hover {
  background: url(../img/statement/-h-Youtube.png) center no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-d {
  background: url(../img/statement/discord.png) left no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-d:hover {
  background: url(../img/statement/-h-Discord.png) center no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-r {
  background: url(../img/statement/reddit.png) left no-repeat;
  background-size: auto 3rem;
}

.emails-icon .email-r:hover {
  background: url(../img/statement/-h-Reddit.png) center no-repeat;
  background-size: auto 3rem;
}
.emails-icon .email-tiktok {
  background: url(../img/statement/tiktok.png) left no-repeat;
  background-size: auto 3rem;
}
.emails-icon .email-tiktok:hover {
  background: url(../img/statement/-h-Tiktok.png) center no-repeat;
  background-size: auto 3rem;
}

.email-bg .btn-wrap {
  background-position: 0  0;
  bottom: 1.5rem;
  transition: background-position 0.25s;
  background: url(../img/email/SUBSCRIBE.png) top/100% no-repeat;
  background-size: 14.45rem 3.2rem;
}
.email-bg .btn-wrap:hover {
  background-position: -0.12rem -0.12rem;
}
.email-bg .btn-wrap img{
  transition:  all .3s;
  width: 14.3rem;
}
.email-bg .btn-wrap:hover img{
  position: relative;
  transform: translate(.1875rem,.1875rem);
  
}

.email-title{
  color: #fff;
  font-size: 2rem;
  text-align: center;
  padding-top: 4rem;
  letter-spacing: .1rem;
}

.email-desc{
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  padding-top: 4.3rem;
  letter-spacing: .1rem;
}

.email-tips{
color: #666;
font-size: 1.35rem;
text-align: center;
padding-top: 6rem;
letter-spacing: .1rem;
}

.kv-img{
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.kv-button{
  position: fixed;
  display: flex;
  width: 100%;
  justify-content: center;
  bottom: 9rem;
    left: 0.5rem;
    z-index: 9;
}
.kv-button .kv-btn{

  margin: 0 .625rem;
}
.kv-button .kv-btn img{
  height: 4.1875rem;
}
.kv-button .kv-btn.pre-register img{
  height: 4.25rem;
}
.kv-front{
  position: absolute;
  bottom: 2rem;
  left: 5rem;
  width: 21.125rem;
}
.select-box{
  position: relative;
  font-size: 1.5rem;
  color: #c3c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 7.8125rem;
  box-sizing: border-box;
}
.select-box .select{
  margin: 0 2.25rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.select-box .select-left{
  width: 1.625rem;
  height: 1.625rem;
  border: 1px solid #c3c1c1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: .875rem;
}
.select-box .select-left .focus{
  width: 1rem;
  height: 1rem;
  background-color: #b55829;
  display: none;
}
.select-box .select.on .select-left .focus{
  display: block;
}
.select-box .select.on .select-left{
  border: 1px solid #b55829;
}