/*CSS Reset*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
header,
hgroup,
nav,
section,
article,
aside,
footer,
figure,
figcaption,
menu,
button {
  margin: 0;
  padding: 0;
}

body {
    font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif; 
    line-height: 24px;
    font-size: 14px;
    color: #000;
    background-color: #efeff4;
    -webkit-user-select: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    
}

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

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

fieldset,
img {
    border: 0;
}

li {
    list-style: none;
}

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

button,
input[type="text"]{
    border: none;
    background: none;
    -webkit-appearance:none;
	outline:none;
}

a {
    -webkit-touch-callout:none;
    text-decoration: none;
    color: #0079ff;
    outline:none;
}

em,i {
    font-style: normal;
}

::-webkit-input-placeholder {
    color:#999;
}

