/* =================通用================== */
*{
    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; */
    background: rgba(33,33,33,0.4)!important;
    padding: 0 30px;
    height: 60px;
    /* 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;
}
header>ul li.theme_login_lanuage{
    width: 50px;
    height: 50px; 
    margin-right: -25px;
    cursor: pointer;
}
header>ul li.theme_login_lanuage:hover{
    /* background: #ccc;
    border-radius: 25px;
    cursor: pointer */
}
header>ul li.theme_login_lanuage>i{
    width: 25px;
    height: 50px;
    color: #3571ff;
}
header>ul li.theme_login_lanuage>i>svg{
    width: 25px;
    height: 50px;
    fill: currentColor;
}
/* =================内容================== */
#login{
    background-repeat: no-repeat;
    background-size: 100%  100%;
}
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 25px 0px;
    /* width: 330px; */
    box-sizing: content-box;
    position: relative;
    /* box-shadow: 4px 4px 16px 0px rgba(0, 0, 0, 0.11); */
}
main .page span.icon{
    color:rgba(191,191,191,1);
}
main button.commonBtn{
    width: 100%;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 5;
    color: #fff;
    background-color: #3571ff;
    border-color: #3571ff;
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.045);
    outline: none;
    border: none;
    cursor: pointer;
    transition: all linear 0.2s;
}
main button.commonBtn.whiteBg{
    background-color: #fff;
    color: #3571ff;
    border: 1px solid #3571ff;
    margin-top: 22px;
}
button.whiteBg:hover{
    background-color: #3571ff!important;
    opacity: 1!important;
    color: #fff!important;
}
main input.inputErr{
    border-color:#f5222d!important;
}
main  input:focus{
    outline: none!important;
    border-color: #3571ff;
}
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;
    /* display: none; */
}
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: #3571ff;
}

/* 内容区右上角 */
.scan_login{
    width: 50px;
    height: 50px;
    position: absolute;
    right: 4px;
    top: 4px;
    color: #3571ff;
    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: #3571ff;
    border-color: #3571ff;
    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: #3571ff;
    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: #3571ff;
}
.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:#3571ff;
    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:#3571ff;
}
.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: #3571ff;
    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: #3571ff;
}
.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;
}
span.en-guanwocong::before{
    font-size: 11px;
}
input:hover{
    border-color: #3571ff!important;
}
input::-ms-clear { display: none;}
input::-ms-reveal { display: none;}

/* 移动端头部右侧省略号 */
.headerMore {
    width: 20px;
    position: relative;
}
.headerMore .headerMoreMask{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: transparent;
    z-index: -1;
}
.headerMore>span{
    color: #fff;
    z-index: 1000;
}

.headerMoreContent {
  list-style: none;
  width: 120px;
  padding: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 26px 0px rgba(0, 0, 0, 0.11);
  position: absolute;
  top: 28px;
  right: 0px;
  display: none;
}
.headerMoreContent::after{
  content: '';
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  right: 10px;
  top: -8px;
}
.headerMoreContent li{
  height: 30px;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.headerMoreContent li a{
    font-size: 14px;
    color: #444;
    text-decoration: none;
}