.home-page .shortcut-menus {
  height: 50px;
  background: #fff;
  border-radius: 3px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
.home-page .shortcut-menus .shortcut-menus-label {
  white-space: nowrap;
}
.home-page .shortcut-menus .shortcut-menus-group-wrap {
  overflow: hidden;
  flex: 1;
}
.home-page .shortcut-menus .shortcut-menus-group {
  transition: all 0.3s;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
.home-page .shortcut-menus .shortcut-menus-item {
  margin-right: 10px;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid #999999;
  border-radius: 3px;
  cursor: pointer;
}
.home-page .shortcut-menus .shortcut-menus-item:hover {
  border: 1px solid #427bd4;
  color: #427bd4;
}
.home-page .shortcut-menus .shortcut-menus-buttons {
  padding-left: 10px;
  position: relative;
  right: 0;
  background-color: #fff;
  white-space: nowrap;
}
.home-page .shortcut-menus .shortcut-menus-buttons .el-button {
  background: #f0f2f5;
  padding: 0;
}
.home-page .shortcut-menus .shortcut-menus-buttons .el-button [class^='el-icon'] {
  color: #c0c4cc;
}
.home-page .shortcut-menus .shortcut-menus-buttons .el-button:hover [class^='el-icon'] {
  color: #606266;
}
.home-page .shortcut-menus .el-radio-button .el-radio-button__inner {
  padding: 6px 10px;
  border-radius: 3px;
  border-left: 1px solid #dcdfe6;
}
.home-page .shortcut-menus .el-radio-button:first-child .el-radio-button__inner {
  border-radius: 3px;
  border-left: 1px solid #427bd4;
}
.home-page .shortcut-menus .el-radio-button:last-child .el-radio-button__inner {
  border-radius: 3px;
}
.home-page .home-page-body {
  background-color: #eaebf1;
  border-radius: 3px;
  margin-top: 10px;
  width: 100%;
  display: flex;
}
.home-page .content-left {
  flex-grow: 1;
  margin-top: -10px;
}
.home-page .content-left li:hover {
  color: #427bd4;
}
.home-page .content-right {
  min-width: 280px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 22px 26px 57px 26px;
}
.home-page .pending {
  width: 100%;
  overflow: hidden;
}
.home-page .title-msg {
  font-size: 14px;
  font-weight: 600;
  color: #3e4b66;
  line-height: 17px;
  margin-bottom: 5px;
}
.home-page .no-data {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.home-page .no-data-msg {
  margin-top: 10px;
}
.home-page .inform-box {
  min-width: 410px;
  width: 50%;
  overflow: hidden;
}
.home-page .inform-color {
  margin: 10px 10px 0 0;
  height: 100%;
}
.home-page .inform-div {
  padding: 22px 20px 26px 17px;
  height: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.home-page .inform-div li {
  padding: 6px 0;
  cursor: pointer;
}
.home-page .inform-div li i {
  float: left;
  margin-top: 2px;
}
.home-page .inform-div li p {
  display: inline;
  margin-left: 10px;
}
.home-page .inform {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.home-page .pending-content {
  min-width: 210px;
  width: 25%;
  float: left;
  cursor: pointer;
}
.home-page .pending-content .pending-style {
  margin: 10px 10px 0 0;
  height: 150px;
  background: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.home-page .pending-content .pending-style .pending-style-more {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #ccc;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page .pending-content .pending-style .pending-style-more:hover {
  color: #333;
}
.home-page .pending-content ul {
  padding-bottom: 31px;
}
.home-page .pending-content li {
  padding: 10px 20px 0 20px;
}
.home-page .pending-content li .pending-number {
  float: right;
}
.home-page .more-box {
  float: right;
}
.home-page .more-box .more-link {
  color: #427bd4;
  font-size: 12px;
  cursor: pointer;
}
.home-page .more-box .more-link:hover {
  color: #427bd4;
}
.home-page .pending-name {
  font-size: 14px;
  font-weight: 600;
  color: #3e4b66;
  padding: 22px 0 10px 20px;
}
.home-page .title-h2 {
  font-size: 14px;
  color: #3e4b66;
  font-weight: 600;
}
.home-page .comp-name {
  font-size: 14px;
  color: #3b4c67;
  line-height: 19px;
  margin: 20px 0 5px 0;
}
.home-page .comp-msg {
  margin-top: 10px;
  font-size: 12px;
  color: #666666;
}
@media screen and (min-device-width: 1600px) {
.home-page .pending-name,
  .home-page .title-msg {
    font-size: 16px;
}
.home-page ul,
  .home-page .no-data,
  .home-page .shortcut-menus {
    font-size: 14px;
}
}

