.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_title {
  font-size: 21px;
  font-family: inherit;
  font-weight: 600;
  color: rgb(35, 24, 21);
  text-align: center;
  margin: 29px auto 0;
  line-height: 32px;
}

.p_ep2 {
  padding: 0 0 142px;
}

.p_deal_tab {
  margin: 66px auto 0;
  overflow: hidden;
  text-align: center;
}
.p_deal_tab .p_deal_card {
  background-color: rgb(244, 244, 244);
  width: 231px;
  height: 260px;
  overflow: hidden;
  margin: 0 7px;
  display: inline-block;
  vertical-align: top;
}
.p_deal_tab .p_deal_card .img_box {
  margin: 85px auto 0;
  width: 74px;
  height: 74px;
  overflow: hidden;
}
.p_deal_tab .p_deal_card .p_text {
  font-size: 21px;
  font-family: inherit;
  font-weight: bold;
  color: rgb(35, 24, 21);
  line-height: 32px;
  text-align: center;
  margin: 27px auto 0;
}
.p_deal_tab .p_deal_card:hover {
  background: #a40000;
}
.p_deal_tab .p_deal_card:hover .img_box img:first-child {
  display: none;
}
.p_deal_tab .p_deal_card:hover .p_text {
  color: #fff;
}/*# sourceMappingURL=p_experience2.css.map */