.basic-box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.basic {
  padding: 20px 20px;
  min-height: 730px;
}
.register-content {
  margin: 20px 0;
  min-height: 700px;
  background: #fff;
  box-shadow: 0 2px 14px 0 rgba(0, 32, 75, 0.22);
  padding: 40px 80px;
  text-align: center;
}
.register-content .register-title-tabs {
  width: 415px;
  margin: 0 auto;
  height: 0;
  padding-top: 30px;
  border-bottom: 3px solid #E5E5E5;
}
.register-content .register-title-tabs .tab-item.active {
  background: #F4A000;
}
.register-content .register-title-tabs .tab-item {
  background: #004098;
  margin-left: 15px;
  margin-right: 15px;
}
.register-content .register-title-tabs .tab-item:first-child {
  margin-left: 30px;
}
.register-content .register-title-tabs > div {
  width: 100px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  position: relative;
  top: -15px;
  font-size: 14px;
}
.register-content .register-title-tabs > div .tab-corner {
  width: 16px;
  height: 16px;
  background: #fff;
  position: absolute;
  top: -8px;
  right: -8px;
  transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.register-content .p-r {
  position: relative;
}
.register-content .pwd-prom-message {
  width: 300px;
  height: 382px;
  border: 1px solid #eee;
  position: absolute;
  right: -275px;
  top: -130px;
  box-shadow: 0 2px 14px 0 rgba(0, 32, 75, 0.22);
  border-radius: 10px;
  font-size: 12px;
  padding: 10px;
  display: none;
}
.register-content .pwd-prom-message::before {
  content: '';
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: transparent #eee transparent transparent;
  position: absolute;
  bottom: 224px;
  left: -21px;
}
.register-content .pwd-prom-message::after {
  content: '';
  width: 0px;
  height: 0px;
  border: 10px solid;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  bottom: 224px;
  left: -20px;
}
.register-content .pwd-prom-message-item {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #000;
  text-align: left;
}
.register-content .pwd-prom-message-item span {
  color: #666;
  display: block;
  text-indent: 16px;
}
.register-content .prom-icon {
  width: 12px;
  height: 12px;
}
.padding-lr-clear {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.register-form {
  margin-top: 40px;
}
.register-form .register-form-content {
  display: flex;
  display: -webkit-flex;
}
.register-form .register-form-content .input-style {
  height: 40px;
  border: 1px solid rgba(32, 53, 128, 0.23);
  padding-left: 10px !important;
  background-position-x: 15px !important;
  width: 365px;
}
.register-form .register-form-content .phone-input-style {
  width: 218px;
}
.register-form .register-form-content .to-long-label {
  width: 161px;
  white-space: nowrap;
  margin-left: -74px;
}
.register-form .register-form-content .show-enterprise-name {
  line-height: 40px;
  text-align: left;
}
.register-form .register-form-content .form-label-info {
  font-size: 14px;
  color: #999999;
  letter-spacing: 0.35px;
  text-align: right;
}
.register-form .register-form-content .register-fc {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}
.register-form .register-form-content .register-fc .bottom-agree {
  line-height: 30px;
}
.register-form .register-form-content .register-fc-left {
  width: 269px;
}
.register-form .register-form-content .register-fc-center {
  flex: 1;
}
.register-form .register-form-content .register-fc-center .form-group {
  margin-bottom: 0px;
}
.register-form .register-form-content .register-fc-center .error-panel {
  color: #DD4F5A;
  padding-left: 10px;
  min-height: 20px;
  display: block;
  text-align: left;
}
.register-form .register-form-content .register-fc-center .error-panel .error-text {
  height: 20px;
}
.register-form .register-form-content .register-fc-center .required-error {
  border: 1px solid red !important;
  box-shadow: none !important;
}
.register-form .register-form-content .register-fc-center .register-email-input div {
  margin-bottom: 0;
}
.register-form .register-form-content .register-fc-center .error-close {
  transition: all 0.3s;
  height: 0;
  font-size: 0;
  min-height: 0 !important;
}
.register-form .register-form-content .register-fc-center .error-close .error-text {
  transition: all 0.3s;
  height: 0;
}
.register-form .register-form-content .register-fc-center .error-happen {
  transition: all 0.3s;
  height: auto;
  font-size: 14px;
  min-height: 20px;
}
.register-form .register-form-content .register-fc-center .error-happen .error-text {
  transition: all 0.3s;
  height: 20px;
}
.register-form .register-form-content .register-fc-center .friendly-tips {
  padding-left: 13px;
  margin-top: 8px;
  margin-bottom: 20px;
  color: #dd4f5a;
  min-height: 20px;
  display: block;
  text-align: left;
}
.register-form .register-form-content .register-fc-right {
  width: 310px;
}
.register-form .register-form-content .control-label {
  padding-left: 0px;
  padding-right: 0px;
  height: 40px;
  line-height: 40px;
  padding-top: 0px;
}
.register-form .register-form-content .register-tab {
  text-align: center;
  width: 380px;
  margin: 0 auto 20px 98px;
  justify-content: center;
  align-items: center;
}
.register-form .register-form-content .file-input {
  width: 127px;
  height: 40px;
  margin-top: -40px;
  opacity: 0;
  cursor: pointer;
}
.register-form .register-form-content .file-btn {
  width: 127px;
  height: 40px;
  display: block;
  background: #F4F4F4;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.35px;
  cursor: pointer;
}
.register-form .register-form-content .file-input:disabled {
  cursor: no-drop;
}
.register-form .register-form-content .progress-icon {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
  margin-bottom: 3px;
  display: flex;
}
.register-form .register-form-content .progress-icon .left {
  flex: 1;
  overflow: hidden;
  max-width: 154px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.register-form .register-form-content .progress-icon .right {
  width: 40px;
  text-align: center;
}
.register-form .register-form-content .progress-icon .right a {
  cursor: pointer;
}
.register-form .register-form-content .progress {
  height: 2px;
  margin-bottom: 4px;
}
.register-form .register-form-content .progress-item {
  display: flex;
  align-items: center;
  height: 20px;
  margin-bottom: 10px;
  width: 217px;
  margin-top: 10px;
}
.register-form .register-form-content .progress-item-icon {
  display: flex;
  width: 30px;
  padding-right: 5px;
  justify-content: center;
}
.register-form .register-form-content .progress-item-content {
  flex: 1;
}
.register-form .register-form-content .send-ver-sms-btn {
  background: #004098;
  border-radius: 3px;
  color: #fff;
  height: 40px;
  width: 140px;
  margin-left: -6px;
}
.register-form .register-form-content .send-ver-sms-btn:disabled {
  background: #004098;
}
.register-form .register-form-content .rebirthInput {
  box-shadow: rgba(0, 0, 0, 0.075) 0px 1px 1px 0px inset;
  width: 365px !important;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 20px;
  border-radius: 5px;
  border: 1px solid #ddd;
}
.register-form .register-form-content .rebirthInput::-webkit-input-placeholder {
  color: #999;
}
.register-form .register-form-content .rebirthInput::-moz-input-placeholder {
  color: #999;
}
.register-form .register-form-content .rebirthInput::-ms-input-placeholder {
  color: #999;
}
.for-hide-input {
  position: absolute;
  z-index: -100000;
}
.agree-claus-dialog {
  width: 800px;
}
.register-btns {
  padding: 20px;
}
.register-btns .register-btn {
  width: 170px;
  height: 40px;
  border-radius: 4px;
  border: none;
  color: #fff;
}
.register-btns .register-save-btn {
  background: #F4A000;
  margin-left: 24px;
}
.register-btns .register-cancel-btn {
  background: #004098;
}
.register-success-dialog {
  width: 600px;
}
.register-success-dialog .modal-body {
  padding: 40px 30px !important;
}
.register-success-dialog .modal-body .dialog-label {
  line-height: 80px;
  font-weight: bold;
}
.register-success-dialog .modal-body .close-btn {
  background: #004098 !important;
  border: none;
  height: 40px;
  width: 170px;
  color: #fff;
  margin-top: 20px;
}
a {
  cursor: pointer;
}
.bold-font {
  font-weight: bold;
}
.hp-section {
  width: 1280px;
  padding: 32px;
  margin: 0 auto;
  text-align: center;
}
