﻿html, body {
    height: 100%;
    margin: 0px;
    padding: 0px
}

.addiv {
    width: 100%;
    height: 100%;
    float: left;
    position: relative
}

.adbg {
    width: 100%;
    height: 100%;
    animation: bgload 5s
}

.countdown {
    float: left;
    top: 10px;
    right: 10px;
    border-radius: 10px;
    width: 70px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    z-index: 999
}

.cdbbg {
    background-color: rgba(0,0,0,0.6)
}

.cdbtext {
    text-align: center;
    color: #fff;
    font-size: 12px
}

.goloin {
    position: absolute;
    bottom: 10px;
    left: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #fff;
    font-size: 18px;
    width: calc(100% - 20px);
    border-radius: 10px;
    letter-spacing: 2px
}

@keyframes bgload {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.logoncontent {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%
}

.divicon {
    margin: 0px auto;
    width: 120px
}

    .divicon img {
        border: 0px;
        width: 100%;
        margin: 6vh 0px
    }

.divname {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%;
    font-weight: bold;
    font-size: x-large;
    text-align: center
}

.divput {
    float: left;
    display: inline;
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-top: 6vh
}

.divputone {
    float: left;
    display: inline;
    overflow: hidden;
    width: 100%;
    border-radius: 5px;
    background-color: #f2f2f2;
    margin-top: 15px
}

    .divputone i, .divputone input {
        float: left;
        display: inline;
        overflow: hidden;
    }

        .divputone i.icon {
            width: 35px;
            height: 35px;
            border: none;
            background-repeat: no-repeat;
        }

.icon-phone {
    background-image: url('../Images/username.png');
    background-size: 15px 16px;
    background-position: 10px 10px
}

.icon-password {
    background-image: url('../Images/passwrod.png');
    background-size: 15px 15px;
    background-position: 10px 10px
}

.icon-code {
    background-image: url('../Images/code.png');
    background-size: 15px 15px;
    background-position: 10px 10px
}

.thisput {
    width: calc(100% - 35px);
    border: 0px;
    background-color: #f2f2f2;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    text-indent: 10px
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

.aui-code {
    position: absolute;
    right: 10px;
    background-color: #f2f2f2;
    top: 5px
}

.aui-sign-login {
    width: 100%;
    color: #fff;
    font-size: 0.98rem;
    border-radius: 22px;
    background-color: #5f8cd0;
    border: none;
    height: 2.5rem;
    line-height: 2.5rem;
    margin-top: 15px
}
.divregis {
    float: left;
    width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 13px;
    margin-top: 30px
}