.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;
}

[data-link-mode] span[data-lx-contenteditable]{line-height:100%;}

.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;
}

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;
}

.with-countrycode.input {
  padding-left: 5em;
}

.countrycode {
  position: absolute;
  left: 6px;
  top: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.countrycode-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000000;
  background-color: #fff;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
}

.countrycode-close {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 20px;
  right: 16px;
}

.countrycode-popup h1 {
  font-size: 20px;
  color: #001648;
  font-weight: 500;
  margin: 0;
}

.countrycode-popup h3 {
  font-size: 14px;
  color: #B3BAC5;
  margin: 16px 0;
}

.countrycode-popup hr {
  border: 1px solid #ebecf0;
  border-bottom: none;
}

.countrycode-countries-container {
  overflow-y: auto;
}

.countrycode-row {
  display: flex;
  justify-content: space-between;
  margin: 16px 0;
}

.countrycode-search {
  height: 44px;
  width: 100%;
  color: #001648;
  padding: 0;
  border-radius: 4px;
  border: 1px solid #c1c7d0;
  background: url("http://cdn.ysedu.com/imitation/wap25/static/image/search.svg") no-repeat scroll 16px 16px;
  margin-bottom: 20px;
}

.countrycode-search::placeholder {
  color: #B3BAC5;
}

.countrycode-countries {
  line-height: 25px;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}

.countrycode-name {
  font-size: 18px;
  color: #001648;
}

.countrycode-digits {
  font-size: 16px;
  color: #8993A4;
  width: 48px;
}

.countrycode-nav {
  position: absolute;
  top: 160px;
  right: 4px;
  font-size: 10px;
  line-height: 16px;
}

.countrycode-nav a {
  display: block;
  color: #5A658D;
  font-weight: 500;
}

.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(http://cdn.ysedu.com/imitation/wap25/static/image/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;
}
.swiper-pagination-bullet{
    background: rgba(179,186,197,0.5) !important;
}
.swiper-pagination-bullet-active{
    background: rgba(179,186,197,1) !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
opacity: 0.5 !important;
}
.swiper-button-next, .swiper-button-prev{
color: #B3BAC5 !important;
}