.mrgt {
  margin-top: 10px;
}
.details {
  /* position: fixed; */
  /* height: 600px; */
  overflow: auto;
  padding-top: 15px;
  width: 100%;
  /* width: calc(100% - 222px); */
  /* right: 12px; */
}
.details h3 {
  margin-bottom: 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.details .ant-card {
  /* border-radius: 10px; */
  -webkit-box-shadow: 0 0px 5px 0px #cbbaba;
          box-shadow: 0 0px 5px 0px #cbbaba;
  width: 100%;
  margin: 0 auto 15px !important;
}
.details .p1 {
  margin-bottom: 15px;
}
.details .p1 > div {
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  cursor: pointer;
}
.details .p1 > div p {
  margin-bottom: 0;
}
.ant-anchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 44px;
  padding-right: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ant-anchor a {
  color: #222;
}
.topLink {
  height: 44px;
  background: #fff;
  width: 100%;
  z-index: 0;
  border-top: 1px solid #eee;
  -webkit-box-shadow: -1px 2px 6px -3px var(--color);
          box-shadow: -1px 2px 6px -3px var(--color);
}
.anchColor {
  color: var(--color);
  position: relative;
}
.qyName {
  color: var(--color);
  font-weight: bold;
}
.anchColor::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 90%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 2px;
  background: var(--filColor);
}
.projectInfo {
  padding-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
::-webkit-scrollbar-track-piece {
  background-color: transparent !important;
}
::-webkit-scrollbar {
  width: 1px;
  height: 9px;
}
::-webkit-scrollbar-thumb {
  background-color: transparent !important;
  background-clip: padding-box;
  min-height: 28px;
  border-radius: 10px;
}
::-webkit-scrollbar-thumb:hover {
  background-color: transparent !important;
}
.ant-menu::-webkit-scrollbar-track-piece,
.ant-menu::-webkit-scrollbar-thumb,
.ant-menu::-webkit-scrollbar-thumb:hover {
  background-color: transparent !important;
}

