
@media screen and (max-width: 750px) {

  .m_mobile_box .m_top_img {
    width: 100%;
    height: 0.73rem;
  }

  .m_mobile_box  .m_nav {
    font-size: 0.13rem;
    color: #666;
    margin: 0.2rem 0.15rem 0.05rem;
  }
 .table_select_top{
  margin-bottom: 0;
 }
 .table_select_title {
      font-size: 0.17rem;
      display: inline-block;
      padding-bottom: 0.1rem;
      height: 0.5rem;
      top: 0;
 
    }
  .main_content{
    width:100%;
    padding: 0 0.15rem;
  }
 .m_content_table {
    margin-bottom: 0.2rem;
  }
  .m_content_table .m_table_info {
    width: 3.45rem;
    border-radius: 0.05rem;
    border-collapse: collapse;
    border: 0.01rem solid #dddddd;
    font-size: 0.13rem;
  }
  .m_content_table .m_table_info thead tr th {
    text-align: center;
  }
 .m_content_table .m_table_info thead .m_top {
    height: 0.375rem;
    color: #fff;
    background: #0f45ae;
  }
 .m_content_table .m_table_info thead .m_top .m_first_table_item {
    width: 27%;
  }
 .m_content_table .m_table_info thead .m_top .m_secend_table_item {
    width: 27%;
  }
.m_content_table .m_table_info thead .m_top .m_three_table_item {
    width: 46%;
  }
 .m_content_table .m_table_info td {
    border: 0.0063rem solid #dddddd;
    text-align: center;
    padding: 0.1rem;
  }
.m_content_table .m_table_info a {
    color: #333333;
    display: inline-block;
    height: 0.15rem;
    margin: 0.05rem 0.1rem;
    line-height: 0.15rem;
    font-size: 0.13rem;
    /* width: 100%; */
  }
 .m_content_table .m_table_info a:hover {
    color: #0F45AE;
  }
 .m_content_table .m_table_info tbody {
    background-color: #fff;
  }
 .m_content_table .m_table_info tbody tr td:first-child {
    text-align: center;
    font-size: 0.13rem;
  }
 .m_content_table .m_table_info tbody tr td:last-child {
    text-align: left;
  }
 .m_content_table .m_table_info .m_title_item_map:hover {
    color: #333333;
  }
}

