/* =================Login================== */
main{
    width: 100%;
    height: calc(100% - 64px);
    /* background: url('../images/img/config_login_bg.jpg') no-repeat; */
    background-repeat: no-repeat;
    background-position: center center;
    /* background-size: 100%  100%; */
    background-size: cover!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
main>.main{
    width: 820px;
    /* width: 80%; */
    max-width: 1200px;
    height: 500px;
}
main>.main:after {
    content: "";
    height: 0;
    width: 100%;
    clear: both;
}
main>.main::after {
    content: "";
    height: 0;
    width: 100%;
    clear: both;
}
.main>.loginForm{
    /* width: 80%;
    max-width: 1200px; */
    width: 400px;
    height: 100%;
    position:relative;
    background-color: #fff;
    /* padding: 0 35px 0px; */
    box-shadow:4px 4px 16px 0px rgba(0,0,0,0.11);
    /* float: left; */
    display: inline-block;
    border-radius: 8px;
}

.main>.loginForm>div.page{
    background: #ffffff;
    /* padding: 0 35px 46px; */
    width: 330px;
    box-sizing: content-box;
    position: relative;
}

.loginForm p.errTip{
    font-size: 10px;
    line-height: 14px;
    color: #f5222d;
    margin-left: 2px;
    display: none;
}
/* 登录页 */
.loginFormPage h2{
    padding: 60px 0 60px;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    color: rgba(0, 0, 0, .85);
}
.loginFormPage form{
    overflow: hidden;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.65);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
}
.loginFormPage form>div{
    height: 67px;
    position: relative;
}
.loginFormPage form input{
    width: 330px;
    height: 52px;
    background-color: #fff;
    padding: 0 11px 0 40px;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    transition: all 0.3s;
}
.loginFormPage form span.icon{
    width: 20px;
    height: 20px;
    font-size: 20px;
    position: absolute;
    left: 12px;
    top: 10px;
    color:rgba(191,191,191,1);
}
.loginFormPage form>div span.eye_input{
    width: 14px;
    height: 14px;
    font-size: 14px;
    top: 17px;
    left: calc(100% - 14px - 12px);
    cursor: pointer;
}
.loginFormPage form>div.verifyCode>input{
    width: 212px;
}
.loginFormPage form>div.verifyCode>div{
    width: 108px;
    height: 50px;
    margin-top: 1px;
}
.loginFormPage form>div.verifyCode>div>canvas{
    width: 100%;
    height: 100%;
}
.loginFormPage form>div:nth-of-type(n+3){
    display: flex;
    justify-content: space-between;
}
.loginFormPage form>div.rememberDiv{
    height: 20px;
    align-items: center;
    margin: 17px 0 16px 0;
}
.loginFormPage form>div.rememberDiv>div{
    height: 20px;
    display: flex;
    align-items: center;
    border-bottom: none;
    margin: 0px;
    padding: 0px;
    position: relative;
    width: 70px;
}
.loginFormPage form>div.rememberDiv>div>input{
    width: 14px;
    height: 14px;
    color: rgba(0, 0, 0, 0.65);
    background-color: #fff;
    border-radius: 2px;
    border-collapse: separate;
    transition: all 0.3s;
    margin-right: 10px;
    position: relative;
    top: 2px;
    left: 2px
}
.loginFormPage form>div.rememberDiv>div>input:checked::after{
    content: "✓";
    font-size: 10px;
    color: #fff;
    /* font-weight: bold; */
    background-color: #0aa679;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loginFormPage form>div.rememberDiv>div>input::after{
    background-color: #fff;
    color: #000;
    width: 14px;
    height: 14px;
    font-size: 14px;
    display: inline-block;
    padding-left: 0px;
    text-align: center;
    content: ' ';
    border-radius: 2px;
    border: 1px solid #0aa679;
    position: absolute;
    left: -2px;
    top: -2px;
}
.loginFormPage form>div.rememberDiv>div>label{
    width: 85px;
    text-align: left;
    height: 21px;
    line-height: 23px;
    position: absolute;
    left: 24px;
    top: 0px;
}
.loginFormPage form>div.rememberDiv>span{
    color: #0aa679;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    transition: color 0.3s;
}
.loginFormPage>p{
    color: rgba(0, 0, 0, 0.25);
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
}

/* =================通用================== */
*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    list-style: none;
}
html{
    width: 100%;
    min-width: 800px;
    height: 100%;
}
body,#login{
    width: 100%;
    min-width: 1200px;
    height: 100%;
    min-height: 700px;
    position: relative;
    /* overflow-y: hidden; */
}
/* =================header================== */
header{
    background-color: #343F4E;
    padding: 0 30px;
    height: 64px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
}
header>section{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header>section>a{
    width: 34px;
    height: 32px;
    margin-right: 12px;
}
header>section img{
    width: 100%;
    height: 100%;
}
header section h1{
    float: left;
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    margin-right: 14px;
}
header section p{
    color: #fff;
    font-size: 21px;
    line-height: 26px;
    font-weight: 500;
    padding-left: 14px;
    border-left: 1px solid rgba(153,153,153,1);
}
header ul{
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
header ul li{
    margin-right: 15px;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
}
header ul li:nth-last-of-type(1){
    margin-right: 0px;
}
header ul a{
    font-size: 14px;
    color: #ffffff;
    text-decoration: none;
}
/* =================内容================== */
main{
    width: 100%;
    /* height: calc(100% - 64px); */
    height: 100%;
    /* background: url('../images/img/config_login_bg.jpg') no-repeat; */
    background-repeat: no-repeat;
    background-size: 100%  100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}
main .page{
    width: 330px;
    height: 500px;
    background: #ffffff;
    padding: 0 35px 0px;
    /* width: 330px; */
    box-sizing: content-box;
    position: relative;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.11);
    border-radius: 8px;
}
main .page span.icon{
    color:rgba(191,191,191,1);
}

main button.commonBtn{
    width: 100%;
    height: 52px;
    line-height: 52px;
    font-size: 16px;
    border-radius: 26px;
    z-index: 5;
    color: #fff;
    background-color: #92171e;
    border-color: #92171e;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    outline: none;
    border: none;
    cursor: pointer;
    margin-top: 30px;
}

main button.commonBtn.whiteBg{
    background-color: #fff;
    color: #92171e;
    border: 1px solid #92171e;
    margin-top: 22px;
}
button.whiteBg:hover{
    background-color: #92171e!important;
    opacity: 1!important;
    color: #fff!important;
}
main input.inputErr{
    border-color:#f5222d!important;
}
main  input:focus{
    outline: none!important;
    border-color: #92171e;
}
main  input::placeholder{
    opacity: .6!important;
}
main p.errTip{
    font-size: 10px;
    line-height: 14px;
    color: #f5222d;
    margin-left: 2px;
    display: none;
    text-align: left;
}

/* =================footer================== */
footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px;
    font-size: 12px;
    line-height: 1.15;
    text-align: center;
    color: #fff;
    z-index: 1;
}
footer p{
    margin: 0 auto;
    height:20px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(130,130,130,1);
    line-height:20px;
}
footer p a{
    cursor: pointer;
    color:rgba(130,130,130,1);
    text-decoration: none;
}
footer p a:hover{
    color: #92171e;
}

/* 内容区右上角 */
.scan_login{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #92171e;
    z-index: 101;
}
.scan_login>svg{
    width: 100%;
    height: 100%;
    cursor: pointer;
    fill: currentColor;
}
p.right_partner_code{
    min-width: 70px;
    height: 21px;
    line-height: 1;
    margin: 0px!important;
    position: absolute;
    top: 8px;
    right: 60px;
}
p.right_partner_code .tip-text{
    font-size: 14px;
    color: #eeb04f;
    position: relative;
    background: #FEFCEF;
    padding: 0 5px 0 5px;
    border: 1px solid #fee4a5;
    border-right: none;
    display: inline-block;
    line-height: 19px;
}
p.right_partner_code .tip-icon{
    width: 100%;
    height: 21px;
    display: inline-block;
    font-size: 21px;
    z-index: 100;
    position: absolute;
    left: 34px;
}
p.right_partner_code .tip-icon use{
    height: 21px;
}
/* 对话框 */
.en_dialog_container{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .15);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 102;
}
.en_dialog_container .container{
    width: 500px;
    height: 200px;
    background-color: #fff;
    position: absolute;
    top: 30%;
    left: calc(50% - 250px);
    border-radius: 5px;
    box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.11);
    z-index: 1000;
}
.en_dialog_container .title{
    padding:0px 13px 0 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:36px;
    background:rgba(247,247,247,1);
}
.en_dialog_container .title p:nth-of-type(1){
    height:22px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:22px;
}
.en_dialog_container .title p:nth-of-type(2){
    font-size: 20px;
    color:rgba(0,0,0,0.65);
    cursor: pointer;
}
.en_dialog_container .title svg{
    width: 16px;
    height: 16px;
    font-weight: 400;
    font-size: 16px;
}
.en_dialog_container .title svg use{
    width: 14px;
    height: 14px;
    font-weight: 400;
    font-size: 14px;
}
.en_dialog_container .content{
    height: 118px;
    padding: 31px 36px 30px;
    font-size: 14px;
    font-size:14px;
    font-family:PingFangSC-Regular,PingFang SC;
    font-weight:400;
    color:rgba(0,0,0,0.65);
    line-height:22px;
}
.en_dialog_container .btn{
    height: 32px;
    padding-right: 31px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.en_dialog_container .btn p{
    width: 88px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    border-radius: 4px;
    color: #fff;
    background-color: #92171e;
    border-color: #92171e;
    cursor: pointer;
}
.en_dialog_container .btn p:hover{
    opacity: .8;
}
/* 第三方用户登录-二次认证对话框 */
.en_dialog_container .mask{
    width: 500px;
    height: 200px;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 5px;
    z-index: 1001;
    cursor: not-allowed;
    display: none;
}
.en_dialog_container .mask p{
    width: 100%;
    text-align: center;
    color: #92171e;
    margin-top: 85px;
}
.en_dialog_container .authContent{
    display: flex;
    justify-self: flex-start;
    align-items: center;
}
.en_dialog_container .authContent>span{

}
.en_dialog_container .authContent>div{
    position: relative;
}
.en_dialog_container .authContent>div input{
    width: 300px;
    height: 34px;
    background-color: #fff;
    padding: 0 11px;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    transition: all 0.3s;
}
.en_dialog_container .authContent>div input.inputErr{
    border-color:#f5222d!important;
}
.en_dialog_container .authContent>div input:focus{
    outline: none!important;
    border-color: #92171e;
}
.en_dialog_container .authContent>div input::placeholder{
    opacity: .6!important;
}
.en_dialog_container .authContent>div p{
    position: absolute;
    font-size: 10px;
    line-height: 16px;
    color: #f5222d;
    margin-left: 2px;
    display: none;
}
.en_dialog_container .btn p.cancel{
    margin-right: 15px;
    background-color: #fff;
    color: #111;
    border: 1px solid #d9d9d9;
}
/* 提示框 */
.en_message_container{
    width: 440px;
    height: 90px;
    background-color: #fff;
    position: fixed;
    top: 76px;
    left: -200px;
    margin-left: 50%;
    border-radius: 2px;
    box-shadow:0px 2px 4px 0px rgba(0,0,0,0.27);
    z-index: 10001;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.en_message_container .message_icon {
    width: 60px!important;
    height: 100%;
    font-size: 32px;
    background:#92171e;
    color: #fff;
    border-radius: 2px 0 0 2px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.en_message_container .message_icon svg{
    width: 30px;
    height: 30px;
    fill: currentColor;
}
.en_message_container .message_icon.success {
    background:#92171e;
}
.en_message_container .message_icon.error {
    background:rgba(251,97,101,1);
}
.en_message_container .message_icon.danger {
    background:rgba(251,97,101,1);
}
.en_message_container .message_icon.warning {
    background:rgba(245,166,35,1);
}
.en_message_container .message_icon.info {
    background:#578FFF;
}
.en_message_container .message_container {
    width: 380px;
    height: 100%;
    padding: 0px 15px;
    background-color: #92171e;
    line-height: 1.4;
    box-sizing: border-box;
    border-radius: 0 2px 2px 0;
}
.en_message_container .message_container .content {
    width: 100%;
    height: 100%;
    line-height: 34px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* display: flex;
    align-items: flex-start;
    overflow: hidden;
    overflow: hidden; */
    vertical-align: center;
}
.en_message_container .message_container .content p{
    width: 100%;
    /* line-height: 60px;
    vertical-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    height: 90px;
    line-height: 20px;
    word-break: break-all;
    vertical-align: middle;
    display: flex;
    align-items: center;
    overflow: hidden;
    font-size:16px;
    color: rgba(0, 0, 0, 0.65);
}
.en_message_container .message_container.success {
    background-color: rgba(213,237,219,1);
    color: #92171e;
}
.en_message_container .message_container.error {
    background:rgba(247,215,219,1);
    color: #FB6165;
}
.en_message_container .message_container.danger {
    background:rgba(247,215,219,1);
    color: #FB6165;
}
.en_message_container .message_container.warning {
    background:rgba(248,240,216,1);
    color:rgba(245,166,35,1);
}
.en_message_container .message_container.info {
    background:rgba(210,236,241,1);
    color:rgba(87,143,255,1);
}
/* 输入框隐藏密码 */
i.password_invisible{
    width: 1px;
    height: 16px;
    background-color: rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    top: 21px;
    right: 18px;
    transform: rotate(45deg);
    cursor: pointer;
}
button:hover{
    opacity: 0.8;
}
/* 点击获取验证码后 */
.getCode.disable{
    background:rgba(245,245,245,1);
    color:rgba(0,0,0,0.45)!important;
    cursor: not-allowed;
}
.getCode.disable:hover{
    cursor: not-allowed;
    border: 1px solid #d9d9d9!important;
    color:rgba(0,0,0,0.45)!important;
}
span.en-eye-invisible::before{
    font-size: 11px;
}
input:hover{
    border-color: #92171e!important;
}
input::-ms-clear { display: none;}
input::-ms-reveal { display: none;}
