@charset "UTF-8";

/* === all ===*/

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  cursor: pointer;
  color: #4088ff;
}

label {
  font-weight: normal;
  color: #333;
  margin-bottom: 0;
}

input::-moz-placeholder {
  color: #c2c2c2;
}

input:-ms-input-placeholder {
  color: #c2c2c2;
}

input::placeholder {
  color: #c2c2c2;
}

input:focus::-moz-placeholder {
  font-size: 0;
}

input:focus:-ms-input-placeholder {
  font-size: 0;
}

input:focus::placeholder {
  font-size: 0;
}

.form-control::-moz-placeholder {
  color: #c2c2c2;
}

.form-control:-ms-input-placeholder {
  color: #c2c2c2;
}

.form-control::placeholder {
  color: #c2c2c2;
}

.dis-none {
  display: none;
}

.dis-block {
  display: block !important;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear-both {
  clear: both;
}

.dis-flex {
  display: flex;
}

.position-rel {
  position: relative;
}

.position-abs {
  position: absolute;
}

.fw-bold {
  font-weight: bold;
}

.text-over {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.verali-mid {
  vertical-align: middle;
}

.mar-t-20 {
  margin-top: 0.2rem !important;
}

.mar-t-30 {
  margin-top: 0.3rem !important;
}

.mar-t-10 {
  margin-top: 0.1rem !important;
}

.mar-t-5 {
  margin-top: 0.05rem !important;
}

.mar-b-0 {
  margin-bottom: 0px !important;
}

.mar-b-20 {
  margin-bottom: 0.2rem !important;
}

.mar-r-10 {
  margin-right: 0.1rem !important;
}

.mar-r-5 {
  margin-right: 0.05rem !important;
}

.mar-r-20 {
  margin-right: 0.2rem !important;
}

.mar-l-20 {
  margin-left: 0.2rem !important;
}

.mar-r-10 {
  margin-right: 0.1rem !important;
}

.pad-20 {
  padding: 0.2rem !important;
}

.font-s-15 {
  font-size: 0.15rem;
}

.font-s-18 {
  font-size: 0.18rem;
}

.font-s-20 {
  font-size: 0.2rem;
}

.color-000 {
  color: #000;
}

.color-333 {
  color: #333;
}

.color-999 {
  color: #999;
}

.apply-form {
  background: #F6FAFF;
  padding: 0.6rem;
}

.apply-form .ft-slider .ft-slider-content {
  line-height: inherit;
}

.apply-form .apply-model-container {
  background: #fff;
  padding-bottom: 0.4rem;
  box-shadow: 0px 0px 8px 0px rgba(18, 78, 155, 0.2);
}

.apply-form .apply-model-container .apply-header {
  font-size: 0.53rem;
  color: #050505;
  font-weight: bold;
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0.5rem 0.1rem 0.5rem;
  position: relative;
}

.apply-form .apply-model-container .apply-header .lay-close {
  position: absolute;
  right: 0.4rem;
  top: 0.5rem;
}

.apply-form .apply-model-container .apply-header .lay-close img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
      user-select: none;
  pointer-events: none;
  width: 0.6rem;
  height: 0.6rem;
}

.apply-form .apply-model-container .apply-table {
  flex-direction: column;
  flex: 1;
  display: flex;
  padding: 0 0.5rem;
}

.apply-form .apply-model-container .apply-table .apply-container-item {
  padding: 0.15rem 0rem;
  display: flex;
  position: relative;
}

.apply-form .apply-model-container .apply-table .apply-container-item .checked {
  background-color: #eaa639;
  color: #fff;
}

.apply-form .apply-model-container .apply-table .apply-container-item .apply-container-item-input {
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  height: 0.8rem;
  line-height: 0.8rem;
  padding-left: 10px;
  font-size: 0.35rem;
  border-radius: 0;
  border: 1px solid #ddd;
}

.apply-form .apply-model-container .apply-table .apply-container-item .verification-code {
  position: absolute;
  right: 0.4rem;
  top: 50%;
  transform: translateY(-50%);
  color: #39A3DC;
  font-size: 0.35rem;
}

.apply-form .apply-model-container .apply-table .apply-select:after {
  content: '▼';
  color: #aaa;
  position: absolute;
  right: 0.3rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.3rem;
}

.apply-form .apply-model-container .apply-table .apply-select .apply-container-item-label {
  font-size: 0.38rem;
  height: 0.9rem;
  line-height: 0.9rem;
  width: 5rem;
}

.apply-form .apply-model-container .apply-table .apply-select select {
  width: 100%;
  background: transparent;
  height: 0.9rem;
  line-height: 0.9rem;
  border: 1px solid #ddd;
  border-radius: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #333;
  font-size: 0.35rem;
  padding: 0 0.3rem;
}

.apply-form .apply-model-container .apply-table .apply-container-item-btn {
  width: 50%;
  height: 1rem;
  border: none;
  outline: 0;
  opacity: .9;
  cursor: pointer;
  font-size: 0.38rem;
  border: 1px solid #eaa639;
  color: #555;
  margin-top: 0.3rem;
  background: #fff;
}

.apply-form .submit-btn {
  width: 100% !important;
  color: #fff !important;
  background-color: #1b75e8 !important;
  border: 1px solid #1b75e8 !important;
  margin-top: 0px !important;
}

.apply-form .apply-container-item-tips {
  color: #888888;
  font-size: 0.28rem;
  height: 0.6rem;
  line-height: 0.6rem;
  text-align: center;
}

.apply-layer {
  width: 85% !important;
}

.apply-layer .layui-m-layercont {
  padding: 0 !important;
}

