/* 移动端自适应 */
@media screen and (max-width:750px){
	html,body{
		overflow:hidden;
		overflow-y:auto;
	}
	/* body {
		background:url(../images/top_bg_m.jpg) no-repeat center top;
		background-size:100%;
	}  */

	body{
		max-width:7.5rem;
		margin:0 auto;
	}
	body *{
		max-width:7.5rem;
	}

	header{height:3rem; }

	/* header{height:4.5rem; background:none;} */
	main{width:94%;}

    .question textarea,.question button{font-size:0.24rem;}

}