.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-radio-button--mini .el-radio-button__inner {
	padding: 5px 10px !important;
}

.el-radio-button__orig-radio:checked+.el-radio-button__inner {
	color: #FFF;
	-webkit-box-shadow: -1px 0 0 0 #292929;
	box-shadow: -1px 0 0 0 #292929;
	border-color: rgb(51, 106, 233) !important;
	background-color: rgb(51, 106, 233) !important;
}

.el-radio-button__orig-radio+.el-radio-button__inner
 {
    color: #FFF;
    -webkit-box-shadow: -1px 0 0 0 #292929;
    box-shadow: -1px 0 0 0 #292929;
    border-color: #303133 !important;
    background-color: #606266 !important;
}

.el-textarea__inner {
    border: 1px solid #606266 !important;
}

.el-upload--picture-card {
    border: 1px solid #606266 !important;
}
.el-upload-dragger {
    border: 1px solid #606266 !important;
    background-color: #292929 !important;
    border-radius: 3px !important;
}
.el-radio-button__inner:hover {
    color: #FFF !important;
    border-color: rgb(51, 106, 233) !important;
    background-color: rgb(51, 106, 233) !important;
}
/* .el-upload--picture-card:hover,.el-upload:focus {
    border-color: #dcdfe6 !important;
    color: #dcdfe6 !important;
}

.el-upload:focus .el-upload-dragger {
    border-color: #dcdfe6 !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: 0px !important;
	padding-right: 50px !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 .el-image>img {
	/*position: absolute;*/
	width: 300px;
	height: unset;
	/*bottom: 0;*/
	display: block;
	max-width: 300px;
	padding: 10px;
}

.el-icon-plus:before {
	line-height: 111px;
}

.el-upload-list--picture-card .el-upload-list__item {
	width: 111px !important;
	height: 111px !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;
}

.content-list .task-list .img-list .icon{
    z-index: 100;
}

/* 覆盖 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;
}

.el-carousel__container {
	height: 100% !important;
}

.content {
	height: 100%;
}

.task-select {
	width: 150px !important;
}

.el-upload--picture-card i {
	font-size: 48px !important;
	background-color: #292929 !important;
	color: white !important;
	width: 100%;
	height: 100%;
}

.el-upload--picture-card {
	border: 1px dashed #c0ccda;
	width: 111px !important;
	height: 111px !important;
	border-radius: 3px !important;
	display: block;
	background-color: unset !important;
}

.el-upload-dragger {
	width: unset !important;
	height: unset !important;
}

.el-upload-list--picture-card .el-upload-list__item-thumbnail{
    width: unset !important;
    height: unset !important;
    max-width: 100% !important;
    max-height: 100% !important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.el-upload-list--picture-card .el-upload-list__item
 {
    background-color: #292929 !important;
}