.mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  position: fixed;
  top: 0;
  z-index: 999;
  display: none;
}

#mainBody .loginPopup {
  width: 504px;
  height: 545px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -223px 0 0 -252px;
  z-index: 9999;
  background: url(../img/login/login-bg.png) no-repeat center / 100%;
  padding: 43px 48px 63px;
  box-sizing: border-box;
  display: none;
}

#mainBody .loginPopup .loginPopupCard {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

#mainBody .loginPopup .login-close {
  cursor: pointer;
  position: absolute;
  top: 24px;
  right: 24px;
  width: 27px;
  height: 27px;

}

#mainBody .loginPopup .login-logo {
  width: 247px;
  /* height: 78px; */
}

#mainBody .loginPopup .login-bg {
  width: 407px;
  height: 54px;
  display: flex;
  align-items: center;
  background: url(../img/login/bg.png) no-repeat center / 100%;
  padding: 0 8px;
  box-sizing: border-box;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 1;
}

#mainBody .loginPopup .login-get-tel {
  margin-top: 48px;
}

#mainBody .loginPopup .login-get-code {
  margin-top: 28px;
}

#mainBody .loginPopup .login-bg input {
  width: 200px;
  background: none;
  border: none;
  outline: none;
  margin: 0 25px;
  color: #FFFFFF;
}

#mainBody .loginPopup .login-bg .login-label {
  width: 82px;
  text-align: center;
  border-right: 2px solid #fff;
}

#mainBody .loginPopup .login-bg .get-code-button {
  flex-shrink: 0;
  width: 135px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #282828;
  margin-left: auto;
  background: url(../img/login/code-bg.png) no-repeat center / 100%;
  cursor: pointer;
  border: none;
  outline: none;
}

#mainBody .loginPopup .login-bg .get-code-button[disabled] {
  cursor: not-allowed;
}

#mainBody .loginPopup .login-check {
  display: flex;
  gap: 2px;
  margin-top: 21px;
  font-size: 16px;
  color: #282828;
  line-height: 20px;
  cursor: pointer;
}

#mainBody .loginPopup .login-check .check {
  width: 13px;
  height: 13px;
  margin-top: 4px;
}

#mainBody .loginPopup .login-check a {
  color: #1B76DD;
}

#mainBody .loginPopup .login-get-login {
  margin-top: auto;
  justify-content: center;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
  cursor: pointer;
}



.mainM .loginPopup {
  width: 5.7rem;
  height: 6.16rem;
  position: fixed;
  top: 50%;
  left: 50%;
  margin: -3.08rem 0 0 -2.85rem;
  z-index: 9999;
  background: url(../img/login/login-bg.png) no-repeat center / 100%;
  padding: .49rem 0 .72rem;
  box-sizing: border-box;
  display: none;
}

.mainM .loginPopup .loginPopupCard {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  align-items: center;
}

.mainM .loginPopup .login-close {
  cursor: pointer;
  position: absolute;
  top: 0.27rem;
  right: 0.27rem;
  width: 0.31rem;
  height: 0.31rem;

}

.mainM .loginPopup .login-logo {
  width: 2.79rem;
  /* height: 0.88rem; */
}

.mainM .loginPopup .login-bg {
  width: 4.6rem;
  height: 0.61rem;
  display: flex;
  align-items: center;
  background: url(../img/login/bg.png) no-repeat center / 100%;
  padding: 0 0.09rem;
  box-sizing: border-box;
  font-size: 0.23rem;
  color: #FFFFFF;
  line-height: 1;
}

.mainM .loginPopup .login-get-tel {
  margin-top: .52rem;
}

.mainM .loginPopup .login-get-code {
  margin-top: .31rem;
}

.mainM .loginPopup .login-bg input {
  width: 2rem;
  background: none;
  border: none;
  outline: none;
  margin: 0 .29rem;
  color: #FFFFFF;
}

.mainM .loginPopup .login-bg .login-label {
  width: .92rem;
  text-align: center;
  border-right: 2px solid #fff;
  line-height: 1;
}

.mainM .loginPopup .login-bg .get-code-button {
  flex-shrink: 0;
  width: 1.53rem;
  height: 0.45rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.23rem;
  color: #282828;
  margin-left: auto;
  background: url(../img/login/code-bg.png) no-repeat center / 100%;
  cursor: pointer;
  border: none;
  outline: none;
}

.mainM .loginPopup .login-bg .get-code-button[disabled] {
  cursor: not-allowed;
}

.mainM .loginPopup .login-check {
  display: flex;
  gap: 0.06rem;
  margin-top: .24rem;
  font-size: 0.19rem;
  color: #282828;
  line-height: 0.23rem;
  cursor: pointer;
}

.mainM .loginPopup .login-check .check {
  width: 0.15rem;
  height: 0.15rem;
  margin-top: .04rem;
}

.mainM .loginPopup .login-check a {
  color: #1B76DD;
}

.mainM .loginPopup .login-get-login {
  margin-top: auto;
  justify-content: center;
  font-size: 0.31rem;
  color: #FFFFFF;
  line-height: 1;
  cursor: pointer;
}
