@charset "UTF-8";html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, del, dfn, em, img, ins, kbd, q, samp, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, footer, header, nav, section {
    margin: 0;
    padding: 0;
    outline: none;
    vertical-align: baseline;
}

body, div, span, header, footer, nav, section, aside, article, ul, dl, dt, dd, li, a, p, h1, h2, h3, h4, h5, h6, i, b, button, input, select, figure, figcaption {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    border: none;
    box-sizing: border-box;
    font-family: "HWtext", "Microsoft Yahei", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

body:focus, div:focus, span:focus, header:focus, footer:focus, nav:focus, section:focus, aside:focus, article:focus, ul:focus, dl:focus, dt:focus, dd:focus, li:focus, a:focus, p:focus, h1:focus, h2:focus, h3:focus, h4:focus, h5:focus, h6:focus, i:focus, b:focus, button:focus, input:focus, select:focus, figure:focus, figcaption:focus {
    outline: none;
}

textarea {
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    box-sizing: border-box;
    font-family: "HWtext", "Microsoft Yahei", sans-serif;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
}

textarea:focus {
    outline: none;
}

body {
    /* max-width: 1024px; */
    height: 100%;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-user-select: none;
    user-select: none;
    word-wrap: break-word;
    line-height: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: HWtext Roboto, Droid Sans, Droid Sans Fallback, STHeiti, SimHei, Hei;
    font-size: 12px;
    color: black;
}

::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0);
    border-radius: 10px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

img {
    border: 0;
    max-width: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    table-layout: fixed;
}

ul {
    list-style: none;
}

textarea {
    resize: none;
}

b {
    font-weight: normal;
}

em {
    font-style: normal;
}

a {
    text-decoration: none;
}

input[type="text"]:focus, textarea:focus {
    outline: 0;
}

*::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

*::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
}

.mkcl:before, .mkcl:after {
    content: "";
    display: table;
}

.mkcl:after {
    clear: both;
}

.mkfl {
    float: left;
}

.mkfr {
    float: right;
}

#app {
    /* height: 100%; */
    width: 100%;
    margin: 0 auto;
    margin-top: -1px;
    max-width: 640px;
}

.router-view {
    height: 100%;
    width: 100%;
}

.clearfix::before {
    content: "";
    display: table;
    width: 0;
    height: 0;
    overflow: hidden;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;}

.back_img {
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.margin {
    margin: 0 auto;
}

.left {
    float: left;
}

.right {
    float: right;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
