* {
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
}

html,
body {
    min-height: 100%;
    font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans SC", Arial, sans-serif;
    color: #050505;
    background: #edeff0;
}

body {
    font-size: 16px;
    line-height: 1.5;
}

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

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: collapse;
}

.container {
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
    background: #edeff0;
}

.header {
    position: fixed;
    top: 0;
    z-index: 20;
    width: 100%;
    max-width: 720px;
    background: linear-gradient(90deg, #f00 0%, #f00 42%, #3b82f6 100%);
}

.logo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 52px;
    padding: 2px 6px;
}

.logo img {
    width: 210px;
}

.detail-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 4px 10px;
    border-radius: 6px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    background: rgba(0, 0, 0, .18);
}

.kj {
    padding: 0 3px 3px;
}

.kj .ifm {
    width: 100%;
    background: #fbfafb;
}

.ifkj {
    display: block;
}

.content {
    padding: 5px 0 0;
}

.box {
    margin: 5px 0;
    overflow: hidden;
    border-radius: 5px;
    background-image: linear-gradient(to right, #f00, #ff0000, #3b82f6);
}

.pad {
    padding: 4px 4px;
}

.list-title {
    height: 38px;
    padding: 0;
    color: #460d0d;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 1px solid #738e9f;
    font-size: 20pt;
    font-weight: bold;
    line-height: 33px;
    text-align: center;
    text-shadow: 1px 2px 1px #b99b5f;
    background: linear-gradient(transparent, #f7f3f3);
}

.duilianpt {
    table-layout: auto;
    overflow: hidden;
    border-radius: 5px;
    color: #000;
    background: #fff;
}

.detail-body h1 {
    margin: 0 0 10px;
    padding: 6px 24px 8px;
    color: #fff;
    background: #f00;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}

.detail-body p {
    margin: 0;
    padding: 8px 26px;
    color: #000;
    font-family: SimSun, "Songti SC", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    word-break: break-word;
}

.qnzl-detail p {
    overflow-x: visible;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: anywhere;
}

.detail-body p + p {
    margin-top: 6px;
}

.detail-body b,
.detail-body strong {
    color: #174c9d;
}

.bbs-keyword {
    color: #174c9d;
    font-weight: 900;
}

.bbs-hit {
    display: inline-block;
    padding: 0 2px;
    color: #f00;
    font-weight: 900;
    line-height: 1.05;
    background: #ff0;
}

.detail-body span,
.detail-body em,
.detail-body font {
    font-style: normal;
}

.detail-body .hit,
.detail-body mark {
    padding: 0 2px;
    color: #f00;
    background: #ff0;
}

.foot-img {
    padding: 10px;
}

.foot-img p {
    margin: 5px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.pb-head {
    padding-left: 1rem;
    padding-right: 1rem;
}

.pb-tit {
    margin-bottom: .5rem;
    padding-top: .5rem;
    color: hsl(51, 100%, 57%);
    font-size: 1.4rem;
    font-weight: bold;
    text-align: center;
    text-shadow: -1px -1px 0 #614a00, 1px -1px 0 #614a00, -1px 1px 0 #614a00, 2px 2px 0 #614a00;
}

.pb-content {
    background: #fff;
    padding: .3rem .3rem;
    font-size: 1.3rem;
}

.pb-content li {
    padding: .3rem 0;
    border-bottom: 1px solid #ddd;
}

.pb-content li:last-child {
    border-bottom: 0;
}

.pb-content li span {
    display: flex;
    float: right;
}

.tzlb-content {
    background: #fff;
    font-size: 1.33rem;
    text-align: center;
}

.tzlb-content li {
    margin: 5px 0;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #ddd;
    border-radius: 5px;
    background: #fff;
    font-weight: bold;
}

.tzlb-content li:last-child {
    border-bottom: 1px solid #aaa;
}

.tzlb-content li span {
    font-size: 1.1rem;
}

.tzlb-content li font {
    margin-left: .2rem;
    padding: .1rem;
    border: .1rem solid #f00;
    border-radius: .3rem;
    color: #f00;
    font-size: .9rem;
    vertical-align: middle;
}

.br-12 {
    border-radius: 3px;
    overflow: hidden;
}

.wr { color: #f00 !important; }
.wg { color: #080 !important; }
.wb { color: #00f !important; }
.wp { color: #f0f !important; }
.wy { color: #ff0 !important; }
.wo { color: #f60 !important; }
.ww { color: #fff !important; }
.wbl { color: #000 !important; }

@media (max-width: 640px) {
    .container,
    .header {
        max-width: 480px;
    }

    .logo {
        min-height: 46px;
    }

    .logo img {
        width: 170px;
    }

    .content {
        padding: 4px 0 0;
    }

    .tzlb-content {
        background: #fff;
        font-size: 14px;
        text-align: center;
    }

    .list-title {
        height: 36px;
        font-size: 16pt;
        line-height: 32px;
    }

    .detail-body h1 {
        margin-bottom: 8px;
        padding: 6px 10px;
        font-size: 16px;
    }

    .detail-body p {
        padding: 7px 10px;
        font-size: 10pt;
        line-height: 1.45;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .detail-body p::-webkit-scrollbar {
        display: none;
    }

    .qnzl-detail p {
        overflow-x: visible;
        white-space: normal;
        word-break: break-all;
        overflow-wrap: anywhere;
        scrollbar-width: auto;
    }

    .detail-body p + p {
        margin-top: 4px;
    }
}
