html,
body,
div,
span,
object,
li,
ul,
img iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
em,
img,
strong,
sub,
sup,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 14px;
    font-family: "微软雅黑", "宋体", "华文细黑", \5B8B\4F53, arial, sans-serif;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
}

ol,
ul {
    margin-bottom: 0px;
}

li {
    list-style: none;
}

em,
i {
    font-style: normal;
}

img {
    height: auto;
    max-width: 100%;
}

img {
    border-width: 0px 0px 0px 0px;
}

a {
    text-decoration: none;
    color: #000;
    transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
}

a:hover {
    color: #c8000b;
}

@media screen and (min-width: 769px) {
    html {
        margin: 0 auto;
        min-width: 1100px;
    }
}

@media screen and (max-width: 768px) {
    html {
        width: 100%;
    }
}

/* 分页 */
.pages {
    width: 100%;
    overflow: hidden;
}

.current-page {
    float: left;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    width: auto !important;
    margin-bottom: 30px;
    margin-top: 30px;
}

.current-page>span {
    font-size: 14px;
    float: left;
    line-height: 30px;
    width: auto;
    color: #e84b2e;
}

.current-page>span>i {
    display: none;
    font-size: 14px;
    line-height: 30px;
    font-style: normal;
    color: #e84b2e;
}

.current-page>span>input {
    width: 50px;
    height: 32px;
    text-align: center;
}

#jump-page {
    transition: background 0.3s ease;
    -webkit-transition: background 0.3s ease;
    -moz-transition: background 0.3s ease;
    -ms-transition: background 0.3s ease;
    -o-transition: background 0.3s ease;
    height: 32px;
    padding: 0 10px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #e84b2e;
    color: #e84b2e;
}

#jump-page:hover {
    background: #e84b2e;
    color: #fff;
}

#all_page {
    margin-left: 10px;
    margin-right: 10px;
    line-height: 32px;
    color: #e84b2e;
    width: auto;
}

#jump-value {
    width: 60px;
    height: 32px;
    cursor: pointer;
    background: transparent;
    border: 1px solid#e84b2e;
    color: #e84b2e;
}

.current-container {
    float: left;
}

.current-container li span {
    display: block;
    font-size: 30px;
    line-height: 0.4rem;
    margin: 0 5px 0 5px;
    cursor: pointer;
}

.pagestr {
    padding: 15px;
    text-align: center;
    margin: auto;
    color: #666;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: -30px;
}

.pagestr .pagetotal {
    width: 250px;
    float: left;
    height: 30px;
    line-height: 30px;
}

.pagestr ul,
.pagestr li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagestr ul {
    float: left;
}

.pagestr li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #e5e3e3;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    margin-left: 5px;
}

.pagestr li.on {
    background-color: #e84b2e;
    border: 1px solid #54b866;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
}

.pagestr .pre,
.pagestr .next {
    background-color: #d6e9bc;
    border: 1px solid #a8d9b1;
}

.pagestr .jump {
    height: 30px;
    line-height: 30px;
    float: left;
    margin-left: 10px;
}

.content table {
max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}


.content table td {
    border: 1px solid #000;
    padding-left: 5px;
}

/* 分页 */
.current-page>ul {
    display: inline-block;
    overflow: hidden;
    margin-right: 10px;
}

.current-page>ul>li {
    float: left;
    margin-right: 5px;
}

.current-page>ul>li:last-child {
    margin-right: 0;
}

.current-page>ul>li:hover a {
    background: #e84b2e;
    color: #fff;
}

.current-page>ul>li.li-active a {
    background: #e84b2e;
    color: #fff;
}

.current-page>ul>li a {
    display: block;
    line-height: 32px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #e84b2e;
    border-radius: 4px;
    color: #e84b2e;
    font-size: 14px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.links {
    width: 100%;
    overflow: hidden;
}

.links>a {
    display: block;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.links .left-link,
.links .right-link {
    font-size: 15px;
    color: #374047;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.links .left-link span,
.links .right-link span {
    font-size: 14px;
    color: #374047;
}

.links .left-link:hover span,
.links .right-link:hover span {
    color: #e84b2e;
}

.links .left-link {
    float: left;
}

.links .right-link {
    float: right;
}

@media screen and (max-width: 960px) {
    #all_page {
        display: block;
        width: 100%;
        text-align: left;
        margin-bottom: 8px;
    }

    .current-page>ul>li {
        margin-bottom: 10px;
    }

    #main .pages .current-page>ul>li {
        /* margin-top: 10px; */
        margin-bottom: 10px;
    }

    #main .pages .current-page>ul>li {
        display: none;
    }

    #main .pages .current-page>ul>li:first-of-type,
    #main .pages .current-page>ul>li:last-of-type {
        display: block;
    }

    .current-container .float-left:first-of-type,
    .current-container .float-left:last-of-type {
        margin-left: 10px;
    }

    .current-page>span>i {
        display: inline;
        margin-left: 15px;
    }
}

/*广告漂浮矿轮播图*/
#ad1 .ad1-img {
    position: relative;
    display: inline-block;
    width: 200px;
    height: 98px;
    overflow: hidden;
    vertical-align: bottom;
}

#ad1 .ad1-img .img-slide {
    display: block;
    width: 100%;
}

#ad1 .ad1-img .img-slide .img-slide-img {
    vertical-align: bottom;
    width: 100%;
}

#ad1 .ad1-img .dotted-slide {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

#ad1 .ad1-img .dotted-slide .dotted-slide-item {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #b9986c;
    margin: 0 4px;
}

#ad1 .ad1-img .dotted-slide .dotted-slide-item.slide-class {
    background-color: #f6cf44;
}

/* 关闭 */

#ad1 .ad1_close {
    display: none;
    CURSOR: hand;
    color: #ff0000;
    font-size: 15px;
}

#ad1 .ad1_close:first-of-type {
    display: inline-block;

}

/* 播放器 */
.prism-time-display span {
    color: #fff;
}

.prism-setting-list .prism-setting-item .setting-content span {
    color: #fff;
}

.prism-setting-selector .header span {
    color: #fff;
}

.prism-setting-selector .selector-list li span {
    color: #fff;
}