.common-bind-account {
}
.common-bind-account-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.common-bind-account-header-title {
  font-size: 16px;
}
.common-bind-account-header-cancel {
  cursor: pointer;
}

.common-bind-account-body {
  position: relative;
  padding: 0 15px;
}
.common-bind-account-body:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #e8eaec;
  margin-left: 50px;
}

.common-bind-account-tab {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 12px;
}
.common-bind-account-tab-item {
  position: relative;
  font-size: 14px;
  margin: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}
.common-bind-account-tab-item.active:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 30px;
  height: 3px;
  background-color: #0085F0;
  border-radius: 4px;
}

.common-bind-account-form {
}
.common-bind-account-form .ivu-form-item {
  margin-bottom: 12px;
}
.common-bind-account-form-gcaptcha {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #ccc;
  cursor: pointer;
}
.common-bind-account-form-gcaptcha.disabled {
  pointer-events: none;
}

.common-bind-account-form-keep {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.common-bind-account-form-keep .ivu-checkbox {
  margin-right: 5px;
}

.common-bind-account-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-bind-account-qr-title {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
}
.common-bind-account-qr-img {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #BFBFBF;
  width: 120px;
  height: 120px;
  margin-top: 14px;
}
.common-bind-account-qr-img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
.common-bind-account-qr-caption {
  text-align: center;
  margin-top: 10px;
}