div,
html,
body,
span,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
label,
legend,
iframe,
img,
form,
th,
td,
input,
textarea,
select,
b {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	font-size: 14px;
}

a {
	text-decoration: none;
	cursor: pointer;
}

h3,
h4,
h5 {
	font-weight: normal;
}

img {
	border: 0;
}

ul,
li,
dl,
ol {
	list-style: none;
}

input {
	border: none;
	outline: none;
	list-style: none;
	background: none;
	padding: 0;
}

div,
a,
button,
input,
textarea,
span {
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input,
textarea,
select,
span,
a {
	outline: none;
}

i,
em,
b {
	font-style: normal;
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

/*动画*/
/*放大缩小动画*/
@keyframes myfirst1 {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}
/*分页list*/
.fylist{ text-align:center; margin:20px 0px;}
.fylist .page-on{ background-color:#e4392a; color:#FFF}
.fylist a{ width:41px; height:41px; line-height:41px; background-color:#edecec; font-family:Arial, Helvetica, sans-serif; color:#666; font-size:18px; display:inline-block;border-radius:3px; text-align:center;margin:0 4px;}
.fylist2 .page-on{ background-color:#00AAF6 !important;border-color: #00AAF6 !important;}
.fylist2 a{ background-color:#fff; border-radius:0px; margin:0px;border: 1px solid #DDD;  border-right: none;}
.fylist2 a:last-child{border-right: 1px solid #DDD;}<!--耗时1764541381.7527秒-->