*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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: 1.5;
    font-size: .16rem;
    color: #000;
    background-color: #f8f9fa;
    -webkit-user-select: none;
    -webkit-text-size-adjust: 100%;
    outline: 0;
    overflow: hidden;
}

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

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 9pt;
}

caption, th {
    text-align: left;
}

fieldset, img {
    border: 0;
}

li {
    /* list-style:none; */
    margin-top: 0.075rem;
}

ul {
    margin-left: 0.15rem;
    margin-top: 0.2rem;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

button {
    -webkit-appearance: none;
    border: 0;
    background: none;
}

a {
    -webkit-touch-callout: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

a:hover {
    cursor: pointer;
}

:focus {
    outline: 0;
}

em, i {
    font-style: normal;
}

input[type="date"] {
    text-align: right;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

@media screen and (max-width: 319px) {
    html {
        font-size: 90px;
    }
}

@media screen and (min-width: 320px) and (max-width: 359px) {
    html {
        font-size: 90px;
    }
}

@media screen and (min-width: 360px) and (max-width: 374px) {
    html {
        font-size: 96px;
    }
}

@media screen and (min-width: 375px) and (max-width: 383px) {
    html {
        font-size: 100px;
    }
}

@media screen and (min-width: 384px) and (max-width: 399px) {
    html {
        font-size: 102.4px;
    }
}

@media screen and (min-width: 400px) and (max-width: 413px) {
    html {
        font-size: 106.66667px;
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 110.4px;
    }
}

.bts
{
    position: absolute;
    left: 0;
    /*background: #000;*/
    width: .5rem;
    z-index: 100;
    left: 10px;
    bottom: 0;
    overflow: hidden;
}
.bts img{
    width: 100%;
    margin-bottom: -.02rem;
    overflow: visible;
    cursor: pointer;
    pointer-events: auto;
    opacity: 1;
    border: 1px solid rgb(233, 66, 76);
    min-height: .5rem;
}
.loading
{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    text-align: center;
    font-size: .3rem;
    line-height: 600px;
    z-index: 800;
    font-family: "Hiragino Sans GB","微软雅黑","华文细黑","STHeiti","Microsoft YaHei",SimHei,sans-serif !important;
    color: #fff;
}

.hidden
{
    display: none;
}
.rotate
{
    /*width: .5rem;*/
    /*line-height: .5rem;*/
    padding: .1rem .1rem;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 100;
    color: #fff;
    font-size: .1rem;
    text-align: center;
}