* {
  font-style: normal;
}
.create_company_dailog {
  width: 580px;
  background: url('http://bpic.588ku.com/enterprise/components/createModal/create_modal_bg.png') no-repeat top center;
  background-size: 100% auto;
  padding-top: 40px;
  padding: 40px 30px 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: left;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.create_company_dailog .close_all {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
}
.create_company_dailog .close_all .iconfont {
  font-size: 24px;
  color: rgba(0, 0, 0, 0.4);
}
.create_company_dailog .close_all .iconfont:hover {
  color: #17A1FF;
}
.create_company_dailog .dailog_title {
  font-size: 24px;
  color: #333333;
  line-height: 28px;
  letter-spacing: 1px;
  margin-bottom: 38px;
  font-weight: bold;
  padding-left: 43px;
}
.create_company_dailog .dailog_title em {
  color: #FC4444;
}
.create_company_dailog .suntitle {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  color: #777777;
  line-height: 21px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}
.create_company_dailog .from_item {
  padding: 0 10px;
  position: relative;
  margin-bottom: 25px;
}
.create_company_dailog .from_item.error .error_info {
  display: block;
}
.create_company_dailog .from_item .title {
  padding-right: 10px;
  font-size: 14px;
  font-weight: normal;
  color: #282828;
  line-height: 18px;
  padding-bottom: 12px;
  padding-top: 5px;
}
.create_company_dailog .from_item input {
  border: none;
  outline: none;
  height: 48px;
  background: rgba(0, 0, 0, 0.04);
  border-radius: 5px;
  padding-left: 20px;
  width: 100%;
  font-size: 16px;
  color: #282828;
  border: 1px solid transparent;
}
.create_company_dailog .from_item input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #f5f5f5 inset;
}
.create_company_dailog .from_item input:focus {
  background: #FFF;
  border: 1px solid #17A1FF;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}
.create_company_dailog .from_item input::placeholder {
  color: #999;
}
.create_company_dailog .from_item .error_info {
  position: absolute;
  font-size: 12px;
  font-family: Alibaba-PuHuiTi-R, Alibaba-PuHuiTi;
  font-weight: normal;
  color: #FB5127;
  line-height: 18px;
  bottom: -3px;
  transform: translate(0, 100%);
  display: none;
}
.create_company_dailog .from_item .getMSg_btn {
  height: 45px;
  font-weight: normal;
  color: #2A2729;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  user-select: none;
  position: absolute;
  right: 30px;
  top: 0;
  color: #17A1FF;
  font-size: 16px;
}
.create_company_dailog .from_item .getMSg_btn:hover {
  color: #0066FF;
}
.create_company_dailog .from_item .getMSg_btn.sended {
  color: #999;
  cursor: no-drop;
}
.create_company_dailog .submit_btn {
  font-weight: 600;
  color: #fff;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 32px;
  width: 400px;
  height: 50px;
  background: #17A1FF;
  border-radius: 30px;
  font-size: 16px;
}
.create_company_dailog .submit_btn:hover {
  background: #0066FF;
}
.code-box {
  position: relative;
}
.require::after {
  content: '*';
  color: #FD4444;
  margin-left: 4px;
}
/*# sourceMappingURL=./createCompanyV2.css.map */