  .body {
    max-width: 1180px;
    /* border: 1px solid black; */
    margin: 0 auto;
    min-width: 1180px;
    min-height: 500px;
    background-color: white;
    padding: 1px 0;
  }
  
  .Global-style {
    display: flex;
    justify-content: space-between;
  }
 
 .el-breadcrumb{
     max-width: 1180px;
     margin: 0 auto;
     padding: 10px 0;
 }
 .info-title{
     font-size: 24px;
     padding: 20px;
     border-bottom: 1px solid #eee;
 }
 .modul{
     width: 500px;
     position: relative;
     left: 210px;
     top: 80px;
 }
 .iptstyle{
    width: 320px !important;
    padding-bottom: 10px;
 }
 .auth-code{
    width: 170px !important;
    padding-bottom: 10px;
}
.auth-code-btn{
    width: 130px;
    height: 40px;
    position: relative;
    left: 15px;
}
.register{
    width: 320px;
    background-color: #0d6ed9;
    border-radius: 4px;
    height: 40px;
    border: none;
    color: white;
    /* position: relative;
    top: 34px; */
}

.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%;
}
.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;
}