.p_third_tabs {
  margin: 24px auto 0;
  overflow: hidden;
}
.p_third_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 0 70px;
  position: relative;
}
.p_third_tabs .p_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.p_third_tabs .p_tab_chose_item {
  background-color: rgb(244, 244, 244);
  height: 65px;
  color: rgb(35, 24, 21);
  line-height: 65px;
  font-size: 16px;
  font-family: inherit;
  font-weight: 600;
  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;
  width: 19.16%;
  margin-right: 1.05%;
}
.p_third_tabs .p_tab_chose_item:last-child {
  margin-right: 0;
}
.p_third_tabs .p_tab_chose_item.p_active, .p_third_tabs .p_tab_chose_item:hover {
  background: #a40000;
  color: #fff;
}
.p_third_tabs .p_second_menu {
  position: absolute;
  top: 97px;
  left: 0;
  width: 100%;
  height: 40px;
}
.p_third_tabs .p_second_menu .p_group {
  width: 100%;
  height: 40px;
  background-color: rgb(197, 178, 156);
}
.p_third_tabs .p_second_menu .p_group .p_group_item {
  width: 19.16%;
  margin-right: 1.05%;
  font-size: 17px;
  font-family: inherit;
  color: rgb(255, 255, 255);
  text-align: center;
  text-align: center;
  float: left;
  height: 100%;
  cursor: pointer;
}
.p_third_tabs .p_second_menu .p_group .p_group_item:nth-child(5n) {
  margin-right: 0;
}
.p_third_tabs .p_second_menu .p_group .p_group_item span {
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 25px;
  line-height: 25px;
  border-bottom: 2.5px solid transparent;
  width: auto;
  margin-top: 6.25px;
  pointer-events: none;
}
.p_third_tabs .p_second_menu .p_group .p_group_item.p_chose span, .p_third_tabs .p_second_menu .p_group .p_group_item:hover span {
  border-color: #fff;
  font-family: inherit;
  font-weight: bold;
}

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;
}

.p_deal_step_list {
  margin: 10px 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;
}
.p_deal_step_list .p_deal_step {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  position: relative;
  margin: 0 103.5px;
}
.p_deal_step_list .p_deal_step .p_step_icon {
  background: #9fa0a0;
  width: 44px;
  height: 44px;
  position: relative;
}
.p_deal_step_list .p_deal_step span {
  display: inline-block;
  vertical-align: top;
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.p_deal_step_list .p_deal_step .p_step_point {
  position: absolute;
  width: 16px;
  height: 16px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: -5px;
  left: 50%;
  margin-left: -8px;
  background: #9fa0a0;
}
.p_deal_step_list .p_deal_step p {
  width: 250%;
  font-size: 14px;
  font-family: inherit;
  font-weight: 600;
  color: #9fa0a0;
  line-height: 25px;
  text-align: center;
  margin: 16px 0 0 -75%;
}
.p_deal_step_list .p_deal_step.p_active .p_step_icon {
  background: rgb(164, 0, 0);
}
.p_deal_step_list .p_deal_step.p_active .p_step_point {
  background: rgb(164, 0, 0);
}
.p_deal_step_list .p_deal_step.p_active p {
  color: rgb(164, 0, 0);
}
.p_deal_step_list .p_deal_step::after {
  background: rgb(159, 160, 160);
  position: absolute;
  width: 185px;
  height: 1px;
  top: 22px;
  left: 55px;
  content: "";
  display: block;
}
.p_deal_step_list .p_deal_step:last-child::after {
  display: none;
}

.p_ep2 {
  padding-bottom: 50px;
}/*# sourceMappingURL=p_experience2_public.css.map */