/* 公共样式开始 */
* {
  /*margin: 0;
	padding: 0;
	text-decoration:none;
	font-weight: normal;
	font-family: PingFangSC-Light, sans-serif;*/
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial,
    Noto Sans, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', Segoe UI Symbol,
    'Noto Color Emoji', 'arial', pingfang sc, '微软雅黑', '宋体';
}
body {
  margin: 0;
  padding: 0;
}
img {
  display: inline-block;
  max-width: 100%;
}
li,
ul {
  /*display: block;*/
}
input,
textarea {
  outline: none;
}

html,
body {
  width: 100%;
  height: 100%;
}

.body-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
    overflow: auto;
  /* background-image: url(/fw/pc/img/clueForm/bg-4e3335bd3cc5c811a320231387771a4f.jpg); */
}

.img-wrapper {
  height: 30%;
}

.img-wrapper img {
  object-fit: fill;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.form-wrapper {
  flex: 1;
  background-color: #2479e6;
  padding: 0 1rem;
}

.form-content {
    position: relative;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #79cafa;
  min-height: 200px;
  padding: 0 1rem 1.5rem;
}

.form-item {
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  font-size: 12px;
}

.form-item label {
  display: inline-block;
  margin-right: 4px;
  vertical-align: top;
  text-align: right;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 500;
  width: 100px;
}

.form-item label[data-required="true"]::before{
    content: "*";
    color: #e43a1c;
    vertical-align: middle;
    padding-right: 3px;
    line-height: normal;
    text-decoration: none;
}

.form-item input {
  font-size: 12px;
  margin: 0;
  text-indent: 6px;
  padding: 0;
  min-width: 10px;
  height: 30px;
  line-height: 30px;
  text-align: left;
  border: 1px solid #c9c9c9;
  background-color: #fff;
  text-overflow: ellipsis;
  border-radius: 4px;
}

.form-item input::placeholder {
  color: rgba(187, 187, 187, 1);
}

.form-item .btn-verfiycode {
  font-size: 13px;
  background-color: #2288fc;
  border-color: #2288fc;
  color: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  outline: none;
  padding: 0 10px;
}

.verify-code {
  justify-content: space-between;
}

.submit-wrapper {
  position: relative;
  width: 100%;
  height: 3rem;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.submit-btn {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  top: -4%;
}

.submit-wrapper img {
  width: 10rem;
  height: 100%;
}

.FlexAuto {
  flex-grow: 1 !important;
  flex-basis: auto;
  flex-shrink: 1;
  display: flex;
  width: auto;
  min-width: 10px;
}

/* 公共样式 */
*,
body {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.hide {
  display: none;
}

/* 模拟下拉框 */
.select-box {
  position: relative;
}

.select-box .select-input {
  cursor: pointer;
  outline: none;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  /* color: rgba(187, 187, 187, 1); */
  color: rgba(34, 34, 34, 1);
  margin: 0;
  background: rgba(247, 247, 247, 1) url('/fw/pc/img/clueForm/xia-2b10d2348fb8ed223901048f2b809800.png') no-repeat scroll 95% center;
  background-size: 20px 20px;
  cursor: pointer;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid rgba(204, 204, 204, 1);
}

/** input placeholder颜色改变 **/
.select-box .select-input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(187, 187, 187, 1);
}

.select-box .select-input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(187, 187, 187, 1);
}

.select-box .select-input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(187, 187, 187, 1);
}

.select-box .select-input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(187, 187, 187, 1);
}

.select-box .select-input.isActive {
  background-color: #ffffff;
  border: 1px solid rgba(204, 204, 204, 1);
  background-image: url(/fw/pc/img/clueForm/shang-670c9089559e1633469ed39ba56a4026.png);
}

.select-box .options-box {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  height: 225px;
  overflow-y: scroll;
  overflow-x: hidden;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  z-index: 10;
}

.select-box .options-box li {
  width: 100%;
  height: 30px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 400;
  color: rgba(34, 34, 34, 1);
  line-height: 30px;
  background: rgba(255, 255, 255, 1);
  padding: 0 5px;
}

.select-box .options-box li.active {
  background-color: rgba(247, 247, 247, 1);
  color: rgba(2, 176, 159, 1);
}


.imgcode {
    width: 80px;
}

@media screen and (min-width: 680px) {
    .body-wrapper {
        align-items: center;
        background-color: #2479e6;
        padding-top: 100px;
        box-sizing: border-box;
    }

    .body-wrapper .img-wrapper,
    .body-wrapper .form-wrapper {
        width: 34%;
    }

    .body-wrapper .img-wrapper {
        height: unset;
    }
}

.loading {
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-top-color: transparent;
  border-radius: 100%;

  animation: circle infinite 0.75s linear;
}

@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.load-content {
  position: absolute;
  left: 0;
  width: 100%;
  min-height: 200px;
  display: none;
  align-items: center;
  justify-content: center;
  background-color: #fff;
}