.left-menu {
    width: 50px;
    background-color: #1f1f1f;
    margin: 5px;
}

.form-div {
    width: 250px;
    margin: 5px;
    padding: 10px;
    background-color: #1f1f1f;
    color: white
}

.el-textarea__inner {
    background-color: #292929 !important;
    border: 1px solid #1b1b1b;
    color: #c0c4cc !important;
}

.el-collapse-item__header {
    height: 36px !important;
    line-height: 36px !important;
    background-color: #292929 !important;
    color: #c0c4cc !important;
    border: 0 !important;
    /*border-bottom: 1px solid #EBEEF5;*/
}

.el-textarea__inner {
    color: #c0c4cc !important;
}

.el-collapse, .el-collapse-item__wrap {
    border: 0 !important;
}

.el-collapse-item__wrap {
    background-color: #292929 !important;
    border-bottom: 1px solid #EBEEF5;
}

.el-collapse-item__content {
    color: #f4f4f5 !important;
    padding-top: 20px;
}

.el-collapse-item__header.is-active {
    background-color: #336ae9 !important;
}

.el-collapse-item__header .header-icon.el-icon-info {
    padding: 5px;
}

.demonstration {
    font-size: 14px;
    color: #8492a6;
    line-height: 44px;
    padding-left: 10px;
}

.demonstration + .el-slider {
    float: right;
    width: 60%;
    margin-right: 20px;
}

.el-switch__label{
    color: #e6e6e6 !important;
}

.el-switch__label.is-active{
    color: #336ae9 !important;
}

.aspect .el-slider__bar{
    background-color: #E4E7ED;
}

.el-form-item__label {
    font-size: 14px;
    color: #8492a6 !important;
    padding-left: 20px !important;
}

.el-form-item--mini.el-form-item, .el-form-item--small.el-form-item {
    margin-bottom: 10px !important;
}

.el-slider__bar {
    background-color: #8492a6 !important;
}



#searchInput {
    /*width: 200px;*/
    background-color: #292929 !important;
    color: #8492a6 !important;
}

.content-list {
    width: calc(100% - 320px);
    height: 100%;
    margin: 20px;
}

.task-list {
    width: 100%;
    margin: auto;
}

.task-list .task-item {
    margin-bottom: 20px;
}

.task-list .task-item .img-list {
    display: flex;
    display: -webkit-flex;
    /* 	justify-content: space-between; */
    /* Safari */
    flex-wrap: wrap;
    overflow: hidden;
}

.task-list .task-head {
    width: 100%;
}

/*.img-list .img-item {*/
/*    width: 100%;*/
/*    height: 50px;*/
/*    text-align: right;*/
/*}*/

/*.task-list .img-list{*/
/*    width: 100%;*/
/*    margin-bottom: 20px;*/
/*}*/

.task-list .img-item {
    position: relative;
    background-color: #292929;
    overflow: hidden;
    margin: 10px;
}

.task-list .img-item img {
    /*position: absolute;*/
    width: 240px;
    /*height: 240px;*/
    /*bottom: 0;*/
    display: block;
    max-width: 240px;
    padding: 10px;
}


.avatar-uploader .el-upload {
    border: 1px dashed #d9d9d9;
}

.avatar-uploader .el-upload:hover {
    border-color: #409EFF;
}

.el-upload-dragger{
    width: 250px !important;
    height: 250px !important;
}

.avatar-uploader-icon {
    font-size: 28px;
    color: #8c939d;
    width: 250px;
    height: 250px;
    line-height: 250px;
    text-align: center;
}

.el-upload-dragger .el-upload__text{
    color: #8c939d;
}

.img .el-upload-dragger {
    display: flex;
    justify-content: center; /* 水平居中 */
    align-items: center;    /* 垂直居中 */
}

.el-upload-dragger .el-icon-upload {
    margin: 0 !important;
}


.el-upload-dragger .el-upload__text{
    color: #c0c4cc !important;
}

.el-upload-dragger .el-upload__text em{
    color: white !important;
}

.avatar {
    max-width: 100%;
    max-height: 100%;
    display: block;
}

.el-icon-plus:before {
    line-height: 250px;
}

.el-upload-list--picture-card .el-upload-list__item{
    width: 250px !important;
    height: 250px !important;
}
.el-upload--picture-card{
    width: unset !important;
    height: unset !important;
}

.el-icon-upload:before {
    line-height: 250px;
}

.el-upload--picture-card i {
    font-size: 48px !important;
    background-color: #292929 !important;
    color: white !important;
}

.el-button--info.is-disabled, .el-button--info.is-disabled:active, .el-button--info.is-disabled:focus, .el-button--info.is-disabled:hover {
    color: lightgray !important;
    background-color: gray !important;
    border-color: gray !important;
}

/* 覆盖 el-upload-list 的过渡动画 */
.el-upload-list__item {
  transition: none !important; /* 禁用过渡动画 */
}

.el-upload-list__item.is-success {
  animation: none !important; /* 确保没有其他动画 */
}

textarea.el-textarea__inner {
    font-size: 12px !important;
    line-height: 1.2 !important;
    padding: 5px !important;
}

textarea::-webkit-scrollbar {
  width: 4px;
}

textarea::-webkit-scrollbar-thumb {
  background: rgb(51, 106, 233);
  border-radius: 3px;
}
textarea::-webkit-scrollbar-track {
  background: #f5f7fa;
}