@charset "UTF-8";
/*
  样式规范表
*/
.member_title_breadcrumb {
  padding-left: 10px;
  background: #F8F8F8;
}
.member_title_breadcrumb .el-breadcrumb__item {
  height: 46px;
  line-height: 46px;
}
.member_title_breadcrumb .el-breadcrumb__inner {
  color: #666666 !important;
  font-weight: 700 !important;
}
.member_title_breadcrumb .is-link {
  color: #666666 !important;
  font-weight: 400 !important;
}
.member_title_breadcrumb .is-link:hover {
  color: #333333 !important;
  font-weight: 700 !important;
}
@charset "UTF-8";
/*
  样式规范表
*/
.sld_reset_password_mange[data-v-7ba2ea5b] {
  width: 1007px;
  float: left;
  margin-left: 10px;
}
.sld_reset_password_mange[data-v-7ba2ea5b] .el-input .el-input__inner {
  background-color: var(--backgroundColor);
  border-color: #D2D2D2;
}
.sld_reset_password_mange[data-v-7ba2ea5b] .el-input .el-input__inner:focus {
  border-color: #D2D2D2;
}
.sld_reset_password_mange .container[data-v-7ba2ea5b] {
  width: 100%;
  box-sizing: border-box;
  padding: 25px 40px;
}
.sld_reset_password_mange .container .manage_tips[data-v-7ba2ea5b] {
  width: 938px;
  padding: 15px 36px;
  margin-top: 117px;
  background: #EBEDF2;
  border: 1px solid rgba(127, 150, 200, 0.3);
}
.sld_reset_password_mange .container .manage_tips p[data-v-7ba2ea5b] {
  color: #555555;
  margin-top: 10px;
  color: #333333;
}
.sld_reset_password_mange .container .manage_tips .tips_title[data-v-7ba2ea5b] {
  font-weight: bold;
  margin-bottom: 11px;
  margin-top: 0;
  color: #333333;
}
.sld_reset_password_mange .container .title[data-v-7ba2ea5b] {
  font-size: 18px;
  border-bottom: 1px dashed #eaeaea;
  padding-bottom: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.sld_reset_password_mange .container .mange_con[data-v-7ba2ea5b] {
  width: 360px;
  margin: 62px auto 0;
}
.sld_reset_password_mange .container .mange_con .current[data-v-7ba2ea5b] {
  line-height: 56px;
  font-size: 14px;
  color: #000000;
}
.sld_reset_password_mange .container .mange_con .error_tip[data-v-7ba2ea5b] {
  height: 15px;
  margin-top: 10px;
  color: var(--btnBackgroundColor);
}
.sld_reset_password_mange .container .mange_con .error_tip i[data-v-7ba2ea5b] {
  margin-right: 10px;
}
.sld_reset_password_mange .container .mange_con .without_phone_tip[data-v-7ba2ea5b] {
  line-height: 56px;
  font-size: 16px;
  color: #1C1C1C;
}
.sld_reset_password_mange .container .mange_con .sms_code_con[data-v-7ba2ea5b] {
  width: 100%;
}
.sld_reset_password_mange .container .mange_con .sms_code_con .get_sms[data-v-7ba2ea5b] {
  width: 100px;
  height: 40px;
  line-height: 38px;
  background: #e73539;
  text-align: center;
  color: white;
  font-size: 14px;
  border-radius: 0 3px 3px 0;
  background: var(--btnBackgroundColor);
}
.sld_reset_password_mange .container .mange_con .margin[data-v-7ba2ea5b] {
  margin-top: 20px;
}
.sld_reset_password_mange .container .mange_con .next[data-v-7ba2ea5b] {
  width: 170px;
  height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin-top: 20px;
  line-height: 40px;
  border-radius: 3px;
  margin: 42px auto 0;
  background: var(--btnBackgroundColor);
}
@charset "UTF-8";
/*
  样式规范表
*/
.sld_reset_password_mange .el-input {
  width: 280px;
  height: 40px;
  border-radius: 3px 0 0 3px;
}
.sld_reset_password_mange .el-input__inner {
  width: 280px;
  height: 40px;
  border-radius: 3px 0 0 3px;
}
.sld_reset_password_mange .input {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  border-radius: 3px;
}
.sld_reset_password_mange .input .el-input__inner {
  height: 40px;
  border-radius: 3px;
  width: 100%;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**
* 解决el-input设置类型为number时，中文输入法光标上移问题
**/
.el-input__inner {
  line-height: 1px !important;
}
