*{
    margin: 0;
    padding: 0;
    list-style: none;
    border: 0;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,html{
    font-size:14px;
    margin: 0 auto;
  
    -webkit-text-size-adjust: 100%;
    color: #333333;
    font-family: "Î¢ÈíÑÅºÚ";
    /*background: #ecf0f3;*/
}
table {
    border-collapse: collapse;
}
img {
    height: auto;
    border: none;
    display: inline-block;
    max-width:100%;
}
img,
input,
textarea,
select,
button{
    outline: none;
}
textarea {
    resize: none;
}

input[type=button],input[type=checkbox], input[type=submit], input[type=file], input[type=text], input[type=password],button,select,textarea { 
	cursor: pointer; -webkit-appearance: none; /*border-radius: 0;*/
	} 
	
		
a {
    display: block;
    text-decoration: none;
    color: #333333;
}

li {
    list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000000;
    font-weight: normal;
    font-size: 12px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
section{
    background: #f4f4f4;
}
em,i{
    font-style: normal;
    font-weight: normal;
}
input::-webkit-input-placeholder { /* WebKit browsers */
    color: #dfdfdf;
    font-size: .27rem;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;font-size: .27rem;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf;font-size: .27rem;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #dfdfdf;font-size: .27rem;
}

textarea::-webkit-input-placeholder { /* WebKit browsers */
    color: #dfdfdf;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #dfdfdf;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.table{
    width: 100%;
    display: table;
    height: 100%;
}
.table-cell{
    display: table-cell;
    vertical-align: middle;
}
.w100{
    width: 100%;
}
.w90{
    width: 90%;
    margin: 0 auto;
}




.met_pager {
	margin-top: 20px;
	text-align: center;
	margin: 24px 0;
}
.met_pager * {
	display: inline-block
}
.met_pager a {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #fff;
	text-align: center;
	color: #76838f;
	margin-right: 20px
}
.met_pager a:hover {
	background: #f5f5f5;
	text-decoration: none
}
.met_pager a.NextA {
	border-right: 1px solid #e4eaec;
	display: none
}
.met_pager a.PreA {
	display: none
}
.met_pager .PreSpan, .met_pager .NextSpan {
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	background: #fff;
	color: #ccd5db;
	cursor: default;
	display: none
}
.met_pager a.Ahover {
	border-color: #292929;
	background: #292929;
	color: #fff;
	cursor: default
}
.met_pager .thisclass {
	border-color: rgba(101, 113, 128, 1);
	background:rgba(101, 113, 128, 1);
	color: #fff;
	cursor: default;
	padding: 9px 15px;
	border: 1px solid #e4eaec;
	text-align: center;
	margin-right: 20px
}
.met_pager a.Ahover:hover {
	border-color: #292929;
	background: #292929;
	color: #fff
}
.met_pager a {
	text-decoration: none
}
.met_pager a:active, .met_pager a:focus, .met_pager a:hover {
	text-decoration: none
}
.met_pager .PageText {
	display: none;
	margin-left: 10px;
	color: #aaa
}
.met_pager input {
	display: none
}
.pager li {
	width: 49%;
	display: inline-block
	
}
.pager li a {
	max-width: 100%
}