.businessTemplate-conponent-content {
    display: flex;
    height: 540px;
    // .left-img {
    //   width: 440px;
    //   height: 540px;
    //   background: no-repeat url("../../../assets/img/pc_background.png");
    //   background-size: cover;
    // }
    .right-businessTemplate {
      background-color: #ffffff;
      width: 520px;
      height: 540px;
      box-sizing: border-box;
      padding: 0 60px;
      overflow: hidden;
    }
    input::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #cccccc;
      font-size: 16px;
    }
    input::-moz-placeholder {
      /* Firefox 19+ */
      color: #cccccc;
      font-size: 16px;
    }
    input:-ms-input-placeholder {
      /* IE 10+ */
      color: #cccccc;
      font-size: 16px;
    }
    input:-moz-placeholder {
      /* Firefox 18- */
      color: #cccccc;
      font-size: 16px;
    }
    .custom-businessTemplate-form {
      padding: 0;
      .custom-businessTemplate-form-item {
        margin-bottom: 12px;
        &:last-child {
          margin-bottom: 0;
        }
      }
      .form-item-title {
        font-size: 14px;
        font-family: MicrosoftYaHei;
        color: #999999;
      }
      .form-item-content {
        height: 45px;
        line-height: 45px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #d6d6d6;
        input {
          height: 100%;
          flex: 1;
        }
        .form-item-code {
          font-size: 16px;
          font-family: MicrosoftYaHei;
          color: #1374fa;
        }
        .form-item-eye {
          width: 20px;
          height: 20px;
        }
      }
      .form-item-test {
        height: 16px;
        font-size: 12px;
        font-family: MicrosoftYaHei;
        color: #ee4e4e;
        line-height: 16px;
        margin-top: 4px;
      }
    }
  }
  