.loginWrap {
  width: 454px;
  height: 570px;
  padding: 10px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0.4);

}

.loginConFrom {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.loginCon,
.BindPhoneCon {
  padding: 0 47px;
  padding-top: 53px;
  width: 454px;
  height: 570px;
  background: #1e1e1e;
  border-radius: 10px;
  position: relative;
  z-index: 999;
}



.loginTabItem {
  color: #fff;
  height: 30px;
  margin-right: 30px;
  cursor: pointer;
}

.loginTabItem:hover {
  color: #F77924;
}

.loginTabItem:nth-child(3n) {
  margin-right: 0px;
}

.loginTabItemAct,
.origin {
  color: #F77924;
}

.loginTabItem .blank {
  display: none;
}

.loginTabItemAct .blank {
  display: flex;
  margin-top: 10px;
  border-bottom: 2px solid #F77924;
}

.loginTabCon {
  display: none;

}

.scanCodeTab_con {
  display: flex;
  margin-top: 52px;
}

.verifyTab_con {
  height: 100%;
    margin-top: 30px;
}

.scanCodeImg {
  width: 268px;
  height: 268px;
}

.scanMark {
  color: #AAAAAA;
  margin-top: 15px;
}

.clickSignTxt {
  color: #fff;
  cursor: pointer;
}

.scanCodeImgBoderWrap {
  width: 290px;
  height: 290px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #3B3B3B;
  padding: 11px;
}

.scanCodeImgWrap {
  position: relative;
}

.codeExpired,
.codeloading {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 268px;
  height: 268px;
  background: rgba(83, 83, 83, 0.6);
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  display: none;
}

.codeloading i {
  display: inline-block;
  background-image: url(https://static.shinewonder.com/pub/img/loading.png);
  background-position: -92px -69px;
  width: 27px;
  height: 27px;
  -webkit-animation: loading 1.5s linear infinite;
  animation: loading 1.5s linear infinite;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(0);
    transform: translate3d(0, 0, 0) rotate(0)
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(360deg);
    transform: translate3d(0, 0, 0) rotate(360deg)
  }
}

.bgDeleIcon {
  position: absolute;
  top: 16px;
  right: 16px;
  cursor: pointer;
  width: 32px;
  height: 32px;
}

.colorFF2E2E {
  color: #FF2E2E;
}

.invitCodeTxt1 {
  color: #FFFFFF;
}

.invitCodeTxt2 {
  color: #A8A8A8;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 18px;
}

.BindPhoneTitle {
  color: #fff;
  margin: 24px 0;
}

.phoneInput {}

.getVerifyTxt:hover {
  cursor: pointer;
  opacity: 0.8;
}

.goBackTxt {
  color: #A8A8A8;
  cursor: pointer;
  display: inline-block;
  margin-left: 8px;
}

.gobackIcon {
  width: 5px;
  height: 11px;
}

.gobackWrap {
  cursor: pointer;
  position: absolute;
  top: 20px;
  left: 18px;
}

.initBackground {
  background: #1e1e1e;
}

.inputItem {
  resize: none;
  outline: none;
  color: #fff;
  width: 160px;
  height: 38px;
  border: none;
  line-height: 38px;
  pointer-events: auto;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}

.inputItemW {
  border: 1px solid #3B3B3B;
  border-radius: 4px;
  width: 100%;
  height: 50px;
  padding: 0 12px;
}

.inputAndErrorW {
  width: 100%;
  padding-bottom: 24px;
  position: relative;
}

.inputError {
  position: absolute;
  bottom: 5px;
}

.errorBorderColor {
  border-color: #e34848;
}

.errorColor {
  color: #e34848;
}

.goBackError {
  color: #e34848;
  line-height: 20px;
  width: 100%;
  word-break: break-word;
  overflow-wrap: break-word;
  text-align: center;
  margin-bottom: 20px;
  display: none;
}

.noClick {
  pointer-events: none;
}

.bindPhoneSubmit {
  text-align: center;

  color: #fff;
  margin-top: 24px;
  cursor: pointer;

  width: 360px;
  height: 46px;
  line-height: 46px;
  background: #EF8136;
  border-radius: 4px 4px 4px 4px;
}

.bindPhoneSubmit:hover {
  opacity: 0.8;
}

.delePhone {
  display: inline-block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  margin-right: 10px;
  display: none;
}

/* 验证码登录 */
.verifyLoginTxt {
  color: #AAAAAA;
  margin-bottom: 20px;
}
.loginTopCon {
  width: 100%;
}
.phoneCaptcha {
  cursor: pointer;
  pointer-events: auto;
}

/* 邀请码 */
.invitCode {
  width: 360px;
  /* height: 131px; */
  background: linear-gradient(180deg, #030201 0%, #544D43 100%);
  border-radius: 6px 6px 6px 6px;
  border: 1px solid #474747;
  padding: 16px 12px;
}



.redColor {
  color: #FF0000;
}

.invitInput {
  resize: none;
  outline: none;
  width: 100%;
  padding: 0;
  border: 0;
  text-align: center;
  line-height: 47px;
  white-space: nowrap;
  /* 不换行 */
  overflow: hidden;
  padding: 0 5px;
  /* 水平内边距生效 */
  box-sizing: border-box;
  /* 包含内边距在宽度内 */

  height: 47px;
  background: #1E1E1E;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #5D5D5D;
  color: #fff;
}