body {
  background-color: #f0f2f5;
}
.module_box {
  width: 100%;
  box-sizing: border-box;
  padding: 0 12px;
  background-color: #ffffff;
  overflow: hidden;
}

.line-one {
  display: block;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-break: keep-all;
}


#login[data-v-2c38194d] {
  width: 100%;
  min-height: 100%;
  background: #f0f2f5 url(/img/loginbg.1a8f0514.svg) no-repeat 50%;
  background-size: 100%;
  position: relative;
}
#login .title-wrapper[data-v-2c38194d] {
  text-align: center;
  padding: 215px 0 35px 0;
}
#login .title-wrapper .logo[data-v-2c38194d] {
  font-size: 40px;
  color: #1890ff;
}
#login .title-wrapper .title[data-v-2c38194d] {
  display: inline-block;
  font-size: 40px;
  color: rgba(0, 0, 0, 0.85);
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 600;
  margin-left: 10px;
  margin-bottom: 0;
}
#login .login-form[data-v-2c38194d] {
  min-width: 260px;
  width: 368px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 30px 35px 25px;
  box-sizing: border-box;
}
#login .login-form-button[data-v-2c38194d] {
  width: 100%;
}


.ant-pro-sider-menu-logo[data-v-eb578524] {
  position: relative;
  height: 64px;
  padding-left: 24px;
  overflow: hidden;
  transition: all 0.3s;
  line-height: 64px;
  background: #001529;
}
.ant-pro-sider-menu-logo[data-v-eb578524] svg {
  height: 32px;
  width: 32px;
  vertical-align: middle;
}
.ant-pro-sider-menu-logo h1[data-v-eb578524] {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin: 0 0 0 12px;
  font-family: Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
  font-weight: 600;
  vertical-align: middle;
}
.user-wrapper[data-v-eb578524] {
  float: right;
  margin-right: 58px;
  padding: 0 12px;
}
.user-wrapper .photo[data-v-eb578524] {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  margin-right: 8px;
}
[data-v-eb578524] .ant-layout-sider-children {
  /* overflow-y: auto; */
  display: flex;
  flex-direction: column;
}
[data-v-eb578524] .ant-menu {
  overflow-y: auto;
  flex: 1;
}
[data-v-eb578524] .ant-menu::-webkit-scrollbar {
  width: 10px;
}
[data-v-eb578524] .ant-menu::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100px;
}
[data-v-eb578524] .ant-menu::-webkit-scrollbar-thumb {
  background-color: #01396d;
  border-radius: 100px;
}

.full-modal .ant-modal {
  max-width: 100%;
  top: 0;
  padding-bottom: 0;
  margin: 0;
}
.full-modal .ant-modal-content {
  display: flex;
  flex-direction: column;
  height: calc(100vh);
}
.full-modal .ant-modal-body {
  flex: 1;
  overflow-y: scroll;
}

