html {
    background: #000;
}
body,html{
    /*font-family: STHeiti,Microsoft YaHei,Helvetica,Arial,sans-serif;*/
    font-family: Helvetica, STHeiti, "Droid Sans Fallback";
    color: #333;
    padding: 0;
    margin: 0;
    width: 100%;
    font-size: 12px;
         word-wrap: break-word;
word-break: break-all;
}
body{
    max-width: 860px;
    background:#fff;
    margin:0 auto;
    box-shadow: 0px 1px 6px 0px #000;

}
ul,li{
    list-style: none;
}
a {
    text-decoration: none;
    border: 0;
    font-size: 1.4rem;
    color: #1c1cf0;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.imglist img {
    border: 0;
    width: 100%;
    height: 80px;
}

#app{
    font-size: 1.3rem;
    width: 100%;
    overflow-x: hidden;
    background-size: 100%;
    padding: 0 0px;
    max-width: 860px;
    margin: 0 auto;
    position: relative;
}
.nav_top{
    top: 0;
    z-index: 999;
    width: 100%;
    max-width: 800px;
    background-image: linear-gradient(to top, #4CAF50, #84ff89);
    height: 45px;
}
.itop{
    padding: .4rem .3rem;
    border-bottom: .1rem solid #e6e6e6;
    text-align: center;
}
.gp_box {
    border-top: 1px solid #9c9c9c;
}
.gp_box .title img{
    height: 2rem;
    position: relative;
    top: .4rem;
}
.title a{
    border: 0;
    color: #333;
    font-size: 1.4rem;
}
.title a .iconfont{
    font-size: 1.2rem;
    line-height: 1.4rem;
}
.more{
    float: right;
}
.more a{
    color: #959595;;
}
.gp-info {
    position: relative;
    padding-left: 11rem;
    height: 10rem;
}
.gp-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
}
.gp-con {
    line-height: 2rem;
    font-size: 1.4rem;
}
.gp-img img {
    width: 100%;
    height: 100%;
}
.gp-con b {
    color: #0f9f00;
    font-weight: 600;
    font-family: '宋体';
}
.tu_box{
}
.flex2,.flex3{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.tu_box .flex2 div{
    width: 50%;
    font-size: 1.1rem;
    border-top: .1rem solid #e6e6e6;
}
.tu_box .flex3 div{
    /*border: .1rem solid #CFCFCF;*/
    /*border-radius: 3px;*/
    /*background: linear-gradient(#ffffff, #fff970d9);*/
    text-align: center;
    width: calc(33.33% - 4px);
    margin: 2px 2px;
    box-shadow: 1px 1px 1px #848484;
}
.content div a{
    display: block;
    padding: .6rem .5rem;
    color:#3b3b3b;
    font-size: 1.2rem;
}
.footer {
    text-align: center;
    padding: 1rem;
    color: #fff;
    font-size: 1.2rem;
    background-color: #333;
    border-top: 1px solid #adadad;
    margin-top: 3px;
}
.nav-path {
    line-height: 3.5rem;
    padding: 0 1%;
    overflow: hidden;
    white-space: nowrap; /* 禁止换行 */
    text-overflow: ellipsis; /* 使用省略号 */
    background: linear-gradient(#2B7ACD, #87CEFA);
    font-weight: 600;
    text-shadow: 1px 1px 2px #fff;
    color: #000000;
    position: fixed;
    width: 100%;
    max-width: 860px;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0px 1px 4px #4d4d4d;
}
.nav-path span{
    display: block;
}

.box-hf a img {
	margin: 2px 0px;
	display: block
}
.tztg a{
    display: block;
    border-bottom: 1px #ccc solid;
    font-weight: bold;
    text-align: center;
}
.bzlist p {
    padding: 5px 0;
    margin: 2px 0;
    background-color: #000;
    font-weight: 700;
    font-size: 18px;
    color: #00FF00;
}
.am_qi {
    color: #00FF00;
}
.am_yc {
    color: #FF0000;
}
.red{
    color: #FF0000;
}
.white-box {
    width: 100%;
    text-align: center;
}
.white-box li {
    line-height: 27px;
    border-bottom: 1px dashed #ccc;
}
.white-box li a {
    font-size: 14px;
}
.hot-list li {
    padding:0 1rem;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-top: 1px solid #e6e6e6;
    overflow: hidden;
    white-space: nowrap;
}
.hot-list li a{
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.hot-list .jing{
    animation: blink_tj .2s linear infinite;
    font-family: '黑体';
    font-weight: 800;
}
@keyframes blink_tj{
    0%{ color:#f00;text-shadow:1px 1px #ff0;}  
    49%{ color:#f00;text-shadow:1px 1px #ff0;}
    51%{ color:#0f8; }
    100%{ color:#0f8}  
}
.zuozhe{
    float: right;
    color: #9e9e9e;
    margin-right: 3px;
}
.n{
    display: none;
}

.tie ul li a{
    overflow: hidden;white-space: nowrap;text-overflow: ellipsis;display: block;margin:.4rem;
}
.tie ul li a span{background: #e9a548;color: #fff;padding: .1rem .3rem;display: inline-block;border-radius: 5px;
margin-right: 3px;}
/*AA级公開*/
.AAj{
    color: #f00;border: 1px solid #000;margin: 1rem 3px;
}
.AAj .ti{
    background: #ff0;
    text-align: center;
    line-height: 2rem;
    font-weight: 800;
}
.AAj div{
    background: #000;
    margin: 2px 0;
    padding: .2rem;
}
.AAj div span{
    color:#0f0;
}

/*惠泽*/
.swip-back {
    background: #10ac05;
    height: 5rem;
    position: absolute;
    width: 100%;
    max-width: 720px;
}

.pages {
    margin: 2px 0 0 0;
    text-align: left;
    width: 100%;
    overflow: hidden;
}
.pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
    border-radius: 2px;
    border: 1px solid #C1C1C1;
    text-align: center;
    margin: 3px 3px;
    color: #333;
}
.foot {
    position: fixed;
    left: 0px;
    right: 0px;
    width: 100%;
    max-width: 860px;
    height: 56px;
    bottom: 0;
    background-color: #fff;
    z-index: 999;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

em, i {
    font-style: normal;
}
em {
    font-style: italic;
}

.foot_height {
    height: 54px;
}
.flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
/* ========== 新增广告样式，适配现有页面布局 ========== */
.ad-box{
    width:100%;
    max-width:860px;
    margin:8px auto;
    padding:10px;
    border-top:1px solid #eee;
    display:flex;
    align-items:center;
    background:#ffffff;
    position:relative;
    box-sizing:border-box;
}
/* 左侧图片 */
.ad-img{
    width:120px;
height:80px;
    flex-shrink:0;
}
.ad-img img{
    width:120px;
height:80px;
display:block;
}
/* 钟间文字 */
.ad-text{
    padding-left:14px;
    flex:1;
}
.ad-text h2{
    font-size:22px;
    color:#000;
    font-weight:bold;
    line-height:1.3;
    margin-bottom:8px;
}
.ad-text p{
    font-size:18px;
    color:#888;
}
/* 右下角广告文字+关闭按钮 */
.ad-close{
    position:absolute;
    right:12px;
    bottom:8px;
    display:flex;
    align-items:center;
    gap:8px;
    color:#999;
    font-size:14px;
}
.close-btn{
    cursor:pointer;
    font-size:18px;
    padding:2px 6px;
}
.close-btn:hover{
    color:#f00;
}
.ad-tag{
    opacity:0.7;
}

/* 图片外层容器：一行2张、自动换行 */
.img-wrap {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0 5px;
    margin: 10px 0;
}
/* 单个图片项：宽度50%，实现一行两个，带间距 */
.img-item {
    width: 50%;
    padding: 0 4px;
    margin-bottom: 8px;
    box-sizing: border-box;
}
/*导航底部*/
/* ========== 底部导航栏样式 ========== */
.bottom-nav {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 860px;
    height: 56px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0 -1px 3px rgba(0,0,0,0.1);
    z-index: 999;
}
.nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #999;
    text-decoration: none;
    font-size: 12px;
    flex: 1;
    height: 100%;
    transition: all 0.2s;
}
.nav-item.active {
    color: #2B7ACD; /* 和你页面顶部导航同色系 */
}
.nav-item:active {
    transform: scale(0.95);
}
.nav-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 2px;
}
.nav-text {
    font-size: 12px;
    line-height: 1.2;
}
/* 中间发帖按钮突出效果 */
.center-item .nav-icon {
    background: linear-gradient(to top, #4CAF50, #84ff89);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: -10px;
    box-shadow: 0 2px 5px rgba(76, 175, 80, 0.4);
}
.center-item .nav-icon svg {
    width: 20px;
    height: 20px;
}
/* 底部安全高度，避免内容被导航挡住 */
.nav-safe-area {
    height: 60px;
}