@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	font-family: #8B008B;
	color: #333;
	font-size: 16px;
	line-height: 1em;
	font-style: normal;
	font-weight: normal;
	list-style: none;
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
h1,h2,h3{
	font-weight:normal;
	font-size:16px
}
dt {
	font-size: 0px;
}
img {
	max-width: 100%;
	border: none;
}
input,
select,
option,
textarea {
	background: none;
	border: 0;
	outline: none;
	resize: none;
	-webkit-appearance: none;
}
label {
	cursor: pointer;
}
.width_1200{
	width: 1200px;
	margin: 0 auto;
}
.width_1210{
	width: 1210px;
	margin-left: -10px;
}
.width_1220{
	width: 1220px;
	margin-left: -20px;
}
.left{
	float: left!important;
}
.right{
	float: right!important;
}
.width_1210::after,
.width_1200::after,
.width_1220::after,
.clear::after{
	content: '';
	display: block;
	height: 0;
	clear: both;
}


.pages_c{padding-top:25px;clear:both;text-align:center;line-height:0;zoom:1}
.pages_c li{display:inline-block;*display:inline;height:34px;margin-bottom:10px;padding:0 3px;zoom:1}
.pages_c a{display:inline-block;height:32px;padding:0 13px;border:1px solid #ddd;background:#fff;color:#333;line-height:32px}
    .pages_c li:first-child a,.pages_c li:first-child a:hover{border:none;background:none;color:#333}
    .pages_c li.thisclass a,.pages_c a:hover{background:#0f7edd;border:1px solid #0f7edd;color:#fff;text-decoration:none}
    .pages_c span{display:none}