@media screen and (max-width: 768px) {
.footer{
    display: none;
}
.m_footer{
    display: block;
    background: #23863C;
    padding: 0.63rem 0.3rem;
}
.m_footer span{
color: #fff;
}
.m_footer_logo {
    width: 100%;
    display: flex;
    justify-content: center;
}

.m_footer_logo img{
    width: 3.89rem;
}
.m_footer_n{
    margin-top: 0.28rem;
    width: 100%;
color: #fff;
font-weight: bold;
font-size: 0.58rem;
color: #FFFFFF;
line-height: 0.82rem;
text-align: center;
}
.m_footer_a{
    display: flex;
    margin-top: 0.5rem;
}
.m_footer_b{
    display: flex;
    margin-top: 0.24rem;
}

.ewm_info {
  width: 100%;
  display: flex;
  padding: 0 0.3rem;

  margin-top: 0.8rem;
}




.footer_ewm {
  justify-content: space-between;
}

.ewm_item {
  margin-right: unset;
  width:1.99rem;
}


.ewm_item p {
 font-size: 0.23rem;
  color: #fff;
line-height: 0.53rem;
  margin-top: 0.1rem;
}

.footer_beian{
    margin-top: 0.54rem;
    font-size: 0.28rem;
 color: rgba(255, 255, 255,0.67); 
line-height: 0.5rem;
text-align: center;
}
.footer_beian a{
   color: rgba(255, 255, 255,0.67); 
}
}