.header_m{
	width:100%;
	height:0.91rem;
	background: white;
	position:fixed;
	top:0;
	left:0;
	z-index: 999;
}
.header_m>a>img{
	width:0.5rem;
	height:0.51rem;
	margin:0.2rem 0 0 0.35rem; 
}
.header_m>a{
	float: left;
}
.header_m>h1{
	float: left;
	font-size:0.44rem;
	color:#000;
	margin:0.15rem 0 0 1.4rem;
}
.main_m{
    width:100%;
    background: #F2F0F1;
    margin-top: 0.91rem;
    padding:0.25rem 0;
}
.main_m>h1{
	width:90%;
	margin:0 auto;
	text-align:center;
	font-size:0.3rem;
	color:#000;
	border-bottom: 1px dashed #A2A0A1;
	padding-bottom:0.25rem;
	margin-bottom: 0.2rem;
}
.time_m{	
	width:90%;
	margin:0 auto;
	text-align: center;
    font-size:0.2rem;
	color:#ccc;
	margin-bottom: 0.1rem;
}
.time_m>a{
	font-size:0.2rem;
	color:#ccc;
}
.text_m{
	font-size:0.22rem;
	width:90%;
	margin:0 auto;
	margin-bottom: 0.2rem;
}
.bolder_m{
	font-weight: bold;
}
.main_m>img{
	display: block;
	width:5.76rem;
	margin:0 auto;
	margin-bottom: 0.2rem;
}
.note_m{
	width:90%;
	font-size:0.24rem;
	color:#000;
	margin:0 auto;
	text-align: center;
	margin-bottom: 0.2rem;
}
.footer_m{
	width:100%;
	height:1rem;
}
.backTop_m{
	width:100%;
	height:0.6rem;
	text-align: center;
	line-height:0.6rem;
	font-size:0.28rem;
	color:#434343;
	background: #D9D9D9;
}
.footer_m>img{
	width:100%;
}

@media (max-width:1200px) {
	.header_m{
		display:block;
	}
	.main_m{
		display:block;
	}
	.footer_m{
		display:block;
	}
	.head{
		display:none;
	}
	.main{
		display:none;
	}
	.footer{
		display: none;
	}
}
@media (min-width:1201px) {
	.header_m{
		display:none;
	}
	.main_m{
		display:none;
	}
	.footer_m{
		display:none;
	}
	.head{
		display:block;
	}
	.main{
		display:block;
	}
	.footer{
		display: block;
	}
}
