.applyFor {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(59, 59, 59, 0.555);
  z-index: 99;
  display: none;
}

.close_btn{
   position:absolute;
  width:.3rem;
  height: .3rem;
  top:-.44rem;
  right:.1rem;
  border-radius: 50%;
}

.applyFor_main {
  width: 3.43rem;
  /* height: 4.74rem; */
  height: fit-content;
  /* width: 343px;
  height: 474px; */
  background: linear-gradient(180deg, #e6f0ff, #ffffff 23%);
  border-radius: .2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding-top: .14rem;
}
.firm_height{
  height:.34rem;
}
.applyFor_msg_error {
  font-size: .12rem;
  font-weight: 400;
  text-align: left;
  color: #EF4040;
  line-height: .17rem;
  margin-top: .04rem;
  display: none;
}

.msg_error_block {
  display: block;
}

.applyFor_title {
  font-size: .2rem;
  font-weight: 500;
  text-align: center;
  color: #333333;
  line-height: .28rem;
  margin-top: .24rem;
}

.applyFor_subtitle {
  font-size: .12rem;
  text-align: center;
  color: #999999;
  line-height: .17rem;
  margin-top: .04rem;
}

.applyFor_con {
  margin: 0 auto;
  width: 3.04rem;
  margin-top: .24rem;
  font-size: .14rem;
  margin-top:.4rem;
}

.applyFor_con li {
  margin-bottom: .24rem;
}

.applyFor_msg {
  border-bottom: .01rem #E3E3E3 solid;
  width: 100%;
  padding-bottom: .1rem;

}

.applyFor_msg_firm {}

.applyFor_btn {
  width: 3.04rem;
  background: #1472ff;
  border-radius: .08rem;
  margin: 0 auto;
  font-size: .14rem;
  color: #fff;
  text-align: center;
  line-height: .48rem;
  cursor: pointer;
  margin-top: .42rem;
}

.applyFor_relative {
  position: relative;
}

.applyFor_code {
  position: absolute;
  right: 0;
  top: 0;
}

.applyFor_gain_code {
  font-size: .14rem;
  font-weight: 400;
  text-align: right;
  color: #999999;
  line-height: .2rem;
  cursor: pointer;
}

.code_color {
  color: #1472FF;
}


#slider-container {
  position: relative;
  width: 100%;
  height: .4rem;
  background-color: #F6F8F8;
  border: 1px solid transparent;
  border-radius: 6px;
  padding: 1px;
  overflow: hidden;
}

#slider {
  position: absolute;
  width: .48rem;
  height: .4rem;
  background: #ffffff;
  border-radius: .06rem;
  cursor: move;
  top: .01rem;
  left: 0;
  box-shadow: 0px .02rem .04rem 0px rgba(0, 0, 0, 0.08);
  z-index: 99;
}

#slider::after {
  content: "";
  background: url(https://public-test-shengtong.oss-accelerate.aliyuncs.com/omo/entrance/right_icon.png) no-repeat center center/contain;
  width: .16rem;
  height: .16rem;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-.08rem, -.08rem);
}

.slide_ok {
  background: #03c573 !important;
}

.slide_ok::after {
  background: url(https://public-test-shengtong.oss-accelerate.aliyuncs.com/omo/entrance/duigou.png) no-repeat center center/contain !important;
}

.slide_circle {
  width: .3rem;
  height: .3rem;
  position: absolute;
  left: 0;
  top: .06rem;
  animation: slide 2s infinite linear;


}

.slide_circle img {
  width: .3rem;
  height: .3rem;
}

@keyframes slide {
  0% {
    left: 0;
  }



  100% {
    left: 100%;
  }
}

#slider_bar {
  position: absolute;
  top: .01rem;
  left: .01rem;
  height: .4rem;
  background: #fff;
}

#slider_text {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: center;
  color: #9EA1A4;
  font-size: .14rem;
  line-height: .44rem;
  z-index: 9;
}