.lp-form {
  color: #333333;
  position: relative;
  width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 16px;
}
.lp-form .formGridRow {
  display: inline-block;
  width: 100%;
}
.lp-form .formGridRow .GridCol {
  float: left;
  margin-left: 80px;
}
.lp-form .formGridRow .GridCol:first-child {
  margin-left: 0px;
}
.lp-form .lastOne .next-form-item {
  margin-bottom: 0px;
}
.lp-form .next-form-item-help {
  width: 100%;
}
.lp-form .next-radio-group.vertical > label {
  width: 100%;
}
.lp-form .next-checkbox-group.vertical > label {
  width: 100%;
  margin-left: 0px !important;
}
.lp-form .next-checkbox-wrapper:first-child {
  margin-left: 8px !important;
}
.lp-form .next-form-item {
  margin-bottom: 16px;
}
.lp-form .footer {
  border-top: 1px solid #dedede;
  padding: 8px 0px;
  margin-top: 8px;
}
.lp-form .footer button {
  margin-right: 8px;
}
.lp-form .next-form-item-label {
  position: relative;
  line-height: 20px;
  height: 20px;
  margin-bottom: 4px;
}
.lp-form .next-form-item-label label[required]:before {
  margin-right: 4px;
  content: "*";
  color: #f15533;
}
.lp-form .next-form-item :last-of-type {
  padding-bottom: 0;
}
.lp-form input::-webkit-input-placeholder,
.lp-form textarea::-webkit-input-placeholder {
  color: #999;
}
.lp-form input:-moz-placeholder,
.lp-form textarea:-moz-placeholder {
  color: #999;
}
.lp-form input::-moz-placeholder,
.lp-form textarea::-moz-placeholder {
  color: #999;
}
.lp-form input:-ms-input-placeholder,
.lp-form textarea:-ms-input-placeholder {
  color: #999;
}
.lp-form .next-form-item .next-form-item-control {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-form .next-form-item .next-form-item-control > :first-child {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.lp-form .next-form-item :last-child {
  margin-bottom: 0;
}
.lp-form .next-form-item .next-comobobox {
  padding-left: 0;
  cursor: text;
}
.lp-form .next-form-item .next-comobobox .next-select-inner .next-select-inner-item:first-of-type {
  margin-left: 4px;
}
.lp-form-extra-icon {
  position: absolute;
  top: -1px;
  right: -10px;
}
.lp-form-item-explain {
  width: 100%;
}
.lp-form-tip-icon {
  cursor: pointer;
  color: #cccccc;
  margin-left: 4px;
}
.lp-form .next-radio-group > label {
  margin-right: 28px;
}
.lp-form .next-checkbox-group > label {
  margin-right: 28px;
}
.lp-form .next-select-placeholder {
  color: #999;
}
.lp-form .next-comobobox.multiple .next-select-inner {
  position: relative;
}
.lp-form .next-comobobox.multiple .next-select-inner > .next-select-placeholder {
  margin-left: -10px;
  left: 8px;
}
.lp-form .next-comobobox.multiple .next-select-inner > input {
  float: left;
  margin: 8px 0 0 8px;
}
.lp-form .next-comobobox.multiple.focused .next-select-placeholder {
  display: none;
}

.lp-form-nest {
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.lp-form-nest .next-row {
  padding: 0px 24px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.lp-form-nest .lp-form-footer-nest {
  border-top: 1px solid #dedede;
  padding: 8px 0px 8px 24px !important;
  height: 48px;
}
.lp-form-nest .lp-form-footer-nest button {
  margin-right: 0px;
  margin-left: 8px;
  float: right;
}

.lp-footer-noLine {
  border-top: 0px !important;
}

.lp-form-nest .lp-form-footer-left.lp-form-footer-nest button {
  margin-right: 8px;
  margin-left: 0px;
  float: left;
}

.lp-form-nest .lp-form-footer-left.lp-form-footer-nest button:first-child {
  margin-left: -24px;
}
