@media (min-width: 767px) {
  .footer_view {
    margin-top: 60px;
  }
  .footer_view_scetion {
    border-top: solid 1px #929292;
    font-size: 16px;
    padding-top: 12px;
    line-height: 20px;
    margin-bottom: 30px;
  }
  .footer_view_scetion a {
    color: #000;
  }
  .footer_view_scetion a:hover {
    color: #D40300;
  }
  .footer_view_container {
    color: #343434;
    font-size: 14px;
    display: flex;
    justify-content: center;
    border-top: 2px solid #D40300;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .footer_view_container a {
    height: 20px;
    display: block;
    line-height: 20px;
    color: #343434;
    margin: 0 20px !important;
  }
  .footer_view_icp {
    margin-top: 20px;
    padding-top: 20px;
    line-height: 30px;
    color: #999;
    background-color: #3A3A3A;
    text-align: center;
    font-size: 14px;
  }


  .m_footer {
    padding-top: 30px;
  }
  .m_footer_nav {
    display: flex;
    width: 100%;
  }
  .m_footer_nav a {
    height: 40px;
    width: 33.33%;
    text-align: center;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .m_footer {
    background: #ffffff;
    padding: 0.5rem 0;
  }
  .m_footer_nav {
    display: flex;
    align-items: center;
    padding: 0.14rem 0;
    background-color: #ae0300;
    justify-content: space-evenly;
  }
  .m_footer_nav a {
    display: inline-block;
    color: #fff;
    font-size: 0.3rem;
    line-height: 0.48rem;
    text-align: center;
    vertical-align: top;
  }
  .m_footer_text {
    position: relative;
    margin: 0.5rem 0;
    font-size: .26rem;
    line-height: .36rem;
    color: #c1c1c1;
    text-align: center;
  }
  .m_footer_text::before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background-color: #c8c8c8;
    height: 0.01rem;
    overflow: hidden;
    width: 100%;
  }
  .m_footer_text span {
    position: relative;
    padding: 0 0.3rem;
    background-color: #fff;
  }
}