.header-bg {
  position: relative;
  width: 100%;
  height: 140px;
  background: url(/assets/images/mapicon/bg.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 120px;
}
.header-bg .m {
  position: relative;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: left;
}
.header-bg .m .header-bg-logo {
  width: 168px;
  height: 40px;
}
.header-bg .m .header-name {
  font-weight: bold;
  font-size: 24px;
  color: #1A1A1A;
  line-height: 50px;
  padding: 0 30px;
}
.container {
  position: relative;
  min-height: calc(100vh - 398px);
  margin-top: -20px;
  display: flex;
  gap: 22px;
  z-index: 2;
}
.container .sidebar nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: sticky;
  top: 200px;
  height: 500px;
}
.container .sidebar nav .nav-item {
  width: 158px;
  height: 40px;
  background: rgba(242, 246, 254, 0.4);
  border-radius: 6px 6px 6px 6px;
  font-weight: 400;
  font-size: 14px;
  color: #626C81;
  text-align: left;
  padding: 0 20px;
  line-height: 40px;
  background: linear-gradient(90deg, #CADBFF 0%, rgba(222, 232, 255, 0) 54px, transparent 100%);
  border-radius: 4px;
}
.container .sidebar nav .nav-item.active,
.container .sidebar nav .nav-item:hover {
  background: #1C64FD;
  color: #fff;
}
.container .main-content {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.container .main-content .section {
  background: #FFFFFF;
  box-shadow: 2px 2px 2px 0px rgba(179, 192, 202, 0.1), -2px -2px 2px 0px rgba(179, 192, 202, 0.1);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.container .main-content .section .section-header {
  width: 100%;
  display: flex;
  align-items: center;
  height: 50px;
  background: rgba(240, 243, 253, 0.5);
  border-radius: 10px 10px 0px 0px;
  padding: 0 18px;
}
.container .main-content .section .section-header:hover {
  background: rgba(240, 243, 253, 0.8);
  cursor: pointer;
}
.container .main-content .section .section-header .title-icon {
  width: 20px;
  height: 13px;
}
.container .main-content .section .section-header .section-title {
  font-weight: bold;
  font-size: 16px;
  color: #1A1A1A;
  text-align: left;
  padding: 0 10px;
}
.container .main-content .section .section-header .more-icon-a {
  display: flex;
  margin-left: auto;
}
.container .main-content .section .section-header .more-icon {
  width: 26px;
  height: 14px;
}
.container .main-content .section .content-grid {
  padding: 20px 20px 20px 53px;
}
.container .main-content .section .content-grid .sub-section-title {
  height: 32px;
  font-weight: bold;
  font-size: 14px;
  color: #1A1A1A;
  line-height: 32px;
  margin: 20px 0 5px;
}
.container .main-content .section .content-grid .sub-section-title:nth-child(1) {
  margin-top: 0px;
}
.container .main-content .section .content-grid .three-column-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.container .main-content .section .content-grid .three-column-grid .content-item {
  min-width: 206px;
  width: 206px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  padding: 0 12px;
  line-height: 40px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  background: #FFFFFF;
  border: 1px solid rgba(223, 235, 251, 0.5);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.container .main-content .section .content-grid .three-column-grid .content-item.w-350 {
  min-width: 350px;
  width: 350px;
}
.container .main-content .section .content-grid .three-column-grid .content-item:hover {
  background: rgba(28, 100, 253, 0.05);
  border: 1px solid rgba(28, 100, 253, 0.2);
  color: #1C64FD;
  font-weight: bold;
}
/*# sourceMappingURL=map.css.map */