* {
  margin: 0;
  padding: 0;
  outline: none;
} 
*:not(input,textarea) {
  -webkit-touch-callout: inherit;
  -webkit-user-select: auto;
}
html{font-size: 100%;}
body {
  width: 100%;
  font: 12px/18px "Microsoft YaHei";
  color: #878787;
  -webkit-touch-callout: inherit ;
  -webkit-user-select: auto ;
  background-color: #fff;
}

a {
  color: #878787;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  text-decoration: none;
}
button,input,select,textarea {
  font-size: 100%;
  margin: 0;
  padding: 0;
  outline: none;
  font-family: "Microsoft Yahei";
}
dt,dd {
 
}
textarea,input {
  resize: none;
  outline: none;
}
textarea {
  resize: none;
  -webkit-appearance: none;
}
ul,ol,li {
  list-style: none;
}
em {
  font-style: normal;
}
a img {border: 0;vertical-align: middle;}


a {}

.more_loadding{text-align: center;padding-top: 5px;padding-bottom: 5px;}
.more_loadding img{  margin-top: -5px;}
.more_loadding span{ font-size: 16px; margin-left: 10px;}

.more_box a{width:100%; padding:10px 0px; display:block; text-align:center; font-size:14px;color:#999;}
.font_bj_white{background:white;}