main.login .main__wrapper{
  background-color: #F8FBFF;
  padding-top: 0;
}
main.login .page__wrapper {
  background-color: transparent;
}
.login .page__main {
  display: flex;
  /*align-items: center;*/
  justify-content: flex-start;
  height: 100vh;
  overflow: hidden;
}
.login-panel {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /*padding-top: 120px;*/
}
.login__box{
  width: 555px;
  border-radius: 20px;
  background-color: var(--white-color);
  box-shadow: 0 0 15px rgba(100,100,100,.2);
  padding: 40px 70px;
  margin: 0 auto;
}
.login-banner {
  width: calc(792 / 1920 * 100vw);
  margin: inherit;
}
.login-banner .swiper-wrapper {
  align-items: center;
}
.login-banner .swiper-pagination {
  bottom: 30px;
}
.login-banner .swiper-pagination .swiper-pagination-bullet {
  height: 4px;
  border-radius: 12px;
  transition: width ease .6s;
  background-color: #D1D1D6;
}
.login-banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 12px;
  background-color: var(--white-color);
}
.login-banner .banner-poster, .login-banner .banner-content {
  width: calc(792 / 1920 * 100vw);
  height: 100vh;
}
.login-banner .banner-poster {
  background: url("/static/assets/images/banner-desc.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.login-banner .banner-content {
  background: url("/static/assets/images/banner-content.png") 0 0 no-repeat;
  background-size: 100% 100%;
}
.login-banner .banner-text {
  padding-left: 78px;
  padding-top: 168px;
}
.login-banner .banner-text h3 {
  font-size: 32px;
  font-weight: bold;
  color: var(--white-color);
  margin-bottom: 18px;
}
.login-banner .banner-text p {
  font-size: 24px;
  color: var(--white-color);
}
.login-logo {
  margin-bottom: 30px;
}
.login__title {
  font-size: 32px;
  font-weight: bold;
  color: var(--black-color);
  margin-bottom: 70px;
  padding-left: 116px;
}
.login__input-item {
  width: 100%;
  margin-bottom: 20px;
}
.login__input-item input {
  border-radius: 12px;
}
.login__input-other{
  width: 100%;
  /*font-size: 14px;*/
  color: var(--blue-color);
}
.login__input-other a:hover {
  color: currentColor;
}
.login__input-other span {
  color: var(--black-color);
}
.login__btn{
  height: 48px;
  background-color: #2F81FF;
  border-radius: 12px;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: var(--white-color);
  cursor: pointer;
  margin: 40px auto 20px;
}
.login-button {
  border-radius: 12px;
}
.login__btn:hover {
  opacity: .85;
}
.forget-password__link a {
  font-size: 14px;
  color: var(--gray-color);
}
.forget-password__link a:hover {
  color: var(--blue-color);
}
.login-link {
  width: calc(1160 / 1920 * 100vw);
  margin-bottom: 25px;
}
.login-link a {
  /*font-size: 16px;*/
  color: var(--blue-color);
}
.login-link a span {
  color: var(--black-color);
}
/* 沙箱環境 */
.sandbox .forget-password__link {
  line-height: 1.3;
  font-size: 14px;
  color: var(--red-color);
}

/*register*/
.register__wrapper{
  display: flex;
  width: calc(1160 / 1920 * 100vw);
  background-color: var(--white-color);
  box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.06);
  border-radius: 20px;
}
.register-page .page__main {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  flex-direction: column;
  padding-top: 40px;
}
.register__box{
  height: 100%;
  width: 100%;
  padding: 40px 0;
  /*overflow: auto;*/
}
.register__main{
  height: max-content;
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.register__title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.register__user-type {
  width: 55%;
  margin: 0 auto 24px;
  display: flex;
  justify-content: center;
}
.register__user-type__box {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #F3F4F8;
  border-radius: 14px;
  padding: 6px;
  gap: 8px;
}
.register__user-type__box:after {
  content: '';
  position: absolute;
  left: 6px;
  top: 6px;
  width: 50%;
  height: 36px;
  background-color: var(--white-color);
  border-radius: 12px;
  transform: translateX(0);
  transition: transform .4s ease;
}
.is-active-1.register__user-type__box:after {
  transform: translateX(0);
}
.is-active-2.register__user-type__box:after {
  transform: translateX(calc(100% - 11px));
}
.register__user-type__item {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 8px 14px;
  background-color: transparent;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: var(--black-color);
  border-radius: 12px;
  line-height: 20px;
  cursor: pointer;
}
.register__choose-icon{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(217, 217, 217, 1);
  background: no-repeat center center;
  background-size: cover;
}
.register__choose-icon::before{
  content:"+";
  font-size: 30px;
  font-weight: 200;
  color: #bababa;
}
.register__choose-icon.has-choose::before{
  content: ''
}
#register__choose-icon{
  display: none;
}
.register__code-box{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.register__code{
  width: 200px;
}
.register__code-btn{
  width: 120px;
  height: 48px;
  line-height: 48px;
  border-radius: 10px;
  border: 1px solid var(--blue-color);
  background-color: #DEEBFF;
  font-size: 14px;
  color: var(--blue-color);
  text-align: center;
  cursor: pointer;
  user-select: none;
}
.register__code-btn.is-start{
  cursor: not-allowed;
}
.register__submit-box{
  width: 100%;
  display: flex;
  align-items: center;
}
.register__submit-empty{
  width: var(--form-label-width);
  margin-right: 20px;
}
.register__submit-btn {
  height: 48px;
  line-height: 48px;
  background-color: var(--blue-color);
  color: var(--white-color);
  font-size: 16px;
  border-radius: 10px;
  cursor: pointer;
  text-align: center;
  padding: 0 40px;
}
.register__submit-btn:disabled {
  cursor: not-allowed;
}
.register-page .dropdown-menu {
  width: 340px;
  max-height: 320px;
  padding-left: 0.5rem;
  overflow-y: scroll;
  background-clip: border-box;
}
.register-page .dropdown-item {
  padding: 0.5rem 1rem;
}
.register-page .dropdown-item:focus, .register-page .dropdown-item:hover {
  background-color: #f5f7fa;
}
.register-page .dropdown-item.active, .register-page .dropdown-item:active {
  background-color: #f5f7fa;
  color: var(--blue-color);
}
.register-page .dropdown-menu__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  font-size: 14px;
  color: #bababa;
  margin-top: -7px;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform .4s ease;
}
.register-page .dropdown.show .dropdown-menu__icon {
  transform: rotate(-180deg);
}
.register-page .register__submit-btn:hover {
  opacity: .8;
}
.register-page .register__code-btn:hover {
  background-color: var(--blue-color);
  color: var(--white-color);
}
.register-page #register__type .dropdown-toggle {
  line-height: 48px;
  cursor: pointer;
}
.register-page #register__type .dropdown-toggle::after {
  display: none;
}
.register-page .no-match {
  color: var(--gray-color)
}
.register-page .page__form-item.error .page__form-item--error-message {
  max-width: 300px;
  height: 48px;
  align-items: center;
}
.register-page .page__form-item.error .page__form-item--error-message .bi-exclamation-circle {
  font-size: 14px;
  margin-right: 10px;
}
.register-page .forget-password__link {
  color: var(--blue-color);
}
.protocol-link, #protocolCheck {
 cursor: pointer;
}
.protocol-link a {
  color: var(--blue-color);
}
.agreement-panel {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
}


/* 忘记密码 */
input::-webkit-input-placeholder {
  font-size: 16px;
  color: #bababa
}
.bs-input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  padding: 10px 16px;
  transition: border-color .25s ease-in-out;
  color: #5f5f5f;
  border: 1px solid #ebebeb;
  border-radius: 10px;
}
.bs-input--medium {
  height: 48px;
}
.bs-input:focus, .bs-input:hover {
  border-color: #b8e3ff;
}
.account {
  max-width: 560px;
  padding: 50px 85px;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.05);
  border-radius: 20px;
  border: 1px solid #fff;
}
.account__from-group {
  margin-bottom: 20px;
}
.account__from-group input {
  padding-left: 50px;
}
.account__title {
  font-size: 18px;
  color: #5f5f5f;
  margin-bottom: 30px;
}
.account__captcha-group {
  margin: 0 0 20px;
}
.account__captcha-input {
  padding-left: 16px;
}
.account__captcha-button {
  min-width: 147px;
  height: 48px;
  background-color: #dff2ff;
  border: 1px solid #2f81ff;
  border-radius: 10px;
  font-size: 16px;
  color: #2f81ff;
}
.account__captcha-button:hover {
  background-color: #2f81ff;
  color: var(--white-color);
}
.account__user-icon {
  left: 16px;
}
.account__password {
  padding-right: 35px;
}
.account__password-icon {
  left: 16px;
}
.account__eye, .account__password-icon, .account__user-icon {
  width: 24px;
  height: 24px;
  line-height: 24px;
  top: 50%;
  margin-top: -12px;
}
.account__eye i, .account__password-icon i, .account__user-icon i {
  font-size: 24px;
  color: #bababa;
}
.account__eye {
  right: 10px;
}
.account__eye i {
  cursor: pointer;
}
.account__link-text {
  margin-bottom: 40px;
  color: #2f81ff;
}
.account__submit-button button {
  max-width: 245px;
  height: 48px;
  background-color: #2f81ff;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.account__submit-button button:hover {
  color: #fff;
  opacity: .86;
}

@media (max-width: 1500px) {
  .register__user-type {
    width: 75%;
  }
}

