.sms-verification .dialog-header[data-v-37412a69] {
  width: 100%;
  height: 70px;
  background: #ccf0ff;
  -webkit-box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
          box-shadow: 0px 4px 4px rgba(47,90,155,0.25);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 15px 0 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sms-verification .dialog-header .dialog-title[data-v-37412a69] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #114458;
  font-weight: 400;
  font-size: 22px;
  line-height: 33px;
}
.sms-verification .dialog-header .el-icon-close[data-v-37412a69]:before {
  color: #114458;
}
.sms-verification .dialog-header[data-v-37412a69]:before {
  content: '';
  width: 100%;
  height: 12px;
  border-radius: 10px;
  background-color: #3bbbee;
  position: absolute;
  top: 0;
  right: 0;
}
.sms-verification .sms-code[data-v-37412a69] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sms-verification .sms-code .dialog-but[data-v-37412a69] {
  padding: 0 0px;
  margin-left: 10px;
  min-width: 88px;
}
.sms-verification .sms-code .dialog-but[data-v-37412a69]:focus {
  background: #fff;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(167,167,167,0.1);
          box-shadow: 0px 4px 8px 4px rgba(167,167,167,0.1);
  border: 1px solid #066ff4;
  color: #066ff4;
}
.sms-verification .verify-code[data-v-37412a69] {
  padding-top: 20px;
}
.sms-verification .dialog-footer[data-v-37412a69] {
  position: absolute;
  right: 20px;
  top: -35%;
}
.sms-verification .dialog-footer .but-id[data-v-37412a69]:focus {
  background: #c85266;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
          box-shadow: 0px 4px 8px 4px rgba(6,111,244,0.1);
  color: #fff;
  border: none;
}
.sms-verification[data-v-37412a69] .el-dialog__footer {
  padding: 0;
  height: 40px;
  background: #eaedf1;
  border-radius: 10px;
  position: relative;
}
.sms-verification[data-v-37412a69] .el-dialog__body {
  padding: 35px 35px 50px 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 80vh;
  overflow-x: hidden;
}


.other-account .bottom-25 {
  margin-bottom: 25px;
}

.other-account[data-v-67a6fe5a] .el-radio-group {
  margin: 20px 0;
}
.other-account[data-v-67a6fe5a] .el-radio__input.is-checked+.el-radio__label {
  color: #3bbbee;
}
.other-account[data-v-67a6fe5a] .el-radio__input.is-checked .el-radio__inner {
  background: #3bbbee;
  border-color: #3bbbee;
}

.list-complete-item {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.list-complete-enter,
.list-complete-leave-to {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
.list-complete-leave-active {
  opacity: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}
.list-complete {
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.to-account-add-button {
  margin: 10px;
}
.to-account-add-button .add-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  width: 85px;
  height: 35px;
  background: #c30d23;
  border-radius: 50px;
}
.to-account-add-button .add-button:hover {
  background: #c56d7d;
  cursor: pointer;
}
.to-account-add-button .add-button:ative {
  background: #c56d7d;
}
.to-account-add-button .add-button .button-left {
  font-size: 24px;
  margin-right: 6px;
}
.to-account-add-button .add-button .button-right {
  font-size: 14px;
}

