/*WAP 和 WWW 公用的RESET文件，修改前请知会所有人*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline
}

html {
    line-height: 1
}

ol, ul {
    list-style: none
}

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

caption, th, td {
    font-weight: normal;
    vertical-align: middle
}

q, blockquote {
    quotes: none
}

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

a img {
    border: none
}

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

a {
    -webkit-tap-highlight-color: transparent;
}

.detail-body img {
    max-width: 100%;
    height: auto !important;
}

html, body {
    height: 100%;
}

.container {
    min-height: 100%;
    position: relative;
}

.nav-header {
    background-color: #fff;
    height: 55px;
    padding: 14px 15px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
}

.nav-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    transform: scale(0.5);
    transform-origin: left top;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    border-bottom: 1px solid #e5e5e5;
}

.detail-body {
    padding: 25px 15px 140px;
}

.title {
    font-size: 24px;
    color: #333;
    line-height: 33px;
    margin-bottom: 10px;
}

.article-info {
    line-height: 16px;
    color: #999;
    font-size: 14px;
    margin-bottom: 20px;
}

.article-info span {
    margin-right: 8px;
}

.content {
    font-size: 14px;
    color: #797979;
    line-height: 24px;
}

.content h1 {
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

.content h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}


.content h3 {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}

.content video {
    max-width: 100%;
}

.content table td, .content table th {
    border: 1px solid #000;
}

.extraLinks {
    display: block;
}

.extraLinks h3 {
    font-size: 14px;
    color: #666;
    margin: 30px 0 15px 15px;
}

.extraLinks .links a {
    font-size: 14px;
    line-height: 24px;
    color: #38F;
    text-decoration: none;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.ft-copyright {
    padding-top: 15px;
    margin: 0 15px;
    position: relative;
}

.ft-copyright:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    width: 200%;
    height: 200%;
    transform: scale(0.5);
    transform-origin: left top;
    -webkit-perspective: 1000;
    -webkit-backface-visibility: hidden;
    pointer-events: none;
    border-top: 1px solid #e5e5e5;
}

.ft-copyright .copyright-img {
    display: block;
    margin: 0 auto;
}

.ft-copyright .yz-logo {
    color: #ccc;
    display: block;
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    margin: 7px 0 20px;
}


.not-found {
    text-align: center;
    font-size: 14px;
    color: #969799;
    line-height: 20px;
    height: calc(100vh - 135px);
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.not-found img {
    width: 160px;
    height: 160px;
    vertical-align: middle;
    margin-bottom: 3px;
}

