

/*
Theme ID: ecms250
Author: 墨鱼移植
Author QQ：48444431
Author Email：48444431@qq.com
Author URL: http://www.moyublog.com/
*/
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: 14px;
  line-height: 1.42857143;
  color: #888;
  background-color: #f9f9f9;
  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: #04B872;
}

.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: #04B872;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

.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: 15px;
  padding: 0 15px;
  color: #fff;
  transition: 0.4s ease-out;
}

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

/* search start */
.search-top{margin-top:80px;}
.search{text-align:center;}
.search-img{ width:100px;height:100px;margin:0 auto;}
.search-img img{border-radius:60px;}
.search-title{font-size:25px;color:#000;font-weight:200;margin-top:20px;}
.search-input{text-align:left;padding:5px 10px;border: 2px solid #04B872;border-radius: 3px 0px 0px 3px;font-size:16px;width:60%;}
.search-sub{padding:5px 10px;border: 2px solid #04B872;border-radius:3px;font-size:16px;background-color: #04B872;color:#fff;cursor: pointer;}
.search-sub:hover{background-color: #035d3a;}
/* sou index con start*/
.sou-con{
  border: 1px solid #EDEDED;
  background: #fff;
}
.sou-con-title{
  height:50px;
  line-height:50px;
  font-size:18px;
  font-weight:200;
  color: #04B872;
  padding-left:15px;
  border-bottom: 1px solid #EDEDED;
}
.sou-con-list{
  padding:15px 15px;
}
.sou-con-list ul li{
  line-height:42px;
  height:42px;
  font-size:15px ;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sou-con-list ul li span a{color:#999;}
.sou-con-list ul li a{
  color: #525252;
  transition: 0.3s ease-out;
}
.sou-con-list ul li a:hover{color: #04B872;}
.sou-con-list ul li span{margin-right:10px;}
.sou-con-list ul li span.date {
  float: right;
  color: #bbb;
}
/* sou index con end*/
/* ad start */
.th-ad{
  background-color:#fff;
  height:60px;
  border: 1px solid #EDEDED;
}

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

/* page 配置 */
.th_page {
  background-color: #fff;
  text-align: center;
  line-height: 40px;
}

.th_page a {
  background-color: #999;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s ease-out;
}

.th_page span.now-page {
  padding: 5px 10px;
  color: #fff;
}

.th_page_color a:hover {
  background-color: #04B872;
}

.th_page_color span.now-page {
  background-color: #04B872;
}

/* page 配置 */

.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:20px;
  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 {
    font-size: 15px;
    line-height: 26px;
    text-indent: 30px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    padding: 10px 20px 20px 20px;
    background-color: #fff;
}
.article-content p {
    margin: 0 0 15px 0;
}

.article-content img {    max-width: 100%;
    display: block;
    margin: 0 auto;
    height: auto !important;}
.detail-arr {
  padding: 10px;
  overflow: hidden;
}

.detail-arr-left, .detail-arr-right {
  color: #bbb;
  line-height: 30px;
}

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

.detail-arr-left a:hover,
.detail-arr-right a:hover {
  color: #04B872;
}
.umCopyright {
  line-height: 22px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  color: #9ca0ad;
  background: #f6f7fa;
  border: 1px dashed #e3e5ec;
  border-left: none;
  border-right: none;
  width: 100%;
  margin: 25px 0 0;
}
.xiangguan {
    background-color: #fff;
    padding: 15px;
}
.xiangguan ul li{line-height:30px;}
.xiangguan ul li a{color:#888}
/* msg start */
ul.msg {
  width: 100%;
  margin: 10px 0 0px 0;
  padding: 5px 0px;
  text-align: left;
  list-style-position: outside;
  table-layout: fixed;
  word-wrap: break-word;
}

.tbname {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #f6f7fa;
  padding-left: 20px;
  border-left: 4px solid #080808
}

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;
}
.tbname{
  line-height: 35px;
  font-size: 16px;
  border-left: 5px solid #9a9a9a;
  padding-left: 10px;
}
.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: #04B872;
  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;}
.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;}
.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:#999;
}
.footer p a{color:#999;}
.foot_info{margin-top:10px;}

.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 (min-width: 992px) {
  .container {
    width: 950px;
  }
}

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


@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 screen and (max-width:600px) {
.sou-con-list ul li span{display:none}
}
.chapter-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #d48b3b;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.chapter-btn:hover {
    background-color: #0056b3;
    border-color: #003d80;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.chapter-btn:active {
    background-color: #003d80;
    transform: translateY(1px);
}