.signingtips[data-v-64ea1697] {
  height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.signingtips .signingtips-img img[data-v-64ea1697] {
  margin-bottom: 24px;
}
.connect-wallet .connect-wallet-head {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  margin-bottom: 10px;
  color: #a3a3a6;
}
.connect-wallet .connect-wallet-box {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1279px) {
  .connect-wallet .connect-wallet-box .wallet-type-item.metamask {
    display: none;
  }
}
.connect-wallet .connect-wallet-box .wallet-type-item {
  text-align: center;
  width: 120px;
  height: 120px;
  background: #f5f5f5;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 14px 14px 0;
  cursor: pointer;
}
.connect-wallet .connect-wallet-box .wallet-type-item img {
  border-radius: 50%;
  width: 48px;
  padding: 5px;
  background: #fff;
}
.connect-wallet .connect-wallet-box .wallet-type-item .wallet-name {
  color: #141414;
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.connect-wallet .connectfail .connectfail-t {
  text-align: center;
}
.connect-wallet .connectfail .connectfail-title {
  font-size: 17px;
  font-weight: 700;
  color: #030303;
  margin-top: 15px;
}
.connect-wallet .connectfail .connectfail-tips {
  margin-top: 30px;
}
.connect-wallet .connectfail .connectfail-tips-sub {
  color: #f05f5f;
  font-size: 14px;
  font-weight: 700;
}
.connect-wallet .connectfail .connectfail-tips-item {
  color: #212a39;
  font-size: 14px;
  font-weight: 700;
}
.connect-wallet .connectfail .font {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.connect-wallet .connectfail .font .logout,
.connect-wallet .connectfail .font .reconnect {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 6px;
  border: none;
  outline: none;
  text-align: center;
  cursor: pointer;
}
.connect-wallet .connectfail .font .logout:focus,
.connect-wallet .connectfail .font .reconnect:focus {
  border: none;
}
.connect-wallet .connectfail .font .logout {
  background: #f1f5ff;
  color: #7cb400;
}
.connect-wallet .connectfail .font .reconnect {
  background: #7cb400;
  color: #fff;
}
#walletconnect-wrapper .walletconnect-modal__base {
  max-width: 400px;
}
.connect-wallet .el-dialog__body {
  word-break: break-word;
}
.SigninPage {
  height: calc(100vh - 98px);
  width: 100%;
  display: flex;
  background-color: #fff;
}
.SigninPage iframe {
  opacity: 0 !important;
}
.SigninPage .container_login {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 760px;
  background-color: #fff;
  flex: auto;
  margin-bottom: 98px;
}
.SigninPage .container_login .login_Left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.SigninPage .container_login .login_Left .logn_left_text {
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(-30px);
}
.SigninPage .container_login .login_Left .logn_left_text div {
  color: #141414;
  font-family: Rubik-500;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.SigninPage .container_login .login_Left .logn_left_text div span {
  color: #7cb400;
  font-family: Rubik-500;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.SigninPage .container_login .login_Left img {
  width: 393px;
}
.SigninPage .container_login-LoginBox {
  margin-left: 110px;
  position: relative;
  width: 366px;
  min-height: 365px;
  border-radius: 16px;
  opacity: 0.98000002;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.SigninPage .container_login-LoginBox-title {
  width: 100%;
  font-family: Rubik-900;
  font-style: normal;
  font-weight: 900;
  font-size: 36px;
  line-height: 43px;
  align-items: flex-end;
  color: #141414;
  mix-blend-mode: normal;
  align-self: flex-start;
  display: flex;
  justify-content: space-between;
}
.SigninPage .container_login-LoginBox-title .loginCodeImg {
  width: 42.5px;
  height: 42.5px;
  cursor: pointer;
}
.SigninPage .container_login-LoginBox-loginWays {
  width: 100%;
  height: 40px;
  font-family: Rubik-900;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: flex-end;
  color: #141414;
  mix-blend-mode: normal;
  margin: 36px auto 0;
  border-bottom: 1px solid #d9d9d9;
}
.SigninPage .container_login-LoginBox-loginWays div {
  cursor: pointer;
  position: relative;
  border-bottom: 2px solid transparent;
  padding-bottom: 5px;
}
.SigninPage .container_login-LoginBox-loginWays div:not(:first-child) {
  margin-left: 20px;
}
.SigninPage .container_login-LoginBox-loginWays .active {
  font-family: Rubik-900;
  font-style: normal;
  font-weight: 900;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: flex-end;
  color: #7cb400;
  border-bottom: 2px solid #7cb400;
}
.SigninPage .container_login-LoginBox .placeholder {
  width: 100%;
  height: 368px;
}
.SigninPage .container_login-LoginBox .container_login_codeLogin {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 368px;
  background: url(/image/register/codeLogin_bg.svg) no-repeat;
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.SigninPage .container_login-LoginBox-loginForm {
  width: 100%;
  flex: 1;
}
.SigninPage .container_login-LoginBox-loginForm .show-pwd {
  position: absolute;
  right: 10px;
  top: 4px;
  font-size: 16px;
  color: #a2aebe;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.SigninPage .container_login-LoginBox-loginForm .show-pwd img {
  width: 14px;
  height: 14px;
}
.SigninPage .container_login-LoginBox-loginForm .el-form-item__label {
  margin-top: 24px;
  font-family: Rubik-400;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #a3a3a6;
  mix-blend-mode: normal;
}
.SigninPage .container_login-LoginBox-loginForm .el-form-item__error {
  position: relative;
  color: #ff636c;
  padding-top: 8px;
}
.SigninPage .container_login-LoginBox-loginForm .el-form-item__label {
  float: none;
  display: inline-block;
  text-align: left;
  padding: 0 0 10px;
}
.SigninPage .container_login-LoginBox-loginForm .el-form-item:first-child {
  margin-bottom: 10px;
}
.SigninPage .container_login-LoginBox-loginForm .el-form-item:nth-child(2) {
  margin-bottom: 32px;
}
.SigninPage .container_login-LoginBox-loginForm .el-input__suffix {
  right: 13px !important;
}
.SigninPage .container_login-LoginBox-loginForm .el-button--primary {
  height: 50px !important;
  border: none !important;
  border-radius: 8px !important;
  background: #7cb400 !important;
  font-family: Rubik-500;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.SigninPage .container_login-LoginBox-loginForm .el-button--primary:hover {
  background: #b6d94c !important;
}
.SigninPage .container_login-LoginBox-loginForm .registerAndForgot {
  margin: 0;
  display: flex;
  justify-content: space-between;
  font-family: Rubik-500;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #7cb400;
  mix-blend-mode: normal;
}
.SigninPage .container_login-LoginBox-loginForm .registerAndForgot .forgotBtn,
.SigninPage
  .container_login-LoginBox-loginForm
  .registerAndForgot
  .registerBtn {
  cursor: pointer;
  font-family: Rubik-500;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #7cb400;
}
.SigninPage .container_login-LoginBox .web3_content .web3_title {
  margin-top: 64px;
  word-break: keep-all;
  font-family: Rubik-700;
  font-style: normal;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #000;
}
.SigninPage .container_login-LoginBox .web3_content .web3_text {
  margin-top: 10px;
  font-family: Rubik-400;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #000;
}
.SigninPage .container_login-LoginBox .web3_content .web3_btn {
  margin-top: 80px;
}
.SigninPage .container_login-LoginBox iframe {
  position: absolute;
  bottom: 0;
  width: 116px !important;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
.SigninPage .container_login-LoginBox .noIframe iframe {
  display: none !important;
}
.SigninPage .container_login-LoginBox .thirdLogin .el-divider__text {
  font-family: Rubik;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #a3a3a6;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns #googleBtn iframe {
  width: 116px !important;
  height: 40px !important;
  opacity: 0 !important;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns .thirdLoginBtn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  height: 40px;
  background: #f5f5f5;
  border: 1px solid #d9d9d9;
  border-radius: 8px;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns .thirdLoginBtn img {
  width: 20px;
  height: 20px;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns .thirdLoginBtn span {
  margin-left: 4.5px;
  font-family: Rubik;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #141414;
}
.SigninPage
  .container_login-LoginBox
  .thirdLogin
  .btns
  .thirdLoginBtn
  .thirdContent {
  position: absolute;
  opacity: 0 !important;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns .positionBtn {
  position: absolute;
  top: 0;
  left: 0;
}
.SigninPage .container_login-LoginBox .thirdLogin .btns .positionBtn iframe {
  opacity: 0 !important;
  width: 116px !important;
  height: 40px !important;
}
.SigninPage .container_login-LoginBox .codeLoginWrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.SigninPage .container_login-LoginBox .codeLoginWrap .login_example {
  margin-left: 15px;
}
.SigninPage .container_login-LoginBox .codeLoginWrap .login_example img {
  width: 111px;
  height: 160px;
}
.SigninPage .container_login-LoginBox .codeLoginWrap .login_code {
  position: relative;
  width: 160px;
  height: 160px;
  flex-shrink: 0;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_wrap {
  height: 160px;
  background: #f5f5f5;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_wrap
  .logoIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_wrap
  .logoIcon
  img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_wrap
  .code_img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 160px;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_wrap
  .opCode {
  opacity: 0.1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_refresh {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  width: 160px;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_refresh
  .refresh_code {
  margin-top: 53px;
  font-family: Rubik-400;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #141414;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_refresh
  .refresh_btn {
  margin: 11px auto 0;
  width: 84px;
  height: 32px;
  cursor: pointer;
  font-family: Rubik-500;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #7cb400;
  padding: 9px 19px;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_used {
  position: absolute;
  top: 0;
  left: 0;
  height: 160px;
  width: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_used
  img {
  width: 50px;
  height: 50px;
}
.SigninPage
  .container_login-LoginBox
  .codeLoginWrap
  .login_code
  .code_img_used
  .usedText {
  margin-top: 8px;
  color: #141414;
  text-align: center;
  font-family: Rubik;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.SigninPage .container_login-LoginBox .code_text {
  margin-top: 15px;
  font-family: Rubik-400;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #a3a3a6;
}
.SigninPage .container_login-LoginBox .code_text span {
  color: #7cb400;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.SigninPage .forgot {
  position: absolute;
  right: 10px;
  top: -40px;
  font-size: 16px;
  color: #7499fb;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.SigninPage .noMatch {
  position: absolute;
  background: #fff;
  overflow: hidden;
  white-space: nowrap;
  font-family: Rubik-400;
  font-weight: 400;
  font-size: 12px;
  width: 100%;
  padding: 6px 0 20px;
  top: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #758093;
}
.SigninPage #btn {
  margin-bottom: 16px;
}
.SigninPage .resetPwdPageBot {
  color: #151c26;
  text-align: center;
  position: absolute;
  bottom: 32px;
  width: 100%;
  font-family: Rubik-500;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}
.SigninPage .resetPwdPageBot .btnSpan {
  cursor: pointer;
}
.SigninPage .note {
  padding: 7px 11px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  background-color: #fff;
  z-index: 2000;
  color: #151c26;
  font-size: 12px;
  font-weight: 400;
  font-family: Rubik-400;
  display: flex;
  align-content: center;
  position: absolute;
  right: 60px;
  top: 12px;
  white-space: nowrap;
}
.SigninPage .note:before {
  content: "";
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  position: absolute;
  right: -9px;
}
.SigninPage .note:after {
  content: "";
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  position: absolute;
  top: 8px;
  right: -7px;
}
.SigninPage .container_login-LoginBox-loginForm {
  position: relative;
}
.SigninPage #phoneInput1 .el-select .el-input__inner,
.SigninPage #phoneInput1 input {
  border-top-left-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}
.SigninPage #phoneInput1 .el-select .el-input__inner:focus {
  border: none !important;
}
.SigninPage #filterInput {
  position: relative;
}
.SigninPage #filterInput input {
  box-sizing: border-box;
  -web-kit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: block;
  border-radius: 4px !important;
  outline: 0;
  padding-left: 30px;
  text-decoration: none;
  width: 168px;
  margin: 12px auto 6px;
  height: 34px;
  line-height: 34px;
  background: hsla(0, 0%, 95.7%, 0.7);
  color: #a2aebe;
  font-size: 12px;
  font-weight: 400;
  font-family: Rubik-400;
}
.SigninPage #filterInput .el-input__prefix,
.SigninPage #filterInput .el-input__suffix {
  top: 17px !important;
  left: 22px !important;
  height: 34px;
}
.SigninPage #filterInput .el-select-dropdown__item {
  text-align: center !important;
}
.SigninPage .selectItem1 {
  width: 200px !important;
  border-radius: 8px !important;
  opacity: 1 !important;
  background: #fff !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.09) !important;
  border: none !important;
}
.SigninPage .selectItem1 .el-input__inner {
  box-sizing: border-box;
  -web-kit-appearance: none;
  -moz-appearance: none;
  border: none;
  display: block;
  outline: 0;
  padding-left: 30px;
  text-decoration: none;
  width: 168px;
  margin: 16px auto;
  height: 34px;
  border-radius: 4px !important;
  background: hsla(0, 0%, 95.7%, 0.7);
  color: #a2aebe;
  font-size: 12px;
  font-weight: 400;
  font-family: Rubik-400;
}
.SigninPage .selectItem1 .el-input__prefix {
  top: 21px !important;
  left: 22px !important;
  height: 34px;
}
@media screen and (max-width: 1279px) {
  .container_login-LoginBox {
    margin-left: 0 !important;
    width: 100% !important;
    padding: 0 19px !important;
  }
  .container_login-LoginBox .codeScan,
  .login_Left {
    display: none !important;
  }
  .container_login {
    min-height: 550px !important;
  }
  .login_code {
    display: none;
  }
}
@media screen and (max-height: 700px) {
  .container_login {
    margin-bottom: 0 !important;
  }
}
