.pc_ {
  display: inherit !important;
}

.m_ {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .pc_ {
    display: none !important;
  }
  .m_ {
    display: inherit !important;
  }
  .m_nav {
    margin: 0 5%;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #bbb;
    position: relative;
    z-index: 10;
  }
  .m_nav > a {
    height: 38px;
    line-height: 38px;
    color: #444;
    width: 100%;
    display: block;
    padding: 0 4%;
  }
  .m_nav > a::after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    right: 4%;
    top: 33%;
    margin: 0 0 0 3px;
  }
  .m_nav .NavList_a1 {
    margin: 0;
    border: 1px solid #bbb;
    background: #fff;
    position: absolute;
    left: 0;
    top: 100%;
    height: auto;
    display: none;
    margin: 0 !important;
  }
  .m_nav .NavList_a1 ul li {
    width: 100%;
  }
}
/*# sourceMappingURL=r_product_list.css.map */