/* .login-wrap {
    position: relative;

    width: 100%;
    height: 100%;

    background: url('/public/portal/images/yitian_login_bg.jpg') no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.login-box {
    width: 580px;
    height: 552px;

    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.login-top {
    width: 100%;
    height: 73px;
}
.login-top img {
    display: block;
    margin: 0 auto;
}
.login-center {
    width: 370px;
    height: 361px;
    margin: 0 auto;
    margin-top: 52px;
    padding: 50px;
    padding-top: 20px;
    box-sizing: border-box;
    background: url('/public/portal/images/box.png') no-repeat center;
    background-size: cover;
}
.login-ipt-line {
    width: 268px;
    height: 38px;
    background: #fff;
    padding-left: 12px;
    border: 1px solid #dedddb;
    box-sizing: border-box;
    border-radius: 3px;
    margin: 0 auto;
    margin-top: 20px;
}
.login-error-text {
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
    color: #f00;
}
.chose-ipt-line {
    border: 1px solid #f00;
}
.login-icon {
    display: block;
    float: left;
    margin-top: 10px;
}
.code-icon {
    width: 14px;
    height: 14px;
    margin-top: 12px;
    background: url('/public/portal/images/code.png') no-repeat center;
    background-size: cover;
}
.user-icon {
    width: 14px;
    height: 16px;
    background: url('/public/portal/images/user.png') no-repeat center;
    background-size: cover;
}
.pwd-icon {
    width: 14px;
    height: 16px;
    background: url('/public/portal/images/pwd.png') no-repeat center;
    background-size: cover;
}
.login-text {
    display: block;
    float: left;
    width: 70px;
    margin-left: 10px;
    line-height: 38px;
    font-size: 14px;
    color: #666;
    height: 100%;
}
.login-ipt {
    display: block;
    float: left;
    width: calc(100% - 94px);
    height: 100%;

    line-height: 38px;
    border: none;
    outline: none;
    font-size: 14px;
    color: #666;
    
    padding-left: 10px;
    box-sizing: border-box;
}
.pwd-eyes-ipt {
    width: calc(100% - 130px)!important;
}
.icon-eyes-switch {
    display: block;
    float: right;
    width: 18px;
    height: 14px;
    margin-right: 10px;
    margin-top: 12px;
    cursor: pointer;
}
.icon-eyes-on {
    background: url('/public/portal/images/eye-on.png') no-repeat center;
    background-size: cover;
}
.icon-eyes-off {
    background: url('/public/portal/images/eye-off.png') no-repeat center;
    background-size: cover;
}

.login-rempwd-line {
    width: 100%;
    height: 25px;
    margin-top: 20px;
    margin-bottom: 6px;
}

.rempwd-left {
    float: left;

    height: 100%;
    cursor: pointer;
}

.remped-right {
    float: right;

    height: 100%;
} 

.rempwd-icon {
    display: block;
    float: left;

    width: 14px;
    height: 14px;
    
    background: url('/public/portal/images/check.png') no-repeat center;
    background-size: cover;
}

.rempwd-icon-on {
    background: url('/public/portal/images/check-on.png') no-repeat center;
    background-size: cover;
}

.rempwd-text {
    display: block;
    float: left;

    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-left: 5px;
    color: #999;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none;
}


.login-submit-btn {
    width: 268px;
    height: 38px;
    line-height: 38px;
    background: #4488f7;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 3px;
    margin: 0 auto;
    cursor: pointer;
}

.login-bottom {
    width: 368px;
    height: 70px;
    margin: 0 auto;
    background: url('/public/portal/images/bottom.png') no-repeat center;
    background-size: cover;
} */



.login-wrap {
    width: 100%;
    height: 100%;
    background: url('/public/portal/images/n_bg.png') no-repeat center;
    background-size: cover;
    position: relative;
}
.login-box {
    /* width: 1040px;
    height: 650px; */
    width: 77%;
    height: 86%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    border-radius: 10px;
    box-shadow: 1px 1px 40px rgba(99, 132, 251, .15);
}
.login-box-left{
    width: 50%;
    height: 100%;
    float: left;
    background: url('/public/portal/images/n_leftimg.png') no-repeat center;
    background-size: cover;
    position: relative;
    padding-top: 100px;
    padding-left: 115px;
    box-sizing: border-box;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.logo-img{
    display: block;
    width: 28%;
}
.logo-title {
    display: block;
    height: 30px;
    margin-top: 10px;
    font-size: 26px;
    color: #fff;
}

.login-box-right{
    width: 50%;
    height: 100%;
    float: left;
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 100px;
    padding-left: 72px;
    padding-right: 100px;
    box-sizing: border-box;
}
.login-box-right-box {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 1920px) {
    .login-box-right-box {
        width: 80%;
    }
}
.login-title-text {
    width: 100%;
    height: 30px;
    font-size: 34px;
    margin-bottom: 30px;
    color: #1890ff;
}

.login-ipt-line {
    width: 100%;
    height: 68px;
    padding-top: 30px;
    border-bottom: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.login-icon {
    display: block;
    float: left;
    width: 14px;
    margin-top: 10px;
    margin-right: 8px;
    height: 16px;
}
.code-icon {
    background: url('/public/portal/images/n_1.png') no-repeat center;
    background-size: cover;
}
.user-icon {
    background: url('/public/portal/images/n_2.png') no-repeat center;
    background-size: cover;
}
.pwd-icon {
    background: url('/public/portal/images/n_3.png') no-repeat center;
    background-size: cover;
}
.login-text {
    display: block;
    float: left;
    width: 80px;
    height: 100%;

    line-height: 38px;
    color: #666;
    font-size: 16px;
}
.login-ipt {
    display: block;
    float: left;
    width: 245px;
    height: 100%;

    line-height: 38px;
    border: none;
    outline: none;
    font-size: 16px;
    color: #666;
    
    padding-left: 10px;
    box-sizing: border-box;
}
.pwd-eyes-ipt {
    width: 220px!important;
}

.chose-ipt-line {
    border-bottom: 1px solid #1890ff;
}
.icon-eyes-switch {
    display: block;
    float: right;
    width: 18px;
    height: 14px;
    margin-right: 3px;
    margin-top: 12px;
    cursor: pointer;
}
.icon-eyes-on {
    background: url('/public/portal/images/eye-on.png') no-repeat center;
    background-size: cover;
}
.icon-eyes-off {
    background: url('/public/portal/images/eye-off.png') no-repeat center;
    background-size: cover;
}
.login-rempwd-line {
    width: 100%;
    height: 15px;
    margin-top: 20px;
    margin-bottom: 6px;
}
.rempwd-left {
    float: left;

    height: 100%;
    cursor: pointer;
}

.remped-right {
    float: right;

    height: 100%;
} 

.rempwd-icon {
    display: block;
    float: left;

    width: 14px;
    height: 14px;
    
    background: url('/public/portal/images/n_4.png') no-repeat center;
    background-size: cover;
}

.rempwd-icon-on {
    background: url('/public/portal/images/n_5.png') no-repeat center;
    background-size: cover;
}
.rempwd-text {
    display: block;
    float: left;

    height: 14px;
    line-height: 14px;
    font-size: 14px;
    margin-left: 5px;
    color: #999;
    
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select:none;
}
.login-error-text {
    display: block;
    width: 100%;
    height: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    text-align: center;
    color: #f00;
}


.login-submit-btn {
    width: 100%;
    height: 44px;
    line-height: 44px;
    background: rgb(24, 144, 255);
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 6px;
    margin: 0 auto;
    cursor: pointer;
    box-shadow: 3px 3px 15px rgba(24, 144, 255, .3);
}

@media screen and (min-width: 1400px) {
    .login-ipt-line {
        height: 90px;
        padding-top: 20px;
    }
    .login-icon {
        margin-top: 38px;
    }
    .login-text,.login-ipt {
        height: 38px;
        margin-top: 27px;
    }
    .login-rempwd-line {
        margin-top: 32px;
    }
    .icon-eyes-switch {
        margin-top: 38px;
    }
}

@media screen and (max-width: 1360px) {
    .login-ipt {
        width: 210px;
    }
    .pwd-eyes-ipt {
        width: 210px!important;
    }
}
.downloadtitle {
    text-align: center;
    color: black;
    height: 38px;
    margin: 30px;
    font-size: 28px;
    line-height: 38px;
}
.downloadimg {
    float: left;
    width: 50%;
}
.downloadimg p.imgtitle {
    color: #b7b7b7;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.downloadimg p.imgtip {
    color: black;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
}
.downloadimg p img {
    width: 160px;
    margin: 0 auto;
}