* {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    -webkit-text-size-adjust: none;
    color: #1a1a1a;
    -webkit-text-size-adjust: none;
    font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

form {
    display: inline
}

textarea {
    resize: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,
ol {
    list-style: none
}

input,
select,
button {
    font-family: 'Verdana', 'Microsoft Yahei', '\u5FAE\u8F6F\u96C5\u9ED1', '\u5B8B\u4F53', 'SimSun';
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    -moz-appearance: button
}

input:focus:-moz-placeholder,
input:focus::-webkit-input-placeholder {
    color: transparent
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

a,
a:visited {
    color: #323234;
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a:active,
a:focus {
    color: #e83842;
    text-decoration: none;
}

img {
    display: block;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

h1 {
    display: none;
}

html {
    margin: auto;
    max-width: 750px;
    min-width: 320px;
    background-color: #ebebeb;
}

.mt_24 {
    margin-top: 0.24rem;
}

/* 导航 */
.zx-header {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 750px;
    min-width: 320px;
    width: 100%;
    height: 0.88rem;
    background-color: #1c1b25;
    z-index: 1000;
}

.zx-header-back {
    display: block;
    width: 100%;
    height: 0.88rem;
}

.zx-back-history {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 0.6rem;
    height: 0.88rem;
    background-image: url("../img/backfitst.png");
    background-position: center;
    -o-background-size: 60%;
    background-size: 60%;
    background-repeat: no-repeat;
}

.zx-header .zx-header-link {
    display: block;
    color: #fff;
    height: 0.88rem;
    font-size: 0.24rem;
    line-height: 0.88rem;
    padding: 0 0.1rem;
}

.zx-header .zx-topmenu {
    display: block;
    width: 0.6rem;
    height: 0.88rem;
    padding: 0 0.1rem;
    background-image: url("../img/caidan.png");
    -o-background-size: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.zx-more {
    position: fixed;
    z-index: 99;
    top: 0.88rem;
    display: none;
    width: 100%;
    height: 200rem;
    max-width: 750px;
    min-width: 320px;
    background-color: rgba(0, 0, 0, 0.6);
    overflow: hidden;
}

.zx-more-line {
    display: block;
    height: 0.04rem;
    background-color: #ebebeb;
}

.zx-more-list {
    display: block;
    background-color: #1c1b25;
    padding: 0 0.26rem 0.4rem;
    overflow: hidden;
}

.zx-more-list::after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.zx-more-list li {
    float: left;
    display: block;
    text-align: center;
    font-size: 0.24rem;
    border: 1px solid #cfced0;
    border-radius: 0.14rem;
    padding: 0.12rem 0.32rem;
    margin-top: 0.4rem;
    margin-right: 6%;
}

.zx-more-list a {
    display: block;
    color: #f6f6f6;
}


/* 首页轮播图 */
.focus-box.swiper-container {
    display: block;
    width: 100%;
    height: 4rem;
    margin-top: 0.04rem;
}

.focus-box.swiper-container .swiper-slide {
    position: relative;
}

.focus-box.swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.focus-box.swiper-container .swiper-slide span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.26rem;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.09)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    padding: 0 0.24rem;
}

.zx-tips {
    display: block;
    background-color: #fff;
    padding: 0.26rem 0.24rem 0.4rem;
}

.zx-tips-title {
    position: relative;
    font-size: 0.34rem;
    font-weight: bold;
    padding: 0.08rem 0 0.08rem 0.14rem;
}

.zx-tips-title::before {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 0.07rem;
    height: 0.34rem;
    background-color: #fd3232;
}

.zx-tips-p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zx-tips-p a {
    display: block;
    color: #fd3232;
    text-align: center;
    font-size: 0.20rem;
    border: 1px solid #fd3232;
    border-radius: 0.14rem;
    padding: 0.1rem 0.2rem;
    margin-top: 0.4rem;
    margin-right: 0.22rem;
}


/* 文章列表 */
.zx-items {
    display: block;
    padding: 0.1rem 0.26rem 0.34rem;
    background-color: #fff;
}

.zx-items .zx-item {
    display: block;
    height: 1.45rem;
    padding: 0.2rem 0;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.zx-item h3 {
    display: block;
    height: 1rem;
    line-height: 0.5rem;
    font-size: 0.24rem;
    font-weight: bold;
    padding-right: 0.24rem;
    overflow: hidden;
}

.zx-item .zx-item-img {
    float: right;
    display: block;
    width: 2.64rem;
    height: 1.45rem;
}

.zx-item .zx-item-tips {
    display: block;
    height: 0.36rem;
    margin-top: 0.09rem;
    padding-right: 0.24rem;
    overflow: hidden;
}


.zx-item .zx-item-tips em,
.zx-item .zx-item-tips i {
    display: inline-block;
    color: #808080;
    font-style: normal;
    line-height: 0.36rem;
    font-style: normal;
    font-size: 0.16rem;
}

.zx-item .zx-item-tips em {
    position: relative;
    color: #ff3333;
    line-height: 0.28rem;
    font-size: 0.16rem;
    padding: 0 0.08rem;
}

.zx-item .zx-item-tips em::before,
.zx-item .zx-item-tips em::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #ff3333;
    -webkit-animation: border-animate 5s linear infinite;
    -moz-animation: border-animate 5s linear infinite;
    -o-animation: border-animate 5s linear infinite;
    animation: border-animate 5s linear infinite;
}

.zx-item .zx-item-tips em::after {
    -webkit-animation-delay: -2.5s;
    -moz-animation-delay: -2.5s;
    -o-animation-delay: -2.5s;
    animation-delay: -2.5s;
}

@-webkit-keyframes border-animate {

    0%,
    100% {
        -webkit-clip-path: inset(0 0 99% 0);
        clip-path: inset(0 0 99% 0);
    }

    25% {
        -webkit-clip-path: inset(0 99% 0 0);
        clip-path: inset(0 99% 0 0);
    }


    50% {
        -webkit-clip-path: inset(99% 0 0 0);
        clip-path: inset(99% 0 0 0);
    }

    75% {
        -webkit-clip-path: inset(0 0 0 99%);
        clip-path: inset(0 0 0 99%);
    }
}

@-moz-keyframes border-animate {

    0%,
    100% {
        clip-path: inset(0 0 99% 0);
    }

    25% {
        clip-path: inset(0 99% 0 0);
    }


    50% {
        clip-path: inset(99% 0 0 0);
    }

    75% {
        clip-path: inset(0 0 0 99%);
    }
}

@-o-keyframes border-animate {

    0%,
    100% {
        clip-path: inset(0 0 99% 0);
    }

    25% {
        clip-path: inset(0 99% 0 0);
    }


    50% {
        clip-path: inset(99% 0 0 0);
    }

    75% {
        clip-path: inset(0 0 0 99%);
    }
}

@keyframes border-animate {

    0%,
    100% {
        -webkit-clip-path: inset(0 0 99% 0);
        clip-path: inset(0 0 99% 0);
    }

    25% {
        -webkit-clip-path: inset(0 99% 0 0);
        clip-path: inset(0 99% 0 0);
    }


    50% {
        -webkit-clip-path: inset(99% 0 0 0);
        clip-path: inset(99% 0 0 0);
    }

    75% {
        -webkit-clip-path: inset(0 0 0 99%);
        clip-path: inset(0 0 0 99%);
    }
}


.zx-item .zx-item-tips span {
    float: right;
    color: #808080;
    line-height: 0.36rem;
    font-size: 0.14rem;
}

/* 列表页 */

.zx-list-banner {
    position: relative;
    width: 100%;
    height: 4rem;
    margin-top: 0.04rem;
    overflow: hidden;
}

.zx-list-banner img {
    display: block;
    width: 100%;
}

.zx-list-banner-tip {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    font-size: 0.26rem;
    overflow: hidden;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.09)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.09));
    padding: 0 0.24rem;
}

.zx-list-box {
    display: block;
    background-color: #fff;
}

.zx-list-swiper {
    width: 100%;
    background-color: #fff;
    height: 0.72rem rem;
    border-bottom: 1px solid #ebebeb;
}

.zx-list-swiper li {
    width: auto;
    height: 100%;
    line-height: 0.6rem;
}

.zx-list-swiper a {
    display: block;
    color: #333333;
    font-size: 0.26rem;
    padding: 0 0.24rem;
    cursor: pointer;
    border-bottom: 0.04rem solid #fff;
}

.zx-list-swiper .cur a {
    font-weight: bold;
    border-bottom: 0.04rem solid #fd3232;
}


/* 详情页 */
.zx-article {
    display: block;
    background-color: #fff;
    padding: 0.26rem;
}

.zx-article-title {
    display: block;
    font-size: 0.34rem;
    font-weight: bold;
    line-height: 0.6rem;
}

.zx-article-tips {
    padding: 0.2rem 0;
    border-bottom: 1px solid #ebebeb;
}

.zx-article-tips span {
    color: #adadad;
    margin-right: 0.1rem;
}

.zx-article-cnt {
    padding: 0.26rem 0;
}

.zx-article-cnt p {
    line-height: 0.44rem;
    font-size: 0.28rem;
    color: #25242c;
    text-align: justify;
    margin-bottom: 0.24rem;
}

.zx-article-cnt p img {
    display: block;
    width: 98%;
    margin: auto;
}

.zx-article-cnt img {
    display: block;
    width: 98%;
    margin: auto;
}

.zx-backtop {
    position: fixed;
    bottom: 20%;
    right: 6%;
    display: none;
    width: 0.88rem;
    height: 0.88rem;
    border-radius: 0.88rem;
    background-image: url("../img/top.png");
    background-repeat: no-repeat;
    -o-background-size: 60%;
    background-size: 60%;
    background-position: center;
    background-color: rgba(28, 27, 37, 0.8);
}

/* 底部 */
.zx-footer {
    display: block;
    background-color: #fff;
    padding: 0.26rem;
    margin-top: 0.12rem;
}

.zx-link {
    display: block;
}

.zx-link p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 0.2rem;
    margin-bottom: 0.12rem;
}

.zx-link p span {
    color: #808080;
}

.zx-link p a {
    margin-right: 0.12rem;
}

.zx-copyright {
    display: block;
    line-height: 0.32rem;
    text-align: center;
    color: #808080;
    font-size: 0.14rem;
}

/*加载中*/
.load_style {
    clear: both;
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.28rem;
    color: #999;
    text-align: center;
    padding-top: 0.12rem;
}

.details_table {
    width: 100%;
    margin: auto;
    border-collapse: collapse;
    margin-bottom: 0.24rem;
}

.details_table caption {
    position: relative;
    text-align: center;
    font-weight: bold;
    padding: 0.18rem 0;
    font-size: 0.34rem;
    color: white;
    border: 1px solid;
    border-image: linear-gradient(45deg, hsl(0, 68%, 90%), hsl(60, 4%, 90%), hsl(120, 100%, 95%), hsl(180, 100%, 92%), hsl(240, 92%, 91%), hsl(300, 87%, 91%), hsl(0, 100%, 92%));
    border-image-slice: 1;
    background-image: linear-gradient(45deg, hsl(0, 1%, 67%), hsl(60, 18%, 50%), hsl(120, 20%, 55%), hsl(180, 19%, 51%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: table-ani 3s infinite linear;
}

.details_table thead {
    background-color: #fd3232;
    color: #fff;
}

.details_table thead th {
    font-size: 0.28rem;
    text-align: center;
    padding: 0.12rem 0;
    border: 1px solid #ebebeb;
}

.details_table tbody td {
    text-align: center;
    font-size: 0.26rem;
    border: 1px solid #ebebeb;
    padding: 0.1rem 0;
}

.details_table tbody td:nth-of-type(2) {
    color: #e00404;
}

.details_table tbody td:nth-of-type(3) {
    color: #6390b9;
}

@keyframes table-ani {
    from {
        filter: hue-rotate(0deg);
    }

    to {
        filter: hue-rotate(360deg);
    }
}