/*全局框架*/
html,
body {
  padding: 0;
  margin: 0;
}

html {
  font-size: 14px;
}

body {
  position: relative;
  font-size: 14px;
  font-family: "Microsoft YaHei", "Hiragino Sans GB", "微软雅黑", "宋体", Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:link,
a:active,
a:visited,
a:hover,
a:visited:hover {
  text-decoration: none;
  cursor: pointer;
}

img {
  display: block;
  margin: 0 auto;
}

img[src=''] {
  opacity: 0 !important;
}

ul,
li,
img,
span,
p,
font,
strong,
em,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
input,
tboby,
form {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

.pointer {
  pointer-events: all;
}

.disabled,
.no-pointer {
  pointer-events: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea,
button {
  border-radius: 0;
  outline: none;
}

input {
  -webkit-appearance: none;
}

li {
  list-style: none;
}

img {
  display: block;
  margin: 0 auto;
}

a img {
  border: none;
}

video {
  width: 100%;
  height: 100%;
}

* {
  outline: 0;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-focus-ring-color: rgba(0, 0, 0, 0);
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.clearfix:after {
  content: "\200B";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 42.67px;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 48px;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 50px;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px;
  }
}

@media screen and (min-width: 480px) {
  html {
    font-size: 64px;
  }
}

@media screen and (min-width: 640px) {
  html {
    font-size: 85.33px;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 100px;
  }
}

/*# sourceMappingURL=common.css.map */
