@font-face {
    font-family: T;
    font-style: normal;
    font-weight: 400;
    /*src: url(https://cdn.teyes.cn/cc4/ys.otf) format("opentype")*/
    src: url(https://cdn1.teyes.cn/font/YS%20Text-Regular.woff2) format("opentype")

    
}

@font-face {
    font-family: N;
    font-style: normal;
    font-weight: 400;
    src: url(https://cdn.teyes.cn/cc4/no.TTF) format("opentype")
}


* {
    margin: 0;
    padding: 0;
    font-family: T;
}

.en * {
    margin: 0;
    padding: 0;
    font-family: N;
}
html,body{
    overflow:hidden;
    background-color:#000;  
}
.gif{
    position: absolute;
    z-index: 10;
    right: 3vw;
    top: 150px;
}
.vtop{
    margin-top:100px;
}
input{
    background-color:transparent;
    outline:none;
    border:none;
    width:100%;
    display:block;
    color:#000;
    line-height:44px;
    text-align:center;
    font-size:14px;
}
.in{
    margin-top:40px;
    background-color:#fff;
    border-radius:6px;
}
input::placeholder{
    /*font-size:10px;*/
}

*{
    margin: 0;
    padding: 0;
    font-family: T;
    color:#fff;
}
.f{
    display:flex;
}
.a{
    align-items:center;
}
.j{
    justify-content:space-between;
}
.f1{
    flex:1;
}
.vss{
    height:10px;
}
.content{
    max-width:640px;
    margin:auto;
}
.page{
    background-size:cover;
    background-color:rgba(0, 15, 33, 1);
    height:100vh;
    overflow-y:auto;
    overflow-x: hidden;

}
.logo{
    text-align:center;
}

.title{
    font-weight: 400;
    font-size: 56px;
    line-height: 110%;
    text-align:center;
    padding-top:34px;
}
.desc{
    font-weight: 400;
    font-size: 16px;
    color: rgba(255,255,255,0.6);
    line-height: 110%;
    text-align:center;
    padding-top:10px;
}
.btns{
    margin-top:40px;
    text-align:center;
}
.btn{
    display:inline-block;
    width: 120px;
    height: 50px;
    line-height:50px;
    text-align:center;
    background: #4170EB;
    border-radius: 100px 100px 100px 100px;
    color:#fff;
    margin-bottom:40px;
    cursor:pointer;
}
.sm{
    margin-bottom:10px;
}
.sv{
    flex-shrink:0;
    margin-bottom:10px;
    margin-top:20px;
}
.sv .ic{
    background: rgba(255,255,255,0.2);
    width:24px;
    height:24px;
    font-size:14px;
    border-radius:24px;
    margin-right:10px;
    display:inline-block;
    text-align:center;
    flex-shrink:0;
    line-height:24px;
}
.toast {
  position: fixed;
  top: 10px;
  right:10px;
  left:10px;
  text-align:center;
  /*left: 50%;*/
  /*transform: translateX(-50%);*/
  
  transition: transform 0.3s ease, opacity 0.3s ease; /* 平滑动画 */
}
.toast span{
    display:inline-block;
  background: #4170EB; /* 更深更清晰的背景 */
  color: #fff;
  padding: 12px 20px;                 /* 内边距更舒适 */
  border-radius: 12px;                /* 更圆润 */
  font-size: 14px;
  font-weight: 500;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2); /* 柔和阴影 */
  backdrop-filter: blur(6px);         /* 背景模糊效果，增强质感 */
  z-index: 9999;
  pointer-events: none;               /* 不阻挡点击 */
  max-width: 80vw;
  text-align: center;
  line-height: 1.4;
}
.toast.error span{
    background-color:#f00;
}
/* 淡入淡出动画 */
.fade-enter-active, .fade-leave-active {
  transition: opacity 0.3s, transform 0.3s;
}
.fade-enter-from {
  opacity: 0;
  transform: translate(-0%, -20px);
}
.fade-enter-to {
  opacity: 1;
  transform: translate(-0%, 0);
}
.fade-leave-from {
  opacity: 1;
  transform: translate(-0%, 0);
}
.fade-leave-to {
  opacity: 0;
  transform: translate(-0%, -20px);
}
.ts{
    position: fixed;
   top: 10px;
   right:10px;
   left:10px;
   bottom:10px;
  text-align:center;
  display:flex;
  background-color:rgba(0, 0, 0, 0.5);
  transition: transform 0.3s ease, opacity 0.3s ease; /* 平滑动画 */
  /*background-color:#000;*/
  align-items:center;
  justify-content:center;
}
.ts .bk{
    width: 80vw;
    max-width:640px;
    color: #fff;
    background-color: #2C3141;
    padding: 40px 20px;
    border-radius: 10px;
}
.bk .c3{
    font-size:20px;
}
.bk .c1{
    line-height: 48px;
    background-color: rgba(255, 255, 255, 0.08);
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px;
    line-height: 140%;
    margin: auto;
    margin-right: 20px;
    margin-top: 30px;  
    cursor:pointer; 
}
.bk .c2{
        line-height: 48px;
    background-color: #4170EB;
    text-align: center;
    font-size: 14px;
    color: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 15px 20px;
    line-height: 140%;
    margin: auto;
    margin-top: 30px;
    cursor:pointer; 
}

.si img{
    margin-bottom:40px;
    max-width:100%;
}
@media screen and (max-width: 1920px) {
    .content{
        margin: 20px auto;
    }
}
@media screen and (max-width: 1280px) {
    .content{
        margin: 20px ;
    }
}

@media screen and (max-width: 750px) {
   
    .content{
        margin:20px;
        width:auto;
    }
    
    
    .title{
        font-size:25px;
        padding-top:40px;
        text-align:center;
        color:#fff;
    }
    .desc{
    }
   
}