.background {
  width: 100%;
  height: 100%;
  min-height: 1251px;
  position: fixed;
  z-index: -1;
}
.centerBox {
  width: 1251px;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centerBox .loginCenter {
  display: block;
  width: 100%;
  height: auto;
}
.registerBox {
  position: absolute;
  top: 40px;
  right: 0;
  width: 620px;
}
.registerBox .el-form-item {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.registerBox .el-form-item .el-form-item__content {
  display: flex;
  align-items: center;
  margin-left: 0 !important;
}
.registerBox .el-form-item label {
  font-size: 18px !important;
  color: #4680ef;
}
.registerBox .el-form-item .labelname {
  width: auto;
}
.registerBox .el-form-item input {
  height: 40px;
  font-size: 14px;
  width: 350px;
  border: none;
  border-bottom: 1px dashed #777373;
}
.registerBox .el-form-item .el-button {
  width: 300px;
  height: 60px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #33a1ff 0%, #33cdff 100%);
}
.registerBox .el-form-item .codeipt {
  margin-right: 10px;
}
.registerBox .el-form-item .code {
  width: auto;
  font-size: 15px;
  line-height: 35px;
  padding: 0 10px;
  height: 35px;
  align-items: center;
}
.registerBox .el-form-item .el-button:hover {
  background: linear-gradient(90deg, #33cdff 0%, #33a1ff 100%);
}
.loginBox {
  position: absolute;
  top: 0;
  right: 0;
  width: 600px;
}
.loginBox .loginTitle {
  width: auto;
  display: flex;
  margin: 50px auto 90px;
  align-items: flex-end;
  justify-content: center;
}
.loginBox .loginTitle i {
  display: block;
  width: 80px;
  height: 80px;
  background: url(../img/logo.png);
  background-size: 100% 100%;
}
.loginBox .loginTitle p {
  font-family: AlimamaFangYuanTiVF, AlimamaFangYuanTiVF;
  font-weight: 400;
  font-size: 50px;
  color: #33a1ff;
  text-align: left;
  font-style: normal;
  padding-left: 20px;
}
.loginBox .loginForm {
  width: 80%;
  margin: 0 auto;
}
.loginBox .loginForm .el-form-item {
  margin-bottom: 35px;
}
.loginBox .loginForm .el-form-item input {
  height: 65px;
  padding-left: 60px;
  font-size: 18px;
}
.loginBox .loginForm .el-form-item .el-button {
  width: 477px;
  height: 60px;
  font-size: 20px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(90deg, #33a1ff 0%, #33cdff 100%);
}
.loginBox .loginForm .el-form-item .el-button:hover {
  background: linear-gradient(90deg, #33cdff 0%, #33a1ff 100%);
}
.loginBox .el-icon-mobile-phone::before,
.loginBox .el-icon-lock::before {
  color: #008aff;
  font-size: 26px;
  line-height: 65px;
  margin-left: 10px;
}
.bottom {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-evenly;
  align-items: center;
  color: #a09b9b;
  cursor: pointer;
  font-size: 16px;
}
.disableFirstLevel .el-cascader-panel .el-scrollbar:first-child .el-radio {
  display: none;
}
.disableFirstLevel .el-cascader-panel .el-scrollbar:nth-child(2) .el-radio {
  display: none;
}
input[aria-hidden=true] {
  display: none !important;
}
