﻿body {
    height: 100vh;
    background-image: url("../img/kj.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    animation: slide 5s infinite;
}

@keyframes slide {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: -100% 0;
    }
}

.layui-form {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.accountlglogo {
    padding-top: 100px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

    .accountlglogo b {
        font-size: 2.2rem;
        color: #265680;
        line-height: 1em;
        display: inline-block;
        padding-left: 10px;
    }

.login {
    margin: auto;
    padding: 0px;
    position: absolute;
    width: 45%;
    max-width: 1000px;
    min-width: 1000px;
    height: 500px;
    background-color: #FFFFFF;
    border-radius: 8px;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    box-shadow: -4px 5px 10px rgba(0, 0, 0, 0.4)
}

.left {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    background-color: #409eff;
    display: flex;
    color: #fff;
    padding: 0px;
    width: 50%;
    height: 500px;
    float: left;
    position: relative;
    background: url("../img/lgbg1.png") repeat-x #50b1f0;
}

.lgleftimg {
    display: inline-block;
    margin: 20px auto 5px;
    text-align: center;
}

.left img {
    line-height: 450px;
    height: 100%;
    width: 100%;
}

.lglefttxt {
    display: block;
    width: 100%;
    color: #fff;
    font-size: 1rem;
    line-height: 1.3em;
    position: relative;
    text-align: center
}

.right {
    width: 50%;
    display: block;
    float: left;
    height: 500px;
    text-align: center;
}

.from-title {
    width: 50%;
    margin-bottom: 30px;
    text-align: left;
    margin-left: 60px;
}

.tab-box > span {
    cursor: pointer;
    display: inline-block;
    margin-right: 0px;
    font-size: 1rem;
    color: #303133;
    text-align: center;
    line-height: 2.2em;
    border-bottom: 1px solid #c0c0c0;
    width: calc(50% - 5px)
}

    .tab-box > span.nat-tab {
        color: #458fe4;
        font-size: 1.2rem;
        border-bottom: 2px solid #458fe4;
        margin-bottom: -1px;
    }

.r-t {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: 'Microsoft YaHei';
    font-weight: 900;
    font-size: 28px;
    margin: 40px 0px 20px 0px;
}

.r-c {
    clear: both;
    width: 100%;
    height: 400px;
    margin: 10px auto;
    margin-top: 30px;
}

    .r-c div input {
        margin: 10px auto;
        margin-left: -50px;
        padding-left: 40px;
    }

.r-b {
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 40px 0px;
}

.layui-form-item {
    margin-top: 20px;
}

.layui-form-label {
    width: 10px;
    position: absolute;
    z-index: 999;
    margin-left: -5px;
}

    .layui-form-label i {
        color: #808080;
    }

.layui-btn {
    width: 100%;
}

.bottom {
    height: 30px;
    width: 100%;
    line-height: 30px;
    text-align: center;
}

    .bottom a {
        font-size: 12px;
        color: #808080;
    }

.forget {
    text-align: right;
    width: 90%;
}

    .forget a {
        cursor: pointer;
        color: #808080;
        font-size: 12px;
    }

        .forget a:hover {
            color: #FF5722;
        }

body .layerdemo {
    border-radius: 12px;
}

    body .layerdemo .layui-layer-title {
        border-radius: 12px 12px 0px 0px;
        background: #1E9FFF;
    }
