body {
    margin: 0;
    padding: 0;
    border: none;
    background-color: rgba(21, 193, 237, 0.5);
    cursor: url('/images/ico/gb_1.ico') 16 16, auto;
    overflow: hidden;
}

body:active {
    cursor: url('/images/ico/gb_2.ico') 16 16, auto;
}

.absolute {
    position: absolute;
    font-size: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: none;
    color: #fff;
}

#one, #two, #three, #four, #five {
    nimation: wzanima 5s linear infinite;
    z-index: 99999999
}

#wzbg {
    display: none;
    animation: anima 5s linear infinite;
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: -3
}

@keyframes wzanima {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-720deg);
    }
}

@keyframes anima {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes lodding {
    0% {
        top: -100px;
    }
    100% {
        top: 50%;
    }
}

canvas {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

form {
    margin: 50px;
    color: rgba(255, 255, 255, 0.7);
}

form .div {
    text-align: center;
}

form input {
    border: none;
    position: relative;
    z-index: 99999;
    height: 34px;
    line-height: 34px;
    padding: 0;
    margin: 0;
    top: -2px;
    width: 265px;
    background: rgba(255, 255, 255, 0);
    outline: none;
    color: #fff;
}
a {
    text-decoration: none;
    color: #fff;
}
#bigdiv {
    width: 1500px;
    height: 800px;
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 -15px 50px rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -400px;
    margin-left: -750px;
}

.title {
    font-size: 30px;
    font-weight: bold;
}

.fb {
    width: 10%;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.intdiv {
    background: rgba(21, 193, 237, 0.6);
    line-height: 40px;
    margin-top: 10px;
    border-radius: 5px;
}

#login {
    background: rgba(21, 193, 237, 1);
    line-height: 40px;
    margin-top: 10px;
    border-radius: 5px;
    text-align: center;
}

#login div {
    position: relative;
    z-index: 99;
}

#lodding {
    background: #1276ED;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -100px;
    margin: -65px 0 0 -65px;
    width: 130px;
    height: 130px;
    z-index: 9999;
    border-radius: 20px;
}

.drag-out {
    display: inline-block;
    font-size: 14px;
    color: #333;
    width: 100%;
    margin: 10px 5px 0 0;
    position: relative;
    height: 40px;
    line-height: 40px;
    background-color: rgba(21, 193, 237, 0.5);
    text-align: center;
    user-select: none;
}

.drag-out span {
    position: relative;
    color: #fff
}

.drag-area {
    border-radius: 5px;
    position: absolute;
    height: 38px;
    border: 1px solid #CCCCCC;
    width: 48px;
    top: 0;
    left: 0;
    background-color: #eee;
    cursor: move;
    line-height: 38px;
    user-select: none;
}

.drag-area i {
    font-size: 20px;
    line-height: 38px;
    color: rgba(21, 193, 237, 0.5);
}

.drag-code {
    position: absolute;
    width: 0;
    height: 40px;
    left: 0;
    top: 0;
    background-color: rgba(21, 193, 237, 0.6);
}
#captcha{
    display: none;
}
#hdcode{
    display: none;
}
