html,
body,
div,
span,
object,
button,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    position: relative;
    width: 100%;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

html {
    font-family: 'STHeiti', 'Microsoft YaHei', 'Helvetica', 'Arial', sans-serif;
    -webkit-text-size-adjust: none;
    word-break: break-word;
}

a {
    text-decoration: none;
    color: #131313;
}

/* p {
    color: #333;
    line-height: 18px;
    border: none;
    outline: none;
    max-height: 100%;
} */

[data-dpr='2'] p {
    line-height: 36px;
}

[data-dpr='3'] p {
    line-height: 54px;
}

h3 {
    line-height: 18px;
    max-height: 100%;
}

[data-dpr='2'] h3 {
    line-height: 36px;
}

[data-dpr='3'] h3 {
    line-height: 54px;
}

input {
    background: none;
    outline: none;
    border: 0px;
}

div {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

html {
    overflow-x: hidden;
    overflow-y: overlay;
  }

  img {    

    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
    
    }
    
    