.mypanle[data-v-045d84c7] {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 26px;
  position: relative;
  -webkit-box-shadow: 0px 4px 8px 4px rgba(51,148,212,0.05);
          box-shadow: 0px 4px 8px 4px rgba(51,148,212,0.05);
}
.mypanle .title[data-v-045d84c7] {
  position: relative;
}
.mypanle .title .p1[data-v-045d84c7] {
  font-family: PingFangSC-Medium;
  font-size: 20px;
  color: #2c2e34;
  font-weight: 600;
  line-height: 20px;
  margin: 0;
  position: relative;
  padding-left: 40px;
  padding: 30px 0 20px 30px;
}
.mypanle .title .p1[data-v-045d84c7]:before {
  content: none;
}
.mypanle .title.has-col .p1[data-v-045d84c7]:before {
  content: '';
  display: inline;
  height: 30px;
  width: 3px;
  background-color: #006eca;
  position: absolute;
  left: 0;
  top: 5px;
}

.mypanle .content-class {
  padding: 0 30px;
}

.tips-dialog .content-back {
  background: #f7f8fd;
  margin: 0 50px 30px 50px;
  max-height: 80px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.tips-dialog .content-back .zh-span {
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
  line-height: 26px;
}
.tips-dialog .content-back .en-span {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2c2e34;
  line-height: 30px;
  display: inline-block;
  text-align: center;
}
.tips-dialog .el-dialog .dialog-header {
  padding-left: 70px;
  padding-right: 30px;
}
.tips-dialog .el-dialog .el-dialog__body {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.password-form .title-div {
  margin-top: 0;
}
.password-form .form-tips-loc {
  font-size: 12px;
  color: #93a0aa;
  line-height: 34px;
}
.password-form .form-tips-eng {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #555;
  line-height: 20px;
}
.login-password .modify-password .el-dialog {
  border-radius: 10px;
  min-width: 600px;
}
.login-password .modify-password .el-dialog__header {
  padding: 24px 32px 0 32px;
}
.login-password .modify-password .el-dialog__body {
  padding: 20px 32px 0 32px;
}
.login-password .modify-password .el-dialog__title {
  color: rgba(0,0,0,0.85);
}
.tips-form .el-form-item--medium .el-form-item__content {
  line-height: 26px;
  margin-top: -20px;
}

.el-input[data-v-402b5d0c] {
  position: relative;
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.password-form .form-tips-loc[data-v-402b5d0c] {
  font-size: 14px;
  color: #555;
  line-height: 34px;
}
.button-float[data-v-402b5d0c] {
  text-align: center;
  padding: 20px 0 70px 0;
}
.el-input__suffix[data-v-402b5d0c] {
  cursor: pointer;
}
.eye-icon[data-v-402b5d0c] {
  font-size: 18px;
  color: #909399;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  width: 20px;
  position: relative;
}
.eye-icon.is-closed[data-v-402b5d0c]::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  background-color: #909399;
  opacity: 0.85;
  top: 50%;
  left: 1px;
  -webkit-transform: translateY(-50%) rotate(40deg);
          transform: translateY(-50%) rotate(40deg);
  border-radius: 1px;
}

