@charset "utf-8";
body {
    font-family: 'PingFang SC', "宋体", Arial, "PingFangSC-Light", "Helvetica Neue", Helvetica, "Microsoft Yahei", "Hiragino Sans GB", tahoma, SimSun, sans-serif!important;
}

* {
    padding: 0;
    margin: 0;
}

div, form, img, ul, ol, li, dl, dt, dd, p {
    margin: 0;
    padding: 0;
    border: none;
}

li {
    list-style-type: none;
}

img {
    vertical-align: middle;
    border: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

em, i {
    font-style: normal;
}

input[type="submit"], input[type="reset"], input[type="button"], input:focus, button:focus, select:focus, textarea:focus {
    outline: none;
}

input {
    -webkit-appearance: none;
    resize: none;
    border-radius: 0;
    font-size: 15px;
}

.icon {
    fill: currentColor;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.flex {
    display: flex;
}

.flex-center {
    display: flex;
    align-items: center;
}

.flex-center-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-end {
    display: flex;
    align-items: flex-end;
}

.flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.w1235 {
    min-width: 1235px;
    max-width: 1235px;
    margin: 0 auto;
}

.w1100 {
    min-width: 1100px;
    max-width: 1100px;
    margin: 0 auto;
}

.w1200 {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.w1065 {
    min-width: 1065px;
    max-width: 1065px;
    margin: 0 auto;
}

.w925 {
    min-width: 925px;
    max-width: 925px;
    margin: 0 auto;
}

/* @font-face {
  font-family: 'iconfont'; 
  src: url('../iconfont/iconfont.eot');
  src: url('../iconfont/iconfont.eot?#iefix') format('embedded-opentype'),
  url('../iconfont/iconfont.woff') format('woff'),
  url('../iconfont/iconfont.ttf') format('truetype'),
  url('../iconfont/iconfont.svg#iconfont') format('svg');
}

.iconfont {
  font-family: 'iconfont'
} */
.icon {
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

/*分页样式*/
.pagination {
    margin: 20px auto;
    display: table;
    padding-left: 0;
    border-radius: 4px
}

.pagination > li {
    display: inline
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    margin-left: -1px;
    color: #04a3ff;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    width: 31px;
    line-height: 30px;
    text-align: center;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left:;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    z-index:;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index:;
    color: #fff;
    cursor: default;
    background-color: #048cff;
    border-color: #048cff;
}

.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

.pager {
    padding-bottom: 20px;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    /*width: 100%;*/
    /*display: inline-block;*/
}

.pager li {
    display: inline;
}

/*.pager li:first-child {*/
    /*float: left;*/
    /*margin-left: 20px;*/
/*}*/

/*.pager li:last-child {*/
    /*float: right;*/
    /*margin-right: 20px;*/
/*}*/

.pager li > a, .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:focus, .pager li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

.pager .next > a, .pager .next > span {
    float: right;
}

.pager .previous > a, .pager .previous > span {
    float: left;
}

.pager .disabled > a, .pager .disabled > a:focus, .pager .disabled > a:hover, .pager .disabled > span {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
}