body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: å¾®è½¯é›…é»‘;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
color: #fff;}

ol, ul, li {
    list-style: none;
}

html {
    overflow-y: scroll;
}


/* 面包屑 S */

.link-bread {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-bottom: 6px;
    border-bottom: 1px solid rgb(218, 218, 218);
    z-index: 50;
}

.link-bread img {
    margin: auto 12px;
}

.link-bread table {
    font-size: 18px;
    color: rgb(102, 102, 102);
}

.link-bread table tbody tr td a {
    color: black;
}

.link-bread table tbody tr td a:hover {
    color: #0051a2;
}
/* 面包屑 E */