.search-appList-menu .menu-list {
  width: 148px;
  height: calc(100% - 16px);
  background: #EFF2F5;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 16px;
}
.search-appList-menu .menu-list .submenu {
  width: 100%;
  height: auto;
  padding-left: 10px;
}
.search-appList-menu .menu-list .submenu .subtitle:hover {
  color: #1E9FFF;
}
.search-appList-menu .menu-list .submenu .subtitle {
  font-size: 12px;
  text-indent: 5px;
  margin-bottom: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-appList-menu .menu-list .submenu .subtitle i {
  font-size: 12px;
  padding-left: 2px;
}
.search-appList-menu .menu-list .menu-item {
  width: 140px;
  margin: 5px 0 5px auto;
  height: 32px;
  line-height: 32px;
  cursor: pointer;
  text-indent: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #354052;
  font-family: Microsoft YaHei, Microsoft YaHei;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-appList-menu .menu-list .menu-item:first-child {
  margin-top: 0;
}
.search-appList-menu .menu-list .menu-item:hover {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px 0 0 8px;
}
.search-appList-menu .menu-list .menu-selected {
  background: #fff;
  color: #0F71E2;
  border-radius: 8px 0 0 8px;
  font-weight: 700;
}
.search-appList-menu .menu-list .sub-menu-selected {
  color: #0F71E2;
}
.search-appList-menu .content-wrap{
  background: #fff;
  flex: 1;
  height: 100%;
  overflow: auto;
  background: #EFF2F5;
}
.search-appList-menu .input-wrap {
  height: 54px;
  overflow: hidden;
  display: flex;
}
.search-appList-menu .menu-body {
  overflow: hidden;
  display: flex;
  flex-direction: row;
  /* height: calc(100% - 54px); */
  height: 100%;
}
.search-appList-menu .content-table-wrap {
  margin: 14px 8px;
}
.search-appList-menu .input-wrap .input {
  height: 30px;
  line-height: 30px;
  width: 500px;
  margin: 12px 20px;
  background-color: #fff;
  border: 1px solid #DFE3E9;
  border-radius: 20px;
  display: flex;
}
.search-appList-menu .input-wrap .focus {
  border: 1px solid #0F71E2;
}
.search-appList-menu .input-wrap .input img {
  width: 15px;
  height: 15px;
  margin: auto 10px auto 10px;
}

.search-appList-menu .input-wrap .input input {
  flex: 1;
  margin-right: 10px;
  height: 100%;
  line-height: 25px;
  border: none;
  background-color: transparent;
  outline: none;
  font-size: 12px;
}
.search-appList-menu .content-wrap .app-list-content-appList2 {
  height: calc(100% - 16px);
  /* padding-left: 20px;
  width: calc(100% -20px); */
  width: 160px;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 16px;
  border-right: 2px solid #EFF2F5;
}
/* 自定义滚动条样式 */
.search-appList-menu .content-wrap .app-list-content-appList2::-webkit-scrollbar, 
.search-appList-menu .content-wrap .app-list-content-appList::-webkit-scrollbar, 
.search-appList-menu .content-wrap .app-list-content-appList-table::-webkit-scrollbar, 
.search-appList-menu .menu-list::-webkit-scrollbar
{
  background: none;
  width: 4px;
  height: 4px;
}

.search-appList-menu .content-wrap .app-list-content-appList2::-webkit-scrollbar-track, 
.search-appList-menu .content-wrap .app-list-content-appList::-webkit-scrollbar-track, 
.search-appList-menu .content-wrap .app-list-content-appList-table::-webkit-scrollbar-track, 
.search-appList-menu .menu-list::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 2px;
}

.search-appList-menu .content-wrap .app-list-content-appList2::-webkit-scrollbar-thumb, 
.search-appList-menu .content-wrap .app-list-content-appList::-webkit-scrollbar-thumb, 
.search-appList-menu .content-wrap .app-list-content-appList-table::-webkit-scrollbar-thumb, 
.search-appList-menu .menu-list::-webkit-scrollbar-thumb {
  background: rgba(53, 64, 82, .2);
  border-radius: 2px 2px 2px 2px;
  height: 300px;
  border: none;
}
.search-appList-menu .content-wrap .app-list-content-app-menu {
  height: calc(100% - 8px);
  width: calc(100% - 8px);
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0px 8px 8px 0px;
  background: #FFFFFF;
  border-radius: 8px;
}

.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .file-wrap.root::before,
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .file-wrap.first::before{
  content: "";
  display: inline-block;
  width: 2px;
  height: 12px;
  background: #CED0DA;
  position: absolute;
  left: 7px;
  top: calc(50% - 6px);
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .file-wrap.root::before{
  left: -8px;
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .file-wrap{
  font-weight: 600;
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .menuWrap{
  font-size: 12px;
  color: #354052;
  cursor: pointer;
  position: relative;
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .menuWrap .recentlyStar,
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .menuWrap .noRecentlyStar{
  position: absolute;
  left: -15px;
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content{
  width: 216px;
  margin-top: 16px;
  border-bottom-style: dashed;
  border-bottom-width: thin;
  border-bottom-color: rgb(190, 194, 199);
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .menuWrap .textWrap{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table .menu-content .menuWrap:hover{
  color: #0F71E2;
}

.search-appList-menu .content-wrap .app-list-content-appList2 .menu-title {
  margin: 8px 2px;
  height: 24px;
  line-height: 24px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .menu-title img {
  width: 20px;
  height: 20px;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-list {
  width: 100%;
  height: auto;
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  /* padding-top: 16px; */
  overflow: auto;
  position: absolute;
  height: calc(100% - 36px);
  width: 100%;
  background: white;
  min-width: 221px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  transition: box-shadow 0.3s ease;
  border-radius: 8px;
  /* width: 654px;
  max-width: 654px;
  max-height: 692px;
  min-height: 692px; */
}
.search-appList-menu .content-wrap .app-list-content-app-menu .app-list-content-appList-table:hover {
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}
#AppEmbeddingDisplay-tab{
    display: flex;
    position: relative;
    background: #F0F6FF;
    box-shadow: 0px 1px 0px 0px #DFE3E9;
    align-items: center;
}
#AppEmbeddingDisplay-tab .menu-tabpage{
    background: #F0F6FF;
    border-radius: 8px 8px 0px 0px;
    max-width: 169px;
    overflow: hidden;
    position: relative;
    background-color: rgba(255, 255, 255, 0.5);
}
#AppEmbeddingDisplay-tab .menu-tabpage a{
    cursor: pointer;
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 14px;
    color: #595959;
    line-height: 34px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 34px;
    padding-left: 12px;
    padding-right: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#AppEmbeddingDisplay-tab .menu-tabpage.active{
    background: white;
}
#AppEmbeddingDisplay-tab .menu-tabpage .menu-close::before{
    content: "";
    background: url(../images/btnCloseGrey.svg) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}
#AppEmbeddingDisplay-tab .menu-tabpage .menu-close{
  position: absolute;
    color: #ccc;
    top: 9px ;
    right: 4px;
    display: block;
    cursor: pointer;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-list .no-data {
  font-weight: 400;
  font-size: 14px;
  color: #969CA6;
  font-family: Microsoft YaHei, Microsoft YaHei;
  padding-left: 36px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-item {
  height: 40px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  /* margin: auto 8px auto 16px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-item.active {
  background: #F3F8FF;
  border-radius: 4px;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-item img {
  margin:auto 8px auto 12px;
  width: 24px;
  height: 24px;
  border-radius: 8px;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-item .title {
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
}
.search-appList-menu .content-wrap .app-list-content-appList2 .app-item .fa-angle-right::before {
  content: '';
  background: url("../images/dropDown.svg");
  transform: rotate(270deg);
  display: inline-block;
  width: 20px;
  height: 20px;
}

.search-appList-menu .content-wrap .app-list-content-appList2 .app-item.active .fa-angle-right::before{
  background: url("../images/dropDown-blue.svg");
}

.search-appList-menu .content-wrap .app-list-content-appList2 .app-item .pull-right-container {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 4px;
}
.search-appList-menu .content-wrap .app-list-content-appList {
  height: calc(100% - 24px);
  /* padding-left: 20px;
  width: calc(100% -20px); */
  width: calc(100% - 8px);
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 16px;
  margin: 0px 8px 8px 0px;
  background: #FFFFFF;
  border-radius: 8px;
}
.search-appList-menu .content-wrap .app-list-content-appList .menu-title {
  margin: 10px 0 10px 20px;
  height: 30px;
  line-height: 30px;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #000000;
  font-size: 13px;
  font-weight: 700;
}
.search-appList-menu .content-wrap .app-list-content-appList .menu-title img {
  width: 20px;
  height: 20px;
}
.search-appList-menu .content-wrap .app-list-content-appList .app-list {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(5, minmax(90px, 100px));
  justify-content: space-evenly;
  row-gap: 8px;
}
.search-appList-menu .content-wrap .app-list-content-appList .app-list .no-data {
  font-weight: 400;
  font-size: 14px;
  color: #969CA6;
  font-family: Microsoft YaHei, Microsoft YaHei;
  padding-left: 36px;
  white-space: nowrap;
  margin-bottom: 10px;
}
.search-appList-menu .content-wrap .app-list-content-appList .app-item {
  height: 95px;
  overflow: hidden;
  cursor: pointer;
}
.search-appList-menu .content-wrap .app-list-content-appList .app-item:hover {
  transform: scale(1.05);
  box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.16);
  background: #FFFFFF;
  border-radius: 4px;
}
.search-appList-menu .content-wrap .app-list-content-appList .app-item img {
  margin: 8px 20px 0 20px;
  width: 60px;
  height: 60px;
  border-radius: 8px;
}
.search-appList-menu .content-wrap .app-list-content-appList .app-item .title {
  text-align: center;
  line-height: 25px;
  font-weight: 400;
  color: #000000;
  font-size: 13px;
}