@charset "utf-8";

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
footer,
header,
section {
  display: block;
}

a:active,
a:hover {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #4B4B4B;
  background-color: #f3f4f4;
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dd,
dt,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #3c4043;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

/* TianHu Theme public start*/
.th_top {
  margin-top: 20px;
}


.th_img {
  width: 100%;
  object-fit: cover;
}

.th_logo {
  float: left;
}

.th_logo a{color:#fff;font-size:17px;font-weight:200;line-height:50px;}

.th_logo img {
  height: 70px;
}

.thlogocon {
  height: 70px;
  overflow: hidden;
  margin: 10px 0px;
  position: relative;
}
/* TianHu Theme public end*/

/* menu start*/
.th_header {
  height: 45px;
  line-height: 45px;
  background-color: #FFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  overflow: hidden; 
}

.th_fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0.95;
}

.th-menu>li {
  position: relative;
  float: left;
  height: 45px;
  line-height: 45px;
}

.th-menu>li>a {
  display: inline-block;
  font-size: 17px;
  padding: 0 10px;
  color: #635f5f;
  transition: 0.4s ease-out;
}

.th-menu>li>a:hover {
  color: #fff;
  background-color: #ff9800;
}
.th-menu .hover>a {
  color: #fff;
  background-color: #ff9800;
}
.wap_click {
  display: none;
}
/* menu end*/

/* 搜索框样式 */
.headbox {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top: 0;
  width: 400px;
}

.headbox .sch_form {
  float: right;
  width: 100%; /* 让搜索框宽度适应父容器 */
  padding-top: 5px;
  text-align: right;
  overflow: hidden;
}

.headbox .sch_form input.txt {
  float: left;
  width: 75%; /* 输入框占用父容器宽度的 75% */
  color: #999;
  font-size: 14px;
  height: 39px;
  line-height: 34px;
  border: 1px #e6e6e6 solid;
  border-right: none;
  text-indent: 8px;
  border-radius: 0;
  overflow: hidden;
}

.headbox .sch_form input.tsb {
  width: 20%; /* 提交按钮占用父容器宽度的 20% */
  display: block;
  color: #fff;
  font-size: 18px;
  letter-spacing: 6px;
  text-indent: 6px;
  background-color: #f76e1a;
  height: 38px;
  line-height: 38px;
  font-weight: 400;
  border: none;
  border-radius: 0;
  cursor: pointer;
  overflow: hidden;
}

/* 移动设备上隐藏搜索框 */
@media (max-width: 767px) {
  .headbox {
    display: none;
  }
}

/* search start */
.search-top{margin-top:5px;}
.search{text-align:center;}
.search-img{ width:100px;height:100px;margin:0 auto;}
.search-img img{border-radius:60px;}
.search-title{font-size:35px;color:#000;font-weight:600;letter-spacing:1px;text-shadow:1px 1px 2px rgba(0,0,0,0.1);}
.search-input{text-align:left;padding:12px 15px;border:1px solid #e8e8e8;border-radius:10px;font-size:16px;width:50%;background-color:#f9fafb;transition:border-color 0.3s;}
.search-input:focus{border-color:#3b82f6;outline:none;box-shadow:0 0 0 2px rgba(59,130,246,0.5);}
.search-sub{padding:8px 12px;border:2px solid #3c4043;border-radius:10px;font-size:16px;background-color:#1e293b;color:#ffffff;cursor:pointer;transition:background-color 0.3s,transform 0.2s;}
.search-sub:hover{background-color:#2a4a6e;transform:scale(1.05);}
/* sou index con start*/
.sou-con {
    border: 1px solid #EDEDED; 
    background: #fff; 
    border-radius: 8px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 

}
.sou-con-title{
  height:50px;
  line-height:50px;
  font-size:18px;
  font-weight:200;
  color: #3c4043;
  padding-left:15px;
  border-bottom: 1px solid #EDEDED;
}
.sou-con-list {padding:1px 20px;}
.sou-con-list ul {display:flex;flex-wrap:wrap;gap:10px;margin-bottom:10px;}
.sou-con-list ul li {display:flex;justify-content:space-between;align-items:center;width:calc(50% - 10px);height:42px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 10px;border-bottom:1px solid #ececec;  transition:background-color 0.3s ease;}
.sou-con-list ul li:hover {background-color:#f9f9f9;;}
.sou-con-list ul li a {transition:color 0.3s ease-out;flex:1;  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.sou-con-list ul li a:hover {color:#3c4043;}
.sou-con-list ul li span {margin-right:10px;}
.sou-con-list ul li span a{color:#999;}
.sou-con-list ul li span.date {color:#bbb;flex-shrink:0;  margin-left:10px;white-space:nowrap;}
/* ad start */
.th-ad{
  background-color:#fff;
  height:100%;
  border: 1px solid #EDEDED;
  border-radius: 8px; 
}

.th-ad a img{
  width: 100%;
  object-fit: cover;
  height:60px;
}

.th_page {background-color:#fff;text-align:center;line-height:40px;padding:10px 0;border-radius:5px;box-shadow:0 2px 6px rgba(0,0,0,0.1);;}
.th_page a {background-color:#999;color:#fff;padding:5px 15px;margin:0 5px;border-radius:3px;text-decoration:none;transition:background-color 0.3s ease-out;;}
.th_page a:hover {background-color:#3c4043;;}
.th_page span.now-page {padding:5px 15px;color:#fff;background-color:#3c4043;border-radius:3px;margin:0 5px;;}

.search_arr{
  text-align: center;
  padding:200px  0px;
}
.search_arr1 i{
  font-size:100px;
}

.search_arr2{
  margin-top:20px;
  font-size:20px ;
}

.detail_title {
  color: #333;
  font-size:22px;
  font-weight:200;
  text-align: center;
}
.detail-icon {
  margin-top: 5px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #EDEDED;
  padding-bottom:15px;
  margin-bottom:15px;
}
.detail-icon p span {
  margin-right: 10px;
}
.article-content {
    line-height: 38px;
    text-indent: 2px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
   
}
.detail-arr {
  padding: 10px;
  overflow: hidden;
}
.article-content p {
    margin: 0 0 15px 0;
    text-indent: 2em;
}

.article-content img {    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;}
.detail-arr-left, .detail-arr-right {
  color: #bbb;
  line-height: 30px;
}

.detail-arr-left a,
.detail-arr-right a {
  display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-size: 16px;
  color: #999;
}

.detail-arr-left a:hover,
.detail-arr-right a:hover {
  color: #3c4043;
}
.umCopyright {
  line-height: 22px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 14px;
  color: #9ca0ad;
  background: #f6f7fa;
  border: 1px dashed #e3e5ec;
  border-left: none;
  border-right: none;
  width: 100%;
  margin: 5px 0 0;
}
        .xiangguan {
            background-color: #fff;
            padding: 10px; /* 除了 tbname 以外的区域 */
            border-radius: 8px;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
            max-width: 800px;
            margin: 20px auto;
            font-family: Arial, sans-serif;
        }
        .xiangguan .question {
            padding: 15px 10px;
            border-bottom: 1px solid #e0e0e0;
            transition: background-color 0.3s;
            display: flex;
            flex-direction: column;
        }

        .xiangguan .question:last-child {
            border-bottom: none;
        }

        .xiangguan .question:hover {
            background-color: #f9f9f9;
        }

        .ask-icon {
            display: inline-block;
            background-color: #ff9800;
            color: #fff;
            font-weight: bold;
            font-size: 0.9em;
            border-radius: 4px;
            padding: 2px 6px;
            margin-right: 8px;
            vertical-align: middle;
        }

        h3.title {
            font-size: 1.1em;
            font-weight: 600;
            color: #333;
            margin: 0;
            display: inline;
        }

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

        .title a:hover {
            color: #007bff;
        }

        .time {
            font-size: 0.9em;
            color: #888;
            margin: 5px 0;
        }

        .description {
            font-size: 1em;
            color: #555;
            line-height: 1.5;
            margin-top: 8px;
        }

        .title-container {
            display: flex;
            align-items: center;
            margin-bottom: 8px;
        }

        /* 针对移动设备的样式 */
        @media (max-width: 600px) {
            .description {
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                display: block;
                max-width: 100%;
            }
        }
.news {background-color:#fff;padding:10px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,0.1);;}
.news ul {list-style-type:none;padding:0;margin:0;counter-reset:list-counter;display:flex;flex-wrap:wrap;;}
.news ul li {line-height:20px;padding:10px 10px;transition:background-color 0.3s; width: 100%;box-sizing:border-box;display:flex;align-items:center;;}
.news ul li::before {counter-increment:list-counter;content:counter(list-counter) "";color:#fff;background-color:#ff9800;border-radius:5px;padding:2px 2px;margin-right:5px;min-width:22px;text-align:center;;}
.news ul li:hover {background-color:#f0f0f0;;}
.news ul li a {color:#555;text-decoration:none;font-weight:500;;}
.news ul li a:hover {color:#007bff;;}
/* msg start */
ul.msg {
  width: 100%;
  margin: 0px 0 0px 0;
  padding: 5px 0px;
  text-align: left;
  list-style-position: outside;
  table-layout: fixed;
  word-wrap: break-word;
}

.tbname{font-size:20px;line-height:40px;border-left:8px solid #ff9800;padding-left:5px;display:flex;align-items:center;color:#615858;background-color:#f9f9f9;border-radius:5px;transition:background-color 0.3s,transform 0.2s;box-shadow:0 2px 5px rgba(0,0,0,0.1);}
li.msgname {
  padding: 0 0 10px 0px;
  font-size: 14px;
  vertical-align: middle;
  color: #9ca0ad;
}

li.msgname a {
  color: #9ca0ad;
}


li.msgurl {
  text-align: right;
  padding: 2px 10px 2px 10px;
  margin: 0;
  font-size: 1em;
}
img.avatar {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 2px solid #fff;
}

.commentname {
  float: left;
}
.msginfo{
  line-height: 30px;
  background-color: #f6f7fa;
  padding: 10px;
}

.msgcon{
  background-color: #fff;
  padding:15px;
}
.posttop{
  line-height: 35px;
  font-size: 16px;
  border-left: 5px solid #9a9a9a;
  padding-left: 10px;
  margin-top: 15px;
}

#txaArticle{
  border-radius: 0;
  transition: all .35s ease 0s;
  line-height: 30px;
  margin-top:10px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}
#inpName,#inpEmail,#inpHomePage{
  border-radius: 0;
  transition: all .35s ease 0s;
  height:30px;
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}
#key{    border-radius: 0;
    transition: all .35s ease 0s;
    height: 35px;
    line-height: 35px;
    width: 100px;
    padding: 0 10px;
    border: 1px solid rgba(227, 229, 236, .4);
    background: #f8f8fc;margin-left:20px}
#plKeyImg{    height: 32px;
    vertical-align: middle;}	
.msgcon .button{
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #3c4043;
  transition: 0.3s ease-out;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  opacity: .9;
}
/* msg END */

/* tags */
.hot-tags {overflow: hidden;background: #fff;padding: 10px;font-size: 14px;border-radius: 8px;}
.hot-tags ul li{float: left;line-height:30px;height: 30px;}
.hot-tags ul li.litags {margin-right:10px ;}
.hot-tags ul li.litags a{ transition: 0.3s ease-out;}

.neitags a{float: left;line-height:30px;height: 30px;margin-right:10px}

/* flink */
.flinks {overflow: hidden;background: #fff;padding: 10px;font-size: 14px;border-radius: 8px; }
.flinks ul li{float: left;line-height:30px;height: 30px;}
.flinks ul li.liflinks {margin-right:10px ;}
.flinks ul li.liflinks a{ transition: 0.3s ease-out;}
/* footer */
.footer {margin-top:20px;text-align:center;color:#716f6f;background-color:#fffbfb;    padding:15px;    border-radius:8px;    box-shadow:0 2px 4px rgba(0,0,0,0.1);;}
.footer p a {color:#716f6f;text-decoration:none;;}
.footer p a:hover {color:#007bff;;}
.foot_info {margin-top:10px;font-size:14px;;}


.wap_nav{display:none;}

/* hei ye */
.dark-mode{color:#bbb;background:#52585e;}
.dark-mode .th_header{color:#bbb;background:#52585e;}
.dark-mode .th_header a{color:#bbb;}
.dark-mode .th_header a:hover{background:#313942;}
.dark-mode .search-title{color:#bbb;}
.dark-mode .sou-con{background: #313942;border: 1px solid #5f6469;}
.dark-mode .sou-con a{color:#bbb;}
.dark-mode .sou-con-title{color: #bbb;border-bottom: 1px solid #5f6469;}

@media (min-width: 768px) {
  .container {
    width: 730px;
  }
  
}

@media (max-width: 768px) {
    .xiangguan ul li {
        width: 100%; 
    }
}
@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media (max-width:600px) {.th_page a,.th_page span.now-page {padding:5px 8px;}
}
@media only screen and (min-width: 320px) and (max-width: 992px) {
  
}

@media screen and (max-width:850px) {
  /* menu wap start */
  .thlogocon{height:50px;margin:0px 0px;}
  .wap_nav{display: block;background-color: #202935;}
  .wap_top {margin-top: 20px;}
  .th_header {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    background: rgba(242, 246, 249, .98);
    z-index: 9999;
    transition: all .3s linear;
    width: 140px;text-align: center;
  }
  .wap_padding {
    padding-left: 0;
    padding-right: 0;
  }
  .th-menu {
    width: 120px;
  }
  .th-menu>li {
    float: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px rgba(0, 0, 0, .09) solid;
  }
  .th-menu>li>a {
    display: inline-block;
    font-size: 15px;
    padding: 0 15px;
    color: #666;
    transition: 0.4s ease-out;
    width: 100%;
  }
  .th_header.thact {left: 0;box-shadow: 20px 0 20px rgba(0, 0, 0, .38);}
  /* 菜单图标变换 */
  .wap_click {position: absolute;display: inline-block;width: 28px;height: 28px;top: 10px;right: 0px;vertical-align: middle;}
  .wap_click i {position: absolute;top: 50%;left: 50%;display: block;width: 100%;height: 2px;margin: -1px 0 0 -50%;background-color: rgba(255, 255, 255, 0.68);transition: background-color 0.3s;}
  .wap_click.wapact i {background-color: transparent;}
  .wap_click i:before,
  .wap_click i:after {position: absolute;left: 0;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.68);;content: '';transition: transform 0.3s;}
  .wap_click i:before {transform: translateY(-400%);}
  .wap_click i:after {transform: translateY(400%);}
  .wap_click.wapact i:before {transform: translateY(0) rotate(45deg);}
  .wap_click.wapact i:after {transform: translateY(0) rotate(-45deg);}
  /* menu wap end */
}
@media (max-width:768px) {.sou-con-list ul li {width:100%;}
}
@media screen and (max-width:600px) {
.sou-con-list ul li span{display:none}
}
.article-content pre,
.highlight {
  overflow: auto;
  margin: 20px 0;
  padding: 0;
  font-size: 13px;
  color: #4d4d4c;
  background: #f7f7f7;
  line-height: 1.6;
}

.article-content ul,
ol {
  padding-left: 10px;
}
pre,
pre span,
code {
  font-family: consolas, Menlo, "PingFang SC", "Microsoft YaHei", monospace;
}
.article-content pre {
  padding: 10px;
}
.article-content h3, .article-content h2 {
    font-size: 17px; 


}
@media (max-width: 768px) {
    aside {
        display: none;
    }
}

/* read_more */
.readall_box {position: relative;z-index: 9999;padding: 0 0 10px;margin-top: -200px;text-align: center;}
.readall_box .read_more_mask {height: 200px;background: -moz-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0));background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));background: -o-linear-gradient(bottom,rgba(255,255,255,0.1),rgba(255,255,255,0))}
.read_more_btn{cursor:pointer;font-size: 20px;color: #00ba4c;background: #fff;border-radius: 4px;border: 1px solid #00ba4c;line-height: 30px;padding:5px 12px;}
.read_more_btn:hover{background:#00ba4c;color:#fff;}
