.ms_tab_content,
.noClass {
  margin-top: 20px;
  position: relative;
}

.hiddenTab_content {
  display: none;
}

.noClass {
  width: 967px;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  .noClass_content {
    display: flex;
  }
}

//隐藏noClass
.noClassHidden {
  display: none;
}

.noClass_content_right {
  margin-left: 83px;
  .noClass_content_right_one {
    margin-top: 18px;
    margin-bottom: 16px;
    height: 24px;
    font-family: PingFangSC-Medium;
    font-size: 24px;
    color: #384155;
    letter-spacing: 0;
    line-height: 24px;
  }

  .noClass_content_right_two {
    height: 24px;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #999;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 32px;
  }

  .noClass_content_right_three {
    height: 28px;
    width: 107px;
    background: #fff;
    border: 1px solid #c4c6cf;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff;
    text-align: center;
    line-height: 28px;
    span {
      height: 12px;
      width: 72px;
      font-family: PingFangSC-Regular;
      font-size: 12px;
      color: #4e4f64;
      letter-spacing: 0;
      line-height: 12px;
    }
  }
}

.tab_content_right {
  width: 780px;
  min-height: 500px;
  margin-left: 17px;
  display: flex;
  flex-direction: column;
  position: relative;
  .tab_content_rightContent {
    display: flex;
    margin-bottom: 10px;
    width: 769px;
    justify-content: space-between;
  }
  .tab_content_rightContent_blank {
    background-color: #fff;
    width: 100%;
    height: 100%;
    text-align: left;
    position: absolute;
    top: 40px;
    display: flex;
    flex-direction: column;
    .search_blank {
      width: 240px;
      height: 160px;
      background-image: url('https://img.alicdn.com/imgextra/i1/O1CN018JXp9o1tcK9JDTzvg_!!6000000005922-55-tps-240-164.svg');
      margin-left: 50%;
      transform: translateX(-50%);
    }
    .search_blank_word {
      text-align: center;
    }
  }
}

// .videoInputPosition{
//     margin-right: 8px;
// }

.tab_video {
  width: 777px;
}

.picButtonPosition {
  padding-right: 10px;
}

// .uploadButtonStyle{
//     height: 28px;
//     width: 90px;
//     background: rgb(255, 106, 0);
//     border-radius: 4px;
//     color: rgb(255, 255, 255);
//     margin-left: 8px;
// }

.tab_content_rightTable {
  margin-top: 5px;
}

.tab_content_bottom_buttonBox {
  display: flex;
  margin: 45px 0 18px 0;
  justify-content: flex-end;
}

.tab_content_bottom_button {
  margin-right: 10px;
}

.deleteDialogMaterial {
  line-height: 22px;
  margin-left: 5px;
}

.deleteDialog {
  width: 275px;
}

.ms-tab-wrap .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:before {
  border-bottom: 2px solid #ff6a00 !important;
}

.ms-tab-wrap .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
  color: #ff6a00 !important;
}
.ms-tab-wrap .ms_tab_content .tab-content-sidebar {
  display: flex;
}
