.lxe-h1 {
  text-align: center;
  color: #001648;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.lxe-h3 {
  text-align: center;
  color: #001648;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
}

.lxe-p {
  text-align: center;
  color: #001648;
  font-size: 14px;
  line-height: 1.4;
  margin: 0;
}

.lxe-img1 {
}

.lxe-sidebar-btn {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}

.lxe-sidebar-btn:hover {
  filter: brightness(0.9);
}
.lxe-sidebar-btn > span {
  line-height: 0;
}

.lxe-sidebar-btn > span span {
  line-height: 100%;
}
[data-form-submitted="loading"]:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  vertical-align: middle;
  display: block;
  background: white;
  opacity: 0.7;
  color: #000;
  padding-top: calc(50% - 25px);
}
[data-form-submitted="loading"] .lxe-sidebar-btn {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-form-submitted="loading"] .lx-form-button,
[data-form-submitted="loading"] .silex-element-content {
  pointer-events: none !important;
}

div.text-element > div.silex-element-content * {
  margin: 0px;
}
.lx-form-button > div.silex-element-content * {
  margin: 0px;
}

.silex-element-content p strong{
	font-size: 13px;
}

html {
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB",
    "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}

.before_field {
  display: flex;
  flex-wrap: wrap;
}
.before_field::before {
  color: #f38888;
  content: "*";
  padding: 2px 2px 2px 0px;
}
.hide_required::before {
  content: "";
  display: block;
}
.before_field .validcode {
  margin-bottom: 5px;
}

.is-horizontal .lx-fix-width {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.editable-style.section-element {
  margin-top: 0px !important;
}
[data-lx-validcode-tips="验证�?"] {
  position: absolute !important;
}
.validcode_container {
  position: relative;
  top: 0;
  right: 0;
}
.validcode_container::after {
  content: attr(data-lx-validcode-tips);
  cursor: pointer;
  position: absolute;
  white-space: nowrap;
  top: calc(0.375em + 1px);
  right: 6px;
  text-align: right;
}

.cascadeWrapper {
  display: flex;
  width: 100%;
}
.cascadeField {
  flex-grow: 1;
}
.select select {
  width: 100%;
}
.control .input::placeholder {
  color: var(--placeholder-color);
}
a {
  text-decoration: none;
}
form .control .checkbox,
form .control .radio {
  margin-right: 15px;
}
.lx-group-style {
  position: absolute;
  box-sizing: content-box;
}
[data-lx-dynamic-group-element] {
  position: absolute;
  box-sizing: content-box;
}
.popup-container-element {
  position: absolute !important;
}
.lx-popup-close {
  cursor: pointer;
}
.swal2-container {
  z-index: 1200 !important;
}

[data-link-mode] {
  cursor: pointer;
}

[data-lx-placeholder="true"] {
  visibility: hidden;
}
.autofixed-effect-top {
  position: fixed !important;
  top: 0px !important;
  z-index: 200 !important;
}
.autofixed-effect-bottom {
  position: fixed !important;
  bottom: 0px !important;
  z-index: 200 !important;
}
[data-lx-popup-visible="true"] {
  display: block;
}

[data-lx-show-if-default="false"]:not([data-lx-popup-name]) {
  display: none;
}
[data-lx-track-cv]:hover:first-child {
  filter: saturate(1.6) grayscale(0.2);
}
div[data-lx-multi-status-group-element="true"] {
  position: absolute;
}

div[data-link-mode="changeMultiStatusElement"] {
  cursor: pointer;
}

.control .select{
	height:100% !important;
}
.control .select select {
    -webkit-appearance: none;
}

.control .select::before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background-image: url(../images/7384824441be4fd6fdd90c6d57ace621.png);
    background-size: cover;
    right: 8px;
    top: calc(50% - 8px);
    z-index: 10;

}

.control .select select:foucs {
    box-shadow: none;
    outline: none;
}

.control .input {
    -webkit-appearance: none;
    box-shadow: none;
}
