[v-block] {
  display: none;
}
.main {
  height: 100%;
}
.left {
  float: left;
  width: 583px;
}
.left {
  width: 40%;
}
.right {
  width: 60%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.el-scrollbar__view {
  height: 100%;
}

.right .form {
  width: 590px;
  margin: 0 auto;
}
.form .el-tabs__item {
  font-size: 20px;
  width: 50%;
  text-align: center;
  margin-bottom: 25px;
}
.form .el-tabs__nav {
  width: 100%;
}
.title {
  height: 65px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #409eff;
  border-bottom: 2px solid #e4e7ed;
}
.circular-bg {
  position: absolute;
  right: -260px;
  top: -260px;
  border: 270px solid #ecf5ff;
  background: #ecf5ff;
  z-index: -1;
  border-radius: 50%;
}
.form .el-input__inner {
  color: #333333;
}
.colorred {
  color: #ca141e;
  font-size: 14px;
  position: absolute;
  right: 10px;
  z-index: 2;
}
.form .mobile .el-input__suffix {
  right: 100px;
}

.form .el-form-item {
  margin-bottom: 18px !important;
}
.form .el-form-item__label {
  text-align: left;
}

.el-checkbox-group {
  height: 30px;
}

.xy .el-form-item__content {
  margin-left: 0 !important;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #606266;
}

.sjszcxy {
  cursor: pointer;
  user-select: none;
}

.dialog-xy .sjszcxy {
  cursor: default;
}

.sjszcxy,
.sjszcxy:hover {
  color: #5595fe;
}

.codeclass {
  position: absolute;
  top: 3px;
  right: 10px;
  cursor: pointer;
  height: 37px;
}
.content {
  width: 1440px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.el-scrollbar__wrap {
  height: calc(100% + 17px);
}
.alert_message {
  text-align: center;
  padding: 50px;
}
.alert_message_img {
  text-align: center;
}
.alert_message .text {
  font-size: 18px;
  display: block;
  margin-top: 50px;
}
#registerapp .el-scrollbar__wrap {
  height: calc(100% + 17px);
  display: flex;
  align-items: center;
  justify-content: center;
}

.dxyzm {
  margin-bottom: 34px;
}

.dxyzm .el-form-item__content {
  display: flex;
}

.dxyzm .el-button {
  margin-left: 10px;
}

.el-select {
  width: 100%;
}

.form-btn {
  display: flex;
  justify-content: space-around;
  margin-bottom: 10px;
}

.register {
  width: 35%;
  height: 40px;
}
.register span {
  font-size: 16px;
}

.to-login .el-button {
  width: 100%;
}

.prompt-info {
  position: absolute;
  bottom: 4%;
  left: 46%;
  color: #606266;
}

.el-dialog {
  width: 64% !important;
  height: 83%;
  margin-top: 8vh !important;
  background-image: url(../images/dialog_bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 20px !important;
}

.el-dialog__header {
  padding: 40px 0;
}

.el-dialog__title {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
  line-height: 0px;
  font-style: normal;
}

.el-dialog__headerbtn {
  position: absolute;
  top: 27px;
  right: 24px;
  font-size: 26px;
}

.el-dialog__body {
  height: calc(100% - 140px);
  padding: 0 0 40px 0;
}

.el-dialog__body .el-scrollbar__view {
  width: 100%;
  padding: 0 35px;
}

.el-dialog__body .is-vertical {
  right: 16px;
}

.xy-title {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-bottom: 24px;
  user-select: none;
}

.xy-info {
  margin-bottom: 14px;
  user-select: none;
}

.dialog-bottom {
  margin-top: 17px;
}

.dialog-xy {
  padding-left: 64px;
  margin-bottom: 35px;
}

.dialog-btn {
  display: flex;
  justify-content: center;
}

.dialog-btn .el-button + .el-button {
  margin-left: 21px;
}

.dialog-btn .el-button {
  width: 100px;
  height: 40px;
}

.zcxy-dialog {

}

@media (max-width: 1366px) {
  .content {
    align-items: start;
  }
}

@media (max-width: 800px) {
  .content {
    width: 100%;
    align-items: start;
  }
  .right .form {
    width: calc(100% - 12px);
    margin: 0 auto;
    padding: 0 6px;
  }
  #registerapp .el-scrollbar__wrap {
    display: block;
    padding: 20px 0 34px;
  }
  .colorred {
    display: none;
  }
}

.agreementDialog .el-dialog__header {
  display: none;
}
.agreementDialog .el-dialog__body {
  padding: 0 !important;
  height: 100%;
}
