@charset "UTF-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Tahoma, Arial, sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    position: relative;
    -webkit-text-size-adjust: none;
    background: #f3f3f3;
}

body {
    min-width: 1280px;
    font-size: 12px;
}

img {
    border: 0 none;
    max-width: 100%;
}

ul, li {
    display: block;
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

textarea {
    resize: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clearbox {
    clear: both;
    font-size: 0;
    line-height: 0;
}


.pages {
    width: auto;
    height: auto;
    font-size: 0;
    text-align: center;
    overflow: hidden;
}

.pages .pagebar {
    display: inline-block;
    overflow: hidden;
}

.pages .pagebar a,
.pages .pagebar b,
.pages .pagebar span {
    display: block;
    float: left;
    width: auto;
    height: 50px;
    line-height: 48px;
    min-width: 50px;
    padding: 0 5px;
    font-size: 16px;
    color: #999999;
    margin: 0 5px;
    border: 1px solid #dddddd;
}

.pages .pagebar a.first,
.pages .pagebar a.last {
    padding: 0 20px;
}

.pages .pagebar b {
    background: #00a5dc;
    border-color: #00a5dc;
    color: #fff;
    font-weight: normal;
}

.pages .pagebar span {
    border: 0 none;
    line-height: 50px;
    min-width: auto;
}

.pages .pagebar a:hover {
    border-color: #00a5dc;
    color: #00a5dc;
}

.pages .pagebar_info {
    display: none;
}
