.reg-content-wrapper {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.headTips {
  width: 1200px;
  margin-top: 60px;
  margin-bottom: 20px;
  position: relative;
}
.headTips h2 {
  font-size: 28px;
  color: #333333;
  vertical-align: middle;
  display: inline-block;
}
.headTips h5 {
  font-size: 14px;
  color: #999;
  vertical-align: middle;
  display: inline-block;
  line-height: 28px;
}
.headTips span {
  font-size: 14px;
  color: #333333;
  position: absolute;
  right: 0;
  bottom: 0;
}
.headTips a {
  color: #227EE9;
}
.headTips a:hover {
  text-decoration: underline;
  color: #4382CB;
}
.register-bar {
  width: 1200px;
  padding-top: 60px;
  margin-bottom: 100px;
  background: #FFFFFF;
  font-size: 16px;
  box-shadow: 0 8px 25px 0 rgb(49 57 4.8%);
}
.register-bar h2 {
  font-size: 24px;
  color: #333333;
  width: 96px;
  padding-bottom: 8px;
  border-bottom: 3px solid #227EE9;
}
.register-bar td {
  font-size: 16px;
  color: #333333;
  line-height: 19px;
}
.register-bar input {
  background: #F2F2F2;
  border-radius: 4px;
  border: 0;
  width: 340px;
  height: 40px;
  padding-left: 15px;
  box-sizing: border-box;
  transition: all 0.1s;
  font-size: 16px;
}
.register-bar input:focus {
  border-color: #227EE9;
  box-shadow: 0 0 0 2px rgba(34, 126, 233, 0.6);
}
.register-bar button:hover {
  background: #1F71D2;
  color: #fff;
}
.register-bar table td {
  padding: 10px 0;
}
.register-bar table td:nth-child(1) {
  text-align: right;
  padding-right: 22px;
  width: 200px !important;
}
.borderBottom {
  border-top: 1px solid #E0E0E0;
}
.register-btn {
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  transition: all 0.2s;
  background: #F2F2F2;
  text-decoration: none;
  outline: none;
  height: 36px;
  width: 160px;
}
.register-active {
  background: #227EE9;
  color: #fff;
}
.register-submit {
  width: 200px;
  height: 50px;
  margin-top: 35px;
  margin-bottom: 60px;
  background: #227EE9;
  color: #fff;
}
.account {
  width: 437px;
  margin: 0 auto;
}
.enterprise {
  width: 437px;
  margin: 0 auto;
  margin-top: 40px;
}
.account-table {
  padding-top: 35px;
  position: relative;
  left: 250px;
  font-size: 16px;
}
.account-table > button:hover {
  background-color: #1F71D2;
  color: #fff;
}
.enterprise-table {
  padding-top: 35px;
  position: relative;
  left: 250px;
}
.enterprise-table .tele-code {
  width: 210px;
}
.enterprise-table .code-button {
  width: 120px;
  margin-left: 5px;
  background: #227EE9;
  color: #fff;
}
.disabled-btn {
  background-color: #999 !important;
  cursor: not-allowed !important;
}
.disabled-btn:hover {
  background-color: #999 !important;
  cursor: not-allowed !important;
}
.startips {
  color: #FF3300;
  line-height: 40px;
  font-size: 16px;
}
input::-webkit-input-placeholder {
  color: #c0c4cc;
}
input:-moz-placeholder {
  color: #c0c4cc;
}
input::-moz-placeholder {
  color: #c0c4cc;
}
input:-ms-input-placeholder {
  color: #c0c4cc;
}
textarea::-webkit-input-placeholder {
  color: #c0c4cc;
}
textarea:-moz-placeholder {
  color: #c0c4cc;
}
textarea::-moz-placeholder {
  color: #c0c4cc;
}
textarea:-ms-input-placeholder {
  color: #c0c4cc;
}
.el-pager .active {
  background-color: #227ee9 !important;
}
.page-bar-wrapper {
  margin: 20px auto;
  text-align: center;
}
/*# sourceMappingURL=reg.css.map */