@charset "UTF-8";
html * {
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
     -webkit-overflow-scrolling: touch;
}
body, div, span, small, p, em, i, b, th, td, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, textarea {
    padding: 0;
    margin: 0;
}
body, input, button, textarea {
    font-size: 1rem;
    font-family: "微软雅黑", "Microsoft Yahei", STHeiti, Arial, Helvetica, SimHei, Sans-Serif;
    -webkit-text-size-adjust: none;
    color: #333;
}
body {
    min-width: 320px;
    max-width: 640px;
    min-height: 500px;
    height: 100%;
    margin:0 auto;
}
a, i, img {
    -webkit-touch-callout: none;
}
a {
    cursor: pointer;
    text-decoration: none;
}
a img {
    border: none;
}
ul, ol {
    list-style: none;
}
i {
    font-style: normal;
}
s {
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
table {
    border-spacing: 0;
    border-collapse: collapse;
}
input:focus, select:focus, textarea:focus, select:hover, button {
    margin: 0;
    outline: none;
}
input, button {
    background-image: none;
}
input{
    -webkit-appearance: none;
}
input[type=text], input[type=password], textarea {
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}