.project {
  padding: 39px 50px; }
  .project * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .project .select-form {
    display: inline-block;
    margin-right: 30px; }
    .project .select-form .select {
      width: 200px;
      height: 40px;
      line-height: 40px;
      font-size: 14px; }
  .project .btn-add {
    width: 100%; }
  .project .btn-addtag {
    background-color: #f2f2f2;
    vertical-align: top; }
  .project-tags {
    margin-top: 32px; }
  .project-list {
    margin: 0 -7px; }
    .project-list-item {
      margin-bottom: 20px;
      padding: 0 7px;
      float: left;
      width: 200px;
      height: 120px;
      overflow: hidden; }
      .project-list-item__wrap {
        position: relative; }
      .project-list-item img {
        width: 100%; }
  .project .toolbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    background-color: rgba(8, 8, 8, 0.2);
    text-align: right;
    color: #fff; }
    .project .toolbox span {
      margin-right: 10px;
      cursor: pointer; }

.add-image,
.add-tags {
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center; }
  .add-image *,
  .add-tags * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .add-image .input,
  .add-tags .input {
    margin-right: 10px;
    width: 120px; }
  .add-image .dialog-container,
  .add-tags .dialog-container {
    padding: 30px 40px;
    min-width: 620px;
    background-color: #fff;
    border-radius: 4px; }
  .add-image-list,
  .add-tags-list {
    margin: 30px -10px;
    font-size: 16px;
    -moz-text-align-last: left;
         text-align-last: left; }
    .add-image-list-item,
    .add-tags-list-item {
      margin-bottom: 15px;
      padding: 0 10px;
      white-space: nowrap; }
  .add-image__button,
  .add-tags__button {
    width: 200px; }
  .add-image__delete,
  .add-tags__delete {
    line-height: 40px;
    vertical-align: top; }
  .add-image .upload-button,
  .add-tags .upload-button {
    position: relative;
    margin-bottom: 23px;
    padding: 10px 36px; }
    .add-image .upload-button__input,
    .add-tags .upload-button__input {
      position: absolute;
      width: 0;
      height: 0;
      opacity: 0; }
  .add-image .select,
  .add-tags .select {
    width: 100%;
    font-size: 14px;
    height: 40px;
    line-height: 40px; }
    .add-image .select-form,
    .add-tags .select-form {
      display: inline-block;
      width: 100%; }

.add-image {
  text-align: left; }