
html, body {
  background: #f1f1f1; }

body {
  font-family: -apple-system,SF UI Text,Arial,PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,sans-serif; }

a:hover {
  color: #ff4f4f; }

/*===================间距===================*/
.mb5 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt50 {
  margin-top: 50px !important; }

.ml10 {
  margin-left: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mr5 {
  margin-right: 5px !important; }

.mr2 {
  margin-right: 2px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.p5 {
  padding: 5px; }

.p10 {
  padding: 10px; }

.p15 {
  padding: 15px; }

.p20 {
  padding: 20px; }

.p30 {
  padding: 30px; }

.laobuluo-flx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.laobuluo-f1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.laobuluo-f2 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2; }

.laobuluo-f3 {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }

.laobuluo-f4 {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4; }

.font14 {
  font-size: 14px; }

.font15 {
  font-size: 15px; }

.font20 {
  font-size: 20px; }

.font30 {
  font-size: 30px; }

.font35 {
  font-size: 35px; }

.length_0 {
  width: 38px; }

.length_1 {
  width: 65px; }

.length_2 {
  width: 115px; }

.length_3 {
  width: 170px; }

.length_4 {
  width: 230px; }

.length_5 {
  width: 290px; }

.length_6 {
  width: 350px; }

/*面板*/
.laobuluo-panel {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  margin-bottom: 15px;
  border-radius: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); }

.laobuluo-panel-mini {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }

/*居中*/
.text-center {
  text-align: center; }

/*img*/
.img-circle {
  border-radius: 50%; }

.vertical {
  display: none; }

@media screen and (max-width: 768px) {
  .vertical {
    display: block; }
  .laobuluo-nav-tree, .laobuluo-search {
    display: none; }
  .haeder-nav-ul {
    width: 100%;
    background: #eee;
    margin: 10px auto; }
    .haeder-nav-ul li {
      width: 100%; }
  .laobuluo-header-row {
    padding-bottom: 10px; } }

@media screen and (min-width: 769px) and (max-width: 1920px) {
  .laobuluo-nav-tree {
    display: block !important; } }

@media screen and (max-width: 667px) {
  .head-nav-ul li {
    width: 100%;
    border-left: none !important;
    margin: 3px auto;
    text-align: left; } }

.laobuluo-content {
  padding: 20px 15px; }

.laobuluo-content-list {
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 10px; }

.content-list-header {
  margin-bottom: 20px; }

.content-list-entry {
  color: #777777;
  padding-bottom: 10.5px; }

.content-list-meta {
  color: #999;
  padding-bottom: 10px; }
  .content-list-meta i {
    margin-right: 5px;
    font-size: 14px; }
  .content-list-meta span {
    margin-right: 5px; }

.laobuluo-page {
  width: 100%;
  padding: 10px 0px 40px 0px;
  border-bottom: 1px solid #f2f2f2;
  color: #666;
  font-size: 14px;
  position: relative; }
  .laobuluo-page .page-lf {
    position: absolute;
    top: 10px;
    left: 15px; }
  .laobuluo-page .page-lr {
    position: absolute;
    top: 10px;
    right: 15px; }
  .laobuluo-page a {
    color: #888;
    text-decoration: none; }
  .laobuluo-page a:hover {
    color: #009688; }
  .laobuluo-page .pre {
    float: left; }
  .laobuluo-page .next {
    float: right; }

.del-author .name {
  font-size: 16px;
  line-height: 30px;
  line-height: 30px; }

.del-author .account, .del-author .recom, .del-author .reply {
  color: #999; }

.del-author .recom {
  padding: 5px 0; }

.laobuluo-post-lsit {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #eee; }
  .laobuluo-post-lsit .post-title {
    display: block;
    padding: 15px 0 5px 0;
    font-size: 16px;
    font-weight: 600; }
  .laobuluo-post-lsit .post-content {
    padding: 10px 0 15px 0;
    line-height: 180%; }
  .laobuluo-post-lsit .more {
    display: block;
    margin-bottom: 15px;
    text-align: center; }

.post-meta-ul {
  overflow: hidden;
  color: #999; }
  .post-meta-ul i {
    font-size: 12px;
    margin-right: 5px; }
  .post-meta-ul li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding-right: 10px; }
    .post-meta-ul li span {
      margin-left: 15px; }
  .post-meta-ul a {
    color: #999; }

.laobuluo-post-title {
  padding: 15px 0; }
  .laobuluo-post-title a {
    color: #333;
    font-size: 18px;
    font-weight: 600; }

.laobuluo-post-meta {
  margin-bottom: 20px;
  color: #999; }
  .laobuluo-post-meta i {
    font-size: 14px;
    margin-right: 5px; }
  .laobuluo-post-meta li {
    display: inline-block;
    margin: 0 5px 5px 0;
    padding-right: 10px; }
    .laobuluo-post-meta li span {
      margin-left: 15px; }

.psot-head {
  padding: 10px;
  text-align: center; }
  .psot-head img {
    max-width: 100%;
    border-radius: 5px; }

/**默认评论*/
.laobuluo-comments-du {
  padding-top: 15px; }

.laobuluo-comments-du .comment-list,
.laobuluo-comments-du .comment-list ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.laobuluo-comments-du .comment-list li {
  padding: 14px;
  margin-top: 10px;
  border-top: 1px solid #eee; }

.laobuluo-comments-du .avatar {
  width: 40px;
  height: 40px; }

.laobuluo-comments-du .comment-parent:hover {
  background: rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-transition: all .2s;
  transition: all .2s; }

.laobuluo-comments-du .comment-children .avatar {
  border-radius: 50%; }

.laobuluo-comments-du .comment-content {
  margin-top: 20px;
  color: #555; }

.laobuluo-comments-du .comment-list li .comment-reply {
  text-align: right;
  font-size: .92857em; }

.laobuluo-comments-du .comment-meta {
  margin-bottom: 5px; }

.laobuluo-comments-du .comment-meta a {
  color: #999;
  font-size: .92857em; }

.laobuluo-comments-du .comment-author {
  display: block;
  margin-bottom: 3px;
  color: #444; }

.laobuluo-comments-du .comment-author .avatar {
  float: left;
  margin-right: 10px; }

.laobuluo-comments-du .comment-author cite {
  font-weight: bold;
  font-style: normal; }

.laobuluo-comments-du .comment-list .respond {
  margin-top: 15px;
  border-top: 1px solid #EEE; }

.laobuluo-comments-du .respond .cancel-comment-reply {
  float: right;
  margin-top: 15px;
  font-size: .92857em; }

.laobuluo-comments-du #comment-form label {
  display: block;
  margin-bottom: .5em;
  font-weight: bold; }

.laobuluo-comments-du #comment-form .required:after {
  content: " *";
  color: #C00; }

.laobuluo-comments-du #secondary {
  padding-top: 15px;
  word-wrap: break-word; }

.laobuluo-comments-du .widget {
  margin-bottom: 30px; }

.laobuluo-comments-du .widget-list {
  list-style: none;
  padding: 0; }

.laobuluo-comments-du .widget-list li {
  margin: 5px 0;
  line-height: 1.6; }

.laobuluo-comments-du .widget-list li ul {
  margin-left: 15px; }

.laobuluo-respond-du label {
  padding: 15px 0 10px 0; }

/**评论*/
.lblsitem {
  padding: 24px 0;
  border-bottom: 1px solid #e4e8eb;
  zoom: 1; }
  .lblsitem .avatar {
    width: 48px;
    height: 48px;
    float: left;
    display: inline;
    margin-right: 10px;
    overflow: hidden; }

.lblsname {
  display: inline-block; }

.lblscon {
  margin-left: 65px;
  zoom: 1; }

.lblsdate {
  float: right;
  display: inline;
  font-size: 14px;
  color: #bbb; }

.lblsreply {
  margin-top: 15px;
  padding-left: 20px;
  border-left: 2px solid #e4e8eb; }

.lblsreplyname {
  font-size: 14px;
  color: #888; }
  .lblsreplyname a {
    font-size: 14px;
    color: #333; }

.lblsreplycon {
  margin-top: 10px;
  word-break: break-all; }

.lblsreplydate {
  margin-top: 10px;
  color: #bbb; }

.posttitle {
  padding: 0 0 10px;
  line-height: 30px;
  border-bottom: 1px solid #e4e8eb; }

.comment {
  margin-top: 20px;
  zoom: 1; }

.lblarea {
  padding-left: 68px; }

.lblimg {
  width: 68px;
  float: left; }

.lblsubmit span {
  color: #888; }

.lblsubmit .layui-btn {
  background: #ff4f4f; }
  .lblsubmit .layui-btn:hover {
    background: red; }

.lblform {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #e4e8eb; }
  .lblform input {
    width: 180px;
    height: 27px;
    padding: 2px 6px;
    color: #333;
    border: 1px solid #e4e8eb;
    outline: 0;
    border-radius: 3px; }
  .lblform label {
    padding: 0 10px;
    line-height: 27px;
    font-size: 14px; }
  .lblform p {
    width: 49%;
    float: left;
    padding: 5px 0; }

.posttitle .cancel-reply {
  display: none; }

.posttitle .layui-btn-primary:hover {
  border-color: #ff4f4f;
  color: #ff4f4f; }

.lblsbody {
  padding: 5px 0; }

.lbl-block {
  max-width: 680px;
  padding: 20px;
  background: #fff;
  margin: 0 auto; }

.post-list-item {
  width: 100%;
  padding: 40px 0; }
  .post-list-item:nth-of-type(odd) {
    background: #fff; }

.list-item-container {
  width: 100%;
  max-width: 680px;
  margin: 20px auto;
  padding: 0 20px; }

.list-item-link {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 260px;
  text-align: center;
  border-radius: 10px; }
  .list-item-link img {
    width: 100%; }

.list-item-writ {
  text-align: center; }
  .list-item-writ .more {
    display: block;
    margin-top: 10px; }
    .list-item-writ .more:hover {
      color: #eb5055; }

.item-writ-title {
  text-align: center;
  font-size: 22px;
  padding: 20px 0 5px 0; }

.item-writ-content {
  line-height: 180%;
  padding: 5px 0; }

.item-writ-meta {
  text-align: center;
  color: #999; }
  .item-writ-meta li {
    display: inline-block;
    margin: 0 5px; }
  .item-writ-meta .part {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #999;
    border-radius: 50%; }

.laobuluo-detali {
  padding: 20px; }
  .laobuluo-detali .detali-title {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4; }
  .laobuluo-detali .laobuluo-date {
    color: #999;
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 27px; }

.laobuluo-detali-cont {
  line-height: 180%;
  color: #666; }
  .laobuluo-detali-cont p {
    text-align: justify;
    text-justify: inter-character;
    line-height: 30px;
    margin-bottom: 20px; }
    .laobuluo-detali-cont p img {
      margin: 0 auto;
      display: block; }
  .laobuluo-detali-cont img {
    max-width: 100%;
    height: auto;
    padding: 5px 0; }

.laobuluo-share {
  padding: 20px 0 35px 0;
  position: relative;
  border-bottom: 1px solid #eee; }
  .laobuluo-share .laobuluo-share-lf {
    position: absolute;
    top: 10px;
    left: 0; }
    .laobuluo-share .laobuluo-share-lf a {
      margin-right: 10px; }
      .laobuluo-share .laobuluo-share-lf a:hover {
        color: #009688; }
    .laobuluo-share .laobuluo-share-lf i {
      font-size: 24px;
      color: #ccc; }
  .laobuluo-share .laobuluo-share-lr {
    position: absolute;
    top: 10px;
    right: 0; }
    .laobuluo-share .laobuluo-share-lr .reply-bg {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #ccc;
      display: inline-block;
      text-align: center;
      line-height: 24px; }
    .laobuluo-share .laobuluo-share-lr i {
      color: #fff;
      font-size: 12px; }
    .laobuluo-share .laobuluo-share-lr span {
      margin-left: 5px;
      color: #ccc; }

.laobuluo-detali-author {
  margin: 45px 0;
  padding: 30px;
  border: 1px solid #e6e6e6; }

.del-profile {
  padding: 0 !important; }
  .del-profile img {
    padding: 0; }

.del-pag {
  padding: 20px 0;
  border-top: 1px solid #eee; }
  .del-pag .del-pag-lr {
    text-align: right; }
  .del-pag .del-pag-title {
    font-size: 14px;
    font-weight: 600; }
    .del-pag .del-pag-title a {
      font-weight: 600; }
  .del-pag .del-pag-link {
    font-size: 14px;
    color: #999; }
    .del-pag .del-pag-link i {
      font-size: 12px;
      margin: 0 10px; }

.laobuluo-comment {
  padding: 15px 0;
  font-size: 18px; }

.laobuluo-comment-lsit {
  border-top: 1px solid #eee; }

.comment-lsit-head {
  padding: 15px 0; }

.laobuluo-post-label dt {
  font-weight: 600; }

.laobuluo-post-label dt, .laobuluo-post-label dd {
  display: inline-block; }

.laobuluo-post-label dd a {
  margin: 0 3px; }

.post-page-row {
  width: 100%;
  display: inline-block;
  background: #fff; }
  .post-page-row .laobuluo-post-title {
    font-size: 18px; }
  .post-page-row .laobuluo-post-meta li {
    display: inline-block;
    color: #999; }
  .post-page-row .laobuluo-detali-cont {
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee; }

.laobuluo-Prev li {
  padding: 5px 0;
  font-weight: 600; }

.laobuluo-Prev span {
  color: #999; }

.laobuluo-find {
  color: #666;
  text-align: center; }
  .laobuluo-find i {
    font-size: 60px; }
  .laobuluo-find span {
    font-weight: 600; }

.laobuluo-hots, .laobuluo-reply, .laobuluo-classify, .laobuluo-else {
  padding: 10px; }

.widget-title {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 0; }

.widget-navcontent {
  clear: both;
  position: relative; }
  .widget-navcontent time {
    float: right;
    color: #bbb;
    margin-left: 10px; }
  .widget-navcontent li {
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }

.laobuluo-reply li {
  padding: 5px 0;
  width: 100%;
  color: #888; }
  .laobuluo-reply li a {
    font-weight: 600; }

.laobuluo-classify li {
  display: inline-block;
  padding: 5px; }

.laobuluo-else li {
  padding: 5px 0; }

.laobuluo-profile {
  padding: 20px 15px 10px; }
  .laobuluo-profile .name {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 0px; }
  .laobuluo-profile .title {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #999; }

.avatar {
  width: 64px;
  height: 64px;
  display: inline-block; }
  .avatar img {
    width: 100%;
    max-height: 100%;
    height: auto !important;
    border-radius: 50%; }

.laobuluo-header-container {
  width: 100%;
  padding: 10px 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 100; }
  .laobuluo-header-container .layui-spread {
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #666;
    z-index: 999; }

.navbar-logo a {
  display: block;
  width: 100%;
  max-width: 120px; }

.navbar-logo img {
  width: 100%; }

.navbar-menu {
  overflow: hidden; }
  .navbar-menu ul {
    float: right; }
    .navbar-menu ul li {
      float: left;
      margin: 0 15px;
      line-height: 40px;
      height: 40px; }
  .navbar-menu .current, .navbar-menu .current a {
    font-weight: 600;
    color: #ff4f4f; }

/* 搜索 */
.laobuluo-search {
  position: relative; }
  .laobuluo-search button {
    border: none;
    background-color: transparent; }
    .laobuluo-search button:hover {
      color: #ff4f4f; }

.laobuluo-search .layui-icon-search {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #999; }

.footer {
  background: #fff;
  font-size: 14px;
  padding: 20px 0;
  line-height: 160%;
  margin-top: 20px;
  border-bottom: 1px solid rgba(184, 197, 214, 0.2); }

.head404 {
  width: 580px;
  height: 234px;
  margin: 50px auto 0 auto;
  background: url(http://127.0.0.1:8088/zb_users/theme/LaoBuLuo_ZBP_Fam/images/head404.png) no-repeat; }

.txtbg404 {
  width: 499px;
  height: 169px;
  margin: 10px auto 0 auto;
  background: url(http://127.0.0.1:8088/zb_users/theme/LaoBuLuo_ZBP_Fam/images/txtbg404.png) no-repeat; }

.txtbg404 .txtbox {
  width: 390px;
  position: relative;
  top: 30px;
  left: 60px;
  color: #eee;
  font-size: 13px; }

.txtbg404 .txtbox p {
  margin: 5px 0;
  line-height: 18px; }

.txtbg404 .txtbox .paddingbox {
  padding-top: 15px; }

.txtbg404 .txtbox p a {
  color: #eee;
  text-decoration: none; }

.txtbg404 .txtbox p a:hover {
  color: #FC9D1D;
  text-decoration: underline; }

.slide-top {
  -webkit-animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes slide-top {
  0% {
    -webkit-transform: translateY(100px);
            transform: translateY(100px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.headr-top {
  -webkit-animation: headr-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: headr-top 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes headr-top {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes headr-top {
  0% {
    -webkit-transform: translateY(60px);
            transform: translateY(60px); }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.headr-bottom {
  -webkit-animation: headr-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: headr-bottom 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes headr-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

@keyframes headr-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px); } }

.laobuluo-comment-list {
  border-top: 1px solid #e6e6e6;
  padding: 15px 0; }
  .laobuluo-comment-list .comment-author {
    width: 50px; }
    .laobuluo-comment-list .comment-author img {
      border-radius: 50%;
      height: auto;
      max-width: 100%;
      border: none; }
  .laobuluo-comment-list .author-mess .aut-name {
    font-weight: 600; }
  .laobuluo-comment-list .author-mess .aut-date {
    padding-left: 14px;
    color: #999; }
  .laobuluo-comment-list .author-cont {
    padding: 10px 25px 10px 0px;
    color: #666;
    line-height: 160%; }
    .laobuluo-comment-list .author-cont a {
      color: #009688;
      font-weight: 500; }
  .laobuluo-comment-list .author-reply a {
    color: #999; }
    .laobuluo-comment-list .author-reply a:hover {
      color: #009688; }

.del-discuss {
  padding: 15px 0; }
  .del-discuss .length_2 {
    width: 115px; }
  .del-discuss .cancel-comment-reply a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #fff;
    color: #555;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
    border: 1px solid #C9C9C9; }

.laobuluo-page-navigator {
  margin: 0 auto;
  text-align: center; }
  .laobuluo-page-navigator .page-navigator li {
    display: inline-block;
    line-height: 20px;
    padding: 10px;
    color: #666; }
    .laobuluo-page-navigator .page-navigator li.current a {
      color: #ff4f4f; }
  .laobuluo-page-navigator .page-navigator .current {
    color: #ff4f4f;
    font-weight: 600; }

.laobuluo-logout {
  padding: 10px 0; }
  .laobuluo-logout .logout-name {
    color: #009688;
    margin: 0 5px; }
  .laobuluo-logout .Logout-text {
    color: #999; }
    .laobuluo-logout .Logout-text:hover {
      color: #009688; }

.single-post-list {
  position: relative; }
  .single-post-list .single-post-title {
    padding: 20px 0; }
    .single-post-list .single-post-title a {
      font-weight: 600;
      font-size: 15px; }
  .single-post-list .single-post-date {
    position: absolute;
    top: 20px;
    right: 0;
    color: #999; }
    .single-post-list .single-post-date i {
      font-size: 14px;
      margin-right: 5px; }
  .single-post-list .single-post-contt {
    width: 100%;
    height: auto;
    max-height: 478px;
    overflow: hidden;
    text-align: center; }
    .single-post-list .single-post-contt img {
      width: 100%; }
  .single-post-list .single-post-cont {
    margin-top: 10px;
    line-height: 180%;
    color: #666; }
