body {
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    color: #312525;
    font-family: Microsoft Yahei, PingFang SC, Verdana, Helvetica Neue, Hiragino Sans GB, Microsoft Sans Serif, sans-serif;
}

html {
    height: 100%;
    overflow: hidden;
}

::-webkit-input-placeholder {
    color: #aab3bd;
}

.titleLogo img {
    width: auto;
    height: 70px;
    margin-top: -8px;
}

.layui-btn {
    background-color: #5679f2;
}

.layui-input:focus, .layui-textarea:focus {
    border-color: #5679f2 !important;
    box-shadow: 0 0 5px 1px rgb(126 159 255 / 80%);
}

.layui-form-radio:hover > *, .layui-form-radioed, .layui-form-radioed > i {
    color: #5679f2;
}

.layui-form-checked[lay-skin=primary] > i {
    border-color: #5679f2 !important;
    background-color: #5679f2;
    color: #fff;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #5679f2;
}

.layui-form-checkbox[lay-skin=primary] > .layui-icon-indeterminate {
    border-color: #5679f2;
}

    .layui-form-checkbox[lay-skin=primary] > .layui-icon-indeterminate:before {
        background-color: #5679f2;
    }

.layui-form-checkbox[lay-skin=primary]:hover > i {
    border-color: #5679f2;
    color: #fff;
}

.layui-layout {
    user-select: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: auto;
    padding: 100px 0;
    box-sizing: border-box;
}

.login-logo {
    position: absolute;
    left: 0;
    top: 0;
    padding: 35px 50px;
    font-size: 36px;
    color: #557af2;
}

.login-copyright {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
    font-size: 14px;
    color: #333;
}

    .login-copyright a {
        color: #333;
    }

        .login-copyright a:hover {
            color: #557af2;
        }

.login-box {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 700px;
    border-radius: 20px;
    margin-left: -600px;
    margin-top: -350px;
    background: #fff;
    overflow: hidden;
}

.login-box-l {
    float: left;
    width: 50%;
}

    .login-box-l img {
        display: block;
        width: 100%;
    }

.login-box-r {
    float: right;
    width: 50%;
}

.login-form {
    padding: 90px 120px 0 120px;
}

.verifyCode {
    position: absolute;
    top: 9px;
    right: 7px;
}

.login-tit {
    text-align: center;
    font-size: 28px;
    line-height: 56px;
    margin-bottom: 50px;
}

    .login-tit:after {
        display: block;
        content: '';
        margin: 0 auto;
        width: 50px;
        height: 4px;
        background: #557af2;
    }

.login-form .item {
    position: relative;
    margin-bottom: 26px;
}

    .login-form .item .layui-icon {
        position: absolute;
        left: 18px;
        top: 0;
        line-height: 50px;
        font-size: 24px;
        color: #8a9198;
    }

    .login-form .item .layui-input {
        border: 0;
        height: 50px;
        background: #f2f4f9;
        border-radius: 4px;
        padding-left: 64px;
        font-size: 16px;
    }

    .login-form .item:before {
        display: block;
        content: '';
        position: absolute;
        left: 52px;
        top: 50%;
        width: 1px;
        height: 24px;
        background: #dde0eb;
        margin-top: -12px;
        z-index:1;
    }

.login-form .tool {
    height: 20px;
    line-height: 20px;
    color: #aab3bd;
    margin-bottom: 40px;
}

.login-form .tool-l {
    float: left;
}

.login-form .tool-r {
    float: right;
}

    .login-form .tool-r a {
        color: #aab3bd;
    }

        .login-form .tool-r a:hover {
            color: #557af2;
        }

.login-form .btnbox .layui-btn {
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
    height: 56px;
}

.login-nav {
    text-align: center;
    padding-top: 46px;
}

    .login-nav ul li {
        display: inline-block;
    }

    .login-nav a {
        display: block;
        color: #aab3bd;
        padding: 0 25px;
        line-height: 2;
    }

        .login-nav a .layui-icon {
            display: block;
            margin: 0 auto;
            width: 40px;
            height: 40px;
            line-height: 40px;
            font-size: 20px;
            background: #557af2;
            color: #ffffff;
            border-radius: 50%;
            text-align: center;
        }

        .login-nav a:hover {
            color: #557af2;
        }

.pnlbox {
    /*width: 90%;*/
    /*color: #eeeeee;
    background: rgba(0, 0, 0, 0.1);*/
    padding: 21px 0 40px 20px;
    border-radius: 4px;
    position: absolute;
    bottom: 22px;
    left: 5px;
    animation-duration: 0.5s
}

    .pnlbox h3 {
        margin-bottom: 15px;
        text-shadow: 0 0 5px #111
    }

    .pnlbox p {
        margin-bottom: 10px;
        line-height: 25px;
        /*text-shadow: 0 0 5px #111*/
    }

.pnl_Verify {
    display: none;
}

.qrtext {
    width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    color: #111;
}

/*¹ö¶¯Ìõ*/
::-webkit-scrollbar-corner {
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    border-radius: 4px;
}

::-webkit-scrollbar-track {
    background: none;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.2);
    border-radius: 4px;
}

@media (max-width:1500px) {
    .login-box {
        width: 1200px;
        height: 600px;
        margin-left: -600px;
        margin-top: -300px;
    }

    .login-form {
        padding: 32px 120px 0 120px;
    }
}

@media (max-width:999px) {
    .login-logo {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 26px;
        box-sizing: border-box;
    }

    .pnlbox {
        display: none;
    }

    .login-copyright {
        bottom: 2%;
        font-size: 12px;
    }

    .login-box {
        position: relative;
        left: 5%;
        top: auto;
        width: 90%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .login-box-l {
        float: none;
        display: none;
    }

    .login-box-r {
        float: none;
        width: auto;
    }

    .login-form {
        padding: 40px 50px;
    }
}

@media (max-width:599px) {
    body {
        background: none;
    }

    .pnlbox {
        display: none;
    }

    .login-logo {
        width: 100%;
        text-align: center;
        padding: 15px 20px;
        font-size: 26px;
        box-sizing: border-box;
    }

    .login-copyright {
        bottom: 2%;
        font-size: 12px;
    }

    .login-box {
        position: relative;
        left: 5%;
        top: auto;
        width: 90%;
        height: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .login-box-l {
        float: none;
        display: none;
    }

    .login-box-r {
        float: none;
        width: auto;
    }

    .login-form {
        padding: 40px 50px;
    }
}

.layui-layer {
    border-radius: 10px;
}

.layui-layer-title {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    color: #557af2;
}

.layui-layer-btn .layui-layer-btn0 {
    background-color: #5679f2;
}

.layui-layer-btn {
    border-top: 1px #eeeeee solid;
    background: #f8f8f8;
    padding-top: 6px;
    border-radius: 0 0 10px 10px;
}

    .layui-layer-btn a {
        height: 40px;
        line-height: 40px;
        padding: 0 25px;
        border-radius: 4px;
    }

.layui-layer-dialog {
    min-width: 300px;
}

.layui-layer-setwin span {
    width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 24px;
    color: #666;
}

.layui-layer-setwin {
    top: 15px;
}

.layui-card {
    border-radius: 12px;
    box-shadow: 0 3px 6px #dfe3f1;
}

.layui-card-header {
    height: auto;
    line-height: 48px;
    border-bottom: 1px solid #f8f8f8;
    border-radius: 12px 12px 0 0;
    border-bottom: none;
    padding: 0 20px;
}

    .layui-card-header .tit {
        height: 48px;
        position: relative;
        padding-left: 15px;
        color: #5679f2;
        font-size: 18px;
        font-weight: bold;
    }

        .layui-card-header .tit:before {
            display: block;
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            width: 4px;
            height: 14px;
            background: #5679f2;
            margin-top: -7px;
        }

    .layui-card-header:after {
        display: block;
        content: '';
        clear: both;
    }

.pnlInfo {
    border: 1px dashed #cccccc;
    padding: 10px;
    text-align: left;
    color: #888;
    font-size: 14px;
    line-height: 14px;
}

.layui-elem-quote {
    border-left: 5px solid #5679f2;
}
