.m_ore{
	width: 100%;
	height: 100vh;
	background: url("../img/20.png") no-repeat;
	background-position: center;
	/* background-attachment: fixed; */
	background-size:cover; 
}
.list{
	width: 500px;
	height: 400px;
	margin: 80px auto;
	/* background-color: blue; */
	text-align: center;
	color: rgb(34, 35, 35);
	font-weight: bolder;
}
.title{
	font-size: 1.2rem;
	padding-top: 10px;
}
.m_mess_text{
	width: 100%;
	
}
.F{
	width: 300px;
	height: 50px;
	box-sizing: border-box;

	margin: 0 auto;
	text-align: center;
	position: relative;
}
.F >div{
	text-align: center;
	line-height: 50px;
	position: absolute;
	width: 100px;
	height: 50px;
	box-sizing: content-box;
	 left: 0;
}
#content{
	margin-left: 80px;
	height: 100%;
	list-style: none;
	overflow: hidden scroll ;
}
#content::-webkit-scrollbar{
	display: none;
}
#content > li{
	height: 100%;
	line-height: 50px;
}