.m_third_tabs {
  margin: 24px auto 0;
  overflow: hidden;
}
.m_third_tabs {
  margin: 0.4rem auto 0rem;
}
.m_third_tabs .m_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m_third_tabs .m_wrap .m_tab_chose_item {
  font-size: 0.2778rem;
  color: rgb(159, 160, 160);
  line-height: 0.54rem;
  padding: 0 0.3rem;
}
.m_third_tabs .m_wrap .m_tab_chose_item::after {
  width: 0.39rem;
  height: 0.05rem;
  display: block;
  margin: 0rem auto 0;
  content: "";
}
.m_third_tabs .m_wrap .m_tab_chose_item.m_active {
  font-size: 0.31rem;
  color: #a40000;
  font-weight: bold;
}
.m_third_tabs .m_wrap .m_tab_chose_item.m_active::after {
  background: #a40000;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.cur_btn {
  cursor: pointer;
}

.m_deal_step_list {
  margin: 0.54rem auto 0;
  font-size: 0;
  letter-spacing: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m_deal_step_list .m_deal_step {
  display: inline-block;
  vertical-align: top;
  width: 1.66rem;
  position: relative;
  margin: 0 0;
}
.m_deal_step_list .m_deal_step .m_step_icon {
  background: #9fa0a0;
  width: 0.6rem;
  height: 0.6rem;
  position: relative;
  margin: 0 auto;
}
.m_deal_step_list .m_deal_step span {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  line-height: 0.6rem;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
  font-size: 0.34rem;
  font-weight: bold;
}
.m_deal_step_list .m_deal_step .m_step_point {
  position: absolute;
  width: 0.16rem;
  height: 0.16rem;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -0.05rem;
  left: 50%;
  margin-left: -0.08rem;
  background: #9fa0a0;
}
.m_deal_step_list .m_deal_step p {
  width: 100%;
  color: #9fa0a0;
  font-size: 0.2rem;
  line-height: 0.25rem;
  text-align: center;
  margin: 0.25rem 0 0;
}
.m_deal_step_list .m_deal_step.m_active .m_step_icon {
  background: rgb(164, 0, 0);
}
.m_deal_step_list .m_deal_step.m_active .m_step_point {
  background: rgb(164, 0, 0);
}
.m_deal_step_list .m_deal_step.m_active p {
  color: rgb(164, 0, 0);
}
.m_deal_step_list .m_deal_step::after {
  background: rgb(159, 160, 160);
  position: absolute;
  width: 0.94rem;
  height: 0.01rem;
  top: 0.3rem;
  left: 1.19rem;
  content: "";
  display: block;
}
.m_deal_step_list .m_deal_step:last-child::after {
  display: none;
}

.m_ep2 {
  padding-bottom: 0.5rem;
}/*# sourceMappingURL=m_experience2_public.css.map */