@charset "gb2312";
/* CSS Document */
/*字体*/
@font-face {
	font-family: fzzyj;
	src: url('../other/fzzyj.ttf'),  url('../other/fzzyj.eot'); /* IE9+ */
}
* {
	margin: 0;
	padding: 0;
	outline: none;
}
html {
	font-size: 100px;
}
body {
	margin: 0;
	max-width: 750px;
	min-height: 100%;
	min-width: 320px;
	margin: 0 auto;
	font-family: "Microsoft YaHei", 微软雅黑;
}
input, textarea, select {
	font-family: "Microsoft YaHei", 微软雅黑;
}
ul {
	list-style: none;
}
a {
	outline:none;
	text-decoration: none;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba（255,0,0,0）;
		-webkit-user-select: none;
		-moz-user-focus: none;
		-moz-user-select: none;
}
img {
	border: none;
}
.clear {
	clear: both;
}
/* Clear Fix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac */

.clearfix {
	display: block;
}
/* End hide from IE Mac */
/* end of clearfix */



select {
	appearance: none;
	-moz-appearance: none; /* Firefox */
	-webkit-appearance: none; /* Safari 和 Chrome */
	background: transparent;
	border-radius: 0;
}
/*去除苹果系列样式*/
input[type="text"], input[type="password"] {
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
	-moz-appearance: none; /* Firefox */
}

/**/
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #c9c9c9;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #c9c9c9;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 color: #c9c9c9;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 color: #c9c9c9;
}

.m-page{ height:.6rem; text-align:center; margin-top:.15rem;}
.m-page a{ display:inline-block; height:.6rem; line-height:.6rem;  padding:0 .2rem; color:#333; font-size:.32rem;}

