.header {
    width: 100%;
    height: 70px;
    background-color: #445f8d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
}

.login-box {
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: hidden;
    background: url(../images/login-ba.png);
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center bottom;
    position: relative;
    --heix: 180px;
}

.login-box .login-formbox {
    position: absolute;
    right: 8%;
    bottom: var(--heix);
    padding: 75px 65px 0;
    border-radius: 20px 20px 0 0;
    /* background-color: #aecae8; */
}

.login-box .login-formbox .login-form {
    width: 420px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.3);
    border: 3px solid #aecae8;
}

.login-box .login-formbox .login-form .tle {
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    margin: 10px;
    color: #5688bd;
    line-height: 1.5;
}

.login-box .login-formbox .login-form .inp {
    margin: 35px auto;
    position: relative;
}

.login-box .login-formbox .login-form .inp label {
    display: block;
    position: relative;
}

.login-box .login-formbox .login-form .inp label>span {
    position: absolute;
    top: 50%;
    left: 0;
    width: 45px;
    height: 30px;
    padding: 1px 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-right: 1px solid #aaa;
}

.login-box .login-formbox .login-form .inp label>span img {
    max-height: 100%;
}

.login-box .login-formbox .login-form .inp label input {
    width: 100%;
    height: 50px;
    padding: 5px 5px 5px 50px;
    outline: 0;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    font-weight: bold;
    color: #555;
}

.login-box .login-formbox .login-form .inp label input::-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}

.login-box .login-formbox .login-form .inp label input:-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

.login-box .login-formbox .login-form .inp label input::-webkit-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

.login-box .login-formbox .login-form .inp label input:-moz-placeholder {
    color: #aaa;
    font-weight: normal;
}

.login-box .login-formbox .login-form .inp label input::-ms-input-placeholder {
    color: #aaa;
    font-weight: normal;
}

.login-box .login-formbox .login-form .inp label input::placeholder {
    color: #aaa;
    font-weight: normal;
}

.login-box .login-formbox .login-form .inp label input:focus {
    border-color: #5688bd;
}

.login-box .login-formbox .login-form .form-btn {
    width: 160px;
    color: #fff;
    background: #5e96d1;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
    padding: 5px;
    font-size: 20px;
    line-height: 1.7;
    font-weight: bold;
    margin: 20px auto 40px;
}

.login-box .login-formbox .login-form .form-btn:hover {
    background: #455f8d;
    color: #fff;
}

.login-box .footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.login-box .footer .foot-flex {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.login-box .footer .foot-flex .right-text {
    max-width: -webkit-calc(100% - 100px);
    max-width: -moz-calc(100% - 100px);
    max-width: calc(100% - 100px);
    padding-left: 20px;
    text-align: center;
    line-height: 1.8;
    font-size: 16px;
}

@media screen and (max-height: 790px) {
    .login-box {
        --heix: 170px;
    }

    .login-box .login-formbox {
        zoom: 0.9;
    }
}

@media screen and (max-height: 720px) {
    .login-box {
        --heix: 148px;
    }

    body {
        min-height: 710px;
        overflow: auto;
    }
}

@media screen and (max-height: 860px) {
    .login-box {
        --heix: 150px;
    }
}

.header .right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
}

.header .right .fle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .right .fle>span {
    margin-left: 5px;
}

.header .right .login-out {
    margin-left: 25px;
    cursor: pointer;
}

.header .right .login-out:hover {
    -webkit-filter: brightness(0.8);
    filter: brightness(0.8);
}

.index-box {
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: -moz-calc(100% - 70px);
    height: calc(100% - 70px);
    overflow: hidden;
    background: url(../images/gk-loginbg.png);
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-position: center bottom;
    position: relative;
}

.index-box iframe {
    width: 100%;
    height: 100%;
    display: block;
}