@charset "utf-8";

/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
table,
th,
td,
form,
input,
button,
textarea {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/24px 'Microsoft YaHei';
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img,
iframe {
    border: 0;
    vertical-align: top;
}

i,
cite,
em {
    font-style: normal;
}

ol,
ul {
    list-style: none;
}

input,
button,
select,
textarea {
    outline: none;
}

textarea {
    overflow: auto;
    resize: none;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

.btn,
a {
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}

.btn:hover {
    -webkit-filter: brightness(1.15);
    -moz-filter: brightness(1.15);
    filter: brightness(1.15);
}

.jqthumb {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
}

.imghover .jqthumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

.area {
    position: relative;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.area,
.clear {
    *zoom: 1
}

.area:after,
.clear:after {
    content: ".";
    display: block;
    visibility: hidden;
    overflow: hidden;
    height: 0;
    clear: both;
}

.f-tal {
    text-align: left;
}

.f-tac {
    text-align: center;
}

.f-tar {
    text-align: right;
}

.f-dn {
    display: none;
}

.f-db {
    display: block;
}

.f-fl {
    float: left;
    _display: inline;
}

.f-fr {
    float: right;
    _display: inline;
}

.f-ovh {
    position: relative;
    zoom: 1;
    overflow: hidden;
}

.fx {
    display: flex;
}

.fx-cl {
    display: flex;
    flex-direction: column;
}

.fx-warp {
    display: flex;
    flex-wrap: wrap;
}

.fx-b {
    display: flex;
    justify-content: space-between;
}

.fx-cl-rc {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.fx-cl-c {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fx-r-c {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fx-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mgtp-10 {
    margin-top: 10px;
}


/* 普通翻页器-默认居中 */
.m-page {
    line-height: 38px;
    padding: 20px 0;
    font-size: 0;
    text-align: center;
    white-space: nowrap;
}

.m-page a,
.m-page i {
    position: relative;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-left: -1px;
    padding: 0 14px;
    font-size: 14px;
    letter-spacing: normal;
    word-spacing: normal;
    color: #666;
    border: solid 1px #d9d9d9;
    background: #fff;
}

.m-page a {
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}

.m-page a,
.m-page a:hover {
    text-decoration: none;
}

.m-page a.first {
    margin-left: 0;
}

.m-page a.last {
    margin-right: 0;
}

.m-page a:hover,
.m-page a:active {
    z-index: 5;
    color: #fff;
    border-color: #258bd3;
    background: #258bd3;
}

.m-page a.z-crt,
.m-page a.z-crt:hover,
.m-page a.z-crt:active {
    z-index: 5;
    color: #fff;
    border-color: #258bd3;
    background: #258bd3;
    cursor: default;
}

.m-page a.z-dis,
.m-page a.z-dis:hover,
.m-page a.z-dis:active {
    color: #ccc;
    border-color: #d9d9d9;
    background: #fff;
    cursor: default;
}

/* 居左 */
.m-page-lt {
    text-align: left;
}

/* 居右 */
.m-page-rt {
    text-align: right;
}

/* 较小 */
.m-page-sm {
    line-height: 22px;
}

.m-page-sm a,
.m-page-sm i {
    padding: 0 8px;
}

/* 分离 */
.m-page-sr a,
.m-page-sr i {
    margin: 0 3px;
}

/* .m-page-sr i{border:0;} */