.form-flex[data-v-f192bfaa] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-flex .form-sel[data-v-f192bfaa] {
  width: 85%;
}
.btn[data-v-f192bfaa] {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 31px;
}


.ant-card-body .table-operator[data-v-2927d6f0] {
  margin-bottom: 18px;
}
.ant-table-tbody .ant-table-row td[data-v-2927d6f0] {
  padding-top: 15px;
  padding-bottom: 15px;
}
.anty-row-operator button[data-v-2927d6f0] {
  margin: 0 5px;
}
.ant-btn-danger[data-v-2927d6f0] {
  background-color: #ffffff;
}
.ant-modal-cust-warp[data-v-2927d6f0] {
  height: 100%;
}
.ant-modal-cust-warp .ant-modal-body[data-v-2927d6f0] {
  height: calc(100% - 110px) !important;
  overflow-y: auto;
}
.ant-modal-cust-warp .ant-modal-content[data-v-2927d6f0] {
  height: 90% !important;
  overflow-y: hidden;
}
.anty-img-wrap[data-v-2927d6f0] {
  height: 25px;
  position: relative;
}
.anty-img-wrap > img[data-v-2927d6f0] {
  max-height: 100%;
}

.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;
}
.dwName {
  font-weight: bold;
}
.check-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.check-title {
  width: 15%;
  text-align: right;
}
.check-text {
  width: 80%;
}

