.mobile {
	width: 375px;
	margin: 0 auto;
	position: relative;
	border: 1px solid #ddd;
	background: #fff;
}
.m-header {
	height: 70px;
	background: #ddd;
}
.m-logo {
	position: absolute;
	top: 13px;
	left: 20px;
	font-weight: 900;
	font-size: 30px;
	color: #ff4632;
}
.m-main {
	padding: 10px;
}

.menu-triger {
	background: url(./img/menu.png) 0 0 repeat;
	display: block;
	width: 25px;
	height: 17px;
	position: absolute;
	right: 15px;
	top: 28px;
}	
.menu-close {
	background: url(./img/close.png) 0 0 repeat;
	display: block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 100;
}
.menu-popup {
	background: #2c2e3e;
	display: none;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0;
	box-sizing: border-box;
	padding: 30px;
	z-index: 9999;	
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.menu-popup ul {
	margin: 0;
	padding: 0;
}
.menu-popup li {
	list-style: none;
	margin: 10px 0;
	padding: 0;
}
.menu-popup li a {
	/*font-size: 18px;*/
	font-family: "Arial";
	color: rgb(255, 255, 255);
	line-height: 1.2;	
	text-decoration: none;
}
.body_pointer * {
	cursor: pointer;
}

.m-parent{
  margin-left: 25px;
  font-size: 1.7rem;  
}