/*颜色分为两类，一类是基础颜色，一类是组件特有颜色。若后期发现，组件特有颜色无共用的情况，应将其挪到单独文件*/
/*common colors*/
/*text*/
/*input*/
/*modal*/
/*bg-color shadow-color*/
/*button*/
/*others*/
body {
  padding: 0 !important;
  background-color: #e3e3e3 !important;
}
.sign-in-container {
  min-width: 1116px;
  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;
}
.sign-in-container .form-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: calc(100% - 102px);
}
.sign-in-container .form-container .form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sign-in-container .form-container .welcome-logo {
  width: 386px;
  height: 225px;
}
.sign-in-container .form-container #form-wrapper {
  width: 368px;
  padding: 32px 32px 36px;
}
@media screen and (max-width: 1440px) {
.sign-in-container .form-container #form-wrapper {
    margin: 0 0 0 222px;
}
}
@media screen and (min-width: 1440px) {
.sign-in-container .form-container #form-wrapper {
    margin: 0 0 0 329px;
}
}
.sign-in-container .form-container #form-wrapper .sms-captcha-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
}
.sign-in-container .form-container #form-wrapper .sms-captcha-wrapper .sms-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sign-in-container .form-container #form-wrapper .sms-captcha-wrapper .send-sms-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 80px;
  height: 40px;
}
.sign-in-container .form-container #form-wrapper .operation-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 22px 0;
}
.sign-in-container .form-container #form-wrapper .operation-link .link span {
  color: #808080;
  font-size: 14px;
}
.sign-in-container .form-container #form-wrapper .operation-link a {
  color: #1c73f3;
}
.sign-in-container .copyright {
  text-align: center;
  font-size: 12px;
  height: 17px;
  color: #fff;
  opacity: 0.7;
}
.sign-in-container .copyright span {
  margin-left: 5px;
  padding: 0px 5px;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.submit-btn {
  width: 100%;
}
.phone-tips {
  color: #808080;
  font-size: 12px;
  margin-bottom: 24px;
}

/*颜色分为两类，一类是基础颜色，一类是组件特有颜色。若后期发现，组件特有颜色无共用的情况，应将其挪到单独文件*/
/*common colors*/
/*text*/
/*input*/
/*modal*/
/*bg-color shadow-color*/
/*button*/
/*others*/
/*颜色分为两类，一类是基础颜色，一类是组件特有颜色。若后期发现，组件特有颜色无共用的情况，应将其挪到单独文件*/
/*common colors*/
/*text*/
/*input*/
/*modal*/
/*bg-color shadow-color*/
/*button*/
/*others*/
a {
  color: #3082fc;
}
a:hover {
  color: #3082fc;
}
.auth-header img {
  width: auto;
  height: 36px;
  margin: 15px 0 0 24px;
}
#form-wrapper {
  min-width: 368px;
  padding: 0;
  margin: 120px auto 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media screen and (max-height: 600px) {
  #form-wrapper {
    margin-top: 60px;
  }
}
#form-wrapper .form-content {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  position: relative;
}
#form-wrapper .form-content.mask::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 0;
}
#form-wrapper h1 {
  font-size: 32px;
  line-height: 45px;
  height: 45px;
  color: #000000;
  margin-bottom: 32px;
  margin-top: 0;
  overflow: hidden;
}
#form-wrapper h1 .title {
  display: inline-block;
  height: 100%;
  position: relative;
  z-index: 1;
}
#form-wrapper h1 .link {
  float: right;
  font-weight: normal;
  color: #808080;
  font-size: 14px;
  line-height: 64px;
}
#form-wrapper h1 .link a {
  color: #3082fc;
  font-weight: bold;
}
#form-wrapper .protocol {
  cursor: pointer;
  height: 18px;
  line-height: 18px;
  margin: 0;
  font-size: 12px;
}
#form-wrapper .protocol label {
  cursor: pointer;
}
#form-wrapper .protocol input[type="checkbox"] {
  cursor: pointer;
  vertical-align: bottom;
}
#form-wrapper .protocol .desc {
  color: #808080;
}
#form-wrapper .info-tip {
  color: #979797;
  font-size: 13px;
  line-height: 20px;
}
#form-wrapper .info-tip img {
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
}
#form-wrapper button.submit {
  border: none;
  width: 100%;
  height: 52px;
  line-height: 52px;
  font-size: 14px;
}
#form-wrapper button.submit.loading {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), linear-gradient(96deg, #54b8f4, #5c78eb);
}
#form-wrapper button.submit.loading:hover::after {
  background-color: rgba(0, 0, 0, 0);
}
#form-wrapper button.submit.loading .loading-icon {
  height: 22px;
  width: 22px;
  -webkit-animation: rotate 0.8s linear infinite;
          animation: rotate 0.8s linear infinite;
  vertical-align: text-bottom;
}
.form-control {
  position: relative;
  margin-bottom: 24px;
}
.form-control .prepend {
  position: absolute;
  width: 130px;
  top: 0;
  left: 0;
  z-index: 1;
}
.form-control .prepend::after {
  content: '';
  position: absolute;
  right: 0;
  height: 17px;
  top: 14px;
  width: 1px;
  background-color: #e0e0e0;
}
.form-control .append {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.form-control .sub-link {
  margin-top: 7px;
  text-align: right;
}
.form-control .sub-link a {
  color: #3082fc;
}
.form-control.captcha {
  height: 44px;
}
.form-control.captcha .input-wrapper {
  position: absolute;
  right: 100px;
  left: 0;
  top: 0;
}
.form-control.captcha .refresh {
  position: absolute;
  right: 116px;
  top: 13px;
  height: 18px;
  line-height: 18px;
  z-index: 99;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
.form-control.captcha .refresh img {
  width: 14px;
  height: 14px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.form-control.captcha .refresh .text {
  font-size: 13px;
  color: #1c73f3;
}
.form-control.captcha > .captcha-img,
.form-control.captcha > .captcha-phone {
  position: absolute;
  right: 0;
  top: 0;
  width: 88px;
  height: 44px;
  border-radius: 3px;
  margin-left: 15px;
}
.form-control.captcha > .captcha-phone {
  cursor: pointer;
  width: 125px;
  color: #3082fc;
  font-size: 15px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #6ca5fa;
  background-color: #f5faff;
}
.form-control.captcha > .captcha-phone:hover {
  color: #fff;
  background-color: #3082fc;
}
.form-control.captcha > .captcha-phone:active {
  color: #fff;
  background-color: #1c73f3;
}
.form-control.captcha > .captcha-phone + .input-wrapper {
  right: 140px;
}
.form-control.captcha > .captcha-phone.countdown {
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  color: #b9b9b9;
}
.form-control .input-tips {
  color: #ff2e31;
  position: absolute;
  bottom: -20px;
  font-size: 13px;
  line-height: 18px;
}
.form-control .password {
  display: inline-block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 9px;
  right: 10px;
  cursor: pointer;
}
.form-control .password img {
  width: 26px;
  height: auto;
}
.basic-input {
  width: 100%;
  position: relative;
}
.basic-input input {
  width: 100%;
  height: 44px;
  border-radius: 3px;
  border: 1px solid #e0e0e0;
  padding: 10px 15px;
  line-height: 30px;
  font-size: 15px;
  color: #000000;
  outline: none;
}
.basic-input input:focus {
  border-color: #3082fc;
}
.basic-input input::-webkit-input-placeholder {
  color: #b9b9b9;
}
.basic-input input::-moz-placeholder {
  color: #b9b9b9;
}
.basic-input input:-ms-input-placeholder {
  color: #b9b9b9;
}
.basic-input input::-ms-input-placeholder {
  color: #b9b9b9;
}
.basic-input input::placeholder {
  color: #b9b9b9;
}
.basic-input input::-webkit-input-safebox-button {
  display: none;
}
.basic-input.warn input {
  border-color: #ff4848;
}

