html {
    height: 100%;
    font-size: 62.5%;
    /*
	-webkit-user-select:none;
	   -moz-user-select:none;
			user-select:none;
	*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    height: 100%;
    line-height: 1.2;
    background: #fff;
    color: #333;
    font-size: 1.5rem;
    font-family: Arial, "Lucida Grande", Verdana, "Microsoft YaHei";
}

button,
input,
select,
textarea {
    font-size: 100%;
    font-family: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
a,
textarea,
input,
select,
button,
span,
em,
strong,
img,
div {
    outline: none;
    resize: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

.input-text,
button,
textarea {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
iframe {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    max-width: 100%;
}

blockquote {
    background: #fff;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px;
    border: 1px solid #ccc;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

em,
i {
    font-style: normal;
}

ins,
a {
    text-decoration: none;
}

a {
    color: #333;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clear {
    zoom: 1;
}

.clear:before,
.clear:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
    overflow: hidden;
}