.fundApply[data-v-dcbfc22c] {
  overflow: hidden;
  background: #e7ecf2;
}
.fundApply .top[data-v-dcbfc22c] {
    text-align: center;
    height: 80px;
    line-height: 80px;
    background: #d2dde8;
    font-weight: bold;
    font-size: 24px;
    color: #314e6d;
}
.fundApply .main[data-v-dcbfc22c] {
    overflow: hidden;
    background: #ffffff;
    padding: 50px 40px 0;
    margin-bottom: 50px;
}
.fundApply .main .upload[data-v-dcbfc22c] {
      margin-bottom: 25px;
}
.fundApply .main .upload .el-button--primary[data-v-dcbfc22c] {
        background: #e2e7ee;
        border-radius: 4px;
        border: none;
        padding: 11px 28px;
        color: #666666;
        font-size: 12px;
}
.fundApply .main .upload .el-button--primary .iconfont[data-v-dcbfc22c] {
          font-size: 20px;
          margin-right: 10px;
}
.fundApply .main .btn[data-v-dcbfc22c] {
      margin: 30px 0 50px;
      text-align: center;
}
.fundApply .main .btn .el-button--primary[data-v-dcbfc22c] {
        width: 190px;
        height: 48px;
        font-size: 16px;
}

.fundApply .el-form-item {
  border: 1px solid #e3e9f0;
  display: flex;
  align-items: center;
}
.fundApply .el-select,
.fundApply .el-input,
.fundApply .el-textarea,
.fundApply .el-cascader {
  width: 99.8%;
}
.fundApply .el-form-item__label {
  text-align: center;
  font-size: 16px;
  color: #333333;
  padding: 0;
  flex-shrink: 0;
}
.fundApply .el-form-item__content {
  margin-left: 0 !important;
  width: 100%;
}
.fundApply .el-input,
.fundApply .el-textarea {
  border-left: 1px solid #e3e9f0;
}
.fundApply .el-input__inner {
  font-size: 15px;
  height: 52px;
  line-height: 52px;
  border: none;
}
.fundApply .el-input__inner::-moz-placeholder {
    color: #bdbcbc;
}
.fundApply .el-input__inner::placeholder {
    color: #bdbcbc;
}
.fundApply .el-textarea__inner {
  font-size: 15px;
  border: none;
}
.fundApply .el-textarea__inner::-moz-placeholder {
    color: #bdbcbc;
}
.fundApply .el-textarea__inner::placeholder {
    color: #bdbcbc;
}
.fundApply .el-input-group__append {
  border: none;
}
.fundApply .upload .el-button--primary span {
  display: flex;
  align-items: center;
}

