.x-form-label {
  height: 45px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  &-name{
	  width: 80px;
	  padding-right: 5px;
	  color: #343434;
	  font-size: 14px;
  }
  &-intro{
	  font-size: 14px;
	  color: #999999;
  }
}
