/*样式重置，开始{*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, figure, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    -webkit-appearance: none; 
}
a {
    text-decoration: none;
    color: #5a5a5a;
    cursor:pointer;
    outline:none;
    -webkit-appearance: none; 
}
a:hover{ text-decoration:none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img {
    border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}
ol, ul {
    list-style: none;
}
caption, th {
    text-align: left;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after {
    content: '';
}
abbr, acronym {
    border: 0;
    font-variant: normal;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}
button{
    padding: 0;
    margin: 0;border:none;-webkit-appearance: none; }
legend {
    color: #000;
}
i {
    font-style: normal;
}
html, body {
    height:100%;
    font-size: 14px;
    font-family: "NotoSnsHans DemLight", "微软雅黑", "AppleGothic";
}
.ui_pages
        {
            padding:0.278rem 0;
            clear:both;
            overflow: hidden;
            text-align:center;
        }
        .ui_pages li
        {
            display:inline-block;
            
            border: 1px solid #e2e2e2;
            height: 0.5rem;
            line-height: 0.5rem;
            margin: 0 -1px 5px 0;
            background-color: #fff;
            color: #333;
            font-size: 0.248rem;
        }
        .ui_pages li span,.ui_pages li a{padding: 0 0.26rem;}
        .ui_pages li a{ display:block;}
        .ui_pages li a:hover,.ui_pages li a.page-current
        {
            background:#e30920;
            color:#fff;
        }
        .ui_pages .btn{font-size: 0.248rem;
    display:block;
    width: auto;
    height:auto;
    line-height:inherit;
    text-align: center;
    margin-top: 0;}
/*}结束，样式重置*/