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

.m_deal_title {
  color: rgb(35, 24, 21);
  text-align: center;
  margin: 0.44rem auto 0;
  line-height: 0.37rem;
  font-size: 0.28rem;
  font-weight: bold;
}

.m_deal_tab {
  margin: 0.23rem auto 0.2rem;
  overflow: hidden;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m_deal_tab .m_deal_card {
  background-color: rgb(244, 244, 244);
  width: 1.68rem;
  height: 1.9rem;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.m_deal_tab .m_deal_card .img_box {
  margin: 0.45rem auto 0;
  width: 0.78rem;
  height: 0.76rem;
  overflow: hidden;
}
.m_deal_tab .m_deal_card .m_text {
  color: rgb(35, 24, 21);
  line-height: 0.28rem;
  font-size: 0.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0.2rem auto 0;
}
.m_deal_tab .m_deal_card:hover {
  background: #a40000;
}
.m_deal_tab .m_deal_card:hover .img_box img:first-child {
  display: none;
}
.m_deal_tab .m_deal_card:hover .m_text {
  color: #fff;
}/*# sourceMappingURL=m_experience2.css.map */