@charset "UTF-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

body {
  margin: 0;
  font-size: 14px;
  /* line-height: 1.5; */
}

a {
  background: transparent;
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  color: #006699;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
img {
  border: none;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
  outline: 0px;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

input {
  margin: 0;
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
}

textarea {
  overflow: auto;
  resize: vertical;
  resize: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: '微软雅黑', 'SimSun', '宋体', 'Verdana', 'Arial';
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
}

ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none outside none;
}

a {
  blr: expression(this.onFocus=this.blur());
}

a {
  outline: none;
}

em,
i {
  font-style: normal;
}

.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nav_m {
  width: 100%;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: box;
  /*padding-bottom: 0.2rem; */
  background: rgba(216, 216, 216, 0.3);
}
.nav_m li {
  height: 1rem;
  line-height: 1rem;
  text-align: center;
  font-size: 0.4rem;
  color: #8fa3ae;
  border-bottom: 0.06rem solid #d8d8d8;
  -webkit-box-flex: 1;
  background: #fff;
}
.nav_m li.nav_hover {
  color: #4eaaf6;
  border-bottom-color: #59b0f6;
}
