.register-component-wrap {
  display: flex;
  flex-direction: column;
  position: relative;
}

.register-component-wrap .header {
  padding: 24px 0 55px 24px;
}

.register-component-wrap .header .header-log img {
  height: 41px;
}

.register-component-wrap .content {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-component-wrap .content .box {
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 45px 0px rgba(0, 16, 76, 0.11);
  border-radius: 18px;
  overflow: hidden;
}

.register-component-wrap .content .box .box-logo {
  width: 353px;
  height: 532px;
}

.register-component-wrap .content .box .box-logo img {
  width: 353px;
  height: 532px;
  object-fit: cover;
}

.register-component-wrap .content .box .box-register {
  position: relative;
  width: 456px;
  background-color: #fff;
}

.register-component-wrap .content .box .box-register .name {
  padding: 80px 62px 74px 58px;
  display: flex;
  justify-content: space-between;
}

.register-component-wrap .content .box .box-register .name .name-change {
  position: relative;
}

.register-component-wrap .content .box .box-register .name .name-change img {
  height: 28px;
}

.register-component-wrap .content .box .box-register .name .name-change .change-info {
  position: absolute;
  top: 0;
  right: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 6px;
  width: 94px;
  height: 28px;
  background: url("https://statics.easyliao.com/web/website/images/login/login_register_change_bg.png");
  background-size: cover;
  font-size: 12px;
  font-weight: 400;
  color: #4480fa;
  opacity: 0;
  transition: 0.5s;
}

.register-component-wrap .content .box .box-register .name .name-change:hover .change-info {
  opacity: 1;
}

.register-component-wrap .content .box .box-register .code {
  margin: 0 auto;
  position: relative;
  width: 201px;
  height: 201px;
  border: 1px solid #e2e2e2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-component-wrap .content .box .box-register .code .code-img {
  height: 175px;
  width: 175px;
  object-fit: cover;
}

.register-component-wrap .content .box .box-register .code .code-mark {
  position: absolute;
  width: 199px;
  height: 199px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-component-wrap .content .box .box-register .code .code-mark img {
  height: 35px;
  width: 35px;
  cursor: pointer;
}

.register-component-wrap .content .box .box-register .code .code-mark img:not([src]) {
  opacity: 0;
}

.register-component-wrap .content .box .box-register .form-wrap {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-component-wrap .content .box .box-register .form-wrap .form-item-wrap {
  position: relative;
}

.register-component-wrap .content .box .box-register .form-wrap .form-item-wrap .err-info {
  position: absolute;
  right: 0;
  bottom: -31px;
  font-size: 12px;
  font-weight: 400;
  color: #ff3366;
}

.register-component-wrap .content .box .box-register .form-wrap .form-item-wrap .val-info {
  position: absolute;
  bottom: 20px;
  font-size: 12px;
  color: #999999;
  line-height: 12px;
  opacity: 0;
  transition: 0.5s;
}

.register-component-wrap .content .box .box-register .form-wrap .form-item-wrap .valInfoShow {
  opacity: 1;
  bottom: 40px;
}

.register-component-wrap .content .box .box-register .code-wrap .code-btn {
  position: absolute;
  right: 0;
  bottom: 6px;
  width: 91px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  border: 1px solid #4480fa;
  font-size: 12px;
  font-weight: 400;
  color: #4480fa;
  transition: 0.3s;
}

.register-component-wrap .content .box .box-register .code-wrap .code-btn-start {
  cursor: pointer;
}

.register-component-wrap .content .box .box-register .code-wrap .code-btn-sending {
  color: #999999;
  border: 1px solid #999999;
  cursor: default;
}

.register-component-wrap .content .box .box-register .code-wrap .code-btn-start:hover {
  color: #fff;
  background: #4480fa;
  border: 1px solid #4480fa;
}

.register-component-wrap .content .box .box-register .form-btn {
  margin: 0 auto;
  margin-top: 38px;
  width: 340px;
  height: 40px;
  line-height: 40px;
  background: #4480fa;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
}

.register-component-wrap .content .box .box-register .form-info {
  margin: 0 auto;
  margin-top: 32px;
  font-size: 14px;
  font-weight: 400;
  color: #4481fa;
  text-align: center;
}

.register-component-wrap .content .box .box-register .form-info > span {
  cursor: pointer;
}

.register-component-wrap .content .box .box-register .info {
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  text-align: center;
}

.register-component-wrap .content .box .box-register .bind-info {
  color: #ff3366;
}

.register-component-wrap .content .box .box-register .arrount-wrap .name {
  padding: 80px 62px 57px 58px;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-btn {
  margin: 0 auto;
  margin-top: 5px;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  cursor: pointer;
  user-select: none;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon img {
  width: 16px;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon .login_register_hover_selected {
  display: none;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon .agree-info {
  margin-left: 6px;
  margin-right: 2px;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon .agreedClass {
  color: #2a2a2a;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon:hover .login_register_hover_selected {
  display: block;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon:hover .login_register_no_selected {
  display: none;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-icon:hover .agree-info {
  color: #2a2a2a;
}

.register-component-wrap .content .box .box-register .arrount-wrap .form-argument .agreement-info {
  font-size: 12px;
  font-weight: 400;
  color: #4480fa;
}

.register-component-wrap .footer {
  margin: 0 auto;
  padding: 59px 0 35px 0;
}

.register-component-wrap .footer .footer-title {
  display: flex;
  align-items: center;
}

.register-component-wrap .footer .footer-title span {
  display: block;
  width: 64px;
  height: 1px;
  background: #b4b4b5;
}

.register-component-wrap .footer .footer-title p {
  padding: 0 24px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
}

.register-component-wrap .footer .footer-copy {
  padding-top: 17px;
  font-size: 12px;
  font-weight: 400;
  color: #b4b4b5;
}

.register-component-wrap .close {
  position: absolute;
  right: 30px;
  top: 20px;
  font-size: 28px;
  z-index: 1000;
}

.register-component-wrap .close:hover {
  color: #4480FA;
  cursor: pointer;
}

.register-component-wrap .el-form .el-form-item {
  width: 340px;
  margin-bottom: 46px;
}

.register-component-wrap .el-form .el-form-item__content {
  margin-left: 0 !important;
}

.register-component-wrap .el-form .el-form-item__content .el-input input {
  border-radius: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  font-size: 16px;
}

.register-component-wrap .el-form .el-form-item__content .el-input input::placeholder {
  font-size: 14px;
}

.register-component-wrap .el-form .el-form-item__content .el-input input[disabled] {
  background: #fff;
  cursor: text;
  color: #313131;
}

.register-component-wrap .el-form .errFormItem .el-form-item__content {
  margin-left: 0 !important;
}

.register-component-wrap .el-form .errFormItem .el-form-item__content .el-input input {
  border-color: #ff3366;
}

.register-component-wrap .arrount-wrap .el-form .el-form-item {
  margin-bottom: 41px;
}

.puzzle-title {
  height: 28px;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2A2A2A;
  line-height: 28px;
  margin-bottom: 16px;
}

.puzzle-container {
  position: relative;
  /* padding: 16px 16px 28px; */
  /* border: 1px solid #ddd; */
  background: #e0e1e3;
  /* border-radius: 16px; */
  /* height: 83px;  */
  /* width: 340px; */
}

.puzzle-container .sliderSuccess {
  left: 0;
  top: 0;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.89);
  width: 100%;
  height: 100%;
  z-index: 200;
}

.puzzle-container .sliderSuccess > img {
  width: 59px;
  height: 59px;
}

.puzzle-container .sliderSuccess > .sliderSuccess-tips {
  height: 22px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #34B415;
  line-height: 22px;
  margin-top: 16px;
}

.slider-container {
  position: relative;
  margin: auto;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
}

.slider-bar {
  border: 1px solid #c3c3c3;
  width: 100%;
  border-radius: 24px;
  background: #e0e1e3;
  box-shadow: 0 1px 1px rgba(12, 10, 10, 0.2) inset;
}

.slider-bar-text {
  height: 13px;
  background: #D8D8D8;
  border-radius: 7px;
}

#puzzle {
  position: relative;
  width: 388px;
  height: 376px;
  padding: 24px;
  z-index: 2000;
  color: #606266;
  line-height: 1.4;
  text-align: justify;
  font-size: 14px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #979797;
  word-break: break-all;
  transition: all 0.5s;
  top: -10px;
  opacity: 0;
}

.puzzle-open {
  animation: puzzleOpen 0.2s forwards;
}

@keyframes puzzleOpen {
  from {
    top: -10px;
    opacity: 0;
  }
  to {
    top: 0px;
    opacity: 1;
  }
}

#puzzle-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}

#puzzle-shadow {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 22;
}

#puzzle-lost {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 33;
}

.puzzle-lost-box {
  position: absolute;
  width: 260px;
  height: 116px;
  left: 0;
  top: 0;
  z-index: 111;
}

#puzzle .button {
  user-select: none;
  cursor: pointer;
  position: absolute;
  height: 52px;
  width: 81px;
  background-image: url("https://statics.easyliao.com/web/website/images/login/puzzle-drag.png");
  background-size: 81px 52px;
  background-repeat: no-repeat;
  left: 0px;
}

#puzzle .button > img {
  height: 52px;
  width: 81px;
}

#puzzle .button:hover {
  color: #2181bd;
}

.hidden {
  display: none;
}

.re-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 28px;
  padding: 0 16px;
}

.re-btn a {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0px 0;
  background-position: 0 -1179px;
  cursor: pointer;
}

.re-btn a:hover {
  background-position: 0 -1193px;
}

.operation {
  width: 100%;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
}

.operation > .oper-tips {
  height: 20px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #EC1414;
  line-height: 20px;
}

.operation > .oper-button > span {
  color: #9fa3ac;
  display: inline-block;
  width: 23px;
  height: 23px;
  font-size: 23px;
  line-height: 23px;
  text-align: center;
  cursor: pointer;
}

.operation > .oper-button > span:hover {
  background: #e2e8f5;
}

.active-tips {
  display: block;
}

.puzzleDialog {
  width: 300px;
  height: 200px;
}

.my-puzzle-shadow {
  display: none;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 1000;
  top: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
