.App {
  padding-top: 10px;

  .thirdParty {
    padding: 20px 20px 0px 20px;
  }

  .projectType {
    display: flex;
    flex-flow: row nowrap;
    border-bottom: 1px #000000 dashed;
    padding-left: 20px;
    align-items: center;
    .typeTitle {
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      padding-right: 15px;
      .required {
        color: #F00;
      }
    }

    .tipsText {
      color: #F00;
    }
  }
  .outsourceLogConent{
    padding: 20px 20px 0px 20px;
    .outsourceLogList{
      .outsourceLogItem{
        padding-bottom: 10px;
      }
      .orderPayItem{
        padding-bottom: 10px;
      }
      .orderPayItem :hover{
        cursor: pointer;
      }
      .operationItem{
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        .operation{
          padding-right: 15px;
        }
      }
    }
  }
  .title{
    font-size: 18px;
    padding-bottom:10px;
  }
}

.payStateList{
  border-top: 1px #000 dashed;
  .listTitle{
    font-weight: bolder;
    padding-bottom: 20px;
  }
  .payList{
    .payitem{
      padding-bottom: 10px;
    }
  }
}

#components-form-demo-normal-login .login-form-forgot {
  float: left;
}