*{
tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
}


.m a {
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.m img {
 object-fit:cover;
}

input {
  border: none;
  background: transparent;
  outline: none;
}

ul {
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}
a img {
  border: 0;
}
a :hover {

}

.m_main {
  padding: 1.2rem 0 0;
}

.m_main {
  padding: 1.2rem 0 0;
}

.m_wrapper {
  padding: 0 0.23rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_secondary_banner {
  width: 100%;
  height: 3rem;
  position: relative;
  overflow: hidden;
}
.m_secondary_banner .m_breadcrumbs {
  font-size: 0.17rem;
  color: rgb(255, 255, 255);
  text-indent: 0.1rem;
  margin-top: 0.24rem;
  line-height: 0.3rem;
}
.m_secondary_banner .m_breadcrumbs a {
  opacity: 0.7;
}
.m_secondary_banner .m_banner_title {
  margin-top: 0.75rem;
  font-size: 0.3472rem;
  color: rgb(255, 255, 255);
  text-indent: 0.1rem;
  line-height: 0.45rem;
}

.m_secondary_banner .m_banner_desc {
  margin-top: 0.65rem;
  font-size: 0.18rem;
  color: rgb(255, 255, 255);
  line-height: 1.2;
}

.m_secondary_banner .bg_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.m_secondary_banner .m_wrapper {
  position: relative;
}

.m_paging {
  text-align: center;
  padding-bottom: 0.64rem;
  margin-top: 0.32rem;
}
.m_paging .m_base_btn,
.m_paging a,
.m_paging span {
  border-radius: 0.03rem;
  background-color: rgb(255, 255, 255);
  width: 0.36rem;
  height: 0.36rem;
  -webkit-box-shadow: 0 0 0.04rem 0 #ececec;
          box-shadow: 0 0 0.04rem 0 #ececec;
  margin: 0 0.06rem;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  font-size: 0.16rem;
  color: rgb(35, 24, 21);
  line-height: 0.36rem;
  vertical-align: top;
}
.m_paging .m_base_btn img,
.m_paging a img,
.m_paging span img {
  width: 0.06rem;
  height: 0.08rem;
  display: inline-block;
  margin: 0.14rem 0;
  vertical-align: top;
}
.m_paging .m_base_btn.active, .m_paging .m_base_btn:hover,
.m_paging a.active,
.m_paging a:hover,
.m_paging span.active,
.m_paging span:hover {
  background: #a40000;
  color: #fff;
}
.m_paging .m_base_btn.m_prev:hover, .m_paging .m_base_btn.m_next:hover,
.m_paging a.m_prev:hover,
.m_paging a.m_next:hover,
.m_paging span.m_prev:hover,
.m_paging span.m_next:hover {
  background: #fff;
}
.m_paging .m_base_btn.next, .m_paging .m_base_btn.prev,
.m_paging a.next,
.m_paging a.prev,
.m_paging span.next,
.m_paging span.prev {
  font-family: serif;
}/*# sourceMappingURL=m_common.css.map */