@media screen and (max-width: 750px) {
.page{
	width: 100% !important;
}
.content{
	width: 100%;
}
.main_content{
padding: 0;
width: 100%;
}
.table_main_content{
    padding: 0 0.15rem;
    padding-bottom: 0.1rem;
	margin-top: 0;
}
.m_report_content{
	min-height: 0;
	padding:0;
}
.table_select_title{
	font-size: 0.17rem;
	margin: 0;
}
.el-table--border .el-table__cell:first-child .cell a{
	color:#5f78aa;
}
.table_select_top{
	 border-bottom: 0.01rem solid #eee;
	 padding-bottom: 0.1rem;
}
.table_select{
	width: 100%;
	display: block;
	background: #fff;
	padding: 0 0.15rem;
}
.table_select_right{
	    padding: 0;
	    right: 0;
	    width: 100%;
	    margin: 0.2rem 0 0;
}
.table_minutes_title{
	font-size: 0.15rem;
	width: 2rem;
	height: auto;
}
.select_btn{
	height:0.3rem;
	line-height:0.3rem;
	font-size:0.15rem;
	width:0.6rem;
}
.right_content{
	margin-top: 0.1rem;
}

}