@charset "UTF-8";
a:hover {
    text-decoration: underline;
}

body, html {
    overflow: hidden;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
}

.login-title {
    padding-top: 12px;
    padding-bottom: 15px;
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
    word-break: break-all;
    /*overflow: hidden;*/
    text-align: center;
    position: relative;
    font-weight: 500;
    font-size: 24px;
    color: #000000;
    line-height:43px;
}

.login-form-cell.login-form-cell-psd {
    margin-top: 25px;
    margin-bottom: 29px;
}

.father-4{
    width: 560px;
    /* height: 500px; */
    padding-bottom: 29px;
    padding-left: 0;
    padding-right: 0;
    margin-left: -300px;
    margin-top: -240px;
    position: absolute;
    top: 50%;
    left: 77.5%;
    box-shadow: inset 0 0 15px 0 rgba(16,56,94,0.10);
    border-radius: 10px;
    padding: 10px;
}
.login-tmp-form.login-form{
    width: 540px;
    padding: 0;
    margin: 0 auto;
    border-radius: 0;
    position: initial;
    top: auto;
}

.login-tmp-form .forget-pwd {
    margin-top: 30px;
    z-index: 999;
}

.logo_box {
    position: absolute;
    top: -100px;
    left: 0;
    width: 540px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.logog_box_image, .login-tmp-form .login-btn, .copyright_box, .login-tmp-form.login-form {
    transition: .1s ease;
}

.copyright_box {
    height: 20px;
    line-height: 20px;
    color: #333;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    position: absolute;
    width: 540px;
    left: 77.5%;
    margin-left: -270px;
    bottom: 0;
}

.login-form-cell .input-placeholder {
    color: #666;
}

.logog_box_image {
    max-width: 540px;
    max-height: 80px;

}

.login-tmp-form .login-btn {
    background: #FFFFFF;
    border: 1px solid #333333;
    border-radius: 2px;
    height: 70px;
    line-height: 70px;
    font-size: 18px;
    color: #333333;
}

.login-tmp-form .login-btn:disabled {
    border: 1px solid #aaa;
    color: #aaa;
}

.login-tmp-form {
    /*background: url(1.png) 0px 0px no-repeat ;*/
}

.login-tmp-form .login-form-cell .login-input-wrap{
    height:60px;
}
.login-tmp-form .login-form-cell input {
    height: 58px;
    line-height: 60px;
    position:relative;
    top:1px;
}
.modify-pwd-form .login-form-cell input{
    padding:0 12px;
}
.login-form-cell input {
    background: #FFFFFF;
    border-radius: 2px;
    width: 86%;
    padding-left: 14%;
}
.elp-dialog-content{
    left:79%;
    border:1px solid #ddd\9;
}
.login-tmp-form .login-form-code-cell.login-form-cell input {
    width:80%;
    padding-left:20%;
}

.login-form-cell .login-input-wrap {
    border: 1px solid #ddd;
}

.lg-icon {
    display: inline-block;
    width: 26px;
    height: 30px;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 5%;
}

.icon-lock {
    background-image: url(./lock.png);
    background-image: image-set(url(./lock.png) 1x, url(./lock-2x.png) 2x);
    background-image: -webkit-image-set(url(./lock.png) 1x, url(./lock-2x.png) 2x);
}

.icon-user {
    background-image: url(./user.png);
    background-image: image-set(url(./user.png) 1x, url(./user-2x.png) 2x);
    background-image: -webkit-image-set(url(./user.png) 1x, url(./user-2x.png) 2x);
}

.icon-security {
    background-image: url(./security.png);
    background-image: image-set(url(./security.png) 1x, url(./security-2x.png) 2x);
    background-image: -webkit-image-set(url(./security.png) 1x, url(./security-2x.png) 2x);
}

.login-form-s .login-form-cell.login-form-cell-psd {
    margin-top: 35px;
    margin-bottom: 15px;
}

.login-form-s .logo_box {
    top: -85px;
}

.login-form-code-cell {
    height: 58px;
}

.login-form-code-cell label {
    margin: 15px 0 0 75px;
}

.login-form-code-cell .lg-icon {
    left: 9%;
}

.login-form-code-cell input {
    padding-left: 26%;
    width: 66%;
}

.login-form-code-cell .login-input-wrap {
    width: 55%;
}

.login-form-code-cell .login-form-right {
    float: right;
    margin-right:25px;
    height:58px;
    line-height: 58px;
}

.login-form-code-cell .login-form-right img {
    width: 110px;
    height: 44px;
    vertical-align: middle;
}

.refresh-code-btn {
    margin: 0 0 0 8px;
    width: 25px;
    height: 32px;
    background-image: url("./refresh-2x.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-color: transparent;
    transition: all .5s;
    cursor: pointer;
    vertical-align: middle;
    background-size: 20px;
}

.login-error {
    margin-bottom: 2px;
}

.refresh-code-btn:hover {
    transform: rotate(180deg);
}

@media screen and (max-height: 666px) and  (max-width: 1500px) {
    .copyright_box {
        bottom: 5%;
    }
}

@media screen and (max-height: 620px) and  (max-width: 1400px) {
    .copyright_box {
        bottom: 10%;
    }

    .login-tmp-form .forget-pwd {
        margin-top: 15px;
    }

    .login-tmp-form.login-form {
        /* margin-top: -230px; */
    }
}

.warning-dialog {
    left: 77.5%;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.35);
}

form.login-tmp-form.login-form-ies{
    margin-top:-190px ;
}
.login-form-ies .logo_box{
    top:-90px;
}
.copyright-s.copyright_box{
    bottom: 1px;
}
.login-form-ies .login-form-cell{
    margin-top:20px !important;
}

@media screen and (max-width: 990px){
    .login-form-code-cell .login-input-wrap{
        width:50%;
    }

}
.tishi-img{
    top: 110px;
    right: -25px;
}
.erwei-box{
    width: 100%;
    padding-bottom: 30px;
}
.erwei-mm{
    width: 320px;
    height: 320px;
}
.erweima-img img,
.erweima-img canvas{
    width: 300px;
    height: 300px;
}
.erwei-bot{
    bottom: 60px;
}
.login-form-cell{
    margin-top: 10px;
}
.login-change{
    margin: 0;
    padding: 0;
}
#loginPhone{
    padding-left: 21%;
}
#loginCode{
    padding-right: 0;
}
.code-button{
    width: 104px;
    height: 62px;
    line-height: 62px;
    background: #389EC5;
    border-radius: 2px;
    color: #FFFFFF;
    text-align: center;
    right: -1px;
}
.code-button.active{
    color: #ffffff;
}
.icon-phone{
    width: 34px;
    height: 34px;
    background-position-x: -5px;
    background-image: url(./phone.png);
    background-image: image-set(url(./phone.png) 1x, url(./phone-2x.png) 2x);
    background-image: -webkit-image-set(url(./phone.png) 1x, url(./phone-2x.png) 2x);
}
.phoneArea{
    height: 58px;
    line-height: 60px;
    margin-top: -29px;
    top: 50%;
    left: 70px;
}
.erwei-shuoming{
    position: absolute;
    bottom: 85px;
    width: 100%;
    text-align: center;
    font-size: 12px;
}
.erwei-shuoming a{
    color: #389EC5!important;
}
.login-shuoming{
    font-size: 12px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}
.login-shuoming a{
    color: #389EC5!important;
}

/* Password input toggle */
.password-input__toggle {
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px;
    background-color: transparent;
    transform: translate(-50%, -50%);
}

.password-input__toggle-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
    transform: none;
}

.hidden {
    display: none;
}

/* hide password reveal button */
input::-ms-reveal,
input::-ms-clear {
  display: none;
}