* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.box{ position:fixed; top:0; left:0; height:100%; width:100%; background:rgba(0,0,0,0.7); display:none; z-index:999;}
.mob_men_ul{ width:100%; height:100%; overflow:scroll; padding-bottom:220px;}
.mob_men_title{ background:url(../images/mob_men_title.png) center 200px no-repeat; height:220px; padding-top:88px;}
.mob_men_title p{ color:#fff; text-align:center; line-height:112px; font-size:36px;}
.mob_men_ul li{ width:100%; text-align:center;}
.mob_men_ul li a{ display:block; width:100%; text-align:center; font-size:18px; color:#fff; line-height:36px;}
.mob_men_bg{ background:url(../images/mob_men_title.png) bottom center no-repeat; height:12px; width:100%; clear:both;}

@media (max-width: 768px) {
	.mob_men_ul{ width:100%; height:100%; overflow:scroll; padding-bottom:120px;}
	.mob_men_title{ background:url(../images/mob_men_title.png) center bottom no-repeat; height:120px; padding-top:50px;}
	.mob_men_title p{ color:#fff; text-align:center; line-height:60px; font-size:28px;}
	.mob_men_ul li{ width:100%; text-align:center;}
	.mob_men_ul li a{ display:block; width:100%; text-align:center; font-size:18px; color:#fff; line-height:36px;}

	}