@font-face {
    font-family: 'HKLJHW8P';
    src: url('/Tools/Font/HKLJHW8P.ttf');
}

@font-face {
    font-family: 'DINCond-Bold';
    src: url('/Tools/Font/DINCond-Bold.otf');
}

@font-face {
    font-family: 'SourceHanSansSC-Bold';
    src: url('/Tools/Font/SourceHanSansSC-Bold.otf');
}

html {
    height: 100%;
}

body {
    font-family: '\5FAE\8F6F\96C5\9ED1';
    position: relative;
    height: 100%;
    margin: 0;
    padding: 0;
}

div {
    box-sizing: border-box;
}

.l-bg {
    width: 100%;
    height: 100%;
    background: url(/Images/login/login-bg.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .l-bg .l-bg-top {
        width: 100%;
        height: 40%;
        background: url(/Images/login/bg-top.png) no-repeat top center;
        background-size: cover;
        position: absolute;
        top: 0;
        z-index: 2;
    }

    .l-bg .l-bg-bottom {
        width: 100%;
        height: 40%;
        /*background: url(/Images/login/bg-bottom.png) no-repeat bottom center;*/
        background-size: initial;
        position: absolute;
        bottom: 0;
        z-index: 2;
    }

.l-content {
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: transparent;
    background-size: cover;
    overflow: hidden;
    z-index: 3;
    position: absolute;
    top: 0;
}

    .l-content header {
        width: 100%;
        height: 140px;
        background-color: transparent;
        display: inline-block;
        margin-top: 60px;
    }

        .l-content header .t-logo {
            width: 1140px;
            height: 120px;
            margin: 0 auto;
        }

            .l-content header .t-logo .t-tit {
                height: 135px;
                padding: 34px 10px 22px 10px;
                letter-spacing: 1px;
                display: inline-block;
                background: url(/Images/login/login-logo.png) no-repeat left center;
                padding-left: 100px;
                background-size: 12%;
            }

                .l-content header .t-logo .t-tit .t-titc {
                    font-size: 42px;
                    color: #FFFFFF;
                    font-family: HKLJHW8P;
                    font-weight: 200;
                    margin: 0 0 7px 10px;
                    letter-spacing: 10px;
                    text-align: center;
                }

                    .l-content header .t-logo .t-tit .t-titc span {
                        font-family: SourceHanSansSC-Bold;
                        font-size: 52px;
                        padding-top: 0;
                        line-height:0.25;
                    }

                .l-content header .t-logo .t-tit .t-titp {
                    font-size: 16px;
                    color: #fff;
                    text-align: center;
                    text-transform: uppercase;
                    font-weight: 200;
                    letter-spacing: 1.5px;
                }

    .l-content .t-content {
        width: 100%;
        height: calc(100% - 200px);
        position: absolute;
        z-index: 2;
    }

        .l-content .t-content .t-center {
            width: 1280px;
            height: 100%;
            margin: 0 auto;
            position: relative;
            /*            background: url(/Images/login/login-center-bg_01.png) no-repeat;
            background-size: 60%;
            background-position: -80px -95px;*/
        }

            .l-content .t-content .t-center .t-login {
                width: 380px;
                height: fit-content;
                background: rgba(22,135,239,0.75);
                opacity: 1;
                border-radius: 8px;
                position: absolute;
                z-index: 20;
                padding: 30px 25px 40px 25px;
                box-sizing: border-box;
                top: 8em;
                right: 4em;
            }

        .l-content .t-content iframe {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    .l-content .t-bottom {
        width: 100%;
        height: 80px;
        line-height: 80px;
        position: absolute;
        bottom: 0;
    }

        .l-content .t-bottom p {
            color: #666;
            letter-spacing: 0.3px;
            text-align: center;
            font-size: 13px;
        }

    .l-content .t-bg {
        width: 100%;
        height: calc(100% - 200px);
        position: absolute;
        z-index: 1;
        background: url(/Images/login/login-bg.jpg) no-repeat center center;
        background-size: cover;
    }

@media only screen and (max-width: 1440px) and (max-height: 900px) {
    .l-content .t-content .t-center {
        background-size: 50%;
        background-position: -35px -110px;
    }

        .l-content .t-content .t-center .t-login {
            top: 3.6em;
            right: 10em;
        }
}

@media only screen and (max-width: 1366px) and (max-height: 768px) {
    .l-content .t-top {
        margin-top: 40px;
    }

    .l-content .t-content {
        height: calc(100% - 180px);
    }

        .l-content .t-content .t-center {
            background-size: 40%;
            background-position: 100px -82px;
        }

            .l-content .t-content .t-center .t-login {
                top: 1em;
            }
}

.loginform {
    width: 100%;
}

    .loginform h3 {
        color: #FFFFFF;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
        letter-spacing: 0.1em;
        margin: 0 0 0 3%;
        padding: 0.45em 0.5em;
        display: inline-block;
    }

    .loginform span {
        font-size: 12px;
        font-family: PingFang SC;
        font-weight: 600;
        line-height: 17px;
        color: rgba(255,255,255,0.70);
        text-transform: uppercase;
    }

    .loginform .d-block {
        width: 90%;
        margin: 0 5%;
        padding: 10px 0;
        margin-top: -1.5px;
    }

        .loginform .d-block li {
            width: 100%;
            float: left;
            background-color: transparent;
            list-style: none;
            padding: 0.8em 0 0.85em 0;
        }

.formblock {
    position: relative;
}

    .formblock input {
        width: 100%;
        height: 44px;
        padding: 10px 15px 10px 50px;
        outline: none;
        font-size: 13px;
        letter-spacing: 1px;
        box-sizing: border-box;
        background: rgba(255,255,255,0.1);
        border: 1px solid rgba(255,255,255,0.7019607843137254);
        border-radius: 4px;
        color: #fff;
    }

        .formblock input:-webkit-autofill {
            box-shadow: 0 0 0px 1000px #2E93F1 inset !important;
            text-fill-color: white;
            -webkit-text-fill-color: white;
        }

        .formblock input::-webkit-input-placeholder {
            color: #FFFFFF;
        }

    .formblock i {
        width: 34px;
        position: absolute;
        background-color: transparent;
        left: 10px;
        top: 14px;
        font-size: 18px;
        text-align: center;
        color: #FFFFFF;
        font-weight: 400;
    }

    .formblock input.btnlogin {
        border: 0;
        text-align: center;
        padding: 0;
        color: #1687EF;
        font-size: 17px;
        font-weight: 600;
        background-color: #FFFFFF;
        cursor: pointer;
    }

.captcha {
    float: left;
    padding: 0;
}

    .captcha .captchaimg {
        vertical-align: middle;
        width: 88px;
        height: 33px;
        cursor: pointer;
        float: left;
        font-size: 12px;
        margin-top: 5px;
    }

    .captcha a {
        width: 30px;
        float: left;
        cursor: pointer;
        padding: 5px 3px 0 0;
        color: #fff;
    }

        .captcha a:hover {
            color: #fff;
        }

        .captcha a i {
            font-size: 1.7em;
            color: #1e90ff;
        }

@media only screen and (min-width: 1366px) and (min-height: 768px) {
    .l-content .formli {
        height: 50%;
        top: 25%;
    }
}

.qrcode {
    width: 200px;
    height: 230px;
    background-color: #fff;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
    padding:10px;
}

    .qrcode img {
        width: 180px;
        height: 180px;
        display: block;
        float: left;
        margin-bottom:10px;
    }

    .qrcode a {
        width: 100%;
        line-height: 20px;
        display: inline-block;
        text-align: center;
        font-size: 13px;
        padding: 0;
        margin: 0;
        letter-spacing: 1px;
        color: #333;
    }
