@charset "utf-8";

/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu {
    margin: 0;
    padding: 0;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

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

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

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

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    /* font: 12px/1.14 "microsoft yahei", "Arial"; */
    color: #333;
    outline: 0;
}

body {
    background: #fff;
}

a{
    color: #000000;
}

::-webkit-scrollbar-track-piece {
    background-color: #f8f8f8;
    border-left: 1px solid #d3d3d3;
}

::-webkit-scrollbar {
    width: 9px;
    height: 9px;
}

::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    background-clip: padding-box;
    min-height: 28px;
    border-left: 1px solid #d3d3d3;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #bbb;
}

.page-title {
    text-align: center;
}

.page-title .page-content {
    line-height: 75px;
    color: #3D3D3D;
    display: block;
    font-weight: bold;
    text-align: center;
    z-index: 1;
    float: left;
    width: 100%;
    position: absolute;
    left: 0px;
    font-size: 30px;
}

.page-title span {
    font-weight: bold;
    color: #e9e9e9;
    line-height: 65px;
    display: block;
    text-transform: uppercase;
    font-family: Arial;
    margin: auto;
    float: left;
    width: 100%;
    font-size: 30px;
    letter-spacing: 1px;
}

.page-content-body {
    width: fit-content;
    margin: auto;
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
}

.page-content-body .fcs-c-img {
    position: relative;
    top: -4px;
}

.page-content-body .pcb-title {
    position: relative;
    top: -5px;
}

.list_description {
    padding-top: 30px;
    text-align: center;
    font-size: 17px;
}