.detail_main h1 {
    text-align: center;
    color: #f67233;
    font-size: 24px;
    font-weight: bold;
}
.detail_main .top {
    text-align: center;
    margin-top: 20px;
    color: #999;
}
.detail_main .remark {
    text-align: center;
    margin-top: 10px;
    color: #424343;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.ft-red {
    color: #f67233;
}
.ml-10 {
    margin-left: 10px;
}
.detail_main {
    margin-bottom: 10px;
}
.detail_main .remark a {
    color: #424343;
}
.content p {
    margin-top: 15px;
    font-size: 16px;
    color: #666;
    line-height: 28px;
}
.content img {
    width: 100%;
    max-height: 340px;
    border-radius: 6px;
    object-fit: cover;
}
.content p strong {
    color: #f67233;
}
.top-t {
    font-size: 13px;
}
.page-nav {
    border-top: 2px dotted #eee;
    padding-top: 10px;margin-top: 10px;
    position: relative;
}
.page-nav p {
    margin-bottom: 10px;
}
.page-nav p a {
    color: #999;
}
.page-nav .dir-btn {
    position: absolute;right: 10px;top: 20px;padding: 5px 10px;border-radius: 6px;border: 1px solid #f67233;color: #f67233;
}
