#root-register {
  width: 800px;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: transparent;
}
#root-register .register-help p {
  text-indent: 2em;
  margin-top: 140px;
}
#root-register .register-tabs .form-control {
  font-size: 12px;
}
#root-register .register-tabs .nav-pills > li.active > a,
#root-register .register-tabs .nav-pills > li.active > a:focus,
#root-register .register-tabs .nav-pills > li.active > a:hover {
  color: black;
  background-color: transparent;
  border: none;
  font-weight: 600;
  border-bottom: 2px solid #cb0200;
}
#root-register .register-tabs .nav-pills > li > a {
  border-radius: 0;
}
#root-register .register-tabs .nav > li > a:focus,
#root-register .register-tabs .nav > li > a:hover {
  background-color: transparent;
}
#root-register .register-tabs a {
  color: gray;
}
.register-container {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  position: relative;
  vertical-align: top;
}
.vertical-hr {
  width: 2px !important;
  display: inline-block;
  margin: 0 5px;
}
.tab-pane {
  width: 50%;
}
.form-group {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group label {
  width: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-group.required .control-label:before {
  color: red;
  content: "*";
  position: absolute;
  margin-left: -10px;
}
.form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}
.form-flex .flex-left {
  width: 50%;
}
.form-flex .flex-right {
  width: 50%;
}
.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.radio-group label {
  margin: 0;
}
.radio-group input {
  margin: 0;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.glyphicon-repeat {
  color: #fff;
  -webkit-animation: rotate 2s linear infinite;
          animation: rotate 2s linear infinite;
}
.tips {
  color: red;
  font-size: 12px;
  /* text-decoration: underline; */
  cursor: pointer;
  text-align: right;
}
.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
}
.btn-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page .login-head {
  background: #fff;
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 55px;
  padding: 0% 20%;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.login-page .login-head .welcome {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0px;
}
.login-page .login-con {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#8ed1ff), to(#d8fff9));
  background: linear-gradient(180deg, #8ed1ff 0%, #d8fff9 100%);
  position: relative;
}
.login-page .login-con .login-modal {
  width: 740px;
  border-radius: 10px;
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page .login-con .login-modal .modal-head {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(0, 133, 226, 0.1)), color-stop(99%, rgba(0, 188, 160, 0.1)));
  background: linear-gradient(90deg, rgba(0, 133, 226, 0.1) 0%, rgba(0, 188, 160, 0.1) 99%);
}
.login-page .login-con .login-modal .modal-head .tab-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 14px;
}
.login-page .login-con .login-modal .modal-head .tab-item .item {
  width: 24px;
  height: 24px;
  border-radius: 24px;
  text-align: center;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0085e2), color-stop(99%, #00bca0));
  background: linear-gradient(90deg, #0085e2 0%, #00bca0 99%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.login-page .login-con .login-modal .modal-con {
  width: 100%;
  height: calc(40%);
}
.login-page .login-con .login-modal .modal-con .dash-box {
  height: 258px;
  margin: 16px 40px;
  padding: 20px;
  overflow-y: auto;
  border: 2px dashed #00bca0;
}
.login-page .login-con .login-modal .modal-con .dash-box h4 {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.login-page .login-con .login-modal .modal-con .dash-box p {
  font-family: Microsoft YaHei;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: justify;
  /* 浏览器可能不支持 */
  letter-spacing: 0px;
  color: #323232;
  text-indent: 2rem;
}
.login-page .login-con .login-modal .modal-con .modal-foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.login-page .login-con .login-modal .modal-con .modal-foot .pre-btn {
  width: 84px;
  height: 32px;
  color: #909090;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #909090;
}
.login-page .login-con .login-modal .modal-con .modal-foot button {
  border: none;
  margin: 8px 10px;
  width: 84px;
  height: 32px;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#0085e2), color-stop(99%, #00bca0));
  background: linear-gradient(90deg, #0085e2 0%, #00bca0 99%);
}
.login-page .login-foot {
  width: 100%;
  height: 160px;
  background: #fff;
}
.login-page .login-foot .line {
  width: 100%;
  height: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#0085e2), color-stop(99%, #00bca0));
  background: linear-gradient(90deg, #0085e2 0%, #00bca0 99%);
}
.login-page .login-foot .con {
  width: 60%;
  height: 130px;
  margin: 0 auto;
  border-bottom: 1px solid #0085e2;
  font-size: 12px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 10px;
}
.login-page .login-foot .con a {
  cursor: pointer;
}
.login-page .login-foot .page-foot {
  width: 100%;
  line-height: 20px;
  text-align: center;
  font-size: 11px;
  color: #909090;
}
.flex-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.type-item {
  width: 280px;
  height: 268px;
  border-radius: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px dashed #00bca0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.type-item span {
  font-weight: 600;
  font-size: 16px;
}
.type-acitve {
  border: 2px solid #00bca0;
  overflow: hidden;
  position: relative;
}
.type-acitve .check-icon {
  color: #fff;
  position: absolute;
  bottom: 0;
  right: -1px;
  font-size: 20px;
  padding-left: 20px;
  padding-top: 15px;
  font-weight: 600;
  width: 42px;
  height: 46px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #00bca0;
}
.uncheck {
  border: 2px solid #00bca0 !important;
  background: transparent !important;
  line-height: 22px !important;
}
.uncheck span {
  background: -webkit-linear-gradient(#0085e2, #00bca0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#step-one {
  display: block;
}
#step-two {
  display: none;
}
#step-tri {
  display: none;
}
#step-four {
  display: none;
}
.desc-table td {
  text-align: center;
  word-break: break-all;
}
.desc-table .gray-td {
  background-color: #f8f9f8;
  font-weight: 600;
  text-align: right;
  width: 160px !important;
  padding-right: 10px;
  font-family: Microsoft YaHei;
  font-size: 12px;
  font-weight: bold;
}
.desc-table .required {
  position: relative;
}
.desc-table .required::after {
  position: absolute;
  content: "*";
  color: red;
  font-size: 12px;
  left: -10px;
}
.desc-table .one-height {
  height: 48px;
  padding: 8px 16px;
  width: 300px;
}
.upload-btn {
  background: #ffffff !important;
  color: #00bca0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid;
  border-color: #00bca0;
  border-radius: 4px;
  cursor: pointer;
  width: 70px;
}
.upload-btn img {
  color: #00bca0 !important;
}
.active-type {
  display: block !important;
}
.success-res {
  font-family: PingFang SC;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: 0em;
  background: -webkit-gradient(linear, left top, right top, from(#0085e2), color-stop(99%, #00bca0));
  background: linear-gradient(90deg, #0085e2 0%, #00bca0 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.coloful-text {
  background: -webkit-gradient(linear, left top, right top, from(#0085e2), color-stop(99%, #00bca0));
  background: linear-gradient(90deg, #0085e2 0%, #00bca0 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
a {
  cursor: pointer !important;
}
.text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
