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,
article,
aside,
canvas,
details,
embed,
input,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size: 100%;
    font-family: "微软雅黑", "宋体", "华文细黑", \5B8B\4F53, arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC";
    box-sizing: border-box;
    color: #231815;}

table,
tbody,
tfoot,
thead,
tr,
th,
td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #333;
    font-size: 100%;
    font-family: "微软雅黑", "宋体", "华文细黑", \5B8B\4F53, arial, sans-serif, "Helvetica Neue", Helvetica, "PingFang SC";
    box-sizing: border-box;
    color: #231815;}

li {
    list-style: none;}

/* 不设置高度，避免后台设置图片宽高不起作用 */
img {
    width: auto;
    border-width: 0 0 0 0;
    max-width: 100%;}

a {
    text-decoration: none;}

html,
body {
    width: 100%;}

.fl {
    float: left;}

.fr {
    float: right;}

.clearfix::after {
    clear: both;
    display: table;
    content: "";}

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

.current-page {
    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: 20px;
    overflow: hidden;
    margin-top: 30px;}

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

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

.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 #1d83e1;
    color: #1d83e1;}

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

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

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

.current-container {
    float: left;}

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

.current-page>ul {
    display: inline-block;
    overflow: hidden;}

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

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

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

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

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

.links {
    margin-top: 20px;
    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: #1d83e1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}

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

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

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

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

    #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;}

.icon-huidaodingbu1 {
    font-size: 40px;
    position: fixed;
    right: 8px;
    bottom: 100px;
    color: #666;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
    z-index: 999;}

.backtop{
    position: fixed;
    bottom: 20px;
    right: 200px;}
.backtop img{
   width:40px;}