.activitydesc-management {
  margin-bottom: 7.142857rem;
  .activitydesc-title {
    font-size: 1.428571rem;
    padding: 2.357143rem 0 1rem 0;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
  }

  .activitydesc-name {
    width: 100%;
    height: 3.857143rem;
    border: none;
    outline: none;
    text-indent: 1.071429rem;
    font-size: 1.428571rem;

    &::placeholder {
      font-size: 1.428571rem;
      color: #c7c7c7;
    }
  }

  .kongbai {
    width: 100%;
    height: .714286rem;
    background-color: #f0eef1;
  }

  .activitydesc-time {
    padding: 0 1.357143rem 0 1.071429rem;

    .title {
      padding: 1.142857rem 0 .571429rem 0;
      font-size: 1.142857rem;
      font-weight: 700;
      color: #000;
    }

    .start-time,
    .end-time  {
      height: 3.571429rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #e5e5e5;

      span {
        font-size: 1.142857rem;
      }

      i {
        display: inline-block;
        width: .571429rem;
        height: .857143rem;
        background: url('../images/activitydesc/path.png') no-repeat;
        background-size: 100% 100%;
      }

      input {
        width: 70%;
        height: 3.571429rem;
        border: none;
        outline: none;
        font-size: 1.142857rem;

        &::placeholder {
          font-size: 1.142857rem;
          color: #999999;
          text-align: right;
        }
      }
    }
  }
  .activitydesc-rule{
    .rule-title{
      padding: 1.142857rem 0 1.142857rem 1.071429rem;
      font-size: 1.142857rem;
      font-weight: 700;
      color: #000;
    }
  }
  .rule-editor{
    margin: 0 1.071429rem;
  }
  .ql-snow{
    margin: 0 1.071429rem;
  }
  .save-next{
    width: 24.285714rem;
    height: 3.142857rem;
    background-color: #FF8A62;
    border-radius: 1.571429rem;
    line-height: 3.142857rem;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.285714rem;
    margin-top: 1.428571rem;
    margin-left: 1.214286rem;
  }
}