﻿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;
}

    body.LoginPage {
        background-size: 100% 100%;
    }

.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: 70px;
    float: left;
}

    .top_banner_content .logo-img {
        float: left;
        background: url(/Images/Login/logo.png) no-repeat;
        width: 32px;
        height: 32px;
        background-size: 100%;
        margin: 16px 15px 0px 0px;
    }

    .top_banner_content .logo-text {
        height: 100%;
        float: left;
        font-size: 24px;
        line-height: 67px;
        font-family: '优设标题黑';
        font-weight: 400;
        font-style: normal;
    }

        .top_banner_content .logo-text span {
            font-size: 13px;
            position: relative;
            left: 5px;
        }

    /* 顶部-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;
    }


.top-right {
    float: right;
    margin-right: 50px;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 250px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
}

    .top-right .top-right-item {
        float: left;
        font-size: 13px;
        margin-right: 35px;
        height: 100%;
        line-height: 70px;
        padding-left: 22px;
    }

        .top-right .top-right-item.item-1 {
            background: url(/Images/Login/shouchang.png) no-repeat;
            background-position: 0px 26px;
        }

        .top-right .top-right-item.item-2 {
            background: url(/Images/Login/bangzhu.png) no-repeat;
            background-position: 0px 27px;
        }

        .top-right .top-right-item.item-3 {
            background: url(/Images/Login/guanyu.png) no-repeat;
            background-position: 0px 27px;
        }

.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 {
    _width: 100%;
    height: 70px;
    line-height: 50px;
    padding-left: 48px;
    -moz-box-shadow: 4px 4px 5px rgba(198, 198, 198, 0.349019607843137);
    -webkit-box-shadow: 4px 4px 5px rgba(198, 198, 198, 0.349019607843137);
    box-shadow: 4px 4px 5px rgba(198, 198, 198, 0.349019607843137);
    background-color: white;
}

    .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: 79px 59px 20px 59px !important;
    display: none;
    padding-bottom: 46px;
    border-radius: 0;
    box-shadow: 0 0 18px rgb(129 132 149 / 58%);
    height: 430px;
}

    .loginPanel .top {
        margin-top: -25px;
        height: 10px;
    }

        .loginPanel .top .caption {
            font-size: 20px;
            font-weight: 900;
            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: 180px;
                height: 34px;
                line-height: 32px;
                border: none;
                font-size: 16px;
                padding-left: 16px;
                font-weight: bold;
            }
                /* 提示文字样式 - 小且细 */
                .loginPanel .body_Normal ul input::placeholder {
                    font-size: 14px; /* 小字体 */
                    font-weight: 300; /* 常规细体 */
                    color: #a0aec0; /* 淡色提示 */
                }

                .loginPanel .body_Normal ul input:focus {
                    /*border: 1px solid #ffa319;*/
                    border: none;
                }

                .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;
                    padding-left:16px;
                    height:46px
                }

                .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;*/
                    height: 46px;
                    /* border-radius: 5px;
                    border: 1px solid #B7BCC7;*/
                }

            .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;*/
                height: 46px;
                border: none
            }

            .loginPanel .body_Normal ul .login-pwd {
                border-radius: 5px;
                border: 1px solid #B7BCC7;
                margin-top: 20px;
                width: calc(100% - 2px);
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .loginPanel .body_Normal ul .login-name {
                border-radius: 5px;
                border: 1px solid #B7BCC7;
               /* margin-top: 20px;*/
                width: calc(100% - 2px);
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

.clear-pwd {
    width: 22px;
    background: url(/Images/2018_Login/clear.png) no-repeat;
    height: 16px;
    background-size: 16px;
    cursor: pointer;
}

.clear-name {
    width: 22px;
    background: url(/Images/2018_Login/clear.png) no-repeat;
    height: 16px;
    background-size: 16px;
    cursor: pointer;
}
.clear-companyName {
    width: 22px;
    background: url(/Images/2018_Login/clear.png) no-repeat;
    height: 16px;
    background-size: 16px;
    cursor: pointer;
}

.eye {
    width: 22px;
    background: url(/Images/2018_Login/eye.png) no-repeat;
    height: 16px;
    background-size: 16px;
    cursor: pointer;
}

.focused {
    outline: none;
    border: 1px solid #3B78DD !important;
    border-radius: 5px;
}

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 22px;*/
}

.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: 52px;
}

    .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: url(/images/2018_Login/but_bg.png) no-repeat calc(100% - 20px) center #0089FF;
        border: 1px solid #0089FF;
        text-align: center;
        font-size: 16px;
        color: white;
        cursor: pointer;
        opacity: 1;
        border-radius: 3px;
        line-height: 17px;
        padding-bottom: 2px;
        text-align: left;
        text-indent: 30px;
    }

        .loginPanel .body_Normal .msgWithBtn .btnLogin:hover {
            background-color: #2670e8;
            transition: all .3s ease-in-out;
        }

.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: 100%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    position: relative;
    background-color: rgb(232, 232, 232);
    margin-top: 20px;
    border-radius: 4px;
}

.suggestion {
    position: fixed;
    bottom: 20px;
    text-align: center;
    width: 100%;
    color: #939393;
    font-size: 12px;
}

#drag .handler {
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 30px;
    position: absolute;
    cursor: move;
    border-radius: 4px
}

.handler_bg {
    border-radius: 4px;
    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);
    border-radius: 4px 0px 0px 4px;
}

#drag .drag_text {
    top: 0px;
    width: 100%;
    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: 280px;
    color: white;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -o-user-select: none;
    white-space: nowrap;
}

.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;
    font-size: 14px;
    position: relative;
    cursor: pointer;
    width: 100px;
    height: 100%;
    display: none;
}

    .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;
    }

.loginPanel .bottom {
    text-align: center;
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 100px;
    color: #585e6d;
    height: 100px;
}


@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%;
    }

    .carousel-container {
        left: calc(36% - 400px) !important;
    }

    .suggestion {
        bottom: 0px;
    }
}

/*@media screen and (min-width:1281px) and (max-width: 1400px) {
    .loginPanel {
        padding: 67px 52px 39px 52px;
    }
}*/

.logo-img-hasimg {
    height: 100%;
}

.header .logo-img-hasimg img {
    position: relative;
    top: 0px;
    height: auto;
}
/*轮播*/
.carousel-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    float: left;
    width: 620px;
    left: calc(37.5% - 400px);
    height: 500px;
    z-index: 99
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-slide {
    min-width: 100%;
    position: relative;
}

.carousel-image {
    width: 100%;
    height: 350px;
    display: block;
}

.carousel-caption {
    padding: 30px;
    text-align: center;
}

    .carousel-caption p {
        font-size: 16px;
        opacity: 0.9;
    }

.carousel-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 5;
    position: relative;
}

.indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #0089ff61;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .indicator.active {
        background-color: #2670e8;
        width: 30px;
        border-radius: 6px;
    }
/*轮播结束*/

.li_companyName{

}
.companyName {
    border-radius: 5px;
    border: 1px solid #B7BCC7;
    width: calc(100% - 2px);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

#divAboutContainer {
    display: none;
}

.byVerifying_success {
    color:white;
}