  .body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
    background-color: white;
    padding: 1px 0;
    display: flex;
  }

  .Global-style {
    display: flex;
    justify-content: space-between;
  }
 
 .el-breadcrumbs{
     max-width: 1180px;
     margin: 0 auto;
     padding: 10px 0;
    display: flex;
    justify-content: space-between;
 }
 .el-breadcrumbs >p{
     float: right;
     font-size: 13px;
 }
 .el-breadcrumbs >p>a{
     color: #0d6ed9;
     text-decoration:none;
 }
 .login-img{
     width: 590px;
     height: 560px;
 }
 .login-img>img{
     width: 100%;
     height: 100%;
 }
 .master-station{
    width: 590px;
    height: 560px;
 }
 .border{
     height: 248px;
     border-right: 2px solid #EEEEEE;
     margin: auto;
 }
 /* .info{
     position: relative;
     top: 79px;
     text-align: center;
 } */
 .login-info-title{
     font-size: 20px;
     float: left;
    text-align: center;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
 }
 .iptstyle{
    width: 320px !important;
    padding-bottom: 10px;
 }
 .master-station-input{
     margin-top: 60px;
 }

 .auth-code{
     width: 170px !important;
     /* border-color: #ccc; */
 }
 .auth-code-btn{
     width: 130px;
     height: 40px;
     position: relative;
     left: 15px;
 }
 .module{
     width: 320px;
     /* display: flex;
     justify-content: space-between; */
 }
 .el-checkbox__inner{
     width: 20px !important;
     height: 20px !important;
 }
 .el-checkbox__inner::after{
     height: 10px !important;
     left: 6px !important;
     top: 2px !important;
     width: 5px !important;
 }
 .wjmm{
    text-decoration:none;
     font-size: 14px;
     color: #999;
 }
 .register{
     width: 320px;
     background-color: #0d6ed9;
     border-radius: 4px;
     height: 40px;
     border: none;
     color: white;
     /* position: relative;
     top: 34px; */
 }
 .register-kuisu{
    font-size: 20px;
    text-align: left;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    font-weight: 700;
    margin: 0 auto;
    width: 78%;
 }
 .register-info{
    position: relative;
    top: 79px;
    text-align: center;
 }
 .rigister-form{
    width: 590px;
    height: 560px;
 }
 .rigister-form p{
    margin-bottom: 32px;
 }
 .rigister-form .form-input{
    -webkit-appearance: none;
    background-color: #FFF;
    border-radius: 4px;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 50px;
    line-height: 50px;
    outline: 0;
    padding: 0 15px;
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 78%;
 }
 .code-line{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 78%;
    margin: 0 auto;
 }
 .code-line .code{
    width: 65%;
 }
 .code-line .fetch-code{
    width: 30%;
 }
 .register-form-btn{
    width: 78%;
    background-color: #0d6ed9;
    border-radius: 4px;
    height: 50px;
    border: none;
    color: white;
 }
 .forgot-password{
    width: 78%;
    margin: 0 auto;
    margin-bottom: 20px !important;
    /* margin-top: -15px; */
    display: flex;
    justify-content: space-between;
 }
 .remember{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #606266;
    cursor: pointer;
 }
 .rl-modal-header{
    width: 78%;
    margin: 0 auto;
    text-align: left;
 }
 .rl-modal-header h1{
    line-height: 40px;
    font-weight: 700;
    height: 40px;
 }
 .rl-modal-header h1 span:not(:first-child) {
    margin-left: 32px;
}
.rl-modal-header .login-info-title:hover {
    color: #0d6ed9;
}
.active-title{
    color: #0d6ed9;
}
.active-title::after{
    content: " ";
    width: 16px;
    height: 4px;
    line-height: 4px;
    background: #0d6ed9;
    border-radius: 2px;
    display: block;
    margin: 6px auto;
 }
 #code-login-form{
    display: none;
 }