
.cascader-popper-wrap {
  max-width: 750px;
}


/* 图片的样式 */
.imgsrc[data-v-26084dc2] {
  height: 100%;
  width: 100%;
  top: 0%;
}
/*宽高100%是为了图片铺满屏幕*/
.background[data-v-26084dc2] {
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  position: absolute;
}
/* 登录Form表单*/
#loginForm[data-v-26084dc2] {
  text-align: center;
  background-color: #fff;
  /* 圆角边框  */
  border-radius: 10px;
  width: 800px;
  height: 600px;
  position: absolute;
  left: 70%;
  top: 50%;
  transform: translate(-50%, -50%);
}
/* p标签的样式 */
p[data-v-26084dc2] {
  width: 240px;
  height: 30px;
}
.show_pwd[data-v-26084dc2] {
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 16px;
  color: #889aa4;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
/*级联选择器的宽度*/
.el-cascader-menu__wrap[data-v-26084dc2] {
  width: 360px;
}
/* 级联选择器的高度 */
.el-cascader-menu[data-v-26084dc2] {
  height: 260px;
}
/* 级联选择器字体大小 */
.el-cascader-node__label[data-v-26084dc2] {
  font-size: 1.2em;
}
.class_from[data-v-26084dc2] {
  margin-left: 250px;
  margin-top: 20px;
}
.el-input .el-input__inner[data-v-26084dc2] {
  font-size: 1.3em;
  font-weight: bold;
}
.el-button[data-v-26084dc2] {
  font-size: 1.3em;
  font-weight: bolder;
  width: 350px;
}
/* 复选框字体 */
.el-checkbox__input.is-checked + .el-checkbox__label[data-v-26084dc2] {
  font-size: 1.5em;
}
.inputFont[data-v-26084dc2] {
  font-size: 1.3em;
}

