.editor-management {
  margin-bottom: 5.714286rem;
  .editor-title {
    font-size: 1.428571rem;
    padding: 2.357143rem 0 1.071429rem 0;
    text-align: center;
    border-bottom: 1px solid #f0eef1;
  }

  .editor-content {
    padding: 0 .928571rem;

    .editor-name,
    .editor-code,
    .editor-video {
      height: 4.285714rem;
      outline: none;
      border: none;
      font-size: 1.142857rem;
      width: 100%;
      border-bottom: 1px solid #f0eef1;

      &::placeholder {
        color: #C7C7C7;
        font-size: 1.428571rem;
        font-weight: 700;
      }
    }

    .editor-code {
      &::placeholder {
        font-size: 1.142857rem;
        font-weight: 400;
      }
    }

    .editor-video {
      &::placeholder {
        font-size: 1.142857rem;
        font-weight: 400;
      }
    }

    .editor-introdatiom {
      border: none;
      outline: none;
      width: 100%;
      margin-top: 1.571429rem;
      font-size: 1rem;
      height: 8.571429rem;
      border-bottom: 1px solid #f0eef1;

      &::placeholder {
        font-size: 1.142857rem;
        color: #C7C7C7;
      }
    }

    .editor-cover-picture,
    .editor-pictures {
      position: relative;
      margin-top: 1.642857rem;
      padding-bottom: 1.642857rem;
      border-bottom: 1px solid #f0eef1;
      .cover-title {
        font-size: 1.142857rem;
        color: #333;
      }

      #upload-input {
        position: absolute;
        top: 40px;
        bottom: 25px;
        left: 0px;
        right: 0px;
        opacity: 0;
        width: 61px;
        z-index: 99;
      }

      .img-upload,
      .imgs-upload {
        display: none;
      }

      .upload-box {
        position: relative;
        text-align: top;
        margin-top: 1.285714rem;
        .img-box{
          position: relative;
          display: inline-block;
          .delete-img{
            display: inline-block;
            width: 1.428571rem;
            height: 1.428571rem;
            background: url('../images/common/delete.png') no-repeat;
            background-size: 100% 100%;
            position: absolute;
            right: -0.571429rem;
            top: -0.571429rem;
            display: none;
          }
        }
        img {
          width: 4.142857rem;
          height: 4.142857rem;
          border: 1px solid #d3d2d9;
          vertical-align: middle;
        }

        i {
          position: absolute;
          display: inline-block;
          width: 2rem;
          height: 2rem;
          background: url('../images/editor/add.png') no-repeat;
          background-size: 100% 100%;
          margin-top: 1rem;
          left: 1rem;
        }
      }

      .img2-box {
        position: relative;
        margin-top: 1.285714rem;

        .img2-upload,
        .imgs2-upload {
          display: inline-block;
          width: 4.142857rem;
          height: 4.142857rem;
          border: 1px solid #d3d2d9;
          text-align: center;
        }

        i {
          position: absolute;
          display: inline-block;
          width: 2rem;
          height: 2rem;
          background: url('../images/editor/add.png') no-repeat;
          background-size: 100% 100%;
          margin-top: 1rem;
          left: 1rem;
        }
      }
    }
    .editor-pictures{
      .pictures{
        position: relative;
        #upload-input {
          position: absolute;
          top: 0;
          left: 0px;
          right: 0px;
          opacity: 0;
          width: 4.285714rem;
          height: 4.285714rem;
          z-index: 99;
        }
      }
      .upload-box{
        // display: inline-block;
      }
      #imgContainer{
        // display: inline-block;
        // margin-right: .714286rem;
        margin-top: 0;
      }
    }

    .editor-submit {
      height: 4.714286rem;
      text-align: center;
      padding-top: 1.785714rem;
      .submit {
        width: 24.285714rem;
        height: 3.142857rem;
        background-color: #FF8A62;
        border-radius: 1.571429rem;
        line-height: 3.142857rem;
        font-size: 1.285714rem;
        font-weight: 700;
        color: #fff;
      }
    }
  }
}