html,body{height:auto; overflow:auto; background-color:#fff; font-family:Arial, Simsun,  Helvetica, sans-serif;}
.m-service{padding:20px; width:940px; margin:0 auto; line-height:1.7;}
.m-service h2{margin-bottom:2em; font-size:20px; text-align:center;}
.m-service h3{margin:2.5em 0 0.8em; font-size:16px;}
.m-service p{margin:0 0 1em 0; text-indent:2em; font-size:14px;}
.m-service p.tdu{text-decoration:underline;}
.m-service p.str{font-weight:bold;}
.m-service p.p2{padding:0 2em; text-indent:2em;}

@media screen and (max-width:768px){
	.m-service{width:auto; padding:0 10px;}
	.m-service h2{font-size:18px;}
	.m-service h3{font-size:16px;}
	.m-service p{font-size:14px;}
}

//for iphoneX
@media only screen and (device-width: 375px) and (device-height: 812px){
    .m-service{padding-bottom: 34px;}
}