﻿
img {
    display: inline;
    height: 100%;
    width: 100%;
}

.login-box {
    height: 100%;
    position: fixed;
    width: 100%;
    text-align: center;
}

.login {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d0d0d0;
    box-shadow: 0 0 10px #d0d0d0;
    /*padding-top: 10px;*/
    width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    /*兼容其他浏览器*/
    -webkit-transform: translate(-50%, -55%);
    -moz-transform: translate(-50%, -55%);
    -ms-transform: translate(-50%, -55%);
    -o-transform: translate(-50%, -55%);
    transform: translate(-50%, -55%);
}

.desc {
    line-height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.login .login-top {
    height: 70px;
    line-height: 70px;
    padding: 0 10%;
}

    .login .login-top > div:first-child, .login .login-top > div:last-child {
        float: left;
        height: 100%;
        text-align: center;
        width: 50%;
    }

        .login .login-top > div:first-child p, .login .login-top > div:last-child p {
            border-bottom: 1px solid #d0d0d0;
            color: #b8b8b8;
            cursor: pointer;
            font-size: 16px;
        }

.login-content-2 form p:nth-child(2) {
    /*border: 1px solid #2c7ed0;
    border-radius: 60px;*/
    height: 70px;
    margin: 20px auto;
    width: 70px;
}

    .login-content-2 form p:nth-child(2) img {
        border-radius: 80px;
        display: block;
        height: 70px;
        margin: 10px auto;
        width: 70px;
    }

.login-content-2 form p input {
    width: 100%;
}

.login-content-2 form button {
    height: 100%;
    background: rgb(0, 102, 204) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
}

.login-content-2 form p {
    height: 50px;
    width: 70%;
    margin: 0 auto;
}

.loginvalidmsg {
    display: none;
    height: 20px !important;
    width: 70%;
    margin: 0 auto;
}

.login-content-2 form p:nth-child(3) input, .login-content-2 form p:nth-child(4) input {
    height: 100%;
    font-size: 12px;
}

.login-content-2 form p:nth-child(4) {
    margin: 20px auto;
}

.login-content-2 form p:last-child {
    border-radius: 5px;
    height: 50px;
    margin: 20px auto;
}

.login-content-2 .wjpwd-register {
    color: #0066cc;
    cursor: pointer;
    font-size: 14px;
    margin: 10px auto;
    text-align: center;
    width: 70%;
}

.login-content-2 .bottomp {
    height: 80px;
}

.login-content-2 .wjpwd-register a {
    color: #5591d6;
    display: block;
}

    .login-content-2 .wjpwd-register a:first-child {
        float: left;
    }

    .login-content-2 .wjpwd-register a:last-child {
        float: right;
    }

a {
    text-decoration: none;
}

#border-bottom {
    border-bottom: 4px solid #277bcf;
    color: #277bcf;
    height: 67.3px;
}

.login-content-1 p:first-child {
    margin: 30px auto 0;
    width: 50%;
}

.login-content-1 p:nth-child(2) {
    color: #333333;
    font-size: 12px;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}

.login-content-1 p:nth-child(3) {
    color: #277bcf;
    cursor: pointer;
    font-size: 14px;
    margin: 28px auto;
    text-align: center;
}

    .login-content-1 p:nth-child(3) a {
        color: #277bcf;
    }

.login-content-2 form .btn-oauth {
    background-color: #fff;
    border: none;
    color: #666666;
}

    .login-content-2 form .btn-oauth.dingtalk {
        -ms-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #0086dd;
    }

    .login-content-2 form .btn-oauth.k-button.k-state-active:hover,
    .login-content-2 form .btn-oauth.k-button:active:hover,
    .login-content-2 form .btn-oauth.k-button.k-state-hover,
    .login-content-2 form .btn-oauth.k-button:hover {
        background-color: #fff;
        color: #666666;
    }

.login-content-2 form p:nth-child(5) {
    display: none;
    height: 20px;
    line-height: 20px;
    margin: 0 auto;
    width: 70%;
}

    .login-content-2 form p:nth-child(5) span:nth-child(1) {
        background: rgba(0, 0, 0, 0) url("../images/u218.png") no-repeat scroll 0 0 / 100% 100%;
        color: #fff;
        display: inline-block;
        float: left;
        height: 20px;
        margin: 0 10px;
        /*text-align: center;*/
        width: 20px;
    }

    .login-content-2 form p:nth-child(5) span:nth-child(2) {
        color: #666666;
        float: left
    }

#load {
    background: rgba(238, 238, 238, 0.3) none repeat scroll 0 0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 100;
}

    #load p {
        background: rgba(0, 0, 0, 0) url("../images/001-1.png") repeat scroll 0 0;
        left: 50%;
        position: fixed;
        top: 50%;
        /*兼容其他浏览器*/
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    #load img {
        /*animation: 2s linear 0s normal none infinite running myfirst-1;*/
        -webkit-animation: circle 3s linear infinite; /*infinite动画播放无数次*/
        animation: circle 3s linear infinite;
        -moz-animation: circle 3s linear infinite; /* Firefox */
        display: block;
        height: auto;
        width: auto;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
    }

@keyframes circle {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-moz-keyframes circle /* Firefox */
{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes circle /* Safari 和 Chrome */
{
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

/*不是谷歌浏览器登录时提示文字样式*/
.warn_div {
    display: none;
    color: #E81010;
    width: 300px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: none;
    font-size: 20px;
    font-weight: 600;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}

.hide {
    display: none;
}