
/**编辑项*/
.edit-item-top-bottom {
    width: 343px;
    background: #ffffff;
    box-sizing: border-box;
    opacity: 1;
    margin-right: 15px;
    margin-top: 11px;
    display: flex;
    flex-direction: column;
  }

  /* .edit-item-top-bottom:nth-child(2n-1) {
    margin-left: 0px;
  }
   */
  /**标题*/
  .edit-item-text {
    height: 24px;
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    line-height: 24px;
    color: #60686f;
    opacity: 1;
  }

  /**输入框*/
  .edit-item-input {
    width: 341px;
    height: 41px;
    margin-top: 11px;
    background: #ffffff;
    border: 1px solid #9da0ae;
    box-sizing: border-box;
    line-height: 41px;
    padding: 0px 0 0 7px ;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
    outline: none;
  }

  /** 下拉*/
  .edit-item-select {
    width: 341px;
    height: 41px;
    background: #ffffff;
    border: 1px solid #9da0ae;
    padding: 0px 7px;
    box-sizing: border-box;
    outline: none;
    margin-top: 11px;
    padding: 0px 7px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
  }

  .edit-item-select-item {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 26px;
    color: #656565;
    opacity: 0.3;
  }

  /**按钮复选*/
  .edit-item-check {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
  }

  .edit-item-check-item {
    width: 162px;
    height: 41px;
    background: #f9f9f9;
    border: 1px solid #9da0ae;
    opacity: 1;
  }

  /**验证码*/
  .edit-item-code {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 11px;
  }

  .edit-item-code-btn {
    width: 79px;
    height: 42px;
    background: #ffffff;
    border: 1px solid #2681ff;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #2681ff;
  }

  /**多行文本框*/
  .edit-item-textarea {
    width: 341px;
    height: 82px;
    margin-top: 11px;
    background: #ffffff;
    border: 1px solid #9da0ae;
    box-sizing: border-box;
    line-height: 20px;
    padding: 0px 7px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #656565;
    outline: none;
  }

  /**日期范围*/
  .edit-item-date-range {
    display: flex;
    flex-direction: row;
    align-items: center;
  }

  .edit-item-date-range-text {
    font-size: 16px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    color: #60686f;
    opacity: 1;
    margin-left: 23px;
    margin-right: 23px;
  }
