.operationButtons--MMADK {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
}
.sensitiveDropdown--1vnEe {
  min-width: 120px !important;
}
.remarkTextArea--3C9vL {
  max-width: 300px;
  max-height: 100px;
  min-width: 100px;
  min-height: 32px;
  overflow: scroll;
  white-space: pre-wrap;
  resize: both;
}
.buzzupIdEllipsis--3XaBJ {
  max-width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.postContentEllipsis--1pRfU {
  max-width: 550px;
  max-height: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  /* 限制顯示的行數 */
  -webkit-box-orient: vertical;
  white-space: normal;
  /* 允許換行 */
  cursor: pointer;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.imageAuditContainer--3-Gpf {
  padding: 20px;
}
.imageAuditContainer--3-Gpf .header--3KpmA {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.imageAuditContainer--3-Gpf .imageGrid--2Tc0r {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.imageAuditContainer--3-Gpf .imageRow--3ToAB {
  width: 1500px;
  height: 300px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: top;
  align-items: top;
}
.imageAuditContainer--3-Gpf .imageItem--2Ko_N {
  width: 500px;
  height: 300px;
  padding: 5px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
}
.imageAuditContainer--3-Gpf .imageItem--2Ko_N.selected--2WtaP {
  border: 2px solid #1890ff;
}
.imageAuditContainer--3-Gpf .fixedSizeImage--1TCpF {
  width: 100%;
  object-fit: contain;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.imageAuditContainer--3-Gpf .searchBar--1jpeJ {
  display: flex;
  align-items: flex-start;
  grid-gap: 10px;
  gap: 10px;
}
.imageAuditContainer--3-Gpf .searchBar--1jpeJ .searchInput--3EosT {
  width: 200px;
}
.imageAuditContainer--3-Gpf .searchBar--1jpeJ .searchSelect--3iuVU {
  width: 150px;
}
.imageAuditContainer--3-Gpf .searchBar--1jpeJ .searchButton--9ElMs {
  margin-left: auto;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.buttonContainer--2mM_W {
  display: flex;
  grid-gap: 8px;
  gap: 8px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.noselect--D2DML {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.header--KlG_u {
  width: 100%;
  background: #141414;
  height: 64px;
  padding: 0;
  box-shadow: 0 0.3px 0.9px rgba(0, 0, 0, 0.12), 0 1.6px 3.6px rgba(0, 0, 0, 0.12);
  z-index: 2;
}
.content--15FU1 {
  height: 64px;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 30px;
  transition: all 0.3s;
}
.content--15FU1:hover {
  background: rgba(0, 0, 0, 0.025);
}
.toggleMenu--1axnk {
  display: inline-block;
  height: 64px;
  line-height: 64px;
  padding: 0 24px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s, padding 0s;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.tabs--3Ptv7 {
  padding: 0 25px;
  background: #141414;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.12);
  height: 100%;
  overflow-y: auto;
  padding-top: 10px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.container--3ORSQ {
  width: 100vw;
}
.menu--2wPFA {
  height: 100vh;
  box-shadow: 2px 0 6px rgba(0, 21, 41, 0.35);
  position: fixed;
  overflow-y: auto;
}
.menu--2wPFA::-webkit-scrollbar {
  width: 0;
}
.content--3HRWU {
  height: 100%;
  display: flex;
  flex: auto;
  flex-direction: column;
  width: 100%;
  margin-left: 220px;
  overflow-x: hidden;
  transition: margin 0.2s;
}
.content--3HRWU.collapsed--2jsiy {
  margin-left: 80px;
}
.content--3HRWU .mainContent--1RtB_ {
  background: #141414;
  margin: 0 16px 16px;
  padding: 16px;
  overflow: auto;
  transition: all 0.5s;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.login-layout {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: auto;
  background: url(../../static/media/login-bg.5825f033.svg) #141414 no-repeat center 110px;
  background-size: 100%;
  overflow: hidden;
  min-width: 380px;
}
.login-layout .login-form {
  width: 368px;
  margin: 0 auto;
  z-index: 2;
}
.login-layout .login-form-button {
  width: 100%;
}
.login-layout .logo-box {
  margin: 200px auto 40px;
}
.login-layout .logo {
  height: 55px;
  margin-right: 8px;
}
.login-layout .logo-name {
  position: relative;
  top: 8px;
  color: #fdfdfe;
  font-weight: 600;
  font-size: 26px;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

.App {
  text-align: center;
}

.App-logo {
  height: 40vmin;
  pointer-events: none;
}

@media (prefers-reduced-motion: no-preference) {
  .App-logo {
    animation: App-logo-spin infinite 20s linear;
  }
}

.App-header {
  background-color: #282c34;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: calc(10px + 2vmin);
  color: white;
}

.App-link {
  color: #61dafb;
}

@keyframes App-logo-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.App,
#root {
  overflow: hidden;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fl {
  float: left;
  z-index: 8;
}
.fr {
  float: right;
  z-index: 8;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.global-spin {
  position: fixed;
  top: 50%;
  left: 50%;
}
/* 滚动条 */
/*滚动条宽度*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/* Handle样式 */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
}
/*当前窗口未激活的情况下*/
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.1);
}
/*hover到滚动条上*/
::-webkit-scrollbar-thumb:vertical:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
/*滚动条按下*/
::-webkit-scrollbar-thumb:vertical:active {
  background-color: rgba(0, 0, 0, 0.7);
}
.bf-modal {
  z-index: 999 !important;
}
input::-webkit-inner-spin-button {
  display: none !important;
}
.ant-menu-item.ant-menu-item-only-child .anticon {
  margin-right: 10px!important;
}
.ant-layout-sider {
  height: 100%;
}
.ant-layout-sider::-webkit-scrollbar {
  width: 0;
}
/* 自动填充样式修改 */
input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #1f1f1f inset !important;
  text-fill-color: white;
  -webkit-text-fill-color: white;
  border-radius: 0;
}
.ant-tabs-bar {
  -webkit-user-select: none;
          user-select: none;
}
.ant-switch-inner {
  margin-right: 6px;
  margin-left: 24px;
}
.webTheme {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  margin: 20px;
  background: #6e41ff;
  cursor: pointer;
}
.avart {
  display: inline-block;
  width: 26px;
  height: 26px;
  background-color: #6e41ff;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  margin-right: 8px;
  color: #fff;
}
.ant-layout-content,
.ant-layout {
  min-height: unset!important;
}
.logo {
  position: relative;
  padding: 0 24px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s;
}
.logo > a {
  display: flex;
  align-items: center;
  height: 64px;
}
.logo img {
  display: inline-block;
  height: 32px;
  vertical-align: middle;
}
.logo h1 {
  display: inline-block;
  margin: 0 0 0 12px;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  vertical-align: middle;
  animation: fade-in;
  animation-duration: 0.3s;
}
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

