
.selectCountries {
  opacity: 1;
  width: 207px;
  top: 0;
  height: 50px;
  font-size: 10px;
  font-family: MiSans;
}
.wxQrcodeps  p {
    text-align: center;
 }
.el-form-item__content {
  position: relative;
}
.wx-login-btn {
  font-size: 18px;
  width: 100%;
  border-radius: 8px;
  margin: 28px 0 18px 0;
  border: 1px solid white;
}
.login {
  height: calc(100vh);
}
 .top-img {
    overflow: hidden;
  }
 .top-img img {
  float: left;
  margin: 20px 0 0 52px;
  width: 196px;
  height: 70px;
}
 .bottom-p {
    color: #858585;
    font-size: 10px;
    margin-top: 100px;
    text-align: center;
  }
  .login-container {
    width: 1111px;
    height: 695.3px;
    border-radius: 8px;
    margin-top: 70px;
  }
.login-c {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90vh;
  }
 #accountNumber {
  margin-bottom: 10px;
  border: 1px solid #d1d2d5;
  border-radius: 8px;
}
.login-btn {
  font-size: 18px;
  width: 100%;
  border-radius: 8px;
  margin: 28px 0 18px 0;
  border: 1px solid white;
}
.login-page {
    background: #fff;
  border-radius: 60px;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
  display: flex;
}
.page-left {
        margin: 114px 82px 0 82px;
        color: #393939;
        width: 293px;
      }
 .el-checkbox {
    font-size: 12px;
    color: #393939;

}
.el-checkbox__input.is-checked + .el-checkbox__label {
color: #393939;
}
.el-checkbox__input.is-checked .el-checkbox__inner {
background: #f20000;
border-color: #d2000a;
}
.agreem {
          font-size: 13px;
          margin-bottom: 60px;
         
        }
.wechat {
          display: flex;
          height: 32px;
          line-height: 32px;
          font-size: 14px;
        }
 .el-button {
            margin-left: 20px;
            display: flex;
            align-items: center;
            width: 132px; 
            height: 32px;
            line-height: 1;
            font-size: 14px;
            border-color: #0fd354;
            background: url("~@/assets/wechatBut.png") right no-repeat;
            box-sizing: border-box;
            border-radius: 5px;
            color: #fff;
            padding: 0 20px;
            text-align: left;
          }
 .el-input__inner {
          height: 50px;
          line-height: 50px;
          border-radius: 10px;
        }
        .flex {
          display: flex;
          border: 1px solid #dcdfe6;
          border-radius: 10px;
          margin-bottom: 30px;
          
         
        }
.page-but {
            width: 147px;
            height: 50px;
            line-height: 50px;
            font-size: 18px;
            text-align: center;
          }
 .page-but-left {
            border-radius: 10px 0px 0px 10px;
          }
          .page-but-right {
            border-radius: 0px 10px 10px 0px;
          }
          .changge_code {
            color: #fff;
            background: #008fcc;
          }
 .el-input {
          width: 293px;
          height: 50px;
          background-color: #ffffff;
        }
.page-right {
        width: 551.4px;
        height: 610.6px;
        border-radius: 38px;
        margin: 42px 44px;
        background: #fff;
      }




p {
  margin: 0;
}
#login li:nth-child(1) {
  font-size: 2.375rem;
}
#login li:nth-child(2) {
  font-size: 1.25rem;
}

label.el-checkbox.remember {
  margin: 0px 0px 0.9375rem;
  text-align: left;
}
.el-button {
  background-color: #008fcc;
}

.phone {
  color: black;
  font-size: 0.9375rem;
  font-style: normal;
  margin-left: 0.3125rem;
  width: 2.1875rem;
  height: 2.5rem;
}
.pull-down {
  width: 4.375rem;
  height: 2.5rem;
  position: absolute;
  top: 0px;
  left: 0px;
}
.verificationBtn {
  width: 248px;
  height: 50px;
  text-align: center;
  box-sizing: border-box;
  line-height: 50px;
  color: #008fcc;
  font-size: 16px;
  border-radius: 0.5rem;
  border: 1px solid #d1d2d5;
  cursor: pointer;
  background: #fff;
  margin-left: -25px;
  z-index: 2;
}
.WxverificationBtn {
  width: 100%;
  height: 40px;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  border-radius: 0.5rem;
  border: 1px solid #008fcc;
  cursor: pointer;
  background: #fff;
  margin-left: -25px;
  background: #008fcc;
  z-index: 2;
  &:hover {
    color: white;
    background: #008fcc;
  }
}

.el-input__inner {
  font-size: 1rem;
  border-radius: 0.5rem;
  margin: 0;
  height: 2.75rem;
}

.el-input--prefix .el-input__inner {
  padding-left: 55px;
  border-radius: 8px;
  border: 1px solid #d1d2d5;
}
#accountNumber {
  padding-left: 90px;
}
#accountNumber .el-input {
  position: relative;
}
.authCode {
  font-size: 1rem;
  line-height: 38px;
}
.el-input__prefix {
  left: 12px;
}
.inputCountries {
  position: absolute !important;
  z-index: 999;
  width: 90%;
  top: 15px;
  left: 5%;
}
.inputCountries .el-input__suffix .el-input__validateIcon {
  display: none !important;
}
.selects .el-scrollbar {
  padding-top: 60px;
  display: block !important;
}

