.ss-elearning-assign {
	&-wrapper {
		width: 100%;
		height: 432px;
		display: flex;
	}

	// 指派区
	&-choose-area {
		width: 316px;
		margin: 4px 4px 4px 0;
		height: 424px;
		box-sizing: border-box;
		overflow-y: auto;
		overflow-x: hidden;

		&::-webkit-scrollbar {
			width: 6px;
			height: 129px;
		}

		&::-webkit-scrollbar-track {
			background: #fff;
		}

		&::-webkit-scrollbar-thumb {
			background: #cccccc;
			border-radius: 5px;
		}

		&__empty {
			box-sizing: border-box;
			height: 100%;
			display: flex;
			flex-direction: column;

			.ss-elearning-list-empty-wrapper {
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				.empty-icon{
					width: 110px;
					height: 110px;
					margin-top: 40px;
				}
				.ss-elearning-list-empty-title-one {
					margin: 10px 0 5px;
					color: #999;
					font-size: 14px;
					span{
						font-size: 14px;
						font-weight: 400;
						color: rgb(20, 114, 255);
						cursor: pointer;
					}
				}
				.ss-elearning-list-empty-title-two{
					margin: 0 0 20px 0;
					color: #999;
					font-size: 14px;
				}
				.ss-elearning-list-empty-refresh{
					display: flex;
					justify-content: center;
					align-items: center;
					cursor: pointer;
					img{
						width: 16px;
						height: 16px;
						margin: 0 5px 0 0;
					}
					span{
						font-size: 14px;
						font-weight: 400;
						color: rgb(20, 114, 255);
					}
				}
			}
		}
		&__bottom {
			padding-bottom: 60px;
		}
		&__tree {
			margin: 12px 0 0 0;
			width: 100%;
			.refresh-area {
				display: flex;
				align-items: center;
				color: #1472FF;
				font-size: 14px;
				cursor: pointer;
				height: 32px;
				img {
					width: 16px;
					height: 16px;
					margin-right: 4px;
				}
			}
		}
		&__gap {
			height: 100%;
		}
	}
	&-choose-hidden {
		overflow: hidden;
	}

	// 选中区
	&-checked-list {
		box-sizing: border-box;
		width: 320px;
		height: 432px;
		padding: 16px;
		text-align: center;
		display: flex;
		flex-direction: column;
		border-left: 1px solid #eeeeee;
		position: relative;

		&__total {
			display: flex;
			justify-content: space-between;
			align-items: center;
			color: #353535;

			.clear-button {
				font-size: 14px;
				color: #1472ff;
				cursor: pointer;
			}
		}

		&__header {
			max-height: calc(100% - 32px);

            &.with-selected-list-remain {
			    max-height: calc(100% - 68px);
            }
			flex: 1;
			.ss-elearning-list-empty {
				display: flex;
				height: 90%;
				justify-content: center;
				align-items: center;

				&.checked {
					align-items: flex-start;
				}

				&-content {
					display: flex;
					flex-direction: column;
					justify-content: center;
					margin: 40px 0 0;
					img {
						width: 110px;
					}
				}
				&-wrapper {
					display: flex;
					flex-direction: column;
					justify-content: center;
					align-items: center;
					.ss-elearning-list-empty-title {
						margin: 10px 0;
						color: #999;
						font-size: 14px;
					}
				}

				&-img {
					margin-left: 20px;
				}

				&-tips {
					margin-top: 10px;
					color: #b2b2b2;
					font-size: 14px;
					text-align: center;
				}

				&-button {
					margin-top: 24px;
					padding: 12px 20px;
				}
			}
		}

		&__btn {
			padding: 16px;
			width: 100%;
			position: absolute;
			bottom: 0;
			left: 0;
			display: flex;
			align-items: center;
			justify-content: space-between;
			z-index: 20;
			background: #fff;
			border-top: 1px solid #eee;
			height: 64px;
			/deep/ .ss-button.ss-button__medium + .ss-button.ss-button__medium {
				margin-left: 12px;
			}
			.clear-button {
				margin-left: 8px;
			}
		}
		&__footer {
			padding-right: 20px;
			text-align: right;

			/deep/ .ss-button.ss-button__medium + .ss-button.ss-button__medium {
				margin-left: 12px;
			}
		}
	}

	// 树组件
	&-tree {
		overflow-x: hidden;

		&-node {
			display: inline-block;
			margin-right: 4px;

			img {
				width: 24px;
				height: 24px;
				border-radius: 4px;
				max-width: unset;
			}
		}
	}
}


// 覆盖element组件
/deep/ .ss-elearning-assign {
  padding: 0;
  min-width: 640px;

  .el-dialog {
    margin: 0 auto;
  }

  .el-dialog__header {
    border-bottom: 1px solid #eee;
    padding: 12px 24px;
    line-height: 24px;
    font-weight: 600;
    font-size: 16px;
	.small-title{
		font-size: 14px;
		color: #B8B8B8;
		margin-left: 16px;
		font-weight: 400;
		span{
			font-size: 14px;
			font-weight: 400;
			color: rgb(20, 114, 255);
			cursor: pointer;
		}
	}

    .el-dialog__title {
      font-size: 16px !important;
    }
	.ss-elearning-assign-title{
		display: flex;
		align-items:center;
	}
  }

  .el-dialog__footer {
    padding: 5px 0px 24px;
  }

  .el-dialog__body {
    padding: 0;
  }

  .el-dialog__headerbtn {
    top: 18px !important;
    background: url("./images/icon-close.png") left no-repeat;
    background-size: cover;
		width: 11px;
		height: 11px;
  }
  .el-dialog__headerbtn i {
    content: "修改下面的font-size可以改变图片的大小";
    font-size: 16px;
    visibility: hidden;
  }
}

// 覆盖树组件
/deep/ .ss-tree-node__content {
  padding: 0 6px 0 0;
  /deep/ .ss-checkbox {
    margin-right: 24px !important;
  }
}
/deep/ .ss-tree__right {
  .ss-checkbox {
    margin-right: 24px !important;
    .ss-checkbox-left {
      margin-top: 0px;
    }
  }
}

/deep/ .ss-tree-custom .ss-tree-custom-lite {
  margin-top: 0;
}

/deep/ .ss-tree-custom .ss-tree__search-input {
  margin: 0 16px 16px;
  width: 216px !important;
}

/deep/ .ss-tree-custom-bottom {
  overflow: hidden;
  /deep/ .ss-tree {
    height: 460px;
    overflow-y: auto;
    overflow: -moz-scrollbars-none;
    overflow: -moz-scrollbars-none;
  }
}
/deep/ .ss-tree__left {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
/deep/ .ss-tree__right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ss-tree-custom-title {
  font-weight: 600;
}

/deep/ .ss-input .ss-input-suffix-icon {
  padding-right: 0;
	color: #C8C9CC;
}