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

.p_deal_step_1 {
  display: none;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 100%;
  height: 1195px;
  margin: 65px auto 0;
  padding: 0 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p_deal_step_1 .p_step_1_title {
  padding: 45px 0 0;
  overflow: hidden;
}
.p_deal_step_1 .p_step_1_title .p_text {
  font-size: 26px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  display: inline-block;
  vertical-align: bottom;
  line-height: 36px;
  float: left;
  margin-top: 18px;
}
.p_deal_step_1 .p_step_1_title .p_search_box {
  border-width: 0.5px;
  border-color: rgb(159, 160, 160);
  border-style: solid;
  width: 477px;
  height: 54px;
  margin-left: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  font-size: 0;
  letter-spacing: 0;
}
.p_deal_step_1 .p_step_1_title .p_search_box img {
  width: 21px;
  height: 22px;
  margin: 16px 15px 0 18px;
  display: inline-block;
  vertical-align: top;
}
.p_deal_step_1 .p_step_1_title .p_search_box input {
  font-size: 18px;
  font-family: inherit;
  color: rgb(0, 0, 0);
  width: 340px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.p_deal_step_1 .p_step_1_title .p_search_box input::input-placeholder {
  color: rgb(159, 160, 160);
}
.p_deal_step_1 .p_step_1_title .p_search_box .p_search_btn {
  font-size: 18px;
  font-family: inherit;
  color: rgb(213, 0, 0);
  line-height: 52px;
  height: 100%;
  width: 80px;
  margin-left: auto;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.p_deal_step_1 .p_fund_list {
  margin: 45px auto 0;
}
.p_deal_step_1 .p_fund_list .p_fund_card {
  border-width: 0.5px;
  border-color: rgb(159, 160, 160);
  border-style: solid;
  width: 100%;
  height: 258px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  overflow: hidden;
  margin-bottom: 40px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_found_title {
  width: 100%;
  border-bottom: 1px solid rgb(159, 160, 160);
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  margin-top: 18px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_found_title .p_text {
  font-size: 26px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(213, 0, 0);
  float: left;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_found_title .p_text img {
  width: 13px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_found_title .p_label {
  font-size: 21px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  margin-left: 25px;
  float: left;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds {
  padding: 34px 0 24px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item {
  width: 100%;
  height: 109px;
  font-size: 0;
  margin-top: 42px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item:first-child {
  margin-top: 0;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item > div {
  display: inline-block;
  vertical-align: top;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_found_name {
  width: 59%;
  font-size: 18px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  margin-top: 35px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_found_name .p_text {
  display: inline-block;
  vertical-align: baseline;
  margin-right: 20px;
  margin-left: 8px;
  line-height: 27px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_found_name span {
  border-radius: 2px;
  background-color: rgb(250, 226, 206);
  height: 27px;
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 14px;
  font-family: inherit;
  color: rgb(230, 109, 10);
  line-height: 27px;
  margin-right: 12px;
  padding: 0 8px;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_found_info {
  width: 21%;
  text-align: center;
  margin-top: 0;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_found_info .p_num {
  font-size: 21px;
  font-family: inherit;
  line-height: 50px;
  color: rgb(213, 0, 0);
  vertical-align: super;
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_found_info .p_desc {
  font-size: 18px;
  font-family: inherit;
  line-height: 32px;
  color: rgb(159, 160, 160);
}
.p_deal_step_1 .p_fund_list .p_fund_card .p_founds .p_found_item .p_buy_btn {
  border-radius: 2px;
  background-color: rgb(213, 0, 0);
  width: 15%;
  height: 55px;
  margin-left: auto;
  font-size: 21px;
  font-family: inherit;
  color: #fff;
  line-height: 55px;
  text-align: center;
  margin-top: 25px;
  margin-right: 10px;
  float: right;
}

.p_deal_step_2 {
  display: none;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 810px;
  height: 924px;
  margin: 65px auto 0;
  padding: 0 44px;
  position: relative;
}
.p_deal_step_2 .p_found_name {
  padding-top: 38px;
  line-height: 50px;
  font-size: 26px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
}
.p_deal_step_2 .p_buy_label {
  margin-top: 34px;
  line-height: 34px;
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
}
.p_deal_step_2 .p_input_box {
  height: 75px;
  border-bottom: 1px solid rgb(159, 160, 160);
  line-height: 75px;
  font-size: 0;
  letter-spacing: 0;
}
.p_deal_step_2 .p_input_box span {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  text-align: center;
  margin-right: 10px;
  font-size: 43px;
  font-family: inherit;
  font-weight: bold;
}
.p_deal_step_2 .p_input_box input {
  width: calc(100% - 42px);
  height: 100%;
  font-size: 43px;
  font-family: inherit;
  color: #000;
}
.p_deal_step_2 .p_input_box input::input-placeholder {
  color: #9fa0a0;
}
.p_deal_step_2 .p_found_deal_desc {
  margin-top: 9px;
  font-size: 18px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  line-height: 38px;
}
.p_deal_step_2 .p_found_deal_desc .underLine {
  text-decoration: line-through;
}
.p_deal_step_2 .p_found_deal_desc .red {
  color: #d50000;
}
.p_deal_step_2 .p_deal_pay_way {
  margin-top: 36px;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_pay_title {
  font-size: 23px;
  font-family: inherit;
  font-weight: bold;
  line-height: 40px;
  color: rgb(35, 24, 21);
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card {
  width: 100%;
  height: 90px;
  border-bottom: 1px solid rgb(159, 160, 160);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card .p_icon {
  width: 35px;
  height: 35px;
  margin-right: 8px;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card .p_card_info_name {
  font-size: 22px;
  font-family: inherit;
  color: rgb(35, 24, 21);
  line-height: 38px;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card .p_card_info_name span {
  display: inline-block;
  vertical-align: baseline;
  font-size: 16px;
  font-family: inherit;
  color: rgb(30, 144, 255);
  line-height: 23px;
  border-width: 1px;
  border-color: rgb(30, 144, 255);
  border-style: solid;
  width: auto;
  height: 23px;
  padding: 0 4px;
  margin-left: 5px;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card p {
  font-size: 18px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  line-height: 32px;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card .p_exchange_btn {
  font-size: 18px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  line-height: 32px;
  color: rgb(159, 160, 160);
  margin-left: auto;
}
.p_deal_step_2 .p_deal_pay_way .p_deal_card .p_exchange_btn img {
  width: 8px;
  height: 18px;
  margin-left: 5px;
  display: inline-block;
  vertical-align: top;
  margin-top: 7px;
}
.p_deal_step_2 .p_deal_agree {
  margin: 36px 0 0;
  line-height: 36px;
  font-size: 18px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  vertical-align: super;
  line-height: 36px;
}
.p_deal_step_2 .p_deal_agree .icon {
  border-width: 1px;
  border-color: rgb(159, 160, 160);
  border-style: solid;
  border-radius: 2px;
  width: 15px;
  height: 15px;
  display: inline-block;
  vertical-align: top;
  margin: 10.5px 0 0;
  margin-right: 5px;
  position: relative;
  overflow: hidden;
}
.p_deal_step_2 .p_deal_agree .icon input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.01;
}
.p_deal_step_2 .p_deal_agree .icon input:checked + img {
  display: block;
}
.p_deal_step_2 .p_deal_agree .icon img {
  display: none;
  width: 150%;
  height: 150%;
  margin: -25%;
}
.p_deal_step_2 .p_deal_agree span {
  text-decoration: underline;
}
.p_deal_step_2 .p_submit_btn {
  background-color: rgb(214, 0, 0);
  width: 100%;
  height: 53px;
  margin: 22px 0 0;
  font-size: 22px;
  font-family: inherit;
  color: #fff;
  line-height: 53px;
  text-align: center;
}
.p_deal_step_2 .p_tips {
  font-size: 18px;
  font-family: inherit;
  line-height: 28px;
  color: #9fa0a0;
  margin: 45px 0 0;
}

.p_deal_step_3 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
}
.p_deal_step_3 .p_alert_box {
  background-color: rgb(255, 255, 255);
  width: 699px;
  height: 301px;
  margin: 250px auto 0;
}
.p_deal_step_3 .p_alert_box .p_title {
  position: relative;
  height: 70px;
  border-bottom: 1px solid rgba(159, 160, 160, 0.502);
  font-size: 21px;
  font-family: inherit;
  color: #000000;
  line-height: 70px;
  text-align: center;
}
.p_deal_step_3 .p_alert_box .p_title .p_close_btn {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 25px;
  left: 33px;
  padding: 20px;
  margin: -20px;
}
.p_deal_step_3 .p_alert_box .p_insert_box {
  border-width: 0.5px;
  border-color: rgb(159, 160, 160);
  border-style: solid;
  width: 535px;
  height: 47px;
  margin: 47px auto 0;
}
.p_deal_step_3 .p_alert_box .p_insert_box input {
  width: 100%;
  height: 100%;
  padding: 0 25px;
  font-size: 18px;
  font-family: inherit;
  color: #000;
}
.p_deal_step_3 .p_alert_box .p_insert_box input::input-placeholder {
  color: #9fa0a0;
}
.p_deal_step_3 .p_alert_box .p_btns {
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  margin: 45px auto 0;
}
.p_deal_step_3 .p_alert_box .p_btns div {
  display: inline-block;
  vertical-align: top;
}
.p_deal_step_3 .p_alert_box .p_btns .p_cancel_btn {
  border-width: 0.5px;
  border-color: rgb(159, 160, 160);
  border-style: solid;
  width: 117px;
  height: 46px;
  font-size: 18px;
  font-family: inherit;
  color: #9fa0a0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 46px;
  text-align: center;
  margin: 0 30px;
}
.p_deal_step_3 .p_alert_box .p_btns .p_submit_btn {
  background-color: rgb(213, 0, 0);
  width: 116px;
  height: 46px;
  font-size: 18px;
  font-family: inherit;
  color: #fff;
  line-height: 46px;
  text-align: center;
  margin: 0 30px;
}

.p_deal_step_4 {
  display: none;
  background-color: rgb(255, 255, 255);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
          box-shadow: 0px 0px 15px 0px rgba(226, 226, 226, 0.72);
  width: 810px;
  height: 767px;
  margin: 65px auto 0;
  padding: 0 44px;
}
.p_deal_step_4 .p_title {
  padding-top: 74px;
  line-height: 38px;
  font-size: 26px;
  font-family: inherit;
  color: #231815;
  text-align: center;
}
.p_deal_step_4 .p_found_buy {
  line-height: 34px;
  color: #9fa0a0;
  font-size: 18px;
  font-family: inherit;
  text-align: center;
}
.p_deal_step_4 .p_buy_step {
  margin: 40px auto 0;
}
.p_deal_step_4 .p_buy_step .p_img {
  width: 565px;
  height: 36px;
  margin: 0 auto;
  position: relative;
}
.p_deal_step_4 .p_buy_step .p_img div {
  position: absolute;
  top: 50px;
  width: 180px;
  text-align: center;
}
.p_deal_step_4 .p_buy_step .p_img div p:nth-child(1) {
  height: 28px;
  line-height: 28px;
  font-size: 21px;
  font-family: inherit;
  color: #3e3533;
}
.p_deal_step_4 .p_buy_step .p_img div p:nth-child(2) {
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  font-family: inherit;
  color: #9fa0a0;
}
.p_deal_step_4 .p_buy_step .p_img .p_date_1 {
  left: 0;
  margin-left: -70px;
}
.p_deal_step_4 .p_buy_step .p_img .p_date_2 {
  right: 0;
  margin-right: -70px;
}
.p_deal_step_4 .p_done_btn {
  background-color: rgb(214, 0, 0);
  width: 718px;
  height: 54px;
  margin: 110px auto 0;
  font-size: 21px;
  font-family: inherit;
  color: #fff;
  line-height: 54px;
  text-align: center;
  display: block;
}
.p_deal_step_4 .p_code {
  line-height: 40px;
  font-size: 16px;
  font-family: inherit;
  color: #9fa0a0;
  text-align: center;
}
.p_deal_step_4 .p_er_desc {
  line-height: 32px;
  font-size: 17px;
  font-family: inherit;
  color: #9fa0a0;
  text-align: center;
  margin: 32px auto 0;
}
.p_deal_step_4 .p_er {
  width: 172px;
  height: 172px;
  margin: 39px auto 0;
}

.p_ep2 > .p_prev_btn {
  display: none;
  font-size: 18px;
  font-family: inherit;
  color: rgb(159, 160, 160);
  vertical-align: super;
  line-height: 36px;
  text-align: center;
  margin: 20px auto 0;
  width: 150px;
}/*# sourceMappingURL=p_experience2_1.css.map */