.App {
  padding-top: 10px;
  .thirdParty {
    padding: 0px 20px 0px 20px;
  }

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

    .tipsText {
      color: #F00;
    }
  }
  .outsourceLogConent{
    padding: 10px 20px 0px 20px;
    .outsourceLogList{
      .outsourceLogItem{

      }
      .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: 15px;
    font-weight: 800;
    padding-bottom:6px;
  }
  .gutter-box{
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
}
.payRecordComponent{
  .payStateList{
    .listTitle{
      font-weight: bolder;
    }
    .payList{
      .payitem{
        display: flex;
        flex-flow: row nowrap;
        padding-bottom: 2px;
      }
    }
  }

  .formItemStyle{
    margin-bottom: 0 !important;
  }
}

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