.content, .main {
  background: #fff;
}

.main {
  min-height: 622px;
  padding: 40px 20px 20px 50px;
  border: 1px solid #e2e2e2;
}

.register-form {
  width: 100%;
  border-right: 1px solid #e2e2e2;
  margin-right: 30px;
}

.form-title {
  color: #4B4B4B;
  font-size: 18px;
  border-left: 5px solid #3393E4;
  padding: 2px 0 2px 20px;
  margin-bottom: 20px;
}

.form-label {
  color: #666666;
  flex-shrink: 0;
  margin-bottom: 0;
  min-width: 100px;
  text-align: right;
  line-height: 36px;
}

.form-label span {
  padding-right: 5px;
  color: #FF0000;
}

.form-item {
  align-items: flex-start;
  margin: 6px 0;
}

.register-form input, .register-form textarea {
  width: 60%;
  height: 36px;
  border: 1px solid #F1F1F1;
  padding-left: 4px;
  margin-left: 6px;
}

.register-form input[type=file] {
  display: none;
}

.register-form textarea {
  height: 60px;
}

.register-form input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #F1F1F1;
  margin-right: 6px;
}

.error {
  font-size: 12px;
  color: #FF0000;
}

.success {
  color: #71b83d
}

.success, .error {
  display: none;
}

.success i, .error i {
  margin: 0 4px 0 20px;
  font-size: 20px;
}

.check-title {
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  color: #000;
  background: #F3F3F3;
  border-bottom: 1px solid #e1e1e1;
}

.check-group {
  flex-wrap: wrap;
  margin: 20px 0 0;
}

.check-group div {
  min-width: 20%;
  margin-bottom: 15px;
  flex-shrink: 0;
}

.register-form button {
  width: 330px;
  height: 45px;
  line-height: 45px;
  border: none;
  background: #3889c9;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
  margin: 20px 0;
}

.register-des {
  font-size: 12px;
  color: #0000FF;
  width: 240px;
  flex-shrink: 0;
  text-indent: 20px;
  line-height: 24px;
  margin-top: 20px;
}

.des-title {
  font-size: 14px;
  color: #666666;
  text-indent: 0;
  font-weight: bold;
}

.des-text {
  margin: 15px 0px 10px 0px;
  color: #666666;
}

@media (max-width: 768px) {
  .logo-title {
    border-left: 0;
    padding: 0;
    margin-left: 8px;
  }

  .register-des {
    display: none;
    position: absolute;
    right: 40px;
    background: #000;
    top: 42px;
    z-index: 10;
    padding: 10px;
    border-radius: 10px;
  }

  .register-des:before {
    content: '';
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -20px;
    top: 20px;
  }

  .des-title, .des-text {
    color: #fff;
  }

  .bi-question-circle-fill {
    font-size: 20px;
    position: absolute;
    right: 8px
  }

  .main {
    padding: 10px;
  }

  .register-form {
    border: 0;
    margin-right: 0;
  }
}