@charset "UTF-8";
#category-main .header-box .header {
  height: 68px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  background-color: #CFA972;
  border-right: 1px solid #606266;
  border-bottom: 1px solid #606266;
  display: flex;
  align-items: center;
  justify-content: center; }
#category-main .content-main {
  max-height: 400px;
  overflow: hidden;
  overflow-y: auto;
  transition: all 0.5s;
  background-color: #191919;
  /*滚动条hover的时候显示*/
  /*滚动条的宽度*/
  /*滚动条里面可以拖动的部分*/ }
  #category-main .content-main::-webkit-scrollbar-thumb {
    background: #CFA972; }
  #category-main .content-main::-webkit-scrollbar {
    width: 4px; }
  #category-main .content-main::-webkit-scrollbar-button {
    display: none; }
  #category-main .content-main::-webkit-scrollbar-thumb {
    border-radius: 3px;
    transition: all 0.5s; }
  #category-main .content-main::-webkit-scrollbar-track {
    background: rgba(96, 98, 102, 0.2); }
  #category-main .content-main .box .header p {
    height: 68px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    background-color: #CFA972;
    border-right: 1px solid #606266;
    border-bottom: 1px solid #606266;
    display: flex;
    align-items: center;
    justify-content: center; }
  #category-main .content-main .box .li-box .active {
    background-color: rgba(207, 169, 114, 0.1); }
  #category-main .content-main .box .li-box .li {
    padding: 24px 0px;
    text-align: center;
    border-right: 1px solid #292A2C;
    border-bottom: 1px solid #292A2C;
    cursor: pointer;
    user-select: none;
    overflow: hidden;
    display: flex;
    justify-content: space-evenly;
    z-index: 2; }
    #category-main .content-main .box .li-box .li p {
      color: #EBEEF5;
      font-size: 12px;
      margin-bottom: 0px; }
    #category-main .content-main .box .li-box .li .el-checkbox__input.is-checked .el-checkbox__inner, #category-main .content-main .box .li-box .li .el-checkbox__input.is-indeterminate .el-checkbox__inner {
      background-color: #CFA972;
      border-color: #CFA972; }
    #category-main .content-main .box .li-box .li .el-checkbox__inner:hover {
      border-color: #CFA972; }
    #category-main .content-main .box .li-box .li .el-checkbox__inner {
      background: #606266;
      border: 1px solid #909399;
      border-radius: 3px; }
  #category-main .content-main .box .li-box .disabled {
    cursor: no-drop; }

@media only screen and (max-width: 991px) {
  #category-main .content-main {
    max-height: unset; } }

/*# sourceMappingURL=formCreateCategory.css.map */
