body {
    color: #666;
    font: 14px/1.5 'microsoft yahei';
    background-color: #F4F4F4;
    max-width: 1300px;
    margin: 0 auto !important; /* 强制覆盖 */
    display: block !important; /* 确保是块级元素 */
    position: relative;
    padding: 0 20px; /* 防止内容贴边 */
    box-sizing: border-box; /* 包含padding在宽度内 */
}
body,ul,li,p,span,h1,h2,h3,h4,h5,h6.dl,dt,dd{margin:0px;padding:0px;}
ul,li{list-style:none;}
h1,h2,h3,h4,h5,h6,dt{font-size:18px; font-weight:bole;text-align: center;padding: 10px 0px;}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset;}
iframe[src*="ucweb.com"] { display: none !important; }
img{border:0px;}
.cc{height:0px;clear:both;}
input, textarea {font-size:14px;}
li {list-style:none;}
img {border:none;margin:0;padding:0;}
.blue{color:#0080C0}
.red{color:red}
.bold{font-weight:bold}
.dise{ background-color:#1ABC9C;}
.fc{ background-color:#CCC;}
#zj.gd,.link-url.gd, 
.zj.gd {
    background-color: #000 !important;
    color: #fff !important;
}
.gds{}
.gddise{background-color:#666;}
.fk{border:1px solid #ddd;border-radius:3px; background-color:#fff;margin:10px;}
.bk{border-color:#CCC}
.xbk{border-color:#E2E2E2}
.qs{color:#999}
.tb{color:#1ABC9C}
.r2{border-radius:2px;}
.r3{border-radius:3px;}
a{color:#333; text-decoration:none;}
a:hover{color:red}
.page{height: auto;padding-bottom: 10px;padding-top: 10px;text-align:center;}
.page a{text-align:center;padding: 4px 15px 4px 15px;margin-right:5px;border-radius: 3px;background:#1ABC9C;color:#fff;}
.page2{border-width:1px;border-style:solid; text-align:center;margin:2%;border-radius:2px;padding:5px 0px;}
.top-bar {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #fff; /* 可选：背景色，避免滚动时内容穿透 */
}
#header {
    color: #fff;
    height: 46px;
    line-height: 46px;
    padding: 0 10px;          /* 左右内边距 10px */
    border-radius: 8px;       /* 圆角大小（可调整数值） */
    /* 其他原有样式保持不变 */
}
#header .zuo{float:left;width:50px; }
#header .zuo a{display:block;background-image:url('home.gif'); background-repeat:no-repeat; background-position:center;}
#header .zhong{ position:absolute;left:50px;right:50px;text-align:center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;max-width: 100%;box-sizing: border-box;}
#header .zhong a{color:#fff;}
#header .you{float:right;width:60px;}
#header .you a{display:block;width:100%;background-image:url('login.png'); background-repeat:no-repeat; background-position:center}
#header .indexzuo a{background-image:url('login.png'); background-repeat:no-repeat}
#header .indexyou .search{background-image:url('search.png');}
#nav{border-bottom-width:1px;border-bottom-style:solid; }
#nav ul li{float:left;width:20%;margin:10px 0px; text-align:center}
#search{display:none;width:100%;float:right;margin-bottom:5px;padding:10px;}
#search #type{border-width:1px;border-style:solid;float:right;width:18%;height:30px; line-height:30px; text-align:center;border-radius:2px;margin-right:1%}
#search #s_key{display:block;float:right;width:55%;padding:0px 1%;margin-top:0px;height:30px;text-align:left;border-radius:2px 0px 0px 2px;border-width:1px;color:#999}
#search .go{display:block;float:right;width:15%;height:32px;border-width:0px;background-image:url('search.png'); background-repeat:no-repeat; background-position:center;border-radius:0px 2px 2px 0px;}

#tj ul {
    margin: 10px;
}
#tj .tjtop {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 5px 10px;
}
#tj ul li {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 48%; /* 默认小屏幕时2个一行，留2%边距 */
    margin-right: 2%;
    margin-bottom: 10px; /* 添加底部间距 */
}
#tj ul li span {
    display: block;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
}
#tj img {
    width: 100%;
}
#tj .tjlast {
    margin-right: 0;
}

/* 当屏幕宽度大于500px时 */
@media (min-width: 501px) {
    #tj ul li {
        width: 15%; /* 6个一行，15%宽度 + 2%边距 = 17% × 5 = 85% + 最后一个15% = 100% */
        margin-right: 2%;
    }
    #tj ul li:nth-child(6n) { /* 每行第6个元素 */
        margin-right: 0;
    }
}

#rmtj {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#rmtj div {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding: 5px 10px;
  width: 100%;
}

#rmtj ul {
  margin: 10px 10px;
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: dashed;
  padding-bottom: 10px;
  width: 100%;
}

#rmtj span {
  display: block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  margin-left: 8px;
  color: #999;
  font-size: 12px;
}

#rmtj .xsm a {
  font-size: 14px;
  color: #333;
}

#rmtj span a {
  color: #999;
}

#rmtj img {
  width: 100%;
}

#rmtj .tjimg {
  width: 50px;
  height: 60px;
}

#rmtj .tjxs {
  position: absolute;
  top: 0px;
  left: 50px;
  right: 0px;
}

#rmtj .tjrs {
  position: absolute;
  top: 0px;
  right: 0px;
}

#rmtj i {
  color: #FF8040;
}

/* 屏幕宽度大于500px时的样式 */
@media (min-width: 501px) {
  #rmtj ul {
    width: calc(50% - 20px); /* 减去左右margin */
  }
}

.list div{border-bottom-width:1px; border-bottom-style:solid;padding:5px 10px;}
.list ul{margin:10px 10px; position:relative;border-bottom-width:1px;border-bottom-style:dashed;padding-bottom:10px;}
.list ul li{}
.list span{display:block; height:20px; line-height:20px; overflow:hidden;margin-left:8px;color:#999;font-size:12px;}
.list .xsm a{font-size:14px;color:#333}
.list span a{color:#999;}
.list img{width:100%}
.list .tjimg{width:50px;height:60px;}
.list .tjxs{position:absolute;top:0px;left:50px;right:0px;}
.list .tjrs{position:absolute;top:0px;right:0px;}
.list i{color:#FF8040}
 /* 桌面端样式 */
  @media (min-width: 501px) {
    .list.fk {
      display: flex;
      flex-wrap: wrap;
    }
    .list.fk > .xbk {
      width: 100%;
    }
    .list.fk > ul.xbk {
      width: calc(50% - 20px);  /* 减去margin */
      margin: 10px;
      float: none; /* 清除浮动 */
    }
    .list.fk .tjimg {
      float: left;
    }
    .list.fk .tjxs {
      margin-left: 60px;
      position: static;
    }
  }
#zjgx div{border-bottom-width:1px; border-bottom-style:solid;padding:5px;}
#zjgx ul{margin:5px;border-bottom-width:1px;}
#zjgx ul li{ height:30px; line-height:30px; overflow:hidden; position:relative}
#zjgx i{color:#FF8040}
#zjgx .zjgxnum{float:left;}
#zjgx .xszz{color:#999}
#zjgx .xszk{ position:absolute;right:5px;top:0px;display:block;width:100px;text-align:right}
#zjgx .zjgxjj{color:#999;}
#zjgx .xxbk{border-bottom-width:1px; border-bottom-style:dashed;height:1px;}

#xinxi{padding:10px;}
#xinxi .xsfm{float:left;height:120px;}
#xinxi .xsfm img{height:120px;}
#xinxi .xx{float:left;height:160px;margin-left:10px;}
#xinxi .xx li{margin-bottom:8px; height:20px; overflow:hidden}
.jrsj a{display:block;float:left;width:48%;color:#fff; text-align:center;padding:4px 0px;margin:10px 1%;border-radius:3px;}
.jrsj .sj{background-color:#FA831F; position:relative}
.zxjz {
  border-width: 1px;
  border-style: solid;
  padding: 0px 10px;
}

.zxjz ul {
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
  list-style: none;
}

.zxjz li {
  position: relative;
}

.zxjz li i {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 15px;
  height: 35px;
  background: center url('list.png') no-repeat;
}

.zxjz li a {
  display: block;
  line-height: 35px;
  border-bottom: 1px solid #eee;
  white-space: nowrap; /* 防止换行 */
  overflow: hidden; /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 溢出显示省略号 */
}

.zxjz .b {
  border-bottom: 1px solid #eee;
  line-height: 35px;
  height: 35px;
  font-weight: bold;
  padding: 0 10px;
  
  /* 新增：防止换行和溢出 */
  white-space: nowrap;    /* 禁止换行 */
  overflow: hidden;       /* 隐藏溢出内容 */
  text-overflow: ellipsis; /* 超出部分显示省略号（...） */
}

.zxjz .gengduo {
  text-align: center;
  line-height: 45px;
  height: 45px;
}

.zxjz .gengduo a {
  color: #666;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}

/* 大于500px时的三列布局 */
@media (min-width: 501px) {
  .zxjz ul {
    flex-direction: row;
    flex-wrap: wrap;
  }
  
  .zxjz li {
    width: 33.33%; /* 三列布局 */
    box-sizing: border-box;
    padding: 0 5px; /* 添加一些间距 */
  }
  
  .zxjz li a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
#xinxi .jianjie{border-top-width:1px;border-top-style:dashed;margin-top:8px;padding-top:8px;}
.bdtj{padding:5px;}

.zjlb .lb a{ display:block;border-bottom-width:1px;border-bottom-style:solid; height:35px;line-height:35px;margin:0px 5px;}
.zjlb .lb .last{border-bottom-width:0px;}
.fenye{margin:10px;}
.fenye .fy{float:left;width:75%;margin-left:1%;margin-right:2%;margin-left:0px;}
.fenye .showpage{position:fixed;display:none;width:80%;height:60%;top:15%;left:10%;background-color:#fff;z-index:9999}
.fenye .showpage ul{ position:absolute;top:40px;bottom:0px;left:10px;right:10px;overflow:auto;}
.fenye .showpage .this{ background:right center no-repeat url('yes.gif')}
.fenye .showpage div{border-bottom-style:solid;border-bottom-width:1px; height:40px; line-height:40px; text-align:center}
.fenye .showpage a{ display:block;border-bottom-style:solid;border-bottom-width:1px; height:40px; line-height:40px;margin:0px 10px; font-size:12px;}
#spagebg{display:none;position:absolute;left:0px;right:0px;top:0px;background-color:#000;z-index:999;}
.spage{width:100%; height:30px; line-height:30px;border-style:solid;border-width:1px;padding:0px 5px; text-align:center;border-color:#1ABC9C;background:#fff no-repeat center right url('list2.png');border-radius:3px;}
.fenye .desc{float:right;width:18%;margin-right:0%;}
.fenye .desc a{display:block;color:#fff; text-align:center;height:30px; line-height:30px;}
.sorttop{margin-top:10px;}
.sorttop ul li{float:left;width:46%;margin:3px 2%;text-align:center;}
.sorttop ul li a{padding:10px 0px; display:block;background-color:#fff}
.sorttop a span{color:#999}
.fenlei{margin:2%;}
.fenlei ul{border-bottom-width:1px;border-bottom-style:dashed;margin:5px 0px;padding:0px 0px 0px 0px; position:relative;}
.fenlei .kanguo{color:#F93; position:absolute;right:0px;top:0px;}
.paihangtop{border-width:1px;border-style:solid;margin:2%;padding:5px;border-radius:2px;}
.paihangtop li{float:left; text-align:center;width:33%;}
.zj{margin:2%; /* 保持居中+10px外边距 */
    margin-bottom: 20px;
    border: 1px solid #ddd; /* 新增 */
    border-radius: 6px; /* 覆盖为更大的圆角 */}
.nr_shezhi{padding-bottom:10px;font-size:12px;border-bottom-width:1px;border-bottom-style:solid;}
.nr_shezhi .shezhi1 div{float:left;padding:1% 2%;margin-left:1%;color:#fff;border-radius:2px;}
.nr_shezhi .shezhi2 div{float:right;padding:1% 2%;margin-right:1%;color:#fff;border-radius:2px;}
#zjm{ text-align:center;margin:10px 0px;}
#nr{margin:10px 0px; position:relative;}
.nrkd {
    padding-left: 20px; /* 调整这个值来增加左侧间距 */
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    color: #000;
    transition: all 0.3s ease; /* 添加过渡效果 */
}
.nrgd {
    padding-left: 20px; /* 调整这个值来增加左侧间距 */
    width: auto;
    height: auto;
    font-size: 18px;
    line-height: 1.5;
    transition: all 0.3s ease; /* 添加过渡效果 */
}
.nr_page a{display:block;float:left;color:#fff;width:22%; text-align:center;padding:2px 0px 5px 0px;margin-left:2%;margin-top:20px;border-radius:2px;}
#zuoyoufy{ position:absolute;top:0px;left:0px;width:100%;height:100%;}
#zuoyoufy .zuo{position:absolute;width:40%;height:100%;left:0px;}
#zuoyoufy .you{position:absolute;width:40%;height:100%;right:0px;}
.login{margin:2%;line-height:50px;padding:10px;}
.login a{height:30px; line-height:30px;}
.login i{ position:absolute;left:29%;}
.login input[type="text"],.login input[type="password"]{width:100%;padding:0px;border:none;outline:medium;height:40px; line-height:40px;}
.login_name,.login_pass,.login_email,.login_code{width:100%;border-bottom:1px solid #eee;}
.login .l1,.login .l2{ float:left;}
.login .l1{width:24%;padding-right:4%;text-align:right;}
.login .l2{width:70%; text-align:left;}
.login_name input{-webkit-appearance: none;}
.login_pass input{-webkit-appearance: none;}
.login_code input{-webkit-appearance: none;}
.login_code2{margin:10px 2%; text-align:center}
.login_btn{text-align:center;float:left;width:46%;margin-top:10px;margin:10px 2%;}
.login_btn a{ display:block;color:#fff;border-radius:2px;}
.login .login_save{width:100%;padding:0px;border:none;outline:medium;height:40px; line-height:40px;}
.login_code{margin-bottom:20px;}
.users .usertop{padding:20px 0px;border-bottom:1px solid #65BBEC;}
.users .usertop li{float:left; width:25%; text-align:center}
.users .usertop li a{color:#fff;padding:5px 10px;border-radius:3px;font-size:14px;box-shadow: 1px 2px 2px 1px #999;}
.users .userinfo{margin:20px 0px;}
.users .userinfo li{margin-left:20px;padding:10px 0px;}
.users .userinfo .uvalue{border:1px solid #65BBEC;border-radius:3px; padding:5px;}
.users .userinfo .usubmit{border-width:0px;color:#fff;width:80px;border-radius:2px; padding:5px 9px;}
.authorlist li,.slist li{border-bottom:1px solid #eee;height:35px;line-height:35px;margin:0px 10px;}
.authorlist li,
.slist li {
    border-bottom: 1px solid #eee; /* 底部边框 */
    height: auto; /* 高度自适应 */
    min-height: 35px; /* 最小高度 */
    line-height: 35px; /* 行高 */
    margin: 0 10px; /* 左右边距 */
    padding: 5px 0; /* 上下内边距，避免内容紧贴边框 */
    white-space: normal; /* 允许换行 */
    overflow: hidden; /* 隐藏超出部分 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    word-wrap: break-word; /* 允许长单词换行 */
    word-break: break-all; /* 强制换行 */
}
.del1{background-color:#D3FEDA;height:30px;line-height:30px;color:red}

.youlian{margin:10px;}
.youlian a{display:block;float:left;margin-right:5px; font-size:14px;}
.youlian .yl{padding:5px;margin-top:10px;margin-bottom:20px;border-width:1px; border-style:solid;border-radius:4px; background-color:#fff}
#footer{ text-align:center;padding:10px;margin:10px;}
#footers{ text-align:center;padding:10px;margin:10px;height:30px}
#footer a{padding:0 10px;}
/*PWA提示框*/
#installContainer {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* 半透明背景 */
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    /* 提示框 */
    #installBox {
        background: #fff;
        padding: 20px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
        text-align: center;
        width: 80%;
        max-width: 300px;
        position: relative;
    }

    /* 关闭按钮 */
    #closeBtn {
        position: absolute;
        top: 10px;
        right: 10px;
        border: none;
        background: transparent;
        font-size: 20px;
        cursor: pointer;
    }

    /* 安装按钮 */
    #installBtn {
        display: block;
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        background: #007bff;
        color: #fff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 16px;
    }

    #installBtn:hover {
        background: #0056b3;
    }
/* 默认样式（移动端/小屏幕） */
.link-url {
    margin-bottom: 20px;
    background: #FFF;
    /* 新增.fk的样式 */
    border: 1px solid #ddd;
    border-radius: 3px;
    margin:10px;
}

.link-title {
    border-bottom: #eef1f8 1px solid;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
}

.link-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px;
}

.link-list a {
    font-size: 14px;
    line-height: 1.8em;
    color: #888;
    padding: 5px 10px;
    white-space: normal;
    word-break: break-word;
    border-radius: 4px;
    text-decoration: none;
}

/* 大屏幕样式（≥1279px） */
@media only screen and (min-width: 1279px) {
    .link-url {
        width: 1280px;
        margin: 10px auto; /* 保持居中+10px外边距 */
        margin-bottom: 20px;
        background: #fff;
        border: 1px solid #ddd; /* 新增 */
        border-radius: 6px; /* 覆盖为更大的圆角 */
    }

    .link-title {
        border-bottom: #eef1f8 1px solid;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
        padding-left: 10px;
    }

    .link-list {
        padding: 10px;
        justify-content: flex-start;
    }

    .link-list a {
        font-size: 14px;
        line-height: 1.8em;
        margin-right: 10px;
        color: #888;
    }
}
/* 广告核心样式 */
.ad-container {
  display: flex;
  justify-content: center;  /* 水平居中 */
  width: 100%;
  margin: 15px 0;
  overflow: hidden;  /* 防止内容溢出 */
}

.ad-content {
  max-width: 100%;  /* 最大宽度不超过容器 */
  height: auto;     /* 高度自适应 */
}

/* 响应式适配 */
@media (min-width: 768px) {  /* PC端 */
  .ad-content {
    max-width: 1200px;  /* 限制最大宽度 */
  }
}

@media (max-width: 767px) {  /* 移动端 */
  .ad-container {
    padding: 0 10px;  /* 增加边距 */
  }
  .ad-content {
    width: 100%;  /* 移动端撑满宽度 */
  }
}
#lang-float-btn {
    position: fixed;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: linear-gradient(to bottom right, #f0f0f0, #dcdcdc);
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 9999;
    transition: all 0.3s ease;
    user-select: none;
}


/* 鼠标悬停放大效果 */
#lang-float-btn:hover {
    background: linear-gradient(to bottom right, #dceeff, #b0d4f1);
    color: #007bff;
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 6px 18px rgba(0, 123, 255, 0.3);
}

/* 手机端适配：浮动在右下角 */
@media (max-width: 768px) {
    #lang-float-btn {
        top: auto;
        bottom: 60px;
        right: 16px;
        transform: none;
        width: 52px;
        height: 52px;
        line-height: 52px;
        font-size: 16px;
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    }

    #lang-float-btn:hover {
        transform: scale(1.05);
    }
}