@charset "utf-8";

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}

* {
  outline: 0;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font: 0.16rem/1.8 source-han-sans-japanese,sans-serif;
  -webkit-font-smoothing: antialiased;
}

html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}

li {
  list-style: none;
}

input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

textarea {
  overflow: auto;
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: 700;
}

a {
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

img {
  width: 100%;
  vertical-align: middle;
}

input,
select {
  outline: none;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none;
}

textarea {
  overflow: auto;
  resize: none;
}

.hide {
  display: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.show {
  display: block;
}

.text-center {
  text-align: center;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}