* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box
}
html {
    font-size: 10px
}

@media only screen and (min-width: 300px) {
    html {
        font-size: 8.5px !important
    }
}

@media only screen and (min-width: 359px) {
    html {
        font-size: 9.6px !important
    }
}

@media only screen and (min-width: 370px) {
    html {
        font-size: 10px !important
    }
}

a, body, center, cite, code, dd, del, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hr, html, img, input, label, legend, li, mark, ol, p, section, span, strong, textarea, time, ul, var {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal
}

body, html {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    background-color: #fff
}

article, aside, details, fieldset, figcaption, figure, footer, header, main, nav, section {
    display: block
}

a, button, cite, code, del, em, img, label, mark, small, span, strong, textarea, time, var {
    display: inline-block
}

button, input, textarea {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 1em;
    line-height: 1em;
    background-color: rgba(0, 0, 0, 0)
}

a:active, a:hover {
    outline: 0
}

a, a:visited {
    text-decoration: none
}

.wordWrap, label {
    word-wrap: break-word;
    word-break: break-all
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

.clearfix:after {
    display: block;
    line-height: 0;
    height: 0
}

.loading_more {
    display: block;
    height: 1.5em;
    width: 100%
}

.loading_more:before {
    display: inline-block;
    vertical-align: text-bottom;
    height: 16px;
    width: 16px;
    margin-right: 6px;
    background: url(../image/loading_more.gif) center no-repeat;
    background-size: contain
}

.loading_more:after {
    content: '加载更多'
}
body, html {
    height: 100%;
    background-color: #eeeef0;
    overflow: hidden;
}
.bz{
    width: 10.5rem;
    margin:0 auto;
    background-color: #fff;
    border-radius:50%;
    margin-top:9rem;
}
.bz>img{
    width: 100%;
}
.staus{
     text-align: center;
     font-size:1.7rem;
     font-weight:500;
     color: #1b1b1a;
    margin-top:3.5rem;
 }
.p_sty{
    text-align: center;
    font-size:1.5rem;
    font-weight:500;
    color: #919190;
    margin-top:0.7rem;
}
.tips{
    color:red;
    text-align: center;
    font-size: 12px;
    margin-top: 1.7rem;
}
.closeWin{
    display: block;
    width: 12.3rem;
    height:4rem;
    border-radius: 5px;
    border:1px solid #55c33b;
    color: #55c33b;
    text-align: center;
    line-height: 4rem;
    margin:0 auto;
    margin-top:10rem;
    font-size:2rem;
}