/* tab style begin */

.footer_pad_top {
  padding-top: .98rem;
}

#footer_tab .footer_items {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 99;
}

#footer_tab .re_top {
  background: url(../../images/idp/ic_retop.png) #f5f5f5 center no-repeat;
  background-size: 0.32rem 0.2rem;
  width: 0.68rem;
  height: 0.68rem;
  border-radius: 50%;
  box-shadow: 0.1rem 0.1rem 0.5rem #bdbdbd;
  position: absolute;
  top: -1.5rem;
  right: 0.4rem;
  z-index: 9999;
}

#footer_tab .footer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#footer_tab .footer div {
  display: flex;
  align-items: center;
  height: 0.98rem;
  width: 33.33%;
  justify-content: center;
}

#footer_tab .footer div a {
  display: block;
  font-size: 0.2987rem;
  font-weight: 400;
  color: #ffffff;
}

#footer_tab .apply {
  background: linear-gradient(90deg, #de1e3c 0%, #ef5628 51%, #fdac2a 100%);
}

#footer_tab .footer div img {
  display: inline-block;
  margin-right: .1rem;
  width: .42rem;
}

#footer_tab .call {
  background: linear-gradient(90deg, #38920b 0%, #45ae11 51%, #54c31e 100%);
}

#footer_tab .consult {
  flex: 1;
  background: linear-gradient(90deg, #0965cf 0%, #148cc9 51%, #28bfcd 100%);
}

/* tab style end */

/* form_layer style begin */

.hidden_body_scroll {
  overflow: hidden;
}

#apply_form{
  /* display: none; */
  height: 100vh;
  width: 100%;
  position: fixed;
  top: -200%;
  left: 0;
  background: #f5f5f5;
  z-index: 9999999;
  -webkit-transition: top .2s linear;
  transition: top .2s linear;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.show_form {
  top: 0 !important;
}

#apply_form .apply_content {
  position: relative;
}

#apply_form .apply_form_head {
  color: #f5f5f5;
  width: 100%;
  height: 3rem;
  padding: .5rem .3rem;
  box-sizing: border-box;
  background: linear-gradient(90deg, #330da8 0%, #2148cc 51%, #0078f1 100%);
}

#apply_form .apply_content h3 {
  font-size: 0.4rem;
  line-height: 0.6rem;
}

#apply_form .apply_content .tips {
  font-size: 0.32rem;
  margin-top: 0.1rem;
}

#apply_form .a_close img {
  float: right;
  width: 0.33rem;
  height: 0.33rem;
}

#apply_form .apply_form_detail {
  top: 2.5rem;
  width: 6.7rem;
  left: .4rem;
  height: calc(100vh - .5rem);
  background: #f5f5f5;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
}

/* form_layer style end */