@media screen and (max-width: 750px) {
	
	.m_content{
		padding:0;
		width: 100%;
	}
	.content{
		width: 100%;
	}
	.m_nav{
		display: block;
		color: #666;
		font-size: 0.13rem;
		padding: 0.2rem 0.15rem 0.01rem;
	}
	.side_menu{
		display: none;
	}
  .m_top_img,.m_top_img img{
	  height: 0.73rem;
	  width: 100%
  }
  .position_info,.des_text{
	  display: none;
  }
  .m_report_content{
	  padding: 0 0.15rem;
	  width: 100%;
  }
  .form-horizontal{
	  display: flex;
  }

  .el-date-editor.el-input, .el-date-editor.el-input__inner{
	  width: 70%;
  }
  .query_btn{
  width: 0.8rem;
  height: 0.3rem;
  background: #224397;
  border-radius: 0.05rem;
  color: #fff;
  line-height: 0.3rem;
  text-align: center;
  }
  .el-input--prefix .el-input__inner{
	  height: 0.3rem;
	  font-size: 0.13rem;
	 }
  
.work_intro_item .table_content{
	padding:0.125rem;
}
 .text_info, .m_text_icon{
	 color: #666 !important;
 }
.m_can_temp_w20{
	width: 25%;
}
 .m_can_temp_w80{
	 width: 75%;
 } 
 .el-table__empty-text{
	text-align: left;
	/* padding-left: 0.5rem; */
	font-size: 0.13rem;
	}
 .no_empty_info{
	 width: 100%;
 }
 .m_calndar_info{
	 min-height: 1rem;
 }
 .m_mobile_box .m_content .m_table .el-table__header .el-table__cell{
	font-size: 0.1rem;
	padding: 0.08rem 0; 
 }
 .el-table tr .cell a{
	 color: #224397;
 }
}

