/**page css start*/
@charset "utf-8";
/**  global */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
div {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family:
        courier new,
        courier,
        monospace;
}
a {
    text-decoration: none;
    color: #000;
}
fieldset,
img {
    border: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
}
table {
    border-spacing: 0;
}
.left {
    float: left;
}
.right {
    float: right;
}
*:focus {
    outline: none;
}

:root {
    --var-page-max-width: 600px;
}

* {
    box-sizing: border-box;
}
/** login **/
body {
    font-size: 1em;
    overflow-y: scroll;
    line-height: 1.5em;
    margin: 0 auto;
    padding: 0;
    /* color: #333; */
    font-family:
        Helvetica Neue,
        Tahoma,
        Arial,
        PingFangSC-Regular,
        Hiragino Sans GB,
        Microsoft Yahei,
        sans-serif;
    -webkit-font-smoothing: antialiased;
}
