@charset "utf-8";
a {
  color: #6A7F9C;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
header,
ul,
li,
dl,
dt,
dd,
ol,
nav,
input,
footer {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
}

ol,
ul,
li {
    list-style: outside none none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

input {
    -webkit-appearance: none;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

/*去出选中时高亮*/

img,
a,
div {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

::selection {
    background: none;
}

::-moz-selection {
    background: none;
}

::-webkit-selection {
    background: none;
}


/*隐藏bady滚动条*/
*::-webkit-scrollbar {
    display: none;
}

img {
    display: block;
    width: 100%;
}


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