﻿body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

::-webkit-scrollbar {
            width: 5px;
            height: 5px;
            background-color: #f4f4f4
        }
        ::-webkit-scrollbar-track {
            background-color: #f1f1f1
        }
        ::-webkit-scrollbar-thumb {
            border-radius: 50px;
            background-color: #afb3bf !important
        }

button,
input,
select,
textarea {
    font-size: 100%;
}

input,
textarea,
select,
ul,
li,
th,
td,
div {
    box-sizing: border-box;
}

::-webkit-input-placeholder {
    color: rgb(173, 173, 173);
}

::-moz-placeholder {
    color: rgb(173, 173, 173);
}

:-ms-input-placeholder {
    color: rgb(173, 173, 173);
}

:-moz-placeholder {
    color: rgb(173, 173, 173);
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}
body {
    font-size: 14px;
}
html {
    font-size: 14px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}

/*正常的未被访问过的链接*/
a:link {
    text-decoration: none;
    color: inherit;
}

/*已经访问过的链接*/
a:visited {
    text-decoration: none;
    color: inherit;
}

/*鼠标划过(停留)的链接*/
a:hover {
    text-decoration: none;
    color: inherit;
}

/* 正在点击的链接，鼠标在元素上按下还没有松开*/
a:active {
    text-decoration: none;
    color: inherit;
}

/* 获得焦点的时候 鼠标松开时显示的颜色*/
a:focus {
    text-decoration: none;
    color: inherit;
}

body {
    background-color: #f9f1df;
}

@font-face {
    font-family: 'songti';
    src: url(SweiB2SerifCJKtc-Black.ttf);
}

.footer {
    width: 100%;
    height: auto;
    background: url("../img/footer_bg.png") no-repeat;
    background-size: 100%;
    background-position: 0px 0px;
}

.footer_cot {
    width: 1200px;
    height: 150px;
    margin: 0 auto;
    display: table;
}

.footer_cot>div {
    display: table-cell;
    vertical-align: middle
}

.footer_left {
    width: 170px;
    text-align: center;
}

.footer_mid {
    width: 820px;
    padding-left: 30px;
}

.footer_right {
    width: 210px;
    text-align: left;
}

.footer_mid p {
    font-size: 12px;
    color: rgb(75, 75, 75);
    margin-top: 12px;
}


.footer_mid p>a>img {
    height: 13px;
    vertical-align: middle;
}

.footer_mid p>a>span {
    font-size: 12px;
    color: rgb(75, 75, 75);
    vertical-align: middle;
    display: inline-block;
}

.foot_tab {
    padding: 20px 10px 0 10px;
}

.foot_tab>span {
    position: relative;
    display: inline-block;
    cursor: pointer;
    font-size: 15px;
    padding: 4px 20px 10px 20px;
    background: url(../img/qipao.png);
    background-size: 100% 100%;
}

.foot_tab>span.active {
    background: url(../img/qipao_active.png);
    background-size: 100% 100%;
    color: #d6171e;
    font-weight: bold;
}

.foot_tab>span+span {
    margin-left: 12px;
}

.foot_a {
    padding: 10px 0;
    border-bottom: 1px solid #c9c9c9;
}

.foot_a>a {
    width: 100px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    display: inline-block;
}

.col12 {
    float: left;
    width: 50%;
}

.hide {
    display: none;
}

#pagination-digg .active {
    background: #e22424;
}
#pagination-digg a:link, #pagination-digg a:visited {
    color: #e22424;
}
#pagination-digg a {
    border: solid 1px #e22424;
}