.back_color {
  width: 100%;
  height: calc(100vh - 60px);
  background: #f2f2f2;
  padding: 20px 0px;
}
.cyde_content {
  width: 100%;
  height: calc(100% - 80px);
  background: white;
  padding: 20px;
  position: relative;
}

.cyde_content_left {
  float: left;
}

.cyde_content_left,
.cyde_content_catalog {
  width: 2.6rem;
  height: 100%;
  border: solid 1px #a5a5a5;
  text-align: left;
  position: relative;
  background: white;
}

.cyde_content_left ul,
.cyde_content_catalog ul {
  width: 100%;
  max-height: 98%;
  padding-left: 0;
  overflow-y: auto;
}

.cyde_content_left ul::-webkit-scrollbar-track,
.cyde_content_catalog ul::-webkit-scrollbar-track {
  width: 1px;
}
.cyde_content_left ul::-webkit-scrollbar-thumb,
.cyde_content_catalog ul::-webkit-scrollbar-thumb {
  width: 2px;
  border-radius: 2px;
  background: #072951;
}
.cyde_content_left ul::-webkit-scrollbar,
.cyde_content_catalog ul::-webkit-scrollbar {
  border-radius: 2px;
  width: 2px;
}
.cyde_content_left ul li,
.cyde_content_catalog ul li {
  height: auto !important;
  min-height: 38px !important;
  border-bottom: solid 1px #a5a5a5;
  width: 100%;
  list-style: none;
  line-height: 38px !important;
  text-indent: 0.2rem;
}
.cyde_content_left ul ul,
.cyde_content_catalog ul ul {
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
  display: none;
  border-top: solid 1px #a5a5a5;
}

.cyde_content_left .project_name_list li img,
.cyde_content_catalog .project_name_list li img {
  margin-left: 30px;
}

.cyde_content_left .name_list li,
.cyde_content_catalog .name_list li {
  padding-left: 60px;
}
.cyde_content_left .project_name_list .name_list li:last-child,
.cyde_content_left .project_name_list li:last-child,
.cyde_content_catalog .name_list li:last-child {
  border-bottom: none;
}

.cyde_content_left ul ul li,
.cyde_content_catalog ul ul li {
  min-height: 38px !important;
  line-height: 40px;
}

.cyde_content_left li img,
.cyde_content_catalog li img {
  margin-right: 10px;
  vertical-align: middle;
}

/* .cyde_content_left ul li:hover {
  background: none !important;
} */

.child {
  display: none;
}
.cyde_content_left li,
.cyde_content_catalog li {
  cursor: pointer;
}

.cyde_content_left a,
.cyde_content_catalog a {
  color: black;
}

.active_color {
  color: #03b1ce !important;
}

.active_li_background {
  background: #03b1ce !important;
  color: white;
}

.cyde_content_catalog {
  /* position: absolute;
  top: 20px;
  left: 2.62rem; */
  /* height: calc(100% - 40px);
  display: none;
  z-index: 999; */
}

.cyde_content_catalog .catalog_title {
  width: 100%;
  height: 38px;
  line-height: 40px;
  background: #27b3cb;
  text-align: center;
  color: #fff;
}

.catalog_serch {
  width: 100%;
  height: 38px;
  line-height: 38px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.catalog_serch input {
  width: 96%;
  height: 30px;
  line-height: 30px;
  padding-left: 8px;
  border: solid 1px #03b1ce;
  font-size: 14px;
}

.catalog_serch span {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  right: calc(2% + 5px);
  top: 55%;
  transform: translateY(-50%);
  background: url("/Content/img/sousuox.png") no-repeat center;
  background-size: 100% 100%;
}

.cyde_content_catalog > ul {
  border-top: solid 1px #a5a5a5;
  margin-top: 2px;
}

.cyde_content_catalog ul li.active {
  background: #27b3cb;
  color: white;
}

.catalog_btn {
  width: 20px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  background: url("/Content/img/close_catalog.png") no-repeat center;
  background-size: 100% 100%;
}

.cyde_content_left .catalog_btn {
  background: url("/Content/img/cata_open.png") no-repeat center;
}

.cyde_content_right {
  width: calc(100% - 4rem);
  height: 100%;
  float: left !important;
  margin-left: 0.8rem;
  position: relative;
}

.cyde_content_right .is_null {
  width: 30%;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.is_null img {
  width: 100%;
}

.content_detail {
  width: 100%;
  height: 100%;
}

.content_detail .detail_title {
  height: 50px;
  font-size: 24px;
  font-weight: 700;
}

.detail_list {
  width: 100%;
  height: calc(100% - 50px);
  overflow: hidden;
}

.detail_list > p {
  text-align: left;
  height: 20px;
  margin: 0px;
}

.detail_list .table_box {
  width: 100%;
  height: calc(100% - 20px);
  border: solid 1px #afafaf;
  overflow-y: scroll;
  /* scrollbar-face-color: #03b1ce;
  scrollbar-arrow-color: #e0e0e0;
  scrollbar-3dlight-color: none;
  scrollbar-highlight-color: none;
  scrollbar-shadow-color: none;
  scrollbar-darkshadow-color: none;
  scrollbar-track-color: none;
  scrollbar-base-color: none; */
}

.detail_list .table_box::-webkit-scrollbar {
  width: 2px;
  height: 4px;
  position: absolute;
  top: 0px;
}
.detail_list .table_box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #e0e0e0;
}

.detail_list .table_box table tbody {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.detail_list .table_box table tr td {
  border-bottom: solid 1px #e0e0e0;
  height: 30px;
  border-right: solid 1px #e0e0e0;
}

.detail_list .table_box table tr {
  display: table-row !important;
  width: 100%;
}

.two_height {
  height: 60px;
}
