/* 登录样式*/

html, body {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    color: #333333;
}

input {
    width: 100%;
    height: 48px;
    background: none;
    border: 1px solid rgba(0, 135, 238, 0.6);
    border-radius: 8px;
    outline: none;
    padding: 0 25px;
}

/*背景图片*/
.loginMain {
    width: 100%;
    height: 100%;
    background: url(../../img/bg.jpg) center top no-repeat;
    position: relative;
}

.login-content {
    position: absolute;
    width: 1180px;
    height: 640px;
    top: 50%;
    left: 50%;
    margin-left: -590px;
    margin-top: -320px;
}

.content-left {
    position: absolute;
    width: 654px;
    height: 538px;
    top: 53px;
    background: url(../../img/contentBg.jpg) center top no-repeat;
    border-radius: 18px;
}


.content-left .title {
    font-size: 22px;
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 35px;
    margin-top: 15px;
}

.content-left .title img {
    width: 48px;
    margin-right: 6px;
}

.leftTextBox {
    position: absolute;
    width: 94%;
    padding: 24px;
    bottom: 0;
}

.leftTextBox .subTitle {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 4px;
}

.leftTextBox .title-content {
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
    cursor: pointer;
    padding-left: 25px;
    margin-bottom: 6px;
}

.leftTextBox .title-content:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border: 2px solid;
    border-radius: 50%;
    left: 7px;
    top: 6px;
}


.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);
}

.content-right .title {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-bottom: 40px;
}

.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;
}

.typeTitle {
    margin-top: 0;
    margin-bottom: 40px;
    font-size: 30px;
    color: #191919;
    font-weight: bold;
}

.typeTitle.center {
    text-align: center;
}


.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 {
    margin-top: 5%;
    width: 100%;
}

.login-form .m-b .input-group-span {
    position: absolute;
    width: 100px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 16px;
    color: #0087EE;
    top: 0;
    right: 0;
    text-align: center;
}


.login-form .input-group input:focus {
    outline: none;
    background-color: rgba(0, 0, 0, 0);
}


.login-form button {
    margin-top: 5%;
}

.codeTips {
    font-size: 14px;
    font-weight: 400;
    color: #86909C;
    margin-top: 20px;
}

.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-form .forget-password span {
    float: right;
}

.forget-password {
    color: #3C90FF;
    width: 100%;
    margin-top: 15px;
}


#qrCodeMsg {
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.login-tip {
    width: 224px;
    height: 16px;
    font-size: 16px;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: rgba(60, 144, 255, 1);
    line-height: 24px;
    margin-top: 15px;
}

/*登录按钮*/
.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
}


.left-qrcode {
    margin-top: 15%;
}

.left-qrcode:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
}

.left-qrcode .qrcode {
    float: left;
    margin-right: 20px;
    text-align: center;
    width: 27%;
}

.left-qrcode .qrcode img {
    width: 100px;
}

.left-qrcode .qrcode span {
    width: 86px;
    height: 15px;
    font-size: 15px;
    font-family: NotoSansHans-Regular, NotoSansHans;
    font-weight: 400;
    color: #fff;
    color: rgba(255, 255, 255, 1);
    line-height: 23px;
}

.proposal {
    position: fixed;
    left: 0;
    background: rgba(255, 255, 255, 0.3);
    bottom: 0;
    width: 100%;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #86909C;
}








