﻿body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #f4f4f4
}
body::-webkit-scrollbar-track {
    background-color: #f1f1f1
}
body::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #afb3bf !important
}

body::-webkit-scrollbar-thumb:hover {
    background: #8e8f8e;
}

body::-webkit-scrollbar-corner {
    background: #8e8f8e;
}

body {
    font-size: 14px;
}

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;
}

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;
}

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(/ntCredit/febs/xynt/css/SweiB2SerifCJKtc-Black-13564b1913e77dd1bc7b554c8be2c2ea.ttf);
}

.footer {
    width: 100%;
    height: auto;
    background: url("/ntCredit/febs/xynt/img/footer_bg-4c21db66d65a4a11a91548efac0523d5.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(/ntCredit/febs/xynt/img/qipao-86206ddeac4b2c36e966f6980bd44bb6.png);
    background-size: 100% 100%;
}

.foot_tab>span.active {
    background: url(/ntCredit/febs/xynt/img/qipao_active-31526be6b34bf50b545f90a669c9baa0.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;
}

.nodata {
    text-align: center;
    padding: 100px 0;
    background: url('/ntCredit/febs/xynt/assets/img/no_more-b6799e20c25bd5958d4e0bd7cc14ade2.png') center no-repeat;
}
