a:hover {
  color: rgb(0, 87, 255);
}

.menu_ul  > li> a{
    color: #333 !important ;
}

.m_card {
  background: #fff;
  border-radius: 5px;
  padding: 5px;
}

.main {
  margin-top: 80px;
}
.m_router {
      margin-bottom: 18px;
    margin-top: 92px;
}
.m_router > ul {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.m_router > ul > li::after {
  content: ">";
  margin: 0px 5px;
}
.m_router > ul > li:last-child::after {
  content: "";
  
}
.m_router > ul > li:first-child {
      color: #999;
}
.m_router > ul > li {
      color: #999;
}
.m_router > ul > li>a {
      color: #999;
}

.m_router > ul > li:last-child >a {
      color: #000;
}
/* 轮播  */
.m_lunbo {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}
.m_lunbno_img {
  overflow: hidden;
  height: 354px;
}

.m_lunbo_right {
}
.m_lunbo_ad {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
  border-radius: 5px;
  overflow: hidden;
}
.m_lunbo_ad_item{
    height: 120px;
}
.m_lunbo_ad_item > img {
  width: 100%;
  height: 100%;
}
.m_lunbo_paihang {
  margin-top: 10px;
  padding: 15px 15px 15px 15px;
}
.m_lunbo_paihang_title {
  
  padding: 0px 0px 12px 0px;
  display: flex;
    align-items: center;
   
font-family: PingFang SC-Bold, PingFang SC;

font-size: 18px;
    color: #333;
}
.m_lunbo_paihang_title>img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}
.m_lunbo_paihang_list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
.m_lunbo_paihang_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
      cursor: pointer;
}

.m_lunbo_paihang_item>p{
  overflow:hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow:ellipsis;
  width: 84px;
  margin-top: 10px;
  color: #333;
}
.m_lunbo_paihang_item:hover >p{
   color: #0057ff;
}
.m_lunbo_paihang_item_img {
  border: 1px solid #ebebeb;
  border-radius: 8px;
  overflow: hidden;
  box-sizing: border-box;
  /* width: 80px; */
  height: 120px;
  -moz-box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0px 3px 6px 1px #00000029;
}
.m_lunbo_paihang_item_img > img {
  width: 100%;
  height: 100%;
}
/* 分类 */
.cate {
  margin-top: 20px;
  padding: 10px 30px 30px 30px;
}
.cate_title {
  font-size: 18px;
  padding: 10px 0px 12px 0px;
  font-family: PingFangSC-Regular;
  color: #666;
  text-align: left;
  min-width: 55px;
  margin-right: 32px;
}
.cate_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}
.cate_list > span {
  font-size: 13px;
      /*padding-top: 3px;*/

}
.cate_list_item {
  flex: 1;
  /*margin-left: 30px;*/
}
.cate_list_item_cate > span {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #333;
  background: #f8f8f9;
  border-radius: 4px;
  padding: 7px 8px;
      margin-right: 6px;
  cursor: pointer;
  display: inline-block;
  margin-top: 6px;
}
.lanmu_cate_active {
  background: rgba(0, 87, 255, 0.05) !important;
  color: #0057ff !important;
}
.cate_order {
  margin-top: 20px;
  display: flex;
  flex-wrap: nowrap;
}
.cate_hr {
  border-top: 1px solid #cccccc5a;
  /* padding: 0px 10px; */
}
.cate_order > span {
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #333;
  background: #f8f8f9;
  border-radius: 4px;
  padding: 7px 8px;
  margin-right: 15px;
  cursor: pointer;
  display: inline-block;
}
/* 分类enrich */
.cate_main {
  margin-top: 20px;
}
/* 分页 */
.cate_page {
  text-align: center;
  margin-top: 15px;
}
.cate_more_btn_span{
    width: 117px;
}