﻿html, body {
    width:100%;
    height:100%;
}

*, body {
    font-family: 微软雅黑,"Lucida Grande",Verdana,Lucida,Arial,Helvetica,sans-serif;
    font-size: 12px;
    padding: 0px;
    margin: 0px;
    x-ms-format-detection: none;
}

.bgImg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(/Images/Login/login.jpg) no-repeat;
    background-size: cover;
    z-index: 0;
    overflow: hidden;
}

/* 顶部 */
.top_banner_bg {
    width: 100%;
    height: 60px;
    background-color: #307FE5;
    position: absolute;
    top: 0px;
    z-index: 1;
}

.top_banner_content {
    width: 500px;
    height: 50px;
    float: left;
    background: url(/Images/Logo/E6Cloud_LoginLogo.png) no-repeat;
    background-position-y: center;
}

    .top_banner_content.e6 {
        background-image: url(/Images/Logo/E6Cloud_LoginLogo.png);
    }

    .top_banner_content.e5 {
        background-image: url(/Images/Logo/E5Cloud_LoginLogo.png);
    }

    .top_banner_content.e8 {
        background-image: url(/Images/Logo/E8Cloud_LoginLogo.png);
    }

    /* 顶部-logo */
    .top_banner_content .top_logo {
        display: block;
        float: left;
        margin-left: 9px;
        margin-top: 15px;
        background: url(/Images/Login/top_logo_new.png) no-repeat;
        width: 34px;
        height: 29px;
    }

    .top_banner_content .top_systemName {
        display: block;
        float: left;
        color: white;
        font-size: 23px;
        line-height: 60px;
        margin-left: 18px;
        letter-spacing: 3px;
    }
    /* 顶部-版权 */
    .top_banner_content .copyrighted_content {
        display: block;
        float: left;
        color: white;
        font-size: 13px;
        padding-top: 27px;
        padding-left: 15px;
    }

.copyrighted_content .circle {
    display: inline-block;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: white;
    position: relative;
    top: -3px;
    left: -9px;
}

.copyrighted_content .version {
    font-size: 13px;
}

::-webkit-input-placeholder {
    color: #999;
}

:-moz-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

/* 提示信息 */
.progressInfo {
    position: fixed;
    top: 9px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: center;
}

    .progressInfo span {
        z-index: 10000;
        display: inline-block;
        _min-width: 80px;
        _max-height: 500px;
        min-width: 80px;
        max-width: 500px;
        line-height: 25px;
        height: 26px;
        padding: 1px 10px 1px 10px;
        color: white;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        padding-left: 32px;
        background-image: url(/Images/NormalIcon/icon-question.png);
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: 10px 5px;
        text-align: left;
    }

        .progressInfo span.bg_Success {
            background-color: #68af02;
        }

        .progressInfo span.bg_Fail {
            background-color: #f53642;
        }

html {
    overflow-x: hidden;
}

.header {
    background-color: black;
    _width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 48px;
}

    .header .aboutHidden {
        position: absolute;
        top: 0;
        left: 0;
        width: 10px;
        height: 50px;
    }

    .header img {
        position: relative;
        top: 5px;
        height: 25px;
    }

    .header .product {
        color: white;
        font-size: 16px;
        font-weight: 400;
        margin-left: 12px;
        position: relative;
        top: -2px;
        letter-spacing: 1px;
    }

        .header .product .version {
            padding-left: 12px;
        }

.loginPanel * {
    /*_user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;*/
}

.loginPanel {
    border: 1px solid #cccccc;
    background: white;
    width: 280px;
    min-height: 300px;
    /*position: relative;*/
    float: left;
    padding: 74px 59px;
    display: none;
    padding-bottom: 46px;
    border-radius: 0;
    box-shadow: 0 0 18px rgba(129,132,149,1);
}

    .loginPanel .top {
        margin-top: -25px;
    }

        .loginPanel .top .caption {
            font-size: 20px;
            font-weight: 400;
            float: left;
            position: relative;
            top: -5px;
            user-select: none;
        }

        .loginPanel .top .right {
            float: right;
            position: relative;
            user-select: none;
        }

            .loginPanel .top .right .scanQR {
                display: inline-block;
                background: url(/Images/2018_Login/scanQR.png) no-repeat;
                width: 79px;
                height: 30px;
                position: relative;
                top: -28px;
                text-decoration: none;
            }

                .loginPanel .top .right .scanQR span {
                    color: #14c2dd;
                    position: relative;
                    top: 6px;
                    left: 14px;
                }

            .loginPanel .top .right .qrCode_Img {
                display: inline-block;
                background: url(/Images/2018_Login/QRCode.png) no-repeat;
                background-size: 40px;
                width: 40px;
                height: 40px;
                opacity: 0.8;
            }

            .loginPanel .top .right .pc_Img {
                display: inline-block;
                background: url(/Images/2018_Login/pc.png) no-repeat;
                background-size: 40px;
                width: 40px;
                height: 40px;
                opacity: 0.8;
            }

            .loginPanel .top .right:hover .scanQR span {
                color: #ffa319;
            }

            .loginPanel .top .right:hover .qrCode_Img {
                opacity: 1.0;
            }

    .loginPanel .body_Normal {
    }

        .loginPanel .body_Normal ul {
            clear: both;
            list-style-type: none;
            display: block;
            padding-top: 0px;
            line-height: 48px;
            height: 146px;
            user-select: none;
        }

            .loginPanel .body_Normal ul li {
                margin-bottom: -2px;
            }

            .loginPanel .body_Normal ul input {
                width: 238px;
                height: 34px;
                line-height: 32px;
                border: 1px solid #cccccc;
                padding-left: 40px;
                font-size: 14px;
            }

                .loginPanel .body_Normal ul input:focus {
                    border: 1px solid #ffa319;
                }

                .loginPanel .body_Normal ul input#companyName {
                    background-image: url(/Images/2018_Login/build.png);
                    background-repeat: no-repeat;
                    background-size: 20px;
                    background-position: 8px 8px;
                }

                .loginPanel .body_Normal ul input#loginName {
                    /*background-image: url(/Images/2018_Login/man.png) !important;
                    background-repeat: no-repeat;
                    background-size: 18px;
                    background-position: 8px 7px;*/
                }

            .loginPanel .body_Normal ul .li_loginName {
                background-image: url(/Images/2018_Login/man.png) !important;
                background-repeat: no-repeat;
                background-size: 18px;
                background-position: 10px 14px;
            }


            .loginPanel .body_Normal ul input#password {
                /*background-image: url(/Images/2018_Login/safe.png) !important;
                    background-repeat: no-repeat;
                    background-size: 20px;
                    background-position: 8px 6px;*/
            }

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #ccc;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ccc;
}


.loginPanel .body_Normal ul .li_password {
    background-image: url(/Images/2018_Login/safe.png) !important;
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 10px 12px;
}

.loginPanel .body_Normal ul input#verificationCode {
    background-image: url(/Images/2018_Login/safe.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: 8px 6px;
    width: 175px;
    margin-right: 5px;
}

.loginPanel .body_Normal .msgWithBtn {
    margin-top: 72px;
}

    .loginPanel .body_Normal .msgWithBtn .msg {
        height: 24px;
        visibility: visible;
        font-size: 14px;
        color: red;
    }

        .loginPanel .body_Normal .msgWithBtn .msg a {
            color: blue;
            text-decoration: none;
            font-size: 14px;
        }

    .loginPanel .body_Normal .msgWithBtn .btnLogin {
        width: 280px;
        height: 50px;
        background: #f53642;
        border: 1px solid #f53642;
        text-align: center;
        font-size: 18px;
        color: white;
        cursor: pointer;
        opacity: 1;
        border-radius: 3px;
        line-height: 17px;
        padding-bottom: 2px;
    }

        .loginPanel .body_Normal .msgWithBtn .btnLogin:hover {
            opacity: 0.9;
        }

.loginPanel .body_Normal .quickLink {
    margin-top: 12px;
}

    .loginPanel .body_Normal .quickLink a {
        color: #646464;
        text-decoration: none;
        margin-left: 8px;
        float: right;
        font-family: "Helvetica","Myriad",Arial,"Microsoft Yahei","SimSun",Tahoma;
    }

        .loginPanel .body_Normal .quickLink a:hover {
            color: #ffa319;
        }

.loginPanel .body_qrCode {
    clear: both;
    text-align: center;
    display: none;
    height: 295px;
}

    .loginPanel .body_qrCode hr {
        border: 0px;
        height: 1px;
        background: #cccccc;
        width: 280px;
        margin-top: 55px;
    }

    .loginPanel .body_qrCode .caption {
        color: rgb(153, 153, 153);
        font-size: 13px;
        text-align: center;
        margin: 18px 0px 24px 0px;
    }

    .loginPanel .body_qrCode .weixinCode {
        width: 132px;
        height: 132px;
    }

    .loginPanel .body_qrCode .success {
        margin: 16px 0px 0px 0px;
        display: none;
    }

        .loginPanel .body_qrCode .success img {
            width: 18px;
            height: 18px;
            position: relative;
            top: 3px;
        }

        .loginPanel .body_qrCode .success span {
            margin-left: 5px;
            color: rgb(153, 153, 153);
            font-size: 13px;
        }

    .loginPanel .body_qrCode .tooltip {
        color: rgb(153, 153, 153);
        font-size: 15px;
        padding: 16px 0px 8px 0px;
    }

.footer {
    position: fixed;
    bottom: 40px;
    text-align: center;
    width: 100%;
    color: #666666;
    font-size: 14px;
}

    .footer span {
        font-size: 14px;
    }

.ui-widget-header {
    background-color: #0362A6 !important;
}

.ui-widget-content {
    background-color: white;
}

#txtCompanyName_Other, #txtLoginName_Other {
    width: 250px;
    height: 24px;
    line-height: 24px;
    border: 1px solid #cccccc;
    text-indent: 6px;
}

.ui-dialog-buttonset button {
    border: 0px;
}

#drag {
    width: 279px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: relative;
    background-color: rgb(232, 232, 232);
    margin-top: 6px;
}

    #drag .handler {
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        left: 0px;
        top: 0px;
        width: 40px;
        height: 30px;
        position: absolute;
        cursor: move;
    }

.handler_bg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTEyNTVEMURGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTEyNTVEMUNGMkVFMTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo2MTc5NzNmZS02OTQxLTQyOTYtYTIwNi02NDI2YTNkOWU5YmUiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+YiRG4AAAALFJREFUeNpi/P//PwMlgImBQkA9A+bOnfsIiBOxKcInh+yCaCDuByoswaIOpxwjciACFegBqZ1AvBSIS5OTk/8TkmNEjwWgQiUgtQuIjwAxUF3yX3xyGIEIFLwHpKyAWB+I1xGSwxULIGf9A7mQkBwTlhBXAFLHgPgqEAcTkmNCU6AL9d8WII4HOvk3ITkWJAXWUMlOoGQHmsE45ViQ2KuBuASoYC4Wf+OUYxz6mQkgwAAN9mIrUReCXgAAAABJRU5ErkJggg==") no-repeat center rgb(255, 255, 255);
}

.handler_ok_bg {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3hpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo0ZDhlNWY5My05NmI0LTRlNWQtOGFjYi03ZTY4OGYyMTU2ZTYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDlBRDI3NjVGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDlBRDI3NjRGMkQ2MTFFNEI5NDBCMjQ2M0ExMDQ1OUYiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDphNWEzMWNhMC1hYmViLTQxNWEtYTEwZS04Y2U5NzRlN2Q4YTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6NGQ4ZTVmOTMtOTZiNC00ZTVkLThhY2ItN2U2ODhmMjE1NmU2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+k+sHwwAAASZJREFUeNpi/P//PwMyKD8uZw+kUoDYEYgloMIvgHg/EM/ptHx0EFk9I8wAoEZ+IDUPiIMY8IN1QJwENOgj3ACo5gNAbMBAHLgAxA4gQ5igAnNJ0MwAVTsX7IKyY7L2UNuJAf+AmAmJ78AEDTBiwGYg5gbifCSxFCZoaBMCy4A4GOjnH0D6DpK4IxNSVIHAfSDOAeLraJrjgJp/AwPbHMhejiQnwYRmUzNQ4VQgDQqXK0ia/0I17wJiPmQNTNBEAgMlQIWiQA2vgWw7QppBekGxsAjIiEUSBNnsBDWEAY9mEFgMMgBk00E0iZtA7AHEctDQ58MRuA6wlLgGFMoMpIG1QFeGwAIxGZo8GUhIysmwQGSAZgwHaEZhICIzOaBkJkqyM0CAAQDGx279Jf50AAAAAABJRU5ErkJggg==") no-repeat center rgb(255, 255, 255);
}

#drag .drag_bg {
    width: 0px;
    height: 32px;
    background-color: rgb(122, 194, 60);
}

#drag .drag_text {
    top: 0px;
    width: 279px;
    position: absolute;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    color: #9c9c9c;
}


#drag .drag_text1 {
    position: absolute;
    width: 0px;
    top: 0px;
    overflow: hidden;
}

#drag .drag_text2 {
    width: 279px;
    color: white;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
}

.jzPwd {
    float: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .jzPwd span {
        margin-left: 4px;
        color: #646464;
        font-family: "Helvetica","Myriad",Arial,"Microsoft Yahei","SimSun",Tahoma;
        float: left;
    }

    .jzPwd input {
        position: relative;
        float: left;
        top: 2px;
    }

    .jzPwd.jzPwd_US input {
        top: 0px;
    }


input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: red !important;
}

.language2018 {
    float: right;
    margin-right: 50px;
    color: white;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 100px;
}

    .language2018:hover .selectLanguage {
        display: block;
    }

    .language2018 .selectLanguage {
        display: none;
        background-color: black;
        width: 175px;
        position: absolute;
        right: -50px;
        z-index: 10000;
    }

        .language2018 .selectLanguage ul {
            padding-top: 5px;
            padding-bottom: 8px;
        }

            .language2018 .selectLanguage ul li {
                list-style: none;
                padding-left: 41px;
                height: 40px;
                line-height: 40px;
                cursor: pointer;
                font-size: 14px;
            }

                .language2018 .selectLanguage ul li.LangCurrent {
                    color: #e41f2b;
                }


    .language2018 img {
        margin-right: 10px;
    }

input#loginName, input#password {
    /*margin-top: 10px;*/
}

.loginRight {
    float: right;
    width: 37.5%;
}

input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    -webkit-text-fill-color: black !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    background-color: transparent;
    background-image: none;
    transition: background-color 50000s ease-in-out 0s; /*//背景色透明  生效时长  过渡效果  启用时延迟的时间*/
}

input {
    background-color: transparent;
}


.input:focus {
    outline: none;
    border: 1px solid rgb(0,158,224) !important;
}

.top_circle {
    border-radius: 50%;
    width: 4px;
    height: 4px;
    background-color: white;
    margin-left: 6px;
    display: inline-block;
    margin-right: 6px;
    position: relative;
    top: -4px;
}

/* 底部版权信息 */
.copyright {
    position: fixed;
    bottom: 40px;
    text-align: center;
    width: 100%;
    color: #666666;
    font-size: 14px;
}

    .copyright a {
        color: #666666;
        padding-left: 6px;
        font-size: 14px;
        text-decoration: none;
    }

    .copyright span {
        font-size: 14px;
    }

    .copyright * + * {
        padding-left: 6px;
    }


@media screen and (max-width:1440px) {
    .loginPanel {
        padding: 59px 42px 29px 42px;
    }

    .copyright {
        bottom: 15px;
    }

    .loginPanel .body_Normal .msgWithBtn .btnLogin {
        height: 34px;
    }

    .loginRight {
        width: 36%;
    }
}

/*@media screen and (min-width:1281px) and (max-width: 1400px) {
    .loginPanel {
        padding: 67px 52px 39px 52px;
    }
}*/
