
.el-select-group__title{
  font-size: 14px;
  color: #000000;
  font-weight: bold;
}
.el-select-group .el-select-dropdown__item{
  padding-left: 35px;
}


.icon-right-set {
	position: absolute;
	right: 2px;
	top: -28px;
	cursor: pointer;
	height: 28px;
}
.clientTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	width: 100%;
}
.lang-item-box {
	margin-bottom: 10px;
}
.lang-item-box .el-input-group__prepend {
	min-width: 75px;
	padding: 0 10px;
	text-align: center;
}

