html,body{
    height: 100%;
    width: 100%;
}
.login-page{
    font-size: 0;
}
.login-container{
    /*width: 1300px;*/
    display: flex;
    max-width: 1300px;
    margin: auto;
    height: 648px;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.login-left{
    position: relative;
    width: 58.3%;
    flex:0 0 58.3%;
    background: url("./../img/login@2x.jpg") no-repeat top center;
    background-size: cover
}
.register-left{
    position: relative;
    width: 58.3%;
    flex:0 0 58.3%;
    height: 100%;
    /*background: url("./../img/login@2x.jpg") no-repeat top center;*/
    /*background-size: cover*/
}
.login-left img{
    width: 100%;
}
.login-right{
    width: 41.7%;
    flex:0 0 41.7%;
}

.form-top{
    margin-top: 80px;
    text-align: center;
}
.form-top img{
    width: 95px;
    height: 64px;
    margin-bottom: 16px;
}
.form-top p{
    font-size: 13px;
    font-weight: 400;
    color: #0B346E;
    line-height: 16px;
}

.login-form ul{
    text-align: center;
    margin-top: 42px;
    margin-bottom: 35px;
}
.login-form ul li{
    display: inline-block;
    font-size: 13px;
    font-weight: 400;
    color: #000000;
    line-height: 16px;
    cursor: pointer;
}
.login-form ul li:first-child{
    margin-right: 44px;
}
.login-form ul li .line{
    display: none;
    width: 12px;
    height: 3px;
    background: #0B346E;
    border-radius: 100px;
    margin: 8px auto 0 auto;
    transition: all 0.33s linear;
}
.login-form ul li.active{
    font-weight: 700;
    color: #0B346E;
}
.login-form ul li.active  .line{
    display: block;
}


.login-form  .input-group{
    display: flex;
    /*justify-content: center;*/
    align-items: center;
    width: 295px;
    height: 39px;
    border: 1px solid rgba(5,75,165,0.25);
    border-radius: 4px;
    margin: 0 auto 20px auto;
    font-size: 13px;
}
.login-form .input-group  .input-group-addo{
    width: 48px;
    margin-bottom: 0;
    text-align: center;
}
.login-form .input-group  .input-group-addo img{
    width: 20px;
    height: 20px;
}
.login-form .input-group .form-controler{
    border: 0;
    width: 210px;
    height: 100%;
    color: #000000;
}
.login-form .input-group .form-controler:focus{
    border: 0;
    box-shadow: none;
    outline: 0;
}
.form-controler::-moz-placeholder{
    font-size: 13px;
    font-weight: 400;
    color: rgba(61, 61, 61, 0.25);
}
.form-controler:-ms-input-placeholder{
     font-size: 13px;
     font-weight: 400;
     color: rgba(61, 61, 61, 0.25);
 }
.form-controler::-webkit-input-placeholder{
      font-size: 13px;
      font-weight: 400;
      color: rgba(61, 61, 61, 0.25);
      font-family:"Noto Sans","Microsoft Yahei",sans-serif;
  }



.login-form .sess-pas{
    position: relative;
    display: flex;
    width: 295px;
    margin: 0 auto;
    font-size: 12px;
    font-weight: 400;
    color: #000000;
    line-height: 18px;
    align-items: center;
    justify-content: space-between;

}
.login-form .sess-pas .left-p{
    display: flex;
    align-items: center;
}
.login-form .sess-pas p a{
   text-decoration: underline;
    padding-left: 6px;
}
.login-form .sess-pas input{
    background: #fff!important;
    margin-right: 7px;
}


.sess-pas label{
    display: block;
    width: 20px;
    height:20px;
    line-height: 18px;
    cursor: pointer;
    position: absolute;
    box-sizing: border-box;
    margin: 0;
    border: 1px solid #000000;/*改变复选框的边框颜色也可以不要边框*/
    top: 0;
    left: 0;
    transform: scale(0.7);
-webkit-transform: scale(0.7);
}
input[type=checkbox]{
    width: 20px;
    height:20px;
    transform: scale(0.7);
    margin: 0;
    -webkit-transform: scale(0.7);
    /* visibility 属性规定元素是否可见*/
    visibility: hidden;
    appearance: none;
    -webkit-appearance: none;
}
input:checked +label:before{/*before为伪元素可以在元素之后添加内容*/
    display: block;
    /*	css3中的content字符编码*/
    content: "\2714";
    /*	复选框里面的&radic;居中*/
    text-align: center;
    /*	复选框里面的&radic;大小*/
    /*	字体的颜色*/
    color: #0B346E;
    font-size: 16px;
    /*  复选框勾选后的背景颜色*/
    background: #fff;
}
input:checked +label{
    border: 1px solid #0B346E;
}
.login-btn{
    height: 38px;
    background: #0B346E;
    border-radius: 3px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 295px;
    margin: 20px auto;
    border: 0;
    box-shadow: none;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-align:center;
    margin-bottom: 48px;
}
.login-form  .input-email{
    display: none;
}
.goToRegister{
    text-align: center;
}
.goToRegister a{
    font-size: 12px;
    font-weight: 400;
    color: #0B346E;
}

/*注册*/
.login-form .input-code{
    border: 0;
    justify-content: space-between;
}

.login-form .input-code p{
    width: 62.2%;
    border: 1px solid rgba(5,75,165,0.25);
    display: flex;
    align-items: center;
    height: 39px;
    border-radius: 4px;
    font-size: 13px;

}
.login-form .input-code .form-controler{
    width: 120px;

}
.login-form .input-code button{
    width: 35.3%;
    display: block;
    height:39px;
    background: #0B346E;
    color: #fff;
    border-radius:4px;
    -webkit-appearance: none;
    border: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.login-form .sess-pas-register p a{
    text-decoration: none;
    padding-left: 0;
}
.login-form .sess-pas-register p a:hover{
    text-decoration: underline;
}

button[disabled]{
    cursor: not-allowed;
    opacity: 0.6;
}

/*toast*/

.modal-content{
    position: relative;
    padding: 8px 48px 8px 16px;
    border-radius: 4px;
    color: #515a6e;
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
}
.modal-alert-success {
    border: 1px solid #8ce6b0;
    background-color: #edfff3;
}
.modal-alert-info {
    border: 1px solid #abdcff;
    background-color: #f0faff;
}

.modal-alert-warning {
    border: 1px solid #ffd77a;
    background-color: #fff9e6;
}
.modal-alert-error {
    border: 1px solid #ffb08f;
    background-color: #ffefe6;
}

/*//注册新增*/

.login-form .input-group1{
    border: 0;
    width: 400px;
}
.login-form .input-group1 .form-controler{
    width: 235px;
    border: 1px solid rgba(5,75,165,0.25);
    border-radius: 4px;
    padding-left: 15px;
    margin-left: 12px;
}
.login-form .input-group1 .red{
    color: red;
    padding-right: 2px;
}
.login-form .input-group .input-group-addo1{
    width: 100px;
    text-align: right;
}

.form-top1{
    /*margin-top: 10px;*/
}
.login-form .input-group1 .form-controler:focus {
    border: 1px solid rgba(5,75,165,0.25);
    box-shadow: none;
    outline: 0;
}
/*.login-container1{*/
/*    over*/
/*}*/

.login-form .input-type-phone{
    display: none;
}

.login-container1{
    height: 100%;
}
.login-container1 .login-left{
    height: 648px;
}

/*.login-left1{*/
/*    position: fixed;*/
/*    width: 676px;*/
/*    top: 50%;*/
/*    transform: translateY(-50%);*/
/*    background: url("./../img/login@2x.jpg") no-repeat top center;*/
/*    background-size: cover;*/
/*    height: 648px;*/
/*}*/