/* 登录样式*/

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
}

/*背景图片*/
.loginMain {
    width: 100%;
    height: 100%;
    background: url(../../img/bg.jpg) center top no-repeat;
    position: relative;
}

/*登录卡片*/
.login-card {
    width: 50%;
    height: 550px;
    background: #fff;
    background: rgba(255, 255, 255, 1);
    border-radius: 12px;
    /*margin: 10% auto 0;*/
    margin: 10% auto 9%;
    vertical-align: middle;
    min-width: 1000px;
}

/*系统名称*/
.title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 70px;

}

.title img {
    width: 48px;
    margin-right: 6px;
}

.login-content {
    position: absolute;
    width: 1180px;
    height: 640px;
    top: 50%;
    left: 50%;
    margin-left: -590px;
    margin-top: -320px;
}

.showPassword {
    position: absolute;
    top: 4px;
    right: 11px;
    cursor: pointer;
}
.downApp {
    display: block;
    margin: 110px 0 0 215px;
    width: 182px;
    height: 182px;
    border-radius: 10px;
}

.downTips {
    text-align: center;
    padding-right: 41px;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 14px;
}

.content-left {
    position: absolute;
    width: 654px;
    height: 538px;
    top: 53px;
    background: url(../../img/contentBg.jpg) center top no-repeat;
    border-radius: 18px;
}

.typeChange {
    position: absolute;
    width: 68px;
    height: 68px;
    background: url(../../img/typeCode.png) center top no-repeat;
    top: 0;
    right: 0;
    cursor: pointer;
}

.typeChange.active {
    background: url(../../img/typePwd.png) center top no-repeat;
}

.footer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
    color: #86909C;
    background: rgba(255, 255, 255, 0.3);
}

.content-right {
    position: absolute;
    right: 0;
    width: 568px;
    height: 640px;
    padding: 110px 120px;
    border-radius: 16px;
    background: linear-gradient(219deg, rgba(255, 255, 255, 0.26) 10%, rgba(255, 255, 255, 0.00) 38%), rgba(255, 255, 255, 0.62);
    backdrop-filter: blur(61px);
}

.typeTitle {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    color: #191919;
    font-weight: bold;
}

.typeTitle.center {
    text-align: center;
}

.content-right img {
    margin-top: 10px;
}


.login-form input {
    text-indent: 25px;
}

.login-form button {
    margin-top: 20px;
}

.login-form span {
    height: 16px;
    font-size: 16px;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: rgba(34, 92, 187, 1);
    line-height: 24px;
    float: right;
}


.login-form .m-b input {
    width: 100%;
    height: 48px;
    background: none;
    border: 1px solid rgba(0, 135, 238, 0.6);
    border-radius: 8px;
}

.login-form .m-b .codeInput {
    width: 100%;
    height: 48px;
    background: none;
    border: 1px solid rgba(0, 135, 238, 0.6);
}


.login-form .input-group input:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}

.login-form .input-group {
    margin-top: 5%;
    width: 100%;
}

.login-form .m-b .input-group-span {
    position: absolute;
    width: 110px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #0087EE;
    top: 0;
    right: 0;
    text-align: center;
}

.forget-password {
    color: rgba(34, 92, 187, 1);
    width: 368px;
}

.captcha {
    width: 200px !important;
}

.login_code {
    width: 108px;
    height: 48px;
    float: right;
    margin-top: 0 !important;
    border: 1px solid rgba(0, 135, 238, 0.6);
    border-radius: 8px;

}


/*登录按钮*/
.login-button {
    width: 100%;
    height: 48px;
    background: #0087EE;
    border-radius: 8px;
    border: 0;
    color: #FFFFFF;
}


.nav li {
    float: left;
}

.nav li a {
    position: relative;
    display: block;
    padding: 10px 6px;
    width: 90px;
    color: #191919;
    text-align: center;
    font-size: 18px;
}

.nav li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 0;
    background: #225CBB;
    border-radius: 1px;
    opacity: 0;
    transition: all .5s;
}

.nav .active a {
    color: #0087EE;
}

.nav .active a:after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: 70px;
    background: #0087EE;
    border-radius: 1px;
    opacity: 1;
}

.nav > li > a:hover {
    background-color: transparent
}

.nav > li > a:focus {
    background-color: transparent
}

#qrCodeMsg {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.proposal {
    position: fixed;
    left: 0;
    bottom: 8px;
    min-height: 8px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}



