@font-face {
    font-family: 'iconfont';
    src: url('../font/iconfont.woff2') format('woff2'),
    url('../font/iconfont.woff') format('woff'),
    url('../font/iconfont.ttf') format('truetype');
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.fz14 {
    font-size: 14px;
    line-height: 24px;
}

.fz12 {
    font-size: 12px;
    line-height: 20px;
}

.fz24 {
    font-size: 24px;
    line-height: 36px;
}

.fz36 {
    font-size: 36px;
    line-height: 60px;
}

body, li, ul, ul > li, ul > li > ul, p, img, div, span, h1, h2, h3, h4, h5, h6, dl, dt, dd, dl > dt, dl > dd, figure, form, a, button, table, tr, td {
    margin: 0;
    border: 0;
    padding: 0;
    list-style: none;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

div {
    margin: 0px auto;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    max-width: 100%;
}

em, i {
    font-style: normal;
}

input {
    outline: none;
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none;
}
a.outer-div{display: block;}
a.flex{ display: -webkit-flex;
    display: flex;
    -ms-display: flex;}
.roll-box {
    overflow: hidden;
}
.big-roll-box{ overflow: hidden;}
.single-over {
    width: 100%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.clamp-over {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.infotools {
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
}

.infotools .page_preinfo, .infotools .page_next {
    max-width: 46%;
    flex: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.infotools .page_preinfo {
    padding-left: 40px;
}

.infotools .page_next {
    padding-right: 40px;
}

.infotools .page_preinfo:before {
    content: "\e61f";
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translate(0%, -50%);
}

.infotools .page_next:after {
    content: "\e61e";
    font-size: 30px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translate(0%, -50%);
}

@media (max-width: 767px) {
    .infotools {
        white-space: normal;
        flex-wrap: wrap;
    }

    .infotools .page_preinfo, .infotools .page_next {
        width: 100%;
        max-width: 100%;
        flex: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .infotools .page_next:after {
        content: "";
        margin: 0;
    }

    .infotools .page_next:before {
        content: "\e61e";
        font-size: 30px;
        height: 30px;
        line-height: 30px;
        margin-right: 10px;
    }
}

.flex {
    display: -webkit-flex;
    display: flex;
    -ms-display: flex;

}

.container {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    width: 100%;
}


.flex.wrap {
    flex-wrap: wrap;
}

.flex > * {
    margin: 0;
}

.flex-none {
    flex: none;
}

.flex-auto {
    width: 200px;
    flex: auto;
}

.flex-column {
    display: flex;
    -ms-display: flex;
    flex-direction: column;
}

.clearfix:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

.column_1 > * {
    width: 100%;
}

.column_2 > * {
    width: 50%;
}

.column_3 > * {
    width: 33.33%;
}

.column_4 > * {
    width: 25%;
}

.column_5 > * {
    width: 20%;
}

.column_6 > * {
    width: 16.66%;
}

.column_7 > * {
    width: 14.28%;
}

.column_8 > * {
    width: 12.5%;
}

.column_9 > * {
    width: 11.11%;
}

.column_10 > * {
    width: 10%;
}

.column_11 > * {
    width: 9.09%;
}

.column_12 > * {
    width: 8.33%;
}

.justify-content-center {
    display: flex;
    justify-content: center;
}

.pagination {
    margin: 20px 0;
}

.pagination .page-item, .pagination .page-num {
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dedede;
    margin: 0 5px;
}

.pagination .page-num-current {
    background-color: #dedede;
}

.pagination .page-item.pageindex:before {
    content: "\e624"
}

.pagination .page-item.pagepre:before {
    content: "\e62b"
}

.pagination .page-item.pagenext:before {
    content: "\e626"
}

.pagination .page-item.pagelast:before {
    content: "\e625"
}

.bannerItem {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.bannerItem a {
    display: block;
    width: 100%;
    height: 100%;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*微信弹窗*/
#wxnr {
    width: 100%;
    height: 100%;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    background: rgba(0, 0, 0, .6);
}

#wxnr .nrdf {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 5rem;
    height: 5rem;
    padding: 0.3rem;
    padding-top: 0.6rem;
    margin-top: -2.5rem;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 6px #777;
    -webkit-box-shadow: 0px 2px 6px #777;
    -moz-box-shadow: 0px 2px 6px #777;
    border-radius: 10px;
}

#wxnr img {
    width: 2.3rem;
    height: 2.3rem;
    display: block;
    margin: 0 auto;
}

#wxnr p {
    font-size: 0.24rem;
    line-height: 0.45rem;
    text-align: center;
}

#wxnr i {
    position: absolute;
    top: 0.2rem;
    right: 0.2rem;
    width: 0.3rem;
    height: 0.3rem;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-style: normal;
    background: #333;
    border-radius: 1rem;
    cursor: pointer;
}

#wxnr span {
    display: inline-block;
    padding: 0.03rem 0.1rem;
    line-height: 0.35rem;
    background-color: #dc0000;
    color: #fff;
    border-radius: 0.05rem;
    cursor: pointer;
}

#wxnr span.wx {
    padding-left: 0.4rem;

    background-size: 0.28rem;
    background-position: 0.1rem center;
    background-repeat: no-repeat;
}

/*复制提示*/
#weixin {
    position: fixed;
    top: 50%;
    margin-top: -0.4rem;
    z-index: 9999999;
    font-size: 0.26rem;
    color: #fff;
    width: 90%;
    right: 5%;
    line-height: 0.8rem;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    border: 2px solid #333;
    border-radius: 0.1rem;
    display: none;
}