html,body{
    background: #444444;
}
.containt{
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("../images/bg2.jpg");
    background-size: cover;
}
.loginbox{
    padding: 40px;
    background: rgba(6,0,83,.7);
    border-radius: 10px;
    /*box-shadow: 0 0 3px #ccc;*/
    width: 400px;
    position: relative;
}
.btsm{
    height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.btsm_hover{
    position: absolute;
    right: 0;
    top: 0;
    height: 70px;
    width: 70px;
    z-index: 2;
}
.logintitle{
    text-align: center;
    /*margin-top: 20px;*/
    height: 100px;
    line-height: 60px;
    font-weight: bold;
    font-size: 30px;
    color: #FFF;
}
.logininput{
    height: 50px;
    line-height: 50px;
    width: 400px;
    margin-bottom: 20px;
}
.logininput input{
    width: calc(100% - 40px);
    height: 50px;
    line-height: 50px;
    border: 1px solid #16295e;
    background: #16295e;
    box-shadow: 0 0 2px rgba(255,255,255,.1);
    padding: 0 20px;
    border-radius: 4px;
    color: #d1d3dc;
    font-size:14px;
}
input::-webkit-input-placeholder{
    color:#ccc;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#ccc;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#ccc;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#ccc;
}
.logincheck{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.verific{
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    box-shadow: 0 0 2px #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.verific_img{
    height: 50px;
    width: 100%;
    margin-left: 20px;
}
.loginbtn{
    height: 50px;
    line-height: 50px;
    background: #06a8f9;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 18px;
    margin-top: 40px;
}
.loginbottom{
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.captcha{
    border: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
    width: 100%;
}
.containt-bg{
    /*background: rgba(6,0,83,.8);*/
    background-image:url('../images/bg_1_1_1.png');
    background-size: cover;
    justify-content: flex-end;
}
.login-bg{
    /*background: #fff;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 3px #ccc;*/
    height: 100vh;
    width: 100vw;
    position: relative;
    /*background: #FFF;*/
    padding-right:8%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /*background: rgba(6,0,83,.5);*/
    z-index:10
}
.login-right{
    padding: 40px;
    width:400px;
    /*box-shadow: 0 0 3px rgba(6,0,83,.9);*/
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: rgba(6,0,83,.9);
}
.logintitle-bg{
    color: #FFF;
}

/*球*/
.login-q{
    min-width:200px;
    height:200px;
}
.login-q>img{
    width:100%;
    height:100%;
}
.containt-float-pt,.containt-float-l{
    position: fixed;
    bottom:0;
    left:0;
    right:0;
    top:0;
    border-bottom:1px solid #FFF;
    z-index: 9;
}
.containt-float-l{

    z-index: 8;
}
.containt-float-pt>div>img{
    width:100%;
}
.containt-float-pt>div{
    animation-name: light;
    animation-duration: 1.5s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    position: absolute;
}
.float-pt-large{
    width:30px
}
.float-pt-in{
    width:25px;
}
.float-pt-small{
    width:20px;
}
.float-pt-usmall{
    width:15px;
}

.float-pt-l{
    width:300px;
}

@keyframes light{
    from{
        opacity: 1;
    }
    to{
        opacity: 0.2;
    }
}

.containt-float-pt>div:nth-child(1){
    left:5.4vw;
    bottom:15vh;
}
.containt-float-pt>div:nth-child(2){
    left:25.5vw;
    bottom:22vh;
}
.containt-float-pt>div:nth-child(3){
    left:36vw;
    bottom:11vh;
}
.containt-float-pt>div:nth-child(4){
    left:44vw;
    bottom:20vh;
}
.containt-float-pt>div:nth-child(5){
    left:59.5vw;
    bottom:25vh;
}
.containt-float-pt>div:nth-child(6){
    right:36.7vw;
    bottom:14vh;
}
.containt-float-pt>div:nth-child(7){
    right:30.4vw;
    bottom:24.2vh;
}
.containt-float-pt>div:nth-child(8){
    right:13vw;
    bottom:24vh;
}
.containt-float-pt>div:nth-child(9){
    right:2vw;
    bottom:12vh;
}
.bg-t{
    background-image: url('../images/bg_t.png');
    background-size: cover;
}
