.g-login[data-v-56b1fceb] {
  width: 100vw;
  height: 100vh;
  background: url(../assets/images/live-loading-bg.eb303ed5779d17e6ce589927d11e78f6.png) no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-login .m-agreement-item[data-v-56b1fceb] {
  width: 100%;
  position: fixed;
  bottom: 30px;
  left: 0;
  text-align: center;
  font-size: 14px;
  line-height: 32px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-login .m-agreement-item .u-agreement-text[data-v-56b1fceb] {
  margin-left: 10px;
}
.g-login .m-agreement-item .u-agreement-text span[data-v-56b1fceb]:hover {
  cursor: pointer;
  color: #2991f1;
}
.g-login .m-agreement-item .u-agreement-circular[data-v-56b1fceb] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 15px;
  cursor: pointer;
}
.g-login .m-agreement-item .u-agreement-circular-active[data-v-56b1fceb] {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin-right: 15px;
  cursor: pointer;
  position: relative;
}
.g-login .m-agreement-item .u-agreement-circular-active[data-v-56b1fceb]::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.g-login .m-login-item[data-v-56b1fceb] {
  width: 460px;
  height: 710px;
  background: url("../assets/images/Rectangle 26@2x.64b5718cc6a4a19e4d144184e7277274.png") no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.g-login .m-login-item .u-login-logo[data-v-56b1fceb] {
  height: 100px;
  margin: 120px auto 89px;
}
.g-login .m-login-item .m-login[data-v-56b1fceb] {
  width: 100%;
  box-sizing: border-box;
  padding: 0 60px;
}
.g-login .m-login-item .m-login .u-login-tit[data-v-56b1fceb] {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #4d4d4d;
  padding-bottom: 30px;
  position: relative;
}
.g-login .m-login-item .m-login .u-login-tit .login-tit-text[data-v-56b1fceb] {
  font-size: 14px;
  color: #fff;
  background: url("../assets/images/Group 1161@2x.ce0f6b4f4b504dcca6c3debce3bfe95d.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 300;
}
.g-login .m-login-item .m-login .u-login-tit .login-tit-text-active[data-v-56b1fceb] {
  font-size: 14px;
  color: #fff;
  background: url("../assets/images/Group 1331@2x.a6b1bdc52b44443c8ff0f140acecd305.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 300;
}
.g-login .m-login-item .m-login .u-login-tit .tips[data-v-56b1fceb] {
  position: absolute;
  bottom: -5px;
  background-color: #101010;
  padding: 0 30px;
  color: #4d4d4d;
}
.g-login .m-login-item .m-login .u-login-password[data-v-56b1fceb] {
  margin-top: 40px;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone[data-v-56b1fceb] {
  width: 100%;
  height: 40px;
  position: relative;
  margin-bottom: 40px;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone.login-vertical[data-v-56b1fceb] {
  margin-bottom: 20px;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .login-areaCode[data-v-56b1fceb] {
  height: 100%;
  position: absolute;
  color: #ffffff;
  line-height: 40px;
  text-indent: 42px;
  z-index: 20000;
  font-size: 14px;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .areaCode-chose[data-v-56b1fceb] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 77px;
  width: 16px;
  height: 16px;
  z-index: 20000;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .areaCode-chose img[data-v-56b1fceb] {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .areaCode-item[data-v-56b1fceb] {
  width: 80%;
  height: 120px;
  background-color: #1a1a1a;
  overflow-y: scroll;
  position: absolute;
  bottom: -122px;
  z-index: 20000;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .areaCode-item div[data-v-56b1fceb] {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  text-indent: 10px;
  color: #fff;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .areaCode-item div[data-v-56b1fceb]:hover {
  background: #2991f1;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone input[data-v-56b1fceb] {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-indent: 74px;
  color: #000;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone input[data-v-56b1fceb]::placeholder {
  color: #666666;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .passwordPhone[data-v-56b1fceb] {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-indent: 122px;
  color: #000;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .passwordPhone[data-v-56b1fceb]::placeholder {
  color: #666666;
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .lockImg[data-v-56b1fceb] {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
.g-login .m-login-item .m-login .u-login-password .login-password-phone .eyes_icon[data-v-56b1fceb] {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 11px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2000;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-password .login-password-button[data-v-56b1fceb] {
  width: 100%;
  height: 40px;
  background: #2991f1;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-jump[data-v-56b1fceb] {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.g-login .m-login-item .m-login .u-login-jump .login-jump-forgotPassword[data-v-56b1fceb] {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  cursor: pointer;
  border-bottom: 1px solid #999999;
}
.g-login .m-login-item .m-login .u-login-jump .login-jump-register[data-v-56b1fceb] {
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  cursor: pointer;
  padding-bottom: 2px;
  border-bottom: 1px solid #999999;
}
.g-login .m-login-item .m-login .u-login-code[data-v-56b1fceb] {
  margin-top: 40px;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone[data-v-56b1fceb] {
  width: 100%;
  height: 40px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 20px;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone .login-areaCode[data-v-56b1fceb] {
  position: absolute;
  color: #ffffff;
  line-height: 40px;
  text-indent: 42px;
  font-size: 14px;
  z-index: 20000;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone .areaCode-chose[data-v-56b1fceb] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 77px;
  width: 16px;
  height: 16px;
  z-index: 20000;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone .areaCode-chose img[data-v-56b1fceb] {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone .areaCode-item[data-v-56b1fceb] {
  width: 80%;
  height: 120px;
  background-color: #1a1a1a;
  overflow-y: scroll;
  position: absolute;
  bottom: -122px;
  z-index: 1;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone .areaCode-item div[data-v-56b1fceb] {
  width: 100%;
  line-height: 25px;
  font-size: 14px;
  text-indent: 10px;
  color: #fff;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone .areaCode-item div[data-v-56b1fceb]:hover {
  background: #2991f1;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone input[data-v-56b1fceb] {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-indent: 110px;
  color: #000;
}
.g-login .m-login-item .m-login .u-login-code .login-code-phone input[data-v-56b1fceb]::placeholder {
  color: #666666;
}
.g-login .m-login-item .m-login .u-login-code .login-code-code[data-v-56b1fceb] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.g-login .m-login-item .m-login .u-login-code .login-code-code .login-code-input[data-v-56b1fceb] {
  width: 60%;
  height: 40px;
  margin-bottom: 40px;
}
.g-login .m-login-item .m-login .u-login-code .login-code-code .login-code-input input[data-v-56b1fceb] {
  width: 100%;
  height: 48px;
  border: none;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  text-indent: 78px;
  color: #000;
}
.g-login .m-login-item .m-login .u-login-code .login-code-code .login-code-input input[data-v-56b1fceb]::placeholder {
  color: #666666;
}
.g-login .m-login-item .m-login .u-login-code .login-code-code .login-code-obtain[data-v-56b1fceb] {
  width: 35%;
  height: 40px;
  background: #2991f1;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  cursor: pointer;
}
.g-login .m-login-item .m-login .u-login-code .login-password-button[data-v-56b1fceb] {
  width: 100%;
  height: 40px;
  background: #2991f1;
  line-height: 40px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  cursor: pointer;
}
[data-v-56b1fceb] .ivu-input {
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  height: 100%;
  font-size: 14px;
  padding: 0;
  text-indent: 54px;
  border-radius: 0;
}
[data-v-56b1fceb] .ivu-input::placeholder {
  color: #666666;
}
[data-v-56b1fceb] .ivu-input:hover {
  border-color: transparent;
}
[data-v-56b1fceb] .ivu-input:focus {
  border-color: transparent;
  box-shadow: none;
}
[data-v-56b1fceb] .registerPhone .ivu-input {
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  height: 100%;
  font-size: 14px;
  padding: 0;
  text-indent: 110px;
}
[data-v-56b1fceb] .registerPhone .ivu-input::placeholder {
  color: #666666;
}
[data-v-56b1fceb] .registerPhone.change-indent .ivu-input {
  text-indent: 54px;
}
[data-v-56b1fceb] .registerCode .ivu-input {
  background-color: #1a1a1a;
  color: #ffffff;
  border: none;
  height: 100%;
  font-size: 14px;
  padding: 0;
  text-indent: 15px;
}
[data-v-56b1fceb] .registerCode .ivu-input::placeholder {
  color: #666666;
}
[data-v-56b1fceb] .ivu-input:focus-within {
  border-color: #2991f1 !important;
}
[data-v-56b1fceb] .ivu-form-item-error .ivu-input {
  border: none;
}
[data-v-56b1fceb] .ivu-form-item-error-tip {
  padding-top: 4px;
}
[data-v-56b1fceb] .ivu-form-item-error .ivu-input:focus {
  border-color: transparent;
  box-shadow: none;
}
@media screen and (max-width: 1200px) {
.m-agreement-item[data-v-56b1fceb] {
    bottom: 0px;
}
.m-login-item[data-v-56b1fceb] {
    transform: scale(0.7);
}
}
@media screen and (max-width: 1900px) {
.m-login-item[data-v-56b1fceb] {
    transform: scale(0.9);
}
}
@media screen and (max-width: 1700px) {
.m-login-item[data-v-56b1fceb] {
    transform: scale(0.85);
}
.m-agreement-item[data-v-56b1fceb] {
    bottom: 0px;
}
}
@media screen and (max-width: 1700px) {
.m-login-item[data-v-56b1fceb] {
    transform: scale(0.78);
}
.m-agreement-item[data-v-56b1fceb] {
    bottom: 0px;
}
}
@media screen and (max-width: 1500px) {
.m-login-item[data-v-56b1fceb] {
    transform: scale(0.75);
}
.m-agreement-item[data-v-56b1fceb] {
    bottom: 0px;
}
}
@media screen and (min-width: 1920px) {
.m-login-item[data-v-56b1fceb] {
    transform: scale(1);
}
}
[data-v-56b1fceb] input:-webkit-autofill {
  transition: background-color 50000s ease-in-out 0s;
  -webkit-text-fill-color: #fff;
  caret-color: #fff;
  font-size: 14px;
}
.phoneImg[data-v-56b1fceb] {
  height: 24px;
  width: 24px;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1000;
}
.m-agreement-item[data-v-56b1fceb] .el-checkbox__input .el-checkbox__inner {
  width: 14px;
  height: 14px;
  background-color: #1f1f1f;
  border-radius: 2px;
  border: 1px solid #333333;
}
.m-agreement-item[data-v-56b1fceb] .is-checked .el-checkbox__inner {
  background-color: #2991f1;
  border: 1px solid #2991f1;
}

.g-mobileLogin[data-v-14357da0] {
  width: 100vw;
  height: 100vh;
  background: url(../assets/images/live-loading-bg.eb303ed5779d17e6ce589927d11e78f6.png) no-repeat;
  background-size: 100% 100%;
}
.g-mobileLogin .m-mobileLogin[data-v-14357da0] {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #111111;
  width: 600px;
}
.g-mobileLogin .m-mobileLogin .title[data-v-14357da0] {
  line-height: 50px;
  text-align: center;
  background-color: #232529;
  position: relative;
}
.g-mobileLogin .m-mobileLogin .title .nieren-btn[data-v-14357da0] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%);
  line-height: normal;
  padding: 5px 10px;
  background-color: #3c414d;
  border-radius: 2px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content[data-v-14357da0] {
  padding: 30px 20px;
}
.g-mobileLogin .m-mobileLogin .content .btn-box[data-v-14357da0] {
  display: flex;
  align-items: center;
  justify-content: center;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn[data-v-14357da0] {
  padding: 12px 17px;
  border: 1px solid #4d4d4d;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn.men-btn[data-v-14357da0] {
  border-radius: 2px 0 0 2px;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn.women-btn[data-v-14357da0] {
  border-radius: 0 2px 2px 0;
}
.g-mobileLogin .m-mobileLogin .content .btn-box .btn.selected[data-v-14357da0] {
  background-color: #2991f1;
  border: 1px solid #2991f1;
}
.g-mobileLogin .m-mobileLogin .content #appCanvas[data-v-14357da0] {
  width: 100% !important;
  height: 460px !important;
}
.g-mobileLogin .m-mobileLogin .content .input-box[data-v-14357da0] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.g-mobileLogin .m-mobileLogin .content .input-box input[data-v-14357da0] {
  width: 340px;
  height: 40px;
  background-color: #333333;
  border: none;
  color: #fff;
  padding: 0 10px;
  border-radius: 2px;
}
.g-mobileLogin .m-mobileLogin .content .input-box .btn[data-v-14357da0] {
  width: 100px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 2px;
  cursor: pointer;
}
.g-mobileLogin .m-mobileLogin .content .input-box .btn.random-btn[data-v-14357da0] {
  background-color: #2991f1;
}
.g-mobileLogin .m-mobileLogin .content .input-box .btn.go-btn[data-v-14357da0] {
  background-color: #3ca909;
}
.g-mobileLogin .logining-box[data-v-14357da0] {
  position: fixed;
  z-index: 1000000;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  background: #000000b5;
  font-size: 12px;
  font-family: Inter-Regular, Inter;
  font-weight: 400;
  color: #ffffff;
  line-height: 14px;
}

