﻿html, body {
    margin: 0px;
    padding: 0px;
    height: 100%;
    width: 100%;
    font-size: 14px;
}

.dsp-tab {
    display: table;
    width: 100%;
    height: 100%;
    background-size: cover;
}

.dsp-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 15px;
}

.mt-1 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 30px;
}

.text-left {
    text-align: left !important;
}

.layui-input{
    font-family:KaiTi;
}

.info {
    margin-top: 6px;
    color: #f00;
}

.info-icon {
    color: #dc3545;
    font-size: 96px
}

.gray-info {
    color: #999;
    line-height: 26px;
    font-size: 0.9em;
}

    .gray-info a {
        color: #999;
    }

        .gray-info a:hover {
            color: #333;
        }


.bgsky {
    background: url(../img/bg.jpg) fixed no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}

#login {
    width: 100%;
    max-width: 320px;
    padding: 15px;
    margin: auto;
    background-color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    box-shadow: 6px 6px 3px rgba(0, 0, 0, .1);
}

    #login #logintitle {
        margin: 10px 0 0 -33px;
        padding: 18px 10px 18px 0px;
        background: #189F92;
        position: relative;
        color: #fff;
        font-size: 18px;
        letter-spacing: 1px;
    }

        #login #logintitle .iconfont {
            font-size: 20px !important;
        }

    #login #loginwrap {
        background: url(../img/wrap.png);
        width: 18px;
        height: 10px;
        margin: 0 0 20px -33px;
        position: relative;
    }

    #login .layui-form-label {
        padding-left: 10px;
        padding-right: 10px;
        width: 40px;
    }

    #login .layui-input {
        width: 240px;
    }

    #login .layui-input-inline {
        margin-left: 0px;
    }

.regpsw {
    float: right;
    font-size: 0.9em;
    margin-top: 5px;
}

.codeimg {
    width: 100px;
    max-height: 36px;
    cursor: pointer;
    box-sizing: border-box
}

.user-login-other {
    margin-top: 20px;
    position: relative;
    font-size: 0;
    line-height: 40px;
}

    .user-login-other .lable {
        margin-top: 5px;
    }

    .user-login-other > * {
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        font-size: 14px
    }

    .user-login-other button {
        border: none;
        cursor: pointer;
        background-color: transparent;
    }

    .user-login-other img {
        position: relative;
        top: 2px;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        padding: 3px;
        border: 1px solid #009688;
    }

    .user-login-other a:hover {
        opacity: .8
    }

#loading {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    filter: Alpha(opacity=50);
    opacity: 0.5;
    background-color: #000;
    z-index: 9999;
}

    #loading i {
        position: relative;
        top: 50%;
        vertical-align: middle;
        margin: -32px auto 0 auto;
        color: #0F0;
        text-align: center;
        font-size: 64px;
        height: 64px;
    }

@media screen and (min-width:768px) {
    html, body {
        font-size: 16px;
    }
}