@charset "utf-8";
[v-cloak] {
  display: none;
}
.show {
  display: block !important;
}
.hide {
  display: none !important;
}
.longin-banner {
  position: relative;
  width: 100%;
  height: 560px;
  background: url(../images/login-banner.png) no-repeat center;
  text-align: center;
  padding-top: 88px;
}
.longin-banner .logo a {
  text-align: center;
}
.longin-banner .logo a img {
  display: inline-block;
  vertical-align: top;
}
.login-container {
  position: relative;
  width: 100%;
  min-height: 376px;
  background-color: #FFF;
  text-align: center;
}
.login-container .circle-bg-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.login-container .circle-bg-box .left-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 352px;
  height: 275px;
  background: url(../images/about-yisu-circle.png) no-repeat right bottom;
}
.login-container .circle-bg-box .right-bg {
  position: absolute;
  right: 0px;
  top: 80px;
  width: 432px;
  height: 512px;
  background: url(../images/about-yisu-circle.png) no-repeat left top;
}
.login-container .login-res-box {
  position: relative;
  display: inline-block;
  width: 480px;
  background: #FFFFFF;
  padding: 54px 48px 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 8px 48px 0px rgba(31, 37, 51, 0.08);
  margin-top: -344px;
  vertical-align: top;
  z-index: 10;
}
.login-container .login-res-box .login-res-tit {
  line-height: 50px;
  font-size: 40px;

  margin-bottom: 45px;
}
.login-container .login-res-box .head-success-tip {
  line-height: 26px;
  font-size: 16px;
  text-align: left;
  background-color: rgba(51, 119, 255, 0.08);
  padding: 20px 16px 14px;
  margin-bottom: 24px;
}
.login-container .login-res-box .head-success-tip a {
  margin-left: 16px;
  text-decoration: underline;
}
.login-container .login-res-box .head-success-tip a i {
  margin-left: 10px;
}
.login-container .login-res-box .head-success-tip a svg {
  font-size: 12px;
  vertical-align: -1px;
}
.login-container .login-res-box .head-err-tip {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  color: #FF4040;
  background-color: rgba(255, 64, 64, 0.08);
  padding: 20px 16px 14px;
  margin-bottom: 24px;
  z-index: 15;
}
.login-container .login-res-box .head-err-tip a {
  margin-left: 16px;
}
.login-container .login-res-box .head-err-tip a i {
  margin-left: 10px;
}
.login-container .login-res-box .head-err-tip a svg {
  font-size: 12px;
  vertical-align: -1px;
}
.login-container .login-res-box .login-res-list > ul > li {
  position: relative;
  min-height: 56px;
  text-align: left;
  margin-bottom: 24px;
}
.login-container .login-res-box .login-res-list > ul > li .send-verify-num {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 172px;
  height: 56px;
  background-color: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.login-container .login-res-box .login-res-list > ul > li .send-verify-num:disabled{
	color: #FFF;
    background-color: #DBE1E8;
    border-color: #DBE1E8;
	cursor: not-allowed;
}
.login-container .login-res-box .login-res-list > ul > li:last-child {
  margin-bottom: 0px;
}
.login-container .login-res-box .login-res-list > ul > li .form-icon {
  position: absolute;
  left: 19px;
  top: 15px;
  font-size: 24px;
}
.login-container .login-res-box .login-res-list > ul > li input[type=text],
.login-container .login-res-box .login-res-list > ul > li input[type=password] {
  width: 100%;
  height: 56px;
  font-size: 16px;
  color: #1F2533;
  padding-left: 63px;
}
.login-container .login-res-box .login-res-list > ul > li input[type=text].err-style,
.login-container .login-res-box .login-res-list > ul > li input[type=password].err-style {
  border-color: #FF4040;
}
.login-container .login-res-box .trust-check {
  height: 56px;
  line-height: 20px;
  text-align: left;
  padding: 12px 0px 24px;
}
.login-container .login-res-box .trust-check label {
  display: inline-block;
  height: 20px;
  line-height: 22px;
  font-size: 16px;
  color: #5E6D81;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  cursor: pointer;
}
.login-container .login-res-box .trust-check label input {
  margin-right: 16px;
  vertical-align: top;
}
.login-container .login-res-box .login-btn {
  margin-top: 8px;
}
.login-container .login-res-box .login-btn button {
  width: 100%;
  height: 56px;
  font-size: 18px;

}
.login-container .login-res-box .set-pwd-link {
  line-height: 26px;
  font-size: 16px;
  margin-top: 43px;
}
.login-container .sign-up-link {
  position: relative;
  line-height: 26px;
  font-size: 16px;
  color: #5E6D81;
  padding-bottom: 58px;
  margin-top: 59px;
  z-index: 10;
}
.login-container .sign-up-link a {
  margin-left: 4px;
}
.err-tip-bubble {
  position: absolute;
  top: calc(100% + 8px);
  left: 12px;
  max-width: 360px;
  background-color: #FFF;
  padding: 10px 10px 10px 52px;
  border: 1px solid #DBE1E8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0px 5px 15px 0px rgba(31, 37, 51, 0.08);
  z-index: 10;
  display: none;
}
.err-tip-bubble::before,
.err-tip-bubble::after {
  content: "";
  position: absolute;
  left: 16px;
  border: 8px solid transparent;
}
.err-tip-bubble::before {
  top: -16px;
  border-bottom-color: #DBE1E8;
}
.err-tip-bubble::after {
  top: -15px;
  border-bottom-color: #FFF;
}
.err-tip-bubble > i {
  position: absolute;
  top: 14px;
  left: 16px;
}
.err-tip-bubble > i svg {
  font-size: 20px;
}
.err-tip-bubble p {
  line-height: 26px;
  font-size: 16px;
}
.res-pwd {
  padding-right: 66px;
}
.pwd-safe-status {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 56px;
  height: 56px;
  display: none;
}
.pwd-safe-status .status-color {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 4px;
}
.pwd-safe-status .status-color i {
  float: left;
  width: 8px;
  height: 4px;
  background-color: #BDC5D3;
}
.pwd-safe-status .status-color.danger .s-1 {
  background-color: #FF4040;
}
.pwd-safe-status .status-color.warn .s-1,
.pwd-safe-status .status-color.warn .s-2 {
  background-color: #FFAA33;
}
.pwd-safe-status .status-color.safe .s-1,
.pwd-safe-status .status-color.safe .s-2,
.pwd-safe-status .status-color.safe .s-3 {
  background-color: #00CC66;
}
.pwd-safe-status .pwd-safe-bubble {
  position: absolute;
  bottom: 55px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #FFF;
  text-align: left;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: -8px;
  box-shadow: 0px 8px 48px 0px rgba(31, 37, 51, 0.16);
  padding: 17px 17px 19px;
  visibility: hidden;
  opacity: 0;
  z-index: 20;
  display: none;
}
.pwd-safe-status .pwd-safe-bubble.show {
  visibility: visible;
}
.pwd-safe-status .pwd-safe-bubble::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0px;
  height: 0px;
  border: 8px solid transparent;
  border-top-color: #FFF;
}
.pwd-safe-status .pwd-safe-bubble .use-tit {
  line-height: 24px;
  font-size: 14px;
  color: #9EA7B3;
}
.pwd-safe-status .pwd-safe-bubble ul li {
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  white-space: nowrap;
}
.pwd-safe-status .pwd-safe-bubble ul li.has {
  color: #00CC66;
}
.use-rule,
.to-login-link {
  position: relative;
  line-height: 32px;
  font-size: 16px;
  color: #5E6D81;
  padding-bottom: 58px;
  margin-top: 56px;
  z-index: 10;
}
.send-verify-email {
  padding-top: 26px;
}
.send-verify-email .res-success-icon svg {
  font-size: 64px;
  vertical-align: top;
}
.send-verify-email .email-verify {
  line-height: 32px;
  font-size: 24px;

  margin-top: 35px;
}
.send-verify-email button {
  width: 100%;
  height: 56px;
  font-size: 18px;
  background-color: rgba(250, 88, 0, 0.05);
  border-color: rgba(250, 88, 0, 0.05);
  margin-top: 58px;
  margin-bottom: 22px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.send-verify-email button:hover {
  color: #FFF;
}
.send-verify-email a {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 18px;
  background-color: rgba(250, 88, 0, 0.05);
  border-color: rgba(250, 88, 0, 0.05);
  margin-top: 58px;
  margin-bottom: 22px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.send-verify-email a:hover {
  color: #FFF;
}
.login-container .retrieve-password {
  padding-bottom: 64px;
}
.login-container .retrieve-password .set-pwd-des {
  line-height: 32px;
  font-size: 16px;
  color: #5E6D81;
  margin-bottom: 39px;
}
.login-container .retrieve-password .login-res-list .login-btn {
  margin-top: 48px;
}
.login-container .retrieve-password .set-pwd-success button {
  margin-top: 90px;
}
.login-captcha-input {
  width: 50%!important;
  float: left;
}
.login-captcha-img {
  width: 140px;
  height: 56px;
  vertical-align: middle;
  float: left;
  cursor: pointer;
  margin-left: 20px;
}
.checkcode-refresher {
  float: left;
  display: inline;
  width: 32px;
  height: 40px !important;
  background-position: 7px -143px !important;
  vertical-align: top;
  text-indent: -9999em;
  outline: none;
  background: url(../images/captcha-icon.png) no-repeat 7px -145px;
  background-position-x: 7px;
  background-position-y: -145px;
}
.checkcode-title {
  margin-bottom: 25px;
}
/* other login */
.oterlogin-way {
  text-align: center;
  margin-top: 36px;
}
.oterlogin-way p {
  line-height: 30px;
  font-size: 20px;

  color: #1F2533;
}
.oterlogin-way .oterlogin-way-box {
  padding-top: 28px;
}
.oterlogin-way .oterlogin-way-box a {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin-right: 52px;
}
.oterlogin-way .oterlogin-way-box a:last-child {
  margin-right: 0px;
}
.oterlogin-way .oterlogin-way-box a img {
  width: 100%;
  height: 100%;
}
/* 2022-6-17 bind email */
.bind-email-tips {
  line-height: 32px;
  font-size: 16px;
  color: #FFAA33;
}
.bind-email-tips.safe {
  color: #00CC66;
}
.bind-pwd-li {
  display: block;
}
button#verify-code-btn:disabled{
	color: #FFF;
    background-color: #DBE1E8;
    border-color: #DBE1E8;
	cursor: not-allowed;
}
.pic-verify-code{
	width: 50%!important;
    height: 56px;
    float: left;
    font-size: 16px;
    color: #1F2533;
    padding-left: 63px;
}
.otherway {
  height: 32px;
  line-height: 32px;
  margin-top: 28px;
}
.otherway span {
  font-size: 14px;
  color: #5e6e82;
  margin-right: 20px;
}
.other-login {
  display: inline-block;
  min-width: 200px;
  height: 32px;
  vertical-align: top;
}
.otherway a {
  display: block;
  float:left;
  width: 32px;
  height: 32px;
  margin-right: 18px;
  vertical-align: top;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.login-qq {
  left: 0px;
  background: url(../images/login_sprite_img.png) no-repeat -80px -10px;
}
.animate-login .login-qq {
  -webkit-animation: animate_qq 1.8s linear -0.6s 1;
  -o-animation: animate_qq 1.8s linear -0.6s 1;
  animation: animate_qq 1.8s linear -0.6s 1;
}
.login-wechat {
  left: 52px;
  background: url(../images/login_sprite_img.png) no-repeat -122px -10px;
}
.animate-login .login-wechat {
  -webkit-animation: animate_wechat 1.8s linear -0.4s 1;
  -o-animation: animate_wechat 1.8s linear -0.4s 1;
  animation: animate_wechat 1.8s linear -0.4s 1;
}
.login-alipay {
  left: 104px;
  background: url(../images/login_sprite_img.png) no-repeat -164px -10px;
}
.animate-login .login-alipay {
  -webkit-animation: animate_alipay 1.8s linear -0.2s 1;
  -o-animation: animate_alipay 1.8s linear -0.2s 1;
  animation: animate_alipay 1.8s linear -0.2s 1;
}
@keyframes animate_qq {
  0%,
  75% {
    top: 0px;
  }
  85% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes animate_wechat {
  0%,
  75% {
    top: 0px;
  }
  85% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
@keyframes animate_alipay {
  0%,
  75% {
    top: 0px;
  }
  85% {
    top: -10px;
  }
  100% {
    top: 0px;
  }
}
.login-res-box .login_way {
  margin-bottom: 40px;
}
.login-res-box .login_way ul li {
  position: relative;
  float: left;
  width: 50%;
  height: 28px;
  line-height: 28px;
  background: #FFF;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.login-res-box .login_way ul li a {
  font-size: 22px;
  color: #9EA7B3;
}
.login-res-box .login_way ul li a.active {
  color: #2D3037;
}
.login-res-box .login_way ul li.br {
  border-right: 1px solid #F0F2F5;
}
.login-res-box .wellcome-tip {
  margin-bottom: 30px;
  color: #333;
  font-size: 14px;
  background: #f6f6f6;
  padding: 10px 15px;
  vertical-align: middle;
}
.login-res-box .wellcome-tip img {
  border: 0;
  display: inline-block;
  margin-left: 8px;
  margin-right: 10px;
  border-radius: 30px;
  vertical-align: middle;
}
.login-res-box .wellcome-tip p {
  display: inline-block;
  vertical-align: middle;
}
