.companyRegister {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.companyRegister .dialogContent {
  width: 500px;
  background: #fff;
  margin: 3% auto;
  padding: 45px 25px 10px 25px;
  border-radius: 10px;
  position: relative;
}
.companyRegister .dialogContent .closesize {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
.companyRegister .dialogContent .el-form-item {
  margin-bottom: 0px;
}
.companyRegister .dialogContent .title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.companyRegister .dialogContent .el-form-item__label {
  text-align: left;
}
.companyRegister .dialogContent .registerForm {
  width: 80%;
  margin: 0 auto;
}
.companyRegister .dialogContent .registerbtn {
  width: 150px;
  background: #E72418;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  margin: 20px auto;
}
.companyRegister .dialogContent .codeStyle {
  display: inline-block;
  width: calc(100% - 270px);
  background: #E72418;
  color: #fff;
  border-radius: 5px;
  text-align: center;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  margin-left: 20px;
}
.companyRegister .dialogContent .phoneCode .el-form-item__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.companyRegister .dialogContent1 {
  margin: 12% auto;
}
