
/*常用颜色*/
/* 背景颜色 字体颜色*/
/**圆角*/
html, body {
  background: #f1f1f1;
  color: #37474f; }

/*===================间距===================*/
.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; }

.ml10 {
  margin-left: 10px !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 {
  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); }

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

/*圆角*/
.laobuluo-border-radius {
  border-radius: 8px; }

/*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 {
    background: #eee; }
    .haeder-nav-ul li {
      width: 100%; }
  .laobuluo-header-row {
    padding-bottom: 10px; }
  .laobuluo-post-lsit .list-img {
    width: 100% !important;
    margin-bottom: 10px; }
  .laobuluo-search {
    margin-top: 10px; }
  .laobuluo-profile-info {
    border-right: none !important; }
  .laobuluo-top {
    width: 100% !important; }
    .laobuluo-top:nth-child(2), .laobuluo-top:nth-child(3) {
      margin-top: 15px;
      float: left !important;
      width: 100%;
      padding-left: 0px !important; }
      .laobuluo-top:nth-child(2) a, .laobuluo-top:nth-child(3) a {
        min-height: 153px; }
    .laobuluo-top a {
      display: block;
      width: 100%;
      min-height: 153px !important; }
  .list-img {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0 !important; } }

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

.laobuluo-elem-quote {
  font-size: 1rem;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666;
  position: relative;
  padding: 15px 0; }
  .laobuluo-elem-quote span {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    background: #fff; }
  .laobuluo-elem-quote:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eee;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 1; }

/*列表*/
.laobuluo-post-list {
  padding: 25px 0;width: 100%;
  border-bottom: 1px solid #eee;
  display: inline-block; }

.psot-list-tile a {
  line-height: 1.2;
  font-size: 1.25rem;
  color: #333; }

.psot-list-content {
  margin: 10px 0;
  color: #666;
  line-height: 1.5; }

.psot-list-other span, .psot-list-other a {
  color: #999; }

.psot-list-other span {
  margin-right: 5px; }

.list-img {
  margin-left: 15px;
  width: 258px;
  height: 145px;
  overflow: hidden; }
  .list-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border: none;
    border-radius: 5px; }

.laobuluo-small-list {
  display: block; }
  .laobuluo-small-list .small-list-img {
    padding-bottom: 78.79%;
    overflow: hidden;
    border-radius: 5px;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  .laobuluo-small-list .small-list-title {
    font-size: .875rem;
    color: #666;
    letter-spacing: 1px;
    padding: 10px 0; }

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

.avatar {
  width: 100px;
  height: 100px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden; }
  .avatar img {
    width: 100%; }

.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; }

.widget-title-dell {
  -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.07);
  color: #888;
  font-size: 1rem;
  line-height: 1rem;
  min-height: 1rem;
  letter-spacing: 1;
  margin-bottom: 10px;
  padding: 10px 0px; }

.laobuluo-top {
  float: left;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  cursor: pointer; }
  .laobuluo-top:nth-child(2), .laobuluo-top:nth-child(3) {
    float: right;
    width: 50%;
    padding-left: 15px; }
    .laobuluo-top:nth-child(2) a, .laobuluo-top:nth-child(3) a {
      min-height: 153px; }
  .laobuluo-top:nth-child(3) {
    margin-top: 15px; }
  .laobuluo-top a {
    display: block;
    width: 100%;
    min-height: 320px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  .laobuluo-top .headlines-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    z-index: 99;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); }
    .laobuluo-top .headlines-bottom .headlines-title {
      font-size: 1rem;
      margin-bottom: 5px;
      line-height: 1.5; }
    .laobuluo-top .headlines-bottom .headlines-cot {
      color: rgba(255, 255, 255, 0.7); }

.laobuluo-top-gohan {
  margin-bottom: 20px;
  width: 100%;
  position: relative;
  overflow: hidden; }
  .laobuluo-top-gohan .top-gohan-a {
    display: block;
    width: 100%;
    min-height: 320px;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
    background-repeat: no-repeat !important; }
  .laobuluo-top-gohan .headlines-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    width: 100%;
    z-index: 99;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3); }
    .laobuluo-top-gohan .headlines-bottom .headlines-title {
      font-size: 1rem;
      margin-bottom: 5px;
      line-height: 1.5; }
    .laobuluo-top-gohan .headlines-bottom .headlines-cot {
      color: rgba(255, 255, 255, 0.7); }
  .laobuluo-top-gohan .gohan-next, .laobuluo-top-gohan .gohan-prev {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: rgba(31, 45, 61, 0.8);
    border-radius: 50%;
    position: absolute;
    top: 49%;
    z-index: 10;
    color: #fff;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    output: none; }
    .laobuluo-top-gohan .gohan-next i, .laobuluo-top-gohan .gohan-prev i {
      font-size: 14px; }
  .laobuluo-top-gohan .gohan-next {
    right: 3%; }
  .laobuluo-top-gohan .gohan-prev {
    left: 3%; }

/****************侧边栏*********************/
.laobuluo-module-right {
  padding: 15px; }
  .laobuluo-module-right dt.function_t {
    padding: 10px 0px;
    -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.07);
            box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.07);
    color: #888;
    font-size: 1rem;
    line-height: 1rem;
    min-height: 1rem;
    letter-spacing: 1;
    margin-bottom: 10px; }
  .laobuluo-module-right li {
    padding: 5px 0; }
  .laobuluo-module-right #divCatalog li {
    display: inline-block;
    padding: 5px; }
  .laobuluo-module-right #divTags li {
    display: inline-block;
    padding: 5px; }
  .laobuluo-module-right #divPrevious li a {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .laobuluo-module-right #divSearchPanel input[type=text] {
    display: inline-block;
    width: 60%;
    padding-left: 10px;
    height: 28px;
    line-height: 1.3;
    line-height: 28px\9;
    background-color: #fff;
    border-radius: 2px;
    border: 1px solid #ddd; }
  .laobuluo-module-right #divSearchPanel input[type=submit] {
    border: 1px solid #C9C9C9;
    background-color: #fff;
    color: #555;
    margin-left: 10px;
    border-radius: 2px;
    padding: 5px 10px; }
  .laobuluo-module-right #tbCalendar {
    width: 100%;
    text-align: center; }
    .laobuluo-module-right #tbCalendar caption {
      margin-bottom: 10px; }
    .laobuluo-module-right #tbCalendar td {
      padding: 5px 0; }
      .laobuluo-module-right #tbCalendar td a {
        padding: 3px 4px 3px 3px;
        background: #ccc;
        border-radius: 50%;
        text-align: center;
        color: #fff; }
    .laobuluo-module-right #tbCalendar small {
      color: #999;
      background: #eee;
      display: block;
      width: 98%;
      padding: 3px 0;
      margin: 0 auto; }
  .laobuluo-module-right #divComments li {
    position: relative;
    width: 100%;
    height: 60px;
    overflow: hidden;
    padding: 10px 10px 10px 60px;
    border-top: 1px solid #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-image: none; }
    .laobuluo-module-right #divComments li:nth-child(1) {
      border-top: 0; }
    .laobuluo-module-right #divComments li span.zb_avatar {
      position: absolute;
      left: 10px;
      top: 10px;
      width: 40px;
      height: 40px; }
    .laobuluo-module-right #divComments li small {
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      font-size: 11px;
      color: #999;
      display: block;
      border: 0;
      margin: 0;
      padding: 0; }
      .laobuluo-module-right #divComments li small .names {
        font-weight: 600;
        color: #666; }
    .laobuluo-module-right #divComments li p {
      line-height: 20px;
      height: 20px;
      overflow: hidden;
      font-size: 14px;
      display: block;
      margin: 0 0 3px 0;
      padding: 0; }
  .laobuluo-module-right #divComments .zb_avatar img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out; }

.laobuluo-header-row {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 40px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  -webkit-box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.08);
  z-index: 999; }

.haeder-logo img {
  width: 100%;
  max-width: 100px;
  vertical-align: middle; }

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

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

.vertical {
  position: absolute;
  top: -10px;
  right: 5px;
  padding: 5px;
  z-index: 9999; }

.haeder-nav-ul li {
  display: inline-block;
  margin: 0 10px; }
  .haeder-nav-ul li a {
    display: inline-block;
    padding: 0 5px;
    color: #696969; }
    .haeder-nav-ul li a:hover {
      color: #000000; }

.haeder-nav-ul .current {
  font-weight: 600; }

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

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

.footer {
  font-size: 14px;
  padding: 20px 0;
  line-height: 160%;
  border-top: 1px solid #ddd;
  color: #999;
  margin-top: 20px; }

.navigator-page {
  font-size: 14px; }
  .navigator-page a {
    margin: 0 10px;
    display: inline-block;
    padding: 5px 8px;
    background: #fff;
    border-radius: 5px; }
    .navigator-page a:hover {
      background: #1E9FFF;
      color: #fff; }
  .navigator-page span.now-page {
    margin: 0 10px;
    padding: 5px 8px;
    background: #1E9FFF;
    border-radius: 5px;
    color: #fff; }

.laobuluo-detali {
  padding: 20px; }
  .laobuluo-detali .layui-breadcrumb a:hover {
    color: #666 !important; }
  .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 .laobuluo-detali-cont {
    line-height: 180%;
    color: #666; }
    .laobuluo-detali .laobuluo-detali-cont p {
      text-align: justify;
      text-justify: inter-character;
      line-height: 30px;
      margin-bottom: 20px; }
      .laobuluo-detali .laobuluo-detali-cont p img {
        margin: 0 auto;
        display: block; }
    .laobuluo-detali .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; }
    .del-pag .del-pag-title a {
      color: #888; }
      .del-pag .del-pag-title a:hover {
        color: #666; }
  .del-pag .del-pag-link {
    font-size: .8rem;
    color: #999;
    display: block;
    margin-bottom: 5px; }
    .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-find {
  color: #666;
  text-align: center; }
  .laobuluo-find i {
    font-size: 60px; }
  .laobuluo-find span {
    font-weight: 600; }

.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;
  color: #888;
  font-size: 1rem;
  line-height: 1rem;
  min-height: 1rem;
  -webkit-box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 4px -2px rgba(0, 0, 0, 0.07); }

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

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

.lblsubmit span {
  color: #888; }

.lblform {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px dotted #e4e8eb; }
  .lblform input {
    width: 100%;
    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; }
  .lblform .layui-form-label {
    width: 50px;
    text-align: left; }

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

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

.lblsbody {
  padding: 5px 0; }

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

.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); } }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */ }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */ }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff; }

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000; }

.swiper-button-lock {
  display: none; }

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */ }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 0.8; 
 }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */ }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
