body{
  
}
.loginBox {
    position: relative;
    width: 100%;
    height: 100vh;
    background: url('../image/bg.png') no-repeat center;
    
    
    background-size: cover;
    display: flex;
    justify-content: space-around;
  }
  .loginBox .leftBox {
    position: absolute;
    top: 27.87%;
    left: 10.4%;
    width: 468px;
    z-index: 2;
  }
  .loginBox .leftBox img {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .loginBox .leftBox .logo {
    position: absolute;
    bottom: 33.3%;
    right: 15.7%;
    width: 26.1%;
  }
  .loginBox .leftBox .title {
    position: absolute;
    left: -7.7%;
    top: -10px;
    transform: translateY(-100%);
    color: #13D07E;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .loginBox .leftBox .title span {
    font-size: 20px;
    margin-bottom: 0!important;
  }
  .loginBox .leftBox .title b {
    font-size: 12px;
    font-weight: normal;
    opacity: .6;
  }
  .loginBox .rightBox {
    position: absolute;
    right: 8.4%;
    top: 26.5%;
    width: 332px;
    z-index: 2;
  }
  .loginBox .rightBox img {
    display: block;
    width: 100%;
    line-height: 0;
  }
  .loginBox .rightBox .login {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 68%;
  }
  .loginBox .rightBox .login p {
    font-size: 18px;
    width: 100%;
    text-align: center;
    margin-bottom: 7.6%;
    color: #1EED93;
  }
  .loginBox .rightBox .login .inputGroup {
    position: relative;
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin-bottom: 9.6%;
  }
  .loginBox .rightBox .login .inputGroup input {
    width: 100%;
    height: 100%;
    background: url('../image/loginInput.png') no-repeat center;
    background-size: 100%;
    border: 0;
    outline: none;
    padding: 0 40px 0 24px;
    box-sizing: border-box;
    font-size: 12px;
    color: #1EED93;
  }
  .loginBox .rightBox .login .inputGroup img {
    position: absolute;
    top: 50%;
    right: 5.57%;
    transform: translateY(-50%);
    width: 9.83%;
  }
  .loginBox .rightBox .login button {
    font-family: SourceR;
    width: 100%;
    height: 38px;
    border-radius: 4px;
    background-color: #13D07E;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
    color: #fff;
  }
  @media screen and (min-width: 1700px) {
    .loginBox .leftBox {
      width: 668px;
    }
    .loginBox .leftBox .title span {
      font-size: 29px;
    }
    .loginBox .leftBox .title b {
      font-size: 17px;
    }
    .loginBox .rightBox {
      width: 432px;
    }
    .loginBox .rightBox .login {
      font-size: 14px;
    }
    .loginBox .rightBox .login p {
      font-size: 22px;
    }
    .loginBox .rightBox .login button {
      font-size: 20px;
    }
  }
  input{
    caret-color:rgb(6, 197, 255);
    
}

.loginBox input::-webkit-input-placeholder {
    
    color: rgba(30,237,147,.5);
    padding-left: 5px;
}

.loginBox input::-moz-placeholder {
    
    padding-left: 5px;
    color: rgba(30,237,147,.5);

}

.loginBox input:-ms-input-placeholder {
    
    padding-left: 5px;
    color: rgba(30,237,147,.5);

}

.loginBox input:-moz-placeholder {
    
    padding-left: 5px;
    color:rgba(30,237,147,.5);

}



::-webkit-input-placeholder {
    
    color: #999;
    padding-left: 5px;
}

::-moz-placeholder {
    
    padding-left: 5px;
    color: #999;

}

:-ms-input-placeholder {
    
    padding-left: 5px;
    color: #999;

}

:-moz-placeholder {
    
    padding-left: 5px;
    color: #999;

}




.innerbox {
    overflow-y: auto
}




.innerbox::-webkit-scrollbar {
    display: none;
    
}

.innerbox {
    overflow-y: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
    scrollbar-width: none;
}




.innerbox::-webkit-scrollbar {
    width: 0px
}

html {
    
    -ms-overflow-style: none;
    
    overflow: -moz-scrollbars-none;
}

.scroll-bar::-webkit-scrollbar {
    
    width: 10px;
    
    height: 1px;
}

.scroll-bar::-webkit-scrollbar-thumb {
    
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #cccccc4a
}

.scroll-bar::-webkit-scrollbar-track {
    
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #ededed4a
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
}
button {
  border: 0;
}
button:focus{
  border: 0;
  outline: none;  
}