html {
  background-color: #f0f2f5;
}
#app {
  min-width: 1200px;
  width: 100%;
  height: 100vh;
}
.page-content {
  margin: 12px;
  padding: 16px;
  background: #fff;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
*::-webkit-scrollbar-button {
  display: none;
}
*::-webkit-scrollbar-thumb {
  background: #03a9f4;
  border-radius: 10px;
}

.main-left-slider {
  -webkit-box-shadow: 0 2px 6px 4px rgba(26, 37, 51, 0.31);
          box-shadow: 0 2px 6px 4px rgba(26, 37, 51, 0.31);
}
.main-left-slider .main-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 64px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(118, 141, 152, 0.2);
}
.main-left-slider .main-logo .app-name {
  margin-left: 12px;
  vertical-align: text-bottom;
  font-size: 20px;
  font-weight: 400;
  text-overflow: clip;
  white-space: nowrap;
  background-image: -webkit-linear-gradient(bottom, #13e367, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.main-left-slider .main-menu {
  height: calc(100% - 64px);
  overflow: auto;
}
.main-left-slider .ant-menu-submenu-title,
.main-left-slider .ant-menu-item {
  z-index: 0;
}
.main-left-slider .ant-menu-submenu-title::before,
.main-left-slider .ant-menu-item::before {
  content: "";
  width: 0;
  height: 100%;
  display: block;
  background: rgba(24, 144, 255, 0.5);
  -webkit-box-shadow: 0 0 175px 0 #1890ff;
          box-shadow: 0 0 175px 0 #1890ff;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.main-left-slider .ant-menu-submenu-title:hover,
.main-left-slider .ant-menu-item:hover {
  color: #fff;
}
.main-left-slider .ant-menu-submenu-title:hover::before,
.main-left-slider .ant-menu-item:hover::before {
  width: 100%;
}
.main-left-slider .ant-menu-submenu-title > a:hover,
.main-left-slider .ant-menu-item > a:hover {
  color: #fff;
}

.main-header {
  background: #fff;
  padding: 0;
  z-index: 100;
  -webkit-box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.12);
          box-shadow: 0 1px 4px 0 rgba(0, 21, 41, 0.12);
}
.main-header .trigger {
  font-size: 18px;
  line-height: 64px;
  padding: 0 16px;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.main-header .trigger:hover {
  color: #1890ff;
}
.main-header .user-info {
  cursor: pointer;
  padding: 0 10px;
}
.main-header .user-info:hover {
  color: #1890ff;
  background: rgba(0, 0, 0, 0.045);
}
.main-header .user-info .user-img {
  vertical-align: middle;
  height: 32px;
  width: 32px;
  border-radius: 32px;
  border: 1px solid #dddddd;
  background-size: cover;
  display: inline-block;
}
.main-header .user-info .user-name {
  margin-left: 10px;
}

.main-layout {
  height: 100vh;
}
.main-layout .main-layout-right {
  height: 100vh;
}
.main-layout .main-layout-content {
  height: calc(100% - 64px);
  overflow: auto;
}

