@charset "UTF-8";
.register-container {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

.loginBackground {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  position: absolute;
  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;
}

.login-Container {
  width: 400px;
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo {
  width: 160px;
  height: auto;
  margin-bottom: 15px;
  pointer-events: none;
}

.login-form {
  width: 100%;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
  display: block;
  height: auto;
  background: transparent -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(50%, #edf4ff), to(#ffffff));
  background: transparent linear-gradient(180deg, #ffffff 0%, #edf4ff 50%, #ffffff 100%);
  -webkit-box-shadow: 0 2px 10px #c7cede;
          box-shadow: 0 2px 10px #c7cede;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  padding: 45px 38px 38px;
}
.login-form button {
  margin-bottom: 20px;
}
.login-form h3 {
  color: #263270;
  text-align: center;
  padding: 16px 0;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 20px;
}

.tab-container {
  position: relative;
  width: 100%;
  height: 45px;
  background: url(../img/tab-l.webp) 0 0 no-repeat, url(../img/tab-r.webp) 100% 0 no-repeat, url(../img/tab-c.webp) 0 0 repeat;
  overflow: hidden;
  border-radius: 23px;
  background-size: auto 100%;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}
.tab-container .tab-item {
  position: relative;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  z-index: 1;
}
.tab-container .tab-item.active {
  color: #fff;
}
.tab-container .tab-item:not(.active) {
  color: #263270;
}
.tab-container .tab-item:not(.active):hover {
  color: #8ba7d5;
}
.tab-container .tab-item:nth-of-type(1).active ~ .lable_isActive {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.tab-container .tab-item:nth-of-type(2).active ~ .lable_isActive {
  -webkit-transform: translate(157px);
          transform: translate(157px);
}
.tab-container .lable_isActive {
  width: 157px;
  background-image: url(../img/tab-on.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.service-btn {
  padding: 15px 0;
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #263270;
  display: none;
}
.service-btn a {
  padding: 0 5px;
  color: #263270;
  cursor: pointer;
}

.formGroup {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0;
  background: transparent;
  border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 15px 0;
}
.formGroup input {
  background: transparent;
  outline: none;
  color: #263270;
}
.formGroup input::-webkit-input-placeholder {
  color: #8ba7d5;
}
.formGroup input::-moz-placeholder {
  color: #8ba7d5;
}
.formGroup input:-ms-input-placeholder {
  color: #8ba7d5;
}
.formGroup input::-ms-input-placeholder {
  color: #8ba7d5;
}
.formGroup input::placeholder {
  color: #8ba7d5;
}
.formGroup button {
  border-radius: 3px;
  border: none;
}

.input_underline {
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: 15px;
  color: #263270;
  min-width: 270px;
  width: 100%;
}
.input_underline:hover {
  border-bottom: 1px solid #263270;
}

.input_underline2 {
  min-width: 190px !important;
  padding-top: 6px;
  padding-bottom: 12px;
  font-size: 15px;
  color: #fff;
}

.ic_bg {
  width: 10%;
  height: 40px;
  margin-right: 10px;
}
.ic_bg.icr01 {
  background: url(../img/ic-r01.png) center no-repeat;
  background-size: contain;
}
.ic_bg.icr02 {
  background: url(../img/ic-r02.png) center no-repeat;
  background-size: contain;
}
.ic_bg.icr03 {
  background: url(../img/ic-r03.png) center no-repeat;
  background-size: contain;
}
.ic_bg.icr04 {
  background: url(../img/ic-r04.png) center no-repeat;
  background-size: contain;
}
.ic_bg.icr05 {
  background: url(../img/ic-r05.png) center no-repeat;
  background-size: contain;
}

.labGroup {
  display: -ms-grid;
  display: grid;
}
.labGroup input {
  border: none;
  outline: none;
  border-bottom: 1px solid #2e6594;
}
.labGroup .input_underline {
  padding: 0;
}
.labGroup .input_underline:hover, .labGroup .input_underline:focus {
  border-bottom: 1px solid #355f83;
}

.labelon {
  font-size: 0.8rem;
  margin-bottom: 3px;
}

.captcha {
  display: inline-block;
  font-size: 0.8125rem;
  color: #fff;
  background-color: #31ccec;
  padding: 0.5rem;
  border-radius: 0.1875rem;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 5px;
}

.form_operate {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.form_operate span {
  cursor: pointer;
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
  color: #263270;
  margin-left: 8px;
}
.form_operate input {
  background: transparent;
  line-height: 18px;
  padding: 6px;
  width: initial;
  border: 2px solid #263270;
  margin: 0 5px;
}
.form_operate a {
  color: #263270;
}
.form_operate a:hover {
  color: #8ba7d5;
}
.form_operate a.white-color {
  -webkit-transition: color 0.15s ease-in;
  transition: color 0.15s ease-in;
}
.form_operate a.white-color:hover {
  color: #263270 !important;
}
.form_operate.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 0;
  margin-top: 10px;
}
.form_operate span.h15 {
  margin: 0 15px;
  height: 15px;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
}

.button-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.button-container button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  position: relative;
  z-index: 1;
}
.button-container button:hover {
  color: #000;
}

.slider {
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  width: 50%;
  background-image: url(../img/tab-on.webp);
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 0;
}

.active {
  color: white;
}

.content-container .form-section {
  display: none;
}
.content-container .form-section.active {
  display: block;
}

.login_toggle {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
}

.outline-btn {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.outline-btn:hover {
  background: #263270;
  color: #fff;
}

.between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.policy_content p {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
}
.policy_content ol {
  list-style: none;
  counter-reset: li;
}
.policy_content ol li {
  padding-left: 1.6em;
  counter-increment: li;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.policy_content ol li:before {
  content: counter(li);
  color: #263270;
  display: inline-block;
  width: 20px;
  margin-left: -1.9em;
  margin-right: 0.1em;
  text-align: right;
}

input:focus {
  outline: none;
  border: none;
}

.reg_input {
  outline: transparent;
  width: 90%;
}

.wrapper_input {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 15px;
  width: 100%;
}
.wrapper_input::before {
  content: "";
  position: absolute;
  width: 0%;
  height: 0;
  border-top: 1px solid #263270;
  top: 46px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wrapper_input:has(.ipt_input:focus)::before, .wrapper_input.has-value::before {
  width: 100%;
  /* 下划线扩展*/
}

.ipt_input {
  border: none;
  border-bottom: 1px solid #2e6594;
  padding: 20px 5px 7px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.txt_placeholder {
  color: #8ba7d5;
  position: absolute;
  top: 15px;
  left: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}

.ipt_input:focus ~ .txt_placeholder, .wrapper_input.has-value .txt_placeholder {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  /* 上移*/
  font-size: 12px;
  /* 缩小字体*/
  color: #8ba7d5;
}

.txt_error {
  color: #fb618f;
  font-size: 12px;
  position: absolute;
  left: 5px;
  top: 50px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}

.reg_input:focus .wrapper_input::before {
  width: 100%;
}

.ipt_input:focus ~ .txt_placeholder {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  font-size: 12px;
  color: #8ba7d5;
}

.reg_input.error .wrapper_input::before {
  border-top: 1px solid #fb618f;
  width: 100%;
}

.reg_input.error .txt_error {
  display: block;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.reg_input.error .wrapper_input::after {
  content: "!";
  color: #fff;
  background: #fb618f;
  width: 20px;
  height: 20px;
  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;
  border-radius: 25px;
  position: absolute;
  right: 5px;
  top: 15px;
}

.reg_input.error.pas .wrapper_input::after {
  right: 30px;
}

.txt_eye {
  position: absolute;
  right: 0;
  top: 15px;
  width: 20px;
  height: 20px;
}
.txt_eye.eyeclose {
  background: url(../img/ic-eyeclose.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.txt_eye.eyeopen {
  background: url(../img/ic-eyeopen.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.form-check-label {
  color: #263270;
}

.form-check-input {
  margin-top: 1px;
}