
a {
  color: blue;
  cursor: pointer;
  text-decoration: none
}
.pointer {
  cursor: pointer;
}
.width {
  width: 100%;
}
.height {
  height: 100%;
}
.w-and-h {
  width: 100%;
  height: 100%;
}

/* flex 布局 - 开始 */
.flex-x-start-center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

/* flex 布局 - 结束 */

/*对图像应用滤镜以设置图像的灰度*/
.grayscale {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  //-ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}


html,
body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
#app {
  font-family: "Avenir", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #2c3e50;
  width: 100%;
  height: 100%;
}
.footer_net {
  position: fixed;
  bottom: 0px; /* 调整底部距离 */
  left: 50%; /* 居中 */
  transform: translateX(-50%); /* 水平居中 */
  background-color: rgba(0, 0, 0, 0);
  color: #b0b6c2;
  text-align: center;
  font-size: 7px;
.footer_a {
    color: #b0b6c2;
    text-decoration: none;
}
}

a[data-v-44750209] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-44750209] {
  cursor: pointer;
}
.width[data-v-44750209] {
  width: 100%;
}
.height[data-v-44750209] {
  height: 100%;
}
.w-and-h[data-v-44750209] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-44750209] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-44750209] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-44750209] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-44750209] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-44750209] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-44750209] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-44750209] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-44750209] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-44750209] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-44750209] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-44750209] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-44750209] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-44750209] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-44750209] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
/* 表单样式重构 */
[data-v-44750209] .el-form {
  width: 100%;
}
[data-v-44750209] .el-form .el-form-item {
  background: #e7f0fe;
  border-radius: 4px;
  padding: 20px 20px;
}
[data-v-44750209] .el-form .el-form-item__label {
  padding: 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #8f9397;
  line-height: 20px;
  z-index: 10;
}
[data-v-44750209] .el-form .el-input__inner,[data-v-44750209] .el-form .el-form-item__error .el-input__inner {
  border: none;
  background: none;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #010738;
  line-height: 20px;
  padding: 0;
  height: auto;
}
[data-v-44750209] .el-form .el-input__inner:focus,[data-v-44750209] .el-form .el-form-item__error .el-input__inner:focus {
  box-shadow: none;
}
[data-v-44750209] .el-form .el-form-item__error {
  left: 1%;
  padding-top: 5px;
}
[data-v-44750209] .el-form .el-form-item__content,[data-v-44750209] .el-form .el-input__prefix i,[data-v-44750209] .el-form .el-input__suffix i {
  line-height: 1;
}
.btn[data-v-44750209] {
  margin-top: 10px;
  height: 54px;
  width: 100%;
}
.login-index[data-v-44750209] {
  width: 992px;
  height: 490px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login-index > .l[data-v-44750209] {
  width: 50%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.login-index > .l > .deptImg[data-v-44750209] {
  width: 100%;
  height: 87.5%;
  border-radius: 4px;
  border: none;
}
.login-index > .l > .deptImg img[data-v-44750209] {
  width: 100%;
  height: 100%;
}
.login-index > .l > .links[data-v-44750209] {
  width: 100%;
  height: 12.5%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.login-index > .l > .links p[data-v-44750209] {
  display: flex;
  align-items: center;
  padding: 0 50px;
  cursor: pointer;
}
.login-index > .l > .links p img[data-v-44750209] {
  width: 20px;
  height: 20px;
  border-radius: 10%;
  margin-right: 6px;
}
.login-index > .l > .links p span[data-v-44750209] {
  font-weight: 600;
  color: #ffffff;
  line-height: 20px;
}
.login-index > .l > .links p[data-v-44750209]:last-child {
  margin-right: 0;
}
.login-index > .r[data-v-44750209] {
  width: 50%;
  height: 100%;
  padding: 0 48px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-index > .r > img[data-v-44750209] {
  width: 72px;
  height: 72px;
}
.login-index > .r > h3[data-v-44750209] {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
}
.login-index > .r .forget[data-v-44750209] {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #2382ff;
  line-height: 20px;
  align-self: flex-end;
  margin-top: 26px;
  cursor: pointer;
}

a[data-v-3a9f2a5c] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-3a9f2a5c] {
  cursor: pointer;
}
.width[data-v-3a9f2a5c] {
  width: 100%;
}
.height[data-v-3a9f2a5c] {
  height: 100%;
}
.w-and-h[data-v-3a9f2a5c] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-3a9f2a5c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-3a9f2a5c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-3a9f2a5c] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-3a9f2a5c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-3a9f2a5c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-3a9f2a5c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-3a9f2a5c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-3a9f2a5c] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-3a9f2a5c] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-3a9f2a5c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-3a9f2a5c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-3a9f2a5c] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-3a9f2a5c] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-3a9f2a5c] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
/* 表单样式重构 */
[data-v-3a9f2a5c] .el-form {
  width: 100%;
}
[data-v-3a9f2a5c] .el-form .el-form-item {
  background: #e7f0fe;
  border-radius: 4px;
  padding: 20px 20px;
}
[data-v-3a9f2a5c] .el-form .el-form-item__label {
  padding: 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #8f9397;
  line-height: 20px;
  z-index: 10;
}
[data-v-3a9f2a5c] .el-form .el-input__inner,[data-v-3a9f2a5c] .el-form .el-form-item__error .el-input__inner {
  border: none;
  background: none;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #010738;
  line-height: 20px;
  padding: 0;
  height: auto;
}
[data-v-3a9f2a5c] .el-form .el-input__inner:focus,[data-v-3a9f2a5c] .el-form .el-form-item__error .el-input__inner:focus {
  box-shadow: none;
}
[data-v-3a9f2a5c] .el-form .el-form-item__error {
  left: 1%;
  padding-top: 5px;
}
[data-v-3a9f2a5c] .el-form .el-form-item__content,[data-v-3a9f2a5c] .el-form .el-input__prefix i,[data-v-3a9f2a5c] .el-form .el-input__suffix i {
  line-height: 1;
}
.btn[data-v-3a9f2a5c] {
  margin-top: 10px;
  height: 54px;
  width: 100%;
}
.login-verify[data-v-3a9f2a5c] {
  width: 496px;
  height: 422px;
  padding: 0 48px;
  background: #ffffff;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-verify > h3[data-v-3a9f2a5c] {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
}
.login-verify[data-v-3a9f2a5c] .ver-input .el-input-with__suffix {
  padding-right: 80px;
}
.login-verify[data-v-3a9f2a5c] .ver-input .el-input__suffix {
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  color: #8c8c8c;
  cursor: not-allowed;
}
.login-verify[data-v-3a9f2a5c] .ver-input .el-input__suffix .get-ver {
  color: #2382ff;
  cursor: pointer;
}

a[data-v-25911ff4] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-25911ff4] {
  cursor: pointer;
}
.width[data-v-25911ff4] {
  width: 100%;
}
.height[data-v-25911ff4] {
  height: 100%;
}
.w-and-h[data-v-25911ff4] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-25911ff4] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-25911ff4] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-25911ff4] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-25911ff4] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-25911ff4] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-25911ff4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-25911ff4] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-25911ff4] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-25911ff4] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-25911ff4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-25911ff4] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-25911ff4] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-25911ff4] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-25911ff4] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
/* 表单样式重构 */
[data-v-25911ff4] .el-form {
  width: 100%;
}
[data-v-25911ff4] .el-form .el-form-item {
  background: #e7f0fe;
  border-radius: 4px;
  padding: 20px 20px;
}
[data-v-25911ff4] .el-form .el-form-item__label {
  padding: 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #8f9397;
  line-height: 20px;
  z-index: 10;
}
[data-v-25911ff4] .el-form .el-input__inner,[data-v-25911ff4] .el-form .el-form-item__error .el-input__inner {
  border: none;
  background: none;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #010738;
  line-height: 20px;
  padding: 0;
  height: auto;
}
[data-v-25911ff4] .el-form .el-input__inner:focus,[data-v-25911ff4] .el-form .el-form-item__error .el-input__inner:focus {
  box-shadow: none;
}
[data-v-25911ff4] .el-form .el-form-item__error {
  left: 1%;
  padding-top: 5px;
}
[data-v-25911ff4] .el-form .el-form-item__content,[data-v-25911ff4] .el-form .el-input__prefix i,[data-v-25911ff4] .el-form .el-input__suffix i {
  line-height: 1;
}
.btn[data-v-25911ff4] {
  margin-top: 10px;
  height: 54px;
  width: 100%;
}
.login-reset[data-v-25911ff4] {
  width: 496px;
  height: 350px;
  padding: 0 48px;
  background: #ffffff;
  border-radius: 0px 4px 4px 0px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login-reset > h3[data-v-25911ff4] {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
}

a[data-v-2529d779] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-2529d779] {
  cursor: pointer;
}
.width[data-v-2529d779] {
  width: 100%;
}
.height[data-v-2529d779] {
  height: 100%;
}
.w-and-h[data-v-2529d779] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-2529d779] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-2529d779] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-2529d779] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-2529d779] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-2529d779] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-2529d779] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-2529d779] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-2529d779] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-2529d779] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-2529d779] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-2529d779] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-2529d779] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-2529d779] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-2529d779] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
.login[data-v-2529d779] {
  width: 100vw;
  height: 100vh;
}
.login > .header[data-v-2529d779] {
  height: 60px;
  background: #01072C;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login > .header > img[data-v-2529d779] {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.login > .header > div[data-v-2529d779] {
  display: flex;
  flex-direction: column;
}
.login > .header > div .span1[data-v-2529d779] {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
.login > .header > div .span2[data-v-2529d779] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 20px;
}
.login > .content[data-v-2529d779] {
  background-color: #01072C !important;
  width: 100vw;
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}

a[data-v-3cb2fc7c] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-3cb2fc7c] {
  cursor: pointer;
}
.width[data-v-3cb2fc7c] {
  width: 100%;
}
.height[data-v-3cb2fc7c] {
  height: 100%;
}
.w-and-h[data-v-3cb2fc7c] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-3cb2fc7c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-3cb2fc7c] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-3cb2fc7c] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-3cb2fc7c] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-3cb2fc7c] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-3cb2fc7c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-3cb2fc7c] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-3cb2fc7c] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
.login[data-v-3cb2fc7c] {
  width: 100vw;
  height: 100vh;
}
.login > .header[data-v-3cb2fc7c] {
  height: 60px;
  background: #01072C;
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login > .header > img[data-v-3cb2fc7c] {
  width: 44px;
  height: 44px;
  margin-right: 10px;
}
.login > .header > div[data-v-3cb2fc7c] {
  display: flex;
  flex-direction: column;
}
.login > .header > div .span1[data-v-3cb2fc7c] {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 28px;
}
.login > .header > div .span2[data-v-3cb2fc7c] {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  line-height: 20px;
}
.login .login-index[data-v-3cb2fc7c] {
  width: 992px;
  height: 490px;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.login .login-index > .r[data-v-3cb2fc7c] {
  width: 100%;
  height: 100%;
  padding: 0 48px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 0px 4px 4px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.login .login-index > .r > img[data-v-3cb2fc7c] {
  width: 72px;
  height: 72px;
}
.login .login-index > .r > h3[data-v-3cb2fc7c] {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Medium;
  font-weight: 500;
  color: #000000;
  line-height: 33px;
}
.login .login-index > .r .forget[data-v-3cb2fc7c] {
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Medium;
  color: #2382ff;
  line-height: 20px;
  align-self: flex-end;
  margin-top: 26px;
  cursor: pointer;
}
.login > .content[data-v-3cb2fc7c] {
  background-color: #01072C !important;
  width: 100vw;
  height: calc(100vh - 60px);
  display: flex;
  justify-content: center;
  align-items: center;
}

a[data-v-884bf5ce] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-884bf5ce] {
  cursor: pointer;
}
.width[data-v-884bf5ce] {
  width: 100%;
}
.height[data-v-884bf5ce] {
  height: 100%;
}
.w-and-h[data-v-884bf5ce] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-884bf5ce] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-884bf5ce] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-884bf5ce] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-884bf5ce] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-884bf5ce] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-884bf5ce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-884bf5ce] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-884bf5ce] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
.header[data-v-884bf5ce] {
  background: #01072c;
  height: 10vh;
  display: flex;
  justify-content: space-between;
  background-image: url(../img/bg1.c93260c4.png);
}
.header > .left-logo[data-v-884bf5ce] {
  padding: 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
}
.header > .left-logo > img[data-v-884bf5ce] {
  width: 61px;
  height: 60px;
  margin-right: 10px;
}
.header > .left-logo > div[data-v-884bf5ce] {
  display: flex;
  flex-direction: column;
}
.header > .left-logo > div .span1[data-v-884bf5ce] {
  font-size: 28px;
  font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  font-weight: bold;
  color: #E6F6FF;
  line-height: 3.5vh;
  letter-spacing: 0.4vw;
}
.header > .left-logo > div .span2[data-v-884bf5ce] {
  font-size: 16px;
  font-family: SourceHanSansCN-Regular, SourceHanSansCN;
  font-weight: 400;
  color: #E6F6FF;
  line-height: 3vh;
  letter-spacing: 0.4vw;
}
.header .right-user[data-v-884bf5ce] {
  line-height: 10vh;
  margin-right: 30px;
  position: absolute;
  padding-right: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header .right-user img[data-v-884bf5ce] {
  margin-left: 30px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.header .right-user span[data-v-884bf5ce] {
  color: white;
}
.tabSty[data-v-884bf5ce] {
  padding-top: 5.5vh;
  margin-left: 31vw;
  position: absolute;
}
.lineSty[data-v-884bf5ce] {
  border-bottom: 2px solid #6bb3ff;
}
.tabFontSty[data-v-884bf5ce] {
  font-size: 20px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.65);
  cursor: pointer;
}
.active[data-v-884bf5ce] {
  color: #8bc4ff;
}
.tapSty[data-v-884bf5ce] {
  width: 6vw;
  height: 4vh;
  text-align: center;
  cursor: pointer;
  font-family: AlimamaShuHeiTi-Bold, AlimamaShuHeiTi;
  font-weight: bold;
  color: rgba(230, 246, 255, 0.5);
  z-index: 999;
  position: absolute;
  line-height: 4vh;
  font-size: 18px;
}
.tapStyActive[data-v-884bf5ce] {
  color: #E6F6FF;
}
.tapSty1[data-v-884bf5ce] {
  margin-left: 2.5vw;
}
.tapSty2[data-v-884bf5ce] {
  margin-left: 13vw;
}
.tapSty3[data-v-884bf5ce] {
  margin-left: 23.5vw;
}
.rightBlock[data-v-884bf5ce] {
  color: white;
  position: absolute;
  margin-left: 67vw;
  width: 32vw;
}
.tabBgSty1[data-v-884bf5ce] {
  width: 10.4vw;
  height: 4vh;
  position: absolute;
  margin-left: 0.5vw;
}
.tabBgSty2[data-v-884bf5ce] {
  width: 10.4vw;
  height: 4vh;
  position: absolute;
  margin-left: 11vw;
}
.tabBgSty3[data-v-884bf5ce] {
  width: 10.4vw;
  height: 4vh;
  position: absolute;
  margin-left: 21.5vw;
}

a[data-v-7d9e97dc] {
  color: blue;
  cursor: pointer;
  text-decoration: none;
}
.pointer[data-v-7d9e97dc] {
  cursor: pointer;
}
.width[data-v-7d9e97dc] {
  width: 100%;
}
.height[data-v-7d9e97dc] {
  height: 100%;
}
.w-and-h[data-v-7d9e97dc] {
  width: 100%;
  height: 100%;
}
/* flex 布局 - 开始 */
.flex-x-start-center[data-v-7d9e97dc] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.flex-x-start-center-warp[data-v-7d9e97dc] {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.flex-x-start-stretch[data-v-7d9e97dc] {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.flex-x-center-center[data-v-7d9e97dc] {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flex-x-between-start[data-v-7d9e97dc] {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-x-between-center[data-v-7d9e97dc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flex-x-between-center-warp[data-v-7d9e97dc] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.flex-y-start-start[data-v-7d9e97dc] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.flex-y-start-center[data-v-7d9e97dc] {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
.flex-y-center-start[data-v-7d9e97dc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flex-y-center-center[data-v-7d9e97dc] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.flex-y-between-start[data-v-7d9e97dc] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.flex-y-between-center[data-v-7d9e97dc] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
/* flex 布局 - 结束 */
/*对图像应用滤镜以设置图像的灰度*/
.grayscale[data-v-7d9e97dc] {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
  -webkit-filter: grayscale(1);
  overflow: hidden;
}
.el-menu-item.is-active[data-v-7d9e97dc] {
  background-color: #51556f !important;
}
.el-menu-item-group .el-menu-item[data-v-7d9e97dc]:hover {
  background-color: #51556f !important;
}
[data-v-7d9e97dc] .el-submenu__title:hover {
  background-color: #51556f !important;
}
.el-menu-vertical-demo[data-v-7d9e97dc]:not(.el-menu--collapse) {
  width: 240px;
  min-height: 400px;
}
.el-menu-vertical-demo[data-v-7d9e97dc]:not(.el-menu--collapse) {
  border: none;
  text-align: left;
}
.el-menu-item-group__title[data-v-7d9e97dc] {
  padding: 0px;
}
.el-menu-bg[data-v-7d9e97dc] {
  background-color: #1f2d3d !important;
}
.el-menu[data-v-7d9e97dc] {
  border: none;
}


.index-con[data-v-23543608] {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
.aside[data-v-23543608] {
  width: 64px !important;
  height: 100%;
  background-color: #333856;
  margin: 0px;
}
.asideshow[data-v-23543608] {
  width: 240px !important;
  height: 100%;
  background-color: #333856;
  margin: 0px;
}
.index-header[data-v-23543608],
.index-main[data-v-23543608] {
  padding: 0px;
}

