@charset "utf-8";
		body{margin: 0;padding: 0;background:#424242;}
		header{max-width: 100%;margin: 0 auto;background:#424242;}
		*{ font-family:"微软雅黑";color: #FFFFFF;font-size: 18px;text-align: justify;}
		ul{ margin:0; padding:0;}
		ul,li{ list-style:none;}
		a{ text-decoration:none;}
	    .guide>a{background: #17f197; display: block;width: 480px;height: 54px;text-align: center; line-height: 54px;margin: 0 auto;font-size: 20px;}
		.function>a{background: #17f197; display: block;width:480px;height: 54px;text-align: center; line-height: 54px;margin: 0 auto;font-size: 20px;}
		ul li a{font-size: 18px;; display: block; width: 480px;height: 48px;text-align: center; line-height: 48px;background-color:#424242;}
		p{line-height: 26px;padding:0 12px;}	
        span{color: #17f197;}
	    div{line-height: 26px;padding: 6px 12px;}
        *{
  -webkit-touch-callout:none;  /*系统默认菜单被禁用*/
  -webkit-user-select:none; /*webkit浏览器*/
  -khtml-user-select:none; /*早期浏览器*/
  -moz-user-select:none; /*火狐*/
  -ms-user-select:none;  /*IE10*/
  user-select:none;
}
