body {
    margin: 0;
    padding: 0;
    color: #000000;
    font-size: 14px;
    text-align: center;
    background: #f0ece0;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", Arial, Verdana, "Microsoft Yahei";
}
a {
    text-decoration: none;
}
a:link {
    color: #4E0A13;
}
a:visited {
    color: #670E1A;
}
a:hover {
    color: #FF7850;
    text-decoration: none;
}
a:active {
    color: #FF7850;
    text-decoration: underline;
}

ul {
    list-style-type: none;
    list-style-position: outside;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    word-break: break-all;
}
li {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}
img {
    max-width: 650px;
    border: 0;
}
img.aligncenter {
    margin: 0 auto;
    display: block;
    text-align: center
}
img.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px
}
img.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}
pre {
    padding: 4px 6px;
    border: 1px dashed;
    border-radius: 6px;
    font-family: Menlo, Monaco, Consolas, "Lucida Console", "Courier New", monospace;
    font-size: .92857em;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.submit {
            border-color: #670E1A;
            height: 30px;
            width: 58px;
            background-color: #670E1A;
            color: #ffffff;
            font-size: 14px;
			border-radius: 4px;
            cursor: pointer;
            border-width: 1px;
            border-style: solid;
            display: flex;
            justify-content: center;
            align-items: center;
            line-height: 1;   /* 👈 加上这一句 */
            padding: 0;       /* 👈 防止默认内边距干扰 */

        }

.submit:hover {
    background-color: #540909; 
}

.title-hcc-cat {
    font-size: 12px;
}
.hcc_page {
    padding: 5px;
}
.hcc_page ul {
    list-style: none;
}
.hcc_page ul li {
    float: left;
    margin: 0 0 0 8px;
}
.pic {
    border: 0px solid #666;
    float: left;
    display: block;
    margin: 0px 10px 10px 10px;
    padding: 0px;
    max-width: 400px;
    max-height: 500px;
    overflow: hidden;
    clear: both;
}
#divAll {
    width: 960px;
    margin: 0 auto;
    padding: 0
}
#divPage {
    width: 948px;
    margin: 0;
    text-align: left;
    float: left;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#divMiddle {
    width: 948px;
    margin: 0;
    padding: 0;
    text-align: left;
    float: left;
    background: #eeeade;
	position: relative;
}
#divTop {
    width: 948px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    float: left;
    height: 130px;
    background: #f6f4e9 url("images/toppicw.jpg") no-repeat center center;
    background-size: auto 130px;   /* 关键 */
    border-bottom: 1px solid #666;
}
#divSidebar {
    width: 270px;
    margin: 0 0 0 0;
    padding: 0 0 2px 0;
    text-align: center;
    float: right;
    background: #eeeade;
}

.category-list {
    display: grid;
    grid-template-columns: 1fr 1fr; /* 两列 */
    gap: 2px 10px;                  /* 行间距 / 列间距 */
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    white-space: nowrap;
}

#divMain {
    width: 668px;
    margin: 0 0 0 0;
    padding: 0;
    text-align: left;
    float:right;
    background: #f6f4e9;
}
#divMain h3 {
    font-size: 16px;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
}
#divBottom {
    width: 100%;
	max-width:948px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    float: left;
    height: 70px;
    background: #484848 url("images/bg_bottom.gif") repeat-x 0 0;
}
#divBottom a {
    color: #CCCCCC;
}
div.function {
    float: right;
    width: 260px;
    margin: 10px 0 0 0;
    padding: 0 0 0 0;
    text-align: left;
    border-left: 10px solid #eeeade;
    border-right: 10px solid #eeeade;
}
div.function h3 {
    font-size: 14px;
    height: 22px;
    margin: 0 0 0 0;
    padding: 2px 0 0 5px;
    color: #484848;
    background: url("images/nav_bg1.gif") repeat-x;
}
div.function ul {
    text-align: left;
    width: 260px;
    margin: 2px 0 0 0;
    padding: 5px 0 0 0;
    list-style-position: outside;
    list-style-type: none;
    border-top: 1px solid #d0d0d0;
}
div.function li {
    margin: 0;
    padding: 0 0 4px 18px;
    background: url("images/pointblue.gif") no-repeat 5px 4px;
}
#divMisc {
    padding: 10px 0 5px 0;
}
#divMisc h3 {
    display: none;
}
#divMisc li {
    padding: 2px 0 2px 15px;
    background-image: none;
}
#divContorPanel li {
    background-image: none;
}
#divSearchPanel li {
    background-image: none;
}
.input_on {
    border: 1px solid #999;
    background-color: #FFFFCC;
}
.input_off {
    padding: 2px 8px 0pt 3px;
    border: 1px solid #CCC;
    background-color: #FFF;
}
.input_out {
    width: 250px;
    height: 18px;
    line-height: 16px;
    margin: 5px 0 0 0;
    padding: 2px;
    vertical-align: middle;
    background: url('images/search.png');
    background-repeat: no-repeat;
    background-position: right center;
}
div.post {
    width: 648px;
    margin: 10px 0 10px 10px;
    padding: 0 0 0 5px;
    text-align: left;
}

/* 导航模板 start*/
.nav-list {
width: 648px;
    margin: 10px 0 10px 10px;
    padding: 0 0 0 5px;
    text-align: left;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 20px ;

}
.nav-item {
    border-bottom: 1px solid #eee;
    /* padding-bottom: 16px;*/
}
.nav-title{
    padding: 4px 0 4px 8px;
    margin: 2px 0;
    font-size: 14px;
    color: #284259;
    height: 20px;
    border-top: 1px dashed #91895b;
    border-left: 3px solid #91895b;
    border-bottom: 1px dashed #91895b;
}
/* 导航模板 end*/

div.post-nav {
    width: 100%;
    clear: both;
    float: left;
}
div.post-nav a.l {
    float: left;
    padding-right: 10px;
    padding-bottom: 5px;
}
div.post-nav a.r {
    float: right;
    padding-left: 10px;
    padding-bottom: 5px;
}
div.post .post-title {
    width: 635px;
    padding: 4px 0 4px 8px;
    margin: 2px 0;
    font-size: 16px;
    color: #284259;
    height: 20px;
    border-top: 1px dashed #91895b;
    border-left: 3px solid #91895b;
    border-bottom: 1px dashed #91895b;
	 /* 使用 Flexbox 垂直居中 */
    display: flex;
    align-items: center;  /* 垂直居中 */
}

.post-thumb {
    float: right;
    margin: 0 0 0 5px;
    overflow: hidden
}
.post-thumb a {
    display: block;
    padding: 2px;
    border: 1px solid #ddd
}
.div.post .post-date {
    width: 638px;
    margin: 0 0 0 0;
    padding: 5px 5px 5px 0;
    font-size: 12px;
    color: #333;
}
div.post .post-footer {
    width: 646px;
    margin: 10px 0 10px 5px;
    padding: 2px 0 0 0;
    font-size: 12px;
    color: gray;
    height: 20px;
    text-align: right;
}
div.post div.post-body {
    font-size: 14px;
    line-height: 1.8;
    padding-right: 0;
    padding-left: 0;
    margin-left: auto;
    margin-right: auto;
    word-break: break-all;
}
div.post-detail {
    font-size: 14px;
    padding: 10px 0
}
div.post-detail ul li {
    padding: 2px 0
}
div.post-body div.media a {
    padding-left: 16px;
    background: #FBFBFB url("images/media.gif") no-repeat 0 center;
}
.comments-hcc {
    color: #FF0000
}

div.post-body img.hqw {
    object-fit: contain;
    clear: both;
    display: block;
    margin: 5px 5px 5px 10px;
    float: right;
    height: 100px;
}

div.post-body img {
        margin: 5px 10px 0 10px;
}
div.post-body p {
    line-height: 1.8;
    margin: 10px 0;
    padding: 0;
    word-break: break-all;
}
div.post-body p.img {
    margin: 0;
    padding: 0;
    text-align: center;
}
div.post-body p.inscript {
    margin: 0;
    padding: 0;
    padding-right: 20px;
    text-align: right;
}
.code {
    background-color: #E7E5DC;
    width: 99%;
    overflow: auto;
    margin: 12px 0 12px 0 !important;
    padding: 5px;
    border: 1px dotted black;
}
div.post-body h1 {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 16px;
}
div.post-body h2 {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 14px;
}
div.post-body h3 {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 13px;
}
div.post-body h4 {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 12px;
}
div.post-body h5 {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 11px;
}
div.post-body h6 {
    color: #000000;
    margin: 0;
    padding: 0;
    font-size: 10px;
}
div.post-body a {
    text-decoration: none;
}
div.post-body ul {
    list-style-type: disc;
    list-style-position: inside;
}
div.post-body blockquote {
    background-color: #e0dfcc;
    padding: 2em;
    margin: 2em 2em 2em 2em;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}


#BlogTitle {
    font-size: 24px;
    color: #484848;
    margin: 20px 0 0 20px;
    padding: 0;
    font-family: "黑体", "宋体";
}
#BlogSubTitle {
    color: #484848;
    font-size: 14px;
    margin: 6px 0 0 20px;
    padding: 0;
}
#BlogPowerBy {
    color: #CCCCCC;
    height: 20px;
    margin: 0;
    padding: 20px 10px 0 10px;
    text-align: center;
    font-weight: normal;
}
#BlogCopyRight {
    color: #CCCCCC;
    font-size: 10px;
    height: 20px;
    margin: 0;
    text-align: center;
    float: none;
    clear: both;
    font-weight: normal;
    padding-top: 0;
    padding-right: 10px;
    padding-bottom: 0;
    padding-left: 10px;
}
p.posttop {
    margin: 10px 0 0 0;
    padding: 0 0 2px 16px;
    border-bottom: 1px solid #aaaaaa;
    background: url("images/quote.gif") no-repeat 0 center;
}
p.postbottom {
    margin: 0 0 10px 0;
    padding: 2px 0 0 16px;
    border-top: 1px solid #aaaaaa;
    background: url("images/trackback.gif") no-repeat 0 center;
}
#frmSumbit {
    padding: 0;
    margin: 0;
}
#frmSumbit p {
    padding: 5px 0 5px 0;
}
input.button {
    border: 1px double #909090;
    border-left-color: #c0c0c0;
    border-top-color: #c0c0c0;
    color: #333;
}
input.text {
    border: 1px dashed #909090;
    background: #FFFDF1;
	font-size: 16px;
	height: 22px;
    width: 160px;
    color: #252933;
    border-radius: 4px;
    outline: none;
}
textarea.text {
    border: 1px dashed #909090;
    width: 80%;
    height: 80px;
    width: 420px;
    height: 120px;
    background: #FFFDF1;
}
#divCalendar {
    padding: 0 0 0 0;
    text-align: center;
}
#divCalendar li {
    padding: 2px 0 2px 15px;
    background-image: none;
    text-align: center;
}
#divCalendar h3 {
    display: none;
}
#divCalendar div {
    margin: 0 0 0 0;
    padding: 0 0 5px 8px;
    float: left;
}
#divCalendar div.month1 {
    background: url("images/month1.gif") no-repeat center 10px;
}
#divCalendar div.month2 {
    background: url("images/month2.gif") no-repeat center 10px;
}
#divCalendar div.month3 {
    background: url("images/month3.gif") no-repeat center 10px;
}
#divCalendar div.month4 {
    background: url("images/month4.gif") no-repeat center 10px;
}
#divCalendar div.month5 {
    background: url("images/month5.gif") no-repeat center 10px;
}
#divCalendar div.month6 {
    background: url("images/month6.gif") no-repeat center 10px;
}
#divCalendar div.month7 {
    background: url("images/month7.gif") no-repeat center 10px;
}
#divCalendar div.month8 {
    background: url("images/month8.gif") no-repeat center 10px;
}
#divCalendar div.month9 {
    background: url("images/month9.gif") no-repeat center 10px;
}
#divCalendar div.month10 {
    background: url("images/month10.gif") no-repeat center 10px;
}
#divCalendar div.month11 {
    background: url("images/month11.gif") no-repeat center 10px;
}
#divCalendar div.month12 {
    background: url("images/month12.gif") no-repeat center 10px;
}
p.w {
    float: left;
    width: 25px;
    height: 16px;
    margin: 4px 0 0 0;
    padding: 2px 0 1px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 9px;
    border-top: 1px solid #aaaaaa;
    border-bottom: 1px solid #aaaaaa;
}
p.y {
    text-align: center;
    height: 14px;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
    float: left;
    width: 175px;
    font-size: 12px;
    font-weight: bold;
}
p.d {
    float: left;
    width: 25px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
    text-align: center;
    vertical-align: middle;
}
p.yd {
    float: left;
    width: 25px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
    text-align: center;
    vertical-align: middle;
    color: #4e0a13;
    font-weight: bold;
}
p.nd {
    float: left;
    width: 25px;
    height: 18px;
    margin: 0 0 0 0;
    padding: 2px 0 0 0;
    text-align: center;
    vertical-align: middle;
}
#divNavBar {
    font-size: 12px;
    float: left;
    width: 948px;
    border-bottom: 1px solid #969EA4;
    background: url("images/nav_bg.gif") repeat-x 0 0;
    height: 24px;
}
#divNavBar h3 {
    display: none;
}
#divNavBar ul {
    margin: 0;
    padding: 0;
}
#divNavBar li {
    float: left;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-family: "宋体", "黑体";
    background: url("images/nav_bgline.gif") no-repeat right 0;
}
#divNavBar a {
    float: left;
    margin: 0;
    padding: 6px 10px 4px 10px;
    height: 14px;
    text-decoration: none;
}
#divNavBar a:link {
    color: #f7eec7;
}
#divNavBar a:visited {
    color: #f7eec7;
}
#divNavBar a:hover {
    color: white;
    background: #540909;
}
#divNavBar a:active {
    color: white;
    background: #333;
}
input,
textarea {
    background: #fefefe;
    border: 1px solid #ccc;
}
.pagebar {
    line-height: 20px;
    height: 20px
}

.pagebar li{
	display: inline-block;
    margin: 0 2px;
}
.pagebar a,
.pagebar .now-page {
    padding: 2px 6px;
    margin: 0 2px;
    text-align: center;
    font-weight: bold;
    font-family: Verdana;
    border: 1px solid #ccc;
    text-decoration: none
}
.pagebar a:hover {
    border: 1px solid #c00;
    text-decoration: none
}
a.current {
    border: 1px solid #c00;
    color: #c00;
    font-size: 12px;
    padding-top: 1px;
    padding-right: 5px;
    padding-bottom: 2px;
    padding-left: 5px;
}
#box {
    float: left;
    position: relative;
    width: 190px;
}
.div1 {
    width: 190px;
}
.div2 {
    position: fixed;
    _position: absolute;
    top: 0;
    z-index: 190;
}
.backToTop {
    display: none;
    width: 18px;
    line-height: 1.2;
    padding: 5px 0;
    background-color: #000;
    color: #fff;
    font-size: 12px;
    text-align: center;
    position: fixed;
    _position: absolute;
    right: 10px;
    bottom: 100px;
    _bottom: "auto";
    cursor: pointer;
    opacity: .6;
    filter: Alpha(opacity=60);
}
#fenye {
    background: url("image/postnavbg.gif") no-repeat scroll 0 0 transparent;
    height: 40px;
    padding: 0 10px;
}
#fenye a {
    text-decoration: none;
    display: inline-block;
    margin: 6px 5px;
    padding: 0 10px;
    background: #65c0ef;
    color: white;
    line-height: 22px;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px;
}
#fenye a:hover {
    background: #CCC;
}
#comments {
    padding: 20px 15px 0 15px;
}
#comments-note {
    padding: 0 8px 0 8px;
}
.comment-list,
.comment-list ol {
    list-style: none;
    margin: 0;
    padding: 0 0 20px 0;
}
.comment-list p {
    margin:0 0 6px 0;
}
.comment-list li {
    padding: 10px 0 0 0;
    border-bottom: 1px solid #DEDEDE;
}
.comment-child {
    margin-left: 40px
}
.comment-child li {
    padding: 0;
    margin: 0
}

.comment-list li.comment-by-author {}
.comment-list li .comment-reply {
    text-align: right;
    font-size: .92857em;
}
.comment-meta a {
    color: #999;
    font-size: .92857em;
}
.comment-author {
    display: block;
    margin-bottom: 3px;
    color: #444;
}
.comment-author .avatar {
    float: left;
    margin-right: 10px;
}
.comment-author cite a {
    color: #444;
    font-style: normal;
}
.comment-list .respond {
    margin-top: 15px;
    border-top: 1px solid #EEE;
}
.respond .cancel-comment-reply {
    float: right;
    margin-top: 15px;
    font-size: .92857em;
}
.comment-form-input-group {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.comment-form-input+.comment-form-input {
    margin-left: 8px;
}
.comment-form-input {
    width: 1px;
    flex-grow: 1;
    line-height: 1;
    height: 28px;
}
.comment-form-textarea {
    display: block;
    width: 100%;
    resize: vertical;
    box-sizing: border-box;
}
.comment-form-input {
    padding-left: 8px;
    font-family: inherit;
    font-size: 14px;
    color: #252933;
    border: 1px dashed #909090;
    background: #FFFDF1;
    border-radius: 4px;
    outline: none;
    transition: all .3s;
}
.comment-form-textarea {
    padding: 8px 0 0 8px;
    font-family: inherit;
    font-size: 14px;
    color: #252933;
    border: 1px dashed #909090;
    background: #FFFDF1;
    border-radius: 4px;
    outline: none;
    transition: all .3s;
}
#comment-form label {
    display: block;
    margin-bottom: .5em;
    font-weight: bold;
}
#comment-form .required:after {
    content: " *";
    color: #C00;
}
#article-index {
    -moz-border-radius: 6px 6px 6px 6px;
    border: 1px solid #DEDFE1;
    float: right;
    margin: 0 0 15px 15px;
    padding: 0 6px;
    width: 200px;
    line-height: 23px;
}
#article-index strong {
    border-bottom: 1px dashed #DDDDDD;
    display: block;
    line-height: 30px;
    padding: 0 4px;
}
#index-ul {
    margin: 0;
    padding-bottom: 10px;
}
#index-ul li {
    background: none repeat scroll 0 0 transparent;
    list-style-type: disc;
    padding: 0;
    margin-left: 20px;
}


/* 默认主题：评论回复折叠 */
.comment-children {
    display: none;
    margin-left: 20px;
}

/* 查看 / 收起 回复按钮 */
.comment-toggle {
    font-size: 13px;
    color: #4E0A13;
    cursor: pointer;
}

.comment-toggle:hover {
    text-decoration: underline;
}






/* 移动端响应式设计*/
/* 基础样式 */
#menuButton {
  display: none;
}
@media (min-width: 769px) {
    .max{
        display: none;
    }
     .num{
        position: absolute;
		top: 4px;
        
    } 
    .num li {
        float: left;
        padding: 0;
        margin: 0;
        font-family: "宋体", "黑体";
        background: url("images/nav_bgline.gif") no-repeat right 0;
    }
    .num a{
        color: #f7eec7;
        padding: 5px 10px;
        font-size: 12px;
    }
    .num a:hover{
        background-color: #540909;
    }
}
/* 移动端优化 */
@media (max-width: 768px) {	

  #menuButton {
    display: flex;
    justify-content: center;
    align-items: center;
    background: -webkit-linear-gradient(top, #827265, #716053);
    border-bottom: 1px #564944 solid;
    height: 30px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding-bottom: 10px;
  }
  #menuButton .icon {
    margin-left: 10px;
  }
  #divSidebar,#divTop{
    display: none;
  }
  #divMain{
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  }
  
  
  div.post{
    width: 100%;
    margin: 0 auto;
    padding: 4px 0;

  }
  div.post .post-title{
	font-size:14px;
	box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
	padding-left:8px;
  }
  
  div.post-body {
	  box-sizing: border-box; /* 确保 padding 和 border 不会影响宽度 */
	    padding: 0 8px; /* 添加内边距，避免内容贴边 */
        max-width: 100%; /* 设置最大宽度为 100% */
	  
  }
  
.hqwtitle {	
color:#ccc;
font-size:16px;
font-weight:600;
margin-left: auto;
margin-right: auto;
}
  
  #divNavBar{
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #969EA4;
    background: url(images/nav_bg.gif) repeat-x 0 0;
    background-size:  100%  50px;
    height: 50px;
	display: flex;          /* 使用 flex 布局 */
  align-items: center;    /* 垂直居中对齐 */
    position: relative; 
  }

  #divMiddle {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    float: left;
    background: #eeeade;
}

#divPage {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: left;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#divAll {
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.max{
    color: #d4c5c5;
    position: absolute;
    left: 8px;
    font-size: 19px;
    width: 20px;
    border: 1px solid #d4c5c5;
    padding: 5px 8px 1px 8px;
    border-radius: 4px;
}
.active>.num{
display: block !important;
}
#divNavBar li{
    width: 100%;
}
/*************************/
.num{
    width: 100%;
    margin: 0 auto;
    background-color: #484848;
    margin-top: 50px;
    margin-bottom: 5px;
    display: none;
    line-height: 36px;
}
.num li{
    padding:0px 0px;
}
.num li>a{
    color: #f7eec7;
    padding:   5px  10px;
    font-size: 12px;
}
.num a:hover{
    color: #ffffff;
    background-color:#540909 ;
    padding:   5px  10px;
    font-size: 12px;
}
}