[v-block] {
  display: none;
}
body {
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.main {
  height: 100%;
}
.left {
  width: 40%;
}
.h100 {
  height: 100%;
}
.right {
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* height: 775px; */
}
.right .title {
  /* padding-top: 20px; */
  width: 100%;
  display: flex;
  column-gap: 33px;
  justify-content: center;
  align-items: center;
  /* margin-left: 50px; */
}
.right .title .title-main {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 22px;
  position: relative;
}
.right .title .title-main .title-main-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}
.right .title .title-main .xx {
  background-image: url(../images/yzyhxx.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  border: 1px solid #e48080;
}
.right .title .title-main .wc {
  background-image: url(../images/wcyz.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.right .title .title-main .title-main-text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #919fae;
  position: absolute;
  bottom: -38px;
}
.right .title .title-main .xxtext {
  font-weight: bold;
  color: #ca3434;
}
.right .title.title-next .xx {
  border: none;
}
.right .title.title-next .wc {
  border: 1px solid #e48080;
}
.right .title.title-next .xxtext {
  font-weight: 400;
  color: #919fae;
}
.right .title.title-next .wctext {
  font-weight: bold;
  color: #ca3434;
}
.right .title .arrow {
  width: 192px;
  height: 14px;
}
.right .form {
  width: 675px;
  height: 398px;
}
.form .dec {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #385b7e;
}
.formTable {
  margin-top: 90px;
  /* margin-left: 50px; */
}
.formTable .el-input__inner::placeholder {
  color: #b0b1b0;
}
.formTable .el-form-item__label {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  padding-right: 15px;
  text-align: right !important;
  height: 50px;
  line-height: 50px;
}
.formTable .el-input__inner {
  height: 50px;
  border-radius: 2px 2px 2px 2px;
  border: 1px solid #e2e5ea;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.formTable .el-form-item {
  margin-bottom: 33px;
}
.button {
  display: flex;
  justify-content: center;
  margin-top: 23px;
  column-gap: 20px;
}
.button-one {
  margin-top: 50px;
}
.button.button-one .forget,
.button.button-one .noforget {
  min-width: 100px;
  width: unset;
}

.form .el-input.is-active .el-input__inner,
.form .el-input__inner:focus {
  border-color: #ca3434;
}

.button .forget {
  background: #ca3434;
  border-radius: 6px 6px 6px 6px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  width: 100px;
  height: 40px;
  border: none;
}
.button .forget.el-button:focus,
.button .forget.el-button:hover {
  background: #ca3434;
  border-radius: 6px 6px 6px 6px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  border: none;
}
.button .noforget {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #bebebe;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #bebebe;
  background-color: #ffffff;
  margin-left: 0;
  width: 100px;
  height: 40px;
}
.el-button + .el-button {
  margin-left: 0 !important;
}
.button .noforget.el-button:focus,
.button .noforget.el-button:hover {
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #bebebe;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #bebebe;
  background-color: #ffffff;
}
.circular-bg {
  position: absolute;
  right: -260px;
  top: -260px;
  border: 270px solid #ecf5ff;
  background: #ecf5ff;
  z-index: -1;
  border-radius: 50%;
}
.codeclass {
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
  width: 100px;
  height: 33px;
}
.content {
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
#forgetapp .el-scrollbar__wrap {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* #forgetapp .el-scrollbar__view{height: 100%;} */
.form-one {
  width: 458px;
}
.form-one .form-content {
  margin-top: 68px;
  background: linear-gradient(180deg, #edf5ff 0%, #ffffff 100%);
  border-radius: 6px 6px 6px 6px;
  padding: 46px 50px 50px 50px;
}
.form-one .form-content .form-content-text {
  display: flex;
  /* align-items: center; */
  column-gap: 7px;
}

.form-content-text + .form-content-text {
  margin-top: 20px;
}
.form-one .form-content .form-content-text .form-content-text-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  min-width: 130px;
  text-align: right;
}
.form-one .form-content .form-content-text .form-content-text-word {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
