﻿   body, html {
            height: 100%;
        }

        .Logo_Top {
            height: 75px;
            line-height: 75px;
        }

        .Logo_Miidel_Left {
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: 50%;
            background-size: cover;
            overflow: hidden;
            position: absolute;
            left: 0;
            top: 0;
            z-index: -1;
            -webkit-animation: fadeIn .8s ease-in-out 0s 1;
            -moz-animation: fadeIn .8s ease-in-out 0s 1;
            -o-animation: fadeIn .8s ease-in-out 0s 1;
            -ms-animation: fadeIn .8s ease-in-out 0s 1;
            animation: fadeIn .8s ease-in-out 0s 1;
            animation-fill-mode: both;
        }

        .Logo_Miidel_Right {
            padding: 0;
            width: 300px;
            /*border: 1px solid #eee;*/
            height: 240px;
            position: absolute;
            top: 50%;
            margin-top: -120px;
            right: 50%;
            margin-right: -165px;
            padding: 15px;
            background-color: rgba(0, 0, 0, .4);
            border-radius: 2px;
            box-shadow: 0px 2px 10px rgba(255, 255, 255, 0.3);
        }

        .Logo_Miidel_Right_Logo .Logo_Miidel_Right_Logo_title {
            text-align: center;
            height: 20px;
            font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
            color: #FFFFFF;
            height: 20px;
            line-height: 20px;
        }

        .Logo_Miidel_Right_Logo .layui-form-item {
            position: relative;
            margin-bottom: 0;
        }

        .Logo_Miidel_Right_Logo .layadmin-user-login-icon {
            position: absolute;
            left: 1px;
            top: 1px;
            width: 38px;
            line-height: 36px;
            text-align: center;
            color: #000;
            font-size: 22px;
        }

        .Logo_Miidel_Right_Logo .layui-form-item .layui-input {
            padding-left: 38px;
        }

        .Logo_Foot {
            position: absolute;
            bottom: 0px;
            left: 0px;
            width: 100%;
            font-size: 14px;
            color: #fff;
            line-height: 24px;
            padding-bottom: 15px;
            text-align: center;
        }


        /*下拉弹出窗*/

        .login-dropbox {
            position: absolute;
            right: -1px;
            top: -1px;
        }

        .login-dropbox-toggle {
            width: 45px;
            height: 38px;
            border-top-left-radius: 2px;
            border-bottom-left-radius: 2px 2px;
            overflow: hidden;
            cursor: pointer;
            position: absolute;
            right:15px;
            top: 15px;
            z-index: 1001;
        }

            .login-dropbox-toggle .iconbox {
                width: 90px;
                height: 38px;
                position: absolute;
                left: 0;
                top: 0;
            }

                .login-dropbox-toggle .iconbox .icon-PC,
                .login-dropbox-toggle .iconbox .icon-QRcode {
                    width: 45px;
                    height: 38px;
                    border-top-right-radius: 2px;
                    background-repeat: no-repeat;
                    background-position: 50%;
                    display: block;
                    float: left;
                }

                .login-dropbox-toggle .iconbox .icon-PC {
                    background-image: url(/App/Images/login_icon_PC.png);
                }

                .login-dropbox-toggle .iconbox .icon-QRcode {
                    background-image: url(/App/Images/login/code.png);
                }

        .login-dropbox-menu {
            display: none;
            padding: 0px 10px;
            width: 320px;
            min-height: 210px;
            border-radius: 2px;
            border: 1px solid #d6d6d6;
            
            background-color: rgba(255,255,255,.98);
            *background-color: #fff;
            position: absolute;
            top: 15px;
            right: 15px;
            z-index: 1000;
            height:185px !important;
        }

        .login_iframe .login-dropbox-menu .header {
            padding-top: 10px;
            padding: 2px 15px;
            text-align: left;
            background: none;
        }

.login-dropbox-QRcode-list {
    margin: 20px 30px 0 0;
    /* padding: 10px 0;*/
    list-style: none;
}

            .login-dropbox-QRcode-list:before,
            .login-dropbox-QRcode-list:after {
                display: table;
                content: " ";
            }

            .login-dropbox-QRcode-list:after {
                clear: both;
            }

            .login-dropbox-QRcode-list > li {
                width: 50%;
                min-height: 1px;
                float: left;
            }

        .login-QRcode-box {
            margin: 0 8px;
            text-align: center;
        }

            .login-QRcode-box .title {
                margin: 5px 0 12px;
                font-size: 16px;
                font-weight: normal;
                white-space: nowrap;
                display: block;
                overflow: hidden;
                text-overflow: ellipsis;
                color:#666;
            }

            .login-QRcode-box .QRcode {
                margin: 0 auto;
                width: 100px;
                height: 100px;
                color:#666;
            }

                .login-QRcode-box .QRcode > img {
                    width: 100%;
                }

            .login-QRcode-box .depict {
                margin-top: 15px;
                font-size: 13px;
                font-weight: normal;
            }

@media screen and (max-width:768px) {
    html, body {
        width:100% ;
        height:100% ;
    }
    .Logo_Mian, #btnLogin {
        width: 100% ;
    }

    .Logo_Miidel_Right {
        width: 80% ;
        left: 6%;
        top:40%;
    }
}
/**/
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0
}
input[type=number] {
    -moz-appearance: textfield
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: #f3f3f3;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; /*背景色透明  生效时长  过渡效果  启用时延迟的时间*/
    padding-left:35px;
}

input {
    background-color: transparent;
    color: #333;
    position:relative;
}