@charset "utf-8";
/*公共样式 start*/

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
input,
select,
textarea,
form,
nav,
input,
footer,
header {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    border: none;
    background-color: transparent;
    -webkit-appearance: none;
}

textarea {
    resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-style: normal;
}

em {
    font-style: normal;
}

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

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.html_100,
.html_100 body {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
}

body {
    font-family: "宋体", "Microsoft YaHei", "微软雅黑";
}

.pointerEvents {
    pointer-events: none;
}

.pointerAuto {
    pointer-events: auto;
}

/*.html_100 .warp{height: 100%;}*/

/*{word-break:break-all; 强制换行}*/

.textOverHidden {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.publicShow {
    display: block !important;
}

.publicHilde {
    display: none !important;
}
