body{
  background: #F1F4FF;
}
.container{
  width: 100vw;
  height: 100vh;
}
.container .box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 970px;
  display: flex;
}
.container .box .left{
  width: 440px;
  margin-right: 176px;
  text-align: center;
}
.container .box .left h4{
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 45px;
  margin-bottom: 18px;
}
.container .box .left .tit{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.container .box .left img{
  display: block;
  width: 418px;
  height: 425px;
  margin-top: 65px;
  margin-left: -10px;
}
.container .box .right {
  width: 354px;
  padding-top: 40px;
}
.container .box .right .form-box{
  width: 354px;
  min-height: 503px;
  background: #FFFFFF;
  box-shadow: 0px 4px 12px 4px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  position: relative;
  padding-top: 60px;
  box-sizing: border-box;
}
.container .box .right .form-box .logo {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}
.container .box .right .form-box .logo img{
  display: block;
  width: 80px;
  height: 80px;
}
.container .box .right .form-box h4{
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 28px;
  text-align: center;
}
.container .box .right .form-box .title{
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  /* line-height: 22px; */
  height: 22px;
  margin-top: 4px;
  text-align: center;
}
.container .box .right .form-box .nav-tab{
  display: flex;
  margin-top: 22px;
  padding: 0 27px 0;
}
.container .box .right .form-box .nav-tab .nav-item{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 26px;
  margin-right: 38px;
  position: relative;
  padding: 0 0 2px 0;
  cursor: pointer;
}
.container .box .right .form-box .nav-tab .nav-item::after{
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: none;
}
.container .box .right .form-box .nav-tab .nav-item.active{
  font-weight: 500;
  color: #035CFF;
}
.container .box .right .form-box .nav-tab .nav-item.active::after{
  background: #035CFF;
}
.container .box .right .form-box .nav-tab .nav-item:last-child{
  margin-right: 0;
}
.container .box .right .form-box .nav-tab-container{
  min-height: 182px;
  box-sizing: border-box;
  padding: 24px 27px 15px;
  display:none;
}
.container .box .right .form-box .nav-tab-container.active {
    display:block;
}
.container .box .right .form-box .nav-tab-container .form-row{
  width: 300px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  padding: 0 12px;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}
.container .box .right .form-box .nav-tab-container .form-row input{
  display: block;
  border: none;
  outline: none;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
  flex: 1;
  width: 100%;
}
.container .box .right .form-box .nav-tab-container .form-row input::placeholder{
  color: #888888;
}
.container .box .right .form-box .nav-tab-container .form-row .icon{
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 12px;
}
.container .box .right .form-box .nav-tab-container .form-row .phone-code{
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #222222;
  line-height: 20px;
  margin-right: 12px;
}
.container .box .right .form-box .nav-tab-container .form-row .icon img{
  display: block;
  width: 16px;
  height: 16px;
}
.container .box .right .form-box .nav-tab-container .code-box{
  display: flex;
}
.container .box .right .form-box .nav-tab-container .code-box.bt {
    margin-bottom:16px;
}
.container .box .right .form-box .nav-tab-container .code-box .form-row{
  margin-bottom: 0;
  width: auto;
}
.container .box .right .form-box .nav-tab-container .code-box .code-input{
  flex: 1;
  margin-right: 8px;
}
.container .box .right .form-box .nav-tab-container .code-box .code-btn{
  font-size: 14px;
  color: #035CFF;
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}
.container .box .right .form-box .nav-tab-container .code-box .code-btn.no-click{
  cursor: default;
  color: #999999;
}
.container .box .right .form-box .nav-tab-container .form-row .icon.pwd-icon{
  margin: 0 0 0 12px;
  cursor: pointer;
}
.container .box .right .form-box .nav-tab-container .form-row .icon.pwd-icon .close{
  display: block !important;
}
.container .box .right .form-box .nav-tab-container .form-row .icon.pwd-icon .open{
  display: none !important;
}
.container .box .right .form-box .nav-tab-container .form-row .icon.pwd-icon.open-eye .close{
  display: none !important;
}
.container .box .right .form-box .nav-tab-container .form-row .icon.pwd-icon.open-eye .open{
  display: block !important;
}
.container .box .right .form-box .login-button{
  width: 300px;
  height: 40px;
  background: #2E54EB;
  border-radius: 8px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  user-select: none;
  margin: 0 auto;
  border:0;
  display:block;
}
.container .box .right .form-box .go-reg{
  padding: 12px 0 22px;
  text-align: center;
  height: 18px;
}
.container .box .right .form-box .go-reg a{
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #035CFF;
  line-height: 18px;
}
.third-party-login{
  height: 65px;
  position: relative;
  border-top: 1px solid #EEEEEE;
  padding: 0 27px;
}
.third-party-login .third-party-login-tit{
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 0 5px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #888888;
  line-height: 18px;
  margin: 0;
}
.third-party-login .third-party-box{
  display: flex;
  height: 65px;
  align-items: center;
  justify-content: center;
}
.third-party-login a{
  display: block;
  width: 30px;
  height: 30px;
}
.third-party-login a img{
  display: block;
  width: 30px;
  height: 30px;
}

.impowerBox .title{
    display:none;
}
.container .box .right .form-box .qrcode-login {
    display: none;
    text-align: center;
}
.container .box .right .form-box .qrcode-login h4{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #222222;
  line-height: 26px;
}
.container .box .right .form-box .qrcode-login .qrcode-box{
  display: block;
  width: 150px;
  height: 150px;
  margin: 24px auto 0;
}
.container .box .right .form-box .qrcode-login .qrcode-box img{
  display: block;
  width: 150px;
  height: 150px;
}
.container .box .right .form-box .qrcode-login .go-reg{
  padding: 10px 0 22px;
}
.container .box .right .form-box .qrcode-login .third-party-login .third-party-box a{
  margin-right: 80px;
}
.container .box .right .form-box .qrcode-login .third-party-login .third-party-box a:last-child{
  margin-right: 0;
}

.footer{
  width: 800px;
  text-align: center;
  position: absolute;
  bottom: 12px;
  left: 50%;
  margin-left: -400px;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 18px;
}


.container .box .right .form-box.improve-info{
  width: 480px;
  height: 600px;
}
.container .box .right .form-box.improve-info .form{
  width: 300px;
  margin: 48px auto 0;
}
.container .box .right .form-box.improve-info .form-item {
  margin-bottom: 10px;
}
.container .box .right .form-box.improve-info .form-item.required label{
  position: relative;
  padding-left: 10px;
}
.container .box .right .form-box.improve-info .form-item.required label::before{
  content: '*';
  position: absolute;
  top: 0;
  left: 0;
  line-height: 22px;
  color: #FF4D4F;
  font-size: 14px;
}
.container .box .right .form-box.improve-info .form-item label{
  display: block;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-bottom: 8px;
}
.container .box .right .form-box.improve-info .form-item .form-input input{
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.15);
  height: 32px;
  line-height: 32px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0 12px;
}
.container .box .right .form-box.improve-info .login-button{
  margin-top: 30px;
  display:block;
}
.container .box .right .form-box .login-button.mobile-login-btn {
  display: none;
}

.yzm {
    position:relative;
}
.yzm .code-btn {
    font-size: 14px;
    color: #035CFF;
    white-space: nowrap;
    user-select: none;
    cursor: pointer;
    position:absolute;
    right:10px;
    top:36px;
}

.yzm .code-btn.no-click {
    cursor: default;
    color: #999999;
}
.yzm .txtimg-btn {
    position: absolute;
    right: 0px;
    top: 31px;
}